mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 10:41:20 -08:00
removed alg123d
This commit is contained in:
parent
7903e4f640
commit
2c652ff978
11 changed files with 19 additions and 29 deletions
|
|
@ -1,7 +1,6 @@
|
|||
from math import pi, sin
|
||||
from build123d import *
|
||||
from build123d.part_operations import *
|
||||
import alg123d as ad
|
||||
import build123d.alg_compat as COMPAT
|
||||
|
||||
slice_count = 10
|
||||
|
||||
|
|
@ -12,7 +11,7 @@ for i in range(slice_count + 1):
|
|||
|
||||
art = loft(art)
|
||||
top_bottom = art.faces(GeomType.PLANE)
|
||||
art = ad.shell(art, openings=top_bottom, amount=0.5)
|
||||
art = COMPAT.shell(art, openings=top_bottom, amount=0.5)
|
||||
|
||||
if "show_object" in locals():
|
||||
show_object(art, name="art")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue