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

5 lines
161 B
Plaintext
Raw Normal View History

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