The Cuboid type exposes the following members.

Properties

  NameDescription
Public propertyHeight
Height is the size of the cuboid along the Y axle.
Public propertyLength
Length is the size of the cuboid along the Z axle.
Public propertyMaxX
Maximum value within the cuboid along the X axle. If the value set is smaller than MinX, the property is set to MinX.
Public propertyMaxY
Maximum value within the cuboid along the Y axle. If the value set is smaller than MinY, the property is set to MinY.
Public propertyMaxZ
Maximum value within the cuboid along the Z axle. If the value set is smaller than MinZ, the property is set to MinZ.
Public propertyMinX
Minimum value within the cuboid along the X axle. If the value set is larger than MaxX, the property is set to MaxX.
Public propertyMinY
Minimum value within the cuboid along the Y axle. If the value set is larger than MaxY, the property is set to MaxY.
Public propertyMinZ
Minimum value within the cuboid along the Z axle. If the value set is larger than MaxZ, the property is set to MaxZ.
Public propertyWidth
Width is the size of the cuboid along the X axle.

See Also