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