CreateCrossRegion


Creates a cross-shaped region with given parameters.

Syntax

C++
Python
 
def CreateCrossRegion(
	inCrossBoundingBox: Box,
	inFrameWidth: int,
	inFrameHeight: int,
	outRegion: Region,
	/
)
-> None

Parameters

Name Type Range Default Description
Input value inCrossBoundingBox Box
Input value inFrameWidth int 0 - 65535 Width of the created region's frame
Input value inFrameHeight int 0 - 65535 Height of the created region's frame
Output value outRegion Region Output region