Zakonczone
This commit is contained in:
parent
836287c550
commit
5f93e2b4cb
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
|
@ -34,6 +34,11 @@ with BuildPart() as p:
|
||||||
# t5 = fillet(t4, 1.5)
|
# t5 = fillet(t4, 1.5)
|
||||||
t3 = t3.fillet(radius=1.5, edge_list=[krawedz])
|
t3 = t3.fillet(radius=1.5, edge_list=[krawedz])
|
||||||
add(t3, mode=Mode.SUBTRACT)
|
add(t3, mode=Mode.SUBTRACT)
|
||||||
|
okraglak_elips = p.edges().filter_by(GeomType.BSPLINE)
|
||||||
|
fillet(okraglak_elips, radius=1)
|
||||||
|
|
||||||
|
|
||||||
|
# export_step(p.part, "./kubek.step")
|
||||||
|
|
||||||
show_object(p)
|
show_object(p)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue