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


