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-03-24 20:58:55 +13:00
|
|
|
|> shell(faces = ['end'], thickness = foo::thickness)
|