Files
modeling-app/rust/kcl-lib/tests/multiple-foreign-imports-all-render/program_memory.snap
Nick Cameron 9dfb67cf61 Declare appearance function in KCL (#7220)
Move appearance to KCL

Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-05-27 23:25:27 +00:00

26 lines
441 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing multiple-foreign-imports-all-render.kcl
---
{
"__mod_anothercube": {
"type": "Module",
"value": 3
},
"__mod_cube": {
"type": "Module",
"value": 1
},
"__mod_othercube": {
"type": "Module",
"value": 2
},
"model": {
"type": "ImportedGeometry",
"id": "[uuid]",
"value": [
"cube.step"
]
}
}