Salome HOME
IPAL0054674: Wrong mesh icon after mesh modification
[modules/smesh.git] / src / SMESH_SWIG / smeshBuilder.py
index 18409ce90300204f239547c2cc15bae4e841c4d6..cb0191fccf112ce1f2e4ff25dfaa441cf5f5c581 100644 (file)
@@ -2091,6 +2091,9 @@ class Mesh(metaclass = MeshMeta):
 
         Parameters:
                 submeshes: list of lists of :class:`sub-meshes <SMESH.SMESH_subMesh>`
+
+        Warning: the method is for setting the order for all sub-meshes at once:
+                 SetMeshOrder( [ [sm1, sm2, sm3], [sm4, sm5] ] )
         """
 
         return self.mesh.SetMeshOrder(submeshes)