You are here: Start » AVL.NET » Invoke.PointsCaliperDiameter

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
inPointsSystem.Collections.Generic.List<Avl.Point2D>
outMinDiameterAtl.Optional<Avl.Segment2D>
outMinDiameterLengthAtl.Optional<float>
outMaxDiameterAtl.Optional<Avl.Segment2D>
outMaxDiameterLengthAtl.Optional<float>

See also