UtilityEx.GetMaxGap Method

Computes the maximum gap between curve segments.Assumes sorted and oriented segments.
Public Shared Function GetMaxGap( _ 
ByVal sorted As IList(Of ICurve), _ 
ByVal closed As Boolean
) As Double
This language is not supported or no code example is available.
public static double GetMaxGap( 
IList<ICurve> sorted
bool closed 
)
This language is not supported or no code example is available.

Parameters

sorted
IList<ICurve>

closed
bool

When true, we need to check gap between end and start segments as well.

Return Value

double

The maximum gap between curve segments.

.NET Framework

Supported in: 4.8

In this article

Definition