Autodesk.AutoCAD.Geometry Namespace > NurbCurve2d Class > NurbCurve2d Constructor > NurbCurve2d(Point2dCollection, Tolerance) Constructor
NurbCurve2d.NurbCurve2d(Point2dCollection, Tolerance) Constructor
Description

 

Constructs a 2D polynomial spline interpolating a given array if 2D points within given tolerance.

Visual Basic
Public Sub New(
    fitPoints As Point2dCollection, 
    fitTolerance As Tolerance
)
C#
public NurbCurve2d(
    Point2dCollection fitPoints, 
    Tolerance fitTolerance
);
Parameters
Parameters 
Description 
Point2dCollection fitPoints 
Input points interpolating the spline curve 
Tolerance fitTolerance 
Input maximal deviation of the curve from the fitPoints 
Links
   Comments?