CreateBoxBorderRegion
Creates a frame-shaped region with given parameters.
Syntax
C++
Python
def CreateBoxBorderRegion( inBox: Box, inBorderWidth: int, inBorderPosition: BorderPosition, inFrameWidth: int, inFrameHeight: int, outRegion: Region, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inBox | Box | |||
![]() |
inBorderWidth | int | 0 - ![]() |
||
![]() |
inBorderPosition | BorderPosition | |||
![]() |
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 |



