You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.AlignPointArray

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
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
inAlignmentFilNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPointsSystem.Collections.Generic.IList<FilNet.Point2D>

See also