Salome HOME
IMP19942 - Convert group on geometry into group of elements
[modules/smesh.git] / idl / SMESH_Mesh.idl
index a0fff0fa9f0d7c112806eba0df89b4a4c9675797..d55204ef4cae34162fc3190771517dcf7370aeb6 100644 (file)
@@ -228,6 +228,12 @@ module SMESH
     void Clear()
       raises (SALOME::SALOME_Exception);
 
+    /*!
+     * Remove all nodes and elements of submesh
+     */
+    void ClearSubMesh(in long ShapeID)
+      raises (SALOME::SALOME_Exception);
+
     /*!
      * Get the subMesh object associated to a subShape. The subMesh object
      * gives access to nodes and elements IDs.
@@ -352,6 +358,12 @@ module SMESH
                                 in string       name )
       raises (SALOME::SALOME_Exception);
 
+    /*!
+     * Convert group on geometry into standalone group
+     */
+    SMESH_Group ConvertToStandalone( in SMESH_GroupOnGeom theGeomGroup )
+      raises (SALOME::SALOME_Exception);
+
     /*!
      * Add hypothesis to the mesh, under a particular subShape
      * (or the main shape itself)