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

5 lines
172 B
Plaintext
Raw Normal View History

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