Start » Filter Reference » Path » Path Features » PathTurnAngleProfile
Module: | FoundationPro |
---|
Computes the profile of turn angles at characteristic points of a path.
Name | Type | Description | |
---|---|---|---|
inPath | Path | Input path | |
outTurnAngleProfile | 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
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 a pair of equal consecutive points in PathTurnAngleProfile. |
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- PathAverageTurnAngle – Computes the average absolute turn angle of a path per unit of length.