Files
modeling-app/rust/kcl-lib/tests/multiple-foreign-imports-all-render/program_memory.snap
Nick Cameron 3a23ec1bee Create std::units module (#6528)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-04-29 08:41:31 +12:00

26 lines
424 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing multiple-foreign-imports-all-render.kcl
---
{
"anothercube": {
"type": "Module",
"value": 10
},
"cube": {
"type": "Module",
"value": 8
},
"model": {
"type": "ImportedGeometry",
"id": "[uuid]",
"value": [
"cube.step"
]
},
"othercube": {
"type": "Module",
"value": 9
}
}