The RectangleD3D type exposes the following members.
Properties | Name | Description |
---|
 | Center |
Gets the center of this rectangle.
|
 | Edges |
Gets the edges of the rectange (first bottom edges, then the pillars, and then the top edges)
|
  | Empty | |
 | IsEmpty | |
 | Location | |
 | LocationPlusSize | |
 | 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 | |
 | SizeX | |
 | SizeY | |
 | SizeZ | |
 | 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 | |
 | XCenter | |
 | XPlusSizeX | |
 | Y | |
 | YCenter | |
 | YPlusSizeY | |
 | Z | |
 | ZCenter | |
 | ZPlusSizeZ | |
Top
See Also