BoundingBoxXYZ Properties

The BoundingBoxXYZ type exposes the following members.

Properties

  NameDescription
Public propertyBoundEnabled
Indexed access for loops.
Public propertyBounds
Indexed access for loops. Use 0 for Min and 1 for Max.
Public propertyEnabled
Defines whether the entire bounding box is enabled.
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Inherited from APIObject.)
Public propertyIsSet
Indicates whether the bounding box is set.
Public propertyMax
Maximum coordinates (upper-right-front corner of the box).
Public propertyMaxEnabled
Defines whether the maximum bound is active for given dimension.
Public propertyMin
Minimum coordinates (lower-left-rear corner of the box).
Public propertyMinEnabled
Defines whether the minimum bound is active for given dimension.
Public propertyTransform
The transform from the coordinate space of the box to the model coordinate space.

See Also