PathLength


Computes the total length of the input path.

Syntax

C++
Python
 
def PathLength(
	inPath: Path,
	/
)
-> outLength: float

Parameters

Name Type Default Description
Input value inPath Path Input path
Output value outLength float