Transform Bounds
Bounds
The Transform Bounds node transforms the input bounding box from the local coordinate space of the SourceSpace slot to that of the TargetSpace slot.
Inputs
Bounds (BoundingBox)
The bounding box is to be transformed. Default is a bounding box with center [0;0;0] and size [0;0;0].
SourceSpace (Slot)
The slot in whose local coordinate space the Bounds are interpreted. Default is null, which results in the global coordinate space being used.
TargetSpace (Slot)
The slot in whose local coordinate space the Bounds are transformed. Default is null, which results in the global coordinate space being used.
Outputs
* (BoundingBox)
The transformed bounding box.