ReflectRegion
Reflects a region through the given location.
Syntax
C++
C#
Python
def ReflectRegion( inRegion: Region, outRegion: Region, /, *, inReflectionCenter: Location = Location(0, 0) ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
inReflectionCenter | Location | Location(0, 0) | |
![]() |
outRegion | Region | Output region |


