NurbsCurve.from_points

classmethod NurbsCurve.from_points(points, degree=3)[source]

Construct a NURBS curve from control points.

Parameters:
pointslist[[float, float, float] | compas.geometry.Point]

The control points.

degreeint, optional

The degree of the curve.

Returns:
compas.geometry.NurbsCurve