0

How do I calculate the volume of a smooth (roughly spherical) surface defined by a set of x,y,z coordinates using Python?

I've found the following method using the ConvexHull function from scipy, which is a good starting point -- however my surfaces are not always convex.

Is there another way to do it?

Thanks!

johnymm
  • 123
  • 5
  • One of the comments in the link you posted says it all: "convex hull of a point cloud is well defined, pretty much anything else is really hard, "subjective" and/or ill defined" – Tim Roberts Oct 10 '21 at 02:03

0 Answers0