Start » Filter Reference » Path » Path Features » PathTurnAngleMaximum_OrNil
Module: | FoundationPro |
---|
Finds the maximum of the profile of turn angles of a path; returns NIL if the path has no turn angles.
Name | Type | Description | |
---|---|---|---|
inPath | Path | Input path | |
inAllowedTurnDirection | TurnAngleDirection | Allows to detect only left-turns, only right-turns or both | |
inResultPrecision | TurnAnglePrecision | Switches between pixel-precise or subpixel-precise detection of the found maximum | |
outMaximumTurnAngleIndex | Real? | Index of found maximum | |
outMaximumTurnAnglePoint | Point2D? | Found point of a path with maximum turn angle | |
outMaximumTurnAngleAngle | Real? | Maximal turn angle of the input path |
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of PathTurnAngleMaximum filter group.