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

Invoke.AlignArc

Moves an arc from a local coordinate system to the absolute one.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AlignArc
(
	Fil.Arc2D inArc,
	Fil.CoordinateSystem2D inAlignment,
	bool inInverse,
	out Fil.Arc2D outAlignedArc
)

Parameters

Name Type Range Default Description
inArcFil.Arc2D
inAlignmentFil.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedArcFil.Arc2D

See also