Good day,
I am having hard times to find out how to get dimensions, coordinates and shape of a complex mesh from usd file.
I have a fancy complex mesh created from usd with create.from_usd command. I am trying different shapes and I want to replicate objects over surface of this mesh. How can I get this data and then set it’s boundaries as a boundaries for the distribution (I will use uniformal). I already tried the bounding box calculation snippet, but, certainly, it will work only for box-shaped objects.