9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
![]() |
part001 = startSketchOn('XY')
|
||
|
|> startProfileAt([0, 0], %)
|
||
|
|> line([0, 10], %, $thing)
|
||
|
|> line([10, 0], %)
|
||
|
|> line([0, -10], %, $thing2)
|
||
|
|> close(%)
|
||
|
|> extrude(10, %)
|
||
|
|> fillet({ radius: 2, tags: [thing, thing2] }, %)
|