-
Hi, I am trying to use the Polygon Mesh Processing library for hole filling and it doesn't seem to be working for me. The code below prints that for the border halfedge found, patch_facets and patch_vertices have size 0, and the mesh is not closed. My mesh does not contain non-manifold vertices; what are some other reasons that hole filling might fail? Does this code contain an obvious bug? I am using CGAL version 5.4.1. Thank you!
|
Beta Was this translation helpful? Give feedback.
Answered by
myociss
Dec 8, 2024
Replies: 1 comment
-
It turns out the hole vertices were collinear and this is why it isn't working. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
myociss
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It turns out the hole vertices were collinear and this is why it isn't working.