2027 Members
Changes 0
M

BoundingBoxXYZ Properties

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 IsSet bool Indicates whether the bounding box is set.
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.