* Declare chamfer in KCL Signed-off-by: Nick Cameron <nrc@ncameron.org> * Ignore more in the simulation tests Signed-off-by: Nick Cameron <nrc@ncameron.org> * Declare fillet in KCL Signed-off-by: Nick Cameron <nrc@ncameron.org> * Move shell and hollow to KCL Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
19 lines
282 B
Plaintext
19 lines
282 B
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Variables in memory after executing axial-fan.kcl
|
|
---
|
|
{
|
|
"fan": {
|
|
"type": "Module",
|
|
"value": 9
|
|
},
|
|
"fanHousing": {
|
|
"type": "Module",
|
|
"value": 7
|
|
},
|
|
"motor": {
|
|
"type": "Module",
|
|
"value": 8
|
|
}
|
|
}
|