OCCNurbsSurface.from_points

classmethod OCCNurbsSurface.from_points(points, u_degree=3, v_degree=3)

Construct a NURBS surface from control points.

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

  • u_degree (int, optional)

  • v_degree (int, optional)

Returns

OCCNurbsSurface