TranslatePathArray
Translates an array of paths by a vector.
Syntax
C++
Python
def TranslatePathArray( inPaths: list[Path], inDelta: Vector2D, /, *, inInverse: bool = False ) -> outPaths: list[Path]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPaths | list[Path] | ||
![]() |
inDelta | Vector2D | Translation vector | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outPaths | list[Path] |


