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 | |
|---|---|---|---|---|---|
![]() |
inPath | Path | Input path | ||
![]() |
inIndex | float | 0.0 - ![]() |
Real-valued point index; fractional values result in interpolation | |
![]() |
outPoint | Point2D |



