printbare bestanden gemaakt
This commit is contained in:
11
boxMetRondeHoeken.py
Normal file
11
boxMetRondeHoeken.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from ocp_vscode import *
|
||||
import build123d as b3d
|
||||
set_port(3939)
|
||||
|
||||
#with BuildPart() as box:
|
||||
# with BuildSketch as sk_box:
|
||||
# Rectangle(10, 10)
|
||||
# extrude(4)
|
||||
block = b3d.Box(10, 10, 4)
|
||||
|
||||
show(rounded_block)
|
||||
Reference in New Issue
Block a user