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

Invoke.AlignPath

Moves a path from a local coordinate system to the absolute one.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AlignPath
(
	Fil.Path inPath,
	Fil.CoordinateSystem2D inAlignment,
	bool inInverse,
	Fil.Path outAlignedPath
)

Parameters

Name Type Range Default Description
inPathFil.PathInput path.
inAlignmentFil.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedPathFil.Path

See also