2022 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 Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M ToString None Returns a string that represents the current object. (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.