SetPathCharacteristicPoint


Modifies the value of a selected characteristic point.

Syntax

C++
Python
 
def SetPathCharacteristicPoint(
	ioPath: Path,
	inIndex: int,
	inPoint: Point2D,
	/,
	*,
	inInverse: bool = False
)
-> None

Parameters

Name Type Range Default Description
Input will be modified ioPath Path
Input value inIndex int 0 - Index of a point of the input path
Input value inInverse bool False Reversed order of points
Input value inPoint Point2D