Salome HOME
bos #29171 Refactor testing procedure
[modules/smesh.git] / doc / examples / modifying_meshes_ex20.py
1 # Cutting Quadrangles
2
3 from mechanic import *
4
5 # cut two quadrangles: 405 and 406
6 mesh.QuadToTri([405, 406], SMESH.FT_MinimumAngle)