sln 893e1c2982 0019939: EDF 762 SMESH : Definition of groups from other existing groups
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
2008-11-26 15:28:12 +00:00
2007-04-13 14:53:27 +00:00
2004-06-18 08:34:31 +00:00
2008-10-29 08:52:45 +00:00
2007-04-13 14:53:27 +00:00
2004-06-18 08:34:31 +00:00
2003-11-06 11:34:19 +00:00
2007-04-13 14:53:27 +00:00
2007-04-13 14:53:27 +00:00

The file is empty.
Description
SALOME Mesh module
Readme 91 MiB
Languages
C++ 85.2%
Python 12.8%
CMake 1.1%
HTML 0.4%
C 0.3%
Other 0.1%