mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-06 23:00:34 +05:00
PAL16842 (Genertion of groups when a mesh is transformed)
+ long NbGroups()
This commit is contained in:
parent
41bf396ed4
commit
5f3fa85183
@ -246,6 +246,12 @@ module SMESH
|
|||||||
ListOfGroups GetGroups()
|
ListOfGroups GetGroups()
|
||||||
raises (SALOME::SALOME_Exception);
|
raises (SALOME::SALOME_Exception);
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* Get number of groups existing in the mesh
|
||||||
|
*/
|
||||||
|
long NbGroups()
|
||||||
|
raises (SALOME::SALOME_Exception);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Union of two groups
|
* Union of two groups
|
||||||
* New group is created. All mesh elements that are
|
* New group is created. All mesh elements that are
|
||||||
|
Loading…
Reference in New Issue
Block a user