Reputation: 366
I´m searching for a method to calculate the volume of a three-dimensional irregular object in either python or R. I have a time series of files (around 50 per sequence), equally spaced in time. They consist of a triangular mesh representation of the object with a fixed number of triangles. The vertices have known x,y,z-coordinates. There is no need for regenerating the mesh. And no need for visualization. The triangles have indices, the points as well. The object is not necessarily completely convex. But there are no unnecessary points. All known points are part of the hull. Now, I would like to calculate the volume of the object at each time point.
Upvotes: 2
Views: 6914