Files
modeling-app/rust/kcl-lib/tests/assembly_non_default_units/other2.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

6 lines
147 B
Plaintext

@settings(defaultLengthUnit = in)
// Use the same units as in the main importing file.
startSketchOn(XZ)
|> circle(center = [0, 2], radius = 1)