Index Topic Contents | |||
Previous Topic: DABbox2 Class Next Topic: DABehavior Class |
DABbox3 Class
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.
DABbox3 Properties
DABbox3 Class
MaxA read-only property with a DAPoint3 value that specifies the upper-right corner of the bounding box.
bbox3Obj.Max
See Also
DABbox3 Class
MinA read-only property with a DAPoint3 value that specifies the lower-left corner of the bounding box.
bbox3Obj.Min
See Also
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.