You are here: Start » AVL.NET » Invoke.AlignCoordinateSystem
Moves a nested coordinate system from its local coordinate system to the absolute one.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void AlignCoordinateSystem ( Avl.CoordinateSystem2D inCoordinateSystem, Avl.CoordinateSystem2D inAlignment, bool inInverse, out Avl.CoordinateSystem2D outAlignedCoordinateSystem )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inCoordinateSystem | Avl.CoordinateSystem2D | |||
![]()  | inAlignment | Avl.CoordinateSystem2D | |||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outAlignedCoordinateSystem | Avl.CoordinateSystem2D | 


