Salome HOME
Fix TPythonDump::operator<<(const SMESH::ListOfGroups& theList) for an empty list
[modules/smesh.git] / idl / SMESH_Mesh.idl
index 4f5639fb1c632874f0bdff22b016511156f8f5c9..a06e663d55aae4e9715c2019642663fc3d83d684 100644 (file)
@@ -520,6 +520,13 @@ module SMESH
     SMESH_MeshEditor GetMeshEditPreviewer()
       raises (SALOME::SALOME_Exception);
 
+    /*!
+     * Return true if the mesh has been edited since a total re-compute
+     * and those modifications may prevent successful partial re-compute
+     */
+    boolean HasModificationsToDiscard()
+      raises (SALOME::SALOME_Exception);
+
     /*! Check group names for duplications.
      *  Consider maximum group name length stored in MED file.
      */