Finding Volume of alpha shapes

Hi!

I was trying out the tutorial on plotting alpha shapes using Plotly. For my set of (x,y,z) coordinates and varying alpha value I do get a proper alpha shape. But now I need to find its volume. I know that ConvexHull library in python has a volume attribute. Is there a similar way for finding the volume of alpha shapes???

Any help would be great!
Thanks.

1 Like