You are here: Start » AVL.NET » Invoke.PointsCaliperDiameter
Computes the longest and the shortest width of the input points measured as distance between parallel lines containing all of them.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PointsCaliperDiameter ( List<Avl.Point2D> inPoints, Optional<Avl.Segment2D> outMinDiameter, Optional<float> outMinDiameterLength, Optional<Avl.Segment2D> outMaxDiameter, Optional<float> outMaxDiameterLength )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]() | outMinDiameter | Atl.Optional<Avl.Segment2D> | |||
![]() | outMinDiameterLength | Atl.Optional<float> | |||
![]() | outMaxDiameter | Atl.Optional<Avl.Segment2D> | |||
![]() | outMaxDiameterLength | Atl.Optional<float> |