mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
heat_exchanger_algebra.py -> Fix example to use radius instead of apothem
This commit is contained in:
parent
42c91cc975
commit
f383470dad
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ assert tube_extension > fillet_radius
|
|||
tube_locations = [
|
||||
l
|
||||
for l in HexLocations(
|
||||
apothem=(tube_diameter + tube_spacing) / 2,
|
||||
radius=(tube_diameter + tube_spacing) / 2,
|
||||
x_count=exchanger_diameter // tube_diameter,
|
||||
y_count=exchanger_diameter // tube_diameter,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue