Replace snapshot mechanism with epochs (#5764)
* Make tag identifiers monotonic Signed-off-by: Nick Cameron <nrc@ncameron.org> * Use epochs rather than snapshots in memory Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
@ -284,56 +284,7 @@ description: Variables in memory after executing angled_line.kcl
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
103,
|
||||
142,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
19.93,
|
||||
15.04
|
||||
],
|
||||
"tag": {
|
||||
"end": 141,
|
||||
"start": 135,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
23.08,
|
||||
5.19
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
103,
|
||||
142,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 141,
|
||||
"start": 135,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -353,55 +304,6 @@ description: Variables in memory after executing angled_line.kcl
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
103,
|
||||
142,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
19.93,
|
||||
15.04
|
||||
],
|
||||
"tag": {
|
||||
"end": 141,
|
||||
"start": 135,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
23.08,
|
||||
5.19
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
103,
|
||||
142,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 141,
|
||||
"start": 135,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
}
|
||||
|
||||
@ -249,109 +249,11 @@ description: Variables in memory after executing artifact_graph_example_code1.kc
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
95,
|
||||
131,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-5.0,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 130,
|
||||
"start": 124,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
5.55,
|
||||
5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
95,
|
||||
131,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 130,
|
||||
"start": 124,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
},
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
137,
|
||||
171,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
5.55,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 170,
|
||||
"start": 164,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
5.55,
|
||||
-5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
137,
|
||||
171,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 170,
|
||||
"start": 164,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -779,109 +681,11 @@ description: Variables in memory after executing artifact_graph_example_code1.kc
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
95,
|
||||
131,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-5.0,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 130,
|
||||
"start": 124,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
5.55,
|
||||
5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
95,
|
||||
131,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 130,
|
||||
"start": 124,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
},
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
137,
|
||||
171,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
5.55,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 170,
|
||||
"start": 164,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
5.55,
|
||||
-5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
137,
|
||||
171,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 170,
|
||||
"start": 164,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -949,110 +753,12 @@ description: Variables in memory after executing artifact_graph_example_code1.kc
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
95,
|
||||
131,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-5.0,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 130,
|
||||
"start": 124,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
5.55,
|
||||
5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
95,
|
||||
131,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 130,
|
||||
"start": 124,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
},
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
137,
|
||||
171,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
5.55,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 170,
|
||||
"start": 164,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
5.55,
|
||||
-5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
137,
|
||||
171,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 170,
|
||||
"start": 164,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
},
|
||||
"sketch001": {
|
||||
"type": "Sketch",
|
||||
@ -1240,109 +946,11 @@ description: Variables in memory after executing artifact_graph_example_code1.kc
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
95,
|
||||
131,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-5.0,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 130,
|
||||
"start": 124,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
5.55,
|
||||
5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
95,
|
||||
131,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 130,
|
||||
"start": 124,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
},
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
137,
|
||||
171,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
5.55,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 170,
|
||||
"start": 164,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
5.55,
|
||||
-5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
137,
|
||||
171,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 170,
|
||||
"start": 164,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -1715,109 +1323,11 @@ description: Variables in memory after executing artifact_graph_example_code1.kc
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
95,
|
||||
131,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-5.0,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 130,
|
||||
"start": 124,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
5.55,
|
||||
5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
95,
|
||||
131,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 130,
|
||||
"start": 124,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
},
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
137,
|
||||
171,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
5.55,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 170,
|
||||
"start": 164,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
5.55,
|
||||
-5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
137,
|
||||
171,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 170,
|
||||
"start": 164,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
|
||||
@ -6,119 +6,17 @@ description: Variables in memory after executing artifact_graph_example_code_no_
|
||||
"rectangleSegmentA001": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "rectangleSegmentA001",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
71,
|
||||
121,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
5.82,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 120,
|
||||
"start": 99,
|
||||
"type": "TagDeclarator",
|
||||
"value": "rectangleSegmentA001"
|
||||
},
|
||||
"to": [
|
||||
-5.72,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "rectangleSegmentA001"
|
||||
},
|
||||
"rectangleSegmentB001": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "rectangleSegmentB001",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
127,
|
||||
227,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-5.72,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 226,
|
||||
"start": 205,
|
||||
"type": "TagDeclarator",
|
||||
"value": "rectangleSegmentB001"
|
||||
},
|
||||
"to": [
|
||||
-5.72,
|
||||
8.21
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "rectangleSegmentB001"
|
||||
},
|
||||
"rectangleSegmentC001": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "rectangleSegmentC001",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
233,
|
||||
353,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-5.72,
|
||||
8.21
|
||||
],
|
||||
"tag": {
|
||||
"end": 352,
|
||||
"start": 331,
|
||||
"type": "TagDeclarator",
|
||||
"value": "rectangleSegmentC001"
|
||||
},
|
||||
"to": [
|
||||
5.82,
|
||||
8.21
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "rectangleSegmentC001"
|
||||
},
|
||||
"sketch003": {
|
||||
"type": "Sketch",
|
||||
@ -311,117 +209,15 @@ description: Variables in memory after executing artifact_graph_example_code_no_
|
||||
"tags": {
|
||||
"rectangleSegmentA001": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "rectangleSegmentA001",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
71,
|
||||
121,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
5.82,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 120,
|
||||
"start": 99,
|
||||
"type": "TagDeclarator",
|
||||
"value": "rectangleSegmentA001"
|
||||
},
|
||||
"to": [
|
||||
-5.72,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "rectangleSegmentA001"
|
||||
},
|
||||
"rectangleSegmentB001": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "rectangleSegmentB001",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
127,
|
||||
227,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-5.72,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 226,
|
||||
"start": 205,
|
||||
"type": "TagDeclarator",
|
||||
"value": "rectangleSegmentB001"
|
||||
},
|
||||
"to": [
|
||||
-5.72,
|
||||
8.21
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "rectangleSegmentB001"
|
||||
},
|
||||
"rectangleSegmentC001": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "rectangleSegmentC001",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
233,
|
||||
353,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-5.72,
|
||||
8.21
|
||||
],
|
||||
"tag": {
|
||||
"end": 352,
|
||||
"start": 331,
|
||||
"type": "TagDeclarator",
|
||||
"value": "rectangleSegmentC001"
|
||||
},
|
||||
"to": [
|
||||
5.82,
|
||||
8.21
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "rectangleSegmentC001"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
|
||||
@ -205,56 +205,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
4.0,
|
||||
8.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
9.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -629,56 +580,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
4.0,
|
||||
8.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
9.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -1258,56 +1160,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
4.0,
|
||||
8.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
9.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -1391,56 +1244,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e
|
||||
"tags": {
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
577,
|
||||
611,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.0,
|
||||
1.5
|
||||
],
|
||||
"tag": {
|
||||
"end": 610,
|
||||
"start": 604,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
1.5,
|
||||
3.5
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
577,
|
||||
611,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 610,
|
||||
"start": 604,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -2137,56 +1941,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
4.0,
|
||||
8.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
9.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -2270,56 +2025,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e
|
||||
"tags": {
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
577,
|
||||
611,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.0,
|
||||
1.5
|
||||
],
|
||||
"tag": {
|
||||
"end": 610,
|
||||
"start": 604,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
1.5,
|
||||
3.5
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
577,
|
||||
611,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 610,
|
||||
"start": 604,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -2378,110 +2084,12 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
4.0,
|
||||
8.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
9.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
},
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
577,
|
||||
611,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.0,
|
||||
1.5
|
||||
],
|
||||
"tag": {
|
||||
"end": 610,
|
||||
"start": 604,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
1.5,
|
||||
3.5
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
577,
|
||||
611,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 610,
|
||||
"start": 604,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
},
|
||||
"sketch001": {
|
||||
"type": "Sketch",
|
||||
@ -2641,56 +2249,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
4.0,
|
||||
8.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
9.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -3019,56 +2578,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
4.0,
|
||||
8.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
9.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -3597,56 +3107,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
4.0,
|
||||
8.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
9.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -3730,56 +3191,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e
|
||||
"tags": {
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
577,
|
||||
611,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.0,
|
||||
1.5
|
||||
],
|
||||
"tag": {
|
||||
"end": 610,
|
||||
"start": 604,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
1.5,
|
||||
3.5
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
577,
|
||||
611,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 610,
|
||||
"start": 604,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -4430,56 +3842,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
4.0,
|
||||
8.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
9.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
92,
|
||||
125,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 124,
|
||||
"start": 118,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -4563,56 +3926,7 @@ description: Variables in memory after executing artifact_graph_sketch_on_face_e
|
||||
"tags": {
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
577,
|
||||
611,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.0,
|
||||
1.5
|
||||
],
|
||||
"tag": {
|
||||
"end": 610,
|
||||
"start": 604,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
1.5,
|
||||
3.5
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
577,
|
||||
611,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 610,
|
||||
"start": 604,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
|
||||
@ -236,162 +236,15 @@ description: Variables in memory after executing basic_fillet_cube_close_opposit
|
||||
"tags": {
|
||||
"thing": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing"
|
||||
},
|
||||
"thing2": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
130,
|
||||
165,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 164,
|
||||
"start": 157,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
130,
|
||||
165,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 164,
|
||||
"start": 157,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing2"
|
||||
},
|
||||
"thing3": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing3",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
171,
|
||||
191,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 190,
|
||||
"start": 183,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing3"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
171,
|
||||
191,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 190,
|
||||
"start": 183,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing3"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing3"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -427,163 +280,16 @@ description: Variables in memory after executing basic_fillet_cube_close_opposit
|
||||
"thing": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing"
|
||||
},
|
||||
"thing2": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
130,
|
||||
165,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 164,
|
||||
"start": 157,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
130,
|
||||
165,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 164,
|
||||
"start": 157,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing2"
|
||||
},
|
||||
"thing3": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing3",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
171,
|
||||
191,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 190,
|
||||
"start": 183,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing3"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
171,
|
||||
191,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 190,
|
||||
"start": 183,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing3"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -226,109 +226,11 @@ description: Variables in memory after executing basic_fillet_cube_end.kcl
|
||||
"tags": {
|
||||
"thing": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing"
|
||||
},
|
||||
"thing2": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
130,
|
||||
165,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 164,
|
||||
"start": 157,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
130,
|
||||
165,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 164,
|
||||
"start": 157,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing2"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -364,109 +266,11 @@ description: Variables in memory after executing basic_fillet_cube_end.kcl
|
||||
"thing": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing"
|
||||
},
|
||||
"thing2": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
130,
|
||||
165,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 164,
|
||||
"start": 157,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
130,
|
||||
165,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 164,
|
||||
"start": 157,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -246,215 +246,19 @@ description: Variables in memory after executing basic_fillet_cube_next_adjacent
|
||||
"tags": {
|
||||
"thing": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing"
|
||||
},
|
||||
"thing1": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing1",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
105,
|
||||
139,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 138,
|
||||
"start": 131,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing1"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
105,
|
||||
139,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 138,
|
||||
"start": 131,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing1"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing1"
|
||||
},
|
||||
"thing2": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
145,
|
||||
180,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 179,
|
||||
"start": 172,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
145,
|
||||
180,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 179,
|
||||
"start": 172,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing2"
|
||||
},
|
||||
"thing3": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing3",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
186,
|
||||
206,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 205,
|
||||
"start": 198,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing3"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
186,
|
||||
206,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 205,
|
||||
"start": 198,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing3"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing3"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -483,217 +287,21 @@ description: Variables in memory after executing basic_fillet_cube_next_adjacent
|
||||
"thing": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing"
|
||||
},
|
||||
"thing1": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing1",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
105,
|
||||
139,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 138,
|
||||
"start": 131,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing1"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
105,
|
||||
139,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 138,
|
||||
"start": 131,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing1"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing1"
|
||||
},
|
||||
"thing2": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
145,
|
||||
180,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 179,
|
||||
"start": 172,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
145,
|
||||
180,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 179,
|
||||
"start": 172,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing2"
|
||||
},
|
||||
"thing3": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing3",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
186,
|
||||
206,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 205,
|
||||
"start": 198,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing3"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
186,
|
||||
206,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 205,
|
||||
"start": 198,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing3"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -246,215 +246,19 @@ description: Variables in memory after executing basic_fillet_cube_previous_adja
|
||||
"tags": {
|
||||
"thing": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing"
|
||||
},
|
||||
"thing1": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing1",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
105,
|
||||
139,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 138,
|
||||
"start": 131,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing1"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
105,
|
||||
139,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 138,
|
||||
"start": 131,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing1"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing1"
|
||||
},
|
||||
"thing2": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
145,
|
||||
180,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 179,
|
||||
"start": 172,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
145,
|
||||
180,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 179,
|
||||
"start": 172,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing2"
|
||||
},
|
||||
"thing3": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing3",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
186,
|
||||
206,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 205,
|
||||
"start": 198,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing3"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
186,
|
||||
206,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 205,
|
||||
"start": 198,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing3"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing3"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -483,217 +287,21 @@ description: Variables in memory after executing basic_fillet_cube_previous_adja
|
||||
"thing": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing"
|
||||
},
|
||||
"thing1": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing1",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
105,
|
||||
139,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 138,
|
||||
"start": 131,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing1"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
105,
|
||||
139,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 138,
|
||||
"start": 131,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing1"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing1"
|
||||
},
|
||||
"thing2": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
145,
|
||||
180,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 179,
|
||||
"start": 172,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
145,
|
||||
180,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 179,
|
||||
"start": 172,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing2"
|
||||
},
|
||||
"thing3": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing3",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
186,
|
||||
206,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 205,
|
||||
"start": 198,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing3"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
186,
|
||||
206,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 205,
|
||||
"start": 198,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing3"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing3"
|
||||
}
|
||||
}
|
||||
|
||||
@ -226,109 +226,11 @@ description: Variables in memory after executing basic_fillet_cube_start.kcl
|
||||
"tags": {
|
||||
"thing": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing"
|
||||
},
|
||||
"thing2": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
130,
|
||||
165,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 164,
|
||||
"start": 157,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
130,
|
||||
165,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 164,
|
||||
"start": 157,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing2"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -364,109 +266,11 @@ description: Variables in memory after executing basic_fillet_cube_start.kcl
|
||||
"thing": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
99,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 98,
|
||||
"start": 92,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing"
|
||||
},
|
||||
"thing2": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "thing2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
130,
|
||||
165,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
10.0,
|
||||
10.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 164,
|
||||
"start": 157,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"to": [
|
||||
10.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
130,
|
||||
165,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 164,
|
||||
"start": 157,
|
||||
"type": "TagDeclarator",
|
||||
"value": "thing2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "thing2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -182,56 +182,7 @@ description: Variables in memory after executing big_number_angle_to_match_lengt
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
101,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 100,
|
||||
"start": 94,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
1.0,
|
||||
3.82
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
101,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 100,
|
||||
"start": 94,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -251,55 +202,6 @@ description: Variables in memory after executing big_number_angle_to_match_lengt
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
101,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 100,
|
||||
"start": 94,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
1.0,
|
||||
3.82
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
101,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 100,
|
||||
"start": 94,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
}
|
||||
|
||||
@ -182,56 +182,7 @@ description: Variables in memory after executing big_number_angle_to_match_lengt
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
101,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 100,
|
||||
"start": 94,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
1.0,
|
||||
3.82
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
101,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 100,
|
||||
"start": 94,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -251,55 +202,6 @@ description: Variables in memory after executing big_number_angle_to_match_lengt
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
101,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 100,
|
||||
"start": 94,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
1.0,
|
||||
3.82
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
66,
|
||||
101,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 100,
|
||||
"start": 94,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -259,215 +259,19 @@ description: Variables in memory after executing fillet-and-shell.kcl
|
||||
"tags": {
|
||||
"edge1": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge1",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
860,
|
||||
908,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 907,
|
||||
"start": 901,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge1"
|
||||
},
|
||||
"to": [
|
||||
38.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
860,
|
||||
908,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 907,
|
||||
"start": 901,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge1"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge1"
|
||||
},
|
||||
"edge2": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
914,
|
||||
971,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
38.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 970,
|
||||
"start": 964,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge2"
|
||||
},
|
||||
"to": [
|
||||
38.0,
|
||||
73.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
914,
|
||||
971,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 970,
|
||||
"start": 964,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge2"
|
||||
},
|
||||
"edge3": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge3",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
977,
|
||||
1026,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
38.0,
|
||||
73.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1025,
|
||||
"start": 1019,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge3"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
73.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
977,
|
||||
1026,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1025,
|
||||
"start": 1019,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge3"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge3"
|
||||
},
|
||||
"edge4": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge4",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1032,
|
||||
1051,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
73.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1050,
|
||||
"start": 1044,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge4"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1032,
|
||||
1051,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1050,
|
||||
"start": 1044,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge4"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge4"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -570,218 +374,22 @@ description: Variables in memory after executing fillet-and-shell.kcl
|
||||
"edge1": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge1",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
860,
|
||||
908,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 907,
|
||||
"start": 901,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge1"
|
||||
},
|
||||
"to": [
|
||||
38.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
860,
|
||||
908,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 907,
|
||||
"start": 901,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge1"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge1"
|
||||
},
|
||||
"edge2": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
914,
|
||||
971,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
38.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 970,
|
||||
"start": 964,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge2"
|
||||
},
|
||||
"to": [
|
||||
38.0,
|
||||
73.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
914,
|
||||
971,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 970,
|
||||
"start": 964,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge2"
|
||||
},
|
||||
"edge3": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge3",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
977,
|
||||
1026,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
38.0,
|
||||
73.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1025,
|
||||
"start": 1019,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge3"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
73.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
977,
|
||||
1026,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1025,
|
||||
"start": 1019,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge3"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge3"
|
||||
},
|
||||
"edge4": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge4",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1032,
|
||||
1051,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
73.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1050,
|
||||
"start": 1044,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge4"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1032,
|
||||
1051,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1050,
|
||||
"start": 1044,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge4"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge4"
|
||||
},
|
||||
"lengthBetweenScrews": {
|
||||
"type": "Number",
|
||||
|
||||
@ -6,107 +6,12 @@ description: Variables in memory after executing flush_batch_on_end.kcl
|
||||
"arc000": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "arc000",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
282,
|
||||
374,
|
||||
0
|
||||
]
|
||||
},
|
||||
"ccw": true,
|
||||
"center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"from": [
|
||||
0.2734,
|
||||
0.0
|
||||
],
|
||||
"radius": 0.2734375,
|
||||
"tag": {
|
||||
"end": 371,
|
||||
"start": 364,
|
||||
"type": "TagDeclarator",
|
||||
"value": "arc000"
|
||||
},
|
||||
"to": [
|
||||
0.2734,
|
||||
0.0
|
||||
],
|
||||
"type": "Circle",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
282,
|
||||
374,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 371,
|
||||
"start": 364,
|
||||
"type": "TagDeclarator",
|
||||
"value": "arc000"
|
||||
},
|
||||
"type": "extrudeArc"
|
||||
}
|
||||
}
|
||||
"value": "arc000"
|
||||
},
|
||||
"arc001": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "arc001",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
437,
|
||||
529,
|
||||
0
|
||||
]
|
||||
},
|
||||
"ccw": true,
|
||||
"center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"from": [
|
||||
0.182,
|
||||
0.0
|
||||
],
|
||||
"radius": 0.182,
|
||||
"tag": {
|
||||
"end": 526,
|
||||
"start": 519,
|
||||
"type": "TagDeclarator",
|
||||
"value": "arc001"
|
||||
},
|
||||
"to": [
|
||||
0.182,
|
||||
0.0
|
||||
],
|
||||
"type": "Circle",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "arc001"
|
||||
},
|
||||
"innerDiameter": {
|
||||
"type": "Number",
|
||||
@ -216,47 +121,7 @@ description: Variables in memory after executing flush_batch_on_end.kcl
|
||||
"tags": {
|
||||
"arc001": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "arc001",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
437,
|
||||
529,
|
||||
0
|
||||
]
|
||||
},
|
||||
"ccw": true,
|
||||
"center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"from": [
|
||||
0.182,
|
||||
0.0
|
||||
],
|
||||
"radius": 0.182,
|
||||
"tag": {
|
||||
"end": 526,
|
||||
"start": 519,
|
||||
"type": "TagDeclarator",
|
||||
"value": "arc001"
|
||||
},
|
||||
"to": [
|
||||
0.182,
|
||||
0.0
|
||||
],
|
||||
"type": "Circle",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "arc001"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -375,62 +240,7 @@ description: Variables in memory after executing flush_batch_on_end.kcl
|
||||
"tags": {
|
||||
"arc000": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "arc000",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
282,
|
||||
374,
|
||||
0
|
||||
]
|
||||
},
|
||||
"ccw": true,
|
||||
"center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"from": [
|
||||
0.2734,
|
||||
0.0
|
||||
],
|
||||
"radius": 0.2734375,
|
||||
"tag": {
|
||||
"end": 371,
|
||||
"start": 364,
|
||||
"type": "TagDeclarator",
|
||||
"value": "arc000"
|
||||
},
|
||||
"to": [
|
||||
0.2734,
|
||||
0.0
|
||||
],
|
||||
"type": "Circle",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
282,
|
||||
374,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 371,
|
||||
"start": 364,
|
||||
"type": "TagDeclarator",
|
||||
"value": "arc000"
|
||||
},
|
||||
"type": "extrudeArc"
|
||||
}
|
||||
}
|
||||
"value": "arc000"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -557,62 +367,7 @@ description: Variables in memory after executing flush_batch_on_end.kcl
|
||||
"tags": {
|
||||
"arc000": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "arc000",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
282,
|
||||
374,
|
||||
0
|
||||
]
|
||||
},
|
||||
"ccw": true,
|
||||
"center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"from": [
|
||||
0.2734,
|
||||
0.0
|
||||
],
|
||||
"radius": 0.2734375,
|
||||
"tag": {
|
||||
"end": 371,
|
||||
"start": 364,
|
||||
"type": "TagDeclarator",
|
||||
"value": "arc000"
|
||||
},
|
||||
"to": [
|
||||
0.2734,
|
||||
0.0
|
||||
],
|
||||
"type": "Circle",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
282,
|
||||
374,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 371,
|
||||
"start": 364,
|
||||
"type": "TagDeclarator",
|
||||
"value": "arc000"
|
||||
},
|
||||
"type": "extrudeArc"
|
||||
}
|
||||
}
|
||||
"value": "arc000"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -724,62 +479,7 @@ description: Variables in memory after executing flush_batch_on_end.kcl
|
||||
"tags": {
|
||||
"arc000": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "arc000",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
282,
|
||||
374,
|
||||
0
|
||||
]
|
||||
},
|
||||
"ccw": true,
|
||||
"center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"from": [
|
||||
0.2734,
|
||||
0.0
|
||||
],
|
||||
"radius": 0.2734375,
|
||||
"tag": {
|
||||
"end": 371,
|
||||
"start": 364,
|
||||
"type": "TagDeclarator",
|
||||
"value": "arc000"
|
||||
},
|
||||
"to": [
|
||||
0.2734,
|
||||
0.0
|
||||
],
|
||||
"type": "Circle",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
282,
|
||||
374,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 371,
|
||||
"start": 364,
|
||||
"type": "TagDeclarator",
|
||||
"value": "arc000"
|
||||
},
|
||||
"type": "extrudeArc"
|
||||
}
|
||||
}
|
||||
"value": "arc000"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
|
||||
@ -6,41 +6,7 @@ description: Variables in memory after executing helix_simple.kcl
|
||||
"edge001": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge001",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
102,
|
||||
137,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 136,
|
||||
"start": 128,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge001"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "edge001"
|
||||
},
|
||||
"helixPath": {
|
||||
"type": "Helix",
|
||||
@ -144,41 +110,7 @@ description: Variables in memory after executing helix_simple.kcl
|
||||
"tags": {
|
||||
"edge001": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge001",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
102,
|
||||
137,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 136,
|
||||
"start": 128,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge001"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
10.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "edge001"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@ -3130,9 +3130,9 @@ DATA;
|
||||
#3114 = CARTESIAN_POINT('NONE', (0.048520456863299005, 0.0259241924227962, -0.0635));
|
||||
#3115 = CARTESIAN_POINT('NONE', (0.049982162299247915, 0.02652276054865913, -0.0635));
|
||||
#3116 = CARTESIAN_POINT('NONE', (0.04998454467929601, 0.0265237361328811, -0.0635));
|
||||
#3117 = CARTESIAN_POINT('NONE', (0.05122913065921652, 0.02734098682825494, -0.0635));
|
||||
#3117 = CARTESIAN_POINT('NONE', (0.05122913065921652, 0.027340986828254945, -0.0635));
|
||||
#3118 = CARTESIAN_POINT('NONE', (0.05123115916423112, 0.0273423188351717, -0.0635));
|
||||
#3119 = CARTESIAN_POINT('NONE', (0.05233131396489245, 0.02841012801459595, -0.0635));
|
||||
#3119 = CARTESIAN_POINT('NONE', (0.05233131396489244, 0.02841012801459595, -0.0635));
|
||||
#3120 = CARTESIAN_POINT('NONE', (0.05233310706682833, 0.02841186839759081, -0.0635));
|
||||
#3121 = CARTESIAN_POINT('NONE', (0.05325132178577861, 0.029746480521153525, -0.0635));
|
||||
#3122 = CARTESIAN_POINT('NONE', (0.053252818350252196, 0.029748655756475853, -0.0635));
|
||||
@ -3146,7 +3146,7 @@ DATA;
|
||||
#3130 = CARTESIAN_POINT('NONE', (0.05377787147891932, 0.03626137218954927, -0.0635));
|
||||
#3131 = CARTESIAN_POINT('NONE', (0.05311782068660796, 0.037671541246280096, -0.0635));
|
||||
#3132 = CARTESIAN_POINT('NONE', (0.053116744894044256, 0.03767383962907499, -0.0635));
|
||||
#3133 = CARTESIAN_POINT('NONE', (0.052245347789390925, 0.038873214849470754, -0.0635));
|
||||
#3133 = CARTESIAN_POINT('NONE', (0.052245347789390925, 0.03887321484947075, -0.0635));
|
||||
#3134 = CARTESIAN_POINT('NONE', (0.052243927531228765, 0.038875169667127556, -0.0635));
|
||||
#3135 = CARTESIAN_POINT('NONE', (0.051106743972721975, 0.03993868147771257, -0.0635));
|
||||
#3136 = CARTESIAN_POINT('NONE', (0.05110489051897256, 0.03994041485658367, -0.0635));
|
||||
@ -3170,7 +3170,7 @@ DATA;
|
||||
#3154 = CARTESIAN_POINT('NONE', (0.03885487097880529, 0.03668141824494867, -0.0635));
|
||||
#3155 = CARTESIAN_POINT('NONE', (0.03836988050154247, 0.03505690447829534, -0.0635));
|
||||
#3156 = CARTESIAN_POINT('NONE', (0.038369090033361856, 0.03505425674292381, -0.0635));
|
||||
#3157 = CARTESIAN_POINT('NONE', (0.038238002370059775, 0.03335915927576296, -0.0635));
|
||||
#3157 = CARTESIAN_POINT('NONE', (0.03823800237005977, 0.03335915927576296, -0.0635));
|
||||
#3158 = CARTESIAN_POINT('NONE', (0.03823778871508804, 0.03335639649860827, -0.0635));
|
||||
#3159 = CARTESIAN_POINT('NONE', (0.03846049670306094, 0.031704183926544456, -0.0635));
|
||||
#3160 = CARTESIAN_POINT('NONE', (0.03846085968663755, 0.031701491045906485, -0.0635));
|
||||
@ -3178,7 +3178,7 @@ DATA;
|
||||
#3162 = CARTESIAN_POINT('NONE', (0.038993806610203005, 0.03018950640785312, -0.0635));
|
||||
#3163 = CARTESIAN_POINT('NONE', (0.03976112563142085, 0.028891173470131464, -0.0635));
|
||||
#3164 = CARTESIAN_POINT('NONE', (0.039762376256534296, 0.02888905736492276, -0.0635));
|
||||
#3165 = B_SPLINE_CURVE_WITH_KNOTS('NONE', 2, (#3102, #3103, #3104, #3105, #3106, #3107, #3108, #3109, #3110, #3111, #3112, #3113, #3114, #3115, #3116, #3117, #3118, #3119, #3120, #3121, #3122, #3123, #3124, #3125, #3126, #3127, #3128, #3129, #3130, #3131, #3132, #3133, #3134, #3135, #3136, #3137, #3138, #3139, #3140, #3141, #3142, #3143, #3144, #3145, #3146, #3147, #3148, #3149, #3150, #3151, #3152, #3153, #3154, #3155, #3156, #3157, #3158, #3159, #3160, #3161, #3162, #3163, #3164), .UNSPECIFIED., .F., .F., (3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3), (0, 0.01639344262295082, 0.03278688524590164, 0.04918032786885246, 0.06557377049180328, 0.0819672131147541, 0.09836065573770492, 0.11475409836065574, 0.13114754098360656, 0.14754098360655737, 0.1639344262295082, 0.18032786885245902, 0.19672131147540983, 0.21311475409836067, 0.22950819672131148, 0.24590163934426232, 0.26229508196721313, 0.27868852459016397, 0.29508196721311475, 0.3114754098360656, 0.3278688524590164, 0.3442622950819672, 0.36065573770491804, 0.3770491803278689, 0.39344262295081966, 0.4098360655737705, 0.42622950819672134, 0.4426229508196722, 0.45901639344262296, 0.4754098360655738, 0.49180327868852464, 0.5081967213114753, 0.5245901639344261, 0.540983606557377, 0.5573770491803278, 0.5737704918032787, 0.5901639344262295, 0.6065573770491803, 0.6229508196721312, 0.639344262295082, 0.6557377049180328, 0.6721311475409836, 0.6885245901639344, 0.7049180327868853, 0.721311475409836, 0.7377049180327868, 0.7540983606557377, 0.7704918032786885, 0.7868852459016393, 0.8032786885245902, 0.819672131147541, 0.8360655737704918, 0.8524590163934427, 0.8688524590163934, 0.8852459016393442, 0.9016393442622951, 0.9180327868852459, 0.9344262295081968, 0.9508196721311475, 0.9672131147540983, 0.9836065573770492, 1), .UNSPECIFIED.);
|
||||
#3165 = B_SPLINE_CURVE_WITH_KNOTS('NONE', 2, (#3102, #3103, #3104, #3105, #3106, #3107, #3108, #3109, #3110, #3111, #3112, #3113, #3114, #3115, #3116, #3117, #3118, #3119, #3120, #3121, #3122, #3123, #3124, #3125, #3126, #3127, #3128, #3129, #3130, #3131, #3132, #3133, #3134, #3135, #3136, #3137, #3138, #3139, #3140, #3141, #3142, #3143, #3144, #3145, #3146, #3147, #3148, #3149, #3150, #3151, #3152, #3153, #3154, #3155, #3156, #3157, #3158, #3159, #3160, #3161, #3162, #3163, #3164), .UNSPECIFIED., .F., .F., (3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3), (-1, -0.9836065573770492, -0.9672131147540983, -0.9508196721311475, -0.9344262295081968, -0.9180327868852459, -0.9016393442622951, -0.8852459016393442, -0.8688524590163934, -0.8524590163934427, -0.8360655737704918, -0.819672131147541, -0.8032786885245902, -0.7868852459016393, -0.7704918032786885, -0.7540983606557377, -0.7377049180327868, -0.721311475409836, -0.7049180327868853, -0.6885245901639344, -0.6721311475409836, -0.6557377049180328, -0.639344262295082, -0.6229508196721312, -0.6065573770491803, -0.5901639344262295, -0.5737704918032787, -0.5573770491803278, -0.540983606557377, -0.5245901639344261, -0.5081967213114753, -0.49180327868852464, -0.4754098360655738, -0.45901639344262296, -0.4426229508196722, -0.42622950819672134, -0.4098360655737705, -0.39344262295081966, -0.3770491803278689, -0.36065573770491804, -0.3442622950819672, -0.3278688524590164, -0.3114754098360656, -0.29508196721311475, -0.27868852459016397, -0.26229508196721313, -0.24590163934426232, -0.22950819672131148, -0.21311475409836067, -0.19672131147540983, -0.18032786885245902, -0.1639344262295082, -0.14754098360655737, -0.13114754098360656, -0.11475409836065574, -0.09836065573770492, -0.0819672131147541, -0.06557377049180328, -0.04918032786885246, -0.03278688524590164, -0.01639344262295082, -0), .UNSPECIFIED.);
|
||||
#3166 = DIRECTION('NONE', (0, 0, 1));
|
||||
#3167 = VECTOR('NONE', #3166, 1);
|
||||
#3168 = CARTESIAN_POINT('NONE', (0.039762376256534296, 0.02888905736492276, -0.063501));
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -765,374 +765,31 @@ description: Variables in memory after executing exhaust-manifold.kcl
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1905,
|
||||
1939,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
4.3,
|
||||
-1.25
|
||||
],
|
||||
"tag": {
|
||||
"end": 1938,
|
||||
"start": 1932,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
1.7,
|
||||
-1.25
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1905,
|
||||
1939,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1938,
|
||||
"start": 1932,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
},
|
||||
"seg03": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg03",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2103,
|
||||
2137,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.1573,
|
||||
-1.25
|
||||
],
|
||||
"tag": {
|
||||
"end": 2136,
|
||||
"start": 2130,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg03"
|
||||
},
|
||||
"to": [
|
||||
-1.2427,
|
||||
-1.25
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2103,
|
||||
2137,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2136,
|
||||
"start": 2130,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg03"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg03"
|
||||
},
|
||||
"seg04": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg04",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2143,
|
||||
2186,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-1.2427,
|
||||
-1.25
|
||||
],
|
||||
"tag": {
|
||||
"end": 2185,
|
||||
"start": 2179,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg04"
|
||||
},
|
||||
"to": [
|
||||
-1.2427,
|
||||
1.35
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2143,
|
||||
2186,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2185,
|
||||
"start": 2179,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg04"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg04"
|
||||
},
|
||||
"seg05": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg05",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2192,
|
||||
2225,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-1.2427,
|
||||
1.35
|
||||
],
|
||||
"tag": {
|
||||
"end": 2224,
|
||||
"start": 2218,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg05"
|
||||
},
|
||||
"to": [
|
||||
1.8573,
|
||||
1.35
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2192,
|
||||
2225,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2224,
|
||||
"start": 2218,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg05"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg05"
|
||||
},
|
||||
"seg07": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg07",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2390,
|
||||
2433,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
4.1713,
|
||||
1.35
|
||||
],
|
||||
"tag": {
|
||||
"end": 2432,
|
||||
"start": 2426,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg07"
|
||||
},
|
||||
"to": [
|
||||
7.2713,
|
||||
1.35
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2390,
|
||||
2433,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2432,
|
||||
"start": 2426,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg07"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg07"
|
||||
},
|
||||
"seg08": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg08",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2439,
|
||||
2490,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
7.2713,
|
||||
1.35
|
||||
],
|
||||
"tag": {
|
||||
"end": 2489,
|
||||
"start": 2483,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg08"
|
||||
},
|
||||
"to": [
|
||||
7.2713,
|
||||
-1.25
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2439,
|
||||
2490,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2489,
|
||||
"start": 2483,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg08"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg08"
|
||||
},
|
||||
"seg09": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg09",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2496,
|
||||
2540,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
7.2713,
|
||||
-1.25
|
||||
],
|
||||
"tag": {
|
||||
"end": 2539,
|
||||
"start": 2533,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg09"
|
||||
},
|
||||
"to": [
|
||||
5.8713,
|
||||
-1.25
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2496,
|
||||
2540,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2539,
|
||||
"start": 2533,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg09"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg09"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -1211,380 +868,37 @@ description: Variables in memory after executing exhaust-manifold.kcl
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1905,
|
||||
1939,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
4.3,
|
||||
-1.25
|
||||
],
|
||||
"tag": {
|
||||
"end": 1938,
|
||||
"start": 1932,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
1.7,
|
||||
-1.25
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1905,
|
||||
1939,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1938,
|
||||
"start": 1932,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
},
|
||||
"seg03": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg03",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2103,
|
||||
2137,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.1573,
|
||||
-1.25
|
||||
],
|
||||
"tag": {
|
||||
"end": 2136,
|
||||
"start": 2130,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg03"
|
||||
},
|
||||
"to": [
|
||||
-1.2427,
|
||||
-1.25
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2103,
|
||||
2137,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2136,
|
||||
"start": 2130,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg03"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg03"
|
||||
},
|
||||
"seg04": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg04",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2143,
|
||||
2186,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-1.2427,
|
||||
-1.25
|
||||
],
|
||||
"tag": {
|
||||
"end": 2185,
|
||||
"start": 2179,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg04"
|
||||
},
|
||||
"to": [
|
||||
-1.2427,
|
||||
1.35
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2143,
|
||||
2186,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2185,
|
||||
"start": 2179,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg04"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg04"
|
||||
},
|
||||
"seg05": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg05",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2192,
|
||||
2225,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-1.2427,
|
||||
1.35
|
||||
],
|
||||
"tag": {
|
||||
"end": 2224,
|
||||
"start": 2218,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg05"
|
||||
},
|
||||
"to": [
|
||||
1.8573,
|
||||
1.35
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2192,
|
||||
2225,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2224,
|
||||
"start": 2218,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg05"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg05"
|
||||
},
|
||||
"seg07": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg07",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2390,
|
||||
2433,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
4.1713,
|
||||
1.35
|
||||
],
|
||||
"tag": {
|
||||
"end": 2432,
|
||||
"start": 2426,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg07"
|
||||
},
|
||||
"to": [
|
||||
7.2713,
|
||||
1.35
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2390,
|
||||
2433,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2432,
|
||||
"start": 2426,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg07"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg07"
|
||||
},
|
||||
"seg08": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg08",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2439,
|
||||
2490,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
7.2713,
|
||||
1.35
|
||||
],
|
||||
"tag": {
|
||||
"end": 2489,
|
||||
"start": 2483,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg08"
|
||||
},
|
||||
"to": [
|
||||
7.2713,
|
||||
-1.25
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2439,
|
||||
2490,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2489,
|
||||
"start": 2483,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg08"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg08"
|
||||
},
|
||||
"seg09": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg09",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2496,
|
||||
2540,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
7.2713,
|
||||
-1.25
|
||||
],
|
||||
"tag": {
|
||||
"end": 2539,
|
||||
"start": 2533,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg09"
|
||||
},
|
||||
"to": [
|
||||
5.8713,
|
||||
-1.25
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2496,
|
||||
2540,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2539,
|
||||
"start": 2533,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg09"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg09"
|
||||
},
|
||||
"wallThickness": {
|
||||
"type": "Number",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -19,218 +19,22 @@ description: Variables in memory after executing mounting-plate.kcl
|
||||
"edge1": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge1",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
630,
|
||||
698,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-3.0,
|
||||
-5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 697,
|
||||
"start": 691,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge1"
|
||||
},
|
||||
"to": [
|
||||
3.0,
|
||||
-5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
630,
|
||||
698,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 697,
|
||||
"start": 691,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge1"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge1"
|
||||
},
|
||||
"edge2": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
706,
|
||||
772,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
3.0,
|
||||
-5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 771,
|
||||
"start": 765,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge2"
|
||||
},
|
||||
"to": [
|
||||
3.0,
|
||||
5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
706,
|
||||
772,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 771,
|
||||
"start": 765,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge2"
|
||||
},
|
||||
"edge3": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge3",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
780,
|
||||
848,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
3.0,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 847,
|
||||
"start": 841,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge3"
|
||||
},
|
||||
"to": [
|
||||
-3.0,
|
||||
5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
780,
|
||||
848,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 847,
|
||||
"start": 841,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge3"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge3"
|
||||
},
|
||||
"edge4": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge4",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
856,
|
||||
875,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-3.0,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 874,
|
||||
"start": 868,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge4"
|
||||
},
|
||||
"to": [
|
||||
-3.0,
|
||||
-5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
856,
|
||||
875,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 874,
|
||||
"start": 868,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge4"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge4"
|
||||
},
|
||||
"filletRadius": {
|
||||
"type": "Number",
|
||||
@ -514,215 +318,19 @@ description: Variables in memory after executing mounting-plate.kcl
|
||||
"tags": {
|
||||
"edge1": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge1",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
630,
|
||||
698,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-3.0,
|
||||
-5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 697,
|
||||
"start": 691,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge1"
|
||||
},
|
||||
"to": [
|
||||
3.0,
|
||||
-5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
630,
|
||||
698,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 697,
|
||||
"start": 691,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge1"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge1"
|
||||
},
|
||||
"edge2": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
706,
|
||||
772,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
3.0,
|
||||
-5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 771,
|
||||
"start": 765,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge2"
|
||||
},
|
||||
"to": [
|
||||
3.0,
|
||||
5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
706,
|
||||
772,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 771,
|
||||
"start": 765,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge2"
|
||||
},
|
||||
"edge3": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge3",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
780,
|
||||
848,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
3.0,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 847,
|
||||
"start": 841,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge3"
|
||||
},
|
||||
"to": [
|
||||
-3.0,
|
||||
5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
780,
|
||||
848,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 847,
|
||||
"start": 841,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge3"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge3"
|
||||
},
|
||||
"edge4": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge4",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
856,
|
||||
875,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-3.0,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 874,
|
||||
"start": 868,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge4"
|
||||
},
|
||||
"to": [
|
||||
-3.0,
|
||||
-5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
856,
|
||||
875,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 874,
|
||||
"start": 868,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge4"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge4"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -984,215 +592,19 @@ description: Variables in memory after executing mounting-plate.kcl
|
||||
"tags": {
|
||||
"edge1": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge1",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
630,
|
||||
698,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-3.0,
|
||||
-5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 697,
|
||||
"start": 691,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge1"
|
||||
},
|
||||
"to": [
|
||||
3.0,
|
||||
-5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
630,
|
||||
698,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 697,
|
||||
"start": 691,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge1"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge1"
|
||||
},
|
||||
"edge2": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
706,
|
||||
772,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
3.0,
|
||||
-5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 771,
|
||||
"start": 765,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge2"
|
||||
},
|
||||
"to": [
|
||||
3.0,
|
||||
5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
706,
|
||||
772,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 771,
|
||||
"start": 765,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge2"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge2"
|
||||
},
|
||||
"edge3": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge3",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
780,
|
||||
848,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
3.0,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 847,
|
||||
"start": 841,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge3"
|
||||
},
|
||||
"to": [
|
||||
-3.0,
|
||||
5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
780,
|
||||
848,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 847,
|
||||
"start": 841,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge3"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge3"
|
||||
},
|
||||
"edge4": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "edge4",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
856,
|
||||
875,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-3.0,
|
||||
5.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 874,
|
||||
"start": 868,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge4"
|
||||
},
|
||||
"to": [
|
||||
-3.0,
|
||||
-5.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
856,
|
||||
875,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 874,
|
||||
"start": 868,
|
||||
"type": "TagDeclarator",
|
||||
"value": "edge4"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "edge4"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
|
||||
@ -1127,56 +1127,7 @@ description: Variables in memory after executing poopy-shoe.kcl
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
367,
|
||||
424,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.5625,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 423,
|
||||
"start": 417,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
3.0,
|
||||
2.4898
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
367,
|
||||
424,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 423,
|
||||
"start": 417,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -1196,218 +1147,22 @@ description: Variables in memory after executing poopy-shoe.kcl
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
367,
|
||||
424,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.5625,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 423,
|
||||
"start": 417,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
3.0,
|
||||
2.4898
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
367,
|
||||
424,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 423,
|
||||
"start": 417,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
},
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1168,
|
||||
1225,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.5625,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1224,
|
||||
"start": 1218,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
3.0,
|
||||
2.4898
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1168,
|
||||
1225,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1224,
|
||||
"start": 1218,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
},
|
||||
"seg03": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg03",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
3511,
|
||||
3547,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
7.0,
|
||||
1.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 3546,
|
||||
"start": 3540,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg03"
|
||||
},
|
||||
"to": [
|
||||
7.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
3511,
|
||||
3547,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 3546,
|
||||
"start": 3540,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg03"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg03"
|
||||
},
|
||||
"seg04": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg04",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2882,
|
||||
2901,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
7.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2900,
|
||||
"start": 2894,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg04"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2882,
|
||||
2901,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2900,
|
||||
"start": 2894,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg04"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg04"
|
||||
},
|
||||
"sketch001": {
|
||||
"type": "Sketch",
|
||||
@ -1774,56 +1529,7 @@ description: Variables in memory after executing poopy-shoe.kcl
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
367,
|
||||
424,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.5625,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 423,
|
||||
"start": 417,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
3.0,
|
||||
2.4898
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
367,
|
||||
424,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 423,
|
||||
"start": 417,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -2352,56 +2058,7 @@ description: Variables in memory after executing poopy-shoe.kcl
|
||||
"tags": {
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1168,
|
||||
1225,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.5625,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1224,
|
||||
"start": 1218,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
3.0,
|
||||
2.4898
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1168,
|
||||
1225,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1224,
|
||||
"start": 1218,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -3581,56 +3238,7 @@ description: Variables in memory after executing poopy-shoe.kcl
|
||||
"tags": {
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1168,
|
||||
1225,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.5625,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1224,
|
||||
"start": 1218,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
3.0,
|
||||
2.4898
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1168,
|
||||
1225,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1224,
|
||||
"start": 1218,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -3675,56 +3283,7 @@ description: Variables in memory after executing poopy-shoe.kcl
|
||||
"tags": {
|
||||
"seg04": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg04",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2882,
|
||||
2901,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
7.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2900,
|
||||
"start": 2894,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg04"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2882,
|
||||
2901,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2900,
|
||||
"start": 2894,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg04"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg04"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -4032,56 +3591,7 @@ description: Variables in memory after executing poopy-shoe.kcl
|
||||
"tags": {
|
||||
"seg03": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg03",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
3511,
|
||||
3547,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
7.0,
|
||||
1.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 3546,
|
||||
"start": 3540,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg03"
|
||||
},
|
||||
"to": [
|
||||
7.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
3511,
|
||||
3547,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 3546,
|
||||
"start": 3540,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg03"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg03"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -4556,56 +4066,7 @@ description: Variables in memory after executing poopy-shoe.kcl
|
||||
"tags": {
|
||||
"seg03": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg03",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
3511,
|
||||
3547,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
7.0,
|
||||
1.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 3546,
|
||||
"start": 3540,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg03"
|
||||
},
|
||||
"to": [
|
||||
7.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
3511,
|
||||
3547,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 3546,
|
||||
"start": 3540,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg03"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg03"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -5806,56 +5267,7 @@ description: Variables in memory after executing poopy-shoe.kcl
|
||||
"tags": {
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1168,
|
||||
1225,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.5625,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1224,
|
||||
"start": 1218,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
3.0,
|
||||
2.4898
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1168,
|
||||
1225,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1224,
|
||||
"start": 1218,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -5900,56 +5312,7 @@ description: Variables in memory after executing poopy-shoe.kcl
|
||||
"tags": {
|
||||
"seg04": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg04",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2882,
|
||||
2901,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
7.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2900,
|
||||
"start": 2894,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg04"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Inches"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
2882,
|
||||
2901,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 2900,
|
||||
"start": 2894,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg04"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg04"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -639,56 +639,7 @@ description: Variables in memory after executing poop_chute.kcl
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
298,
|
||||
361,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.0625,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 360,
|
||||
"start": 354,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
2.0,
|
||||
0.9375
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
298,
|
||||
361,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 360,
|
||||
"start": 354,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -708,110 +659,12 @@ description: Variables in memory after executing poop_chute.kcl
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
298,
|
||||
361,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.0625,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 360,
|
||||
"start": 354,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
2.0,
|
||||
0.9375
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
298,
|
||||
361,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 360,
|
||||
"start": 354,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
},
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1145,
|
||||
1208,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.0625,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1207,
|
||||
"start": 1201,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
2.0,
|
||||
0.9375
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1145,
|
||||
1208,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1207,
|
||||
"start": 1201,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
},
|
||||
"sketch001": {
|
||||
"type": "Sketch",
|
||||
@ -1178,56 +1031,7 @@ description: Variables in memory after executing poop_chute.kcl
|
||||
"tags": {
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
298,
|
||||
361,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.0625,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 360,
|
||||
"start": 354,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
2.0,
|
||||
0.9375
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
298,
|
||||
361,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 360,
|
||||
"start": 354,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -1756,56 +1560,7 @@ description: Variables in memory after executing poop_chute.kcl
|
||||
"tags": {
|
||||
"seg02": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg02",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1145,
|
||||
1208,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
1.0625,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1207,
|
||||
"start": 1201,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"to": [
|
||||
2.0,
|
||||
0.9375
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1145,
|
||||
1208,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1207,
|
||||
"start": 1201,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg02"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg02"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
|
||||
@ -6,41 +6,7 @@ description: Variables in memory after executing revolve_about_edge.kcl
|
||||
"rectangleSegmentB001": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "rectangleSegmentB001",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
71,
|
||||
119,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-25.0,
|
||||
25.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 118,
|
||||
"start": 97,
|
||||
"type": "TagDeclarator",
|
||||
"value": "rectangleSegmentB001"
|
||||
},
|
||||
"to": [
|
||||
-25.0,
|
||||
-25.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "rectangleSegmentB001"
|
||||
},
|
||||
"sketch001": {
|
||||
"type": "Sketch",
|
||||
@ -131,41 +97,7 @@ description: Variables in memory after executing revolve_about_edge.kcl
|
||||
"tags": {
|
||||
"rectangleSegmentB001": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "rectangleSegmentB001",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
71,
|
||||
119,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-25.0,
|
||||
25.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 118,
|
||||
"start": 97,
|
||||
"type": "TagDeclarator",
|
||||
"value": "rectangleSegmentB001"
|
||||
},
|
||||
"to": [
|
||||
-25.0,
|
||||
-25.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "rectangleSegmentB001"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -6,56 +6,7 @@ description: Variables in memory after executing sketch_on_face.kcl
|
||||
"here": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "here",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
74,
|
||||
114,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
11.19,
|
||||
28.35
|
||||
],
|
||||
"tag": {
|
||||
"end": 113,
|
||||
"start": 108,
|
||||
"type": "TagDeclarator",
|
||||
"value": "here"
|
||||
},
|
||||
"to": [
|
||||
39.86,
|
||||
15.1
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
74,
|
||||
114,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 113,
|
||||
"start": 108,
|
||||
"type": "TagDeclarator",
|
||||
"value": "here"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "here"
|
||||
},
|
||||
"part001": {
|
||||
"type": "Solid",
|
||||
@ -270,56 +221,7 @@ description: Variables in memory after executing sketch_on_face.kcl
|
||||
"tags": {
|
||||
"here": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "here",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
74,
|
||||
114,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
11.19,
|
||||
28.35
|
||||
],
|
||||
"tag": {
|
||||
"end": 113,
|
||||
"start": 108,
|
||||
"type": "TagDeclarator",
|
||||
"value": "here"
|
||||
},
|
||||
"to": [
|
||||
39.86,
|
||||
15.1
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
74,
|
||||
114,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 113,
|
||||
"start": 108,
|
||||
"type": "TagDeclarator",
|
||||
"value": "here"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "here"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -716,56 +618,7 @@ description: Variables in memory after executing sketch_on_face.kcl
|
||||
"tags": {
|
||||
"here": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "here",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
74,
|
||||
114,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
11.19,
|
||||
28.35
|
||||
],
|
||||
"tag": {
|
||||
"end": 113,
|
||||
"start": 108,
|
||||
"type": "TagDeclarator",
|
||||
"value": "here"
|
||||
},
|
||||
"to": [
|
||||
39.86,
|
||||
15.1
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
74,
|
||||
114,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 113,
|
||||
"start": 108,
|
||||
"type": "TagDeclarator",
|
||||
"value": "here"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "here"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
|
||||
@ -337,162 +337,15 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re
|
||||
"tags": {
|
||||
"innerEdge": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "innerEdge",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1181,
|
||||
1239,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-8.0,
|
||||
5.6793
|
||||
],
|
||||
"tag": {
|
||||
"end": 1238,
|
||||
"start": 1228,
|
||||
"type": "TagDeclarator",
|
||||
"value": "innerEdge"
|
||||
},
|
||||
"to": [
|
||||
-0.3207,
|
||||
5.6793
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1181,
|
||||
1239,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1238,
|
||||
"start": 1228,
|
||||
"type": "TagDeclarator",
|
||||
"value": "innerEdge"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "innerEdge"
|
||||
},
|
||||
"outerEdge": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "outerEdge",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1048,
|
||||
1093,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1092,
|
||||
"start": 1082,
|
||||
"type": "TagDeclarator",
|
||||
"value": "outerEdge"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
6.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1048,
|
||||
1093,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1092,
|
||||
"start": 1082,
|
||||
"type": "TagDeclarator",
|
||||
"value": "outerEdge"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "outerEdge"
|
||||
},
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1099,
|
||||
1142,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
6.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1141,
|
||||
"start": 1135,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
-8.0,
|
||||
6.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1099,
|
||||
1142,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1141,
|
||||
"start": 1135,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
@ -541,110 +394,12 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re
|
||||
"innerEdge": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "innerEdge",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1181,
|
||||
1239,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-8.0,
|
||||
5.6793
|
||||
],
|
||||
"tag": {
|
||||
"end": 1238,
|
||||
"start": 1228,
|
||||
"type": "TagDeclarator",
|
||||
"value": "innerEdge"
|
||||
},
|
||||
"to": [
|
||||
-0.3207,
|
||||
5.6793
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1181,
|
||||
1239,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1238,
|
||||
"start": 1228,
|
||||
"type": "TagDeclarator",
|
||||
"value": "innerEdge"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "innerEdge"
|
||||
},
|
||||
"outerEdge": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "outerEdge",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1048,
|
||||
1093,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1092,
|
||||
"start": 1082,
|
||||
"type": "TagDeclarator",
|
||||
"value": "outerEdge"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
6.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1048,
|
||||
1093,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1092,
|
||||
"start": 1082,
|
||||
"type": "TagDeclarator",
|
||||
"value": "outerEdge"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "outerEdge"
|
||||
},
|
||||
"p": {
|
||||
"type": "Number",
|
||||
@ -662,56 +417,7 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1099,
|
||||
1142,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
6.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1141,
|
||||
"start": 1135,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
-8.0,
|
||||
6.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1099,
|
||||
1142,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1141,
|
||||
"start": 1135,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
},
|
||||
"shelfMountL": {
|
||||
"type": "Number",
|
||||
@ -1230,162 +936,15 @@ description: Variables in memory after executing sketch_on_face_after_fillets_re
|
||||
"tags": {
|
||||
"innerEdge": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "innerEdge",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1181,
|
||||
1239,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
-8.0,
|
||||
5.6793
|
||||
],
|
||||
"tag": {
|
||||
"end": 1238,
|
||||
"start": 1228,
|
||||
"type": "TagDeclarator",
|
||||
"value": "innerEdge"
|
||||
},
|
||||
"to": [
|
||||
-0.3207,
|
||||
5.6793
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1181,
|
||||
1239,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1238,
|
||||
"start": 1228,
|
||||
"type": "TagDeclarator",
|
||||
"value": "innerEdge"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "innerEdge"
|
||||
},
|
||||
"outerEdge": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "outerEdge",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1048,
|
||||
1093,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1092,
|
||||
"start": 1082,
|
||||
"type": "TagDeclarator",
|
||||
"value": "outerEdge"
|
||||
},
|
||||
"to": [
|
||||
0.0,
|
||||
6.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1048,
|
||||
1093,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1092,
|
||||
"start": 1082,
|
||||
"type": "TagDeclarator",
|
||||
"value": "outerEdge"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "outerEdge"
|
||||
},
|
||||
"seg01": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "seg01",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1099,
|
||||
1142,
|
||||
0
|
||||
]
|
||||
},
|
||||
"from": [
|
||||
0.0,
|
||||
6.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1141,
|
||||
"start": 1135,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"to": [
|
||||
-8.0,
|
||||
6.0
|
||||
],
|
||||
"type": "ToPoint",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
1099,
|
||||
1142,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 1141,
|
||||
"start": 1135,
|
||||
"type": "TagDeclarator",
|
||||
"value": "seg01"
|
||||
},
|
||||
"type": "extrudePlane"
|
||||
}
|
||||
}
|
||||
"value": "seg01"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
|
||||
@ -9,62 +9,7 @@ description: Variables in memory after executing sketch_on_face_circle_tagged.kc
|
||||
"myCircle": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "myCircle",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
298,
|
||||
350,
|
||||
0
|
||||
]
|
||||
},
|
||||
"ccw": true,
|
||||
"center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"from": [
|
||||
5.0,
|
||||
0.0
|
||||
],
|
||||
"radius": 5.0,
|
||||
"tag": {
|
||||
"end": 349,
|
||||
"start": 340,
|
||||
"type": "TagDeclarator",
|
||||
"value": "myCircle"
|
||||
},
|
||||
"to": [
|
||||
5.0,
|
||||
0.0
|
||||
],
|
||||
"type": "Circle",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
298,
|
||||
350,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 349,
|
||||
"start": 340,
|
||||
"type": "TagDeclarator",
|
||||
"value": "myCircle"
|
||||
},
|
||||
"type": "extrudeArc"
|
||||
}
|
||||
}
|
||||
"value": "myCircle"
|
||||
},
|
||||
"part001": {
|
||||
"type": "Solid",
|
||||
@ -603,62 +548,7 @@ description: Variables in memory after executing sketch_on_face_circle_tagged.kc
|
||||
"tags": {
|
||||
"myCircle": {
|
||||
"type": "TagIdentifier",
|
||||
"value": "myCircle",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
298,
|
||||
350,
|
||||
0
|
||||
]
|
||||
},
|
||||
"ccw": true,
|
||||
"center": [
|
||||
0.0,
|
||||
0.0
|
||||
],
|
||||
"from": [
|
||||
5.0,
|
||||
0.0
|
||||
],
|
||||
"radius": 5.0,
|
||||
"tag": {
|
||||
"end": 349,
|
||||
"start": 340,
|
||||
"type": "TagDeclarator",
|
||||
"value": "myCircle"
|
||||
},
|
||||
"to": [
|
||||
5.0,
|
||||
0.0
|
||||
],
|
||||
"type": "Circle",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": {
|
||||
"faceId": "[uuid]",
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
298,
|
||||
350,
|
||||
0
|
||||
],
|
||||
"tag": {
|
||||
"end": 349,
|
||||
"start": 340,
|
||||
"type": "TagDeclarator",
|
||||
"value": "myCircle"
|
||||
},
|
||||
"type": "extrudeArc"
|
||||
}
|
||||
}
|
||||
"value": "myCircle"
|
||||
}
|
||||
},
|
||||
"artifactId": "[uuid]",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -32,134 +32,17 @@ description: Variables in memory after executing tan_arc_x_line.kcl
|
||||
"arc1": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "arc1",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
191,
|
||||
252,
|
||||
0
|
||||
]
|
||||
},
|
||||
"ccw": true,
|
||||
"center": [
|
||||
-0.9397,
|
||||
-0.342
|
||||
],
|
||||
"from": [
|
||||
-0.0,
|
||||
0.0
|
||||
],
|
||||
"tag": {
|
||||
"end": 251,
|
||||
"start": 246,
|
||||
"type": "TagDeclarator",
|
||||
"value": "arc1"
|
||||
},
|
||||
"to": [
|
||||
-1.846,
|
||||
0.0806
|
||||
],
|
||||
"type": "TangentialArc",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "arc1"
|
||||
},
|
||||
"arc2": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "arc2",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
258,
|
||||
344,
|
||||
0
|
||||
]
|
||||
},
|
||||
"ccw": true,
|
||||
"center": [
|
||||
-1.3928,
|
||||
-0.1307
|
||||
],
|
||||
"from": [
|
||||
-1.846,
|
||||
0.0806
|
||||
],
|
||||
"tag": {
|
||||
"end": 343,
|
||||
"start": 338,
|
||||
"type": "TagDeclarator",
|
||||
"value": "arc2"
|
||||
},
|
||||
"to": [
|
||||
-1.2218,
|
||||
-0.6006
|
||||
],
|
||||
"type": "TangentialArc",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "arc2"
|
||||
},
|
||||
"arc3": {
|
||||
"type": "TagIdentifier",
|
||||
"type": "TagIdentifier",
|
||||
"value": "arc3",
|
||||
"info": {
|
||||
"type": "TagEngineInfo",
|
||||
"id": "[uuid]",
|
||||
"sketch": "[uuid]",
|
||||
"path": {
|
||||
"__geoMeta": {
|
||||
"id": "[uuid]",
|
||||
"sourceRange": [
|
||||
350,
|
||||
437,
|
||||
0
|
||||
]
|
||||
},
|
||||
"ccw": false,
|
||||
"center": [
|
||||
-1.0508,
|
||||
-1.0704
|
||||
],
|
||||
"from": [
|
||||
-1.2218,
|
||||
-0.6006
|
||||
],
|
||||
"tag": {
|
||||
"end": 436,
|
||||
"start": 431,
|
||||
"type": "TagDeclarator",
|
||||
"value": "arc3"
|
||||
},
|
||||
"to": [
|
||||
-0.5977,
|
||||
-1.2817
|
||||
],
|
||||
"type": "TangentialArc",
|
||||
"units": {
|
||||
"type": "Mm"
|
||||
}
|
||||
},
|
||||
"surface": null
|
||||
}
|
||||
"value": "arc3"
|
||||
},
|
||||
"r": {
|
||||
"type": "Number",
|
||||
|
||||
Reference in New Issue
Block a user