You are here: Start » FIL.NET » FIS.PathAverageTurnAngle Method

FIS.PathAverageTurnAngle Method

Computes the average absolute turn angle of a path per unit of length.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void PathAverageTurnAngle
(
	FilNet.Path inPath,
	out float outAverageTurnAngle
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
outAverageTurnAnglefloat

See also