Files
modeling-app/rust/kcl-lib/tests/import_async/program_memory.snap
Nick Cameron 9dfb67cf61 Declare appearance function in KCL (#7220)
Move appearance to KCL

Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-05-27 23:25:27 +00:00

22 lines
371 B
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing import_async.kcl
---
{
"__mod_screw": {
"type": "Module",
"value": 1
},
"helicalGear": {
"type": "Function",
"value": null
},
"myScrew": {
"type": "ImportedGeometry",
"id": "[uuid]",
"value": [
"2-5-long-m8-chc-screw.stl"
]
}
}