0022481: EDF 2559 SMESH: Is GetGroups list sorted?

=> update of the doc
This commit is contained in:
ctn 2014-02-05 12:03:58 +00:00
parent 74d992bdaf
commit b212155cea

View File

@ -1912,7 +1912,7 @@ class Mesh:
def RemoveGroupWithContents(self, 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
# @ingroup l2_grps_create
def GetGroups(self):