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