Salome HOME
Fix problems with the OpenGL clipping planes.
[modules/smesh.git] / 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):