Salome HOME
[bos #29471] [EDF] (2022-T1) Advanced geometry features: iterate through holes of...
[modules/geom.git] / src / GEOM_I / GEOM_IMeasureOperations_i.hh
index 30b89faeb9b2a92f9457deba15c6549c22714192..6a5aa39ee22c4119d21ba710fde7aa9cddc61595 100644 (file)
@@ -142,6 +142,8 @@ class GEOM_I_EXPORT GEOM_IMeasureOperations_i :
   CORBA::Double GetAngleBtwVectors (GEOM::GEOM_Object_ptr theShape1,
                                     GEOM::GEOM_Object_ptr theShape2);
 
+  GEOM::ListOfGO* PatchFace(GEOM::GEOM_Object_ptr theShape);
+
   // Methods for receiving radiuses of curvature of curves and surfaces
   // in the given point
   CORBA::Double CurveCurvatureByParam (GEOM::GEOM_Object_ptr theCurve,