Salome HOME
Merge Python 3 porting.
[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()