RhinoNurbsCurve.from_interpolation

classmethod RhinoNurbsCurve.from_interpolation(points, precision=0.001)

Construct a NURBS curve by interpolating a set of points.

Parameters
  • points (list[compas.geometry.Point]) – The control points.

  • precision (float, optional) – The required precision of the interpolation. This parameter is currently not supported.

Returns

compas_rhino.geometry.RhinoNurbsCurve