Salome HOME
PAL16842 (Genertion of groups when a mesh is transformed)
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_GEOMGenUtils.h
index 76ff62407abcc4cb036e2d6fa547fc58760a9891..cb42cc48ba62ef8af9caad1cb7e34c2005d7f9f9 100644 (file)
@@ -34,6 +34,9 @@ namespace SMESH
   GEOM::GEOM_Object_var GetShapeOnMeshOrSubMesh (_PTR(SObject) theSObject);
 
   GEOM::GEOM_Object_ptr GetGeom (_PTR(SObject) theSO);
+
+  GEOM::GEOM_Object_ptr GetSubShape (GEOM::GEOM_Object_ptr theMainShape,
+                                     long                  theID);
 }
 
 #endif