Files
modeling-app/rust/kcl-lib/tests/kcl_samples/gridfinity-bins-stacking-lip/program_memory.snap
Adam Chalmers aea82e004a KCL: Convert x/y lines to use keyword arguments (#5615)
Previously, `xLine`, `xLineTo`, `yLine` and `yLineTo` used positional arguments. Now:

- `xLineTo` and `yLineTo` have been removed
- `xLine` and `yLine` both use keyword arguments:
  - `length`, optional (i.e. a relative distance along the X or Y axis)
  - `endAbsolute` optional (i.e. an absolute point along the X or Y axis)
  - `tag` optional
- Exactly one of `length` or `endAbsolute` must be given. Not both, not neither.

For example:

```
// Old way
|> xLine(6.04, %)
|> yLineTo(20, %, $base)

// New way
|> xLine(length = 6.04)
|> yLine(endAbsolute = 20, tag = $base)
```

This also improves some of the general-purpose keyword arguments code in modeling app's TS codebase.
2025-03-07 22:07:16 -06:00

33606 lines
760 KiB
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing gridfinity-bins-stacking-lip.kcl
---
{
"arc000": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "arc000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
}
},
"__meta": [
{
"sourceRange": [
5701,
5708,
0
]
}
]
},
"axis000": {
"type": "Object",
"value": {
"custom": {
"type": "Object",
"value": {
"axis": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
2011,
2014,
0
]
}
]
},
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
2016,
2019,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
2010,
2020,
0
]
}
]
},
"origin": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 4.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
560,
564,
0
]
},
{
"sourceRange": [
527,
531,
0
]
}
]
},
{
"type": "Number",
"value": 4.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
560,
564,
0
]
},
{
"sourceRange": [
527,
531,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
2035,
2099,
0
]
}
]
}
},
"__meta": [
{
"sourceRange": [
1997,
2103,
0
]
}
]
}
},
"__meta": [
{
"sourceRange": [
1984,
2105,
0
]
}
]
},
"axis001": {
"type": "Object",
"value": {
"custom": {
"type": "Object",
"value": {
"axis": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
7829,
7832,
0
]
}
]
},
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
7834,
7837,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
7828,
7838,
0
]
}
]
},
"origin": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 3.75,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
560,
564,
0
]
}
]
},
{
"type": "Number",
"value": 3.75,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
560,
564,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
7853,
7881,
0
]
}
]
}
},
"__meta": [
{
"sourceRange": [
7815,
7885,
0
]
}
]
}
},
"__meta": [
{
"sourceRange": [
7802,
7887,
0
]
}
]
},
"binBaseLength": {
"type": "Number",
"value": 2.95,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
513,
517,
0
]
}
]
},
"binCorners": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
}
]
},
"binFill": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"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": [
3.2,
3.2
],
"to": [
3.2,
3.2
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2555,
2643,
0
]
}
},
"tags": {
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2704,
2712,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2774,
2782,
0
]
}
]
},
"line002": {
"type": "TagIdentifier",
"value": "line002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2833,
2841,
0
]
}
]
},
"line003": {
"type": "TagIdentifier",
"value": "line003",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2860,
2868,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"height": 4.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"edgeCuts": [
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
}
],
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"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": [
3.2,
3.2
],
"to": [
3.2,
3.2
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2555,
2643,
0
]
}
},
"tags": {
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2704,
2712,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2774,
2782,
0
]
}
]
},
"line002": {
"type": "TagIdentifier",
"value": "line002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2833,
2841,
0
]
}
]
},
"line003": {
"type": "TagIdentifier",
"value": "line003",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2860,
2868,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"height": 4.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"edgeCuts": [
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
}
],
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"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": [
3.2,
3.2
],
"to": [
3.2,
3.2
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2555,
2643,
0
]
}
},
"tags": {
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2704,
2712,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2774,
2782,
0
]
}
]
},
"line002": {
"type": "TagIdentifier",
"value": "line002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2833,
2841,
0
]
}
]
},
"line003": {
"type": "TagIdentifier",
"value": "line003",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2860,
2868,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"height": 4.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"edgeCuts": [
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
}
],
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"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": [
3.2,
3.2
],
"to": [
3.2,
3.2
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2555,
2643,
0
]
}
},
"tags": {
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2704,
2712,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2774,
2782,
0
]
}
]
},
"line002": {
"type": "TagIdentifier",
"value": "line002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2833,
2841,
0
]
}
]
},
"line003": {
"type": "TagIdentifier",
"value": "line003",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2860,
2868,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"height": 4.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"edgeCuts": [
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
}
],
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"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": [
3.2,
3.2
],
"to": [
3.2,
3.2
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2555,
2643,
0
]
}
},
"tags": {
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2704,
2712,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2774,
2782,
0
]
}
]
},
"line002": {
"type": "TagIdentifier",
"value": "line002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2833,
2841,
0
]
}
]
},
"line003": {
"type": "TagIdentifier",
"value": "line003",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2860,
2868,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"height": 4.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"edgeCuts": [
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
}
],
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"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": [
3.2,
3.2
],
"to": [
3.2,
3.2
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2555,
2643,
0
]
}
},
"tags": {
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2704,
2712,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2774,
2782,
0
]
}
]
},
"line002": {
"type": "TagIdentifier",
"value": "line002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2833,
2841,
0
]
}
]
},
"line003": {
"type": "TagIdentifier",
"value": "line003",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2860,
2868,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"height": 4.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"edgeCuts": [
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
}
],
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
}
]
},
"binHeight": {
"type": "Number",
"value": 7.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
493,
496,
0
]
}
]
},
"binLength": {
"type": "Number",
"value": 41.5,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
476,
480,
0
]
}
]
},
"binSides": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
}
]
},
"binThk": {
"type": "Number",
"value": 1.2,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
541,
544,
0
]
}
]
},
"binTol": {
"type": "Number",
"value": 0.25,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
527,
531,
0
]
}
]
},
"binTop": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4759,
4831,
0
],
"tag": {
"end": 4830,
"start": 4822,
"type": "TagDeclarator",
"value": "line010"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4837,
4910,
0
],
"tag": {
"end": 4909,
"start": 4901,
"type": "TagDeclarator",
"value": "line011"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4916,
4969,
0
],
"tag": {
"end": 4968,
"start": 4960,
"type": "TagDeclarator",
"value": "line012"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4975,
4996,
0
],
"tag": {
"end": 4995,
"start": 4987,
"type": "TagDeclarator",
"value": "line013"
},
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4759,
4831,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 4830,
"start": 4822,
"type": "TagDeclarator",
"value": "line010"
},
"to": [
84.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4837,
4910,
0
]
},
"from": [
84.0,
0.0
],
"tag": {
"end": 4909,
"start": 4901,
"type": "TagDeclarator",
"value": "line011"
},
"to": [
84.0,
126.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4916,
4969,
0
]
},
"from": [
84.0,
126.0
],
"tag": {
"end": 4968,
"start": 4960,
"type": "TagDeclarator",
"value": "line012"
},
"to": [
0.0,
126.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4975,
4996,
0
]
},
"from": [
0.0,
126.0
],
"tag": {
"end": 4995,
"start": 4987,
"type": "TagDeclarator",
"value": "line013"
},
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 4.75
},
"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": [
4728,
4753,
0
]
}
},
"tags": {
"line010": {
"type": "TagIdentifier",
"value": "line010",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4759,
4831,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 4830,
"start": 4822,
"type": "TagDeclarator",
"value": "line010"
},
"to": [
84.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4759,
4831,
0
],
"tag": {
"end": 4830,
"start": 4822,
"type": "TagDeclarator",
"value": "line010"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
4822,
4830,
0
]
}
]
},
"line011": {
"type": "TagIdentifier",
"value": "line011",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4837,
4910,
0
]
},
"from": [
84.0,
0.0
],
"tag": {
"end": 4909,
"start": 4901,
"type": "TagDeclarator",
"value": "line011"
},
"to": [
84.0,
126.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4837,
4910,
0
],
"tag": {
"end": 4909,
"start": 4901,
"type": "TagDeclarator",
"value": "line011"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
4901,
4909,
0
]
}
]
},
"line012": {
"type": "TagIdentifier",
"value": "line012",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4916,
4969,
0
]
},
"from": [
84.0,
126.0
],
"tag": {
"end": 4968,
"start": 4960,
"type": "TagDeclarator",
"value": "line012"
},
"to": [
0.0,
126.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4916,
4969,
0
],
"tag": {
"end": 4968,
"start": 4960,
"type": "TagDeclarator",
"value": "line012"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
4960,
4968,
0
]
}
]
},
"line013": {
"type": "TagIdentifier",
"value": "line013",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4975,
4996,
0
]
},
"from": [
0.0,
126.0
],
"tag": {
"end": 4995,
"start": 4987,
"type": "TagDeclarator",
"value": "line013"
},
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4975,
4996,
0
],
"tag": {
"end": 4995,
"start": 4987,
"type": "TagDeclarator",
"value": "line013"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
4987,
4995,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
4728,
4753,
0
]
}
]
},
"height": 7.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"edgeCuts": [
{
"type": "fillet",
"id": "[uuid]",
"radius": 3.75,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 3.75,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 3.75,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 3.75,
"edgeId": "[uuid]",
"tag": null
}
],
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
4728,
4753,
0
]
}
]
}
},
"cornerRadius": {
"type": "Number",
"value": 3.75,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
560,
564,
0
]
}
]
},
"corners": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
}
]
},
"countBinHeight": {
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
847,
848,
0
]
}
]
},
"countBinLength": {
"type": "Number",
"value": 3.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
828,
829,
0
]
}
]
},
"countBinWidth": {
"type": "Number",
"value": 2.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
809,
810,
0
]
}
]
},
"face": {
"type": "Function",
"__meta": [
{
"sourceRange": [
1133,
1506,
0
]
}
]
},
"firstStep": {
"type": "Number",
"value": 0.8,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
577,
580,
0
]
}
]
},
"height": {
"type": "Number",
"value": 4.75,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
577,
580,
0
]
},
{
"sourceRange": [
594,
597,
0
]
},
{
"sourceRange": [
610,
614,
0
]
}
]
},
"line000": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5583,
5591,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5824,
5832,
0
]
}
]
},
"line002": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "line002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2833,
2841,
0
]
}
]
},
"line003": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "line003",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2860,
2868,
0
]
}
]
},
"line010": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "line010",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4759,
4831,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 4830,
"start": 4822,
"type": "TagDeclarator",
"value": "line010"
},
"to": [
84.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4759,
4831,
0
],
"tag": {
"end": 4830,
"start": 4822,
"type": "TagDeclarator",
"value": "line010"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
4822,
4830,
0
]
}
]
},
"line011": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "line011",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4837,
4910,
0
]
},
"from": [
84.0,
0.0
],
"tag": {
"end": 4909,
"start": 4901,
"type": "TagDeclarator",
"value": "line011"
},
"to": [
84.0,
126.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4837,
4910,
0
],
"tag": {
"end": 4909,
"start": 4901,
"type": "TagDeclarator",
"value": "line011"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
4901,
4909,
0
]
}
]
},
"line012": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "line012",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4916,
4969,
0
]
},
"from": [
84.0,
126.0
],
"tag": {
"end": 4968,
"start": 4960,
"type": "TagDeclarator",
"value": "line012"
},
"to": [
0.0,
126.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4916,
4969,
0
],
"tag": {
"end": 4968,
"start": 4960,
"type": "TagDeclarator",
"value": "line012"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
4960,
4968,
0
]
}
]
},
"line013": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "line013",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
4975,
4996,
0
]
},
"from": [
0.0,
126.0
],
"tag": {
"end": 4995,
"start": 4987,
"type": "TagDeclarator",
"value": "line013"
},
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
4975,
4996,
0
],
"tag": {
"end": 4995,
"start": 4987,
"type": "TagDeclarator",
"value": "line013"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
4987,
4995,
0
]
}
]
},
"lipCorners000": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
]
},
"from": [
1.9,
5.1
],
"tag": null,
"to": [
1.9,
3.3
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
]
},
"from": [
1.9,
3.3
],
"tag": null,
"to": [
2.6,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
]
},
"from": [
2.6,
2.6
],
"tag": null,
"to": [
2.6,
1.4
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
]
},
"from": [
2.6,
1.4
],
"tag": null,
"to": [
1.2,
-0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
]
},
"from": [
1.2,
-0.0
],
"tag": null,
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 3.75,
"y": 0.0,
"z": 11.75
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
0.0
],
"to": [
0.0,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5464,
5489,
0
]
}
},
"tags": {
"arc000": {
"type": "TagIdentifier",
"value": "arc000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
}
},
"__meta": [
{
"sourceRange": [
5701,
5708,
0
]
}
]
},
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5583,
5591,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5824,
5832,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
]
},
"from": [
1.9,
5.1
],
"tag": null,
"to": [
1.9,
3.3
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
]
},
"from": [
1.9,
3.3
],
"tag": null,
"to": [
2.6,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
]
},
"from": [
2.6,
2.6
],
"tag": null,
"to": [
2.6,
1.4
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
]
},
"from": [
2.6,
1.4
],
"tag": null,
"to": [
1.2,
-0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
]
},
"from": [
1.2,
-0.0
],
"tag": null,
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 3.75,
"y": 0.0,
"z": 11.75
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
0.0
],
"to": [
0.0,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5464,
5489,
0
]
}
},
"tags": {
"arc000": {
"type": "TagIdentifier",
"value": "arc000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
}
},
"__meta": [
{
"sourceRange": [
5701,
5708,
0
]
}
]
},
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5583,
5591,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5824,
5832,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
}
]
},
"lipCorners001": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
]
},
"from": [
1.9,
5.1
],
"tag": null,
"to": [
1.9,
3.3
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
]
},
"from": [
1.9,
3.3
],
"tag": null,
"to": [
2.6,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
]
},
"from": [
2.6,
2.6
],
"tag": null,
"to": [
2.6,
1.4
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
]
},
"from": [
2.6,
1.4
],
"tag": null,
"to": [
1.2,
-0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
]
},
"from": [
1.2,
-0.0
],
"tag": null,
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 80.25,
"y": 0.0,
"z": 11.75
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
0.0
],
"to": [
0.0,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5464,
5489,
0
]
}
},
"tags": {
"arc000": {
"type": "TagIdentifier",
"value": "arc000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
}
},
"__meta": [
{
"sourceRange": [
5701,
5708,
0
]
}
]
},
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5583,
5591,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5824,
5832,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
]
},
"from": [
1.9,
5.1
],
"tag": null,
"to": [
1.9,
3.3
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
]
},
"from": [
1.9,
3.3
],
"tag": null,
"to": [
2.6,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
]
},
"from": [
2.6,
2.6
],
"tag": null,
"to": [
2.6,
1.4
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
]
},
"from": [
2.6,
1.4
],
"tag": null,
"to": [
1.2,
-0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
]
},
"from": [
1.2,
-0.0
],
"tag": null,
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 80.25,
"y": 0.0,
"z": 11.75
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
0.0
],
"to": [
0.0,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5464,
5489,
0
]
}
},
"tags": {
"arc000": {
"type": "TagIdentifier",
"value": "arc000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
}
},
"__meta": [
{
"sourceRange": [
5701,
5708,
0
]
}
]
},
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5583,
5591,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5824,
5832,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
}
]
},
"lipFace": {
"type": "Function",
"__meta": [
{
"sourceRange": [
5411,
6069,
0
]
}
]
},
"lipHeight": {
"type": "Number",
"value": 7.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
692,
695,
0
]
},
{
"sourceRange": [
707,
710,
0
]
},
{
"sourceRange": [
722,
725,
0
]
},
{
"sourceRange": [
737,
740,
0
]
},
{
"sourceRange": [
752,
755,
0
]
}
]
},
"lipLengths": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
]
},
"from": [
1.9,
5.1
],
"tag": null,
"to": [
1.9,
3.3
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
]
},
"from": [
1.9,
3.3
],
"tag": null,
"to": [
2.6,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
]
},
"from": [
2.6,
2.6
],
"tag": null,
"to": [
2.6,
1.4
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
]
},
"from": [
2.6,
1.4
],
"tag": null,
"to": [
1.2,
-0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
]
},
"from": [
1.2,
-0.0
],
"tag": null,
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 3.75,
"y": 0.0,
"z": 11.75
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
0.0
],
"to": [
0.0,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5464,
5489,
0
]
}
},
"tags": {
"arc000": {
"type": "TagIdentifier",
"value": "arc000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
}
},
"__meta": [
{
"sourceRange": [
5701,
5708,
0
]
}
]
},
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5583,
5591,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5824,
5832,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
"height": 76.5,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
]
},
"from": [
1.9,
5.1
],
"tag": null,
"to": [
1.9,
3.3
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
]
},
"from": [
1.9,
3.3
],
"tag": null,
"to": [
2.6,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
]
},
"from": [
2.6,
2.6
],
"tag": null,
"to": [
2.6,
1.4
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
]
},
"from": [
2.6,
1.4
],
"tag": null,
"to": [
1.2,
-0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
]
},
"from": [
1.2,
-0.0
],
"tag": null,
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 3.75,
"y": 0.0,
"z": 11.75
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
0.0
],
"to": [
0.0,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5464,
5489,
0
]
}
},
"tags": {
"arc000": {
"type": "TagIdentifier",
"value": "arc000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
}
},
"__meta": [
{
"sourceRange": [
5701,
5708,
0
]
}
]
},
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5583,
5591,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5824,
5832,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
"height": 76.5,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
}
]
},
"lipRadius": {
"type": "Number",
"value": 0.5,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
677,
680,
0
]
}
]
},
"lipSingleLength": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
]
},
"from": [
1.9,
5.1
],
"tag": null,
"to": [
1.9,
3.3
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
]
},
"from": [
1.9,
3.3
],
"tag": null,
"to": [
2.6,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
]
},
"from": [
2.6,
2.6
],
"tag": null,
"to": [
2.6,
1.4
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
]
},
"from": [
2.6,
1.4
],
"tag": null,
"to": [
1.2,
-0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
]
},
"from": [
1.2,
-0.0
],
"tag": null,
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 3.75,
"y": 0.0,
"z": 11.75
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
0.0
],
"to": [
0.0,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5464,
5489,
0
]
}
},
"tags": {
"arc000": {
"type": "TagIdentifier",
"value": "arc000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
}
},
"__meta": [
{
"sourceRange": [
5701,
5708,
0
]
}
]
},
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5583,
5591,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5824,
5832,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
"height": 76.5,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
}
},
"lipSingleLengthCorner": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
]
},
"from": [
1.9,
5.1
],
"tag": null,
"to": [
1.9,
3.3
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
]
},
"from": [
1.9,
3.3
],
"tag": null,
"to": [
2.6,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
]
},
"from": [
2.6,
2.6
],
"tag": null,
"to": [
2.6,
1.4
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
]
},
"from": [
2.6,
1.4
],
"tag": null,
"to": [
1.2,
-0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
]
},
"from": [
1.2,
-0.0
],
"tag": null,
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 3.75,
"y": 0.0,
"z": 11.75
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
0.0
],
"to": [
0.0,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5464,
5489,
0
]
}
},
"tags": {
"arc000": {
"type": "TagIdentifier",
"value": "arc000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
}
},
"__meta": [
{
"sourceRange": [
5701,
5708,
0
]
}
]
},
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5583,
5591,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5824,
5832,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
}
},
"lipSingleWidth": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
]
},
"from": [
1.9,
5.1
],
"tag": null,
"to": [
1.9,
3.3
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
]
},
"from": [
1.9,
3.3
],
"tag": null,
"to": [
2.6,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
]
},
"from": [
2.6,
2.6
],
"tag": null,
"to": [
2.6,
1.4
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
]
},
"from": [
2.6,
1.4
],
"tag": null,
"to": [
1.2,
-0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
]
},
"from": [
1.2,
-0.0
],
"tag": null,
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 3.75,
"z": 11.75
},
"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": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
0.0
],
"to": [
0.0,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5464,
5489,
0
]
}
},
"tags": {
"arc000": {
"type": "TagIdentifier",
"value": "arc000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
}
},
"__meta": [
{
"sourceRange": [
5701,
5708,
0
]
}
]
},
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5583,
5591,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5824,
5832,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
"height": 118.5,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
}
},
"lipSingleWidthCorner": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
]
},
"from": [
1.9,
5.1
],
"tag": null,
"to": [
1.9,
3.3
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
]
},
"from": [
1.9,
3.3
],
"tag": null,
"to": [
2.6,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
]
},
"from": [
2.6,
2.6
],
"tag": null,
"to": [
2.6,
1.4
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
]
},
"from": [
2.6,
1.4
],
"tag": null,
"to": [
1.2,
-0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
]
},
"from": [
1.2,
-0.0
],
"tag": null,
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 80.25,
"y": 0.0,
"z": 11.75
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
0.0
],
"to": [
0.0,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5464,
5489,
0
]
}
},
"tags": {
"arc000": {
"type": "TagIdentifier",
"value": "arc000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
}
},
"__meta": [
{
"sourceRange": [
5701,
5708,
0
]
}
]
},
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5583,
5591,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5824,
5832,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
}
},
"lipStep1": {
"type": "Number",
"value": 1.4,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
692,
695,
0
]
}
]
},
"lipStep2": {
"type": "Number",
"value": 1.2,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
707,
710,
0
]
}
]
},
"lipStep3": {
"type": "Number",
"value": 0.7,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
722,
725,
0
]
}
]
},
"lipStep4": {
"type": "Number",
"value": 1.8,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
737,
740,
0
]
}
]
},
"lipStep5": {
"type": "Number",
"value": 1.9,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
752,
755,
0
]
}
]
},
"lipWidths": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
]
},
"from": [
1.9,
5.1
],
"tag": null,
"to": [
1.9,
3.3
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
]
},
"from": [
1.9,
3.3
],
"tag": null,
"to": [
2.6,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
]
},
"from": [
2.6,
2.6
],
"tag": null,
"to": [
2.6,
1.4
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
]
},
"from": [
2.6,
1.4
],
"tag": null,
"to": [
1.2,
-0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
]
},
"from": [
1.2,
-0.0
],
"tag": null,
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 3.75,
"z": 11.75
},
"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": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
0.0
],
"to": [
0.0,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5464,
5489,
0
]
}
},
"tags": {
"arc000": {
"type": "TagIdentifier",
"value": "arc000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
}
},
"__meta": [
{
"sourceRange": [
5701,
5708,
0
]
}
]
},
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5583,
5591,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5824,
5832,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
"height": 118.5,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5841,
5866,
0
]
},
"from": [
1.9,
5.1
],
"tag": null,
"to": [
1.9,
3.3
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5874,
5932,
0
]
},
"from": [
1.9,
3.3
],
"tag": null,
"to": [
2.6,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5940,
5965,
0
]
},
"from": [
2.6,
2.6
],
"tag": null,
"to": [
2.6,
1.4
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5973,
6032,
0
]
},
"from": [
2.6,
1.4
],
"tag": null,
"to": [
1.2,
-0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
6040,
6047,
0
]
},
"from": [
1.2,
-0.0
],
"tag": null,
"to": [
0.0,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 0.0,
"y": 3.75,
"z": 11.75
},
"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": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
0.0
],
"to": [
0.0,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5464,
5489,
0
]
}
},
"tags": {
"arc000": {
"type": "TagIdentifier",
"value": "arc000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
]
},
"ccw": false,
"center": [
0.5,
5.7929
],
"from": [
0.0,
5.7929
],
"radius": 0.5,
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"to": [
0.8536,
6.1464
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5600,
5709,
0
],
"tag": {
"end": 5708,
"start": 5701,
"type": "TagDeclarator",
"value": "arc000"
},
"type": "extrudeArc"
}
},
"__meta": [
{
"sourceRange": [
5701,
5708,
0
]
}
]
},
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
]
},
"from": [
0.0,
0.0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
0.0,
5.7929
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5549,
5592,
0
],
"tag": {
"end": 5591,
"start": 5583,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5583,
5591,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
]
},
"from": [
0.8536,
6.1464
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
1.9,
5.1
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
5784,
5833,
0
],
"tag": {
"end": 5832,
"start": 5824,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
5824,
5832,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
},
"height": 118.5,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
5464,
5489,
0
]
}
]
}
]
},
"magCutout000": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3194,
3359,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3194,
3359,
0
]
},
"ccw": true,
"center": [
-8.0,
8.0
],
"from": [
-4.75,
8.0
],
"radius": 3.25,
"tag": null,
"to": [
-4.75,
8.0
],
"type": "Circle",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "start",
"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": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"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": [
3.2,
3.2
],
"to": [
3.2,
3.2
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2555,
2643,
0
]
}
},
"tags": {
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2704,
2712,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2774,
2782,
0
]
}
]
},
"line002": {
"type": "TagIdentifier",
"value": "line002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2833,
2841,
0
]
}
]
},
"line003": {
"type": "TagIdentifier",
"value": "line003",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2860,
2868,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"height": 4.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"edgeCuts": [
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
}
],
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
3151,
3188,
0
]
}
]
},
"start": {
"from": [
-4.75,
8.0
],
"to": [
-4.75,
8.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3194,
3359,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
3194,
3359,
0
]
}
]
},
"height": -2.4,
"startCapId": "[uuid]",
"endCapId": null,
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
3194,
3359,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3194,
3359,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3194,
3359,
0
]
},
"ccw": true,
"center": [
-8.0,
8.0
],
"from": [
-4.75,
8.0
],
"radius": 3.25,
"tag": null,
"to": [
-4.75,
8.0
],
"type": "Circle",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "start",
"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": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"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": [
3.2,
3.2
],
"to": [
3.2,
3.2
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2555,
2643,
0
]
}
},
"tags": {
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2704,
2712,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2774,
2782,
0
]
}
]
},
"line002": {
"type": "TagIdentifier",
"value": "line002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2833,
2841,
0
]
}
]
},
"line003": {
"type": "TagIdentifier",
"value": "line003",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2860,
2868,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"height": 4.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"edgeCuts": [
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
}
],
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
3151,
3188,
0
]
}
]
},
"start": {
"from": [
-4.75,
8.0
],
"to": [
-4.75,
8.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3194,
3359,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
3194,
3359,
0
]
}
]
},
"height": -2.4,
"startCapId": "[uuid]",
"endCapId": null,
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
3194,
3359,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3194,
3359,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3194,
3359,
0
]
},
"ccw": true,
"center": [
-8.0,
8.0
],
"from": [
-4.75,
8.0
],
"radius": 3.25,
"tag": null,
"to": [
-4.75,
8.0
],
"type": "Circle",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "start",
"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": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"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": [
3.2,
3.2
],
"to": [
3.2,
3.2
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2555,
2643,
0
]
}
},
"tags": {
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2704,
2712,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2774,
2782,
0
]
}
]
},
"line002": {
"type": "TagIdentifier",
"value": "line002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2833,
2841,
0
]
}
]
},
"line003": {
"type": "TagIdentifier",
"value": "line003",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2860,
2868,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"height": 4.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"edgeCuts": [
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
}
],
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
3151,
3188,
0
]
}
]
},
"start": {
"from": [
-4.75,
8.0
],
"to": [
-4.75,
8.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3194,
3359,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
3194,
3359,
0
]
}
]
},
"height": -2.4,
"startCapId": "[uuid]",
"endCapId": null,
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
3194,
3359,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
3194,
3359,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3194,
3359,
0
]
},
"ccw": true,
"center": [
-8.0,
8.0
],
"from": [
-4.75,
8.0
],
"radius": 3.25,
"tag": null,
"to": [
-4.75,
8.0
],
"type": "Circle",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "start",
"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": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"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": [
3.2,
3.2
],
"to": [
3.2,
3.2
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2555,
2643,
0
]
}
},
"tags": {
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2704,
2712,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2774,
2782,
0
]
}
]
},
"line002": {
"type": "TagIdentifier",
"value": "line002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2833,
2841,
0
]
}
]
},
"line003": {
"type": "TagIdentifier",
"value": "line003",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2860,
2868,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"height": 4.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"edgeCuts": [
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
}
],
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
3151,
3188,
0
]
}
]
},
"start": {
"from": [
-4.75,
8.0
],
"to": [
-4.75,
8.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
3194,
3359,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
3194,
3359,
0
]
}
]
},
"height": -2.4,
"startCapId": "[uuid]",
"endCapId": null,
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
3194,
3359,
0
]
}
]
}
]
},
"magDepth": {
"type": "Number",
"value": 2.4,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
661,
664,
0
]
}
]
},
"magOffset": {
"type": "Number",
"value": 4.8,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
646,
649,
0
]
}
]
},
"magOuterDiam": {
"type": "Number",
"value": 6.5,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
630,
633,
0
]
}
]
},
"plane000": {
"type": "Object",
"value": {
"plane": {
"type": "Object",
"value": {
"origin": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 3.75,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
560,
564,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6137,
6140,
0
]
}
]
},
{
"type": "Number",
"value": 11.75,
"ty": {
"type": "Unknown"
},
"__meta": [
{
"sourceRange": [
577,
580,
0
]
},
{
"sourceRange": [
594,
597,
0
]
},
{
"sourceRange": [
610,
614,
0
]
},
{
"sourceRange": [
493,
496,
0
]
},
{
"sourceRange": [
847,
848,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
6109,
6189,
0
]
}
]
},
"xAxis": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6204,
6207,
0
]
}
]
},
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6209,
6212,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6214,
6217,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
6203,
6218,
0
]
}
]
},
"yAxis": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6233,
6236,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6238,
6241,
0
]
}
]
},
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6243,
6246,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
6232,
6247,
0
]
}
]
},
"zAxis": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6262,
6265,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6267,
6270,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6272,
6275,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
6261,
6276,
0
]
}
]
}
},
"__meta": [
{
"sourceRange": [
6094,
6280,
0
]
}
]
}
},
"__meta": [
{
"sourceRange": [
6082,
6282,
0
]
}
]
},
"plane001": {
"type": "Object",
"value": {
"plane": {
"type": "Object",
"value": {
"origin": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6330,
6333,
0
]
}
]
},
{
"type": "Number",
"value": 3.75,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
560,
564,
0
]
}
]
},
{
"type": "Number",
"value": 11.75,
"ty": {
"type": "Unknown"
},
"__meta": [
{
"sourceRange": [
577,
580,
0
]
},
{
"sourceRange": [
594,
597,
0
]
},
{
"sourceRange": [
610,
614,
0
]
},
{
"sourceRange": [
493,
496,
0
]
},
{
"sourceRange": [
847,
848,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
6322,
6402,
0
]
}
]
},
"xAxis": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6417,
6420,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6422,
6425,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6427,
6430,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
6416,
6431,
0
]
}
]
},
"yAxis": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6446,
6449,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6451,
6454,
0
]
}
]
},
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6456,
6459,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
6445,
6460,
0
]
}
]
},
"zAxis": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6475,
6478,
0
]
}
]
},
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6480,
6483,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6485,
6488,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
6474,
6489,
0
]
}
]
}
},
"__meta": [
{
"sourceRange": [
6307,
6493,
0
]
}
]
}
},
"__meta": [
{
"sourceRange": [
6295,
6495,
0
]
}
]
},
"plane002": {
"type": "Object",
"value": {
"plane": {
"type": "Object",
"value": {
"origin": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 80.25,
"ty": {
"type": "Unknown"
},
"__meta": [
{
"sourceRange": [
809,
810,
0
]
},
{
"sourceRange": [
476,
480,
0
]
},
{
"sourceRange": [
6572,
6573,
0
]
},
{
"sourceRange": [
527,
531,
0
]
},
{
"sourceRange": [
560,
564,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6606,
6609,
0
]
}
]
},
{
"type": "Number",
"value": 11.75,
"ty": {
"type": "Unknown"
},
"__meta": [
{
"sourceRange": [
577,
580,
0
]
},
{
"sourceRange": [
594,
597,
0
]
},
{
"sourceRange": [
610,
614,
0
]
},
{
"sourceRange": [
493,
496,
0
]
},
{
"sourceRange": [
847,
848,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
6535,
6658,
0
]
}
]
},
"xAxis": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6673,
6676,
0
]
}
]
},
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6678,
6681,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6683,
6686,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
6672,
6687,
0
]
}
]
},
"yAxis": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6702,
6705,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6707,
6710,
0
]
}
]
},
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6712,
6715,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
6701,
6716,
0
]
}
]
},
"zAxis": {
"type": "MixedArray",
"value": [
{
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6731,
6734,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6736,
6739,
0
]
}
]
},
{
"type": "Number",
"value": 0.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
6741,
6744,
0
]
}
]
}
],
"__meta": [
{
"sourceRange": [
6730,
6745,
0
]
}
]
}
},
"__meta": [
{
"sourceRange": [
6520,
6749,
0
]
}
]
}
},
"__meta": [
{
"sourceRange": [
6508,
6751,
0
]
}
]
},
"secondStep": {
"type": "Number",
"value": 1.8,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
594,
597,
0
]
}
]
},
"sides": {
"type": "Solids",
"value": [
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
{
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
}
]
},
"singleBinFill": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"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": [
3.2,
3.2
],
"to": [
3.2,
3.2
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2555,
2643,
0
]
}
},
"tags": {
"line000": {
"type": "TagIdentifier",
"value": "line000",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
]
},
"from": [
3.2,
3.2
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"to": [
38.8,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2649,
2713,
0
],
"tag": {
"end": 2712,
"start": 2704,
"type": "TagDeclarator",
"value": "line000"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2704,
2712,
0
]
}
]
},
"line001": {
"type": "TagIdentifier",
"value": "line001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
]
},
"from": [
38.8,
3.2
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"to": [
38.8,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2719,
2783,
0
],
"tag": {
"end": 2782,
"start": 2774,
"type": "TagDeclarator",
"value": "line001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2774,
2782,
0
]
}
]
},
"line002": {
"type": "TagIdentifier",
"value": "line002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
]
},
"from": [
38.8,
38.8
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"to": [
3.2,
38.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2789,
2842,
0
],
"tag": {
"end": 2841,
"start": 2833,
"type": "TagDeclarator",
"value": "line002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2833,
2841,
0
]
}
]
},
"line003": {
"type": "TagIdentifier",
"value": "line003",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
]
},
"from": [
3.2,
38.8
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"to": [
3.2,
3.2
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2848,
2869,
0
],
"tag": {
"end": 2868,
"start": 2860,
"type": "TagDeclarator",
"value": "line003"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2860,
2868,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
},
"height": 4.75,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"edgeCuts": [
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.8,
"edgeId": "[uuid]",
"tag": null
}
],
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2555,
2643,
0
]
}
]
}
},
"singleCorner": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 0.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
}
},
"singleSide": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1240,
1262,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1270,
1300,
0
]
},
"from": [
3.2,
4.75
],
"tag": null,
"to": [
0.25,
4.75
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1308,
1367,
0
]
},
"from": [
0.25,
4.75
],
"tag": null,
"to": [
2.4,
2.6
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1375,
1402,
0
]
},
"from": [
2.4,
2.6
],
"tag": null,
"to": [
2.4,
0.8
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1410,
1469,
0
]
},
"from": [
2.4,
0.8
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1477,
1484,
0
]
},
"from": [
3.2,
0.0
],
"tag": null,
"to": [
3.2,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "Custom",
"origin": {
"x": 4.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 0.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": "Mm"
},
"__meta": []
},
"start": {
"from": [
3.2,
0.0
],
"to": [
3.2,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1186,
1232,
0
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
},
"height": 34.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1186,
1232,
0
]
}
]
}
},
"thirdStep": {
"type": "Number",
"value": 2.15,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
610,
614,
0
]
}
]
}
}