Click or drag to resize

BoundingBox3 Properties

The BoundingBox3 type exposes the following members.

Properties
  NameDescription
Public propertyDiagonal
Gets the bounding box diagonal.
Public propertyMax
Gets the point of bounding box with maximum position coordinates.
Public propertyMaxX
Gets or sets the maximum x coordinate.
Public propertyMaxY
Gets or sets the maximum y coordinate.
Public propertyMaxZ
Gets or sets the maximum z coordinate.
Public propertyMin
Gets the point of bounding box with minimum position coordinates.
Public propertyMinX
Gets or sets the minimum x coordinate.
Public propertyMinY
Gets or sets the minimum y coordinate.
Public propertyMinZ
Gets or sets the minimum z coordinate.
Top
See Also