Files
modeling-app/rust/kcl-lib/tests/kcl_samples/router-template-slate/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

7365 lines
174 KiB
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing router-template-slate.kcl
---
{
"depth": {
"type": "Number",
"value": 30.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
365,
367,
0
]
}
]
},
"extrude001": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
558,
597,
0
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
603,
701,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
707,
783,
0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
789,
858,
0
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
864,
904,
0
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
989,
1019,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1025,
1054,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1060,
1089,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1095,
1124,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1130,
1230,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1236,
1292,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
558,
597,
0
]
},
"from": [
0.0,
28.1188
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
603,
701,
0
]
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
28.1188
],
"radius": 8.11875,
"tag": null,
"to": [
18.8688,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
707,
783,
0
]
},
"from": [
18.8688,
20.0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
18.8688,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
789,
858,
0
]
},
"from": [
18.8688,
-12.4937
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
30.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
864,
904,
0
]
},
"from": [
30.75,
-12.4937
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
910,
949,
0
]
},
"from": [
30.75,
-122.4938
],
"tag": {
"end": 948,
"start": 942,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
0.0,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
989,
1019,
0
]
},
"from": [
0.0,
-122.4938
],
"tag": null,
"to": [
-30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1025,
1054,
0
]
},
"from": [
-30.75,
-122.4938
],
"tag": null,
"to": [
-30.75,
-12.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1060,
1089,
0
]
},
"from": [
-30.75,
-12.4938
],
"tag": null,
"to": [
-18.8688,
-12.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1095,
1124,
0
]
},
"from": [
-18.8688,
-12.4938
],
"tag": null,
"to": [
-18.8688,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1130,
1230,
0
]
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-18.8688,
20.0
],
"radius": 8.11875,
"tag": null,
"to": [
-10.75,
28.1187
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1236,
1292,
0
]
},
"from": [
-10.75,
28.1187
],
"tag": null,
"to": [
0.0,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1298,
1305,
0
]
},
"from": [
0.0,
28.1188
],
"tag": null,
"to": [
0.0,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "XZ",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"yAxis": {
"x": 0.0,
"y": 0.0,
"z": 1.0
},
"zAxis": {
"x": 0.0,
"y": -1.0,
"z": 0.0
},
"units": {
"type": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
28.1188
],
"to": [
0.0,
28.1188
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
509,
552,
0
]
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
558,
597,
0
]
},
"from": [
0.0,
28.1188
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
558,
597,
0
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
590,
596,
0
]
}
]
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
910,
949,
0
]
},
"from": [
30.75,
-122.4938
],
"tag": {
"end": 948,
"start": 942,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
0.0,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": null
},
"__meta": [
{
"sourceRange": [
942,
948,
0
]
}
]
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
864,
904,
0
]
},
"from": [
30.75,
-12.4937
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
864,
904,
0
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
897,
903,
0
]
}
]
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
789,
858,
0
]
},
"from": [
18.8688,
-12.4937
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
30.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
789,
858,
0
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
851,
857,
0
]
}
]
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
707,
783,
0
]
},
"from": [
18.8688,
20.0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
18.8688,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
707,
783,
0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
776,
782,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
509,
552,
0
]
}
]
},
"height": 5.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
509,
552,
0
]
}
]
}
},
"extrude002": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1566,
1613,
0
],
"tag": {
"end": 1612,
"start": 1591,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1619,
1734,
0
],
"tag": {
"end": 1733,
"start": 1712,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1740,
1860,
0
],
"tag": {
"end": 1859,
"start": 1838,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1866,
1922,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1566,
1613,
0
]
},
"from": [
-20.75,
-12.4937
],
"tag": {
"end": 1612,
"start": 1591,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"to": [
-27.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1619,
1734,
0
]
},
"from": [
-27.75,
-12.4937
],
"tag": {
"end": 1733,
"start": 1712,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"to": [
-27.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1740,
1860,
0
]
},
"from": [
-27.75,
-92.4938
],
"tag": {
"end": 1859,
"start": 1838,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"to": [
-20.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1866,
1922,
0
]
},
"from": [
-20.75,
-92.4938
],
"tag": null,
"to": [
-20.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1928,
1935,
0
]
},
"from": [
-20.75,
-12.4937
],
"tag": null,
"to": [
-20.75,
-12.4937
],
"type": "ToPoint",
"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": 0.0,
"z": 1.0
},
"zAxis": {
"x": 0.0,
"y": -1.0,
"z": 0.0
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
558,
597,
0
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
603,
701,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
707,
783,
0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
789,
858,
0
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
864,
904,
0
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
989,
1019,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1025,
1054,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1060,
1089,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1095,
1124,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1130,
1230,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1236,
1292,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
558,
597,
0
]
},
"from": [
0.0,
28.1188
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
603,
701,
0
]
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
28.1188
],
"radius": 8.11875,
"tag": null,
"to": [
18.8688,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
707,
783,
0
]
},
"from": [
18.8688,
20.0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
18.8688,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
789,
858,
0
]
},
"from": [
18.8688,
-12.4937
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
30.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
864,
904,
0
]
},
"from": [
30.75,
-12.4937
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
910,
949,
0
]
},
"from": [
30.75,
-122.4938
],
"tag": {
"end": 948,
"start": 942,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
0.0,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
989,
1019,
0
]
},
"from": [
0.0,
-122.4938
],
"tag": null,
"to": [
-30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1025,
1054,
0
]
},
"from": [
-30.75,
-122.4938
],
"tag": null,
"to": [
-30.75,
-12.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1060,
1089,
0
]
},
"from": [
-30.75,
-12.4938
],
"tag": null,
"to": [
-18.8688,
-12.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1095,
1124,
0
]
},
"from": [
-18.8688,
-12.4938
],
"tag": null,
"to": [
-18.8688,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1130,
1230,
0
]
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-18.8688,
20.0
],
"radius": 8.11875,
"tag": null,
"to": [
-10.75,
28.1187
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1236,
1292,
0
]
},
"from": [
-10.75,
28.1187
],
"tag": null,
"to": [
0.0,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1298,
1305,
0
]
},
"from": [
0.0,
28.1188
],
"tag": null,
"to": [
0.0,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "XZ",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"yAxis": {
"x": 0.0,
"y": 0.0,
"z": 1.0
},
"zAxis": {
"x": 0.0,
"y": -1.0,
"z": 0.0
},
"units": {
"type": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
28.1188
],
"to": [
0.0,
28.1188
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
509,
552,
0
]
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
558,
597,
0
]
},
"from": [
0.0,
28.1188
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
558,
597,
0
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
590,
596,
0
]
}
]
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
910,
949,
0
]
},
"from": [
30.75,
-122.4938
],
"tag": {
"end": 948,
"start": 942,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
0.0,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": null
},
"__meta": [
{
"sourceRange": [
942,
948,
0
]
}
]
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
864,
904,
0
]
},
"from": [
30.75,
-12.4937
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
864,
904,
0
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
897,
903,
0
]
}
]
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
789,
858,
0
]
},
"from": [
18.8688,
-12.4937
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
30.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
789,
858,
0
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
851,
857,
0
]
}
]
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
707,
783,
0
]
},
"from": [
18.8688,
20.0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
18.8688,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
707,
783,
0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
776,
782,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
509,
552,
0
]
}
]
},
"height": 5.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
509,
552,
0
]
}
]
},
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1420,
1454,
0
]
}
]
},
"start": {
"from": [
-20.75,
-12.4937
],
"to": [
-20.75,
-12.4937
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1460,
1560,
0
]
}
},
"tags": {
"rectangleSegmentA001": {
"type": "TagIdentifier",
"value": "rectangleSegmentA001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1566,
1613,
0
]
},
"from": [
-20.75,
-12.4937
],
"tag": {
"end": 1612,
"start": 1591,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"to": [
-27.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1566,
1613,
0
],
"tag": {
"end": 1612,
"start": 1591,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1591,
1612,
0
]
}
]
},
"rectangleSegmentB001": {
"type": "TagIdentifier",
"value": "rectangleSegmentB001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1619,
1734,
0
]
},
"from": [
-27.75,
-12.4937
],
"tag": {
"end": 1733,
"start": 1712,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"to": [
-27.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1619,
1734,
0
],
"tag": {
"end": 1733,
"start": 1712,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1712,
1733,
0
]
}
]
},
"rectangleSegmentC001": {
"type": "TagIdentifier",
"value": "rectangleSegmentC001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1740,
1860,
0
]
},
"from": [
-27.75,
-92.4938
],
"tag": {
"end": 1859,
"start": 1838,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"to": [
-20.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1740,
1860,
0
],
"tag": {
"end": 1859,
"start": 1838,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1838,
1859,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1460,
1560,
0
]
}
]
},
"height": 7.5,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1460,
1560,
0
]
}
]
}
},
"extrude003": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2197,
2243,
0
],
"tag": {
"end": 2242,
"start": 2221,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2249,
2341,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2347,
2444,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2450,
2506,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2197,
2243,
0
]
},
"from": [
20.75,
-12.4937
],
"tag": {
"end": 2242,
"start": 2221,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"to": [
27.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2249,
2341,
0
]
},
"from": [
27.75,
-12.4937
],
"tag": null,
"to": [
27.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2347,
2444,
0
]
},
"from": [
27.75,
-92.4938
],
"tag": null,
"to": [
20.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2450,
2506,
0
]
},
"from": [
20.75,
-92.4938
],
"tag": null,
"to": [
20.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2512,
2519,
0
]
},
"from": [
20.75,
-12.4937
],
"tag": null,
"to": [
20.75,
-12.4937
],
"type": "ToPoint",
"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": 0.0,
"z": 1.0
},
"zAxis": {
"x": 0.0,
"y": -1.0,
"z": 0.0
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
558,
597,
0
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
603,
701,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
707,
783,
0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
789,
858,
0
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
864,
904,
0
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
989,
1019,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1025,
1054,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1060,
1089,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1095,
1124,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1130,
1230,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1236,
1292,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
558,
597,
0
]
},
"from": [
0.0,
28.1188
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
603,
701,
0
]
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
28.1188
],
"radius": 8.11875,
"tag": null,
"to": [
18.8688,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
707,
783,
0
]
},
"from": [
18.8688,
20.0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
18.8688,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
789,
858,
0
]
},
"from": [
18.8688,
-12.4937
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
30.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
864,
904,
0
]
},
"from": [
30.75,
-12.4937
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
910,
949,
0
]
},
"from": [
30.75,
-122.4938
],
"tag": {
"end": 948,
"start": 942,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
0.0,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
989,
1019,
0
]
},
"from": [
0.0,
-122.4938
],
"tag": null,
"to": [
-30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1025,
1054,
0
]
},
"from": [
-30.75,
-122.4938
],
"tag": null,
"to": [
-30.75,
-12.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1060,
1089,
0
]
},
"from": [
-30.75,
-12.4938
],
"tag": null,
"to": [
-18.8688,
-12.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1095,
1124,
0
]
},
"from": [
-18.8688,
-12.4938
],
"tag": null,
"to": [
-18.8688,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1130,
1230,
0
]
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-18.8688,
20.0
],
"radius": 8.11875,
"tag": null,
"to": [
-10.75,
28.1187
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1236,
1292,
0
]
},
"from": [
-10.75,
28.1187
],
"tag": null,
"to": [
0.0,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1298,
1305,
0
]
},
"from": [
0.0,
28.1188
],
"tag": null,
"to": [
0.0,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "XZ",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"yAxis": {
"x": 0.0,
"y": 0.0,
"z": 1.0
},
"zAxis": {
"x": 0.0,
"y": -1.0,
"z": 0.0
},
"units": {
"type": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
28.1188
],
"to": [
0.0,
28.1188
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
509,
552,
0
]
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
558,
597,
0
]
},
"from": [
0.0,
28.1188
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
558,
597,
0
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
590,
596,
0
]
}
]
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
910,
949,
0
]
},
"from": [
30.75,
-122.4938
],
"tag": {
"end": 948,
"start": 942,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
0.0,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": null
},
"__meta": [
{
"sourceRange": [
942,
948,
0
]
}
]
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
864,
904,
0
]
},
"from": [
30.75,
-12.4937
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
864,
904,
0
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
897,
903,
0
]
}
]
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
789,
858,
0
]
},
"from": [
18.8688,
-12.4937
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
30.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
789,
858,
0
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
851,
857,
0
]
}
]
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
707,
783,
0
]
},
"from": [
18.8688,
20.0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
18.8688,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
707,
783,
0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
776,
782,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
509,
552,
0
]
}
]
},
"height": 5.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
509,
552,
0
]
}
]
},
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2052,
2086,
0
]
}
]
},
"start": {
"from": [
20.75,
-12.4937
],
"to": [
20.75,
-12.4937
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2092,
2191,
0
]
}
},
"tags": {
"rectangleSegmentA002": {
"type": "TagIdentifier",
"value": "rectangleSegmentA002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2197,
2243,
0
]
},
"from": [
20.75,
-12.4937
],
"tag": {
"end": 2242,
"start": 2221,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"to": [
27.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2197,
2243,
0
],
"tag": {
"end": 2242,
"start": 2221,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2221,
2242,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2092,
2191,
0
]
}
]
},
"height": 7.5,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2092,
2191,
0
]
}
]
}
},
"length001": {
"type": "Number",
"value": 10.75,
"ty": {
"type": "Unknown"
},
"__meta": [
{
"sourceRange": [
283,
287,
0
]
},
{
"sourceRange": [
290,
291,
0
]
},
{
"sourceRange": [
354,
356,
0
]
}
]
},
"length002": {
"type": "Number",
"value": 110.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
365,
367,
0
]
},
{
"sourceRange": [
314,
316,
0
]
},
{
"sourceRange": [
319,
321,
0
]
}
]
},
"minClampingDistance": {
"type": "Number",
"value": 80.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
314,
316,
0
]
},
{
"sourceRange": [
319,
321,
0
]
}
]
},
"radius": {
"type": "Number",
"value": 10.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
354,
356,
0
]
}
]
},
"rectangleSegmentA001": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentA001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1566,
1613,
0
]
},
"from": [
-20.75,
-12.4937
],
"tag": {
"end": 1612,
"start": 1591,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"to": [
-27.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1566,
1613,
0
],
"tag": {
"end": 1612,
"start": 1591,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1591,
1612,
0
]
}
]
},
"rectangleSegmentA002": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentA002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2197,
2243,
0
]
},
"from": [
20.75,
-12.4937
],
"tag": {
"end": 2242,
"start": 2221,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"to": [
27.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2197,
2243,
0
],
"tag": {
"end": 2242,
"start": 2221,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2221,
2242,
0
]
}
]
},
"rectangleSegmentB001": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentB001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1619,
1734,
0
]
},
"from": [
-27.75,
-12.4937
],
"tag": {
"end": 1733,
"start": 1712,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"to": [
-27.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1619,
1734,
0
],
"tag": {
"end": 1733,
"start": 1712,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1712,
1733,
0
]
}
]
},
"rectangleSegmentC001": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentC001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1740,
1860,
0
]
},
"from": [
-27.75,
-92.4938
],
"tag": {
"end": 1859,
"start": 1838,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"to": [
-20.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1740,
1860,
0
],
"tag": {
"end": 1859,
"start": 1838,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1838,
1859,
0
]
}
]
},
"routerDiameter": {
"type": "Number",
"value": 12.7,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
165,
169,
0
]
}
]
},
"seg01": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg01",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
558,
597,
0
]
},
"from": [
0.0,
28.1188
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
558,
597,
0
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
590,
596,
0
]
}
]
},
"seg02": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg02",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
910,
949,
0
]
},
"from": [
30.75,
-122.4938
],
"tag": {
"end": 948,
"start": 942,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
0.0,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": null
},
"__meta": [
{
"sourceRange": [
942,
948,
0
]
}
]
},
"seg03": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg03",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
864,
904,
0
]
},
"from": [
30.75,
-12.4937
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
864,
904,
0
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
897,
903,
0
]
}
]
},
"seg04": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg04",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
789,
858,
0
]
},
"from": [
18.8688,
-12.4937
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
30.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
789,
858,
0
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
851,
857,
0
]
}
]
},
"seg05": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg05",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
707,
783,
0
]
},
"from": [
18.8688,
20.0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
18.8688,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
707,
783,
0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
776,
782,
0
]
}
]
},
"sketch001": {
"type": "Sketch",
"value": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
558,
597,
0
]
},
"from": [
0.0,
28.1188
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
603,
701,
0
]
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
28.1188
],
"radius": 8.11875,
"tag": null,
"to": [
18.8688,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
707,
783,
0
]
},
"from": [
18.8688,
20.0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
18.8688,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
789,
858,
0
]
},
"from": [
18.8688,
-12.4937
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
30.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
864,
904,
0
]
},
"from": [
30.75,
-12.4937
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
910,
949,
0
]
},
"from": [
30.75,
-122.4938
],
"tag": {
"end": 948,
"start": 942,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
0.0,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
989,
1019,
0
]
},
"from": [
0.0,
-122.4938
],
"tag": null,
"to": [
-30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1025,
1054,
0
]
},
"from": [
-30.75,
-122.4938
],
"tag": null,
"to": [
-30.75,
-12.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1060,
1089,
0
]
},
"from": [
-30.75,
-12.4938
],
"tag": null,
"to": [
-18.8688,
-12.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1095,
1124,
0
]
},
"from": [
-18.8688,
-12.4938
],
"tag": null,
"to": [
-18.8688,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1130,
1230,
0
]
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-18.8688,
20.0
],
"radius": 8.11875,
"tag": null,
"to": [
-10.75,
28.1187
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1236,
1292,
0
]
},
"from": [
-10.75,
28.1187
],
"tag": null,
"to": [
0.0,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1298,
1305,
0
]
},
"from": [
0.0,
28.1188
],
"tag": null,
"to": [
0.0,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "XZ",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"yAxis": {
"x": 0.0,
"y": 0.0,
"z": 1.0
},
"zAxis": {
"x": 0.0,
"y": -1.0,
"z": 0.0
},
"units": {
"type": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
28.1188
],
"to": [
0.0,
28.1188
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
509,
552,
0
]
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
558,
597,
0
]
},
"from": [
0.0,
28.1188
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
558,
597,
0
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
590,
596,
0
]
}
]
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
910,
949,
0
]
},
"from": [
30.75,
-122.4938
],
"tag": {
"end": 948,
"start": 942,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
0.0,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": null
},
"__meta": [
{
"sourceRange": [
942,
948,
0
]
}
]
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
864,
904,
0
]
},
"from": [
30.75,
-12.4937
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
864,
904,
0
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
897,
903,
0
]
}
]
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
789,
858,
0
]
},
"from": [
18.8688,
-12.4937
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
30.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
789,
858,
0
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
851,
857,
0
]
}
]
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
707,
783,
0
]
},
"from": [
18.8688,
20.0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
18.8688,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
707,
783,
0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
776,
782,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
509,
552,
0
]
}
]
}
},
"sketch002": {
"type": "Sketch",
"value": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1566,
1613,
0
]
},
"from": [
-20.75,
-12.4937
],
"tag": {
"end": 1612,
"start": 1591,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"to": [
-27.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1619,
1734,
0
]
},
"from": [
-27.75,
-12.4937
],
"tag": {
"end": 1733,
"start": 1712,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"to": [
-27.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1740,
1860,
0
]
},
"from": [
-27.75,
-92.4938
],
"tag": {
"end": 1859,
"start": 1838,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"to": [
-20.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1866,
1922,
0
]
},
"from": [
-20.75,
-92.4938
],
"tag": null,
"to": [
-20.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1928,
1935,
0
]
},
"from": [
-20.75,
-12.4937
],
"tag": null,
"to": [
-20.75,
-12.4937
],
"type": "ToPoint",
"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": 0.0,
"z": 1.0
},
"zAxis": {
"x": 0.0,
"y": -1.0,
"z": 0.0
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
558,
597,
0
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
603,
701,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
707,
783,
0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
789,
858,
0
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
864,
904,
0
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
989,
1019,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1025,
1054,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1060,
1089,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1095,
1124,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1130,
1230,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1236,
1292,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
558,
597,
0
]
},
"from": [
0.0,
28.1188
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
603,
701,
0
]
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
28.1188
],
"radius": 8.11875,
"tag": null,
"to": [
18.8688,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
707,
783,
0
]
},
"from": [
18.8688,
20.0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
18.8688,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
789,
858,
0
]
},
"from": [
18.8688,
-12.4937
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
30.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
864,
904,
0
]
},
"from": [
30.75,
-12.4937
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
910,
949,
0
]
},
"from": [
30.75,
-122.4938
],
"tag": {
"end": 948,
"start": 942,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
0.0,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
989,
1019,
0
]
},
"from": [
0.0,
-122.4938
],
"tag": null,
"to": [
-30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1025,
1054,
0
]
},
"from": [
-30.75,
-122.4938
],
"tag": null,
"to": [
-30.75,
-12.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1060,
1089,
0
]
},
"from": [
-30.75,
-12.4938
],
"tag": null,
"to": [
-18.8688,
-12.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1095,
1124,
0
]
},
"from": [
-18.8688,
-12.4938
],
"tag": null,
"to": [
-18.8688,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1130,
1230,
0
]
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-18.8688,
20.0
],
"radius": 8.11875,
"tag": null,
"to": [
-10.75,
28.1187
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1236,
1292,
0
]
},
"from": [
-10.75,
28.1187
],
"tag": null,
"to": [
0.0,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1298,
1305,
0
]
},
"from": [
0.0,
28.1188
],
"tag": null,
"to": [
0.0,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "XZ",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"yAxis": {
"x": 0.0,
"y": 0.0,
"z": 1.0
},
"zAxis": {
"x": 0.0,
"y": -1.0,
"z": 0.0
},
"units": {
"type": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
28.1188
],
"to": [
0.0,
28.1188
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
509,
552,
0
]
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
558,
597,
0
]
},
"from": [
0.0,
28.1188
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
558,
597,
0
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
590,
596,
0
]
}
]
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
910,
949,
0
]
},
"from": [
30.75,
-122.4938
],
"tag": {
"end": 948,
"start": 942,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
0.0,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": null
},
"__meta": [
{
"sourceRange": [
942,
948,
0
]
}
]
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
864,
904,
0
]
},
"from": [
30.75,
-12.4937
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
864,
904,
0
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
897,
903,
0
]
}
]
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
789,
858,
0
]
},
"from": [
18.8688,
-12.4937
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
30.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
789,
858,
0
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
851,
857,
0
]
}
]
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
707,
783,
0
]
},
"from": [
18.8688,
20.0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
18.8688,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
707,
783,
0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
776,
782,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
509,
552,
0
]
}
]
},
"height": 5.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
509,
552,
0
]
}
]
},
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1420,
1454,
0
]
}
]
},
"start": {
"from": [
-20.75,
-12.4937
],
"to": [
-20.75,
-12.4937
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1460,
1560,
0
]
}
},
"tags": {
"rectangleSegmentA001": {
"type": "TagIdentifier",
"value": "rectangleSegmentA001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1566,
1613,
0
]
},
"from": [
-20.75,
-12.4937
],
"tag": {
"end": 1612,
"start": 1591,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"to": [
-27.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1566,
1613,
0
],
"tag": {
"end": 1612,
"start": 1591,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1591,
1612,
0
]
}
]
},
"rectangleSegmentB001": {
"type": "TagIdentifier",
"value": "rectangleSegmentB001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1619,
1734,
0
]
},
"from": [
-27.75,
-12.4937
],
"tag": {
"end": 1733,
"start": 1712,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"to": [
-27.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1619,
1734,
0
],
"tag": {
"end": 1733,
"start": 1712,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1712,
1733,
0
]
}
]
},
"rectangleSegmentC001": {
"type": "TagIdentifier",
"value": "rectangleSegmentC001",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1740,
1860,
0
]
},
"from": [
-27.75,
-92.4938
],
"tag": {
"end": 1859,
"start": 1838,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"to": [
-20.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1740,
1860,
0
],
"tag": {
"end": 1859,
"start": 1838,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1838,
1859,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
1460,
1560,
0
]
}
]
}
},
"sketch003": {
"type": "Sketch",
"value": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2197,
2243,
0
]
},
"from": [
20.75,
-12.4937
],
"tag": {
"end": 2242,
"start": 2221,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"to": [
27.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2249,
2341,
0
]
},
"from": [
27.75,
-12.4937
],
"tag": null,
"to": [
27.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2347,
2444,
0
]
},
"from": [
27.75,
-92.4938
],
"tag": null,
"to": [
20.75,
-92.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2450,
2506,
0
]
},
"from": [
20.75,
-92.4938
],
"tag": null,
"to": [
20.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2512,
2519,
0
]
},
"from": [
20.75,
-12.4937
],
"tag": null,
"to": [
20.75,
-12.4937
],
"type": "ToPoint",
"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": 0.0,
"z": 1.0
},
"zAxis": {
"x": 0.0,
"y": -1.0,
"z": 0.0
},
"solid": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
558,
597,
0
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
603,
701,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
707,
783,
0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
789,
858,
0
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
864,
904,
0
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
989,
1019,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1025,
1054,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1060,
1089,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1095,
1124,
0
],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1130,
1230,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1236,
1292,
0
],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
558,
597,
0
]
},
"from": [
0.0,
28.1188
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
603,
701,
0
]
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
28.1188
],
"radius": 8.11875,
"tag": null,
"to": [
18.8688,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
707,
783,
0
]
},
"from": [
18.8688,
20.0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
18.8688,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
789,
858,
0
]
},
"from": [
18.8688,
-12.4937
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
30.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
864,
904,
0
]
},
"from": [
30.75,
-12.4937
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
910,
949,
0
]
},
"from": [
30.75,
-122.4938
],
"tag": {
"end": 948,
"start": 942,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
0.0,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
989,
1019,
0
]
},
"from": [
0.0,
-122.4938
],
"tag": null,
"to": [
-30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1025,
1054,
0
]
},
"from": [
-30.75,
-122.4938
],
"tag": null,
"to": [
-30.75,
-12.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1060,
1089,
0
]
},
"from": [
-30.75,
-12.4938
],
"tag": null,
"to": [
-18.8688,
-12.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1095,
1124,
0
]
},
"from": [
-18.8688,
-12.4938
],
"tag": null,
"to": [
-18.8688,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1130,
1230,
0
]
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-18.8688,
20.0
],
"radius": 8.11875,
"tag": null,
"to": [
-10.75,
28.1187
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1236,
1292,
0
]
},
"from": [
-10.75,
28.1187
],
"tag": null,
"to": [
0.0,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1298,
1305,
0
]
},
"from": [
0.0,
28.1188
],
"tag": null,
"to": [
0.0,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "XZ",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"yAxis": {
"x": 0.0,
"y": 0.0,
"z": 1.0
},
"zAxis": {
"x": 0.0,
"y": -1.0,
"z": 0.0
},
"units": {
"type": "Mm"
},
"__meta": []
},
"start": {
"from": [
0.0,
28.1188
],
"to": [
0.0,
28.1188
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
509,
552,
0
]
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
558,
597,
0
]
},
"from": [
0.0,
28.1188
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
28.1188
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
558,
597,
0
],
"tag": {
"end": 596,
"start": 590,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
590,
596,
0
]
}
]
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
910,
949,
0
]
},
"from": [
30.75,
-122.4938
],
"tag": {
"end": 948,
"start": 942,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
0.0,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": null
},
"__meta": [
{
"sourceRange": [
942,
948,
0
]
}
]
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
864,
904,
0
]
},
"from": [
30.75,
-12.4937
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
30.75,
-122.4938
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
864,
904,
0
],
"tag": {
"end": 903,
"start": 897,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
897,
903,
0
]
}
]
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
789,
858,
0
]
},
"from": [
18.8688,
-12.4937
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
30.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
789,
858,
0
],
"tag": {
"end": 857,
"start": 851,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
851,
857,
0
]
}
]
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
707,
783,
0
]
},
"from": [
18.8688,
20.0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
18.8688,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
707,
783,
0
],
"tag": {
"end": 782,
"start": 776,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
776,
782,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
509,
552,
0
]
}
]
},
"height": 5.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
509,
552,
0
]
}
]
},
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2052,
2086,
0
]
}
]
},
"start": {
"from": [
20.75,
-12.4937
],
"to": [
20.75,
-12.4937
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2092,
2191,
0
]
}
},
"tags": {
"rectangleSegmentA002": {
"type": "TagIdentifier",
"value": "rectangleSegmentA002",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2197,
2243,
0
]
},
"from": [
20.75,
-12.4937
],
"tag": {
"end": 2242,
"start": 2221,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"to": [
27.75,
-12.4937
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2197,
2243,
0
],
"tag": {
"end": 2242,
"start": 2221,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2221,
2242,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
},
"__meta": [
{
"sourceRange": [
2092,
2191,
0
]
}
]
}
},
"slateWidthHalf": {
"type": "Number",
"value": 20.75,
"ty": {
"type": "Unknown"
},
"__meta": [
{
"sourceRange": [
283,
287,
0
]
},
{
"sourceRange": [
290,
291,
0
]
}
]
},
"templateDiameter": {
"type": "Number",
"value": 17.4625,
"ty": {
"type": "Unknown"
},
"__meta": [
{
"sourceRange": [
189,
191,
0
]
},
{
"sourceRange": [
194,
196,
0
]
},
{
"sourceRange": [
199,
205,
0
]
}
]
},
"templateGap": {
"type": "Number",
"value": 1.8812,
"ty": {
"type": "Unknown"
},
"__meta": [
{
"sourceRange": [
189,
191,
0
]
},
{
"sourceRange": [
194,
196,
0
]
},
{
"sourceRange": [
199,
205,
0
]
},
{
"sourceRange": [
165,
169,
0
]
},
{
"sourceRange": [
258,
259,
0
]
},
{
"sourceRange": [
262,
265,
0
]
}
]
},
"templateThickness": {
"type": "Number",
"value": 10.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
342,
344,
0
]
}
]
}
}