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
inPathFilNet.PathInput path.
inStepfloat<0.0f, INF>1.0fRequested distance between consecutive points. Default value: 1.0f.
inEquidistanceTypeFilNet.EquidistanceTypeDefines how the distance is measured.
outPathFilNet.PathOutput path.

See also