Salome HOME
Merge from BR_plugins_pbyacs 03/04/2013
[modules/smesh.git] / doc / salome / examples / modifying_meshes_ex20.py
index aa52da784338c198c7b1b1f1d54ebee5eba4d352..ffbff360ae43d8882089f3a283f577f32926cdbc 100644 (file)
@@ -1,9 +1,10 @@
 # Cutting Quadrangles
 
 import SMESH_mechanic
+import SMESH
 
 smesh = SMESH_mechanic.smesh
 mesh  = SMESH_mechanic.mesh
 
 # cut two quadrangles: 405 and 406
-mesh.QuadToTri([405, 406], smesh.FT_MinimumAngle)
+mesh.QuadToTri([405, 406], SMESH.FT_MinimumAngle)