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

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
inPathAvl.PathInput path.
outMinDiameterAtl.Optional<Avl.Segment2D>
outMinDiameterLengthAtl.Optional<float>
outMaxDiameterAtl.Optional<Avl.Segment2D>
outMaxDiameterLengthAtl.Optional<float>

See also