RegionBoundingBox
Computes the smallest box containing a region.
Syntax
C++
Python
def RegionBoundingBox(
inRegion: Region,
/
)
-> outBoundingBox: Box
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outBoundingBox | Box |


