Ok zamki zrobione

This commit is contained in:
Rafal Paluch 2025-11-23 19:01:43 +01:00
parent 31ff6fd815
commit 7db740eb4c
2 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -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)