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