You are here: Start » AVL.NET » AVL.AlignPathArray(AvlNet.Path[], AvlNet.CoordinateSystem2D, bool, AvlNet.Path[])
AVL.AlignPathArray(AvlNet.Path[], AvlNet.CoordinateSystem2D, bool, AvlNet.Path[])
Moves an array of paths from a local coordinate system to the absolute one.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AlignPathArray( AvlNet.Path[] inPaths, AvlNet.CoordinateSystem2D inAlignment, bool inInverse, out AvlNet.Path[] outPaths )
Parameters
- inPaths
- Type: AvlNet.Path
- inAlignment
- Type: AvlNet.CoordinateSystem2D
Coordinate system to align to - inInverse
- Type: System.Boolean
Switches to the inverse transform - outPaths
- Type: AvlNet.Path
