Salome HOME
[bos #35147] [EDF] (2023-T1) Decompose Viscous Layer API.
[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)