Ok zamki zrobione
This commit is contained in:
parent
31ff6fd815
commit
7db740eb4c
Binary file not shown.
|
|
@ -145,8 +145,9 @@ with BuildPart() as box:
|
|||
with BuildPart() as zamek:
|
||||
with BuildSketch(Plane.ZX) as z1:
|
||||
with Locations((gora_left_edge.Z, gora_left_edge.X, 0)):
|
||||
Triangle(a=t_dlugosc, b=t_ramie, c=t_ramie, rotation=(-45))
|
||||
z = Triangle(a=t_ramie, b=t_ramie, c=t_dlugosc, align=(Align.MAX, Align.MIN))
|
||||
extrude(amount=t_cala_dlugosc / 2, both=True)
|
||||
mirror(about=Plane.ZY)
|
||||
|
||||
|
||||
show(box, zamek, orange)
|
||||
show(box, orange)
|
||||
|
|
|
|||
Loading…
Reference in New Issue