* Change so that operations are stored per module * Refactor so that all modeling commands go through ExecState * Remove unneeded PartialOrd implementations * Remove artifact_commands from KclError since it was only for debugging --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
		
			
				
	
	
		
			8211 lines
		
	
	
		
			185 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8211 lines
		
	
	
		
			185 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
source: kcl-lib/src/simulation_tests.rs
 | 
						|
description: Operations executed keyboard.kcl
 | 
						|
---
 | 
						|
{
 | 
						|
  "public/kcl-samples/keyboard/main.kcl": [
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 12
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 0
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 13.6,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 12
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 7
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "fillet",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "radius": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.6,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "tags": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Uuid",
 | 
						|
                "value": "[uuid]"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Uuid",
 | 
						|
                "value": "[uuid]"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "TagIdentifier",
 | 
						|
                "value": "seg01",
 | 
						|
                "artifact_id": "[uuid]"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "TagIdentifier",
 | 
						|
                "value": "seg03",
 | 
						|
                "artifact_id": "[uuid]"
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 12
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 9
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "face": {
 | 
						|
          "value": {
 | 
						|
            "type": "TagIdentifier",
 | 
						|
            "value": "seg04",
 | 
						|
            "artifact_id": "[uuid]"
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 13
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Array",
 | 
						|
          "value": [
 | 
						|
            {
 | 
						|
              "type": "Sketch",
 | 
						|
              "value": {
 | 
						|
                "artifactId": "[uuid]"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "type": "Sketch",
 | 
						|
              "value": {
 | 
						|
                "artifactId": "[uuid]"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "type": "Sketch",
 | 
						|
              "value": {
 | 
						|
                "artifactId": "[uuid]"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "type": "Sketch",
 | 
						|
              "value": {
 | 
						|
                "artifactId": "[uuid]"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.15,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 18
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#23af93"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 1.1,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 0.3,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 0.30000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 21
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.2,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#b0b0b0"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 1.5,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 0.30000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 2.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 22
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.9,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 3.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#23af93"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 5.2,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 4.2,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 0.30000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 23
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 5.3,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#b0b0b0"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 9.5,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 0.30000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 24
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.9,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#b0b0b0"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 10.4,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 0.30000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 25
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.9,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#b0b0b0"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 1.1,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 11.3,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 0.30000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 26
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.2,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#23af93"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 12.5,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 0.30000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 27
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.9,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#23af93"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 1.7,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 0.30000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 1.2000000000000002,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 28
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.8,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#b0b0b0"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 2.1,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 1.2000000000000002,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 9.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 29
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.9,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 10.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#23af93"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 2.2,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 11.1,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 1.2000000000000002,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 30
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 2.3,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#b0b0b0"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 1.2,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 0.30000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 2.1,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 31
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.3,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#b0b0b0"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 1.6,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 2.1,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 10.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 32
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.9,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 11.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#23af93"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 1.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 11.5,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 2.1,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 33
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.9,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#b0b0b0"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.9,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 0.30000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 3.0000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 34
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#b0b0b0"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 1.3,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 3.0000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 11.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 35
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.9,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 12.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#b0b0b0"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 1.2,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 12.100000000000001,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 3.0000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 36
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.3,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#b0b0b0"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 0.30000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 3.900000000000001,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 12.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 37
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.9,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 13.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#23af93"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 1.3,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 12.0,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 3.900000000000001,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 38
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.4,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#23af93"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.48,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 1.1,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 0.30000000000000004,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 4.800000000000001,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 39
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.2,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#b0b0b0"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.48,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.8,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 1.5,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 4.800000000000001,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 11.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 40
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.9,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 12.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "keyFn",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "color": {
 | 
						|
            "value": {
 | 
						|
              "type": "String",
 | 
						|
              "value": "#23af93"
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyHeight": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.48,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "keyWidth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 1.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "originStart": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 12.3,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 4.800000000000001,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "repeats": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.0,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 41
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 10
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "patternLinear3d",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Solid",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "axis": {
 | 
						|
          "value": {
 | 
						|
            "type": "Array",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 1.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "type": "Number",
 | 
						|
                "value": 0.0,
 | 
						|
                "ty": {
 | 
						|
                  "type": "Default",
 | 
						|
                  "len": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "angle": {
 | 
						|
                    "type": "Degrees"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              }
 | 
						|
            ]
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "distance": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.1,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        },
 | 
						|
        "instances": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Known",
 | 
						|
              "type": "Count"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 20
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 12
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "z",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "depth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.03,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "origin": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 2.3,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 1.3,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "scale": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.4,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 45
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 43
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 0
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": -0.03,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 43
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 18
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "o",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "depth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.03,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "origin": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 8.71,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 3.0800000000000005,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "scale": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.4,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 46
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 44
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 0
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": -0.03,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 44
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 6
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 44
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 0
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": -0.03,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 44
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 6
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupBegin",
 | 
						|
      "group": {
 | 
						|
        "type": "FunctionCall",
 | 
						|
        "name": "o",
 | 
						|
        "functionSourceRange": [],
 | 
						|
        "unlabeledArg": null,
 | 
						|
        "labeledArgs": {
 | 
						|
          "depth": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.03,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "origin": {
 | 
						|
            "value": {
 | 
						|
              "type": "Array",
 | 
						|
              "value": [
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 9.610000000000001,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "type": "Number",
 | 
						|
                  "value": 3.0800000000000005,
 | 
						|
                  "ty": {
 | 
						|
                    "type": "Default",
 | 
						|
                    "len": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    },
 | 
						|
                    "angle": {
 | 
						|
                      "type": "Degrees"
 | 
						|
                    }
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "scale": {
 | 
						|
            "value": {
 | 
						|
              "type": "Number",
 | 
						|
              "value": 0.4,
 | 
						|
              "ty": {
 | 
						|
                "type": "Default",
 | 
						|
                "len": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "angle": {
 | 
						|
                  "type": "Degrees"
 | 
						|
                }
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 47
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "ExpressionStatementExpr"
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 44
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 0
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": -0.03,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 44
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 0
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 6
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "startSketchOn",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Plane",
 | 
						|
          "artifact_id": "[uuid]"
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {},
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 44
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 0
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "StdLibCall",
 | 
						|
      "name": "extrude",
 | 
						|
      "unlabeledArg": {
 | 
						|
        "value": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "value": {
 | 
						|
            "artifactId": "[uuid]"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "sourceRange": []
 | 
						|
      },
 | 
						|
      "labeledArgs": {
 | 
						|
        "length": {
 | 
						|
          "value": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": -0.03,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "nodePath": {
 | 
						|
        "steps": [
 | 
						|
          {
 | 
						|
            "type": "ProgramBodyItem",
 | 
						|
            "index": 44
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBody"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "FunctionExpressionBodyItem",
 | 
						|
            "index": 1
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationDeclaration"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "VariableDeclarationInit"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "type": "PipeBodyItem",
 | 
						|
            "index": 6
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "sourceRange": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "type": "GroupEnd"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "std::appearance": [],
 | 
						|
  "std::array": [],
 | 
						|
  "std::math": [],
 | 
						|
  "std::prelude": [],
 | 
						|
  "std::sketch": [],
 | 
						|
  "std::solid": [],
 | 
						|
  "std::sweep": [],
 | 
						|
  "std::transform": [],
 | 
						|
  "std::turns": [],
 | 
						|
  "std::types": [],
 | 
						|
  "std::units": []
 | 
						|
}
 |