You are here: Start » FIL.NET » FIS.GetPathCharacteristicPoint_Interpolated Method

FIS.GetPathCharacteristicPoint_Interpolated Method

Returns linear interpolation between two consecutive characteristic points of a path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void GetPathCharacteristicPoint_Interpolated
(
	FilNet.Path inPath,
	float inIndex,
	out FilNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inIndexfloat<0.0f, INF>Real-valued point index; fractional values result in interpolation.
outPointFilNet.Point2D

See also