Salome HOME
Replace shape in Mesh object
[modules/smesh.git] / src / SMESH / SMESH_Mesh.hxx
index e20d578ce387abd36805185c5945bfecf2f99594..5eadb13c25de195710f9ba25553b68322bd5a0b3 100644 (file)
@@ -86,6 +86,9 @@ class SMESH_EXPORT SMESH_Mesh
    * \brief Return true if there is a geometry to be meshed, not PseudoShape()
    */
   bool HasShapeToMesh() const { return _isShapeToMesh; }
+
+  void UndefShapeToMesh() { _isShapeToMesh = false; }
+
   /*!
    * \brief Return diagonal size of bounding box of shape to mesh.
    */