From 57a7fd817d65f97afd676e8e259b3fa2d039c0ab Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 21 May 2013 09:09:23 +0000 Subject: [PATCH] 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 ); --- idl/SMESH_Gen.idl | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.30.2