You are here: Start » AVL.NET » AVS.AlignArc Method

AVS.AlignArc Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inArcAvlNet.Arc2D
inAlignmentAvlNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedArcAvlNet.Arc2D

See also