mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
Refactored all operations to be functions
This commit is contained in:
parent
85b3aa5b09
commit
186ca1f821
35 changed files with 308 additions and 789 deletions
|
|
@ -39,7 +39,7 @@ with BuildPart() as pcb:
|
|||
Circle(1, mode=Mode.SUBTRACT)
|
||||
with GridLocations(60, 20, 2, 2):
|
||||
Circle(2, mode=Mode.SUBTRACT)
|
||||
Extrude(amount=3)
|
||||
extrude(amount=3)
|
||||
|
||||
if "show_object" in locals():
|
||||
show_object(pcb.part.wrapped)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue