TranslatePath
Translates a path by a vector.
Syntax
C++
Python
def TranslatePath( inPath: Path, inDelta: Vector2D, outPath: Path, /, *, inInverse: bool = False ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
inDelta | Vector2D | Translation vector | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outPath | Path | Output path |


