Autodesk.AutoCAD.Geometry Namespace > CubicSplineCurve2d Class > CubicSplineCurve2d Constructor
CubicSplineCurve2d Constructor
Overload List
Method 
Description 
Default constructor. Initializes with an empty points list. 
Constructs a cubic interpolation spline approximating curve with the distance of epsilon
Default constructor. Initializes with an empty points list. 
Constructs an interpolation cubic spline going through the fit points. The constructed spline is a closed curve. 
Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tol object. The constructed spline... more 
Constructs an interpolation cubic spline going through the fit points. The constructed spline has start and end derivative specified by... more 
Constructs an interpolation cubic spline going through the fit points within tolerance specified by the tolerance object. The constructed spline... more 
   Comments?