Lichtslang 17x7mm toegevoegd.
This commit is contained in:
17
Clips/lichtslang/17x7mm.py
Normal file
17
Clips/lichtslang/17x7mm.py
Normal file
@@ -0,0 +1,17 @@
|
||||
from ocp_vscode import *
|
||||
from build123d import *
|
||||
|
||||
set_port(3939)
|
||||
|
||||
b = 17
|
||||
h = 7
|
||||
l = 50
|
||||
|
||||
with BuildPart() as clamp:
|
||||
with BuildSketch() as sk_clamp:
|
||||
Rectangle(b, l)
|
||||
fillet(sk_clamp.vertices(), radius=1.2)
|
||||
extrude(amount=2.4)
|
||||
|
||||
|
||||
show_all()
|
||||
Reference in New Issue
Block a user