Find volume of a polyhedron

14 views (last 30 days)
Iila
Iila on 23 Feb 2016
Commented: Iila on 29 Feb 2016
Hi everyone,
My polyhedron is concave, so I cannot use "boundary alphaShape convhull" to find the volume. Plus "boundary alphaShape convhull" give me a different set of facets from what I need for my polyhedron. I have the vertices and facets plotted. I just need to find the enclosed volume.
Plus, when my polyhedron has self intersection, is there any quick way to find the intersecting volume? (You can ignore this question completely, if it's hard to imagine.)

Answers (1)

Shivam Chaturvedi
Shivam Chaturvedi on 29 Feb 2016
Hi Lila,
Please refer to the following answer by Mike Garrity for instructions and an example on how to calculate the volume of non-convex polyhedra.
Please mark this answer as accepted in case this helps you.
  1 Comment
Iila
Iila on 29 Feb 2016
Hi Shivam,
Thanks so much for your kind reply. I tried alphashape in the first place. Sadly, it doesn't give me the exact shape(set of faces) I need. I have a group of faces defined already, but alphashape and convhull give me a different group of faces, which give the wrong volume.
I'm really worried how I can find the correct volume for the shape I have already plotted with "Patch".

Sign in to comment.

Categories

Find more on Bounding Regions in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!