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