new_nurbscurve_from_points
- compas_rhino.geometry.curves.new_nurbscurve_from_points(*args, **kwargs)[source]
Construct a NURBS curve from control points.
- Parameters
points (list of
compas.geometry.Point
) – The control points.degree (int) – The degree of the curve.
is_periodic (bool, optional) – Flag indicating whether the curve is periodic or not.
- Returns