mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Introducing new PEP8 compatible direct api
This commit is contained in:
parent
c253b3bba1
commit
9599e8e1ef
32 changed files with 9197 additions and 7291 deletions
|
|
@ -63,6 +63,7 @@ with BuildPart() as handle:
|
|||
|
||||
|
||||
if "show_object" in locals():
|
||||
show_object(handle_path, name="handle_path")
|
||||
show_object(sections, name="sections")
|
||||
show_object(handle.part, name="handle", options=dict(alpha=0.6))
|
||||
show_object(handle_path.wrapped, name="handle_path")
|
||||
for i, section in enumerate(sections):
|
||||
show_object(section.wrapped, name="section" + str(i))
|
||||
show_object(handle.part.wrapped, name="handle", options=dict(alpha=0.6))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue