mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 07:10:25 -08:00
Merge branch 'algebra' of https://github.com/gumyr/build123d into algebra
This commit is contained in:
commit
972c6c666f
7 changed files with 103 additions and 56 deletions
|
|
@ -10,13 +10,10 @@ minute_indicator = make_face([l1, l3, l2, l4])
|
|||
minute_indicator = fillet(minute_indicator.vertices(), radius=clock_radius * 0.01)
|
||||
|
||||
clock_face = Circle(clock_radius)
|
||||
clock_face -= [loc * minute_indicator for loc in PolarLocations(0, 60)]
|
||||
|
||||
|
||||
clock_face -= [
|
||||
loc * SlotOverall(clock_radius * 0.05, clock_radius * 0.025)
|
||||
for loc in PolarLocations(clock_radius * 0.875, 12)
|
||||
]
|
||||
clock_face -= PolarLocations(0, 60) * minute_indicator
|
||||
clock_face -= PolarLocations(clock_radius * 0.875, 12) * SlotOverall(
|
||||
clock_radius * 0.05, clock_radius * 0.025
|
||||
)
|
||||
|
||||
clock_face -= [
|
||||
loc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue