new_nurbscurve_from_interpolation
- compas_rhino.geometry.curves.new_nurbscurve_from_interpolation(cls, *args, **kwargs)[source]
Construct a NURBS curve by interpolating a set of points.
- Parameters
points (list of
compas.geometry.Point
) – The control points.precision (float, optional) – The required precision of the interpolation. This parameter is currently not supported.
- Returns