mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-07 11:10:48 -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
|
|
@ -665,6 +665,7 @@ with BuildPart() as ex29:
|
|||
mirror(ex29_ow_ln.line)
|
||||
make_face()
|
||||
extrude(amount=h + b)
|
||||
fillet(ex29.edges(), radius=w / 6)
|
||||
with BuildSketch(ex29.faces().sort_by(Axis.Z)[-1]):
|
||||
Circle(t)
|
||||
extrude(amount=n)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue