Access mesh Ngon faces in script
#3
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.
  Reply


Messages In This Thread
Access mesh Ngon faces in script - by wbk - 11-17-2023, 10:02 AM
RE: Access mesh Ngon faces in script - by wbk - 11-17-2023, 06:20 PM
RE: Access mesh Ngon faces in script - by tyFlow - 11-17-2023, 06:22 PM
RE: Access mesh Ngon faces in script - by wbk - 11-18-2023, 05:56 AM
RE: Access mesh Ngon faces in script - by wbk - 11-18-2023, 07:38 AM

Forum Jump: