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