Files
modeling-app/rust/kcl-lib/tests/kcl_samples/router-template-cross-bar/program_memory.snap
Adam Chalmers d275995dfe KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).

Before vs. after:

`angledLine({angle = 90, length = 3}, %, $edge)`
  => `angledLine(angle = 90, length = 3, tag = $edge)`

`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
  => `angledLine(angle = 90, lengthX = 3, tag = $edge)`

`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
  => `angledLine(angle = 90, lengthY = 3, tag = $edge)`

`angledLineToX({angle = 90, length = 3}, %, $edge)`
  => `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`

`angledLineToY({angle = 90, length = 3}, %, $edge)`
  => `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00

7973 lines
208 KiB
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing router-template-cross-bar.kcl
---
{
"depth": {
"type": "Number",
"value": 30.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
}
},
"distanceToInsideEdge": {
"type": "Number",
"value": 32.6313,
"ty": {
"type": "Known",
"type": "Count"
}
},
"extrude001": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
31.8813
],
"radius": 11.88125,
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"to": [
22.6313,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
20.0
],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
22.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
-10.0
],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"to": [
32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
-10.0
],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
32.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
10.9406
],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"to": [
102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
10.9406
],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"to": [
102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
30.9406
],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
30.9406
],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"to": [
32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
41.8813
],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
0.0,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
41.8813
],
"tag": null,
"to": [
-32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
41.8813
],
"tag": null,
"to": [
-32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
10.9406
],
"tag": null,
"to": [
-32.6312,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
10.9406
],
"tag": null,
"to": [
-32.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-22.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-22.6312,
20.0
],
"radius": 11.88125,
"tag": null,
"to": [
-10.75,
31.8813
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-10.75,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"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"
}
},
"start": {
"from": [
0.0,
31.8813
],
"to": [
0.0,
31.8813
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01"
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02"
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03"
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04"
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05"
},
"seg06": {
"type": "TagIdentifier",
"value": "seg06"
},
"seg07": {
"type": "TagIdentifier",
"value": "seg07"
},
"seg08": {
"type": "TagIdentifier",
"value": "seg08"
},
"seg09": {
"type": "TagIdentifier",
"value": "seg09"
},
"seg10": {
"type": "TagIdentifier",
"value": "seg10"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
},
"height": 5.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
}
}
},
"extrude002": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
0.0
],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"to": [
22.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
0.0
],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
"to": [
22.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6312,
-10.0
],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},
"to": [
32.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6312,
-10.0
],
"tag": null,
"to": [
32.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
0.0
],
"tag": null,
"to": [
32.6313,
0.0
],
"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": [],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
31.8813
],
"radius": 11.88125,
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"to": [
22.6313,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
20.0
],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
22.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
-10.0
],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"to": [
32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
-10.0
],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
32.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
10.9406
],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"to": [
102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
10.9406
],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"to": [
102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
30.9406
],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
30.9406
],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"to": [
32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
41.8813
],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
0.0,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
41.8813
],
"tag": null,
"to": [
-32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
41.8813
],
"tag": null,
"to": [
-32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
10.9406
],
"tag": null,
"to": [
-32.6312,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
10.9406
],
"tag": null,
"to": [
-32.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-22.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-22.6312,
20.0
],
"radius": 11.88125,
"tag": null,
"to": [
-10.75,
31.8813
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-10.75,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"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"
}
},
"start": {
"from": [
0.0,
31.8813
],
"to": [
0.0,
31.8813
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01"
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02"
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03"
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04"
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05"
},
"seg06": {
"type": "TagIdentifier",
"value": "seg06"
},
"seg07": {
"type": "TagIdentifier",
"value": "seg07"
},
"seg08": {
"type": "TagIdentifier",
"value": "seg08"
},
"seg09": {
"type": "TagIdentifier",
"value": "seg09"
},
"seg10": {
"type": "TagIdentifier",
"value": "seg10"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
},
"height": 5.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
}
},
"units": {
"type": "Mm"
}
},
"start": {
"from": [
32.6313,
0.0
],
"to": [
32.6313,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"rectangleSegmentA002": {
"type": "TagIdentifier",
"value": "rectangleSegmentA002"
},
"rectangleSegmentB002": {
"type": "TagIdentifier",
"value": "rectangleSegmentB002"
},
"rectangleSegmentC002": {
"type": "TagIdentifier",
"value": "rectangleSegmentC002"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
},
"height": 13.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
}
}
},
"extrude003": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2595,
"end": 2616,
"start": 2595,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2711,
"end": 2732,
"start": 2711,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2834,
"end": 2855,
"start": 2834,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
0.0
],
"tag": {
"commentStart": 2595,
"end": 2616,
"start": 2595,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"to": [
-22.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-22.6313,
0.0
],
"tag": {
"commentStart": 2711,
"end": 2732,
"start": 2711,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"to": [
-22.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-22.6313,
-10.0
],
"tag": {
"commentStart": 2834,
"end": 2855,
"start": 2834,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"to": [
-32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
-10.0
],
"tag": null,
"to": [
-32.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
0.0
],
"tag": null,
"to": [
-32.6313,
0.0
],
"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": [],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
31.8813
],
"radius": 11.88125,
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"to": [
22.6313,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
20.0
],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
22.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
-10.0
],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"to": [
32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
-10.0
],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
32.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
10.9406
],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"to": [
102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
10.9406
],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"to": [
102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
30.9406
],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
30.9406
],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"to": [
32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
41.8813
],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
0.0,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
41.8813
],
"tag": null,
"to": [
-32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
41.8813
],
"tag": null,
"to": [
-32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
10.9406
],
"tag": null,
"to": [
-32.6312,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
10.9406
],
"tag": null,
"to": [
-32.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-22.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-22.6312,
20.0
],
"radius": 11.88125,
"tag": null,
"to": [
-10.75,
31.8813
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-10.75,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"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"
}
},
"start": {
"from": [
0.0,
31.8813
],
"to": [
0.0,
31.8813
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01"
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02"
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03"
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04"
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05"
},
"seg06": {
"type": "TagIdentifier",
"value": "seg06"
},
"seg07": {
"type": "TagIdentifier",
"value": "seg07"
},
"seg08": {
"type": "TagIdentifier",
"value": "seg08"
},
"seg09": {
"type": "TagIdentifier",
"value": "seg09"
},
"seg10": {
"type": "TagIdentifier",
"value": "seg10"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
},
"height": 5.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
}
},
"units": {
"type": "Mm"
}
},
"start": {
"from": [
-32.6313,
0.0
],
"to": [
-32.6313,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"rectangleSegmentA001": {
"type": "TagIdentifier",
"value": "rectangleSegmentA001"
},
"rectangleSegmentB001": {
"type": "TagIdentifier",
"value": "rectangleSegmentB001"
},
"rectangleSegmentC001": {
"type": "TagIdentifier",
"value": "rectangleSegmentC001"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
},
"height": 13.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
}
}
},
"extrude004": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 3199,
"end": 3220,
"start": 3199,
"type": "TagDeclarator",
"value": "rectangleSegmentA003"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 3315,
"end": 3336,
"start": 3315,
"type": "TagDeclarator",
"value": "rectangleSegmentB003"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 3438,
"end": 3459,
"start": 3438,
"type": "TagDeclarator",
"value": "rectangleSegmentC003"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
0.0
],
"tag": {
"commentStart": 3199,
"end": 3220,
"start": 3199,
"type": "TagDeclarator",
"value": "rectangleSegmentA003"
},
"to": [
32.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
0.0
],
"tag": {
"commentStart": 3315,
"end": 3336,
"start": 3315,
"type": "TagDeclarator",
"value": "rectangleSegmentB003"
},
"to": [
32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
-10.0
],
"tag": {
"commentStart": 3438,
"end": 3459,
"start": 3438,
"type": "TagDeclarator",
"value": "rectangleSegmentC003"
},
"to": [
-32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
-10.0
],
"tag": null,
"to": [
-32.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
0.0
],
"tag": null,
"to": [
-32.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"xAxis": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"yAxis": {
"x": 0.0,
"y": 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": [],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
0.0
],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"to": [
22.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
0.0
],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
"to": [
22.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6312,
-10.0
],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},
"to": [
32.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6312,
-10.0
],
"tag": null,
"to": [
32.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
0.0
],
"tag": null,
"to": [
32.6313,
0.0
],
"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": [],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
31.8813
],
"radius": 11.88125,
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"to": [
22.6313,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
20.0
],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
22.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
-10.0
],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"to": [
32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
-10.0
],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
32.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
10.9406
],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"to": [
102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
10.9406
],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"to": [
102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
30.9406
],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
30.9406
],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"to": [
32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
41.8813
],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
0.0,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
41.8813
],
"tag": null,
"to": [
-32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
41.8813
],
"tag": null,
"to": [
-32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
10.9406
],
"tag": null,
"to": [
-32.6312,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
10.9406
],
"tag": null,
"to": [
-32.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-22.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-22.6312,
20.0
],
"radius": 11.88125,
"tag": null,
"to": [
-10.75,
31.8813
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-10.75,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"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"
}
},
"start": {
"from": [
0.0,
31.8813
],
"to": [
0.0,
31.8813
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01"
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02"
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03"
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04"
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05"
},
"seg06": {
"type": "TagIdentifier",
"value": "seg06"
},
"seg07": {
"type": "TagIdentifier",
"value": "seg07"
},
"seg08": {
"type": "TagIdentifier",
"value": "seg08"
},
"seg09": {
"type": "TagIdentifier",
"value": "seg09"
},
"seg10": {
"type": "TagIdentifier",
"value": "seg10"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
},
"height": 5.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
}
},
"units": {
"type": "Mm"
}
},
"start": {
"from": [
32.6313,
0.0
],
"to": [
32.6313,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"rectangleSegmentA002": {
"type": "TagIdentifier",
"value": "rectangleSegmentA002"
},
"rectangleSegmentB002": {
"type": "TagIdentifier",
"value": "rectangleSegmentB002"
},
"rectangleSegmentC002": {
"type": "TagIdentifier",
"value": "rectangleSegmentC002"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
},
"height": 13.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
}
},
"units": {
"type": "Mm"
}
},
"start": {
"from": [
-32.6313,
0.0
],
"to": [
-32.6313,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"rectangleSegmentA003": {
"type": "TagIdentifier",
"value": "rectangleSegmentA003"
},
"rectangleSegmentB003": {
"type": "TagIdentifier",
"value": "rectangleSegmentB003"
},
"rectangleSegmentC003": {
"type": "TagIdentifier",
"value": "rectangleSegmentC003"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
},
"height": 4.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
}
}
},
"minClampingDistance": {
"type": "Number",
"value": 80.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
}
},
"radius": {
"type": "Number",
"value": 10.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
}
},
"rectangleSegmentA001": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentA001"
},
"rectangleSegmentA002": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentA002"
},
"rectangleSegmentA003": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentA003"
},
"rectangleSegmentB001": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentB001"
},
"rectangleSegmentB002": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentB002"
},
"rectangleSegmentB003": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentB003"
},
"rectangleSegmentC001": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentC001"
},
"rectangleSegmentC002": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentC002"
},
"rectangleSegmentC003": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "rectangleSegmentC003"
},
"routerDiameter": {
"type": "Number",
"value": 12.7,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
}
},
"seg01": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg01"
},
"seg02": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg02"
},
"seg03": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg03"
},
"seg04": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg04"
},
"seg05": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg05"
},
"seg06": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg06"
},
"seg07": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg07"
},
"seg08": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg08"
},
"seg09": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg09"
},
"seg10": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg10"
},
"sketch001": {
"type": "Sketch",
"value": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
31.8813
],
"radius": 11.88125,
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"to": [
22.6313,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
20.0
],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
22.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
-10.0
],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"to": [
32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
-10.0
],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
32.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
10.9406
],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"to": [
102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
10.9406
],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"to": [
102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
30.9406
],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
30.9406
],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"to": [
32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
41.8813
],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
0.0,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
41.8813
],
"tag": null,
"to": [
-32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
41.8813
],
"tag": null,
"to": [
-32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
10.9406
],
"tag": null,
"to": [
-32.6312,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
10.9406
],
"tag": null,
"to": [
-32.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-22.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-22.6312,
20.0
],
"radius": 11.88125,
"tag": null,
"to": [
-10.75,
31.8813
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-10.75,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"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"
}
},
"start": {
"from": [
0.0,
31.8813
],
"to": [
0.0,
31.8813
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01"
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02"
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03"
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04"
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05"
},
"seg06": {
"type": "TagIdentifier",
"value": "seg06"
},
"seg07": {
"type": "TagIdentifier",
"value": "seg07"
},
"seg08": {
"type": "TagIdentifier",
"value": "seg08"
},
"seg09": {
"type": "TagIdentifier",
"value": "seg09"
},
"seg10": {
"type": "TagIdentifier",
"value": "seg10"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
}
},
"sketch002": {
"type": "Sketch",
"value": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
0.0
],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"to": [
22.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
0.0
],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
"to": [
22.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6312,
-10.0
],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},
"to": [
32.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6312,
-10.0
],
"tag": null,
"to": [
32.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
0.0
],
"tag": null,
"to": [
32.6313,
0.0
],
"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": [],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
31.8813
],
"radius": 11.88125,
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"to": [
22.6313,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
20.0
],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
22.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
-10.0
],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"to": [
32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
-10.0
],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
32.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
10.9406
],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"to": [
102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
10.9406
],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"to": [
102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
30.9406
],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
30.9406
],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"to": [
32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
41.8813
],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
0.0,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
41.8813
],
"tag": null,
"to": [
-32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
41.8813
],
"tag": null,
"to": [
-32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
10.9406
],
"tag": null,
"to": [
-32.6312,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
10.9406
],
"tag": null,
"to": [
-32.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-22.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-22.6312,
20.0
],
"radius": 11.88125,
"tag": null,
"to": [
-10.75,
31.8813
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-10.75,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"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"
}
},
"start": {
"from": [
0.0,
31.8813
],
"to": [
0.0,
31.8813
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01"
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02"
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03"
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04"
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05"
},
"seg06": {
"type": "TagIdentifier",
"value": "seg06"
},
"seg07": {
"type": "TagIdentifier",
"value": "seg07"
},
"seg08": {
"type": "TagIdentifier",
"value": "seg08"
},
"seg09": {
"type": "TagIdentifier",
"value": "seg09"
},
"seg10": {
"type": "TagIdentifier",
"value": "seg10"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
},
"height": 5.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
}
},
"units": {
"type": "Mm"
}
},
"start": {
"from": [
32.6313,
0.0
],
"to": [
32.6313,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"rectangleSegmentA002": {
"type": "TagIdentifier",
"value": "rectangleSegmentA002"
},
"rectangleSegmentB002": {
"type": "TagIdentifier",
"value": "rectangleSegmentB002"
},
"rectangleSegmentC002": {
"type": "TagIdentifier",
"value": "rectangleSegmentC002"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
}
},
"sketch003": {
"type": "Sketch",
"value": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
0.0
],
"tag": {
"commentStart": 2595,
"end": 2616,
"start": 2595,
"type": "TagDeclarator",
"value": "rectangleSegmentA001"
},
"to": [
-22.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-22.6313,
0.0
],
"tag": {
"commentStart": 2711,
"end": 2732,
"start": 2711,
"type": "TagDeclarator",
"value": "rectangleSegmentB001"
},
"to": [
-22.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-22.6313,
-10.0
],
"tag": {
"commentStart": 2834,
"end": 2855,
"start": 2834,
"type": "TagDeclarator",
"value": "rectangleSegmentC001"
},
"to": [
-32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
-10.0
],
"tag": null,
"to": [
-32.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
0.0
],
"tag": null,
"to": [
-32.6313,
0.0
],
"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": [],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
31.8813
],
"radius": 11.88125,
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"to": [
22.6313,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
20.0
],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
22.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
-10.0
],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"to": [
32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
-10.0
],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
32.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
10.9406
],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"to": [
102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
10.9406
],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"to": [
102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
30.9406
],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
30.9406
],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"to": [
32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
41.8813
],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
0.0,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
41.8813
],
"tag": null,
"to": [
-32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
41.8813
],
"tag": null,
"to": [
-32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
10.9406
],
"tag": null,
"to": [
-32.6312,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
10.9406
],
"tag": null,
"to": [
-32.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-22.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-22.6312,
20.0
],
"radius": 11.88125,
"tag": null,
"to": [
-10.75,
31.8813
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-10.75,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"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"
}
},
"start": {
"from": [
0.0,
31.8813
],
"to": [
0.0,
31.8813
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01"
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02"
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03"
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04"
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05"
},
"seg06": {
"type": "TagIdentifier",
"value": "seg06"
},
"seg07": {
"type": "TagIdentifier",
"value": "seg07"
},
"seg08": {
"type": "TagIdentifier",
"value": "seg08"
},
"seg09": {
"type": "TagIdentifier",
"value": "seg09"
},
"seg10": {
"type": "TagIdentifier",
"value": "seg10"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
},
"height": 5.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
}
},
"units": {
"type": "Mm"
}
},
"start": {
"from": [
-32.6313,
0.0
],
"to": [
-32.6313,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"rectangleSegmentA001": {
"type": "TagIdentifier",
"value": "rectangleSegmentA001"
},
"rectangleSegmentB001": {
"type": "TagIdentifier",
"value": "rectangleSegmentB001"
},
"rectangleSegmentC001": {
"type": "TagIdentifier",
"value": "rectangleSegmentC001"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
}
},
"sketch004": {
"type": "Sketch",
"value": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
0.0
],
"tag": {
"commentStart": 3199,
"end": 3220,
"start": 3199,
"type": "TagDeclarator",
"value": "rectangleSegmentA003"
},
"to": [
32.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
0.0
],
"tag": {
"commentStart": 3315,
"end": 3336,
"start": 3315,
"type": "TagDeclarator",
"value": "rectangleSegmentB003"
},
"to": [
32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
-10.0
],
"tag": {
"commentStart": 3438,
"end": 3459,
"start": 3438,
"type": "TagDeclarator",
"value": "rectangleSegmentC003"
},
"to": [
-32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
-10.0
],
"tag": null,
"to": [
-32.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
0.0
],
"tag": null,
"to": [
-32.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
}
],
"on": {
"type": "face",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "end",
"xAxis": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"yAxis": {
"x": 0.0,
"y": 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": [],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
0.0
],
"tag": {
"commentStart": 1996,
"end": 2017,
"start": 1996,
"type": "TagDeclarator",
"value": "rectangleSegmentA002"
},
"to": [
22.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
0.0
],
"tag": {
"commentStart": 2112,
"end": 2133,
"start": 2112,
"type": "TagDeclarator",
"value": "rectangleSegmentB002"
},
"to": [
22.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6312,
-10.0
],
"tag": {
"commentStart": 2235,
"end": 2256,
"start": 2235,
"type": "TagDeclarator",
"value": "rectangleSegmentC002"
},
"to": [
32.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6312,
-10.0
],
"tag": null,
"to": [
32.6313,
0.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
0.0
],
"tag": null,
"to": [
32.6313,
0.0
],
"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": [],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [],
"tag": null,
"type": "extrudePlane"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": {
"commentStart": 633,
"end": 639,
"start": 633,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
10.75,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
10.75,
20.0
],
"from": [
10.75,
31.8813
],
"radius": 11.88125,
"tag": {
"commentStart": 741,
"end": 747,
"start": 741,
"type": "TagDeclarator",
"value": "seg09"
},
"to": [
22.6313,
20.0
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
20.0
],
"tag": {
"commentStart": 800,
"end": 806,
"start": 800,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
22.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
22.6313,
-10.0
],
"tag": {
"commentStart": 853,
"end": 859,
"start": 853,
"type": "TagDeclarator",
"value": "seg07"
},
"to": [
32.6313,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
-10.0
],
"tag": {
"commentStart": 954,
"end": 960,
"start": 954,
"type": "TagDeclarator",
"value": "seg02"
},
"to": [
32.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
10.9406
],
"tag": {
"commentStart": 1031,
"end": 1037,
"start": 1031,
"type": "TagDeclarator",
"value": "seg06"
},
"to": [
102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
10.9406
],
"tag": {
"commentStart": 1088,
"end": 1094,
"start": 1088,
"type": "TagDeclarator",
"value": "seg08"
},
"to": [
102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
102.6313,
30.9406
],
"tag": {
"commentStart": 1147,
"end": 1153,
"start": 1147,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
30.9406
],
"tag": {
"commentStart": 1222,
"end": 1228,
"start": 1222,
"type": "TagDeclarator",
"value": "seg10"
},
"to": [
32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
32.6313,
41.8813
],
"tag": {
"commentStart": 1264,
"end": 1270,
"start": 1264,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
0.0,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
41.8813
],
"tag": null,
"to": [
-32.6313,
41.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
41.8813
],
"tag": null,
"to": [
-32.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
30.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
30.9406
],
"tag": null,
"to": [
-102.6313,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-102.6313,
10.9406
],
"tag": null,
"to": [
-32.6312,
10.9406
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
10.9406
],
"tag": null,
"to": [
-32.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-32.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
-10.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-22.6312,
-10.0
],
"tag": null,
"to": [
-22.6312,
20.0
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"ccw": false,
"center": [
-10.75,
20.0
],
"from": [
-22.6312,
20.0
],
"radius": 11.88125,
"tag": null,
"to": [
-10.75,
31.8813
],
"type": "Arc",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
-10.75,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"type": "ToPoint",
"units": {
"type": "Mm"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
},
"from": [
0.0,
31.8813
],
"tag": null,
"to": [
0.0,
31.8813
],
"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"
}
},
"start": {
"from": [
0.0,
31.8813
],
"to": [
0.0,
31.8813
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01"
},
"seg02": {
"type": "TagIdentifier",
"value": "seg02"
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03"
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04"
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05"
},
"seg06": {
"type": "TagIdentifier",
"value": "seg06"
},
"seg07": {
"type": "TagIdentifier",
"value": "seg07"
},
"seg08": {
"type": "TagIdentifier",
"value": "seg08"
},
"seg09": {
"type": "TagIdentifier",
"value": "seg09"
},
"seg10": {
"type": "TagIdentifier",
"value": "seg10"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
},
"height": 5.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
}
},
"units": {
"type": "Mm"
}
},
"start": {
"from": [
32.6313,
0.0
],
"to": [
32.6313,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"rectangleSegmentA002": {
"type": "TagIdentifier",
"value": "rectangleSegmentA002"
},
"rectangleSegmentB002": {
"type": "TagIdentifier",
"value": "rectangleSegmentB002"
},
"rectangleSegmentC002": {
"type": "TagIdentifier",
"value": "rectangleSegmentC002"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
},
"height": 13.0,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"units": {
"type": "Mm"
}
},
"units": {
"type": "Mm"
}
},
"start": {
"from": [
-32.6313,
0.0
],
"to": [
-32.6313,
0.0
],
"units": {
"type": "Mm"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": []
}
},
"tags": {
"rectangleSegmentA003": {
"type": "TagIdentifier",
"value": "rectangleSegmentA003"
},
"rectangleSegmentB003": {
"type": "TagIdentifier",
"value": "rectangleSegmentB003"
},
"rectangleSegmentC003": {
"type": "TagIdentifier",
"value": "rectangleSegmentC003"
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Mm"
}
}
},
"slateWidthHalf": {
"type": "Number",
"value": 20.75,
"ty": {
"type": "Known",
"type": "Count"
}
},
"templateDiameter": {
"type": "Number",
"value": 17.4625,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
}
},
"templateGap": {
"type": "Number",
"value": 1.8812,
"ty": {
"type": "Known",
"type": "Count"
}
},
"templateThickness": {
"type": "Number",
"value": 10.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
}
}
}