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
inPathFilNet.PathInput path, possibly noised.
inMaxTurnAnglefloat<0.0f, 180.0f>30.0fMaximum angle between two consecutive segments in the output path. Default value: 30.0f.
outPathFilNet.PathOutput path.

See also