Start » Filter Reference » Path » Path Features » PathAverageTurnAngle
Module: | FoundationPro |
---|
Computes the average absolute turn angle of a path per unit of length.
Name | Type | Description | |
---|---|---|---|
inPath | Path | Input path | |
outAverageTurnAngle | Real |
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
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input path contains not enough points in PathAverageTurnAngle. |
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- PathTurnAngleProfile – Computes the profile of turn angles at characteristic points of a path.