mirror of
https://github.com/gumyr/build123d.git
synced 2026-01-06 01:02:28 -08:00
BuildFace|Hull -> MakeFace|Hull Issue #39
This commit is contained in:
parent
a0a4778e3d
commit
4b85aaccd3
10 changed files with 19 additions and 19 deletions
|
|
@ -33,7 +33,7 @@ with BuildSketch() as minute_indicator:
|
|||
l2 = CenterArc((0, 0), clock_radius * 0.925, 0.75, 4.5)
|
||||
Line(l1 @ 0, l2 @ 0)
|
||||
Line(l1 @ 1, l2 @ 1)
|
||||
BuildFace()
|
||||
MakeFace()
|
||||
Fillet(*minute_indicator.vertices(), radius=clock_radius * 0.01)
|
||||
|
||||
with BuildSketch() as clock_face:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue