How to get volume of object in scene?

Apologies since I am a new to Omniverse, but is there a way to directly return/calculate the volume of an object through a query?

Looking through the Pixar USD library in addition to the Kit API, I haven’t found any success. I know that you could use a method that gets the volume of a bounding box of the object, but is not necessarily a good assumption.

If there is a way, any help would be appreciated!

I dHi @areddy74. I don’t think there is an API for that. You’d have to either include another library that does that or calculate it yourself at this time.