@Goswin wrote:
Ngons are great! thanks for adding them !
Are there any functions in Rhino Python Scripting Syntax to handle Ngons?
Or do I have to use Rhino Common?
https://developer.rhino3d.com/api/RhinoCommon/html/T_Rhino_Geometry_MeshNgon.htmfor example
rs.MeshFaceCount(meshId)
returns 3 on a simple pentagon drawn via the3DFace
command.
How can I find out that these 3 faces are part of a pentagon ?
Posts: 1
Participants: 1