2025-03-06 18:01:24 -05:00
|
|
|
---
|
2025-03-13 11:13:33 -07:00
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
2025-03-06 18:01:24 -05:00
|
|
|
description: Variables in memory after executing ball-bearing.kcl
|
|
|
|
---
|
|
|
|
{
|
|
|
|
"balls": {
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "HomArray",
|
2025-03-06 18:01:24 -05:00
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.475,
|
2025-03-06 18:01:24 -05:00
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1083,
|
|
|
|
1139,
|
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.475,
|
2025-03-06 18:01:24 -05:00
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1083,
|
|
|
|
1139,
|
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.475,
|
2025-03-06 18:01:24 -05:00
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1083,
|
|
|
|
1139,
|
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.475,
|
2025-03-06 18:01:24 -05:00
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1083,
|
|
|
|
1139,
|
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.475,
|
2025-03-06 18:01:24 -05:00
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1083,
|
|
|
|
1139,
|
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.475,
|
2025-03-06 18:01:24 -05:00
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1083,
|
|
|
|
1139,
|
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.475,
|
2025-03-06 18:01:24 -05:00
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1083,
|
|
|
|
1139,
|
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.475,
|
2025-03-06 18:01:24 -05:00
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1083,
|
|
|
|
1139,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.475,
|
2025-03-06 18:01:24 -05:00
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1083,
|
|
|
|
1139,
|
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1145,
|
|
|
|
1237,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1243,
|
|
|
|
1250,
|
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.475,
|
2025-03-06 18:01:24 -05:00
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
|
|
|
1083,
|
|
|
|
1139,
|
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ballsSketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"value": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-13 23:38:51 -07:00
|
|
|
1145,
|
|
|
|
1237,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-13 23:38:51 -07:00
|
|
|
1243,
|
|
|
|
1250,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.725,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.001
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-13 23:38:51 -07:00
|
|
|
1083,
|
|
|
|
1139,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"chainHead": {
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "HomArray",
|
2025-03-06 18:01:24 -05:00
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudePlane"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
-0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.5375,
|
2025-03-17 17:57:26 +13:00
|
|
|
0.1083
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1623,
|
|
|
|
1756,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudePlane"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
-0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.5375,
|
2025-03-17 17:57:26 +13:00
|
|
|
0.1083
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1623,
|
|
|
|
1756,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
-0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.5375,
|
2025-03-06 18:01:24 -05:00
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"to": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.5375,
|
|
|
|
0.1083
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1623,
|
|
|
|
1756,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
2025-03-17 17:57:26 +13:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
-0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.5375,
|
2025-03-17 17:57:26 +13:00
|
|
|
0.1083
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1623,
|
|
|
|
1756,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
-0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.5375,
|
2025-03-06 18:01:24 -05:00
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"to": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.5375,
|
|
|
|
0.1083
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1623,
|
|
|
|
1756,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudePlane"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
-0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.5375,
|
2025-03-17 17:57:26 +13:00
|
|
|
0.1083
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1623,
|
|
|
|
1756,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-17 17:57:26 +13:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
-0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.5375,
|
2025-03-06 18:01:24 -05:00
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"to": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.5375,
|
|
|
|
0.1083
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1623,
|
|
|
|
1756,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
2025-03-17 17:57:26 +13:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
-0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.5375,
|
2025-03-17 17:57:26 +13:00
|
|
|
0.1083
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1623,
|
|
|
|
1756,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
-0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
2025-03-17 17:57:26 +13:00
|
|
|
0.5375,
|
|
|
|
0.1083
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
2025-03-17 17:57:26 +13:00
|
|
|
0.1083
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1623,
|
|
|
|
1756,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudeArc"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudePlane"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"tag": null,
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
-0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.5375,
|
2025-03-17 17:57:26 +13:00
|
|
|
0.1083
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1623,
|
|
|
|
1756,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": null,
|
|
|
|
"endCapId": null,
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"chainSketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"value": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1762,
|
|
|
|
1855,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": false,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
-0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"radius": 0.125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "Arc",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1861,
|
|
|
|
1892,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1898,
|
|
|
|
1926,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.6625,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1932,
|
|
|
|
1939,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1395
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.5375,
|
|
|
|
0.1083
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
1623,
|
|
|
|
1756,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"chainThickness": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 0.0313,
|
|
|
|
"ty": {
|
|
|
|
"type": "Unknown"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"chainWidth": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 0.125,
|
|
|
|
"ty": {
|
|
|
|
"type": "Unknown"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"insideWall": {
|
|
|
|
"type": "Solid",
|
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-13 23:38:51 -07:00
|
|
|
733,
|
|
|
|
816,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-13 23:38:51 -07:00
|
|
|
733,
|
|
|
|
816,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.475,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "Custom",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": -0.1565
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-13 23:38:51 -07:00
|
|
|
733,
|
|
|
|
816,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"height": 0.313,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"insideWallSketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"value": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-13 23:38:51 -07:00
|
|
|
733,
|
|
|
|
816,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.475,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "Custom",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": -0.1565
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
0.475,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.475,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-13 23:38:51 -07:00
|
|
|
733,
|
|
|
|
816,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"linkDiameter": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 0.0625,
|
|
|
|
"ty": {
|
|
|
|
"type": "Unknown"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"linkRevolve": {
|
2025-03-17 17:57:26 +13:00
|
|
|
"type": "HomArray",
|
2025-03-06 18:01:24 -05:00
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.03125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XZ",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": -1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.03125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XZ",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": -1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.03125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XZ",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": -1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.03125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XZ",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": -1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.03125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XZ",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": -1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.03125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XZ",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": -1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.03125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XZ",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": -1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.03125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XZ",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": -1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.03125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XZ",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": -1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Solid",
|
2025-03-17 17:57:26 +13:00
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": "[uuid]",
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
2025-03-17 17:57:26 +13:00
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
2025-03-06 18:01:24 -05:00
|
|
|
],
|
2025-03-17 17:57:26 +13:00
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.03125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XZ",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": -1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"start": {
|
2025-03-06 18:01:24 -05:00
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-17 17:57:26 +13:00
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-17 17:57:26 +13:00
|
|
|
0
|
|
|
|
]
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-17 17:57:26 +13:00
|
|
|
"height": 0.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
2025-03-06 18:01:24 -05:00
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"linkSketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"value": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.6,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.03125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XZ",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": -1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.6313,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2276,
|
|
|
|
2417,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"nBalls": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 10.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"outsideDiameter": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 1.625,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"outsideWall": {
|
|
|
|
"type": "Solid",
|
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2814,
|
|
|
|
2888,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudeArc"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2814,
|
|
|
|
2888,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.8125,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.8125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.8125,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "Custom",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": -0.1565
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
0.8125,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.8125,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2814,
|
|
|
|
2888,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"height": 0.313,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"outsideWallSketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"value": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2814,
|
|
|
|
2888,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ccw": true,
|
|
|
|
"center": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"from": [
|
|
|
|
0.8125,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"radius": 0.8125,
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.8125,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "Circle",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "Custom",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": -0.1565
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
0.8125,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.8125,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2025-03-18 20:34:44 -07:00
|
|
|
2814,
|
|
|
|
2888,
|
2025-03-06 18:01:24 -05:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Inches"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"overHangLength": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 0.3,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"overallThickness": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 0.313,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"shaftDia": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 0.75,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"sphereDia": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 0.25,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"wallThickness": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 0.1,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Inches"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
}
|