You are here: Start » FIL.NET » Invoke.AlignPathArray
Moves an array of paths from a local coordinate system to the absolute one.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void AlignPathArray ( List<Fil.Path> inPaths, Fil.CoordinateSystem2D inAlignment, bool inInverse, List<Fil.Path> outAlignedPaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.List<Fil.Path> | |||
![]() | inAlignment | Fil.CoordinateSystem2D | Coordinate system to align to. | ||
![]() | inInverse | bool | Switches to the inverse transform. | ||
![]() | outAlignedPaths | System.Collections.Generic.List<Fil.Path> |