Closed Cascades closed 5 years ago
What do you mean by "non-manifold"? I only know manifolds from topology, and there are no flat 2D regions which aren't manifolds, so it's a bit confusing to me.
Sorry, what you are thinking of is what I'm thinking of, from topology. Is the project only for 2D meshes? I may have misunderstood.
2D triangular meshes, to be precise. It may support tets at some point.
A mesh certainly can be non-manifold
https://pages.mtu.edu/~shene/COURSES/cs3621/SLIDES/Mesh.pdf
I actually ran into the same error as the original poster but it's not immediately clear what's incorrect with the mesh or how to fix it.
I'll update the readme to say "manifold".
I saw another issue (#27 ) which talked about the problem. I found this problem when running the software with an stl file as input... I suspect that it is due to my mesh being non-manifold. It happened on every method I ran with.
I'd love to attach a sample.. but not entirely sure I can :/ sorry about that... Basically wondering if manifold geometry is required?
Thanks