Files
modeling-app/rust/kcl-lib/tests/helix_ccw/input.kcl
Nick Cameron bae875382c Replace plane strings with literals (#6592)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-04-30 05:13:11 +00:00

9 lines
196 B
Plaintext

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