Boxes3DBoundingBox3D_OrNil


Computes the bounding box 3D of given boxes in 3D; returns NIL if the array is empty.

Syntax

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

Parameters

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