2025-03-06 18:01:24 -05:00
|
|
|
---
|
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
|
|
description: Result of parsing i-beam.kcl
|
|
|
|
---
|
|
|
|
{
|
|
|
|
"Ok": {
|
|
|
|
"body": [
|
|
|
|
{
|
2025-03-25 16:36:53 -07:00
|
|
|
"commentStart": 160,
|
2025-03-06 18:01:24 -05:00
|
|
|
"declaration": {
|
2025-03-25 16:36:53 -07:00
|
|
|
"commentStart": 188,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": {
|
2025-03-25 16:36:53 -07:00
|
|
|
"commentStart": 188,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"name": "beamLength",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
2025-03-25 16:36:53 -07:00
|
|
|
"commentStart": 201,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-25 16:36:53 -07:00
|
|
|
"left": {
|
|
|
|
"commentStart": 201,
|
|
|
|
"end": 0,
|
|
|
|
"raw": "6",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
|
|
|
"value": 6.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"operator": "*",
|
|
|
|
"right": {
|
|
|
|
"arguments": [],
|
|
|
|
"callee": {
|
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 205,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 205,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": "ft",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
|
|
|
"start": 0,
|
|
|
|
"type": "Name"
|
|
|
|
},
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 205,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
"start": 0,
|
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"start": 0,
|
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
|
|
|
"end": 0,
|
|
|
|
"kind": "const",
|
|
|
|
"preComments": [
|
|
|
|
"// Define Beam Dimensions"
|
|
|
|
],
|
|
|
|
"start": 0,
|
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 210,
|
2025-03-25 16:36:53 -07:00
|
|
|
"declaration": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 210,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"id": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 210,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": "beamHeight",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 223,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"raw": "4",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
2025-03-25 16:36:53 -07:00
|
|
|
"value": 4.0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"kind": "const",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 225,
|
2025-03-06 18:01:24 -05:00
|
|
|
"declaration": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 225,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 225,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-25 16:36:53 -07:00
|
|
|
"name": "flangeWidth",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 239,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"raw": "2.663",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
|
|
|
"value": 2.663,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"kind": "const",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 245,
|
2025-03-06 18:01:24 -05:00
|
|
|
"declaration": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 245,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 245,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-25 16:36:53 -07:00
|
|
|
"name": "flangeThickness",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 263,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-25 16:36:53 -07:00
|
|
|
"raw": "0.293",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
2025-03-25 16:36:53 -07:00
|
|
|
"value": 0.293,
|
2025-03-06 18:01:24 -05:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"kind": "const",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 269,
|
2025-03-06 18:01:24 -05:00
|
|
|
"declaration": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 269,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 269,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-25 16:36:53 -07:00
|
|
|
"name": "webThickness",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 284,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-25 16:36:53 -07:00
|
|
|
"raw": "0.193",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
2025-03-25 16:36:53 -07:00
|
|
|
"value": 0.193,
|
2025-03-06 18:01:24 -05:00
|
|
|
"suffix": "None"
|
|
|
|
}
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"kind": "const",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 290,
|
2025-03-06 18:01:24 -05:00
|
|
|
"declaration": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 290,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"id": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 290,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": "rootRadius",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 303,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"raw": "0.457",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
|
|
|
"value": 0.457,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"start": 0,
|
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
|
|
|
"end": 0,
|
|
|
|
"kind": "const",
|
|
|
|
"start": 0,
|
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 308,
|
2025-03-25 16:36:53 -07:00
|
|
|
"declaration": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 435,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"id": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 435,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"name": "sketch001",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
|
|
|
"body": [
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-03-25 16:36:53 -07:00
|
|
|
"argument": {
|
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 462,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 462,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": "XZ",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
|
|
|
"start": 0,
|
|
|
|
"type": "Name",
|
|
|
|
"type": "Name"
|
|
|
|
},
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 461,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-25 16:36:53 -07:00
|
|
|
"operator": "-",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-25 16:36:53 -07:00
|
|
|
"type": "UnaryExpression",
|
|
|
|
"type": "UnaryExpression"
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 447,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 447,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "startSketchOn",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 447,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 486,
|
2025-03-06 18:01:24 -05:00
|
|
|
"elements": [
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 487,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"raw": "0",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
|
|
|
"value": 0.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 490,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"left": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 490,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 490,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "beamHeight",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name",
|
|
|
|
"type": "Name"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
"operator": "/",
|
|
|
|
"right": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 503,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"raw": "2",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
|
|
|
"value": 2.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
}
|
|
|
|
],
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "ArrayExpression",
|
|
|
|
"type": "ArrayExpression"
|
|
|
|
},
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 507,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 471,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 471,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "startProfileAt",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 471,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "LabeledArg",
|
|
|
|
"label": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 521,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"name": "length",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2025-03-07 22:07:16 -06:00
|
|
|
"arg": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 530,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"left": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 530,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 530,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
2025-03-25 16:36:53 -07:00
|
|
|
"name": "flangeWidth",
|
2025-03-24 20:58:55 +13:00
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name",
|
|
|
|
"type": "Name"
|
2025-03-07 22:07:16 -06:00
|
|
|
},
|
|
|
|
"operator": "/",
|
|
|
|
"right": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 544,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"raw": "2",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
|
|
|
"value": 2.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 515,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 515,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "xLine",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 515,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "CallExpressionKw",
|
|
|
|
"type": "CallExpressionKw",
|
|
|
|
"unlabeled": null
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "LabeledArg",
|
|
|
|
"label": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 558,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"name": "length",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2025-03-07 22:07:16 -06:00
|
|
|
"arg": {
|
|
|
|
"argument": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 568,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 568,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
2025-03-25 16:36:53 -07:00
|
|
|
"name": "flangeThickness",
|
2025-03-24 20:58:55 +13:00
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name",
|
|
|
|
"type": "Name"
|
2025-03-07 22:07:16 -06:00
|
|
|
},
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 567,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"operator": "-",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "UnaryExpression",
|
|
|
|
"type": "UnaryExpression"
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 552,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 552,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "yLine",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 552,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "CallExpressionKw",
|
|
|
|
"type": "CallExpressionKw",
|
|
|
|
"unlabeled": null
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "LabeledArg",
|
|
|
|
"label": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 596,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"name": "endAbsolute",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2025-03-07 22:07:16 -06:00
|
|
|
"arg": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 610,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"left": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 610,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"left": {
|
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 610,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 610,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": "webThickness",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
|
|
|
"start": 0,
|
|
|
|
"type": "Name",
|
|
|
|
"type": "Name"
|
|
|
|
},
|
|
|
|
"operator": "/",
|
|
|
|
"right": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 625,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"raw": "2",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
|
|
|
"value": 2.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"start": 0,
|
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
},
|
|
|
|
"operator": "+",
|
|
|
|
"right": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 629,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 629,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
2025-03-25 16:36:53 -07:00
|
|
|
"name": "rootRadius",
|
2025-03-24 20:58:55 +13:00
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name",
|
|
|
|
"type": "Name"
|
2025-03-07 22:07:16 -06:00
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "BinaryExpression",
|
|
|
|
"type": "BinaryExpression"
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 590,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 590,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "xLine",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 590,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "CallExpressionKw",
|
|
|
|
"type": "CallExpressionKw",
|
|
|
|
"unlabeled": null
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-25 16:36:53 -07:00
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 660,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"properties": [
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 662,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"key": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 662,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": "radius",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"start": 0,
|
|
|
|
"type": "ObjectProperty",
|
|
|
|
"value": {
|
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 671,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 671,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": "rootRadius",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
|
|
|
"start": 0,
|
|
|
|
"type": "Name",
|
|
|
|
"type": "Name"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 683,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"key": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 683,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": "offset",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"start": 0,
|
|
|
|
"type": "ObjectProperty",
|
|
|
|
"value": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 692,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"raw": "90",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
|
|
|
"value": 90.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"start": 0,
|
|
|
|
"type": "ObjectExpression",
|
|
|
|
"type": "ObjectExpression"
|
|
|
|
},
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 698,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 646,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 646,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"name": "tangentialArc",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
|
|
|
"start": 0,
|
|
|
|
"type": "Name"
|
|
|
|
},
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 646,
|
2025-03-25 16:36:53 -07:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
2025-03-06 18:01:24 -05:00
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "LabeledArg",
|
|
|
|
"label": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 712,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"name": "endAbsolute",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"arg": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 726,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"raw": "0",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": {
|
|
|
|
"value": 0.0,
|
|
|
|
"suffix": "None"
|
|
|
|
}
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 706,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 706,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "yLine",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 706,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-07 22:07:16 -06:00
|
|
|
"type": "CallExpressionKw",
|
|
|
|
"type": "CallExpressionKw",
|
|
|
|
"unlabeled": null
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 743,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"properties": [
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 745,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"key": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 745,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"name": "axis",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "ObjectProperty",
|
|
|
|
"value": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 752,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"raw": "'X'",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": "X"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "ObjectExpression",
|
|
|
|
"type": "ObjectExpression"
|
|
|
|
},
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 759,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 734,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 734,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "mirror2d",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 734,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 776,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"properties": [
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 778,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"key": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 778,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"name": "axis",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "ObjectProperty",
|
|
|
|
"value": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 785,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"raw": "'Y'",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": "Y"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "ObjectExpression",
|
|
|
|
"type": "ObjectExpression"
|
|
|
|
},
|
|
|
|
{
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 792,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 767,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 767,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "mirror2d",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 767,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
|
|
|
"type": "LabeledArg",
|
|
|
|
"label": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 808,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"name": "length",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"arg": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 817,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 817,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "beamLength",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name",
|
|
|
|
"type": "Name"
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 800,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 800,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "extrude",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name"
|
2025-03-06 18:01:24 -05:00
|
|
|
},
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 800,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "CallExpressionKw",
|
|
|
|
"type": "CallExpressionKw",
|
|
|
|
"unlabeled": null
|
|
|
|
}
|
|
|
|
],
|
2025-03-30 10:06:36 -07:00
|
|
|
"commentStart": 447,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "PipeExpression",
|
|
|
|
"type": "PipeExpression"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "VariableDeclarator"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"kind": "const",
|
2025-03-20 16:23:20 +13:00
|
|
|
"preComments": [
|
|
|
|
"",
|
|
|
|
"",
|
|
|
|
"// Sketch a quadrant of the beam cross section, then mirror for symmetry across each axis. Extrude to the appropriate length"
|
|
|
|
],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
}
|
|
|
|
],
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 0,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"innerAttrs": [
|
|
|
|
{
|
2025-03-20 16:23:20 +13:00
|
|
|
"commentStart": 0,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"name": {
|
2025-03-25 16:36:53 -07:00
|
|
|
"commentStart": 128,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"name": "settings",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2025-03-20 16:23:20 +13:00
|
|
|
"preComments": [
|
|
|
|
"// I-beam",
|
2025-03-25 16:36:53 -07:00
|
|
|
"// A structural metal beam with an I shaped cross section. Often used in construction and architecture",
|
2025-03-20 16:23:20 +13:00
|
|
|
"",
|
|
|
|
"",
|
|
|
|
"// Set Units"
|
|
|
|
],
|
2025-03-06 18:01:24 -05:00
|
|
|
"properties": [
|
|
|
|
{
|
2025-03-25 16:36:53 -07:00
|
|
|
"commentStart": 137,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"key": {
|
2025-03-25 16:36:53 -07:00
|
|
|
"commentStart": 137,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"name": "defaultLengthUnit",
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "ObjectProperty",
|
|
|
|
"value": {
|
2025-03-24 20:58:55 +13:00
|
|
|
"abs_path": false,
|
2025-03-25 16:36:53 -07:00
|
|
|
"commentStart": 157,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"name": {
|
2025-03-25 16:36:53 -07:00
|
|
|
"commentStart": 157,
|
2025-03-24 20:58:55 +13:00
|
|
|
"end": 0,
|
|
|
|
"name": "in",
|
|
|
|
"start": 0,
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"path": [],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-24 20:58:55 +13:00
|
|
|
"type": "Name",
|
|
|
|
"type": "Name"
|
2025-03-06 18:01:24 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2025-03-20 11:06:27 +13:00
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "Annotation"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"nonCodeMeta": {
|
2025-03-20 16:23:20 +13:00
|
|
|
"nonCodeNodes": {},
|
2025-03-06 18:01:24 -05:00
|
|
|
"startNodes": [
|
|
|
|
{
|
2025-03-25 16:36:53 -07:00
|
|
|
"commentStart": 160,
|
2025-03-20 11:06:27 +13:00
|
|
|
"end": 0,
|
|
|
|
"start": 0,
|
2025-03-06 18:01:24 -05:00
|
|
|
"type": "NonCodeNode",
|
|
|
|
"value": {
|
|
|
|
"type": "newLine"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"start": 0
|
|
|
|
}
|
2025-03-30 10:06:36 -07:00
|
|
|
}
|