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