CompositeCurve(IEnumerable<ICurve>, Double, Boolean) Constructor

Curve list constructor. The first curve in the list determines the contour orientation.
Public Sub New( _ 
ByVal curveList As IEnumerable(Of ICurve), _ 
ByVal closureTol As Double, _ 
ByVal sortAndOrient As Boolean
)
This language is not supported or no code example is available.
public CompositeCurve( 
IEnumerable<ICurve> curveList
double closureTol
bool sortAndOrient 
)
This language is not supported or no code example is available.

Parameters

curveList
IEnumerable<ICurve>

The curve list

closureTol
double

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

sortAndOrient
bool

When true, the curves are properly sorted and oriented.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition