Salome HOME
Update of CheckDone
[modules/smesh.git] / idl / SMESH_Mesh.idl
index 0f9da0ec4a0d4293d397863ac92429e1ef61dafd..fabf323432f2c69feac607a4d34e25e88411fae8 100644 (file)
@@ -436,6 +436,12 @@ module SMESH
     void RemoveGroupWithContents( in SMESH_GroupBase aGroup )
       raises (SALOME::SALOME_Exception);
 
+    /*!
+    *   Return True if all the submeshes are computed
+    */
+    boolean IsComputedOK()
+      raises (SALOME::SALOME_Exception);
+
     /*!
      *  Get the list of groups existing in the mesh
      */