2025-03-20 11:06:27 +13:00
|
|
|
---
|
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
|
|
description: Result of unparsing import_whole.kcl
|
|
|
|
---
|
|
|
|
@settings(defaultLengthUnit = mm)
|
2025-03-20 16:23:20 +13:00
|
|
|
|
2025-03-20 11:06:27 +13:00
|
|
|
import "exported_mod.kcl" as foo
|
|
|
|
|
|
|
|
bar = foo
|
2025-04-14 20:37:45 +12:00
|
|
|
|> shell(faces = [END], thickness = foo::thickness)
|