]> SALOME platform Git repositories - modules/smesh.git/blobdiff - doc/salome/examples/grouping_elements_ex07.py
Salome HOME
Cherry-pick 254c2216: Python3 porting: fix the pb with creation of StdMeshersBuilder_...
[modules/smesh.git] / doc / salome / examples / grouping_elements_ex07.py
index eb288de24db4c4fb551ef5354ae587fb7dc19a6c..800e8e80abfa5dbf572e383aa058326392740baa 100644 (file)
@@ -32,4 +32,4 @@ aGroupRes = mesh.CutGroups(aGroupMain, aGroupTool, "Area >= 60")
 print("Criterion: Area >= 60, Nb = ", len(aGroupRes.GetListOfID()))
 # Please note that also there is CutListOfGroups() method which works with lists of groups of any lengths
 
-salome.sg.updateObjBrowser(True)
+salome.sg.updateObjBrowser()