mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-02 21: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()
|
||||
raises (SALOME::SALOME_Exception);
|
||||
|
||||
/*!
|
||||
* Get number of groups existing in the mesh
|
||||
*/
|
||||
long NbGroups()
|
||||
raises (SALOME::SALOME_Exception);
|
||||
|
||||
/*!
|
||||
* Union of two groups
|
||||
* New group is created. All mesh elements that are
|
||||
|
Loading…
Reference in New Issue
Block a user