You are here: Start » FIL.NET » Invoke.AlignPointArray
Moves an array of points from a local coordinate system to the absolute one.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void AlignPointArray ( List<Fil.Point2D> inPoints, Fil.CoordinateSystem2D inAlignment, bool inInverse, List<Fil.Point2D> outAlignedPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point2D> | |||
![]() | inAlignment | Fil.CoordinateSystem2D | Coordinate system to align to. | ||
![]() | inInverse | bool | Switches to the inverse transform. | ||
![]() | outAlignedPoints | System.Collections.Generic.List<Fil.Point2D> |