dalej
This commit is contained in:
@@ -17,10 +17,11 @@ with BuildPart() as p:
|
||||
with Locations((10, 0)):
|
||||
t3 = Rectangle(3.8, 6)
|
||||
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(t3, name="rec")
|
||||
# debug(t2, name="trapez")
|
||||
4
revolve/oslona_anteny.py
Normal file
4
revolve/oslona_anteny.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from build123d import *
|
||||
|
||||
szerokosc = 20
|
||||
wysokosc = 15
|
||||
Reference in New Issue
Block a user