Method CalculateBounds
CalculateBounds()
Calculates the bounds for all of the items being managed by this SlicerComponent.
It is in Local Object Space the parent SlicerController.
Declaration
public override Bounds? CalculateBounds()
Returns
Type | Description |
---|---|
Nullable<Bounds> | Returns the bounds in Local Object Space of the parent SlicerController. Returns null if there are no items that have valid bounds. |
Overrides
Remarks
These bounds are calculated from details gathered while running GatherDetails(Transform, Transform).