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
Input value inRegion Region Input region
Output value outFrameWidth int
Output value outFrameHeight int