You are here: Start » FIL.NET » FIS.ReducePath Method
FIS.ReducePath Method
Reduces the number of points in a path preserving its shape with the specified precision.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void ReducePath ( FilNet.Path inPath, float inMaxDistance, FilNet.Path outPath, IList<FilNet.Path> diagIntermediatePaths )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inMaxDistance | float | <0.0f, INF> | 0.5f | Maximum distance between (possibly removed in the process) characteristic point of the input path and the output path. Default value: 0.5f. |
![]() | outPath | FilNet.Path | Reduced path. | ||
![]() | diagIntermediatePaths | System.Collections.Generic.IList<FilNet.Path> | Intermediate results on all levels of recursion of the Ramer algorithm. |



