RemovePointFromPath


Removes a point from a path.

Syntax

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

Parameters

Name Type Default Description
Input will be modified ioPath Path
Input value inIndex int
Input value inInverse bool False