Constructs a 3d polynomial spline interpolating a given array if 3d points within given tolerance.
Public Sub New(
fitPoints As Point3dCollection,
fitTolerance As Tolerance
)
public NurbCurve3d(
Point3dCollection fitPoints,
Tolerance fitTolerance
);
| Parameters | Description |
|---|---|
| Point3dCollection fitPoints | Input points interpolating the spline curve |
| Tolerance fitTolerance | Input maximal deviation of the curve from the fitPoints |