TransposePath
Flips and rotates a path so that x-coordinates are exchanged with y-coordinates.
Syntax
C++
Python
def TransposePath( inPath: Path, outPath: Path, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
outPath | Path | Output path |


