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

9 lines
189 B
Plaintext
Raw Normal View History

part001 = startSketchOn('XY')
|> circle({ center = [5, 5], radius = 10 }, %)
|> extrude(10, %)
|> helix({
revolutions = 16,
angleStart = 0,
ccw = true
}, %)