PAL16842 (Genertion of groups when a mesh is transformed)

+    long NbGroups()
This commit is contained in:
eap 2007-11-12 09:53:52 +00:00
parent 41bf396ed4
commit 5f3fa85183

View File

@ -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