GetBoundingBox | This node provides bounding box information for the subordinated hierarchy tree |
The GetBoundingBox node outputs xyz coordinates of the 8 corners of the bounding box, additionally the size and a flag which indicates that the box is axis-aligned. The coordinates provided are either in absolute world space (Absolute enabled in the CalculationMode) or relative to the transformations performed by superior axes. A further option allows to get the 'minimal' bounding box. Usually the bounding box of an object grows in size with every rotation applied by an Axis because an axis-aligned bounding box is calculated from the object-orientated one. If MinimalBox is enabled in the CalculationMode property this growth is compensated.
Note that due to the internal validation mechanism the bounding box properties are delayed by one frame!