Autodesk.AutoCAD.Geometry Namespace > NurbCurve3d Class > NurbCurve3d Constructor > NurbCurve3d(Point3dCollection, Tolerance) Constructor
NurbCurve3d.NurbCurve3d(Point3dCollection, Tolerance) Constructor
Description

 

Constructs a 3d polynomial spline interpolating a given array if 3d points within given tolerance.

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