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 | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
outDiameter | Segment2D | None | None | |
![]() |
outDiameterLength | float |


