11-17-2023, 06:22 PM
tyFlow meshes don't store any ngons internally. Ngons are really just tris with hidden, adjacent edges.
If you really want to dive into C# you could get the INode from the core interface based on the name of the object...from there you can do your own MNMesh calcs, sure, and extract ngons.
If you really want to dive into C# you could get the INode from the core interface based on the name of the object...from there you can do your own MNMesh calcs, sure, and extract ngons.