The Cuboid type exposes the following members.
Properties
Name | Description | |
---|---|---|
Height |
Height is the size of the cuboid along the Y axle.
| |
Length |
Length is the size of the cuboid along the Z axle.
| |
MaxX |
Maximum value within the cuboid along the X axle.
If the value set is smaller than MinX, the
property is set to MinX.
| |
MaxY |
Maximum value within the cuboid along the Y axle.
If the value set is smaller than MinY, the
property is set to MinY.
| |
MaxZ |
Maximum value within the cuboid along the Z axle.
If the value set is smaller than MinZ, the
property is set to MinZ.
| |
MinX |
Minimum value within the cuboid along the X axle.
If the value set is larger than MaxX, the
property is set to MaxX.
| |
MinY |
Minimum value within the cuboid along the Y axle.
If the value set is larger than MaxY, the
property is set to MaxY.
| |
MinZ |
Minimum value within the cuboid along the Z axle.
If the value set is larger than MaxZ, the
property is set to MaxZ.
| |
Width |
Width is the size of the cuboid along the X axle.
|