BoxesBoundingBox


Computes the bounding box of given boxes.

Syntax

C++
Python
 
def BoxesBoundingBox(
	inBoxes: list[Box],
	/
)
-> outBoundingBox: Box

Parameters

Name Type Default Description
Input value inBoxes list[Box]
Output value outBoundingBox Box