Files
modeling-app/rust/kcl-lib/tests/kcl_samples/car-wheel-assembly/program_memory.snap
Nick Cameron a8b0e1a771 Use arrays for multiple geometry (#5770)
* Parse [T] instead of T[] for array types

Signed-off-by: Nick Cameron <nrc@ncameron.org>

* homogenous arrays, type coercion, remove solid set and sketch set, etc

Signed-off-by: Nick Cameron <nrc@ncameron.org>

---------

Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-03-17 17:57:26 +13:00

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": 5
},
"c1": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "c1"
},
"carRotor": {
"type": "Module",
"value": 4
},
"carTire": {
"type": "Module",
"value": 7
},
"carWheel": {
"type": "Module",
"value": 3
},
"lugCount": {
"type": "Number",
"value": 5.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
}
},
"lugNut": {
"type": "Module",
"value": 6
}
}