How can we set the width of the BoundingBox lines for BoundingBoxRendered?

I don’t think width is adjustable. Here’s a generation of lines for using with CreateGreasedLine():

From Getting efficient lines for drawing BoundingBox

You could use vectorsWorld (for a static “snapshot” of the BoundingBox) or make the resulting GreaseLineMesh a child of the mesh you get the BoundingInfo from.

2 Likes