mirror of
https://github.com/gumyr/build123d.git
synced 2026-03-07 22:33:40 -08:00
Reorder mirror / make_face bot best practice to resolve #1053
This commit is contained in:
parent
f4c79db263
commit
bb9495a821
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ with BuildSketch(Location((0, -r1, y3))) as sk_body:
|
|||
m3 = IntersectingLine(m2 @ 1, m2 % 1, c1)
|
||||
m4 = Line(m3 @ 1, (r1, r1))
|
||||
m5 = JernArc(m4 @ 1, m4 % 1, r1, -90)
|
||||
m6 = Line(m5 @ 1, m1 @ 0)
|
||||
mirror(make_face(l.line), Plane.YZ)
|
||||
mirror(about=Plane.YZ)
|
||||
make_face()
|
||||
fillet(sk_body.vertices().group_by(Axis.Y)[1], 12)
|
||||
with Locations((x1 / 2, y_tot - 10), (-x1 / 2, y_tot - 10)):
|
||||
Circle(r2, mode=Mode.SUBTRACT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue