Click or drag to resize

RectangleD3D Properties

The RectangleD3D type exposes the following members.

Properties
 NameDescription
Public propertyCenter Gets the center of this rectangle.
Public propertyEdges Gets the edges of the rectangle (first bottom edges, then the pillars, and then the top edges).
Public propertyStatic memberEmpty Gets the empty rectangle.
Public propertyIsEmpty Gets a value indicating whether this rectangle is empty (all sizes are zero).
Public propertyLocation Gets the location (left-top-front corner) of the rectangle.
Public propertyLocationPlusSize Gets the location plus size (right-bottom-back corner) of the rectangle.
Public propertyOuterCircleBoundingBox Gets a rectangle that includes the smallest circle around this rectangle.
Public propertyPlanes Gets an enumeration of the planes of the faces of this rectangle (left, right, front, back, bottom, top).
Public propertySize Gets the size vector of this rectangle.
Public propertySizeX Gets the size in x-direction.
Public propertySizeY Gets the size in y-direction.
Public propertySizeZ Gets the size in z-direction.
Public propertyTriangleIndices Gets the triangle indices of all faces using the vertices returned by Vertices. The order is front, back, top, bottom, left, right.
Public propertyVertices Gets the vertices in binary order (x: 0th digit, y: 1st digit, z: 2nd digit).
Public propertyX Gets the x-coordinate of the left side.
Public propertyXCenter Gets the x-coordinate of the rectangle center.
Public propertyXPlusSizeX Gets the x-coordinate of the right side.
Public propertyY Gets the y-coordinate of the top side.
Public propertyYCenter Gets the y-coordinate of the rectangle center.
Public propertyYPlusSizeY Gets the y-coordinate of the bottom side.
Public propertyZ Gets the z-coordinate of the front side.
Public propertyZCenter Gets the z-coordinate of the rectangle center.
Public propertyZPlusSizeZ Gets the z-coordinate of the back side.
Top
See Also