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

FIS.SmoothPath_Mean Method

Smooths a path by averaging its characteristic points within a kernel.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SmoothPath_Mean
(
	FilNet.Path inPath,
	int inKernelRadius,
	FilNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inKernelRadiusint<0, INF>3Default value: 3.
outPathFilNet.PathOutput path.

See also