You are here: Start » AVL.NET » AVS.PathDiameter Method

AVS.PathDiameter Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PathDiameter
(
	AvlNet.Path inPath,
	out AvlNet.Segment2D outDiameter,
	out float outDiameterLength
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outDiameterAvlNet.Segment2D
outDiameterLengthfloat

Function Overrides

See also