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
Input value inRegion Region Input region
Input value inReflectionCenter Location Location(0, 0)
Output value outRegion Region Output region