You are here: Start » FIL.NET » FIS.FindLongestSubpath Method
FIS.FindLongestSubpath Method
Creates a new path from the longest sequence of segments of the input path that turn gently.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FindLongestSubpath ( FilNet.Path inPath, float inMaxTurnAngle, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.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 | FilNet.Path | Output path. |