Salome HOME
0023193: [CEA] Show sub-shapes with given tolerance
[modules/geom.git] / src / GEOM_I / GEOM_IShapesOperations_i.hh
index f8dba7caf27354646c0b10cb899469831d97a535..0f36a38c3934aea05221cb243be714a0b59c1fd2 100644 (file)
@@ -300,6 +300,12 @@ class GEOM_I_EXPORT GEOM_IShapesOperations_i :
   GEOM::ListOfGO* GetSubShapeEdgeSorted (GEOM::GEOM_Object_ptr theShape,
                                          GEOM::GEOM_Object_ptr theStartPoint);
 
+  GEOM::ListOfGO* GetSubShapesWithTolerance
+                     (GEOM::GEOM_Object_ptr      theShape,
+                      CORBA::Short               theShapeType,
+                      GEOM::comparison_condition theCondition,
+                      CORBA::Double              theTolerance);
+
   ::GEOMImpl_IShapesOperations* GetOperations()
   { return (::GEOMImpl_IShapesOperations*)GetImpl(); }
 };