You are here: Start » AVL.NET » Invoke.PathDiameter
Finds the longest segment connecting two characteristic points of a path.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void PathDiameter ( Avl.Path inPath, Optional<Avl.Segment2D> outDiameter, Optional<float> outDiameterLength )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPath | Avl.Path | Input path. | ||
![]()  | outDiameter | Atl.Optional<Avl.Segment2D> | |||
![]()  | outDiameterLength | Atl.Optional<float> | 


