NurbsCurve.from_interpolation

classmethod NurbsCurve.from_interpolation(points: List[compas.geometry.primitives.point.Point], precision: float = 0.001) compas_occ.geometry.curves.nurbs.NurbsCurve

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

2

https://dev.opencascade.org/doc/occt-7.4.0/refman/html/class_geom_a_p_i___interpolate.html