2025-03-20 11:06:27 +13:00
|
|
|
---
|
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
|
|
description: Result of unparsing helix_ccw.kcl
|
|
|
|
---
|
2025-03-21 22:39:12 +13:00
|
|
|
part001 = startSketchOn(XY)
|
2025-03-20 11:06:27 +13:00
|
|
|
|> circle(center = [5, 5], radius = 10)
|
|
|
|
|> extrude(length = 10)
|
|
|
|
|> helixRevolutions({
|
|
|
|
revolutions = 16,
|
|
|
|
angleStart = 0,
|
|
|
|
ccw = true
|
|
|
|
}, %)
|