You are here: Start » AVL.NET » Invoke.PathCaliperDiameter
Computes the longest and the shortest width of the input path measured as distance between parallel lines containing the whole path.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void PathCaliperDiameter ( Avl.Path inPath, Optional<Avl.Segment2D> outMinDiameter, Optional<float> outMinDiameterLength, Optional<Avl.Segment2D> outMaxDiameter, Optional<float> outMaxDiameterLength )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPath | Avl.Path | Input path. | ||
![]()  | outMinDiameter | Atl.Optional<Avl.Segment2D> | |||
![]()  | outMinDiameterLength | Atl.Optional<float> | |||
![]()  | outMaxDiameter | Atl.Optional<Avl.Segment2D> | |||
![]()  | outMaxDiameterLength | Atl.Optional<float> | 


