You are here: Start » FIL.NET » Invoke.ConvertToEquidistantPath
Creates a new path whose characteristic points lie on the input path, but are equally spaced.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ConvertToEquidistantPath ( Fil.Path inPath, float inStep, Fil.EquidistanceType inEquidistanceType, Fil.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inStep | float | <0.0f, INF> | 1.0f | Requested distance between consecutive points. Default value: 1.0f. |
![]() | inEquidistanceType | Fil.EquidistanceType | Defines how the distance is measured. | ||
![]() | outPath | Fil.Path | Output path. |