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

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

For example:

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

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

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

1793 lines
37 KiB
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Variables in memory after executing exhaust-manifold.kcl
---
{
"bendRadius": {
"type": "Number",
"value": 3.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
231,
232,
0
]
}
]
},
"flangeSketch": {
"type": "Solid",
"value": {
"type": "Solid",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": [
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1905,
1939,
0
],
"tag": {
"end": 1938,
"start": 1932,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1945,
1992,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1998,
2044,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2050,
2097,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2103,
2137,
0
],
"tag": {
"end": 2136,
"start": 2130,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2143,
2186,
0
],
"tag": {
"end": 2185,
"start": 2179,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2192,
2225,
0
],
"tag": {
"end": 2224,
"start": 2218,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2231,
2278,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2284,
2331,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2337,
2384,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2390,
2433,
0
],
"tag": {
"end": 2432,
"start": 2426,
"type": "TagDeclarator",
"value": "seg07"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2439,
2490,
0
],
"tag": {
"end": 2489,
"start": 2483,
"type": "TagDeclarator",
"value": "seg08"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2496,
2540,
0
],
"tag": {
"end": 2539,
"start": 2533,
"type": "TagDeclarator",
"value": "seg09"
},
"type": "extrudePlane"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2546,
2593,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2599,
2645,
0
],
"tag": null,
"type": "extrudeArc"
},
{
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2651,
2707,
0
],
"tag": null,
"type": "extrudeArc"
}
],
"sketch": {
"type": "Sketch",
"id": "[uuid]",
"paths": [
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1905,
1939,
0
]
},
"from": [
4.3,
-1.25
],
"tag": {
"end": 1938,
"start": 1932,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
1.7,
-1.25
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1945,
1992,
0
]
},
"ccw": false,
"center": [
1.7,
-0.95
],
"from": [
1.7,
-1.25
],
"tag": null,
"to": [
1.5072,
-1.1798
],
"type": "TangentialArc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1998,
2044,
0
]
},
"ccw": true,
"center": [
0.9287,
-1.8693
],
"from": [
1.5072,
-1.1798
],
"tag": null,
"to": [
0.3501,
-1.1798
],
"type": "TangentialArc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2050,
2097,
0
]
},
"ccw": false,
"center": [
0.1573,
-0.95
],
"from": [
0.3501,
-1.1798
],
"tag": null,
"to": [
0.1573,
-1.25
],
"type": "TangentialArc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2103,
2137,
0
]
},
"from": [
0.1573,
-1.25
],
"tag": {
"end": 2136,
"start": 2130,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
-1.2427,
-1.25
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2143,
2186,
0
]
},
"from": [
-1.2427,
-1.25
],
"tag": {
"end": 2185,
"start": 2179,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
-1.2427,
1.35
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2192,
2225,
0
]
},
"from": [
-1.2427,
1.35
],
"tag": {
"end": 2224,
"start": 2218,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
1.8573,
1.35
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2231,
2278,
0
]
},
"ccw": false,
"center": [
1.8573,
1.05
],
"from": [
1.8573,
1.35
],
"tag": null,
"to": [
2.0501,
1.2798
],
"type": "TangentialArc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2284,
2331,
0
]
},
"ccw": true,
"center": [
3.0143,
2.4289
],
"from": [
2.0501,
1.2798
],
"tag": null,
"to": [
3.9785,
1.2798
],
"type": "TangentialArc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2337,
2384,
0
]
},
"ccw": false,
"center": [
4.1713,
1.05
],
"from": [
3.9785,
1.2798
],
"tag": null,
"to": [
4.1713,
1.35
],
"type": "TangentialArc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2390,
2433,
0
]
},
"from": [
4.1713,
1.35
],
"tag": {
"end": 2432,
"start": 2426,
"type": "TagDeclarator",
"value": "seg07"
},
"to": [
7.2713,
1.35
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2439,
2490,
0
]
},
"from": [
7.2713,
1.35
],
"tag": {
"end": 2489,
"start": 2483,
"type": "TagDeclarator",
"value": "seg08"
},
"to": [
7.2713,
-1.25
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2496,
2540,
0
]
},
"from": [
7.2713,
-1.25
],
"tag": {
"end": 2539,
"start": 2533,
"type": "TagDeclarator",
"value": "seg09"
},
"to": [
5.8713,
-1.25
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2546,
2593,
0
]
},
"ccw": false,
"center": [
5.8713,
-0.95
],
"from": [
5.8713,
-1.25
],
"tag": null,
"to": [
5.6785,
-1.1798
],
"type": "TangentialArc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2599,
2645,
0
]
},
"ccw": true,
"center": [
5.1,
-1.8693
],
"from": [
5.6785,
-1.1798
],
"tag": null,
"to": [
4.5215,
-1.1798
],
"type": "TangentialArc",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2651,
2707,
0
]
},
"ccw": false,
"center": [
4.3257,
-0.9465
],
"from": [
4.5215,
-1.1798
],
"tag": null,
"to": [
4.3,
-1.25
],
"type": "TangentialArcTo",
"units": {
"type": "Inches"
}
},
{
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2713,
2720,
0
]
},
"from": [
4.3,
-1.25
],
"tag": null,
"to": [
4.3,
-1.25
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
}
],
"on": {
"type": "plane",
"id": "[uuid]",
"artifactId": "[uuid]",
"value": "XY",
"origin": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"xAxis": {
"x": 1.0,
"y": 0.0,
"z": 0.0
},
"yAxis": {
"x": 0.0,
"y": 1.0,
"z": 0.0
},
"zAxis": {
"x": 0.0,
"y": 0.0,
"z": 1.0
},
"units": {
"type": "Inches"
},
"__meta": []
},
"start": {
"from": [
4.3,
-1.25
],
"to": [
4.3,
-1.25
],
"units": {
"type": "Inches"
},
"tag": null,
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1864,
1899,
0
]
}
},
"tags": {
"seg01": {
"type": "TagIdentifier",
"value": "seg01",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1905,
1939,
0
]
},
"from": [
4.3,
-1.25
],
"tag": {
"end": 1938,
"start": 1932,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
1.7,
-1.25
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1905,
1939,
0
],
"tag": {
"end": 1938,
"start": 1932,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1932,
1938,
0
]
}
]
},
"seg03": {
"type": "TagIdentifier",
"value": "seg03",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2103,
2137,
0
]
},
"from": [
0.1573,
-1.25
],
"tag": {
"end": 2136,
"start": 2130,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
-1.2427,
-1.25
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2103,
2137,
0
],
"tag": {
"end": 2136,
"start": 2130,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2130,
2136,
0
]
}
]
},
"seg04": {
"type": "TagIdentifier",
"value": "seg04",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2143,
2186,
0
]
},
"from": [
-1.2427,
-1.25
],
"tag": {
"end": 2185,
"start": 2179,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
-1.2427,
1.35
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2143,
2186,
0
],
"tag": {
"end": 2185,
"start": 2179,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2179,
2185,
0
]
}
]
},
"seg05": {
"type": "TagIdentifier",
"value": "seg05",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2192,
2225,
0
]
},
"from": [
-1.2427,
1.35
],
"tag": {
"end": 2224,
"start": 2218,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
1.8573,
1.35
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2192,
2225,
0
],
"tag": {
"end": 2224,
"start": 2218,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2218,
2224,
0
]
}
]
},
"seg07": {
"type": "TagIdentifier",
"value": "seg07",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2390,
2433,
0
]
},
"from": [
4.1713,
1.35
],
"tag": {
"end": 2432,
"start": 2426,
"type": "TagDeclarator",
"value": "seg07"
},
"to": [
7.2713,
1.35
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2390,
2433,
0
],
"tag": {
"end": 2432,
"start": 2426,
"type": "TagDeclarator",
"value": "seg07"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2426,
2432,
0
]
}
]
},
"seg08": {
"type": "TagIdentifier",
"value": "seg08",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2439,
2490,
0
]
},
"from": [
7.2713,
1.35
],
"tag": {
"end": 2489,
"start": 2483,
"type": "TagDeclarator",
"value": "seg08"
},
"to": [
7.2713,
-1.25
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2439,
2490,
0
],
"tag": {
"end": 2489,
"start": 2483,
"type": "TagDeclarator",
"value": "seg08"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2483,
2489,
0
]
}
]
},
"seg09": {
"type": "TagIdentifier",
"value": "seg09",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2496,
2540,
0
]
},
"from": [
7.2713,
-1.25
],
"tag": {
"end": 2539,
"start": 2533,
"type": "TagDeclarator",
"value": "seg09"
},
"to": [
5.8713,
-1.25
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2496,
2540,
0
],
"tag": {
"end": 2539,
"start": 2533,
"type": "TagDeclarator",
"value": "seg09"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2533,
2539,
0
]
}
]
}
},
"artifactId": "[uuid]",
"originalId": "[uuid]",
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
1864,
1899,
0
]
}
]
},
"height": 0.125,
"startCapId": "[uuid]",
"endCapId": "[uuid]",
"edgeCuts": [
{
"type": "fillet",
"id": "[uuid]",
"radius": 1.5,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 1.5,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.25,
"edgeId": "[uuid]",
"tag": null
},
{
"type": "fillet",
"id": "[uuid]",
"radius": 0.25,
"edgeId": "[uuid]",
"tag": null
}
],
"units": {
"type": "Inches"
},
"__meta": [
{
"sourceRange": [
1864,
1899,
0
]
}
]
}
},
"plateHeight": {
"type": "Number",
"value": 0.125,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
212,
217,
0
]
}
]
},
"primaryTube": {
"type": "Function",
"__meta": [
{
"sourceRange": [
329,
1587,
0
]
}
]
},
"primaryTubeDiameter": {
"type": "Number",
"value": 1.625,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
170,
175,
0
]
}
]
},
"seg01": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg01",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
1905,
1939,
0
]
},
"from": [
4.3,
-1.25
],
"tag": {
"end": 1938,
"start": 1932,
"type": "TagDeclarator",
"value": "seg01"
},
"to": [
1.7,
-1.25
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
1905,
1939,
0
],
"tag": {
"end": 1938,
"start": 1932,
"type": "TagDeclarator",
"value": "seg01"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
1932,
1938,
0
]
}
]
},
"seg03": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg03",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2103,
2137,
0
]
},
"from": [
0.1573,
-1.25
],
"tag": {
"end": 2136,
"start": 2130,
"type": "TagDeclarator",
"value": "seg03"
},
"to": [
-1.2427,
-1.25
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2103,
2137,
0
],
"tag": {
"end": 2136,
"start": 2130,
"type": "TagDeclarator",
"value": "seg03"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2130,
2136,
0
]
}
]
},
"seg04": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg04",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2143,
2186,
0
]
},
"from": [
-1.2427,
-1.25
],
"tag": {
"end": 2185,
"start": 2179,
"type": "TagDeclarator",
"value": "seg04"
},
"to": [
-1.2427,
1.35
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2143,
2186,
0
],
"tag": {
"end": 2185,
"start": 2179,
"type": "TagDeclarator",
"value": "seg04"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2179,
2185,
0
]
}
]
},
"seg05": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg05",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2192,
2225,
0
]
},
"from": [
-1.2427,
1.35
],
"tag": {
"end": 2224,
"start": 2218,
"type": "TagDeclarator",
"value": "seg05"
},
"to": [
1.8573,
1.35
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2192,
2225,
0
],
"tag": {
"end": 2224,
"start": 2218,
"type": "TagDeclarator",
"value": "seg05"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2218,
2224,
0
]
}
]
},
"seg07": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg07",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2390,
2433,
0
]
},
"from": [
4.1713,
1.35
],
"tag": {
"end": 2432,
"start": 2426,
"type": "TagDeclarator",
"value": "seg07"
},
"to": [
7.2713,
1.35
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2390,
2433,
0
],
"tag": {
"end": 2432,
"start": 2426,
"type": "TagDeclarator",
"value": "seg07"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2426,
2432,
0
]
}
]
},
"seg08": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg08",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2439,
2490,
0
]
},
"from": [
7.2713,
1.35
],
"tag": {
"end": 2489,
"start": 2483,
"type": "TagDeclarator",
"value": "seg08"
},
"to": [
7.2713,
-1.25
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2439,
2490,
0
],
"tag": {
"end": 2489,
"start": 2483,
"type": "TagDeclarator",
"value": "seg08"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2483,
2489,
0
]
}
]
},
"seg09": {
"type": "TagIdentifier",
"type": "TagIdentifier",
"value": "seg09",
"info": {
"type": "TagEngineInfo",
"id": "[uuid]",
"sketch": "[uuid]",
"path": {
"__geoMeta": {
"id": "[uuid]",
"sourceRange": [
2496,
2540,
0
]
},
"from": [
7.2713,
-1.25
],
"tag": {
"end": 2539,
"start": 2533,
"type": "TagDeclarator",
"value": "seg09"
},
"to": [
5.8713,
-1.25
],
"type": "ToPoint",
"units": {
"type": "Inches"
}
},
"surface": {
"faceId": "[uuid]",
"id": "[uuid]",
"sourceRange": [
2496,
2540,
0
],
"tag": {
"end": 2539,
"start": 2533,
"type": "TagDeclarator",
"value": "seg09"
},
"type": "extrudePlane"
}
},
"__meta": [
{
"sourceRange": [
2533,
2539,
0
]
}
]
},
"wallThickness": {
"type": "Number",
"value": 0.08,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
},
"__meta": [
{
"sourceRange": [
192,
197,
0
]
}
]
}
}