Properties of Type BoundingBox¶
Below is a list of the available properties provided by the BoundingBox type. Click on a property name to see its detailed description and examples.
| Property | Description |
|---|---|
| xMin | Minimum value on the X axis. |
| xMax | Maximum value on the X axis. |
| xSize | Size along the X axis. |
| xCenter | Center coordinate on the X axis. |
| yMin | Minimum value on the Y axis. |
| yMax | Maximum value on the Y axis. |
| ySize | Size along the Y axis. |
| yCenter | Center coordinate on the Y axis. |
| zMin | Minimum value on the Z axis. |
| zMax | Maximum value on the Z axis. |
| zSize | Size along the Z axis. |
| zCenter | Center coordinate on the Z axis. |