You are here: Start » FIL.NET » Invoke.SmoothPath_Mean

Invoke.SmoothPath_Mean

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SmoothPath_Mean
(
	Fil.Path inPath,
	int inKernelRadius,
	Fil.Path outPath
)

Parameters

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

See also