NurbsSurface.from_parameters

classmethod NurbsSurface.from_parameters(points: List[List[compas.geometry.primitives.point.Point]], weights: List[List[float]], u_knots: List[float], v_knots: List[float], u_mults: List[int], v_mults: List[int], u_degree: int, v_degree: int, is_u_periodic: bool = False, is_v_periodic: bool = False) compas_occ.geometry.surfaces.nurbs.NurbsSurface

Construct a NURBS surface from explicit parameters.