Salome HOME
0023197: [CEA] Extract and rebuild
[modules/geom.git] / src / GEOM_I / GEOM_IShapesOperations_i.hh
index 0f36a38c3934aea05221cb243be714a0b59c1fd2..ff9e417f00c0582750f675fd19dcbacdd6c1360e 100644 (file)
@@ -306,6 +306,11 @@ class GEOM_I_EXPORT GEOM_IShapesOperations_i :
                       GEOM::comparison_condition theCondition,
                       CORBA::Double              theTolerance);
 
+  GEOM::GEOM_Object_ptr MakeExtraction
+         (GEOM::GEOM_Object_ptr                              theShape,
+          const GEOM::ListOfLong                            &theSubShapeIDs,
+          GEOM::GEOM_IShapesOperations::ExtractionStats_out  theStats);
+
   ::GEOMImpl_IShapesOperations* GetOperations()
   { return (::GEOMImpl_IShapesOperations*)GetImpl(); }
 };