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)
|
2025-03-21 15:38:08 -07:00
|
|
|
|> helix(
|
2025-03-20 11:06:27 +13:00
|
|
|
revolutions = 16,
|
|
|
|
angleStart = 0,
|
2025-03-21 15:38:08 -07:00
|
|
|
ccw = true,
|
|
|
|
cylinder = %,
|
|
|
|
)
|