Description of BoundingBox Type¶
Describes a bounding box in three-dimensional space. The bounding box is parallel to the axes of the coordinate system.
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. |
Methods of BoundingBox¶
None.
Last update: 11 August 2025, 8:45