9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
![]() |
---
|
||
|
source: kcl-lib/src/simulation_tests.rs
|
||
|
description: Result of unparsing tests/nested_main_kcl/nested/foo/bar/main.kcl
|
||
|
---
|
||
|
// A donut shape.
|
||
|
startSketchOn(XY)
|
||
|
|> circle(center = [15, 0], radius = 5)
|
||
|
|> revolve(angle = 360, axis = Y)
|