11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Result of unparsing import_whole.kcl
|
|
---
|
|
@settings(defaultLengthUnit = mm)
|
|
|
|
import "exported_mod.kcl" as foo
|
|
|
|
bar = foo
|
|
|> shell(faces = [END], thickness = foo::thickness)
|