I'm trying to calculate the volume of an irregular shape.
I am given numerous points with r, theta and z.
I need to create a command button to solve all the partial volume and add them up into a total volume.
I was thinking of using triple integral of r * dr * dtheta * dz but I'm not completely sure because that would simply become r^2 * theta * z and any points with zero would become zero.
Does anyone have a clue on how to solve these points and add them up into a total volume?
Any help would be appreciated!
File is attached.
Bookmarks