Files
modeling-app/rust/kcl-lib/tests/involute_fail/input.kcl
2025-04-23 18:26:45 +01:00

5 lines
149 B
Plaintext

startSketchOn(XY)
|> startProfileAt([0, 0], %)
|> xLine(length = 5)
|> involuteCircular(startRadius = 12, endRadius = 10, angle = 0, reverse = true)