mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
0022481: EDF 2559 SMESH: Is GetGroups list sorted?
=> update of the doc
This commit is contained in:
parent
74d992bdaf
commit
b212155cea
@ -1912,7 +1912,7 @@ class Mesh:
|
|||||||
def RemoveGroupWithContents(self, group):
|
def RemoveGroupWithContents(self, group):
|
||||||
self.mesh.RemoveGroupWithContents(group)
|
self.mesh.RemoveGroupWithContents(group)
|
||||||
|
|
||||||
## Gets the list of groups existing in the mesh
|
## Gets the list of groups existing in the mesh in the order of creation (starting from the oldest one)
|
||||||
# @return a sequence of SMESH_GroupBase
|
# @return a sequence of SMESH_GroupBase
|
||||||
# @ingroup l2_grps_create
|
# @ingroup l2_grps_create
|
||||||
def GetGroups(self):
|
def GetGroups(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user