mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 10:41:20 -08:00
add fillet to bottle to make it look similar to original
This commit is contained in:
parent
00164c4d9d
commit
d5dfb8b92e
2 changed files with 2 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ ln29 = l1 + l2 + l3
|
|||
ln29 += mirror(ln29)
|
||||
sk29 = make_face(ln29)
|
||||
ex29 = extrude(sk29, -(h + b))
|
||||
# ex29 = fillet(*ex29.edges(), radius=w / 8)
|
||||
ex29 = fillet(ex29.edges(), radius=w / 6)
|
||||
|
||||
neck = Plane(ex29.faces().sort_by().last) * Circle(t)
|
||||
ex29 += extrude(neck, n)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue