Files
modeling-app/rust/kcl-lib/tests/kcl_samples/french-press/program_memory.snap

17354 lines
393 KiB
Plaintext
Raw Normal View History

test: Vendor kcl-samples and add simulation tests for them (#5460) * Change to unzip * Download kcl-samples as zip to public dir * Fix fetch:samples, e2e electron still not working * Change error message to be clearer * Refactor so that input and output directories of sim tests can be different * Add kcl samples test implementation * Update output since adding kcl_samples tests * Update kcl-samples branch * Fix git-ignore pattern to only apply to the root * Fix yarn install and yarn fetch:samples to work the first time * Remove unneeded exists check * Change to use kcl-samples in public directory * Add kcl-samples * Update output since updating kcl-samples * Update output files * Change to not fetch samples during yarn install * Update output after merge * Ignore kcl-samples in codespell * WIP: Don't run e2e if only kcl-samples changed * Conditionally run cargo tests * Fix to round floating point values in program memory arrays * Update output since merge and rounding numbers in memory * Fix memory redaction for floating point to find more values * Fix float redaction pattern * Update output since rounding floating point numbers * Add center to floating point pattern * Fix trigger to use picomatch syntax * Update output since rounding center * Remove kcl-samples github workflows * Enable Rust backtrace * Update output after re-running * Update output after changing order of post-extrude commands * Fix to have deterministic order of commands * Update output after reverting ordering changes * Update kcl-samples * Update output after updating samples * Fix error messages to show the names of all samples that failed * Change cargo test command to match current one * Update kcl-samples * Update output since updating kcl-samples * Add generate manifest workflow and yarn script * Fix error check to actually work * Change util function to be what we actually need * Move new files after merge * Fix paths since directory move * Add dependabot updates for kcl-samples * Add GitHub workflow to make PR to kcl-samples repo * Add GitHub workflow to check kcl-samples header comments * Fix worfklow to change to the right directory * Add auto-commit simulation test output changes * Add permissions to workflows * Fix to run git commit step * Install just if needed * Fix directory of justfile * Add installation of cargo-insta * Fix to use underscore * Fix to allow just command failure * Change to always install CLI tools and cache them * Trying to fix overwrite failing * Combine commands * Change reviewer * Change to PR targeting the next branch * Change git commands to not do unnecessary fetch * Comment out trigger for creating a PR * Update kcl-samples from next branch * Update outputs after kcl-samples change * Fix to use bash pipefail * Add rust backtrace * Print full env from sim tests * Change command to use long option name * Fix to use ci profile even when calling through just * Add INSTA_UPDATE=always * Fix git push by using an app token on checkout * Add comments * Fix to use bash options * Change to echo when no changes are found * Fix so that kcl-samples updates don't trigger full run * Fix paths to reflect new crate location * Fix path detection * Fix e2e job to ignore kcl_samples simulation test output * Fix the fetch logic for the KCL samples after vendoring (#5661) Fixes the last 2 E2E tests for #5460. --------- Co-authored-by: Pierre Jacquier <pierre@zoo.dev> Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com> Co-authored-by: Frank Noirot <frank@zoo.dev>
2025-03-06 18:01:24 -05:00
---
source: kcl-lib/src/simulation_tests.rs
test: Vendor kcl-samples and add simulation tests for them (#5460) * Change to unzip * Download kcl-samples as zip to public dir * Fix fetch:samples, e2e electron still not working * Change error message to be clearer * Refactor so that input and output directories of sim tests can be different * Add kcl samples test implementation * Update output since adding kcl_samples tests * Update kcl-samples branch * Fix git-ignore pattern to only apply to the root * Fix yarn install and yarn fetch:samples to work the first time * Remove unneeded exists check * Change to use kcl-samples in public directory * Add kcl-samples * Update output since updating kcl-samples * Update output files * Change to not fetch samples during yarn install * Update output after merge * Ignore kcl-samples in codespell * WIP: Don't run e2e if only kcl-samples changed * Conditionally run cargo tests * Fix to round floating point values in program memory arrays * Update output since merge and rounding numbers in memory * Fix memory redaction for floating point to find more values * Fix float redaction pattern * Update output since rounding floating point numbers * Add center to floating point pattern * Fix trigger to use picomatch syntax * Update output since rounding center * Remove kcl-samples github workflows * Enable Rust backtrace * Update output after re-running * Update output after changing order of post-extrude commands * Fix to have deterministic order of commands * Update output after reverting ordering changes * Update kcl-samples * Update output after updating samples * Fix error messages to show the names of all samples that failed * Change cargo test command to match current one * Update kcl-samples * Update output since updating kcl-samples * Add generate manifest workflow and yarn script * Fix error check to actually work * Change util function to be what we actually need * Move new files after merge * Fix paths since directory move * Add dependabot updates for kcl-samples * Add GitHub workflow to make PR to kcl-samples repo * Add GitHub workflow to check kcl-samples header comments * Fix worfklow to change to the right directory * Add auto-commit simulation test output changes * Add permissions to workflows * Fix to run git commit step * Install just if needed * Fix directory of justfile * Add installation of cargo-insta * Fix to use underscore * Fix to allow just command failure * Change to always install CLI tools and cache them * Trying to fix overwrite failing * Combine commands * Change reviewer * Change to PR targeting the next branch * Change git commands to not do unnecessary fetch * Comment out trigger for creating a PR * Update kcl-samples from next branch * Update outputs after kcl-samples change * Fix to use bash pipefail * Add rust backtrace * Print full env from sim tests * Change command to use long option name * Fix to use ci profile even when calling through just * Add INSTA_UPDATE=always * Fix git push by using an app token on checkout * Add comments * Fix to use bash options * Change to echo when no changes are found * Fix so that kcl-samples updates don't trigger full run * Fix paths to reflect new crate location * Fix path detection * Fix e2e job to ignore kcl_samples simulation test output * Fix the fetch logic for the KCL samples after vendoring (#5661) Fixes the last 2 E2E tests for #5460. --------- Co-authored-by: Pierre Jacquier <pierre@zoo.dev> Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com> Co-authored-by: Frank Noirot <frank@zoo.dev>
2025-03-06 18:01:24 -05:00
description: Variables in memory after executing french-press.kcl
---
{
"carafeDiameter": {
"type": "Number",
"value": 4.41,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
143,
147,
0
]
}
]
},
"carafeHeight": {
"type": "Number",
"value": 7.32,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
163,
167,
0
]
}
]
},
"edge1": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "edge1",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
]
},
"from": [
2.305,
5.7
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"to": [
2.305,
0.5
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1077,
1083,
0
]
}
]
},
"edge2": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "edge2",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
]
},
"from": [
2.3331,
0.3732
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"to": [
2.6331,
-0.1464
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1225,
1231,
0
]
}
]
},
"edge3": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "edge3",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
]
},
"from": [
1.8135,
-0.966
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"to": [
0.4867,
-0.2
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1373,
1379,
0
]
}
]
},
"edge4": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "edge4",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
]
},
"from": [
0.1,
-0.033
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"to": [
0.2717,
-0.033
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1558,
1564,
0
]
}
]
},
"edge5": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "edge5",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
]
},
"from": [
0.5717,
-0.1134
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"to": [
1.8682,
-0.8619
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1742,
1748,
0
]
}
]
},
"edge6": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "edge6",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
]
},
"from": [
2.5512,
-0.1789
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"to": [
2.2687,
0.3104
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1928,
1934,
0
]
}
]
},
"edgeLen": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "edgeLen",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
]
},
"from": [
0.2367,
-0.133
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"to": [
0.1,
-0.133
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1490,
1498,
0
]
}
]
},
"extrude001": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
2.055,
0.0
],
"radius": 2.055,
"tag": null,
"to": [
2.055,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.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"
},
"__meta": []
},
"start": {
"from": [
2.055,
0.0
],
"to": [
2.055,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
}
},
"extrude002": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2585,
2598,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2604,
2687,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2693,
2749,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2585,
2598,
0
]
},
"from": [
0.3,
0.17
],
"tag": null,
"to": [
0.3,
1.37
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2604,
2687,
0
]
},
"ccw": false,
"center": [
0.3,
0.17
],
"from": [
0.3,
1.37
],
"radius": 1.2,
"tag": null,
"to": [
1.3392,
-0.43
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2693,
2749,
0
]
},
"from": [
1.3392,
-0.43
],
"tag": null,
"to": [
0.3,
0.17
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2755,
2762,
0
]
},
"from": [
0.3,
0.17
],
"tag": null,
"to": [
0.3,
0.17
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
2.055,
0.0
],
"radius": 2.055,
"tag": null,
"to": [
2.055,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.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"
},
"__meta": []
},
"start": {
"from": [
2.055,
0.0
],
"to": [
2.055,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2511,
2543,
0
]
}
]
},
"start": {
"from": [
0.3,
0.17
],
"to": [
0.3,
0.17
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2549,
2579,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2549,
2579,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2549,
2579,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2585,
2598,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2604,
2687,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2693,
2749,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2585,
2598,
0
]
},
"from": [
0.3,
0.17
],
"tag": null,
"to": [
0.3,
1.37
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2604,
2687,
0
]
},
"ccw": false,
"center": [
0.3,
0.17
],
"from": [
0.3,
1.37
],
"radius": 1.2,
"tag": null,
"to": [
1.3392,
-0.43
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2693,
2749,
0
]
},
"from": [
1.3392,
-0.43
],
"tag": null,
"to": [
0.3,
0.17
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2755,
2762,
0
]
},
"from": [
0.3,
0.17
],
"tag": null,
"to": [
0.3,
0.17
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
2.055,
0.0
],
"radius": 2.055,
"tag": null,
"to": [
2.055,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.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"
},
"__meta": []
},
"start": {
"from": [
2.055,
0.0
],
"to": [
2.055,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2511,
2543,
0
]
}
]
},
"start": {
"from": [
0.3,
0.17
],
"to": [
0.3,
0.17
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2549,
2579,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2549,
2579,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2549,
2579,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2585,
2598,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2604,
2687,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2693,
2749,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2585,
2598,
0
]
},
"from": [
0.3,
0.17
],
"tag": null,
"to": [
0.3,
1.37
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2604,
2687,
0
]
},
"ccw": false,
"center": [
0.3,
0.17
],
"from": [
0.3,
1.37
],
"radius": 1.2,
"tag": null,
"to": [
1.3392,
-0.43
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2693,
2749,
0
]
},
"from": [
1.3392,
-0.43
],
"tag": null,
"to": [
0.3,
0.17
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2755,
2762,
0
]
},
"from": [
0.3,
0.17
],
"tag": null,
"to": [
0.3,
0.17
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
2.055,
0.0
],
"radius": 2.055,
"tag": null,
"to": [
2.055,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.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"
},
"__meta": []
},
"start": {
"from": [
2.055,
0.0
],
"to": [
2.055,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2511,
2543,
0
]
}
]
},
"start": {
"from": [
0.3,
0.17
],
"to": [
0.3,
0.17
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2549,
2579,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2549,
2579,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2549,
2579,
0
]
}
]
}
]
},
"extrude003": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
}
},
"extrude004": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
}
]
},
"extrude005": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
},
"ccw": true,
"center": [
0.6,
0.0
],
"from": [
0.8,
0.0
],
"radius": 0.2,
"tag": null,
"to": [
0.8,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4421,
4453,
0
]
}
]
},
"start": {
"from": [
0.8,
0.0
],
"to": [
0.8,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4459,
4497,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4459,
4497,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
},
"ccw": true,
"center": [
0.6,
0.0
],
"from": [
0.8,
0.0
],
"radius": 0.2,
"tag": null,
"to": [
0.8,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4421,
4453,
0
]
}
]
},
"start": {
"from": [
0.8,
0.0
],
"to": [
0.8,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4459,
4497,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4459,
4497,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
},
"ccw": true,
"center": [
0.6,
0.0
],
"from": [
0.8,
0.0
],
"radius": 0.2,
"tag": null,
"to": [
0.8,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4421,
4453,
0
]
}
]
},
"start": {
"from": [
0.8,
0.0
],
"to": [
0.8,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4459,
4497,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4459,
4497,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
},
"ccw": true,
"center": [
0.6,
0.0
],
"from": [
0.8,
0.0
],
"radius": 0.2,
"tag": null,
"to": [
0.8,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4421,
4453,
0
]
}
]
},
"start": {
"from": [
0.8,
0.0
],
"to": [
0.8,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4459,
4497,
0
]
}
]
},
"height": -0.05,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4459,
4497,
0
]
}
]
}
]
},
"extrude006": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4750,
4823,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4750,
4823,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
2.205,
0.0
],
"radius": 2.205,
"tag": null,
"to": [
2.205,
0.0
],
"type": "Circle",
"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"
},
"__meta": []
},
"start": {
"from": [
2.205,
0.0
],
"to": [
2.205,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4750,
4823,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4750,
4823,
0
]
}
]
},
"height": 7.32,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4750,
4823,
0
]
}
]
}
},
"extrude007": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5641,
5662,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5668,
5699,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5705,
5736,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5742,
5774,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5780,
5802,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5808,
5829,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5835,
5860,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5866,
5897,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5903,
5935,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5941,
5973,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5979,
6000,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
6006,
6062,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5641,
5662,
0
]
},
"from": [
2.3,
6.4
],
"tag": null,
"to": [
2.86,
6.4
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5668,
5699,
0
]
},
"ccw": false,
"center": [
2.86,
5.1556
],
"from": [
2.86,
6.4
],
"tag": null,
"to": [
4.1,
5.26
],
"type": "TangentialArcTo",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5705,
5736,
0
]
},
"ccw": false,
"center": [
-24.0397,
2.8911
],
"from": [
4.1,
5.26
],
"tag": null,
"to": [
4.17,
1.6
],
"type": "TangentialArcTo",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5742,
5774,
0
]
},
"ccw": false,
"center": [
3.1336,
1.6474
],
"from": [
4.17,
1.6
],
"tag": null,
"to": [
3.13,
0.61
],
"type": "TangentialArcTo",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5780,
5802,
0
]
},
"from": [
3.13,
0.61
],
"tag": null,
"to": [
2.04,
0.61
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5808,
5829,
0
]
},
"from": [
2.04,
0.61
],
"tag": null,
"to": [
2.04,
1.04
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5835,
5860,
0
]
},
"from": [
2.04,
1.04
],
"tag": null,
"to": [
3.03,
1.02
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5866,
5897,
0
]
},
"ccw": true,
"center": [
3.0419,
1.6081
],
"from": [
3.03,
1.02
],
"tag": null,
"to": [
3.63,
1.6
],
"type": "TangentialArcTo",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5903,
5935,
0
]
},
"ccw": true,
"center": [
-49.5106,
2.3278
],
"from": [
3.63,
1.6
],
"tag": null,
"to": [
3.56,
5.15
],
"type": "TangentialArcTo",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5941,
5973,
0
]
},
"ccw": true,
"center": [
2.7871,
5.1089
],
"from": [
3.56,
5.15
],
"tag": null,
"to": [
2.72,
5.88
],
"type": "TangentialArcTo",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5979,
6000,
0
]
},
"from": [
2.72,
5.88
],
"tag": null,
"to": [
2.32,
5.88
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6006,
6062,
0
]
},
"from": [
2.32,
5.88
],
"tag": null,
"to": [
2.3,
6.4
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6068,
6075,
0
]
},
"from": [
2.3,
6.4
],
"tag": null,
"to": [
2.3,
6.4
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": -0.325,
"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"
},
"__meta": []
},
"start": {
"from": [
2.3,
6.4
],
"to": [
2.3,
6.4
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5606,
5635,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
5606,
5635,
0
]
}
]
},
"height": -0.65,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
5606,
5635,
0
]
}
]
}
},
"handleThickness": {
"type": "Number",
"value": 0.65,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
186,
190,
0
]
}
]
},
"plane001": {
"type": "Object",
"value": {
"plane": {
"type": "Object",
"value": {
"origin": {
"type": "MixedArray",
test: Vendor kcl-samples and add simulation tests for them (#5460) * Change to unzip * Download kcl-samples as zip to public dir * Fix fetch:samples, e2e electron still not working * Change error message to be clearer * Refactor so that input and output directories of sim tests can be different * Add kcl samples test implementation * Update output since adding kcl_samples tests * Update kcl-samples branch * Fix git-ignore pattern to only apply to the root * Fix yarn install and yarn fetch:samples to work the first time * Remove unneeded exists check * Change to use kcl-samples in public directory * Add kcl-samples * Update output since updating kcl-samples * Update output files * Change to not fetch samples during yarn install * Update output after merge * Ignore kcl-samples in codespell * WIP: Don't run e2e if only kcl-samples changed * Conditionally run cargo tests * Fix to round floating point values in program memory arrays * Update output since merge and rounding numbers in memory * Fix memory redaction for floating point to find more values * Fix float redaction pattern * Update output since rounding floating point numbers * Add center to floating point pattern * Fix trigger to use picomatch syntax * Update output since rounding center * Remove kcl-samples github workflows * Enable Rust backtrace * Update output after re-running * Update output after changing order of post-extrude commands * Fix to have deterministic order of commands * Update output after reverting ordering changes * Update kcl-samples * Update output after updating samples * Fix error messages to show the names of all samples that failed * Change cargo test command to match current one * Update kcl-samples * Update output since updating kcl-samples * Add generate manifest workflow and yarn script * Fix error check to actually work * Change util function to be what we actually need * Move new files after merge * Fix paths since directory move * Add dependabot updates for kcl-samples * Add GitHub workflow to make PR to kcl-samples repo * Add GitHub workflow to check kcl-samples header comments * Fix worfklow to change to the right directory * Add auto-commit simulation test output changes * Add permissions to workflows * Fix to run git commit step * Install just if needed * Fix directory of justfile * Add installation of cargo-insta * Fix to use underscore * Fix to allow just command failure * Change to always install CLI tools and cache them * Trying to fix overwrite failing * Combine commands * Change reviewer * Change to PR targeting the next branch * Change git commands to not do unnecessary fetch * Comment out trigger for creating a PR * Update kcl-samples from next branch * Update outputs after kcl-samples change * Fix to use bash pipefail * Add rust backtrace * Print full env from sim tests * Change command to use long option name * Fix to use ci profile even when calling through just * Add INSTA_UPDATE=always * Fix git push by using an app token on checkout * Add comments * Fix to use bash options * Change to echo when no changes are found * Fix so that kcl-samples updates don't trigger full run * Fix paths to reflect new crate location * Fix path detection * Fix e2e job to ignore kcl_samples simulation test output * Fix the fetch logic for the KCL samples after vendoring (#5661) Fixes the last 2 E2E tests for #5460. --------- Co-authored-by: Pierre Jacquier <pierre@zoo.dev> Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com> Co-authored-by: Frank Noirot <frank@zoo.dev>
2025-03-06 18:01:24 -05:00
"value": [
{
"type": "Number",
"value": -0.26,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
805,
810,
0
]
}
]
},
{
"type": "Number",
"value": 0.26,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
812,
816,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
818,
821,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
804,
822,
0
]
}
]
},
"xAxis": {
"type": "MixedArray",
test: Vendor kcl-samples and add simulation tests for them (#5460) * Change to unzip * Download kcl-samples as zip to public dir * Fix fetch:samples, e2e electron still not working * Change error message to be clearer * Refactor so that input and output directories of sim tests can be different * Add kcl samples test implementation * Update output since adding kcl_samples tests * Update kcl-samples branch * Fix git-ignore pattern to only apply to the root * Fix yarn install and yarn fetch:samples to work the first time * Remove unneeded exists check * Change to use kcl-samples in public directory * Add kcl-samples * Update output since updating kcl-samples * Update output files * Change to not fetch samples during yarn install * Update output after merge * Ignore kcl-samples in codespell * WIP: Don't run e2e if only kcl-samples changed * Conditionally run cargo tests * Fix to round floating point values in program memory arrays * Update output since merge and rounding numbers in memory * Fix memory redaction for floating point to find more values * Fix float redaction pattern * Update output since rounding floating point numbers * Add center to floating point pattern * Fix trigger to use picomatch syntax * Update output since rounding center * Remove kcl-samples github workflows * Enable Rust backtrace * Update output after re-running * Update output after changing order of post-extrude commands * Fix to have deterministic order of commands * Update output after reverting ordering changes * Update kcl-samples * Update output after updating samples * Fix error messages to show the names of all samples that failed * Change cargo test command to match current one * Update kcl-samples * Update output since updating kcl-samples * Add generate manifest workflow and yarn script * Fix error check to actually work * Change util function to be what we actually need * Move new files after merge * Fix paths since directory move * Add dependabot updates for kcl-samples * Add GitHub workflow to make PR to kcl-samples repo * Add GitHub workflow to check kcl-samples header comments * Fix worfklow to change to the right directory * Add auto-commit simulation test output changes * Add permissions to workflows * Fix to run git commit step * Install just if needed * Fix directory of justfile * Add installation of cargo-insta * Fix to use underscore * Fix to allow just command failure * Change to always install CLI tools and cache them * Trying to fix overwrite failing * Combine commands * Change reviewer * Change to PR targeting the next branch * Change git commands to not do unnecessary fetch * Comment out trigger for creating a PR * Update kcl-samples from next branch * Update outputs after kcl-samples change * Fix to use bash pipefail * Add rust backtrace * Print full env from sim tests * Change command to use long option name * Fix to use ci profile even when calling through just * Add INSTA_UPDATE=always * Fix git push by using an app token on checkout * Add comments * Fix to use bash options * Change to echo when no changes are found * Fix so that kcl-samples updates don't trigger full run * Fix paths to reflect new crate location * Fix path detection * Fix e2e job to ignore kcl_samples simulation test output * Fix the fetch logic for the KCL samples after vendoring (#5661) Fixes the last 2 E2E tests for #5460. --------- Co-authored-by: Pierre Jacquier <pierre@zoo.dev> Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com> Co-authored-by: Frank Noirot <frank@zoo.dev>
2025-03-06 18:01:24 -05:00
"value": [
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
837,
838,
0
]
}
]
},
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
840,
841,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
843,
846,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
836,
847,
0
]
}
]
},
"yAxis": {
"type": "MixedArray",
test: Vendor kcl-samples and add simulation tests for them (#5460) * Change to unzip * Download kcl-samples as zip to public dir * Fix fetch:samples, e2e electron still not working * Change error message to be clearer * Refactor so that input and output directories of sim tests can be different * Add kcl samples test implementation * Update output since adding kcl_samples tests * Update kcl-samples branch * Fix git-ignore pattern to only apply to the root * Fix yarn install and yarn fetch:samples to work the first time * Remove unneeded exists check * Change to use kcl-samples in public directory * Add kcl-samples * Update output since updating kcl-samples * Update output files * Change to not fetch samples during yarn install * Update output after merge * Ignore kcl-samples in codespell * WIP: Don't run e2e if only kcl-samples changed * Conditionally run cargo tests * Fix to round floating point values in program memory arrays * Update output since merge and rounding numbers in memory * Fix memory redaction for floating point to find more values * Fix float redaction pattern * Update output since rounding floating point numbers * Add center to floating point pattern * Fix trigger to use picomatch syntax * Update output since rounding center * Remove kcl-samples github workflows * Enable Rust backtrace * Update output after re-running * Update output after changing order of post-extrude commands * Fix to have deterministic order of commands * Update output after reverting ordering changes * Update kcl-samples * Update output after updating samples * Fix error messages to show the names of all samples that failed * Change cargo test command to match current one * Update kcl-samples * Update output since updating kcl-samples * Add generate manifest workflow and yarn script * Fix error check to actually work * Change util function to be what we actually need * Move new files after merge * Fix paths since directory move * Add dependabot updates for kcl-samples * Add GitHub workflow to make PR to kcl-samples repo * Add GitHub workflow to check kcl-samples header comments * Fix worfklow to change to the right directory * Add auto-commit simulation test output changes * Add permissions to workflows * Fix to run git commit step * Install just if needed * Fix directory of justfile * Add installation of cargo-insta * Fix to use underscore * Fix to allow just command failure * Change to always install CLI tools and cache them * Trying to fix overwrite failing * Combine commands * Change reviewer * Change to PR targeting the next branch * Change git commands to not do unnecessary fetch * Comment out trigger for creating a PR * Update kcl-samples from next branch * Update outputs after kcl-samples change * Fix to use bash pipefail * Add rust backtrace * Print full env from sim tests * Change command to use long option name * Fix to use ci profile even when calling through just * Add INSTA_UPDATE=always * Fix git push by using an app token on checkout * Add comments * Fix to use bash options * Change to echo when no changes are found * Fix so that kcl-samples updates don't trigger full run * Fix paths to reflect new crate location * Fix path detection * Fix e2e job to ignore kcl_samples simulation test output * Fix the fetch logic for the KCL samples after vendoring (#5661) Fixes the last 2 E2E tests for #5460. --------- Co-authored-by: Pierre Jacquier <pierre@zoo.dev> Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com> Co-authored-by: Frank Noirot <frank@zoo.dev>
2025-03-06 18:01:24 -05:00
"value": [
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
862,
865,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
867,
870,
0
]
}
]
},
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
872,
875,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
861,
876,
0
]
}
]
},
"zAxis": {
"type": "MixedArray",
test: Vendor kcl-samples and add simulation tests for them (#5460) * Change to unzip * Download kcl-samples as zip to public dir * Fix fetch:samples, e2e electron still not working * Change error message to be clearer * Refactor so that input and output directories of sim tests can be different * Add kcl samples test implementation * Update output since adding kcl_samples tests * Update kcl-samples branch * Fix git-ignore pattern to only apply to the root * Fix yarn install and yarn fetch:samples to work the first time * Remove unneeded exists check * Change to use kcl-samples in public directory * Add kcl-samples * Update output since updating kcl-samples * Update output files * Change to not fetch samples during yarn install * Update output after merge * Ignore kcl-samples in codespell * WIP: Don't run e2e if only kcl-samples changed * Conditionally run cargo tests * Fix to round floating point values in program memory arrays * Update output since merge and rounding numbers in memory * Fix memory redaction for floating point to find more values * Fix float redaction pattern * Update output since rounding floating point numbers * Add center to floating point pattern * Fix trigger to use picomatch syntax * Update output since rounding center * Remove kcl-samples github workflows * Enable Rust backtrace * Update output after re-running * Update output after changing order of post-extrude commands * Fix to have deterministic order of commands * Update output after reverting ordering changes * Update kcl-samples * Update output after updating samples * Fix error messages to show the names of all samples that failed * Change cargo test command to match current one * Update kcl-samples * Update output since updating kcl-samples * Add generate manifest workflow and yarn script * Fix error check to actually work * Change util function to be what we actually need * Move new files after merge * Fix paths since directory move * Add dependabot updates for kcl-samples * Add GitHub workflow to make PR to kcl-samples repo * Add GitHub workflow to check kcl-samples header comments * Fix worfklow to change to the right directory * Add auto-commit simulation test output changes * Add permissions to workflows * Fix to run git commit step * Install just if needed * Fix directory of justfile * Add installation of cargo-insta * Fix to use underscore * Fix to allow just command failure * Change to always install CLI tools and cache them * Trying to fix overwrite failing * Combine commands * Change reviewer * Change to PR targeting the next branch * Change git commands to not do unnecessary fetch * Comment out trigger for creating a PR * Update kcl-samples from next branch * Update outputs after kcl-samples change * Fix to use bash pipefail * Add rust backtrace * Print full env from sim tests * Change command to use long option name * Fix to use ci profile even when calling through just * Add INSTA_UPDATE=always * Fix git push by using an app token on checkout * Add comments * Fix to use bash options * Change to echo when no changes are found * Fix so that kcl-samples updates don't trigger full run * Fix paths to reflect new crate location * Fix path detection * Fix e2e job to ignore kcl_samples simulation test output * Fix the fetch logic for the KCL samples after vendoring (#5661) Fixes the last 2 E2E tests for #5460. --------- Co-authored-by: Pierre Jacquier <pierre@zoo.dev> Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com> Co-authored-by: Frank Noirot <frank@zoo.dev>
2025-03-06 18:01:24 -05:00
"value": [
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
891,
894,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
896,
899,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
901,
904,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
890,
905,
0
]
}
]
}
},
"__meta": [
{
"sourceRange": [
789,
909,
0
]
}
]
}
},
"__meta": [
{
"sourceRange": [
777,
911,
0
]
}
]
},
"rectangleSegmentA001": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentA001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
316,
362,
0
]
},
"from": [
2.205,
5.7
],
"tag": {
"end": 361,
"start": 340,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"to": [
2.305,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
316,
362,
0
],
"tag": {
"end": 361,
"start": 340,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
340,
361,
0
]
}
]
},
"rectangleSegmentB001": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentB001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
368,
469,
0
]
},
"from": [
2.305,
5.7
],
"tag": {
"end": 468,
"start": 447,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"to": [
2.305,
6.45
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
368,
469,
0
],
"tag": {
"end": 468,
"start": 447,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
447,
468,
0
]
}
]
},
"rectangleSegmentC001": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentC001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
475,
595,
0
]
},
"from": [
2.305,
6.45
],
"tag": {
"end": 594,
"start": 573,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"to": [
2.205,
6.45
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
475,
595,
0
],
"tag": {
"end": 594,
"start": 573,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
573,
594,
0
]
}
]
},
"seg1": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg1",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3080,
3170,
0
]
},
"from": [
2.005,
1.11
],
"tag": {
"end": 3169,
"start": 3164,
"type": "TagDeclarator",
"value": "seg1"
},
"to": [
2.135,
1.1851
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3080,
3170,
0
],
"tag": {
"end": 3169,
"start": 3164,
"type": "TagDeclarator",
"value": "seg1"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
3164,
3169,
0
]
}
]
},
"sketch001": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
316,
362,
0
],
"tag": {
"end": 361,
"start": 340,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
368,
469,
0
],
"tag": {
"end": 468,
"start": 447,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
475,
595,
0
],
"tag": {
"end": 594,
"start": 573,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
601,
657,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
316,
362,
0
]
},
"from": [
2.205,
5.7
],
"tag": {
"end": 361,
"start": 340,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"to": [
2.305,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
368,
469,
0
]
},
"from": [
2.305,
5.7
],
"tag": {
"end": 468,
"start": 447,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"to": [
2.305,
6.45
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
475,
595,
0
]
},
"from": [
2.305,
6.45
],
"tag": {
"end": 594,
"start": 573,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"to": [
2.205,
6.45
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
601,
657,
0
]
},
"from": [
2.205,
6.45
],
"tag": null,
"to": [
2.205,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
663,
670,
0
]
},
"from": [
2.205,
5.7
],
"tag": null,
"to": [
2.205,
5.7
],
"type": "ToPoint",
"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"
},
"__meta": []
},
"start": {
"from": [
2.205,
5.7
],
"to": [
2.205,
5.7
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
266,
310,
0
]
}
},
"tags": {
"rectangleSegmentA001": {
"type": "TagIdentifier",
"value": "rectangleSegmentA001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
316,
362,
0
]
},
"from": [
2.205,
5.7
],
"tag": {
"end": 361,
"start": 340,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"to": [
2.305,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
316,
362,
0
],
"tag": {
"end": 361,
"start": 340,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
340,
361,
0
]
}
]
},
"rectangleSegmentB001": {
"type": "TagIdentifier",
"value": "rectangleSegmentB001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
368,
469,
0
]
},
"from": [
2.305,
5.7
],
"tag": {
"end": 468,
"start": 447,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"to": [
2.305,
6.45
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
368,
469,
0
],
"tag": {
"end": 468,
"start": 447,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
447,
468,
0
]
}
]
},
"rectangleSegmentC001": {
"type": "TagIdentifier",
"value": "rectangleSegmentC001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
475,
595,
0
]
},
"from": [
2.305,
6.45
],
"tag": {
"end": 594,
"start": 573,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"to": [
2.205,
6.45
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
475,
595,
0
],
"tag": {
"end": 594,
"start": 573,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
573,
594,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
266,
310,
0
]
}
]
},
"height": 0.0,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
266,
310,
0
]
}
]
}
},
"sketch002": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1043,
1056,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1090,
1174,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1238,
1322,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1386,
1468,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1505,
1518,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1571,
1653,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1755,
1839,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1941,
2025,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2031,
2087,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1043,
1056,
0
]
},
"from": [
2.205,
5.7
],
"tag": null,
"to": [
2.305,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
]
},
"from": [
2.305,
5.7
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"to": [
2.305,
0.5
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1090,
1174,
0
]
},
"ccw": true,
"center": [
2.605,
0.5
],
"from": [
2.305,
0.5
],
"radius": 0.3,
"tag": null,
"to": [
2.3331,
0.3732
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
]
},
"from": [
2.3331,
0.3732
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"to": [
2.6331,
-0.1464
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1238,
1322,
0
]
},
"ccw": false,
"center": [
2.1135,
-0.4464
],
"from": [
2.6331,
-0.1464
],
"radius": 0.6,
"tag": null,
"to": [
1.8135,
-0.966
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
]
},
"from": [
1.8135,
-0.966
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"to": [
0.4867,
-0.2
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1386,
1468,
0
]
},
"ccw": true,
"center": [
0.2367,
-0.633
],
"from": [
0.4867,
-0.2
],
"radius": 0.5,
"tag": null,
"to": [
0.2367,
-0.133
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
]
},
"from": [
0.2367,
-0.133
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"to": [
0.1,
-0.133
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1505,
1518,
0
]
},
"from": [
0.1,
-0.133
],
"tag": null,
"to": [
0.1,
-0.033
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
]
},
"from": [
0.1,
-0.033
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"to": [
0.2717,
-0.033
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1571,
1653,
0
]
},
"ccw": false,
"center": [
0.2717,
-0.633
],
"from": [
0.2717,
-0.033
],
"radius": 0.6,
"tag": null,
"to": [
0.5717,
-0.1134
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
]
},
"from": [
0.5717,
-0.1134
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"to": [
1.8682,
-0.8619
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1755,
1839,
0
]
},
"ccw": true,
"center": [
2.1182,
-0.4289
],
"from": [
1.8682,
-0.8619
],
"radius": 0.5,
"tag": null,
"to": [
2.5512,
-0.1789
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
]
},
"from": [
2.5512,
-0.1789
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"to": [
2.2687,
0.3104
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1941,
2025,
0
]
},
"ccw": false,
"center": [
2.8125,
0.564
],
"from": [
2.2687,
0.3104
],
"radius": 0.6,
"tag": null,
"to": [
2.2125,
0.564
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2031,
2087,
0
]
},
"from": [
2.2125,
0.564
],
"tag": null,
"to": [
2.205,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2093,
2100,
0
]
},
"from": [
2.205,
5.7
],
"tag": null,
"to": [
2.205,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": -0.26,
"y": 0.26,
"z": 0.0
},
"xAxis": {
"x": 1.0,
"y": 1.0,
"z": 0.0
},
"yAxis": {
"x": 0.0,
"y": 0.0,
"z": 1.0
},
"zAxis": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"units": {
"type": "Inches"
},
"__meta": []
},
"start": {
"from": [
2.205,
5.7
],
"to": [
2.205,
5.7
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
993,
1037,
0
]
}
},
"tags": {
"edge1": {
"type": "TagIdentifier",
"value": "edge1",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
]
},
"from": [
2.305,
5.7
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"to": [
2.305,
0.5
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1077,
1083,
0
]
}
]
},
"edge2": {
"type": "TagIdentifier",
"value": "edge2",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
]
},
"from": [
2.3331,
0.3732
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"to": [
2.6331,
-0.1464
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1225,
1231,
0
]
}
]
},
"edge3": {
"type": "TagIdentifier",
"value": "edge3",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
]
},
"from": [
1.8135,
-0.966
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"to": [
0.4867,
-0.2
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1373,
1379,
0
]
}
]
},
"edge4": {
"type": "TagIdentifier",
"value": "edge4",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
]
},
"from": [
0.1,
-0.033
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"to": [
0.2717,
-0.033
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1558,
1564,
0
]
}
]
},
"edge5": {
"type": "TagIdentifier",
"value": "edge5",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
]
},
"from": [
0.5717,
-0.1134
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"to": [
1.8682,
-0.8619
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1742,
1748,
0
]
}
]
},
"edge6": {
"type": "TagIdentifier",
"value": "edge6",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
]
},
"from": [
2.5512,
-0.1789
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"to": [
2.2687,
0.3104
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1928,
1934,
0
]
}
]
},
"edgeLen": {
"type": "TagIdentifier",
"value": "edgeLen",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
]
},
"from": [
0.2367,
-0.133
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"to": [
0.1,
-0.133
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1490,
1498,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
993,
1037,
0
]
}
]
},
"height": 0.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
993,
1037,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1043,
1056,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1090,
1174,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1238,
1322,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1386,
1468,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1505,
1518,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1571,
1653,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1755,
1839,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1941,
2025,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2031,
2087,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1043,
1056,
0
]
},
"from": [
2.205,
5.7
],
"tag": null,
"to": [
2.305,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
]
},
"from": [
2.305,
5.7
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"to": [
2.305,
0.5
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1090,
1174,
0
]
},
"ccw": true,
"center": [
2.605,
0.5
],
"from": [
2.305,
0.5
],
"radius": 0.3,
"tag": null,
"to": [
2.3331,
0.3732
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
]
},
"from": [
2.3331,
0.3732
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"to": [
2.6331,
-0.1464
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1238,
1322,
0
]
},
"ccw": false,
"center": [
2.1135,
-0.4464
],
"from": [
2.6331,
-0.1464
],
"radius": 0.6,
"tag": null,
"to": [
1.8135,
-0.966
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
]
},
"from": [
1.8135,
-0.966
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"to": [
0.4867,
-0.2
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1386,
1468,
0
]
},
"ccw": true,
"center": [
0.2367,
-0.633
],
"from": [
0.4867,
-0.2
],
"radius": 0.5,
"tag": null,
"to": [
0.2367,
-0.133
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
]
},
"from": [
0.2367,
-0.133
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"to": [
0.1,
-0.133
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1505,
1518,
0
]
},
"from": [
0.1,
-0.133
],
"tag": null,
"to": [
0.1,
-0.033
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
]
},
"from": [
0.1,
-0.033
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"to": [
0.2717,
-0.033
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1571,
1653,
0
]
},
"ccw": false,
"center": [
0.2717,
-0.633
],
"from": [
0.2717,
-0.033
],
"radius": 0.6,
"tag": null,
"to": [
0.5717,
-0.1134
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
]
},
"from": [
0.5717,
-0.1134
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"to": [
1.8682,
-0.8619
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1755,
1839,
0
]
},
"ccw": true,
"center": [
2.1182,
-0.4289
],
"from": [
1.8682,
-0.8619
],
"radius": 0.5,
"tag": null,
"to": [
2.5512,
-0.1789
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
]
},
"from": [
2.5512,
-0.1789
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"to": [
2.2687,
0.3104
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1941,
2025,
0
]
},
"ccw": false,
"center": [
2.8125,
0.564
],
"from": [
2.2687,
0.3104
],
"radius": 0.6,
"tag": null,
"to": [
2.2125,
0.564
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2031,
2087,
0
]
},
"from": [
2.2125,
0.564
],
"tag": null,
"to": [
2.205,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2093,
2100,
0
]
},
"from": [
2.205,
5.7
],
"tag": null,
"to": [
2.205,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": -0.26,
"y": 0.26,
"z": 0.0
},
"xAxis": {
"x": 1.0,
"y": 1.0,
"z": 0.0
},
"yAxis": {
"x": 0.0,
"y": 0.0,
"z": 1.0
},
"zAxis": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"units": {
"type": "Inches"
},
"__meta": []
},
"start": {
"from": [
2.205,
5.7
],
"to": [
2.205,
5.7
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
993,
1037,
0
]
}
},
"tags": {
"edge1": {
"type": "TagIdentifier",
"value": "edge1",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
]
},
"from": [
2.305,
5.7
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"to": [
2.305,
0.5
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1077,
1083,
0
]
}
]
},
"edge2": {
"type": "TagIdentifier",
"value": "edge2",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
]
},
"from": [
2.3331,
0.3732
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"to": [
2.6331,
-0.1464
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1225,
1231,
0
]
}
]
},
"edge3": {
"type": "TagIdentifier",
"value": "edge3",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
]
},
"from": [
1.8135,
-0.966
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"to": [
0.4867,
-0.2
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1373,
1379,
0
]
}
]
},
"edge4": {
"type": "TagIdentifier",
"value": "edge4",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
]
},
"from": [
0.1,
-0.033
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"to": [
0.2717,
-0.033
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1558,
1564,
0
]
}
]
},
"edge5": {
"type": "TagIdentifier",
"value": "edge5",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
]
},
"from": [
0.5717,
-0.1134
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"to": [
1.8682,
-0.8619
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1742,
1748,
0
]
}
]
},
"edge6": {
"type": "TagIdentifier",
"value": "edge6",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
]
},
"from": [
2.5512,
-0.1789
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"to": [
2.2687,
0.3104
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1928,
1934,
0
]
}
]
},
"edgeLen": {
"type": "TagIdentifier",
"value": "edgeLen",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
]
},
"from": [
0.2367,
-0.133
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"to": [
0.1,
-0.133
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1490,
1498,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
993,
1037,
0
]
}
]
},
"height": 0.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
993,
1037,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1043,
1056,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1090,
1174,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1238,
1322,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1386,
1468,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1505,
1518,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1571,
1653,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1755,
1839,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1941,
2025,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2031,
2087,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1043,
1056,
0
]
},
"from": [
2.205,
5.7
],
"tag": null,
"to": [
2.305,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
]
},
"from": [
2.305,
5.7
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"to": [
2.305,
0.5
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1090,
1174,
0
]
},
"ccw": true,
"center": [
2.605,
0.5
],
"from": [
2.305,
0.5
],
"radius": 0.3,
"tag": null,
"to": [
2.3331,
0.3732
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
]
},
"from": [
2.3331,
0.3732
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"to": [
2.6331,
-0.1464
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1238,
1322,
0
]
},
"ccw": false,
"center": [
2.1135,
-0.4464
],
"from": [
2.6331,
-0.1464
],
"radius": 0.6,
"tag": null,
"to": [
1.8135,
-0.966
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
]
},
"from": [
1.8135,
-0.966
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"to": [
0.4867,
-0.2
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1386,
1468,
0
]
},
"ccw": true,
"center": [
0.2367,
-0.633
],
"from": [
0.4867,
-0.2
],
"radius": 0.5,
"tag": null,
"to": [
0.2367,
-0.133
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
]
},
"from": [
0.2367,
-0.133
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"to": [
0.1,
-0.133
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1505,
1518,
0
]
},
"from": [
0.1,
-0.133
],
"tag": null,
"to": [
0.1,
-0.033
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
]
},
"from": [
0.1,
-0.033
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"to": [
0.2717,
-0.033
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1571,
1653,
0
]
},
"ccw": false,
"center": [
0.2717,
-0.633
],
"from": [
0.2717,
-0.033
],
"radius": 0.6,
"tag": null,
"to": [
0.5717,
-0.1134
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
]
},
"from": [
0.5717,
-0.1134
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"to": [
1.8682,
-0.8619
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1755,
1839,
0
]
},
"ccw": true,
"center": [
2.1182,
-0.4289
],
"from": [
1.8682,
-0.8619
],
"radius": 0.5,
"tag": null,
"to": [
2.5512,
-0.1789
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
]
},
"from": [
2.5512,
-0.1789
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"to": [
2.2687,
0.3104
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1941,
2025,
0
]
},
"ccw": false,
"center": [
2.8125,
0.564
],
"from": [
2.2687,
0.3104
],
"radius": 0.6,
"tag": null,
"to": [
2.2125,
0.564
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2031,
2087,
0
]
},
"from": [
2.2125,
0.564
],
"tag": null,
"to": [
2.205,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2093,
2100,
0
]
},
"from": [
2.205,
5.7
],
"tag": null,
"to": [
2.205,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": -0.26,
"y": 0.26,
"z": 0.0
},
"xAxis": {
"x": 1.0,
"y": 1.0,
"z": 0.0
},
"yAxis": {
"x": 0.0,
"y": 0.0,
"z": 1.0
},
"zAxis": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"units": {
"type": "Inches"
},
"__meta": []
},
"start": {
"from": [
2.205,
5.7
],
"to": [
2.205,
5.7
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
993,
1037,
0
]
}
},
"tags": {
"edge1": {
"type": "TagIdentifier",
"value": "edge1",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
]
},
"from": [
2.305,
5.7
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"to": [
2.305,
0.5
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1077,
1083,
0
]
}
]
},
"edge2": {
"type": "TagIdentifier",
"value": "edge2",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
]
},
"from": [
2.3331,
0.3732
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"to": [
2.6331,
-0.1464
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1225,
1231,
0
]
}
]
},
"edge3": {
"type": "TagIdentifier",
"value": "edge3",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
]
},
"from": [
1.8135,
-0.966
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"to": [
0.4867,
-0.2
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1373,
1379,
0
]
}
]
},
"edge4": {
"type": "TagIdentifier",
"value": "edge4",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
]
},
"from": [
0.1,
-0.033
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"to": [
0.2717,
-0.033
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1558,
1564,
0
]
}
]
},
"edge5": {
"type": "TagIdentifier",
"value": "edge5",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
]
},
"from": [
0.5717,
-0.1134
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"to": [
1.8682,
-0.8619
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1742,
1748,
0
]
}
]
},
"edge6": {
"type": "TagIdentifier",
"value": "edge6",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
]
},
"from": [
2.5512,
-0.1789
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"to": [
2.2687,
0.3104
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1928,
1934,
0
]
}
]
},
"edgeLen": {
"type": "TagIdentifier",
"value": "edgeLen",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
]
},
"from": [
0.2367,
-0.133
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"to": [
0.1,
-0.133
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1490,
1498,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
993,
1037,
0
]
}
]
},
"height": 0.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
993,
1037,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1043,
1056,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1090,
1174,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1238,
1322,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1386,
1468,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1505,
1518,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1571,
1653,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1755,
1839,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1941,
2025,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2031,
2087,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1043,
1056,
0
]
},
"from": [
2.205,
5.7
],
"tag": null,
"to": [
2.305,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
]
},
"from": [
2.305,
5.7
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"to": [
2.305,
0.5
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1090,
1174,
0
]
},
"ccw": true,
"center": [
2.605,
0.5
],
"from": [
2.305,
0.5
],
"radius": 0.3,
"tag": null,
"to": [
2.3331,
0.3732
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
]
},
"from": [
2.3331,
0.3732
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"to": [
2.6331,
-0.1464
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1238,
1322,
0
]
},
"ccw": false,
"center": [
2.1135,
-0.4464
],
"from": [
2.6331,
-0.1464
],
"radius": 0.6,
"tag": null,
"to": [
1.8135,
-0.966
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
]
},
"from": [
1.8135,
-0.966
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"to": [
0.4867,
-0.2
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1386,
1468,
0
]
},
"ccw": true,
"center": [
0.2367,
-0.633
],
"from": [
0.4867,
-0.2
],
"radius": 0.5,
"tag": null,
"to": [
0.2367,
-0.133
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
]
},
"from": [
0.2367,
-0.133
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"to": [
0.1,
-0.133
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1505,
1518,
0
]
},
"from": [
0.1,
-0.133
],
"tag": null,
"to": [
0.1,
-0.033
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
]
},
"from": [
0.1,
-0.033
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"to": [
0.2717,
-0.033
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1571,
1653,
0
]
},
"ccw": false,
"center": [
0.2717,
-0.633
],
"from": [
0.2717,
-0.033
],
"radius": 0.6,
"tag": null,
"to": [
0.5717,
-0.1134
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
]
},
"from": [
0.5717,
-0.1134
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"to": [
1.8682,
-0.8619
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1755,
1839,
0
]
},
"ccw": true,
"center": [
2.1182,
-0.4289
],
"from": [
1.8682,
-0.8619
],
"radius": 0.5,
"tag": null,
"to": [
2.5512,
-0.1789
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
]
},
"from": [
2.5512,
-0.1789
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"to": [
2.2687,
0.3104
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1941,
2025,
0
]
},
"ccw": false,
"center": [
2.8125,
0.564
],
"from": [
2.2687,
0.3104
],
"radius": 0.6,
"tag": null,
"to": [
2.2125,
0.564
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2031,
2087,
0
]
},
"from": [
2.2125,
0.564
],
"tag": null,
"to": [
2.205,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2093,
2100,
0
]
},
"from": [
2.205,
5.7
],
"tag": null,
"to": [
2.205,
5.7
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": -0.26,
"y": 0.26,
"z": 0.0
},
"xAxis": {
"x": 1.0,
"y": 1.0,
"z": 0.0
},
"yAxis": {
"x": 0.0,
"y": 0.0,
"z": 1.0
},
"zAxis": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"units": {
"type": "Inches"
},
"__meta": []
},
"start": {
"from": [
2.205,
5.7
],
"to": [
2.205,
5.7
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
993,
1037,
0
]
}
},
"tags": {
"edge1": {
"type": "TagIdentifier",
"value": "edge1",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
]
},
"from": [
2.305,
5.7
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"to": [
2.305,
0.5
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1062,
1084,
0
],
"tag": {
"end": 1083,
"start": 1077,
"type": "TagDeclarator",
"value": "edge1"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1077,
1083,
0
]
}
]
},
"edge2": {
"type": "TagIdentifier",
"value": "edge2",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
]
},
"from": [
2.3331,
0.3732
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"to": [
2.6331,
-0.1464
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1180,
1232,
0
],
"tag": {
"end": 1231,
"start": 1225,
"type": "TagDeclarator",
"value": "edge2"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1225,
1231,
0
]
}
]
},
"edge3": {
"type": "TagIdentifier",
"value": "edge3",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
]
},
"from": [
1.8135,
-0.966
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"to": [
0.4867,
-0.2
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1328,
1380,
0
],
"tag": {
"end": 1379,
"start": 1373,
"type": "TagDeclarator",
"value": "edge3"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1373,
1379,
0
]
}
]
},
"edge4": {
"type": "TagIdentifier",
"value": "edge4",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
]
},
"from": [
0.1,
-0.033
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"to": [
0.2717,
-0.033
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1524,
1565,
0
],
"tag": {
"end": 1564,
"start": 1558,
"type": "TagDeclarator",
"value": "edge4"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1558,
1564,
0
]
}
]
},
"edge5": {
"type": "TagIdentifier",
"value": "edge5",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
]
},
"from": [
0.5717,
-0.1134
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"to": [
1.8682,
-0.8619
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1659,
1749,
0
],
"tag": {
"end": 1748,
"start": 1742,
"type": "TagDeclarator",
"value": "edge5"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1742,
1748,
0
]
}
]
},
"edge6": {
"type": "TagIdentifier",
"value": "edge6",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
]
},
"from": [
2.5512,
-0.1789
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"to": [
2.2687,
0.3104
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1845,
1935,
0
],
"tag": {
"end": 1934,
"start": 1928,
"type": "TagDeclarator",
"value": "edge6"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1928,
1934,
0
]
}
]
},
"edgeLen": {
"type": "TagIdentifier",
"value": "edgeLen",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
]
},
"from": [
0.2367,
-0.133
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"to": [
0.1,
-0.133
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1474,
1499,
0
],
"tag": {
"end": 1498,
"start": 1490,
"type": "TagDeclarator",
"value": "edgeLen"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1490,
1498,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
993,
1037,
0
]
}
]
},
"height": 0.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
993,
1037,
0
]
}
]
}
]
},
"sketch003": {
"type": "Sketch",
"value": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
2.055,
0.0
],
"radius": 2.055,
"tag": null,
"to": [
2.055,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.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"
},
"__meta": []
},
"start": {
"from": [
2.055,
0.0
],
"to": [
2.055,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
}
},
"sketch004": {
"type": "Sketches",
"value": [
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2585,
2598,
0
]
},
"from": [
0.3,
0.17
],
"tag": null,
"to": [
0.3,
1.37
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2604,
2687,
0
]
},
"ccw": false,
"center": [
0.3,
0.17
],
"from": [
0.3,
1.37
],
"radius": 1.2,
"tag": null,
"to": [
1.3392,
-0.43
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2693,
2749,
0
]
},
"from": [
1.3392,
-0.43
],
"tag": null,
"to": [
0.3,
0.17
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2755,
2762,
0
]
},
"from": [
0.3,
0.17
],
"tag": null,
"to": [
0.3,
0.17
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
2.055,
0.0
],
"radius": 2.055,
"tag": null,
"to": [
2.055,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.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"
},
"__meta": []
},
"start": {
"from": [
2.055,
0.0
],
"to": [
2.055,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2511,
2543,
0
]
}
]
},
"start": {
"from": [
0.3,
0.17
],
"to": [
0.3,
0.17
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2549,
2579,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2549,
2579,
0
]
}
]
},
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2585,
2598,
0
]
},
"from": [
0.3,
0.17
],
"tag": null,
"to": [
0.3,
1.37
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2604,
2687,
0
]
},
"ccw": false,
"center": [
0.3,
0.17
],
"from": [
0.3,
1.37
],
"radius": 1.2,
"tag": null,
"to": [
1.3392,
-0.43
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2693,
2749,
0
]
},
"from": [
1.3392,
-0.43
],
"tag": null,
"to": [
0.3,
0.17
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2755,
2762,
0
]
},
"from": [
0.3,
0.17
],
"tag": null,
"to": [
0.3,
0.17
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
2.055,
0.0
],
"radius": 2.055,
"tag": null,
"to": [
2.055,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.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"
},
"__meta": []
},
"start": {
"from": [
2.055,
0.0
],
"to": [
2.055,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2511,
2543,
0
]
}
]
},
"start": {
"from": [
0.3,
0.17
],
"to": [
0.3,
0.17
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2549,
2579,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2549,
2579,
0
]
}
]
},
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2585,
2598,
0
]
},
"from": [
0.3,
0.17
],
"tag": null,
"to": [
0.3,
1.37
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2604,
2687,
0
]
},
"ccw": false,
"center": [
0.3,
0.17
],
"from": [
0.3,
1.37
],
"radius": 1.2,
"tag": null,
"to": [
1.3392,
-0.43
],
"type": "Arc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2693,
2749,
0
]
},
"from": [
1.3392,
-0.43
],
"tag": null,
"to": [
0.3,
0.17
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2755,
2762,
0
]
},
"from": [
0.3,
0.17
],
"tag": null,
"to": [
0.3,
0.17
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
2.055,
0.0
],
"radius": 2.055,
"tag": null,
"to": [
2.055,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.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"
},
"__meta": []
},
"start": {
"from": [
2.055,
0.0
],
"to": [
2.055,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2368,
2448,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2368,
2448,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2511,
2543,
0
]
}
]
},
"start": {
"from": [
0.3,
0.17
],
"to": [
0.3,
0.17
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2549,
2579,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
2549,
2579,
0
]
}
]
}
]
},
"sketch005": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3038,
3074,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3080,
3170,
0
],
"tag": {
"end": 3169,
"start": 3164,
"type": "TagDeclarator",
"value": "seg1"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3176,
3222,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3228,
3281,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3287,
3303,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3309,
3365,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3038,
3074,
0
]
},
"from": [
0.15,
1.11
],
"tag": null,
"to": [
2.005,
1.11
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3080,
3170,
0
]
},
"from": [
2.005,
1.11
],
"tag": {
"end": 3169,
"start": 3164,
"type": "TagDeclarator",
"value": "seg1"
},
"to": [
2.135,
1.1851
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3176,
3222,
0
]
},
"from": [
2.135,
1.1851
],
"tag": null,
"to": [
2.16,
1.1418
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3228,
3281,
0
]
},
"from": [
2.16,
1.1418
],
"tag": null,
"to": [
2.03,
1.0667
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3287,
3303,
0
]
},
"from": [
2.03,
1.0667
],
"tag": null,
"to": [
0.15,
1.0667
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3309,
3365,
0
]
},
"from": [
0.15,
1.0667
],
"tag": null,
"to": [
0.15,
1.11
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3371,
3378,
0
]
},
"from": [
0.15,
1.11
],
"tag": null,
"to": [
0.15,
1.11
],
"type": "ToPoint",
"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"
},
"__meta": []
},
"start": {
"from": [
0.15,
1.11
],
"to": [
0.15,
1.11
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3001,
3032,
0
]
}
},
"tags": {
"seg1": {
"type": "TagIdentifier",
"value": "seg1",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3080,
3170,
0
]
},
"from": [
2.005,
1.11
],
"tag": {
"end": 3169,
"start": 3164,
"type": "TagDeclarator",
"value": "seg1"
},
"to": [
2.135,
1.1851
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3080,
3170,
0
],
"tag": {
"end": 3169,
"start": 3164,
"type": "TagDeclarator",
"value": "seg1"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
3164,
3169,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3001,
3032,
0
]
}
]
},
"height": 0.0,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3001,
3032,
0
]
}
]
}
},
"sketch006": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3502,
3522,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3528,
3571,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3577,
3589,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3595,
3615,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3621,
3635,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3641,
3689,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3695,
3751,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3502,
3522,
0
]
},
"from": [
0.1,
1.0
],
"tag": null,
"to": [
0.2,
1.0
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3528,
3571,
0
]
},
"from": [
0.2,
1.0
],
"tag": null,
"to": [
0.05,
0.9736
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3577,
3589,
0
]
},
"from": [
0.05,
0.9736
],
"tag": null,
"to": [
0.05,
10.9736
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3595,
3615,
0
]
},
"from": [
0.05,
10.9736
],
"tag": null,
"to": [
0.65,
10.9736
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3621,
3635,
0
]
},
"from": [
0.65,
10.9736
],
"tag": null,
"to": [
0.65,
10.9236
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3641,
3689,
0
]
},
"ccw": false,
"center": [
0.05,
10.9236
],
"from": [
0.65,
10.9236
],
"tag": null,
"to": [
0.05,
10.3236
],
"type": "TangentialArc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3695,
3751,
0
]
},
"from": [
0.05,
10.3236
],
"tag": null,
"to": [
0.1,
1.0
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3757,
3764,
0
]
},
"from": [
0.1,
1.0
],
"tag": null,
"to": [
0.1,
1.0
],
"type": "ToPoint",
"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"
},
"__meta": []
},
"start": {
"from": [
0.1,
1.0
],
"to": [
0.1,
1.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3469,
3496,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3469,
3496,
0
]
}
]
},
"height": 0.0,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3469,
3496,
0
]
}
]
}
},
"sketch007": {
"type": "Sketch",
"value": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
}
},
"sketch008": {
"type": "Sketches",
"value": [
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
},
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
},
"ccw": true,
"center": [
1.4,
0.0
],
"from": [
1.7,
0.0
],
"radius": 0.3,
"tag": null,
"to": [
1.7,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4111,
4143,
0
]
}
]
},
"start": {
"from": [
1.7,
0.0
],
"to": [
1.7,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4149,
4187,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4149,
4187,
0
]
}
]
}
]
},
"sketch009": {
"type": "Sketches",
"value": [
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
},
"ccw": true,
"center": [
0.6,
0.0
],
"from": [
0.8,
0.0
],
"radius": 0.2,
"tag": null,
"to": [
0.8,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4421,
4453,
0
]
}
]
},
"start": {
"from": [
0.8,
0.0
],
"to": [
0.8,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4459,
4497,
0
]
}
]
},
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
},
"ccw": true,
"center": [
0.6,
0.0
],
"from": [
0.8,
0.0
],
"radius": 0.2,
"tag": null,
"to": [
0.8,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4421,
4453,
0
]
}
]
},
"start": {
"from": [
0.8,
0.0
],
"to": [
0.8,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4459,
4497,
0
]
}
]
},
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
},
"ccw": true,
"center": [
0.6,
0.0
],
"from": [
0.8,
0.0
],
"radius": 0.2,
"tag": null,
"to": [
0.8,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4421,
4453,
0
]
}
]
},
"start": {
"from": [
0.8,
0.0
],
"to": [
0.8,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4459,
4497,
0
]
}
]
},
{
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
},
"ccw": true,
"center": [
0.6,
0.0
],
"from": [
0.8,
0.0
],
"radius": 0.2,
"tag": null,
"to": [
0.8,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"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
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
1.965,
0.0
],
"radius": 1.965,
"tag": null,
"to": [
1.965,
0.0
],
"type": "Circle",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 1.12
},
"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"
},
"__meta": []
},
"start": {
"from": [
1.965,
0.0
],
"to": [
1.965,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3879,
3959,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"height": 0.05,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
3879,
3959,
0
]
}
]
},
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4421,
4453,
0
]
}
]
},
"start": {
"from": [
0.8,
0.0
],
"to": [
0.8,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4459,
4497,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4459,
4497,
0
]
}
]
}
]
},
"sketch010": {
"type": "Sketch",
"value": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4750,
4823,
0
]
},
"ccw": true,
"center": [
0.0,
0.0
],
"from": [
2.205,
0.0
],
"radius": 2.205,
"tag": null,
"to": [
2.205,
0.0
],
"type": "Circle",
"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"
},
"__meta": []
},
"start": {
"from": [
2.205,
0.0
],
"to": [
2.205,
0.0
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4750,
4823,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
4750,
4823,
0
]
}
]
}
},
"sketch011": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5122,
5156,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5162,
5175,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5181,
5194,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5200,
5213,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5219,
5244,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5250,
5390,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5396,
5452,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5122,
5156,
0
]
},
"from": [
0.2,
6.62
],
"tag": null,
"to": [
2.105,
6.62
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5162,
5175,
0
]
},
"from": [
2.105,
6.62
],
"tag": null,
"to": [
2.105,
7.32
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5181,
5194,
0
]
},
"from": [
2.105,
7.32
],
"tag": null,
"to": [
2.405,
7.32
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5200,
5213,
0
]
},
"from": [
2.405,
7.32
],
"tag": null,
"to": [
2.405,
7.72
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5219,
5244,
0
]
},
"from": [
2.405,
7.72
],
"tag": null,
"to": [
2.385,
7.74
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5250,
5390,
0
]
},
"from": [
2.385,
7.74
],
"tag": null,
"to": [
0.08,
8.74
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5396,
5452,
0
]
},
"from": [
0.08,
8.74
],
"tag": null,
"to": [
0.2,
6.62
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5458,
5465,
0
]
},
"from": [
0.2,
6.62
],
"tag": null,
"to": [
0.2,
6.62
],
"type": "ToPoint",
"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"
},
"__meta": []
},
"start": {
"from": [
0.2,
6.62
],
"to": [
0.2,
6.62
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5072,
5116,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
5072,
5116,
0
]
}
]
},
"height": 0.0,
"startCapId": null,
"endCapId": null,
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
5072,
5116,
0
]
}
]
}
},
"sketch012": {
"type": "Sketch",
"value": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5641,
5662,
0
]
},
"from": [
2.3,
6.4
],
"tag": null,
"to": [
2.86,
6.4
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5668,
5699,
0
]
},
"ccw": false,
"center": [
2.86,
5.1556
],
"from": [
2.86,
6.4
],
"tag": null,
"to": [
4.1,
5.26
],
"type": "TangentialArcTo",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5705,
5736,
0
]
},
"ccw": false,
"center": [
-24.0397,
2.8911
],
"from": [
4.1,
5.26
],
"tag": null,
"to": [
4.17,
1.6
],
"type": "TangentialArcTo",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5742,
5774,
0
]
},
"ccw": false,
"center": [
3.1336,
1.6474
],
"from": [
4.17,
1.6
],
"tag": null,
"to": [
3.13,
0.61
],
"type": "TangentialArcTo",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5780,
5802,
0
]
},
"from": [
3.13,
0.61
],
"tag": null,
"to": [
2.04,
0.61
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5808,
5829,
0
]
},
"from": [
2.04,
0.61
],
"tag": null,
"to": [
2.04,
1.04
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5835,
5860,
0
]
},
"from": [
2.04,
1.04
],
"tag": null,
"to": [
3.03,
1.02
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5866,
5897,
0
]
},
"ccw": true,
"center": [
3.0419,
1.6081
],
"from": [
3.03,
1.02
],
"tag": null,
"to": [
3.63,
1.6
],
"type": "TangentialArcTo",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5903,
5935,
0
]
},
"ccw": true,
"center": [
-49.5106,
2.3278
],
"from": [
3.63,
1.6
],
"tag": null,
"to": [
3.56,
5.15
],
"type": "TangentialArcTo",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5941,
5973,
0
]
},
"ccw": true,
"center": [
2.7871,
5.1089
],
"from": [
3.56,
5.15
],
"tag": null,
"to": [
2.72,
5.88
],
"type": "TangentialArcTo",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5979,
6000,
0
]
},
"from": [
2.72,
5.88
],
"tag": null,
"to": [
2.32,
5.88
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6006,
6062,
0
]
},
"from": [
2.32,
5.88
],
"tag": null,
"to": [
2.3,
6.4
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6068,
6075,
0
]
},
"from": [
2.3,
6.4
],
"tag": null,
"to": [
2.3,
6.4
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": -0.325,
"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"
},
"__meta": []
},
"start": {
"from": [
2.3,
6.4
],
"to": [
2.3,
6.4
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5606,
5635,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
5606,
5635,
0
]
}
]
}
}
}