RhinoNurbsCurve.from_interpolation

classmethod RhinoNurbsCurve.from_interpolation(points, precision=0.001)[source]

Construct a NURBS curve by interpolating a set of points.

Parameters:
pointslist[compas.geometry.Point]

The control points.

precisionfloat, optional

The required precision of the interpolation. This parameter is currently not supported.

Returns:
compas_rhino.geometry.RhinoNurbsCurve