Salome HOME
Add new command GetShapesOnBox.
[modules/geom.git] / src / GEOM_I / GEOM_IShapesOperations_i.hh
index 58551a5b18d9e29999e9ebc6f0983bcff7ebbad2..2b70daead3f948a1580d0c3195f0b6a92aff8c9e 100644 (file)
@@ -154,6 +154,16 @@ class GEOM_IShapesOperations_i :
                                               GEOM::GEOM_Object_ptr theBottomRigthPoint,
                                               GEOM::shape_state     theState);
 
+  GEOM::ListOfGO* GetShapesOnBox (GEOM::GEOM_Object_ptr theBox,
+                                 GEOM::GEOM_Object_ptr theShape,
+                                 CORBA::Long           theShapeType,
+                                 GEOM::shape_state     theState);
+
+  GEOM::ListOfLong* GetShapesOnBoxIDs (GEOM::GEOM_Object_ptr theBox,
+                                      GEOM::GEOM_Object_ptr theShape,
+                                      CORBA::Long           theShapeType,
+                                      GEOM::shape_state     theState);
+
   GEOM::GEOM_Object_ptr GetInPlace (GEOM::GEOM_Object_ptr theShapeWhere,
                                    GEOM::GEOM_Object_ptr theShapeWhat);