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

Invoke.PathDiameter

Finds the longest segment connecting two characteristic points of a path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PathDiameter
(
	Avl.Path inPath,
	Optional<Avl.Segment2D> outDiameter,
	Optional<float> outDiameterLength
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outDiameterAtl.Optional<Avl.Segment2D>
outDiameterLengthAtl.Optional<float>

See also