Salome HOME
Merge from V6_main 11/02/2013
[modules/smesh.git] / doc / salome / examples / modifying_meshes_ex20.py
1 # Cutting Quadrangles
2
3 import SMESH_mechanic
4
5 smesh = SMESH_mechanic.smesh
6 mesh  = SMESH_mechanic.mesh
7
8 # cut two quadrangles: 405 and 406
9 mesh.QuadToTri([405, 406], smesh.FT_MinimumAngle)