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 | |
|---|---|---|---|---|
![]() |
inBoxes3D | list[Box3D] | ||
![]() |
outBoundingBox3D | Box3D | None |


