Salome HOME
Install tests.set
[modules/smesh.git] / doc / salome / examples / grouping_elements_ex07.py
index 1a79c5fe27a2ee2c714e771b000d16deed61439d..e0c7ab199f8599b18c16bf5c2652b572c192b7f3 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()