OCCNurbsCurve.from_points

classmethod OCCNurbsCurve.from_points(points, degree=3)

Construct a NURBS curve from control points.

Parameters
  • points (list[Point]) – The control points of the curve.

  • degree (int, optional) – The degree of the curve.

Returns

OCCNurbsCurve