You are here: Start » FIL.NET » Invoke.AlignPointArray

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
inPointsSystem.Collections.Generic.List<Fil.Point2D>
inAlignmentFil.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPointsSystem.Collections.Generic.List<Fil.Point2D>

See also