Bounding | |
The BoundingBox type exposes the following members.
| Name | Description | |
|---|---|---|
| IsUndefined | Returns true when the Minimum and Maximum properties are not defined (are set to float.NaN). | |
| IsZeroSize | Returns true when the size of this BoundingBox is zero. | |
| SizeX | Gets size in the X direction | |
| SizeY | Gets size in the Y direction | |
| SizeZ | Gets size in the Z direction | |
| Undefined | Gets an undefined BoundingBox with both Minimum and Maximum set to float.NaN values. |