Files
modeling-app/rust/kcl-lib/tests/kcl_samples/axial-fan/program_memory.snap

19 lines
282 B
Plaintext
Raw Normal View History

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing axial-fan.kcl
---
{
"fan": {
"type": "Module",
"value": 8
},
"fanHousing": {
"type": "Module",
"value": 6
},
"motor": {
"type": "Module",
"value": 7
}
}