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.
15821 lines
413 KiB
Plaintext
15821 lines
413 KiB
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Variables in memory after executing ssi_pattern.kcl
|
|
---
|
|
{
|
|
"extrude001": {
|
|
"type": "Solid",
|
|
"value": {
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"sketch001": {
|
|
"type": "Sketch",
|
|
"value": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"sketch002": {
|
|
"type": "Solids",
|
|
"value": [
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "Solid",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": [
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.08,
|
|
47.7
|
|
],
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"radius": 1.4,
|
|
"tag": null,
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"type": "Circle",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
}
|
|
],
|
|
"on": {
|
|
"type": "face",
|
|
"id": "[uuid]",
|
|
"artifactId": "[uuid]",
|
|
"value": "seg01",
|
|
"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": [
|
|
77,
|
|
97,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudeArc"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
],
|
|
"tag": null,
|
|
"type": "extrudePlane"
|
|
},
|
|
{
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
],
|
|
"sketch": {
|
|
"type": "Sketch",
|
|
"id": "[uuid]",
|
|
"paths": [
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
77,
|
|
97,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
103,
|
|
128,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-2.06
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
134,
|
|
167,
|
|
0
|
|
]
|
|
},
|
|
"ccw": true,
|
|
"center": [
|
|
-2.4784,
|
|
21.8782
|
|
],
|
|
"from": [
|
|
-3.81,
|
|
-2.09
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"type": "TangentialArcTo",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
173,
|
|
195,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
14.61
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
{
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
277,
|
|
284,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"tag": null,
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"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": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"tags": {
|
|
"seg01": {
|
|
"type": "TagIdentifier",
|
|
"value": "seg01",
|
|
"info": {
|
|
"type": "TagEngineInfo",
|
|
"id": "[uuid]",
|
|
"sketch": "[uuid]",
|
|
"path": {
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
]
|
|
},
|
|
"from": [
|
|
20.4,
|
|
-12.15
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"to": [
|
|
-4.35,
|
|
-12.26
|
|
],
|
|
"type": "ToPoint",
|
|
"units": {
|
|
"type": "Mm"
|
|
}
|
|
},
|
|
"surface": {
|
|
"faceId": "[uuid]",
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
201,
|
|
271,
|
|
0
|
|
],
|
|
"tag": {
|
|
"end": 270,
|
|
"start": 264,
|
|
"type": "TagDeclarator",
|
|
"value": "seg01"
|
|
},
|
|
"type": "extrudePlane"
|
|
}
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
264,
|
|
270,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": 50.0,
|
|
"startCapId": "[uuid]",
|
|
"endCapId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
37,
|
|
71,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
344,
|
|
376,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"start": {
|
|
"from": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"to": [
|
|
-0.68,
|
|
47.7
|
|
],
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"tag": null,
|
|
"__geoMeta": {
|
|
"id": "[uuid]",
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
},
|
|
"artifactId": "[uuid]",
|
|
"originalId": "[uuid]",
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"height": -40.0,
|
|
"startCapId": null,
|
|
"endCapId": null,
|
|
"units": {
|
|
"type": "Mm"
|
|
},
|
|
"__meta": [
|
|
{
|
|
"sourceRange": [
|
|
382,
|
|
426,
|
|
0
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|