We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb76ae5 commit 9b1116dCopy full SHA for 9b1116d
src/compas_rhino/geometry/surfaces/nurbs.py
@@ -61,7 +61,7 @@ def rhino_surface_from_parameters(
61
is_u_periodic=False,
62
is_v_periodic=False,
63
):
64
- u_order = u_degree + 1
+ u_order = u_degree + 1
65
v_order = v_degree + 1
66
u_point_count = len(points)
67
v_point_count = len(points[0])
0 commit comments