CompositeCurve(IEnumerable<ICurve>, Double) 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
)
This language is not supported or no code example is available.
public CompositeCurve( 
IEnumerable<ICurve> curveList
double closureTol 
)
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.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition