Eyeshot 10 WinForms API Reference
CompositeCurve Constructor(IEnumerable<ICurve>,Double)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > CompositeCurve Class > CompositeCurve Constructor : CompositeCurve Constructor(IEnumerable<ICurve>,Double)
The curve list
The max distance between the contour start and end points to assume the curve as closed.
Curve list constructor. The first curve in the list determines the contour orientation.
Syntax
'Declaration
 
Public Function New( _
   ByVal curveList As IEnumerable(Of ICurve), _
   ByVal closureTol As Double _
)
public CompositeCurve( 
   IEnumerable<ICurve> curveList,
   double closureTol
)

Parameters

curveList
The curve list
closureTol
The max distance between the contour start and end points to assume the curve as closed.
See Also

Reference

CompositeCurve Class
CompositeCurve Members
Overload List