NurbsCurve.from_interpolation

classmethod NurbsCurve.from_interpolation(points, precision=0.001)

Construct a NURBS curve by interpolating a set of points.

This construction method is similar to the method CreateHSpline of the Rhino API for NURBS curves 1.

References

1

https://developer.rhino3d.com/api/RhinoCommon/html/Overload_Rhino_Geometry_NurbsCurve_CreateHSpline.htm