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

16 lines
370 B
Plaintext
Raw Normal View History

part001 = startSketchOn('XY')
2024-07-29 12:05:31 -05:00
|> startProfileAt([11.19, 28.35], %)
|> line([28.67, -13.25], %, $here)
|> line([-4.12, -22.81], %)
|> line([-33.24, 14.55], %)
|> close(%)
|> extrude(5, %)
part002 = startSketchOn(part001, here)
2024-07-29 12:05:31 -05:00
|> startProfileAt([0, 0], %)
|> line([0, 10], %)
|> line([10, 0], %)
|> line([0, -10], %)
|> close(%)
|> extrude(5, %)