You are here: Start » FIL.NET » Function Reference » Path » Path Global Transforms » FIL.FindLongestSubpath

FIL.FindLongestSubpath

Creates a new path from the longest sequence of segments of the input path that turn gently.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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