Salome HOME
Merge Python 3 porting.
[modules/smesh.git] / doc / salome / examples / grouping_elements_ex06.py
index a5b2c3ffb25fcc3111559a2cb7db116400721198..9423cf7d402ac8a271741086ac224b03fabaf9f0 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()