Salome HOME
0022481: EDF 2559 SMESH: Is GetGroups list sorted?
authorctn <ctn@opencascade.com>
Wed, 5 Feb 2014 12:03:58 +0000 (12:03 +0000)
committerctn <ctn@opencascade.com>
Wed, 5 Feb 2014 12:03:58 +0000 (12:03 +0000)
 => update of the doc

src/SMESH_SWIG/smeshBuilder.py

index 5af2bea9b60391180002f65ba8fddbfba4b6614e..fb80a5abeb7590efb65f55191f196afbbed354f7 100644 (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):