Salome HOME
Merge with PAL/SALOME 2.1.0d
[modules/geom.git] / src / GEOM_I / GEOM_IShapesOperations_i.hh
index 308c22883d7e391dd9587f9c0ebbf21d5c6af54e..4a63bb1f5e30f4ffe7a4e6f3ac00d6bf5cd5050c 100644 (file)
@@ -11,7 +11,7 @@
 
 #include "GEOMImpl_IShapesOperations.hxx"
 
-class GEOM_IShapesOperations_i : 
+class GEOM_IShapesOperations_i :
     public virtual POA_GEOM::GEOM_IShapesOperations,
     public virtual GEOM_IOperations_i
 {
@@ -46,6 +46,9 @@ class GEOM_IShapesOperations_i :
                               const CORBA::Long theShapeType,
                               const CORBA::Boolean isSorted);
 
+  GEOM::GEOM_Object_ptr GetSubShape (GEOM::GEOM_Object_ptr theMainShape,
+                                    const CORBA::Long     theID);
+
   CORBA::Long NumberOfFaces (GEOM::GEOM_Object_ptr theShape);
   CORBA::Long NumberOfEdges (GEOM::GEOM_Object_ptr theShape);