12 lines
267 B
Plaintext
12 lines
267 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, getOppositeEdge(thing)]
|
||
|
}, %)
|