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

AVS.AlignCoordinateSystem Method

Moves a nested coordinate system from its local coordinate system to the absolute one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AlignCoordinateSystem
(
	AvlNet.CoordinateSystem2D inCoordinateSystem,
	AvlNet.CoordinateSystem2D inAlignment,
	bool inInverse,
	out AvlNet.CoordinateSystem2D outAlignedCoordinateSystem
)

Parameters

Name Type Range Default Description
inCoordinateSystemAvlNet.CoordinateSystem2D
inAlignmentAvlNet.CoordinateSystem2D
inInverseboolSwitches to the inverse operation.
outAlignedCoordinateSystemAvlNet.CoordinateSystem2D

See also