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

5 lines
141 B
Plaintext
Raw Normal View History

const part001 = startSketchOn('XY')
|> circle([5, 5], 10, %)
|> extrude(10, %)
|> helix({revolutions: 16, angle_start: 0}, %)