- box
box¶
Works with VSimEM, VSimPD, and VSimVE licenses.
Creates a CSG object that creates a box.
box Parameters¶
- lowerBounds (vector float, required)
Lower bounds for box.
- upperBounds (vector float, required)
Upper bounds for box.
Example box Block¶
<STRgn box>
kind = box
lowerBounds = [0.0 0.0 -0.5]
upperBounds = [5.0 5.0 0.5]
</STRgn>