RhinoNurbsCurve.from_points
- classmethod RhinoNurbsCurve.from_points(points, degree=3, is_periodic=False)[source]
Construct a NURBS curve from control points.
- Parameters:
- pointslist[
compas.geometry.Point
] The control points.
- degreeint, optional
The degree of the curve.
- is_periodicbool, optional
Flag indicating whether the curve is periodic or not.
- pointslist[
- Returns: