8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
![]() |
const part001 = startSketchOn('XY')
|
||
|
|> startProfileAt([-10, -10], %)
|
||
|
|> line([20, 0], %)
|
||
|
|> line([0, 20], %)
|
||
|
|> line([-20, 0], %)
|
||
|
|> close(%)
|
||
|
|> extrude(10, %)
|