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