BoundingBox

Hello,

I’ve been working on creating a bounding box visualization using a JSON configuration file. Initially, I used OmniGlass to create a cube of glass for this purpose.


> # Create cube

cubePrim = UsdGeom.Cube.Define(stage, f'/World/boundingbox/{label}_{count + add_to_count}')

Like this:

However, I’d like to improve the visualization by using a wireframe instead of a solid glass cube.

Can someone please guide me on how to convert the glass cube into a wireframe representation for better visualization?

You can visualize the wireframe by activating Wireframe and Disable Materials (White Mode):

1 Like

Hello,
Thanks for your reply.

Can we do this by python code instead of using gui ?