mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
7 lines
132 B
Python
7 lines
132 B
Python
# Cutting Quadrangles
|
|
|
|
from mechanic import *
|
|
|
|
# cut two quadrangles: 405 and 406
|
|
mesh.QuadToTri([405, 406], SMESH.FT_MinimumAngle)
|