PathDiameter


Finds the longest segment connecting two characteristic points of a path.

Syntax

C++
Python
 
def PathDiameter(
	inPath: Path,
	/,
	*,
	outDiameter: Segment2D | None = None
)
-> outDiameterLength: float

Parameters

Name Type Default Description
Input value inPath Path Input path
Output value outDiameter Segment2D | None None
Output value outDiameterLength float