bestanden toegevoegd en verplaatst

This commit is contained in:
2024-12-09 16:37:32 +01:00
parent 8a00982b9a
commit 50505da65b
4 changed files with 17 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -2,6 +2,21 @@ from ocp_vscode import *
from build123d import *
set_port(3939)
b = Box(1,2,3)
dia_holder = 30.0
width_holder = 20.0
thickness_holder = 4
show(b)
l_x_w_holderpin = 9.8
rotation_holderpin = 45
thickness_holderpin = 3
rotation_clam = 45
thickness_clam = 1
with BuildPart() as ex1:
with BuildSketch() as ex1_sk:
Circle(dia_holder)
Rectangle(width_holder, 25)
extrude(amount = thickness_holder, mode=Mode.INTERSECT)
show(ex1)