You are here: Start » AVL.NET » Invoke.AlignPathArray
Moves an array of paths from a local coordinate system to the absolute one.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void AlignPathArray ( List<Avl.Path> inPaths, Avl.CoordinateSystem2D inAlignment, bool inInverse, List<Avl.Path> outAlignedPaths )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.List<Avl.Path> | |||
![]() | inAlignment | Avl.CoordinateSystem2D | Coordinate system to align to. | ||
![]() | inInverse | bool | Switches to the inverse transform. | ||
![]() | outAlignedPaths | System.Collections.Generic.List<Avl.Path> |


