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

5 lines
152 B
Plaintext
Raw Normal View History

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