Salome HOME
0023360: [CEA 1963] Use salome.sg.updateObjBrowser(True) instead of salome.sg.updateO...
[modules/smesh.git] / doc / salome / examples / modifying_meshes_ex19.py
index 7223fb0997b57d1bd14d388e411e82a77187c83c..8ef2c7c8a581fd56ad21bf6582e194068b888849 100644 (file)
@@ -42,4 +42,4 @@ f5 = mesh.AddFace([n5, n6, n12, n11])
 # Change the orientation of the second and the fourth faces.
 mesh.Reorient([2, 4])
 
-salome.sg.updateObjBrowser(1)
+salome.sg.updateObjBrowser(True)