Salome HOME
0023360: [CEA 1963] Use salome.sg.updateObjBrowser(True) instead of salome.sg.updateO...
[modules/smesh.git] / doc / salome / examples / grouping_elements_ex06.py
index 060a22d6c8021948bf112b1e8209acda5d3bcb0f..bf9e3708ba26be7f6c38a80be7779aa4e28ba5cc 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(1)
+salome.sg.updateObjBrowser(True)