AlignPath
Moves a path from a local coordinate system to the absolute one.
Applications:Required when there is a path defined in a local coordinate system, but the next image-related filter in the program does not have any inAlignment input.
Syntax
C++
Python
def AlignPath( inPath: Path, inAlignment: CoordinateSystem2D, outAlignedPath: Path, /, *, inInverse: bool = False ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
inAlignment | CoordinateSystem2D | Coordinate system to align to | |
![]() |
inInverse | bool | False | Switches to the inverse transform |
![]() |
outAlignedPath | Path |


