An object representing a three-dimensional bounding box. It specifies the back-lower-left and forward-upper-right corners of a cube that encloses the non-transparent portions of a geometry behavior. Although a bounding box may not always be the smallest bounding box achievable for the geometry, it is useful for determining the extent or size of the visible portions of the geometry.
Applications never create bounding boxes explicitly. Instead, they are created by calling the BoundingBox function on the DAGeometry object.
This class inherits from DABehavior.
A read-only property with a DAPoint3 value that specifies the upper-right corner of the bounding box.
bbox3Obj.Max
A read-only property with a DAPoint3 value that specifies the lower-left corner of the bounding box.
bbox3Obj.Min
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.