Declare appearance function in KCL (#7220)

Move appearance to KCL

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2025-05-28 11:25:27 +12:00
committed by GitHub
parent 889c72ec60
commit 9dfb67cf61
68 changed files with 3999 additions and 11936 deletions

View File

@ -3,6 +3,10 @@ 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
@ -13,9 +17,5 @@ description: Variables in memory after executing import_async.kcl
"value": [
"2-5-long-m8-chc-screw.stl"
]
},
"screw": {
"type": "Module",
"value": 1
}
}