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


