GetPathCharacteristicPoint


Returns the selected characteristic point of a path.

Syntax

C++
Python
 
def GetPathCharacteristicPoint(
	inPath: Path,
	inIndex: int,
	/,
	*,
	inInverse: bool = False
)
-> outPoint: Point2D

Parameters

Name Type Range Default Description
Input value inPath Path Input path
Input value inIndex int 0 - Index of a point of the input path
Input value inInverse bool False Reversed order of points
Output value outPoint Point2D