UtilityEx.SortAndOrient (IList<ICurve>, Double) Method

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

Parameters

curveList
IList<ICurve>

The list of curves

closureTol
double

The max distance between the contour start and end points to assume the curve as closed.

.NET Framework

Supported in: 4.8

In this article

Definition