mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Updated Examples
This commit is contained in:
parent
78a73a9963
commit
f43dac38e2
56 changed files with 677 additions and 574 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from build123d import *
|
||||
|
||||
from ocp_vscode import show
|
||||
|
||||
with BuildPart() as blocks:
|
||||
with Locations((-1, -1, 0)):
|
||||
|
|
@ -15,5 +15,4 @@ with BuildPart() as blocks:
|
|||
chamfer(top_edges, length=0.1)
|
||||
|
||||
|
||||
if "show_object" in locals():
|
||||
show_object(blocks.part.wrapped)
|
||||
show(blocks)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue