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

AVS.AlignLine Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AlignLine
(
	AvlNet.Line2D inLine,
	AvlNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	out AvlNet.Line2D outAlignedLine
)

Parameters

Name Type Range Default Description
inLineAvlNet.Line2D
inAlignmentAvlNet.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedLineAvlNet.Line2D

See also