GetRegionFrame
Returns the width and height of the entire region's frame (not to be confused with RegionBoundingBox!).
Syntax
C++
Python
def GetRegionFrame( inRegion: Region, / ) -> ( outFrameWidth: int, outFrameHeight: int )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outFrameWidth | int | ||
![]() |
outFrameHeight | int |


