The BoundingBox type exposes the following members.

Constructors

  NameDescription
BoundingBoxOverloaded.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Extents
The extents (side lengths) of the bounding box in a sorted array, starting with the longest side.
FitsInto
Tests if a bounding box fits into another bounding box.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetSurface
Computes a list of triangles forming the surface of the bounding box.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetVertices
Computes the eight corner vertices of the bounding box in space.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Volume
Computes the volume of the bounding box.

Properties

  NameDescription
CoordinateSystem
Gets or sets the coordinate system determining the orientation of the bounding box in space.
Height
Gets or sets the height of the bounding box.
Length
Gets or sets the length of the bounding box.
Width
Gets or sets the width of the bounding box.

See Also