Advertisement

How to iterate a mesh for shared edges?

Started by July 27, 2019 09:27 PM
10 comments, last by taby 5 years, 6 months ago

You can view my simple mesh C++ class. The class relies on input meshes that are closed (no holes or cracks). A sample STL file is given.

https://github.com/sjhalayka/meshdim

I use the mesh class to get the data about the shared edges, to determine triangle neighbours. 

This topic is closed to new replies.

Advertisement