GetPointOnPath
Returns a path point of desired distance (measured along path) from the first point of the path.
Syntax
C++
Python
def GetPointOnPath( inPath: Path, inDistanceAlongPath: float, / ) -> outPoint: Point2D
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inPath | Path | Input path | ||
![]() |
inDistanceAlongPath | float | 0.0 - ![]() |
Distance along path from the first characteristic point to the desired point | |
![]() |
outPoint | Point2D |



