BoxesBoundingBox_OrNil
Computes the bounding box of given boxes; returns NIL if the array is empty.
Syntax
C++
Python
def BoxesBoundingBox_OrNil( inBoxes: list[Box], / ) -> outBoundingBox: Box | None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBoxes | list[Box] | ||
![]() |
outBoundingBox | Box | None |


