-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Converting surface mesh to manifold surface mesh #158
Comments
Hi, I was able to get something to work. I first tried reading as a manifold surface mesh. If that fails, I create a surface mesh, and find the duplicate edges (based on your code):
|
As a followup, I'm having issues with vertices "appears in more than one boundary loop". I'll see if I can fix this. Do you any recommendations for mesh cleanup using geometry central? Or is that out of the scope? Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Great software! I had one question about converting a surface mesh to a manifold surface mesh. Basically, I have a non-manifold mesh (duplicate halfedges), and I'm trying to see if there's a way to delete faces of these duplicated halfedges before I use makeManifoldSurfaceMeshAndGeometry?
Thanks
The text was updated successfully, but these errors were encountered: