Salome HOME
Imp 19925 - Mesh preview
[modules/smesh.git] / idl / SMESH_Mesh.idl
index a0fff0fa9f0d7c112806eba0df89b4a4c9675797..76859da1461442f5a7e721369babc920f153ec86 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.