You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.AlignCircle
Moves a circle from a local coordinate system to the absolute one.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void AlignCircle ( FilNet.Circle2D inCircle, FilNet.CoordinateSystem2D inAlignment, bool inInverse, out FilNet.Circle2D outAlignedCircle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCircle | FilNet.Circle2D | |||
![]() | inAlignment | FilNet.CoordinateSystem2D | Coordinate system to align to. | ||
![]() | inInverse | bool | Switches to the inverse transform. | ||
![]() | outAlignedCircle | FilNet.Circle2D |
Description
AlignCircle aligns the inCircle to the inAlignment coordinate system. The input circle is translated, rotated and scaled.
The inAlignment is usually a coordinate system found by some template matching algorithm.
Examples
![]() |
![]() |
AlignCircle performed on the sample circle. The inAlignment is drawn on the first image in blue.