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