DABbox3 Class

An object of the DABbox3 class represents a three-dimensional bounding box. It specifies the back-lower-left and forward-upper-right corners of a cube that encloses the nontransparent portions of a geometry behavior. Although a bounding box might 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

MaxA read-only property with a DAPoint3 value that specifies the forward-upper-right corner of the bounding box.
MinA read-only property with a DAPoint3 value that specifies the back-lower-left corner of the bounding box.

Max

DABbox3 Class

A read-only property with a DAPoint3 value that specifies the forward-upper-right corner of the bounding box.

Syntax

bbox3Obj.Max

See Also

Min

Min

DABbox3 Class

A read-only property with a DAPoint3 value that specifies the back-lower-left corner of the bounding box.

Syntax

bbox3Obj.Min

See Also

Max


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.