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