You are here: Start » AVL.NET » Invoke.AlignPath
Moves a path from a local coordinate system to the absolute one.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void AlignPath ( Avl.Path inPath, Avl.CoordinateSystem2D inAlignment, bool inInverse, Avl.Path outAlignedPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPath | Avl.Path | Input path. | ||
![]()  | inAlignment | Avl.CoordinateSystem2D | Coordinate system to align to. | ||
![]()  | inInverse | bool | Switches to the inverse transform. | ||
![]()  | outAlignedPath | Avl.Path | 


