gradientspace / geometry3Sharp

C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
http://www.gradientspace.com
Boost Software License 1.0
1.71k stars 384 forks source link

Meshing Query #116

Open mmedinav18 opened 5 years ago

mmedinav18 commented 5 years ago

Hi Ryan,

This is not so much of an issue but more of a query. I am using your library to remesh a geometry and then I am trying to use the remeshed mesh to convert it into a quad mesh using Plankton library. Since the remeshed mesh is not organized as in the triangles are not adjacent to each other consistently, so is there a way I can organize these triangle adjacencies? Or do you have any idea how I can organize this remeshed mesh to then use the structure data to convert it to quad meshes?

Many thanks,