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