mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
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:
parent
88068fce89
commit
57a7fd817d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user