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


