smesh/doc/examples/modifying_meshes_ex20.py

7 lines
132 B
Python
Raw Normal View History

2013-02-12 20:37:44 +06:00
# Cutting Quadrangles
2022-04-11 18:28:01 +05:00
from mechanic import *
2013-02-12 20:37:44 +06:00
# cut two quadrangles: 405 and 406
mesh.QuadToTri([405, 406], SMESH.FT_MinimumAngle)