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 | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inKernelRadius | int | <0, INF> | 3 | Default value: 3. |
![]() | outPath | FilNet.Path | Output path. |