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


