-
Notifications
You must be signed in to change notification settings - Fork 588
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
extrude_polygon not creating watertight mesh #2266
Comments
Hey, yeah results depends a lot on which triangulation backend it's using, after
|
It looks like manifold doesn't like the duplicated first-and-last vertex, and produces a watertight result when we clip it off. Thanks for the report! |
Thanks! Yes, I am using manifold. I also found just now that you can re-process the mesh with the validate flag and it resolves the issue.
|
I am trying to create a watertight mesh from a series of points to be used in the boolean module functions, which fail when the body does not meet the criteria for is_volume.
extrude_polygon is not returning the mesh as a watertight body as it should.
The text was updated successfully, but these errors were encountered: