mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-12 14:34:34 +05:00

SMESH_Mesh.idl is extended with: SMESH_Group UnionListOfGroups(in ListOfGroups aListOfGroups, in string name ); SMESH_Group IntersectListOfGroups (in ListOfGroups aListOfGroups, in string name); SMESH_Group CutListOfGroups (in ListOfGroups aMainGroups, in ListOfGroups aToolGroups, in string name); for supporting works with several groups and SMESH_Group CreateDimGroup( in ListOfGroups aListOfGroups, in ElementType anElemType, in string name ); for creating groups of entities from existing groups of superior dimensions
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%