Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Mar 18, 2024
1 parent 4801cd1 commit c9b4d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhino3dm/js/node/SampleNurbsSurface/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const v_order = v_degree + 1

const ns = rhino.NurbsSurface.create(dim, rational, u_order, v_order, u_cv_count, v_cv_count)

//geberate knots
//generate knots
ns.knotsU().createUniformKnots(1.0)
ns.knotsV().createUniformKnots(1.0)

Expand Down

0 comments on commit c9b4d50

Please sign in to comment.