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

Invoke.AlignArc

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inArcAvl.Arc2D
inAlignmentAvl.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedArcAvl.Arc2D

See also