Salome HOME
Merge multi-study removal branch.
[modules/smesh.git] / doc / salome / examples / grouping_elements_ex06.py
index bf9e3708ba26be7f6c38a80be7779aa4e28ba5cc..2fc70fe6eed389e79337c7018ec9cf7313e361b8 100644 (file)
@@ -34,4 +34,4 @@ aGroup3 = mesh.IntersectListOfGroups([aGroup1, aGroup2], "20 < Area < 60")
 print "Criterion: 20 < Area < 60, Nb = ", len(aGroup3.GetListOfID())
 # Please note that also there is IntersectGroups() method which works with two groups only
 
-salome.sg.updateObjBrowser(True)
+salome.sg.updateObjBrowser()