RegionOuterBoundaries
Returns the top, right, bottom and left boundaries of the input region.
Syntax
C++
C#
Python
def RegionOuterBoundaries( inRegion: Region, / ) -> ( outTopBoundary: list[Location], outRightBoundary: list[Location], outBottomBoundary: list[Location], outLeftBoundary: list[Location] )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outTopBoundary | list[Location] | ||
![]() |
outRightBoundary | list[Location] | ||
![]() |
outBottomBoundary | list[Location] | ||
![]() |
outLeftBoundary | list[Location] |


