X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH_SWIG%2FSMESH_fixation_hexa.py;h=e0b0c0bad838c75154d0ef34cf85deb4e6b462f7;hp=0b3be69493f2929e6cef59dc625345c2c899918a;hb=38a77c4a9810f4715212368ac53315689ba9150f;hpb=6bac08c1a81f34d3f21c550bd92f83654b2546a5 diff --git a/src/SMESH_SWIG/SMESH_fixation_hexa.py b/src/SMESH_SWIG/SMESH_fixation_hexa.py index 0b3be6949..e0b0c0bad 100644 --- a/src/SMESH_SWIG/SMESH_fixation_hexa.py +++ b/src/SMESH_SWIG/SMESH_fixation_hexa.py @@ -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)