UtilityEx.SortAndOrient (IList<ICurve>) Method

Chains curves using the minimum distance between individual curve ends.
Public Shared Sub SortAndOrient( _ 
ByVal curveList As IList(Of ICurve) _ 
)
This language is not supported or no code example is available.
public static void SortAndOrient( 
IList<ICurve> curveList 
)
This language is not supported or no code example is available.

Parameters

curveList
IList<ICurve>

The list of curves

.NET Framework

Supported in: 4.8

In this article

Definition