OCCNurbsSurface.from_points

classmethod OCCNurbsSurface.from_points(points, degree_u=3, degree_v=3)

Construct a NURBS surface from control points.

Parameters:
pointslist[list[Point]]

The control points.

degree_uint, optional
degree_vint, optional
Returns:
OCCNurbsSurface