Skip to content
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

Exactly preserve the polyhedron boundary? #85

Open
evouga opened this issue Sep 16, 2021 · 1 comment
Open

Exactly preserve the polyhedron boundary? #85

evouga opened this issue Sep 16, 2021 · 1 comment

Comments

@evouga
Copy link

evouga commented Sep 16, 2021

We are trying to tetrahedralize a parallelopiped, but find that the boundary triangles of the tetrahedralization are not exactly parallel to the input parallelopiped.

Is there a way to constrain TetWild to exactly preserve the input mesh (so that all vertices of the input mesh are present in the output; and also all Steiner points added on the boundary are exactly on an input face)?

@danielepanozzo
Copy link

Unfortunately not yet. We are working on an extension to support this, but it is a few months away. CGAL should be able to do exactly what you need, and you can try to call it from https://pymesh.readthedocs.io/en/latest/api_mesh_generation.html . @qnzhou wrote a nice wrapper for multiple tetrahedralization engines, and both CGAL and tetgen should be able to do this reliably if the boundary is a simple parallelopiped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants