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