The RectangleD3D type exposes the following members.
Properties| | Name | Description |
|---|
 | Center |
Gets the center of this rectangle.
|
 | Edges |
Gets the edges of the rectangle (first bottom edges, then the pillars, and then the top edges).
|
  | Empty |
Gets the empty rectangle.
|
 | IsEmpty |
Gets a value indicating whether this rectangle is empty (all sizes are zero).
|
 | Location |
Gets the location (left-top-front corner) of the rectangle.
|
 | LocationPlusSize |
Gets the location plus size (right-bottom-back corner) of the rectangle.
|
 | OuterCircleBoundingBox |
Gets a rectangle that includes the smallest circle around this rectangle.
|
 | Planes |
Gets an enumeration of the planes of the faces of this rectangle (left, right, front, back, bottom, top).
|
 | Size |
Gets the size vector of this rectangle.
|
 | SizeX |
Gets the size in x-direction.
|
 | SizeY |
Gets the size in y-direction.
|
 | SizeZ |
Gets the size in z-direction.
|
 | TriangleIndices |
Gets the triangle indices of all faces using the vertices returned by Vertices.
The order is front, back, top, bottom, left, right.
|
 | Vertices |
Gets the vertices in binary order (x: 0th digit, y: 1st digit, z: 2nd digit).
|
 | X |
Gets the x-coordinate of the left side.
|
 | XCenter |
Gets the x-coordinate of the rectangle center.
|
 | XPlusSizeX |
Gets the x-coordinate of the right side.
|
 | Y |
Gets the y-coordinate of the top side.
|
 | YCenter |
Gets the y-coordinate of the rectangle center.
|
 | YPlusSizeY |
Gets the y-coordinate of the bottom side.
|
 | Z |
Gets the z-coordinate of the front side.
|
 | ZCenter |
Gets the z-coordinate of the rectangle center.
|
 | ZPlusSizeZ |
Gets the z-coordinate of the back side.
|
Top
See Also