BoxesBoundingBox3D


Computes the bounding box 3D of given boxes in 3D.

Syntax

C++
C#
Python
 
def BoxesBoundingBox3D(
	inBoxes3D: list[Box3D],
	/
)
-> outBoundingBox3D: Box3D

Parameters

Name Type Default Description
Input value inBoxes3D list[Box3D]
Output value outBoundingBox3D Box3D