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

19 lines
283 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": 10
},
"fanHousing": {
"type": "Module",
"value": 8
},
"motor": {
"type": "Module",
"value": 9
}
}