Files
modeling-app/rust/kcl-lib/tests/kcl_samples/helical-gear/program_memory.snap
2025-06-17 17:26:09 -05:00

24 lines
385 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing helical-gear.kcl
---
{
"gearHeight": {
"type": "Number",
"value": 7.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
}
},
"helicalGear": {
"type": "Function",
"value": null
}
}