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

9 lines
232 B
Plaintext
Raw Normal View History

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] }, %)