Click or drag to resize

Cuboid Properties

The Cuboid type exposes the following members.

Properties
 NameDescription
Public propertyCenter Gets the center of the bounding box.
Public propertyCenterX Gets the x-center of the bounding box.
Public propertyCenterY Gets the y-center of the bounding box.
Public propertyCenterZ Gets the y-center of the bounding box.
Public propertyItem 
Public propertyMaxMaxMax Returns the cuboid's top, right, back corner.
Public propertyMaxMaxMin Returns the cuboid's bottom, right, back corner.
Public propertyMaxMinMax Returns the cuboid's top, right, front corner.
Public propertyMaxMinMin Returns the cuboid's bottom, right, front corner.
Public propertyMinMaxMax Returns the cuboid's top, left, back corner.
Public propertyMinMaxMin Returns the cuboid's bottom, left, back corner.
Public propertyMinMinMax Returns the cuboid's top, left, front corner.
Public propertyMinMinMin Returns the cuboid's bottom, left, front corner.
Public propertyOrigin Gets or sets the bottom, left, front corner of the cuboid.
Public propertySize Gets or sets the cuboid's sizes.
Public propertySizeX Sets and gets the cuboid's size in x direction.
Public propertySizeY Sets and gets the cuboid's size in y direction.
Public propertySizeZ Sets and gets the cuboid's size in z direction.
Public propertyVolume Gets the cuboid's volume.
Public propertyX Sets and gets the x coordinate of the cuboid's bottom, left, front corner.
Public propertyXYArea Gets the area of the x and y dimension.
Public propertyY Sets and gets the y coordinate of the cuboid's bottom, left, front corner.
Public propertyZ Sets and gets the z coordinate of the cuboid's bottom, left, front corner.
Top
See Also