change examples to "what-to-change", "how-to_change" pattern

This commit is contained in:
Bernhard 2023-03-30 21:03:07 +02:00
parent 05cf6798e6
commit dd182587ef
19 changed files with 59 additions and 59 deletions

View file

@ -10,7 +10,7 @@ for i in range(slice_count + 1):
art = loft(art)
top_bottom = art.faces().filter_by(GeomType.PLANE)
art = offset(objects=art, openings=top_bottom, amount=0.5)
art = offset(art, openings=top_bottom, amount=0.5)
if "show_object" in locals():
show_object(art, name="art")