You are here: Start » FIL.NET » Function Reference » Path » Path Features » FIL.PathTurnAngleProfile
Computes the profile of turn angles at characteristic points of a path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void PathTurnAngleProfile ( FilNet.Path inPath, FilNet.Profile outTurnAngleProfile )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | outTurnAngleProfile | FilNet.Profile |
Description
The operation iterates over the characteristic points of the inPath and computes the absolute value of path turn angle at each one. The resulting outTurnAngleProfile profile consists of the angles computed at consecutive points of the path.
Examples
![]() |
![]() |
PathTurnAngleProfile run on the sample path
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input path contains a pair of equal consecutive points in PathTurnAngleProfile. |