mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-31 22:41:03 -08:00
Updated Examples
This commit is contained in:
parent
78a73a9963
commit
f43dac38e2
56 changed files with 677 additions and 574 deletions
|
|
@ -1,4 +1,7 @@
|
|||
# [Code]
|
||||
|
||||
from build123d import *
|
||||
from ocp_vscode import show
|
||||
|
||||
exchanger_diameter = 10 * CM
|
||||
exchanger_length = 30 * CM
|
||||
|
|
@ -51,5 +54,5 @@ heat_exchanger += mirror(heat_exchanger, Plane.XY)
|
|||
fillet_volume = 2 * (half_volume_after_fillet - half_volume_before_fillet)
|
||||
assert abs(fillet_volume - 469.88331045553787) < 1e-3
|
||||
|
||||
if "show_object" in locals():
|
||||
show_object(heat_exchanger.wrapped)
|
||||
show(heat_exchanger)
|
||||
# [End]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue