You are here: Start » FIL.NET » Invoke.GetPathCharacteristicPoint_Interpolated
Returns linear interpolation between two consecutive characteristic points of a path.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void GetPathCharacteristicPoint_Interpolated ( Fil.Path inPath, float inIndex, out Fil.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inIndex | float | <0.0f, INF> | Real-valued point index; fractional values result in interpolation. | |
![]() | outPoint | Fil.Point2D |