diff --git a/__pycache__/orange.cpython-312.pyc b/__pycache__/orange.cpython-312.pyc index f3fec76..e99baab 100644 Binary files a/__pycache__/orange.cpython-312.pyc and b/__pycache__/orange.cpython-312.pyc differ diff --git a/orange.py b/orange.py index ef78c2b..30eae47 100644 --- a/orange.py +++ b/orange.py @@ -135,4 +135,9 @@ with BuildPart() as box: extrude(amount=pods_gr) mirror(about=Plane.YZ) -show(box, orange) +with BuildSketch(Plane.ZX) as zamek: + test_zamek = Rectangle(20, 20) +# e1 = extrude(amount=40) + + +show(box, zamek)