* Move turns to a submodule of std Signed-off-by: Nick Cameron <nrc@ncameron.org> * Cache module infos as well as memory; fix a bug with deprecated constants Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
45 lines
709 B
Plaintext
45 lines
709 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Variables in memory after executing car-wheel-assembly.kcl
|
|
---
|
|
{
|
|
"brakeCaliper": {
|
|
"type": "Module",
|
|
"value": 7
|
|
},
|
|
"c1": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "c1"
|
|
},
|
|
"carRotor": {
|
|
"type": "Module",
|
|
"value": 6
|
|
},
|
|
"carTire": {
|
|
"type": "Module",
|
|
"value": 9
|
|
},
|
|
"carWheel": {
|
|
"type": "Module",
|
|
"value": 5
|
|
},
|
|
"lugCount": {
|
|
"type": "Number",
|
|
"value": 5.0,
|
|
"ty": {
|
|
"type": "Default",
|
|
"len": {
|
|
"type": "Inches"
|
|
},
|
|
"angle": {
|
|
"type": "Degrees"
|
|
}
|
|
}
|
|
},
|
|
"lugNut": {
|
|
"type": "Module",
|
|
"value": 8
|
|
}
|
|
}
|