Computes the profile of turn angles at characteristic points of a path.
Syntax
C++
C#
Python
def PathTurnAngleProfile(
inPath: Path,
outTurnAngleProfile: Profile,
/
)
-> None
Parameters
|
Name |
Type |
Default |
Description |
 |
inPath |
Path |
|
Input path |
 |
outTurnAngleProfile |
Profile |
|
|