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

7 lines
150 B
Plaintext
Raw Normal View History

part001 = startSketchOn('XZ')
|> startProfileAt([0, 0], %)
|> lineTo([100, 100], %)
|> lineTo([100, 0], %)
|> close(%)
|> extrude(5 + 7, %)