You are here: Start » FIL.NET » FIS.AlignArc Method

FIS.AlignArc Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void AlignArc
(
	FilNet.Arc2D inArc,
	FilNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	out FilNet.Arc2D outAlignedArc
)

Parameters

Name Type Range Default Description
inArcFilNet.Arc2D
inAlignmentFilNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedArcFilNet.Arc2D

See also