Salome HOME
0022878: [CEA 1424] performances of Compute method from the Mesh class in smeshBuilder.py
[modules/smesh.git] / src / SMESH_SWIG / SMESH_fixation_hexa.py
index 0b3be69493f2929e6cef59dc625345c2c899918a..e0b0c0bad838c75154d0ef34cf85deb4e6b462f7 100644 (file)
@@ -82,9 +82,6 @@ print "-------------------------- Hexa_3D"
 hexa3D = mesh.Hexahedron()
 hexa3D.SetName("Hexa_3D")
 
-
-salome.sg.updateObjBrowser(1)
-
 print "-------------------------- compute compshell"
 ret = mesh.Compute()
 print ret
@@ -101,3 +98,5 @@ if ret != 0:
     print "Number of hexahedrons : ", mesh.NbHexas()
 else:
     print "problem when Computing the mesh"
+
+salome.sg.updateObjBrowser(1)