Description
Constructs a cubic interpolation spline approximating curve with the distance of epsilon.
C#
public CubicSplineCurve2d( Curve2d curve, double epsilon );
Visual Basic
Public Sub New( curve As Curve2d, epsilon As double )
Parameters
Parameters | Description |
---|---|
Curve2d curve | Input generic 2D curve |
double epsilon | Input approximation tolerance value |
Links
CubicSplineCurve2d Class, Autodesk.AutoCAD.Geometry Namespace