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

7 lines
150 B
Plaintext
Raw Normal View History

2024-10-24 20:52:43 -05:00
part001 = startSketchOn('XZ')
|> startProfileAt([0, 0], %)
|> lineTo([100, 100], %)
|> lineTo([100, 0], %)
|> close(%)
|> extrude(5 + 7, %)