Files
modeling-app/rust/kcl-lib/tests/kcl_samples/helical-planetary-gearset/program_memory.snap

33 lines
562 B
Plaintext
Raw Normal View History

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing helical-planetary-gearset.kcl
---
{
"helicalGear": {
"type": "Function",
"value": null
},
"numPlanetGears": {
"type": "Number",
"value": 3.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
}
},
"ringGear": {
"type": "Function",
"value": null
},
"seg01": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg01"
}
}