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 | |
|---|---|---|---|---|---|
![]() |
inCrossBoundingBox | Box | |||
![]() |
inFrameWidth | int | 0 - 65535 | Width of the created region's frame | |
![]() |
inFrameHeight | int | 0 - 65535 | Height of the created region's frame | |
![]() |
outRegion | Region | Output region |


