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
|
|
@ -50,7 +50,7 @@ edges = (
|
|||
.group_by()[2]
|
||||
)
|
||||
half_volume_before_fillet = heat_exchanger.volume
|
||||
heat_exchanger = fillet(*edges, radius=fillet_radius, target=heat_exchanger)
|
||||
heat_exchanger = fillet(*edges, radius=fillet_radius)
|
||||
half_volume_after_fillet = heat_exchanger.volume
|
||||
heat_exchanger += mirror(heat_exchanger, about=Plane.XY)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue