Skip to content

Commit

Permalink
objects_1d.py -> update Ex7 to use location_at instead of Plane con…
Browse files Browse the repository at this point in the history
…struction
  • Loading branch information
jdegenstein authored Nov 14, 2024
1 parent 4c43b22 commit 89eec80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/objects_1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
l1 = RadiusArc((0, 0), (1, 1), 2)
l2 = Spline(l1 @ 1, (2, 3), (3, 3), tangents=(l1 % 1, (0, -1)))
l3 = Line(l2 @ 1, (3, 0))
with BuildSketch(Plane(origin=l1 @ 0, z_dir=l1 % 0)) as example_7_section:
with BuildSketch(l1 ^ 0) as example_7_section:
Circle(0.1)
sweep()
# [Ex. 7]
Expand Down

0 comments on commit 89eec80

Please sign in to comment.