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

Returns the outer contour index.
Public Shared Function GetOuterIndex( _ 
ByVal loops As IList(Of ICurve), _ 
ByVal tolerance As Double
) As Integer
This language is not supported or no code example is available.
public static int GetOuterIndex( 
IList<ICurve> loops
double tolerance 
)
This language is not supported or no code example is available.

Parameters

loops
IList<ICurve>

The list of 2D contours

tolerance
double

The tolerance used to tessellate contours

Return Value

int

The outer loop index

.NET Framework

Supported in: 4.8

In this article

Definition