You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathAverageTurnAngle
Computes the average absolute turn angle of a path per unit of length.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PathAverageTurnAngle ( FilNet.Path inPath, out float outAverageTurnAngle )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outAverageTurnAngle | float |
Description
The operation measures acuteness of the path turn angles. It is computed as the sum of absolute values of path turn angles at path characteristic points divided by length of the path.
Examples
![]() PathAverageTurnAngle of the sample path equals to 161.57. |
![]() PathAverageTurnAngle of the sample path equals to 81.16. |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input path contains not enough points in PathAverageTurnAngle. |