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