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,
	NullableValue<AvlNet.Segment2D> outDiameter,
	NullableValue<float> outDiameterLength
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outDiameterAvlNet.NullableValue<AvlNet.Segment2D> Can be null to skip this parameter calculation.
outDiameterLengthAvlNet.NullableValue<float> Can be null to skip this parameter calculation.

Function Overrides

See also