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