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