Files
modeling-app/rust/kcl-lib/tests/revolve_about_edge/unparsed.snap

11 lines
350 B
Plaintext
Raw Normal View History

---
source: kcl-lib/src/simulation_tests.rs
description: Result of unparsing revolve_about_edge.kcl
---
sketch001 = startSketchOn(XY)
|> startProfile(at = [-25, 25])
|> yLine(length = -50, tag = $rectangleSegmentB001)
sketch002 = startSketchOn(XY)
|> circle(center = [-50, 0], radius = 10)
|> revolve(angle = 90, axis = rectangleSegmentB001)