2025-02-10 14:24:00 -05:00
|
|
|
---
|
2025-03-13 11:13:33 -07:00
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
2025-02-13 11:59:57 +13:00
|
|
|
description: Variables in memory after executing helix_simple.kcl
|
2025-02-10 14:24:00 -05:00
|
|
|
---
|
|
|
|
{
|
2025-02-13 11:59:57 +13:00
|
|
|
"edge001": {
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "edge001"
|
2025-02-13 11:59:57 +13:00
|
|
|
},
|
|
|
|
"helixPath": {
|
|
|
|
"type": "Helix",
|
|
|
|
"value": {
|
|
|
|
"value": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"revolutions": 5.0,
|
|
|
|
"angleStart": 0.0,
|
|
|
|
"ccw": true,
|
2025-03-21 15:38:08 -07:00
|
|
|
"cylinderId": null,
|
2025-02-13 11:59:57 +13:00
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"helper001": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"value": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-02-13 11:59:57 +13:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 128,
|
2025-02-13 11:59:57 +13:00
|
|
|
"end": 136,
|
|
|
|
"start": 128,
|
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "edge001"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
0.0,
|
|
|
|
10.0
|
|
|
|
],
|
2025-02-20 10:12:37 +13:00
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XZ",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
2025-02-10 14:24:00 -05:00
|
|
|
},
|
2025-02-13 11:59:57 +13:00
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 1.0,
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
2025-02-20 10:12:37 +13:00
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
2025-02-13 11:59:57 +13:00
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-02-13 11:59:57 +13:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tags": {
|
2025-02-10 14:24:00 -05:00
|
|
|
"edge001": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "edge001"
|
2025-02-10 14:24:00 -05:00
|
|
|
}
|
|
|
|
},
|
2025-02-13 11:59:57 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-02-10 14:24:00 -05:00
|
|
|
}
|
2025-02-13 11:59:57 +13:00
|
|
|
}
|
2025-02-10 14:24:00 -05:00
|
|
|
}
|