Files
modeling-app/rust/kcl-lib/tests/xz_plane/input.kcl
Nick Cameron bae875382c Replace plane strings with literals (#6592)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-04-30 05:13:11 +00:00

7 lines
172 B
Plaintext

part001 = startSketchOn(XZ)
|> startProfile(at = [0, 0])
|> line(endAbsolute = [100, 100])
|> line(endAbsolute = [100, 0])
|> close(%)
|> extrude(length = 5 + 7)