dalej
This commit is contained in:
parent
5d8806c41f
commit
af996a9c4e
|
|
@ -17,10 +17,11 @@ with BuildPart() as p:
|
||||||
with Locations((10, 0)):
|
with Locations((10, 0)):
|
||||||
t3 = Rectangle(3.8, 6)
|
t3 = Rectangle(3.8, 6)
|
||||||
extrude(amount=-40, mode=Mode.SUBTRACT)
|
extrude(amount=-40, mode=Mode.SUBTRACT)
|
||||||
f = p.part.edges().filter_by(GeomType.CIRCLE)
|
f = p.part.edges().filter_by(GeomType.CIRCLE).filter_by(lambda e: e.radius >= 50)
|
||||||
|
fillet(f, 1)
|
||||||
|
|
||||||
|
|
||||||
debug(f)
|
# debug(f)
|
||||||
# debug(s2, name="s2")
|
# debug(s2, name="s2")
|
||||||
# debug(t3, name="rec")
|
# debug(t3, name="rec")
|
||||||
# debug(t2, name="trapez")
|
# debug(t2, name="trapez")
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
from build123d import *
|
||||||
|
|
||||||
|
szerokosc = 20
|
||||||
|
wysokosc = 15
|
||||||
Loading…
Reference in New Issue