Files
modeling-app/rust/kcl-lib/tests/kcl_samples/socket-head-cap-screw/ast.snap
Nick Cameron 461a2c3ab2 Support comments on attributes (#5850)
Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-03-20 16:23:20 +13:00

2145 lines
79 KiB
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Result of parsing socket-head-cap-screw.kcl
---
{
"Ok": {
"body": [
{
"commentStart": 404,
"declaration": {
"commentStart": 426,
"end": 0,
"id": {
"commentStart": 426,
"end": 0,
"name": "screwLength",
"start": 0,
"type": "Identifier"
},
"init": {
"commentStart": 440,
"end": 0,
"raw": "1.0",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"preComments": [
"// Define constants"
],
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 444,
"declaration": {
"commentStart": 444,
"end": 0,
"id": {
"commentStart": 444,
"end": 0,
"name": "screwDiameter",
"start": 0,
"type": "Identifier"
},
"init": {
"commentStart": 460,
"end": 0,
"raw": ".190",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.19,
"suffix": "None"
}
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 465,
"declaration": {
"commentStart": 465,
"end": 0,
"id": {
"commentStart": 465,
"end": 0,
"name": "headDiameter",
"start": 0,
"type": "Identifier"
},
"init": {
"commentStart": 480,
"end": 0,
"raw": ".313",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.313,
"suffix": "None"
}
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 485,
"declaration": {
"commentStart": 485,
"end": 0,
"id": {
"commentStart": 485,
"end": 0,
"name": "headLength",
"start": 0,
"type": "Identifier"
},
"init": {
"commentStart": 498,
"end": 0,
"name": "screwDiameter",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 512,
"declaration": {
"commentStart": 512,
"end": 0,
"id": {
"commentStart": 512,
"end": 0,
"name": "hexWallToWall",
"start": 0,
"type": "Identifier"
},
"init": {
"commentStart": 528,
"end": 0,
"left": {
"commentStart": 528,
"end": 0,
"raw": "5",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 5.0,
"suffix": "None"
}
},
"operator": "/",
"right": {
"commentStart": 532,
"end": 0,
"raw": "32",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 32.0,
"suffix": "None"
}
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 535,
"declaration": {
"commentStart": 535,
"end": 0,
"id": {
"commentStart": 535,
"end": 0,
"name": "capRatio",
"start": 0,
"type": "Identifier"
},
"init": {
"commentStart": 546,
"end": 0,
"left": {
"commentStart": 546,
"end": 0,
"name": "screwDiameter",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"operator": "/",
"right": {
"commentStart": 562,
"end": 0,
"name": "headDiameter",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 575,
"declaration": {
"commentStart": 575,
"end": 0,
"id": {
"commentStart": 575,
"end": 0,
"name": "hexRatio",
"start": 0,
"type": "Identifier"
},
"init": {
"commentStart": 586,
"end": 0,
"left": {
"commentStart": 586,
"end": 0,
"name": "hexWallToWall",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"operator": "/",
"right": {
"commentStart": 602,
"end": 0,
"name": "headDiameter",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 615,
"declaration": {
"commentStart": 615,
"end": 0,
"id": {
"commentStart": 615,
"end": 0,
"name": "hexWallLength",
"start": 0,
"type": "Identifier"
},
"init": {
"commentStart": 631,
"end": 0,
"left": {
"commentStart": 631,
"end": 0,
"left": {
"commentStart": 631,
"end": 0,
"left": {
"commentStart": 631,
"end": 0,
"name": "hexWallToWall",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"operator": "/",
"right": {
"commentStart": 647,
"end": 0,
"raw": "2",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "*",
"right": {
"commentStart": 651,
"end": 0,
"raw": "1",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "/",
"right": {
"arguments": [
{
"arguments": [
{
"commentStart": 669,
"end": 0,
"raw": "30",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 30.0,
"suffix": "None"
}
}
],
"callee": {
"commentStart": 659,
"end": 0,
"name": "toRadians",
"start": 0,
"type": "Identifier"
},
"commentStart": 659,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
}
],
"callee": {
"commentStart": 655,
"end": 0,
"name": "cos",
"start": 0,
"type": "Identifier"
},
"commentStart": 655,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 674,
"declaration": {
"commentStart": 674,
"end": 0,
"id": {
"commentStart": 674,
"end": 0,
"name": "hexStartingAngle",
"start": 0,
"type": "Identifier"
},
"init": {
"commentStart": 693,
"end": 0,
"raw": "210",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 210.0,
"suffix": "None"
}
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 696,
"declaration": {
"commentStart": 727,
"end": 0,
"id": {
"commentStart": 727,
"end": 0,
"name": "hexInteriorAngle",
"start": 0,
"type": "Identifier"
},
"init": {
"commentStart": 746,
"end": 0,
"raw": "120",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 120.0,
"suffix": "None"
}
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 750,
"declaration": {
"commentStart": 750,
"end": 0,
"id": {
"commentStart": 750,
"end": 0,
"name": "hexChangeAngle",
"start": 0,
"type": "Identifier"
},
"init": {
"commentStart": 767,
"end": 0,
"left": {
"commentStart": 767,
"end": 0,
"raw": "180",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 180.0,
"suffix": "None"
}
},
"operator": "-",
"right": {
"commentStart": 773,
"end": 0,
"name": "hexInteriorAngle",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 789,
"declaration": {
"commentStart": 853,
"end": 0,
"id": {
"commentStart": 853,
"end": 0,
"name": "capScrew",
"start": 0,
"type": "Identifier"
},
"init": {
"body": {
"body": [
{
"commentStart": 898,
"declaration": {
"commentStart": 939,
"end": 0,
"id": {
"commentStart": 939,
"end": 0,
"name": "screwHeadSketch",
"start": 0,
"type": "Identifier"
},
"init": {
"body": [
{
"arguments": [
{
"commentStart": 971,
"end": 0,
"raw": "'XZ'",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": "XZ"
}
],
"callee": {
"commentStart": 957,
"end": 0,
"name": "startSketchOn",
"start": 0,
"type": "Identifier"
},
"commentStart": 957,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"commentStart": 1001,
"end": 0,
"name": "center",
"start": 0,
"type": "Identifier"
},
"arg": {
"commentStart": 1010,
"elements": [
{
"commentStart": 1011,
"computed": false,
"end": 0,
"object": {
"commentStart": 1011,
"end": 0,
"name": "start",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"property": {
"commentStart": 1017,
"end": 0,
"raw": "0",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
"start": 0,
"type": "MemberExpression",
"type": "MemberExpression"
},
{
"commentStart": 1021,
"computed": false,
"end": 0,
"object": {
"commentStart": 1021,
"end": 0,
"name": "start",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"property": {
"commentStart": 1027,
"end": 0,
"raw": "1",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 0,
"type": "MemberExpression",
"type": "MemberExpression"
}
],
"end": 0,
"start": 0,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
},
{
"type": "LabeledArg",
"label": {
"commentStart": 1041,
"end": 0,
"name": "radius",
"start": 0,
"type": "Identifier"
},
"arg": {
"commentStart": 1050,
"end": 0,
"left": {
"commentStart": 1050,
"end": 0,
"left": {
"commentStart": 1050,
"end": 0,
"name": "dia",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"operator": "/",
"right": {
"commentStart": 1056,
"end": 0,
"name": "capRatio",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"operator": "/",
"right": {
"commentStart": 1067,
"end": 0,
"raw": "2",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
}
}
],
"callee": {
"commentStart": 984,
"end": 0,
"name": "circle",
"start": 0,
"type": "Identifier"
},
"commentStart": 984,
"end": 0,
"start": 0,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
}
],
"commentStart": 957,
"end": 0,
"nonCodeMeta": {
"nonCodeNodes": {
"1": [
{
"commentStart": 1079,
"end": 0,
"start": 0,
"type": "NonCodeNode",
"value": {
"type": "newLineBlockComment",
"value": "Extrude the screw head sketch",
"style": "line"
}
}
]
},
"startNodes": []
},
"start": 0,
"type": "PipeExpression",
"type": "PipeExpression"
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"preComments": [
"// Create the head of the cap screw"
],
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 1116,
"declaration": {
"commentStart": 1116,
"end": 0,
"id": {
"commentStart": 1116,
"end": 0,
"name": "screwHead",
"start": 0,
"type": "Identifier"
},
"init": {
"arguments": [
{
"type": "LabeledArg",
"label": {
"commentStart": 1153,
"end": 0,
"name": "length",
"start": 0,
"type": "Identifier"
},
"arg": {
"commentStart": 1162,
"end": 0,
"name": "capHeadLength",
"start": 0,
"type": "Identifier",
"type": "Identifier"
}
}
],
"callee": {
"commentStart": 1128,
"end": 0,
"name": "extrude",
"start": 0,
"type": "Identifier"
},
"commentStart": 1128,
"end": 0,
"start": 0,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": {
"commentStart": 1136,
"end": 0,
"name": "screwHeadSketch",
"start": 0,
"type": "Identifier",
"type": "Identifier"
}
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 1178,
"declaration": {
"commentStart": 1240,
"end": 0,
"id": {
"commentStart": 1240,
"end": 0,
"name": "hexPatternSketch",
"start": 0,
"type": "Identifier"
},
"init": {
"body": [
{
"arguments": [
{
"commentStart": 1273,
"end": 0,
"name": "screwHead",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
{
"commentStart": 1284,
"end": 0,
"raw": "'end'",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": "end"
}
],
"callee": {
"commentStart": 1259,
"end": 0,
"name": "startSketchOn",
"start": 0,
"type": "Identifier"
},
"commentStart": 1259,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"commentStart": 1313,
"elements": [
{
"commentStart": 1314,
"end": 0,
"left": {
"commentStart": 1314,
"end": 0,
"name": "hexWallToWall",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"operator": "/",
"right": {
"commentStart": 1330,
"end": 0,
"raw": "2",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
{
"commentStart": 1333,
"end": 0,
"raw": "0",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 0,
"start": 0,
"type": "ArrayExpression",
"type": "ArrayExpression"
},
{
"commentStart": 1337,
"end": 0,
"start": 0,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"commentStart": 1298,
"end": 0,
"name": "startProfileAt",
"start": 0,
"type": "Identifier"
},
"commentStart": 1298,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"commentStart": 1353,
"end": 0,
"name": "length",
"start": 0,
"type": "Identifier"
},
"arg": {
"commentStart": 1362,
"end": 0,
"left": {
"argument": {
"commentStart": 1363,
"end": 0,
"name": "hexWallLength",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"commentStart": 1362,
"end": 0,
"operator": "-",
"start": 0,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "/",
"right": {
"commentStart": 1379,
"end": 0,
"raw": "2",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
}
}
],
"callee": {
"commentStart": 1347,
"end": 0,
"name": "yLine",
"start": 0,
"type": "Identifier"
},
"commentStart": 1347,
"end": 0,
"start": 0,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
{
"arguments": [
{
"commentStart": 1400,
"end": 0,
"properties": [
{
"commentStart": 1411,
"end": 0,
"key": {
"commentStart": 1411,
"end": 0,
"name": "angle",
"start": 0,
"type": "Identifier"
},
"start": 0,
"type": "ObjectProperty",
"value": {
"commentStart": 1419,
"end": 0,
"name": "hexStartingAngle",
"start": 0,
"type": "Identifier",
"type": "Identifier"
}
},
{
"commentStart": 1446,
"end": 0,
"key": {
"commentStart": 1446,
"end": 0,
"name": "length",
"start": 0,
"type": "Identifier"
},
"start": 0,
"type": "ObjectProperty",
"value": {
"commentStart": 1455,
"end": 0,
"name": "hexWallLength",
"start": 0,
"type": "Identifier",
"type": "Identifier"
}
}
],
"start": 0,
"type": "ObjectExpression",
"type": "ObjectExpression"
},
{
"commentStart": 1479,
"end": 0,
"start": 0,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"commentStart": 1389,
"end": 0,
"name": "angledLine",
"start": 0,
"type": "Identifier"
},
"commentStart": 1389,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"commentStart": 1500,
"end": 0,
"properties": [
{
"commentStart": 1511,
"end": 0,
"key": {
"commentStart": 1511,
"end": 0,
"name": "angle",
"start": 0,
"type": "Identifier"
},
"start": 0,
"type": "ObjectProperty",
"value": {
"commentStart": 1519,
"end": 0,
"left": {
"commentStart": 1519,
"end": 0,
"name": "hexStartingAngle",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"commentStart": 1538,
"end": 0,
"name": "hexChangeAngle",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
}
},
{
"commentStart": 1563,
"end": 0,
"key": {
"commentStart": 1563,
"end": 0,
"name": "length",
"start": 0,
"type": "Identifier"
},
"start": 0,
"type": "ObjectProperty",
"value": {
"commentStart": 1572,
"end": 0,
"name": "hexWallLength",
"start": 0,
"type": "Identifier",
"type": "Identifier"
}
}
],
"start": 0,
"type": "ObjectExpression",
"type": "ObjectExpression"
},
{
"commentStart": 1596,
"end": 0,
"start": 0,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"commentStart": 1489,
"end": 0,
"name": "angledLine",
"start": 0,
"type": "Identifier"
},
"commentStart": 1489,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"commentStart": 1617,
"end": 0,
"properties": [
{
"commentStart": 1628,
"end": 0,
"key": {
"commentStart": 1628,
"end": 0,
"name": "angle",
"start": 0,
"type": "Identifier"
},
"start": 0,
"type": "ObjectProperty",
"value": {
"commentStart": 1636,
"end": 0,
"left": {
"commentStart": 1636,
"end": 0,
"name": "hexStartingAngle",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"commentStart": 1656,
"end": 0,
"left": {
"commentStart": 1656,
"end": 0,
"raw": "2",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"operator": "*",
"right": {
"commentStart": 1660,
"end": 0,
"name": "hexChangeAngle",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
}
},
{
"commentStart": 1686,
"end": 0,
"key": {
"commentStart": 1686,
"end": 0,
"name": "length",
"start": 0,
"type": "Identifier"
},
"start": 0,
"type": "ObjectProperty",
"value": {
"commentStart": 1695,
"end": 0,
"name": "hexWallLength",
"start": 0,
"type": "Identifier",
"type": "Identifier"
}
}
],
"start": 0,
"type": "ObjectExpression",
"type": "ObjectExpression"
},
{
"commentStart": 1719,
"end": 0,
"start": 0,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"commentStart": 1606,
"end": 0,
"name": "angledLine",
"start": 0,
"type": "Identifier"
},
"commentStart": 1606,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"commentStart": 1740,
"end": 0,
"properties": [
{
"commentStart": 1751,
"end": 0,
"key": {
"commentStart": 1751,
"end": 0,
"name": "angle",
"start": 0,
"type": "Identifier"
},
"start": 0,
"type": "ObjectProperty",
"value": {
"commentStart": 1759,
"end": 0,
"left": {
"commentStart": 1759,
"end": 0,
"name": "hexStartingAngle",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"commentStart": 1779,
"end": 0,
"left": {
"commentStart": 1779,
"end": 0,
"raw": "3",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 3.0,
"suffix": "None"
}
},
"operator": "*",
"right": {
"commentStart": 1783,
"end": 0,
"name": "hexChangeAngle",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
}
},
{
"commentStart": 1809,
"end": 0,
"key": {
"commentStart": 1809,
"end": 0,
"name": "length",
"start": 0,
"type": "Identifier"
},
"start": 0,
"type": "ObjectProperty",
"value": {
"commentStart": 1818,
"end": 0,
"name": "hexWallLength",
"start": 0,
"type": "Identifier",
"type": "Identifier"
}
}
],
"start": 0,
"type": "ObjectExpression",
"type": "ObjectExpression"
},
{
"commentStart": 1842,
"end": 0,
"start": 0,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"commentStart": 1729,
"end": 0,
"name": "angledLine",
"start": 0,
"type": "Identifier"
},
"commentStart": 1729,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"commentStart": 1863,
"end": 0,
"properties": [
{
"commentStart": 1874,
"end": 0,
"key": {
"commentStart": 1874,
"end": 0,
"name": "angle",
"start": 0,
"type": "Identifier"
},
"start": 0,
"type": "ObjectProperty",
"value": {
"commentStart": 1882,
"end": 0,
"left": {
"commentStart": 1882,
"end": 0,
"name": "hexStartingAngle",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"operator": "-",
"right": {
"commentStart": 1902,
"end": 0,
"left": {
"commentStart": 1902,
"end": 0,
"raw": "4",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 4.0,
"suffix": "None"
}
},
"operator": "*",
"right": {
"commentStart": 1906,
"end": 0,
"name": "hexChangeAngle",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
}
},
{
"commentStart": 1932,
"end": 0,
"key": {
"commentStart": 1932,
"end": 0,
"name": "length",
"start": 0,
"type": "Identifier"
},
"start": 0,
"type": "ObjectProperty",
"value": {
"commentStart": 1941,
"end": 0,
"name": "hexWallLength",
"start": 0,
"type": "Identifier",
"type": "Identifier"
}
}
],
"start": 0,
"type": "ObjectExpression",
"type": "ObjectExpression"
},
{
"commentStart": 1965,
"end": 0,
"start": 0,
"type": "PipeSubstitution",
"type": "PipeSubstitution"
}
],
"callee": {
"commentStart": 1852,
"end": 0,
"name": "angledLine",
"start": 0,
"type": "Identifier"
},
"commentStart": 1852,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [],
"callee": {
"commentStart": 1975,
"end": 0,
"name": "close",
"start": 0,
"type": "Identifier"
},
"commentStart": 1975,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
}
],
"commentStart": 1259,
"end": 0,
"start": 0,
"type": "PipeExpression",
"type": "PipeExpression"
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"preComments": [
"",
"",
"// Define the sketch of the hex pattern on the screw head"
],
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 1985,
"declaration": {
"commentStart": 1985,
"end": 0,
"id": {
"commentStart": 1985,
"end": 0,
"name": "hexPattern",
"start": 0,
"type": "Identifier"
},
"init": {
"arguments": [
{
"type": "LabeledArg",
"label": {
"commentStart": 2024,
"end": 0,
"name": "length",
"start": 0,
"type": "Identifier"
},
"arg": {
"commentStart": 2033,
"end": 0,
"left": {
"argument": {
"commentStart": 2034,
"end": 0,
"name": "headLength",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"commentStart": 2033,
"end": 0,
"operator": "-",
"start": 0,
"type": "UnaryExpression",
"type": "UnaryExpression"
},
"operator": "*",
"right": {
"commentStart": 2047,
"end": 0,
"raw": "0.75",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.75,
"suffix": "None"
}
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
}
}
],
"callee": {
"commentStart": 1998,
"end": 0,
"name": "extrude",
"start": 0,
"type": "Identifier"
},
"commentStart": 1998,
"end": 0,
"start": 0,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": {
"commentStart": 2006,
"end": 0,
"name": "hexPatternSketch",
"start": 0,
"type": "Identifier",
"type": "Identifier"
}
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 2052,
"declaration": {
"commentStart": 2056,
"end": 0,
"id": {
"commentStart": 2056,
"end": 0,
"name": "screwBodySketch",
"start": 0,
"type": "Identifier"
},
"init": {
"body": [
{
"arguments": [
{
"commentStart": 2088,
"end": 0,
"name": "screwHead",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
{
"commentStart": 2099,
"end": 0,
"raw": "\"start\"",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": "start"
}
],
"callee": {
"commentStart": 2074,
"end": 0,
"name": "startSketchOn",
"start": 0,
"type": "Identifier"
},
"commentStart": 2074,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
},
{
"arguments": [
{
"type": "LabeledArg",
"label": {
"commentStart": 2132,
"end": 0,
"name": "center",
"start": 0,
"type": "Identifier"
},
"arg": {
"commentStart": 2141,
"elements": [
{
"commentStart": 2142,
"computed": false,
"end": 0,
"object": {
"commentStart": 2142,
"end": 0,
"name": "start",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"property": {
"commentStart": 2148,
"end": 0,
"raw": "0",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
"start": 0,
"type": "MemberExpression",
"type": "MemberExpression"
},
{
"commentStart": 2152,
"computed": false,
"end": 0,
"object": {
"commentStart": 2152,
"end": 0,
"name": "start",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"property": {
"commentStart": 2158,
"end": 0,
"raw": "1",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 1.0,
"suffix": "None"
}
},
"start": 0,
"type": "MemberExpression",
"type": "MemberExpression"
}
],
"end": 0,
"start": 0,
"type": "ArrayExpression",
"type": "ArrayExpression"
}
},
{
"type": "LabeledArg",
"label": {
"commentStart": 2172,
"end": 0,
"name": "radius",
"start": 0,
"type": "Identifier"
},
"arg": {
"commentStart": 2181,
"end": 0,
"left": {
"commentStart": 2181,
"end": 0,
"name": "dia",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"operator": "/",
"right": {
"commentStart": 2187,
"end": 0,
"raw": "2",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 2.0,
"suffix": "None"
}
},
"start": 0,
"type": "BinaryExpression",
"type": "BinaryExpression"
}
}
],
"callee": {
"commentStart": 2115,
"end": 0,
"name": "circle",
"start": 0,
"type": "Identifier"
},
"commentStart": 2115,
"end": 0,
"start": 0,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
}
],
"commentStart": 2074,
"end": 0,
"start": 0,
"type": "PipeExpression",
"type": "PipeExpression"
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 2200,
"declaration": {
"commentStart": 2200,
"end": 0,
"id": {
"commentStart": 2200,
"end": 0,
"name": "screwBody",
"start": 0,
"type": "Identifier"
},
"init": {
"arguments": [
{
"type": "LabeledArg",
"label": {
"commentStart": 2237,
"end": 0,
"name": "length",
"start": 0,
"type": "Identifier"
},
"arg": {
"commentStart": 2246,
"end": 0,
"name": "length",
"start": 0,
"type": "Identifier",
"type": "Identifier"
}
}
],
"callee": {
"commentStart": 2212,
"end": 0,
"name": "extrude",
"start": 0,
"type": "Identifier"
},
"commentStart": 2212,
"end": 0,
"start": 0,
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": {
"commentStart": 2220,
"end": 0,
"name": "screwBodySketch",
"start": 0,
"type": "Identifier",
"type": "Identifier"
}
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "const",
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"argument": {
"commentStart": 2263,
"end": 0,
"name": "screwBody",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
"commentStart": 2256,
"end": 0,
"start": 0,
"type": "ReturnStatement",
"type": "ReturnStatement"
}
],
"commentStart": 898,
"end": 0,
"nonCodeMeta": {
"nonCodeNodes": {
"3": [
{
"commentStart": 2052,
"end": 0,
"start": 0,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
]
},
"startNodes": []
},
"start": 0
},
"commentStart": 861,
"end": 0,
"params": [
{
"type": "Parameter",
"identifier": {
"commentStart": 862,
"end": 0,
"name": "start",
"start": 0,
"type": "Identifier"
}
},
{
"type": "Parameter",
"identifier": {
"commentStart": 869,
"end": 0,
"name": "length",
"start": 0,
"type": "Identifier"
}
},
{
"type": "Parameter",
"identifier": {
"commentStart": 877,
"end": 0,
"name": "dia",
"start": 0,
"type": "Identifier"
}
},
{
"type": "Parameter",
"identifier": {
"commentStart": 882,
"end": 0,
"name": "capHeadLength",
"start": 0,
"type": "Identifier"
}
}
],
"start": 0,
"type": "FunctionExpression",
"type": "FunctionExpression"
},
"start": 0,
"type": "VariableDeclarator"
},
"end": 0,
"kind": "fn",
"preComments": [
"",
"",
"// Write a function that defines the Socket Head Cap Screw"
],
"start": 0,
"type": "VariableDeclaration",
"type": "VariableDeclaration"
},
{
"commentStart": 2274,
"end": 0,
"expression": {
"arguments": [
{
"commentStart": 2285,
"elements": [
{
"commentStart": 2286,
"end": 0,
"raw": "0",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
},
{
"commentStart": 2289,
"end": 0,
"raw": "0",
"start": 0,
"type": "Literal",
"type": "Literal",
"value": {
"value": 0.0,
"suffix": "None"
}
}
],
"end": 0,
"start": 0,
"type": "ArrayExpression",
"type": "ArrayExpression"
},
{
"commentStart": 2293,
"end": 0,
"name": "screwLength",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
{
"commentStart": 2306,
"end": 0,
"name": "screwDiameter",
"start": 0,
"type": "Identifier",
"type": "Identifier"
},
{
"commentStart": 2321,
"end": 0,
"name": "screwDiameter",
"start": 0,
"type": "Identifier",
"type": "Identifier"
}
],
"callee": {
"commentStart": 2276,
"end": 0,
"name": "capScrew",
"start": 0,
"type": "Identifier"
},
"commentStart": 2276,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
},
"start": 0,
"type": "ExpressionStatement",
"type": "ExpressionStatement"
}
],
"commentStart": 0,
"end": 0,
"innerAttrs": [
{
"commentStart": 0,
"end": 0,
"name": {
"commentStart": 372,
"end": 0,
"name": "settings",
"start": 0,
"type": "Identifier"
},
"preComments": [
"// Socket Head Cap Screw",
"// This is for a #10-24 screw that is 1.00 inches long. A socket head cap screw is a type of fastener that is widely used in a variety of applications requiring a high strength fastening solution. It is characterized by its cylindrical head and internal hexagonal drive, which allows for tightening with an Allen wrench or hex key.",
"",
"",
"// Set units"
],
"properties": [
{
"commentStart": 381,
"end": 0,
"key": {
"commentStart": 381,
"end": 0,
"name": "defaultLengthUnit",
"start": 0,
"type": "Identifier"
},
"start": 0,
"type": "ObjectProperty",
"value": {
"commentStart": 401,
"end": 0,
"name": "in",
"start": 0,
"type": "Identifier",
"type": "Identifier"
}
}
],
"start": 0,
"type": "Annotation"
}
],
"nonCodeMeta": {
"nonCodeNodes": {
"8": [
{
"commentStart": 696,
"end": 0,
"start": 0,
"type": "NonCodeNode",
"value": {
"type": "inlineComment",
"value": "first angle of hex pattern",
"style": "line"
}
}
],
"11": [
{
"commentStart": 2274,
"end": 0,
"start": 0,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
]
},
"startNodes": [
{
"commentStart": 404,
"end": 0,
"start": 0,
"type": "NonCodeNode",
"value": {
"type": "newLine"
}
}
]
},
"start": 0
}
}