Mesh partitioning into Convex Parts #8780
Unanswered
petrasvestartas
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Do you need an exact decomposition or an approximate one? There is this package that does the exact one: There is also an implementation of an approximate decomposition that was started here but that has some implementation issues as it is way too slow compared to the author's implementation. Unfortunately we did not have time to fix it yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does CGAL have any method to partition a concave mesh into convex parts?
We have a structural engineering application that really needs such input. I know that it is possible to tetrahedralize mesh, but it would be great to have as less solids meshes as possible.
This is just an image from google search to illustrate what I mean:

Beta Was this translation helpful? Give feedback.
All reactions