You are here: Start » FIL.NET » Invoke.FindLongestSubpath
Invoke.FindLongestSubpath
Creates a new path from the longest sequence of segments of the input path that turn gently.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void FindLongestSubpath ( Fil.Path inPath, float inMaxTurnAngle, Fil.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path, possibly noised. | ||
![]() | inMaxTurnAngle | float | <0.0f, 180.0f> | 30.0f | Maximum angle between two consecutive segments in the output path. Default value: 30.0f. |
![]() | outPath | Fil.Path | Output path. |