2025-03-06 18:01:24 -05:00
|
|
|
---
|
2025-03-13 11:13:33 -07:00
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
2025-03-06 18:01:24 -05:00
|
|
|
description: Variables in memory after executing enclosure.kcl
|
|
|
|
---
|
|
|
|
{
|
|
|
|
"extrude001": {
|
|
|
|
"type": "Solid",
|
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
"commentStart": 362,
|
|
|
|
"end": 383,
|
|
|
|
"start": 362,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentA001"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
"commentStart": 467,
|
|
|
|
"end": 488,
|
|
|
|
"start": 467,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentB001"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
"commentStart": 590,
|
|
|
|
"end": 611,
|
|
|
|
"start": 590,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentC001"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
"commentStart": 681,
|
|
|
|
"end": 702,
|
|
|
|
"start": 681,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentD001"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": {
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
"commentStart": 362,
|
|
|
|
"end": 383,
|
|
|
|
"start": 362,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentA001"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
125.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
125.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": {
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
"commentStart": 467,
|
|
|
|
"end": 488,
|
|
|
|
"start": 467,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentB001"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
125.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
125.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"tag": {
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
"commentStart": 590,
|
|
|
|
"end": 611,
|
|
|
|
"start": 590,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentC001"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
0.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"tag": {
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
"commentStart": 681,
|
|
|
|
"end": 702,
|
|
|
|
"start": 681,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentD001"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tags": {
|
|
|
|
"rectangleSegmentA001": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentA001"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentB001": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentB001"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentC001": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentC001"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentD001": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentD001"
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"height": 70.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
|
|
|
"edgeCuts": [
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-04-23 21:26:09 -07:00
|
|
|
},
|
|
|
|
"sectional": false
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"extrude003": {
|
|
|
|
"type": "Solid",
|
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2426,
|
|
|
|
"end": 2447,
|
|
|
|
"start": 2426,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentA002"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2531,
|
|
|
|
"end": 2552,
|
|
|
|
"start": 2531,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentB002"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2654,
|
|
|
|
"end": 2675,
|
|
|
|
"start": 2654,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentC002"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2745,
|
|
|
|
"end": 2766,
|
|
|
|
"start": 2745,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentD002"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2426,
|
|
|
|
"end": 2447,
|
|
|
|
"start": 2426,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentA002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
275.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
275.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2531,
|
|
|
|
"end": 2552,
|
|
|
|
"start": 2531,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentB002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
275.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
275.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2654,
|
|
|
|
"end": 2675,
|
|
|
|
"start": 2654,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentC002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2745,
|
|
|
|
"end": 2766,
|
|
|
|
"start": 2745,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentD002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tags": {
|
|
|
|
"rectangleSegmentA002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentA002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentB002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentB002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentC002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentC002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentD002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentD002"
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"height": 3.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
|
|
|
"edgeCuts": [
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-04-23 21:26:09 -07:00
|
|
|
},
|
|
|
|
"sectional": false
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"extrude004": {
|
|
|
|
"type": "Solid",
|
|
|
|
"value": {
|
|
|
|
"type": "Solid",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 4128,
|
|
|
|
"end": 4149,
|
|
|
|
"start": 4128,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentA003"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 4255,
|
|
|
|
"end": 4276,
|
|
|
|
"start": 4255,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentB003"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 4378,
|
|
|
|
"end": 4399,
|
|
|
|
"start": 4378,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentC003"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 4469,
|
|
|
|
"end": 4490,
|
|
|
|
"start": 4469,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentD003"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
153.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 4128,
|
|
|
|
"end": 4149,
|
|
|
|
"start": 4128,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentA003"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
272.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
272.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 4255,
|
|
|
|
"end": 4276,
|
|
|
|
"start": 4255,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentB003"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
272.0,
|
|
|
|
172.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
272.0,
|
|
|
|
172.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 4378,
|
|
|
|
"end": 4399,
|
|
|
|
"start": 4378,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentC003"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
153.0,
|
|
|
|
172.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
153.0,
|
|
|
|
172.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 4469,
|
|
|
|
"end": 4490,
|
|
|
|
"start": 4469,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentD003"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
153.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
153.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
153.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "face",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "end",
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"solid": {
|
|
|
|
"type": "Solid",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2426,
|
|
|
|
"end": 2447,
|
|
|
|
"start": 2426,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentA002"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2531,
|
|
|
|
"end": 2552,
|
|
|
|
"start": 2531,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentB002"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2654,
|
|
|
|
"end": 2675,
|
|
|
|
"start": 2654,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentC002"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2745,
|
|
|
|
"end": 2766,
|
|
|
|
"start": 2745,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentD002"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2426,
|
|
|
|
"end": 2447,
|
|
|
|
"start": 2426,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentA002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
275.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
275.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2531,
|
|
|
|
"end": 2552,
|
|
|
|
"start": 2531,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentB002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
275.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
275.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2654,
|
|
|
|
"end": 2675,
|
|
|
|
"start": 2654,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentC002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2745,
|
|
|
|
"end": 2766,
|
|
|
|
"start": 2745,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentD002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tags": {
|
|
|
|
"rectangleSegmentA002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentA002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentB002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentB002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentC002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentC002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentD002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentD002"
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"height": 3.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
|
|
|
"edgeCuts": [
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-04-23 21:26:09 -07:00
|
|
|
},
|
|
|
|
"sectional": false
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
153.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
153.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tags": {
|
|
|
|
"rectangleSegmentA003": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentA003"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentB003": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentB003"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentC003": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentC003"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentD003": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentD003"
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"height": 3.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
|
|
|
"edgeCuts": [
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 9.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 9.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 9.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 9.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-04-23 21:26:09 -07:00
|
|
|
},
|
|
|
|
"sectional": false
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"function001": {
|
2025-03-13 11:13:33 -07:00
|
|
|
"type": "Function"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"height": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 70.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"holeDia": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 4.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"length": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 175.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentA001": {
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentA001"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentA002": {
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentA002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentA003": {
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentA003"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentB001": {
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentB001"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentB002": {
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentB002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentB003": {
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentB003"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentC001": {
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentC001"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentC002": {
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentC002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentC003": {
|
2025-03-17 12:28:51 +13:00
|
|
|
"type": "TagIdentifier",
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"value": "rectangleSegmentC003"
|
|
|
|
},
|
|
|
|
"rectangleSegmentD001": {
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"value": "rectangleSegmentD001"
|
|
|
|
},
|
|
|
|
"rectangleSegmentD002": {
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"value": "rectangleSegmentD002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentD003": {
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentD003"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"sketch001": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"value": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": {
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
"commentStart": 362,
|
|
|
|
"end": 383,
|
|
|
|
"start": 362,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentA001"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
125.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
125.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": {
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
"commentStart": 467,
|
|
|
|
"end": 488,
|
|
|
|
"start": 467,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentB001"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
125.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
125.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"tag": {
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
"commentStart": 590,
|
|
|
|
"end": 611,
|
|
|
|
"start": 590,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentC001"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
0.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"tag": {
|
KCL: Angled line should use keyword args (#5803)
We continue migrating KCL stdlib functions to use keyword arguments. Next up is the `angledLine` family of functions (except `angledLineThatIntersects, which will be a quick follow-up).
Before vs. after:
`angledLine({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, length = 3, tag = $edge)`
`angledLineOfXLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthX = 3, tag = $edge)`
`angledLineOfYLength({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, lengthY = 3, tag = $edge)`
`angledLineToX({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteX = 3, tag = $edge)`
`angledLineToY({angle = 90, length = 3}, %, $edge)`
=> `angledLine(angle = 90, endAbsoluteY = 3, tag = $edge)`
2025-04-09 14:55:15 -05:00
|
|
|
"commentStart": 681,
|
|
|
|
"end": 702,
|
|
|
|
"start": 681,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentD001"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tags": {
|
|
|
|
"rectangleSegmentA001": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentA001"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentB001": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentB001"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentC001": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentC001"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentD001": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentD001"
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"sketch003": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"value": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2426,
|
|
|
|
"end": 2447,
|
|
|
|
"start": 2426,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentA002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
275.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
275.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2531,
|
|
|
|
"end": 2552,
|
|
|
|
"start": 2531,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentB002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
275.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
275.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2654,
|
|
|
|
"end": 2675,
|
|
|
|
"start": 2654,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentC002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2745,
|
|
|
|
"end": 2766,
|
|
|
|
"start": 2745,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentD002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tags": {
|
|
|
|
"rectangleSegmentA002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentA002"
|
|
|
|
},
|
|
|
|
"rectangleSegmentB002": {
|
|
|
|
"type": "TagIdentifier",
|
|
|
|
"value": "rectangleSegmentB002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentC002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentC002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentD002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentD002"
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"sketch004": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"value": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
153.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 4128,
|
|
|
|
"end": 4149,
|
|
|
|
"start": 4128,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentA003"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
272.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
272.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 4255,
|
|
|
|
"end": 4276,
|
|
|
|
"start": 4255,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentB003"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
272.0,
|
|
|
|
172.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
272.0,
|
|
|
|
172.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 4378,
|
|
|
|
"end": 4399,
|
|
|
|
"start": 4378,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentC003"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
153.0,
|
|
|
|
172.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
153.0,
|
|
|
|
172.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 4469,
|
|
|
|
"end": 4490,
|
|
|
|
"start": 4469,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentD003"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
153.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
153.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
153.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "face",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "end",
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"solid": {
|
|
|
|
"type": "Solid",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2426,
|
|
|
|
"end": 2447,
|
|
|
|
"start": 2426,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentA002"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2531,
|
|
|
|
"end": 2552,
|
|
|
|
"start": 2531,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentB002"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2654,
|
|
|
|
"end": 2675,
|
|
|
|
"start": 2654,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentC002"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": [],
|
2025-03-06 18:01:24 -05:00
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2745,
|
|
|
|
"end": 2766,
|
|
|
|
"start": 2745,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentD002"
|
|
|
|
},
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2426,
|
|
|
|
"end": 2447,
|
|
|
|
"start": 2426,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentA002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
275.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
275.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2531,
|
|
|
|
"end": 2552,
|
|
|
|
"start": 2531,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentB002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
275.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
275.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2654,
|
|
|
|
"end": 2675,
|
|
|
|
"start": 2654,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentC002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
175.0
|
|
|
|
],
|
|
|
|
"tag": {
|
2025-04-26 15:31:51 -05:00
|
|
|
"commentStart": 2745,
|
|
|
|
"end": 2766,
|
|
|
|
"start": 2745,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "TagDeclarator",
|
|
|
|
"value": "rectangleSegmentD002"
|
|
|
|
},
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
2025-04-14 05:58:19 -04:00
|
|
|
"z": 0.0,
|
|
|
|
"units": {
|
2025-04-29 08:29:22 +12:00
|
|
|
"type": "Unknown"
|
2025-04-14 05:58:19 -04:00
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
150.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tags": {
|
|
|
|
"rectangleSegmentA002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentA002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentB002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentB002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentC002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentC002"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentD002": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentD002"
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"height": 3.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
|
|
|
"edgeCuts": [
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "fillet",
|
|
|
|
"id": "[uuid]",
|
2025-04-14 05:58:19 -04:00
|
|
|
"radius": {
|
|
|
|
"n": 12.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
"edgeId": "[uuid]",
|
|
|
|
"tag": null
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-04-23 21:26:09 -07:00
|
|
|
},
|
|
|
|
"sectional": false
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
153.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
153.0,
|
|
|
|
3.0
|
|
|
|
],
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
2025-03-20 11:06:27 +13:00
|
|
|
"sourceRange": []
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tags": {
|
|
|
|
"rectangleSegmentA003": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentA003"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentB003": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentB003"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentC003": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentC003"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"rectangleSegmentD003": {
|
|
|
|
"type": "TagIdentifier",
|
2025-03-17 12:28:51 +13:00
|
|
|
"value": "rectangleSegmentD003"
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"artifactId": "[uuid]",
|
|
|
|
"originalId": "[uuid]",
|
|
|
|
"units": {
|
|
|
|
"type": "Mm"
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"wallThickness": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 3.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"width": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 125.0,
|
|
|
|
"ty": {
|
|
|
|
"type": "Default",
|
|
|
|
"len": {
|
|
|
|
"type": "Mm"
|
|
|
|
},
|
|
|
|
"angle": {
|
|
|
|
"type": "Degrees"
|
|
|
|
}
|
2025-03-13 11:13:33 -07:00
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
}
|