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

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