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,4 +1,7 @@
|
|||
# [Code]
|
||||
|
||||
from build123d import *
|
||||
from ocp_vscode import show
|
||||
|
||||
clock_radius = 10
|
||||
|
||||
|
|
@ -28,5 +31,5 @@ clock_face -= [
|
|||
)
|
||||
]
|
||||
|
||||
if "show_object" in locals():
|
||||
show_object(clock_face)
|
||||
show(clock_face)
|
||||
# [End]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue