mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 07:10:25 -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,5 @@
|
|||
from build123d import *
|
||||
from ocp_vscode import show
|
||||
|
||||
|
||||
class Shamrock(BaseSketchObject):
|
||||
|
|
@ -46,9 +47,7 @@ class Shamrock(BaseSketchObject):
|
|||
)
|
||||
|
||||
|
||||
if __name__ == "__main__" or "show_object" in locals():
|
||||
with BuildSketch() as shamrock_example:
|
||||
Shamrock(10)
|
||||
with BuildSketch() as shamrock_example:
|
||||
Shamrock(10)
|
||||
|
||||
if "show_object" in locals():
|
||||
show_object(shamrock_example.sketch)
|
||||
show(shamrock_example)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue