TestRegionOnBorder
Tests whether a region is adjacent to its border.
Syntax
C++
Python
def TestRegionOnBorder( inRegion: Region, / ) -> outIsOnBorder: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outIsOnBorder | bool |


