BuildFace|Hull -> MakeFace|Hull Issue #39

This commit is contained in:
Roger Maitland 2022-10-30 14:07:34 -04:00
parent a0a4778e3d
commit 4b85aaccd3
10 changed files with 19 additions and 19 deletions

View file

@ -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: