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
Input value inPath Path Input path
Input value inDistanceAlongPath float 0.0 - Distance along path from the first characteristic point to the desired point
Output value outPoint Point2D