Salome HOME
PR: synchro V7_main tag mergefrom_V6_main_28Feb13
[modules/smesh.git] / doc / salome / examples / viewing_meshes_ex02.py
index de345e8a39523cb4d062aa034aceebd1139ba3ad..cd096ca760df759c8a38d2936e9d3e8e34dab4ce 100644 (file)
@@ -8,7 +8,7 @@ import SMESH
 box = geompy.MakeBoxDXDYDZ(100,100,100)
 
 # Create a mesh
-mesh = Mesh(box,"Mesh")
+mesh = smesh.Mesh(box,"Mesh")
 mesh.AutomaticHexahedralization()
 mesh.Compute()