2024-12-17 09:38:32 +13:00
|
|
|
---
|
|
|
|
source: kcl/src/simulation_tests.rs
|
2025-02-13 11:59:57 +13:00
|
|
|
description: Variables in memory after executing import_whole.kcl
|
2024-12-17 09:38:32 +13:00
|
|
|
---
|
|
|
|
{
|
2025-02-13 11:59:57 +13:00
|
|
|
"bar": {
|
|
|
|
"type": "Solid",
|
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
61,
|
2025-02-28 17:40:01 -08:00
|
|
|
97,
|
2025-02-20 19:33:21 +13:00
|
|
|
3
|
2025-02-13 11:59:57 +13:00
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
2025-01-22 09:42:09 +13:00
|
|
|
"id": "[uuid]",
|
2025-02-13 11:59:57 +13:00
|
|
|
"sourceRange": [
|
|
|
|
61,
|
2025-02-28 17:40:01 -08:00
|
|
|
97,
|
2025-02-20 19:33:21 +13:00
|
|
|
3
|
2025-01-22 09:42:09 +13:00
|
|
|
]
|
2024-12-17 09:38:32 +13:00
|
|
|
},
|
2025-02-13 11:59:57 +13:00
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
5.0,
|
|
|
|
5.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
15.0,
|
|
|
|
5.0
|
|
|
|
],
|
|
|
|
"radius": 10.0,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
15.0,
|
|
|
|
5.0
|
|
|
|
],
|
2025-02-20 10:12:37 +13:00
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
2025-01-22 09:42:09 +13:00
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
2025-02-12 10:22:56 +13:00
|
|
|
"__meta": []
|
|
|
|
},
|
2025-02-13 11:59:57 +13:00
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
15.0,
|
|
|
|
5.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
15.0,
|
|
|
|
5.0
|
|
|
|
],
|
2025-02-20 10:12:37 +13:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
2025-02-13 11:59:57 +13:00
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
61,
|
2025-02-28 17:40:01 -08:00
|
|
|
97,
|
2025-02-20 19:33:21 +13:00
|
|
|
3
|
2025-02-13 11:59:57 +13:00
|
|
|
]
|
|
|
|
}
|
2025-02-12 10:22:56 +13:00
|
|
|
},
|
2025-02-13 11:59:57 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-02-12 10:22:56 +13:00
|
|
|
},
|
2025-02-13 11:59:57 +13:00
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
|
|
|
61,
|
2025-02-28 17:40:01 -08:00
|
|
|
97,
|
2025-02-20 19:33:21 +13:00
|
|
|
3
|
2025-02-13 11:59:57 +13:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"height": 10.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-02-12 10:22:56 +13:00
|
|
|
},
|
2025-02-13 11:59:57 +13:00
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
|
|
|
61,
|
2025-02-28 17:40:01 -08:00
|
|
|
97,
|
2025-02-20 19:33:21 +13:00
|
|
|
3
|
2025-02-13 11:59:57 +13:00
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
2024-12-17 09:38:32 +13:00
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
},
|
|
|
|
"foo": {
|
|
|
|
"type": "Module",
|
2025-02-20 19:33:21 +13:00
|
|
|
"value": 3,
|
2025-02-13 11:59:57 +13:00
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
|
|
|
34,
|
|
|
|
66,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2024-12-17 09:38:32 +13:00
|
|
|
}
|