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 );
This commit is contained in:
eap 2013-05-21 09:09:23 +00:00
parent 88068fce89
commit 57a7fd817d

View File

@ -352,6 +352,14 @@ module SMESH
in short theSubShapeID ) in short theSubShapeID )
raises ( SALOME::SALOME_Exception ); 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 * Return indeces of faces, edges and vertices of given sub-shapes
* within theMainObject * within theMainObject