PathSize


Returns the number of characteristic points on the input path.

Syntax

C++
Python
 
def PathSize(
	inPath: Path,
	/
)
-> outSize: int

Parameters

Name Type Default Description
Input value inPath Path Input path
Output value outSize int