Files
modeling-app/rust/kcl-lib/tests/assembly_non_default_units/other2.kcl

6 lines
149 B
Plaintext
Raw Normal View History

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