Skip to content

Commit

Permalink
remove N
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinSDK committed Nov 23, 2021
1 parent e50085d commit 23f655e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/torus_knot.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ def torus_knot(p, q):
.makePolygon([(p[0] * 0.5, p[1] * 0.5) for p in star()])
.sweep(
Workplane().parametricCurve(
parametricEquation(torusKnot, p = p, q = q),
N = 96
parametricEquation(torusKnot, p = p, q = q)
),
auxSpine = Workplane().rect(1, 1)
)
Expand Down

0 comments on commit 23f655e

Please sign in to comment.