From: eap Date: Tue, 21 May 2013 09:09:23 +0000 (+0000) Subject: 0022107: EDF 2502 SMESH: Publish the result of show bad mesh in a group X-Git-Tag: V7_3_0a1~429 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=57a7fd817d65f97afd676e8e259b3fa2d039c0ab 0022107: EDF 2502 SMESH: Publish the result of show bad mesh in a group + SMESH::ListOfGroups MakeGroupsOfBadInputElements( in SMESH_Mesh theMesh, + in short theSubShapeID, + in string theGroupName) + raises ( SALOME::SALOME_Exception ); --- diff --git a/idl/SMESH_Gen.idl b/idl/SMESH_Gen.idl index 28286ef57..fbe8a35d6 100644 --- a/idl/SMESH_Gen.idl +++ b/idl/SMESH_Gen.idl @@ -352,6 +352,14 @@ module SMESH in short theSubShapeID ) raises ( SALOME::SALOME_Exception ); + /*! + * Create groups of elements preventing computation of a sub-shape + */ + SMESH::ListOfGroups MakeGroupsOfBadInputElements( in SMESH_Mesh theMesh, + in short theSubShapeID, + in string theGroupName) + raises ( SALOME::SALOME_Exception ); + /*! * Return indeces of faces, edges and vertices of given sub-shapes * within theMainObject