X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Mesh.idl;h=fabf323432f2c69feac607a4d34e25e88411fae8;hp=0f9da0ec4a0d4293d397863ac92429e1ef61dafd;hb=6fe43e9346e543c133300e9a4fc172ddc2b34cc0;hpb=127761db37b8866d7d3125f2a3cbfbdcf2cdb740 diff --git a/idl/SMESH_Mesh.idl b/idl/SMESH_Mesh.idl index 0f9da0ec4..fabf32343 100644 --- a/idl/SMESH_Mesh.idl +++ b/idl/SMESH_Mesh.idl @@ -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 */