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
Input value inBoxes list[Box]
Output value outBoundingBox Box | None