GetPathCharacteristicPoint_Interpolated


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

Syntax

C++
Python
 
def GetPathCharacteristicPoint_Interpolated(
	inPath: Path,
	inIndex: float,
	/
)
-> outPoint: Point2D

Parameters

Name Type Range Default Description
Input value inPath Path Input path
Input value inIndex float 0.0 - Real-valued point index; fractional values result in interpolation
Output value outPoint Point2D