Add files via upload (#6227)
* Add files via upload Adding parametric pc fan and bottle * Update and rename globals.kcl to parameters.kcl * Update fan-housing.kcl * Update fan-housing.kcl * Update fan.kcl * Update motor.kcl * Update parameters.kcl * Update kcl-samples simulation test output * Update main.kcl avoiding fn imports * Update kcl-samples simulation test output * remove functions * angledLine kwargs * tangentalArc kwargs * Update kcl-samples simulation test output * Update housing middle more tweaks because I just can't help myself * Update kcl-samples simulation test output * Update kcl-samples simulation test output --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: jgomez720 <114548659+jgomez720@users.noreply.github.com>
This commit is contained in:
18
rust/kcl-lib/tests/kcl_samples/axial-fan/program_memory.snap
Normal file
18
rust/kcl-lib/tests/kcl_samples/axial-fan/program_memory.snap
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
source: kcl-lib/src/simulation_tests.rs
|
||||
description: Variables in memory after executing axial-fan.kcl
|
||||
---
|
||||
{
|
||||
"fan": {
|
||||
"type": "Module",
|
||||
"value": 7
|
||||
},
|
||||
"fanHousing": {
|
||||
"type": "Module",
|
||||
"value": 5
|
||||
},
|
||||
"motor": {
|
||||
"type": "Module",
|
||||
"value": 6
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user