NurbsSurface.from_points
- classmethod NurbsSurface.from_points(points: List[List[compas.geometry.primitives.point.Point]], u_degree: int = 3, v_degree: int = 3) compas_occ.geometry.surfaces.nurbs.NurbsSurface
Construct a NURBS surface from control points.