Flips and rotates a region so that x-coordinates are exchanged with y-coordinates.
Syntax
C++
C#
Python
def TransposeRegion(
inRegion: Region,
outRegion: Region,
/
)
-> None
Parameters
|
Name |
Type |
Default |
Description |
 |
inRegion |
Region |
|
Input region |
 |
outRegion |
Region |
|
Output region |