Salome HOME
Replace shape in Mesh object
[modules/smesh.git] / src / SMESH_I / SMESH_Mesh_i.hxx
index 27c6142b573ab861e604c22537f742ee0fe87cbc..9c564e1766e2b4d4c3edb6f0b03ff6bd99af7a56 100644 (file)
@@ -74,6 +74,9 @@ public:
   GEOM::GEOM_Object_ptr GetShapeToMesh()
     throw (SALOME::SALOME_Exception);
 
+  virtual void ReplaceShape(GEOM::GEOM_Object_ptr theNewGeom, GEOM::GEOM_Object_ptr theOldGeom)
+    throw (SALOME::SALOME_Exception);
+
   CORBA::Boolean IsLoaded()
     throw (SALOME::SALOME_Exception);