* 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>
5145 lines
118 KiB
Plaintext
5145 lines
118 KiB
Plaintext
---
|
|
source: kcl/src/simulation_tests.rs
|
|
description: Variables in memory after executing enclosure.kcl
|
|
---
|
|
{
|
|
"extrude001": {
|
|
"type": "Solid",
|
|
"value": {
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
299,
|
|
347,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 346,
|
|
"start": 325,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA001"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
353,
|
|
455,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 454,
|
|
"start": 433,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB001"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
461,
|
|
581,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 580,
|
|
"start": 559,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC001"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
587,
|
|
672,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 671,
|
|
"start": 650,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD001"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
299,
|
|
347,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 346,
|
|
"start": 325,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA001"
|
|
},
|
|
"to": [
|
|
125.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
353,
|
|
455,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
125.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 454,
|
|
"start": 433,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB001"
|
|
},
|
|
"to": [
|
|
125.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
461,
|
|
581,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
125.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 580,
|
|
"start": 559,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC001"
|
|
},
|
|
"to": [
|
|
0.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
587,
|
|
672,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
0.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 671,
|
|
"start": 650,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD001"
|
|
},
|
|
"to": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
678,
|
|
685,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"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": "Mm"
|
|
},
|
|
"__meta": []
|
|
},
|
|
"start": {
|
|
"from": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"to": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
268,
|
|
293,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"rectangleSegmentA001": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentA001",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
299,
|
|
347,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 346,
|
|
"start": 325,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA001"
|
|
},
|
|
"to": [
|
|
125.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
299,
|
|
347,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 346,
|
|
"start": 325,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA001"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
325,
|
|
346,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentB001": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentB001",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
353,
|
|
455,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
125.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 454,
|
|
"start": 433,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB001"
|
|
},
|
|
"to": [
|
|
125.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
353,
|
|
455,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 454,
|
|
"start": 433,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB001"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
433,
|
|
454,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentC001": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentC001",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
461,
|
|
581,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
125.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 580,
|
|
"start": 559,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC001"
|
|
},
|
|
"to": [
|
|
0.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
461,
|
|
581,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 580,
|
|
"start": 559,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC001"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
559,
|
|
580,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentD001": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentD001",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
587,
|
|
672,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
0.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 671,
|
|
"start": 650,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD001"
|
|
},
|
|
"to": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
587,
|
|
672,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 671,
|
|
"start": 650,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD001"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
650,
|
|
671,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
268,
|
|
293,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 70.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"edgeCuts": [
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
}
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
268,
|
|
293,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"extrude003": {
|
|
"type": "Solid",
|
|
"value": {
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2826,
|
|
2833,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"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": "Mm"
|
|
},
|
|
"__meta": []
|
|
},
|
|
"start": {
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2406,
|
|
2441,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"rectangleSegmentA002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentA002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2473,
|
|
2494,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentB002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentB002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2581,
|
|
2602,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentC002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentC002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2707,
|
|
2728,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentD002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentD002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2798,
|
|
2819,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2406,
|
|
2441,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 3.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"edgeCuts": [
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
}
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2406,
|
|
2441,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"extrude004": {
|
|
"type": "Solid",
|
|
"value": {
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4065,
|
|
4135,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4134,
|
|
"start": 4113,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA003"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4141,
|
|
4265,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4264,
|
|
"start": 4243,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB003"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4271,
|
|
4391,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4390,
|
|
"start": 4369,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC003"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4397,
|
|
4482,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4481,
|
|
"start": 4460,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD003"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4065,
|
|
4135,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"tag": {
|
|
"end": 4134,
|
|
"start": 4113,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA003"
|
|
},
|
|
"to": [
|
|
272.0,
|
|
3.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4141,
|
|
4265,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
272.0,
|
|
3.0
|
|
],
|
|
"tag": {
|
|
"end": 4264,
|
|
"start": 4243,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB003"
|
|
},
|
|
"to": [
|
|
272.0,
|
|
172.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4271,
|
|
4391,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
272.0,
|
|
172.0
|
|
],
|
|
"tag": {
|
|
"end": 4390,
|
|
"start": 4369,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC003"
|
|
},
|
|
"to": [
|
|
153.0,
|
|
172.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4397,
|
|
4482,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
153.0,
|
|
172.0
|
|
],
|
|
"tag": {
|
|
"end": 4481,
|
|
"start": 4460,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD003"
|
|
},
|
|
"to": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4488,
|
|
4495,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"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": [
|
|
2447,
|
|
2495,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2826,
|
|
2833,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"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": "Mm"
|
|
},
|
|
"__meta": []
|
|
},
|
|
"start": {
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2406,
|
|
2441,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"rectangleSegmentA002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentA002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2473,
|
|
2494,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentB002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentB002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2581,
|
|
2602,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentC002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentC002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2707,
|
|
2728,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentD002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentD002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2798,
|
|
2819,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2406,
|
|
2441,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 3.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"edgeCuts": [
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
}
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2406,
|
|
2441,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
3937,
|
|
3969,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"to": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
3975,
|
|
4059,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"rectangleSegmentA003": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentA003",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4065,
|
|
4135,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"tag": {
|
|
"end": 4134,
|
|
"start": 4113,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA003"
|
|
},
|
|
"to": [
|
|
272.0,
|
|
3.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4065,
|
|
4135,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4134,
|
|
"start": 4113,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA003"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
4113,
|
|
4134,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentB003": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentB003",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4141,
|
|
4265,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
272.0,
|
|
3.0
|
|
],
|
|
"tag": {
|
|
"end": 4264,
|
|
"start": 4243,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB003"
|
|
},
|
|
"to": [
|
|
272.0,
|
|
172.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4141,
|
|
4265,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4264,
|
|
"start": 4243,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB003"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
4243,
|
|
4264,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentC003": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentC003",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4271,
|
|
4391,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
272.0,
|
|
172.0
|
|
],
|
|
"tag": {
|
|
"end": 4390,
|
|
"start": 4369,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC003"
|
|
},
|
|
"to": [
|
|
153.0,
|
|
172.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4271,
|
|
4391,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4390,
|
|
"start": 4369,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC003"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
4369,
|
|
4390,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentD003": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentD003",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4397,
|
|
4482,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
153.0,
|
|
172.0
|
|
],
|
|
"tag": {
|
|
"end": 4481,
|
|
"start": 4460,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD003"
|
|
},
|
|
"to": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4397,
|
|
4482,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4481,
|
|
"start": 4460,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD003"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
4460,
|
|
4481,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
3975,
|
|
4059,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 3.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"edgeCuts": [
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 9.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 9.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 9.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 9.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
}
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
3975,
|
|
4059,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"function001": {
|
|
"type": "Function",
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
1276,
|
|
1927,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": {
|
|
"type": "Number",
|
|
"value": 70.0,
|
|
"ty": {
|
|
"type": "Default",
|
|
"len": {
|
|
"type": "Mm"
|
|
},
|
|
"angle": {
|
|
"type": "Degrees"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
151,
|
|
153,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"holeDia": {
|
|
"type": "Number",
|
|
"value": 4.0,
|
|
"ty": {
|
|
"type": "Default",
|
|
"len": {
|
|
"type": "Mm"
|
|
},
|
|
"angle": {
|
|
"type": "Degrees"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
182,
|
|
183,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"length": {
|
|
"type": "Number",
|
|
"value": 175.0,
|
|
"ty": {
|
|
"type": "Default",
|
|
"len": {
|
|
"type": "Mm"
|
|
},
|
|
"angle": {
|
|
"type": "Degrees"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
126,
|
|
129,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentA001": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentA001",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
299,
|
|
347,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 346,
|
|
"start": 325,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA001"
|
|
},
|
|
"to": [
|
|
125.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
299,
|
|
347,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 346,
|
|
"start": 325,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA001"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
325,
|
|
346,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentA002": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentA002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2473,
|
|
2494,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentA003": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentA003",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4065,
|
|
4135,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"tag": {
|
|
"end": 4134,
|
|
"start": 4113,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA003"
|
|
},
|
|
"to": [
|
|
272.0,
|
|
3.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4065,
|
|
4135,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4134,
|
|
"start": 4113,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA003"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
4113,
|
|
4134,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentB001": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentB001",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
353,
|
|
455,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
125.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 454,
|
|
"start": 433,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB001"
|
|
},
|
|
"to": [
|
|
125.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
353,
|
|
455,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 454,
|
|
"start": 433,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB001"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
433,
|
|
454,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentB002": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentB002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2581,
|
|
2602,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentB003": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentB003",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4141,
|
|
4265,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
272.0,
|
|
3.0
|
|
],
|
|
"tag": {
|
|
"end": 4264,
|
|
"start": 4243,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB003"
|
|
},
|
|
"to": [
|
|
272.0,
|
|
172.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4141,
|
|
4265,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4264,
|
|
"start": 4243,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB003"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
4243,
|
|
4264,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentC001": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentC001",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
461,
|
|
581,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
125.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 580,
|
|
"start": 559,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC001"
|
|
},
|
|
"to": [
|
|
0.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
461,
|
|
581,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 580,
|
|
"start": 559,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC001"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
559,
|
|
580,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentC002": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentC002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2707,
|
|
2728,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentC003": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentC003",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4271,
|
|
4391,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
272.0,
|
|
172.0
|
|
],
|
|
"tag": {
|
|
"end": 4390,
|
|
"start": 4369,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC003"
|
|
},
|
|
"to": [
|
|
153.0,
|
|
172.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4271,
|
|
4391,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4390,
|
|
"start": 4369,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC003"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
4369,
|
|
4390,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentD001": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentD001",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
587,
|
|
672,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
0.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 671,
|
|
"start": 650,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD001"
|
|
},
|
|
"to": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
587,
|
|
672,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 671,
|
|
"start": 650,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD001"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
650,
|
|
671,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentD002": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentD002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2798,
|
|
2819,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentD003": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentD003",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4397,
|
|
4482,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
153.0,
|
|
172.0
|
|
],
|
|
"tag": {
|
|
"end": 4481,
|
|
"start": 4460,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD003"
|
|
},
|
|
"to": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4397,
|
|
4482,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4481,
|
|
"start": 4460,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD003"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
4460,
|
|
4481,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"sketch001": {
|
|
"type": "Sketch",
|
|
"value": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
299,
|
|
347,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 346,
|
|
"start": 325,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA001"
|
|
},
|
|
"to": [
|
|
125.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
353,
|
|
455,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
125.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 454,
|
|
"start": 433,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB001"
|
|
},
|
|
"to": [
|
|
125.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
461,
|
|
581,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
125.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 580,
|
|
"start": 559,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC001"
|
|
},
|
|
"to": [
|
|
0.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
587,
|
|
672,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
0.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 671,
|
|
"start": 650,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD001"
|
|
},
|
|
"to": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
678,
|
|
685,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"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": "Mm"
|
|
},
|
|
"__meta": []
|
|
},
|
|
"start": {
|
|
"from": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"to": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
268,
|
|
293,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"rectangleSegmentA001": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentA001",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
299,
|
|
347,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 346,
|
|
"start": 325,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA001"
|
|
},
|
|
"to": [
|
|
125.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
299,
|
|
347,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 346,
|
|
"start": 325,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA001"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
325,
|
|
346,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentB001": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentB001",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
353,
|
|
455,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
125.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 454,
|
|
"start": 433,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB001"
|
|
},
|
|
"to": [
|
|
125.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
353,
|
|
455,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 454,
|
|
"start": 433,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB001"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
433,
|
|
454,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentC001": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentC001",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
461,
|
|
581,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
125.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 580,
|
|
"start": 559,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC001"
|
|
},
|
|
"to": [
|
|
0.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
461,
|
|
581,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 580,
|
|
"start": 559,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC001"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
559,
|
|
580,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentD001": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentD001",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
587,
|
|
672,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
0.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 671,
|
|
"start": 650,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD001"
|
|
},
|
|
"to": [
|
|
0.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
587,
|
|
672,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 671,
|
|
"start": 650,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD001"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
650,
|
|
671,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
268,
|
|
293,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"sketch003": {
|
|
"type": "Sketch",
|
|
"value": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2826,
|
|
2833,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"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": "Mm"
|
|
},
|
|
"__meta": []
|
|
},
|
|
"start": {
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2406,
|
|
2441,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"rectangleSegmentA002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentA002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2473,
|
|
2494,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentB002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentB002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2581,
|
|
2602,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentC002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentC002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2707,
|
|
2728,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentD002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentD002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2798,
|
|
2819,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2406,
|
|
2441,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"sketch004": {
|
|
"type": "Sketch",
|
|
"value": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4065,
|
|
4135,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"tag": {
|
|
"end": 4134,
|
|
"start": 4113,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA003"
|
|
},
|
|
"to": [
|
|
272.0,
|
|
3.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4141,
|
|
4265,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
272.0,
|
|
3.0
|
|
],
|
|
"tag": {
|
|
"end": 4264,
|
|
"start": 4243,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB003"
|
|
},
|
|
"to": [
|
|
272.0,
|
|
172.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4271,
|
|
4391,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
272.0,
|
|
172.0
|
|
],
|
|
"tag": {
|
|
"end": 4390,
|
|
"start": 4369,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC003"
|
|
},
|
|
"to": [
|
|
153.0,
|
|
172.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4397,
|
|
4482,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
153.0,
|
|
172.0
|
|
],
|
|
"tag": {
|
|
"end": 4481,
|
|
"start": 4460,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD003"
|
|
},
|
|
"to": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4488,
|
|
4495,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"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": [
|
|
2447,
|
|
2495,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2826,
|
|
2833,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"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": "Mm"
|
|
},
|
|
"__meta": []
|
|
},
|
|
"start": {
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2406,
|
|
2441,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"rectangleSegmentA002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentA002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2447,
|
|
2495,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2494,
|
|
"start": 2473,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2473,
|
|
2494,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentB002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentB002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
0.0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"to": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2501,
|
|
2603,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2602,
|
|
"start": 2581,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2581,
|
|
2602,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentC002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentC002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
275.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2609,
|
|
2729,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2728,
|
|
"start": 2707,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2707,
|
|
2728,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentD002": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentD002",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
150.0,
|
|
175.0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"to": [
|
|
150.0,
|
|
0.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
2735,
|
|
2820,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 2819,
|
|
"start": 2798,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD002"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2798,
|
|
2819,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2406,
|
|
2441,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 3.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"edgeCuts": [
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
},
|
|
{
|
|
"type": "fillet",
|
|
"id": "[uuid]",
|
|
"radius": 12.0,
|
|
"edgeId": "[uuid]",
|
|
"tag": null
|
|
}
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
2406,
|
|
2441,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
3937,
|
|
3969,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"to": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
3975,
|
|
4059,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"rectangleSegmentA003": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentA003",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4065,
|
|
4135,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"tag": {
|
|
"end": 4134,
|
|
"start": 4113,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA003"
|
|
},
|
|
"to": [
|
|
272.0,
|
|
3.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4065,
|
|
4135,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4134,
|
|
"start": 4113,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentA003"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
4113,
|
|
4134,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentB003": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentB003",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4141,
|
|
4265,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
272.0,
|
|
3.0
|
|
],
|
|
"tag": {
|
|
"end": 4264,
|
|
"start": 4243,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB003"
|
|
},
|
|
"to": [
|
|
272.0,
|
|
172.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4141,
|
|
4265,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4264,
|
|
"start": 4243,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentB003"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
4243,
|
|
4264,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentC003": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentC003",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4271,
|
|
4391,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
272.0,
|
|
172.0
|
|
],
|
|
"tag": {
|
|
"end": 4390,
|
|
"start": 4369,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC003"
|
|
},
|
|
"to": [
|
|
153.0,
|
|
172.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4271,
|
|
4391,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4390,
|
|
"start": 4369,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentC003"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
4369,
|
|
4390,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"rectangleSegmentD003": {
|
|
"type": "TagIdentifier",
|
|
"value": "rectangleSegmentD003",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4397,
|
|
4482,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
153.0,
|
|
172.0
|
|
],
|
|
"tag": {
|
|
"end": 4481,
|
|
"start": 4460,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD003"
|
|
},
|
|
"to": [
|
|
153.0,
|
|
3.0
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
4397,
|
|
4482,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 4481,
|
|
"start": 4460,
|
|
"type": "TagDeclarator",
|
|
"value": "rectangleSegmentD003"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
4460,
|
|
4481,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
3975,
|
|
4059,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"wallThickness": {
|
|
"type": "Number",
|
|
"value": 3.0,
|
|
"ty": {
|
|
"type": "Default",
|
|
"len": {
|
|
"type": "Mm"
|
|
},
|
|
"angle": {
|
|
"type": "Degrees"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
170,
|
|
171,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"width": {
|
|
"type": "Number",
|
|
"value": 125.0,
|
|
"ty": {
|
|
"type": "Default",
|
|
"len": {
|
|
"type": "Mm"
|
|
},
|
|
"angle": {
|
|
"type": "Degrees"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
138,
|
|
141,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|