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

10 lines
271 B
Plaintext
Raw Normal View History

sketch001 = startSketchOn('XY')
|> startProfileAt([-25, 25], %)
|> yLine(-50, %, $rectangleSegmentB001)
sketch002 = startSketchOn('XY')
|> circle({ center = [-50, 0], radius = 10 }, %)
|> revolve({
angle = 90,
axis = rectangleSegmentB001
}, %)