BoxesBoundingBox
Computes the bounding box of given boxes.
Syntax
C++
Python
def BoxesBoundingBox( inBoxes: list[Box], / ) -> outBoundingBox: Box
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBoxes | list[Box] | ||
![]() |
outBoundingBox | Box |
Computes the bounding box of given boxes.
def BoxesBoundingBox( inBoxes: list[Box], / ) -> outBoundingBox: Box
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inBoxes | list[Box] | ||
![]() |
outBoundingBox | Box |