Skip to content

Convex Hull from Half Spaces (Planes) #922

Answered by elalish
a-day-old-bagel asked this question in Q&A
Discussion options

You must be logged in to vote

Indeed, we don't have a dedicated algorithm for this. What you're describing is basically a Nef polyhedron, so CGAL might do this well, given that's their native data structure.

Our Booleans do automatically batch, but trim by plane will not because it needs to evaluate the the size of the incoming mesh to know how large to make a safe cube to represent the half-space. If you know a bound on the size of your output object, you could intersect the cubes yourself as a batch.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@a-day-old-bagel
Comment options

Answer selected by a-day-old-bagel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #921 on September 11, 2024 16:53.