mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Removed sequences from operations
This commit is contained in:
parent
4ac722feea
commit
d3dc0e0b15
106 changed files with 3653 additions and 3566 deletions
|
|
@ -10,7 +10,7 @@ for i in range(slice_count + 1):
|
|||
|
||||
art = loft(art)
|
||||
top_bottom = art.faces().filter_by(GeomType.PLANE)
|
||||
art = offset(art, openings=top_bottom, amount=0.5)
|
||||
art = offset(objects=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