RhinoNurbsSurface.from_points
- classmethod RhinoNurbsSurface.from_points(points, degree_u=3, degree_v=3)[source]
Construct a NURBS surface from control points.
- Parameters:
- pointslist[list[
compas.geometry.Point
]] The control points.
- degree_uint
Degree in the U direction.
- degree_vint
Degree in the V direction.
- pointslist[list[
- Returns: