Files
modeling-app/src/wasm-lib/tests/executor/inputs/dimensions_match.kcl

8 lines
172 B
Plaintext
Raw Normal View History

const part001 = startSketchOn('XY')
|> startProfileAt([-10, -10], %)
|> line([20, 0], %)
|> line([0, 20], %)
|> line([-20, 0], %)
|> close(%)
|> extrude(10, %)