The Cuboid type exposes the following members.
Properties | Name | Description |
---|
 | Center |
Gets the center of the bounding box.
|
 | CenterX |
Gets the x-center of the bounding box.
|
 | CenterY |
Gets the y-center of the bounding box.
|
 | CenterZ |
Gets the y-center of the bounding box.
|
 | Item | |
 | MaxMaxMax |
Returns the cuboid's top, right, back corner.
|
 | MaxMaxMin |
Returns the cuboid's bottom, right, back corner.
|
 | MaxMinMax |
Returns the cuboid's top, right, front corner.
|
 | MaxMinMin |
Returns the cuboid's bottom, right, front corner.
|
 | MinMaxMax |
Returns the cuboid's top, left, back corner.
|
 | MinMaxMin |
Returns the cuboid's bottom, left, back corner.
|
 | MinMinMax |
Returns the cuboid's top, left, front corner.
|
 | MinMinMin |
Returns the cuboid's bottom, left, front corner.
|
 | Origin |
Gets or sets the bottom, left, front corner of the cuboid.
|
 | Size |
Gets or sets the cuboid's sizes.
|
 | SizeX |
Sets and gets the cuboid's size in x direction.
|
 | SizeY |
Sets and gets the cuboid's size in y direction.
|
 | SizeZ |
Sets and gets the cuboid's size in z direction.
|
 | Volume |
Gets the cuboid's volume.
|
 | X |
Sets and gets the x coordinate of the cuboid's bottom, left, front corner.
|
 | XYArea |
Gets the area of the x and y dimension.
|
 | Y |
Sets and gets the y coordinate of the cuboid's bottom, left, front corner.
|
 | Z |
Sets and gets the z coordinate of the cuboid's bottom, left, front corner.
|
Top
See Also