9 lines
184 B
Plaintext
9 lines
184 B
Plaintext
![]() |
part001 = startSketchOn('XY')
|
||
|
|> circle({ center: [5, 5], radius: 10 }, %)
|
||
|
|> extrude(10, %)
|
||
|
|> helix({
|
||
|
revolutions: 16,
|
||
|
angleStart: 0,
|
||
|
ccw: true
|
||
|
}, %)
|