You are here: Start » FIL.NET » Function Reference » Path » Path Spatial Transforms » FIL.AlignPath
Moves a path from a local coordinate system to the absolute one.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void AlignPath ( FilNet.Path inPath, FilNet.CoordinateSystem2D inAlignment, bool inInverse, FilNet.Path outAlignedPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inAlignment | FilNet.CoordinateSystem2D | Coordinate system to align to. | ||
![]() | inInverse | bool | Switches to the inverse transform. | ||
![]() | outAlignedPath | FilNet.Path |
Description
AlignPath aligns the inPath to the inAlignment coordinate system. The input path is translated, rotated and scaled.
The inAlignment is usually an alignment of an object found by some template matching algorithm.
Examples
![]() |
![]() |
AlignPath run on the sample paths.