2021 Members
Changes 6
M

BoundingBoxXYZ

Name Return Type Description Inherited From
M Dispose() None Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject .) APIObject
M Equals None (Inherited from Object .) Object .
M GetHashCode None (Inherited from Object .) Object .
M GetType None (Inherited from Object .) Object .
M ToString None (Inherited from Object .) Object .
Name Return Type Description Inherited From
P BoundEnabled bool Indexed access for loops.
P Bounds XYZ Indexed access for loops. Use 0 for Min and 1 for Max.
P Enabled bool Defines whether the entire bounding box is enabled.
P IsReadOnly bool Identifies if the object is read-only or modifiable. (Inherited from APIObject .) APIObject
P Max XYZ Maximum coordinates (upper-right-front corner of the box).
P MaxEnabled bool Defines whether the maximum bound is active for given dimension.
P Min XYZ Minimum coordinates (lower-left-rear corner of the box).
P MinEnabled bool Defines whether the minimum bound is active for given dimension.
P Transform Transform The transform from the coordinate space of the box to the model coordinate space.