RegionBoundingBox_OrNil
Computes the smallest box containing a region; returns NIL if the region is empty.
Syntax
C++
Python
def RegionBoundingBox_OrNil( inRegion: Region, / ) -> outBoundingBox: Box | None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outBoundingBox | Box | None |


