Salome HOME
Merge branch 'occ/shaper2smesh'
[modules/smesh.git] / idl / SMESH_Mesh.idl
index a18a7bd0c79604b931e8208f029fa4ec7d173134..8cda08472be32e3a33f055ae7c7773e58ab28d0b 100644 (file)
@@ -347,6 +347,12 @@ module SMESH
     GEOM::GEOM_Object GetShapeToMesh()
       raises (SALOME::SALOME_Exception);
 
+    /*!
+     * Replaces a shape in the mesh
+     */
+    void ReplaceShape(in GEOM::GEOM_Object theNewGeom)
+      raises (SALOME::SALOME_Exception);
+
     /*!
      * Return false if the mesh is not yet fully loaded from the study file
      */