Salome HOME
Replace shape in Mesh object
[modules/smesh.git] / idl / SMESH_Mesh.idl
index a18a7bd0c79604b931e8208f029fa4ec7d173134..b4ec14dc85fed7cbd527e3e4b6d52a0347c09c6a 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, in GEOM::GEOM_Object theOldGeom)
+      raises (SALOME::SALOME_Exception);
+
     /*!
      * Return false if the mesh is not yet fully loaded from the study file
      */