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


