mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Removed fillet/chamfer target
This commit is contained in:
parent
e74e496b43
commit
888a3277d0
11 changed files with 14 additions and 22 deletions
|
|
@ -10,7 +10,7 @@ for plane in [Plane(f) for f in pipes.faces()]:
|
|||
|
||||
last = pipes.edges()
|
||||
pipes += extrude(pipe, amount=10)
|
||||
pipes = fillet(*pipes.edges() - last, radius=0.2, target=pipes)
|
||||
pipes = fillet(*pipes.edges() - last, radius=0.2)
|
||||
|
||||
if "show_object" in locals():
|
||||
show_object(pipes, name="intersecting pipes")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue