Access mesh Ngon faces in script
#4
(11-17-2023, 06:22 PM)tyFlow Wrote: 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.

Sure, but then it would be convenient if tfObj had a property which was their INode then, especially if internally you track that and have it available.

I assume there is no guarantee that the order of faces/vertices in a tfMesh matches that of the source MNMesh?
  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: