NurbsCurve.from_points

classmethod NurbsCurve.from_points(points: List[compas.geometry.primitives.point.Point], degree: int = 3) compas_occ.geometry.curves.nurbs.NurbsCurve

Construct a NURBS curve from control points.

This construction method is similar to the method Create of the Rhino API for NURBS curves 1.

References

1

https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_Geometry_NurbsCurve_Create.htm