NurbCurve3d.NurbCurve3d Constructor (Point3dCollection, Tolerance)

Visual Basic
Public Sub New(
    fitPoints As Point3dCollection, 
    fitTolerance As Tolerance
)
C#
public NurbCurve3d(
    Point3dCollection fitPoints, 
    Tolerance fitTolerance
);
Parameters
Parameters 
Description 
Point3dCollection fitPoints 
Input points interpolating the spline curve 
Tolerance fitTolerance 
Input maximal deviation of the curve from the fitPoints 
Description

 

Constructs a 3d polynomial spline interpolating a given array if 3d points within given tolerance.

Links