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


