{
  "Uuid": "3c9d0464-8643-5ffe-96e5-ab1769818209",
  "IsCustomNode": false,
  "Description": "",
  "Name": "Combination_010_Final",
  "ElementResolver": {
    "ResolutionMap": {
      "Math": {
        "Key": "DSCore.Math",
        "Value": "DSCoreNodes.dll"
      }
    }
  },
  "Inputs": [
    {
      "Id": "a3073ece8f5b49ce9e38471736f4da28",
      "Name": "Max Truss Panel Width",
      "Type": "number",
      "Value": "2.6",
      "MaximumValue": 4.0,
      "MinimumValue": 2.0,
      "StepValue": 0.1,
      "NumberType": "Double",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    }
  ],
  "Outputs": [
    {
      "Id": "874ce69be6f94858a6d4d3bdcb7a0bc0",
      "Name": "GeometryColor.ByGeometryColor",
      "Type": "unknown",
      "InitialValue": "",
      "Description": "Display geometry using a color.\n\nGeometryColor.ByGeometryColor (geometry: Geometry, color: Color): GeometryColor"
    },
    {
      "Id": "c4886b161358445fadcc73e138c83cc9",
      "Name": "GeometryColor.ByGeometryColor",
      "Type": "unknown",
      "InitialValue": "",
      "Description": "Display geometry using a color.\n\nGeometryColor.ByGeometryColor (geometry: Geometry, color: Color): GeometryColor"
    }
  ],
  "Nodes": [
    {
      "ConcreteType": "CoreNodeModels.Formula, CoreNodeModels",
      "Formula": "sqrt( (0.56*n_sp) / ( 0.5+tan(15 * pi/180) ))",
      "NodeType": "FormulaNode",
      "Id": "0d658cba8e3c4452ad4c8a427dbd9451",
      "Inputs": [
        {
          "Id": "a7e1648ebd08426c85e6e28a41ab357c",
          "Name": "n_sp",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d51b1af42c664a5791bca083994cf01a",
          "Name": "",
          "Description": "Ergebnis der mathematischen Berechnung",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Wertet mathematische Formeln aus. Dabei wird NCalc: http://ncalc.codeplex.com/ verwendet."
    },
    {
      "ConcreteType": "CoreNodeModels.Formula, CoreNodeModels",
      "Formula": "2 * l_au * tan(15 * pi/180)",
      "NodeType": "FormulaNode",
      "Id": "4b8c16dab6cd4d0f8d79d2aa1481b8f0",
      "Inputs": [
        {
          "Id": "a6ef4a415bd34f3ea36dc78e5e7f59cf",
          "Name": "l_au",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dd4641b64d0f4b57a10a15c49627eaaf",
          "Name": "",
          "Description": "Ergebnis der mathematischen Berechnung",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Wertet mathematische Formeln aus. Dabei wird NCalc: http://ncalc.codeplex.com/ verwendet."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Origin",
      "Id": "d424f2b74d6144149e2e46520a63005c",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "13d0f42cd67d450db55bc2cd6e733466",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Origin point (0,0,0)\n\nPoint.Origin ( ): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointDirectionLength@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "256a4a88b26b4f4d89f54f3664f63838",
      "Inputs": [
        {
          "Id": "940da479bcfa4e3385fcb280c07f268f",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6394125504464265bacd63aa00fd159d",
          "Name": "direction",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "61b01969640d4d9ca5be2d560a2e31d5",
          "Name": "length",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b04f381ea2084e768a0fbcb8d86665ae",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a straight Line starting at start Point, extending in Vector direction by specified length.\n\nLine.ByStartPointDirectionLength (startPoint: Point, direction: Vector, length: double = 1): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.XAxis",
      "Id": "6f5c63f476314c30ae308efc5641ed1f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "9f8218c898c646e5b571041d795a25d8",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical X axis Vector (1,0,0)\n\nVector.XAxis ( ): Vector"
    },
    {
      "ConcreteType": "CoreNodeModels.Formula, CoreNodeModels",
      "Formula": "2* l_st",
      "NodeType": "FormulaNode",
      "Id": "159dc716767f4439a43155dd4fd0d80f",
      "Inputs": [
        {
          "Id": "4f3f4b4b46b44aefac950c8004e6a611",
          "Name": "l_st",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b46ebc03fc10422f9d0d055335b09b89",
          "Name": "",
          "Description": "Ergebnis der mathematischen Berechnung",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Wertet mathematische Formeln aus. Dabei wird NCalc: http://ncalc.codeplex.com/ verwendet."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointDirectionLength@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "0636f610bb22479b9a62e077d8297432",
      "Inputs": [
        {
          "Id": "a9748457b4144fa3b4d98786bf9059bf",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "182cfa56c7564f1e811ed4a4da4b5c10",
          "Name": "direction",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5a8598def9b7464ba0159e316baf7073",
          "Name": "length",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "75ae6f07d0d0416a952483d9b1aa008d",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a straight Line starting at start Point, extending in Vector direction by specified length.\n\nLine.ByStartPointDirectionLength (startPoint: Point, direction: Vector, length: double = 1): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "91aad56dec544a12a65a125a61ccf81d",
      "Inputs": [
        {
          "Id": "f773718233484d6cb754dd4b9dcf18da",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cc1a32c7bf9a4ad485080e0439198136",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
      "Id": "79d5a62c86e64198ac9521b7c2e01403",
      "Inputs": [
        {
          "Id": "5f3a476a85824fc391bc4230ba80e5ea",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "eb41859a47014ffab0a81f09ad43428d",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "06431d3b7de34e44944b737163f656cb",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "438569a4767845ed8f7b00328f93d6ab",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0e775ab24cf64263a4e14b457e24a414",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "[w_po / 2, -w_po/2];",
      "Id": "ddca56033f8346ee85572f6dde6dcc09",
      "Inputs": [
        {
          "Id": "e97fc056ab894ec5b9aef60186ab99a2",
          "Name": "w_po",
          "Description": "w_po",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "86eff8aafa274699bb164b91fdc9addd",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
      "Id": "c432da54c0584611b151dc6bd105e0c9",
      "Inputs": [
        {
          "Id": "9b9cc972a5564459b6d22aa1ed8d426a",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "58b6100b1b4840d49f187b65db97d0aa",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6e60a0a9e89f4b1a849462e9196f88b8",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3791b25012ab4508b3223517a270d5a3",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a65cee744c1444aea2a397b5cc09889c",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-w_po;",
      "Id": "726e64b1c2cc4147b63fdf04a726d31b",
      "Inputs": [
        {
          "Id": "d83da3adc4064aee907ef0e1ecc850ca",
          "Name": "w_po",
          "Description": "w_po",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "726b161138c4451ab9de8adb6726900e",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Formula, CoreNodeModels",
      "Formula": "2* l_st + l_au",
      "NodeType": "FormulaNode",
      "Id": "b3637fb71531404eb6e3ad2945a7e466",
      "Inputs": [
        {
          "Id": "2dc3db37fbfd42e486ead3be82ec0b8b",
          "Name": "l_st",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "06a01f8a103d4efa9c69180a8074ce15",
          "Name": "l_au",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5f10fed93e73447f9ced7be378e9d8a1",
          "Name": "",
          "Description": "Ergebnis der mathematischen Berechnung",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Wertet mathematische Formeln aus. Dabei wird NCalc: http://ncalc.codeplex.com/ verwendet."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointDirectionLength@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "a9241010a0e3445c89befc660a7f0a8b",
      "Inputs": [
        {
          "Id": "74d53d80ea7144168873d3c3493da6b9",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3cb53e94e6bf4a799604a23a7af9888b",
          "Name": "direction",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4021695102fd46ae8157a70ea01b6f40",
          "Name": "length",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4f0d36223b5947af809e12d2fa0880ce",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a straight Line starting at start Point, extending in Vector direction by specified length.\n\nLine.ByStartPointDirectionLength (startPoint: Point, direction: Vector, length: double = 1): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ByTwoPoints@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "740ab5f625184eed848aa90da484cf72",
      "Inputs": [
        {
          "Id": "87be07d8c33d42c0867391c9934ea499",
          "Name": "start",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8210c30975b6477d99319512f896208c",
          "Name": "end",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "af57f4775c4d4fbabbdd514c83834a8c",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Vector by two end points. The result is a vector from the start to the end point.\n\nVector.ByTwoPoints (start: Point, end: Point): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.LastItem@var[]..[]",
      "Id": "c57c297362844af7a75b99a936e26433",
      "Inputs": [
        {
          "Id": "c35eb8b2b20b4afe8bec43c24535261d",
          "Name": "list",
          "Description": "List to get the last item of.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "77a977b43c5e4a8e9859f3c48b97f2cf",
          "Name": "last",
          "Description": "Last item in the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Retrieves the last item in a list.\n\nList.LastItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.LastItem@var[]..[]",
      "Id": "7b787b3ec05541588a10e72f16d740c0",
      "Inputs": [
        {
          "Id": "455d360eb9df46bca8960b151561fba2",
          "Name": "list",
          "Description": "List to get the last item of.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4d645d16929c469193dd4caf296f15b1",
          "Name": "last",
          "Description": "Last item in the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Retrieves the last item in a list.\n\nList.LastItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FirstItem@var[]..[]",
      "Id": "c3a92814117346edb2193536e895b801",
      "Inputs": [
        {
          "Id": "d9bdfeb0e1904688a333c88948ca6c9b",
          "Name": "list",
          "Description": "List to get the first item from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8efe6b6cb1e64572bc7e6adbb1ac004b",
          "Name": "item",
          "Description": "First item in the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Rectangle.ByCornerPoints@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "d69cdd84429c4ee5acc6b16979d4fb16",
      "Inputs": [
        {
          "Id": "904a48462bae426789501f50ddb1ecb5",
          "Name": "p1",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "468b5c484549403e967cb2517f4296a8",
          "Name": "p2",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3858c038b33a4186a3e032abcd7e6c0a",
          "Name": "p3",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "241d54658fd542afac50e551e69c62f0",
          "Name": "p4",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bcb7dbea975345dfa55fe9d8d239295e",
          "Name": "Rectangle",
          "Description": "Rectangle",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Rectangle by four corner Points.\n\nRectangle.ByCornerPoints (p1: Point, p2: Point, p3: Point, p4: Point): Rectangle"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FirstItem@var[]..[]",
      "Id": "561d63f8489a498592f36e0d27eb27bc",
      "Inputs": [
        {
          "Id": "024d6be9b30f4ec4b57bcf9880bb3c2d",
          "Name": "list",
          "Description": "List to get the first item from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "56c8443fd8ed410199469003e5476e5e",
          "Name": "item",
          "Description": "First item in the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ByTwoPoints@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "d74b7192f09c46b685ad14cfebc16989",
      "Inputs": [
        {
          "Id": "d73799ce3eb44addb94e8bfa6c2627d6",
          "Name": "start",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "67bfd972979e42bf8808198bc0d25a45",
          "Name": "end",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d69047224bb94589ac8f16c4e70f8520",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Vector by two end points. The result is a vector from the start to the end point.\n\nVector.ByTwoPoints (start: Point, end: Point): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointDirectionLength@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "5a6a364e275e4b079cae1e751448a963",
      "Inputs": [
        {
          "Id": "aa6b412bfa554aae9949e68cf0f14cdb",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8f8889a34f9a4c60b0cc0843dbc51275",
          "Name": "direction",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "59e2e2dedeca4c8dbea8604d49633f33",
          "Name": "length",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "13f705bb4da440ec9100d2762f2172a6",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a straight Line starting at start Point, extending in Vector direction by specified length.\n\nLine.ByStartPointDirectionLength (startPoint: Point, direction: Vector, length: double = 1): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "a3e7430a8e76480788784365860516d8",
      "Inputs": [
        {
          "Id": "5e7b1d44fcfd4cdab87d302a7c570125",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3dbb63f0bbfd4966a787dc571f9dc426",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "e618beb1870c4507ab43dbd9e0144363",
      "Inputs": [
        {
          "Id": "71a59f553e30482bbc7697782c186a3b",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bc68a293f5754571b4e1eea8ae18c7de",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "0757cb2d0bbf4215a12f790588f24bc1",
      "Inputs": [
        {
          "Id": "171b87cf439749dc8ad53a91e162479a",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e97c87178d7940fba56c3afefb4002a6",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Arc.ByThreePoints@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "8fac7eae27aa443daaecbb25676eae0a",
      "Inputs": [
        {
          "Id": "c9b974852c6f406e9255f306058512cc",
          "Name": "firstPoint",
          "Description": "First point along the curve\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cb7df020d3a54dc981cddaa6be76ce36",
          "Name": "secondPoint",
          "Description": "Second point along the curve\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8a210af22dd94746b582289721cdcefa",
          "Name": "thirdPoint",
          "Description": "Third point along the curve\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "34dce3a0a3b04d7c98d148d4ebee0e24",
          "Name": "Arc",
          "Description": "An Arc",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create an arc by providing three sequential points along its circumference.\n\nArc.ByThreePoints (firstPoint: Point, secondPoint: Point, thirdPoint: Point): Arc"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid@double",
      "Id": "aa6144c4c8fc4ddf88f979928ff3a596",
      "Inputs": [
        {
          "Id": "cd1dab07fed243a08d1355bbed4fadf5",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "44a3a6980b0a4ad08263853e6e072a91",
          "Name": "distance",
          "Description": "Distance to extrude\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3ed8df2f3e4446aaa93b5b06cb20379e",
          "Name": "Solid",
          "Description": "The extruded Solid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Extrudes a Curve in the Normal direction by the specified distance. Curve must be closed.\n\nCurve.ExtrudeAsSolid (distance: double = 1): Solid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "1;",
      "Id": "ea6e9628cef44baa93c9650cc970f1da",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f84547900eee42fbbb543242188e6d0f",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "w_po/1.6;",
      "Id": "61b69c967f52403082a9511beb12020b",
      "Inputs": [
        {
          "Id": "c0961a1a60ea4e7487889a358d5c06e8",
          "Name": "w_po",
          "Description": "w_po",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c22564cd6bdd4226a3307be8be1e5042",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "604e8a38cf3d4cc79aa5701f956fffaf",
      "Inputs": [
        {
          "Id": "c85f51457c184876aa1c3c7a6e6bd338",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "db81fc1d0a914168b30adb933e08e162",
          "Name": "endPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0ed2d8dba2e84c0eac797a9fd8654cd2",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a straight Line between two input Points.\n\nLine.ByStartPointEndPoint (startPoint: Point, endPoint: Point): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
      "Id": "e78ea6d4d87d44efa217cec1dd688a99",
      "Inputs": [
        {
          "Id": "1ded9324198440ffa636655e5c86249b",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "57f846232276427ab71e606197f90f6c",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1e2565cddf9b4591ab78c8987db6e916",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "65579d0d684b4c26a1af885b21eae5df",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1a960de940504d6cbeff4740c3ba2dca",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "h_st + h_po;",
      "Id": "711acfa88c064c938703f86f52644ccc",
      "Inputs": [
        {
          "Id": "11ce1817f64647bca21399040a92f9fe",
          "Name": "h_st",
          "Description": "h_st",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7090a9a0f0464781bb885f5d0c4193aa",
          "Name": "h_po",
          "Description": "h_po",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2724ca7094a2474bbd89197c95ffd1eb",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
      "Id": "3568a79e4f6547c7a4a9a78eb3f089fb",
      "Inputs": [
        {
          "Id": "4f8f416ef49944f28f7112cf575810d8",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b9dcea8ede214e74bf6be9b31da04c8c",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a1eb6461b0614b13be5d71bde2b1142c",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b7377ac61f6447d3bb4316443f8b72f2",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "20d90963b56d471b80ce604785831bdc",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "a24e86c780d747cea8b00fab98f81428",
      "Inputs": [
        {
          "Id": "a1d63a94e5514f55a251a4ebf49a3aac",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4658ce57909a4e5fbc08d5ce8a444a0e",
          "Name": "endPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d41ccc638ee44408a3209dcdafb6e90e",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a straight Line between two input Points.\n\nLine.ByStartPointEndPoint (startPoint: Point, endPoint: Point): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "92400abfc95d49c4a5f8fc558fe8d54d",
      "Inputs": [
        {
          "Id": "761451a209d14bca918bba70eb9cae3b",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "392e5e0047c2495ea5ced0e76afaf4ad",
          "Name": "endPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5b5d6f5f919b47db80acade8e02bba10",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a straight Line between two input Points.\n\nLine.ByStartPointEndPoint (startPoint: Point, endPoint: Point): Line"
    },
    {
      "ConcreteType": "CoreNodeModels.Formula, CoreNodeModels",
      "Formula": "l_au * tan (alpha_sr * pi /180)",
      "NodeType": "FormulaNode",
      "Id": "a5c2e489523241bdb38147a6ab763de1",
      "Inputs": [
        {
          "Id": "3bbbb27587c5488cb7d3a7a811fcb0e4",
          "Name": "l_au",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fd89627b89644fb5b5a182fa842bb674",
          "Name": "alpha_sr",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "eee687a62d8e48ff8b4ca27a796e85b0",
          "Name": "",
          "Description": "Ergebnis der mathematischen Berechnung",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Wertet mathematische Formeln aus. Dabei wird NCalc: http://ncalc.codeplex.com/ verwendet."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
      "Id": "2b93acc8a1bf47b6b195dcaadc858c3f",
      "Inputs": [
        {
          "Id": "2baf90255bd14b2597721e9f55e6fefc",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dd0bf2df8dee4283980411ace965bc9d",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cdefa0fe905544bab4cabce55615bbff",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d8a086e012b04737a213a6db9e08dc97",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4544a6253a094da3ac00609a292f48b1",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.StartPoint",
      "Id": "07e631a1e9324132bb4b7cae1283d598",
      "Inputs": [
        {
          "Id": "9d9ab9a796484870935a99072a607228",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2120e4c3a6ed418da33be9388752247b",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the start Point along the Curve\n\nCurve.StartPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "5dda7fc59c60409d8923e5cf4efcb907",
      "Inputs": [
        {
          "Id": "fa1bf4b63d0e47dd833c033e8458cd80",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c93df1f8563f4886ad848d6ddf21f9dd",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSVarArgFunction, DynamoCore",
      "FunctionSignature": "DSCore.List.Join@var[]..[]",
      "FunctionType": "VariableArgument",
      "NodeType": "FunctionNode",
      "Id": "9f80824772154d7e96ecf65f2a5c0e23",
      "Inputs": [
        {
          "Id": "2969b33de481481389b7aca5067d9ea0",
          "Name": "list0",
          "Description": "Lists to join into one.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bb6ef0f14ab142b8ba59fbf6084d4e67",
          "Name": "list1",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2dd0e75310714449bcc00add1bca3e36",
          "Name": "list2",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "47fab9bd6e234a689fc1565328043fae",
          "Name": "list3",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f67f7f26385e432a903a0fac43789c32",
          "Name": "list",
          "Description": "Joined list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Concatenates all given lists into a single list.\n\nList.Join (lists: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSVarArgFunction, DynamoCore",
      "FunctionSignature": "DSCore.List.Join@var[]..[]",
      "FunctionType": "VariableArgument",
      "NodeType": "FunctionNode",
      "Id": "ea58c4ef24774ffa8c67ae42d7f2911f",
      "Inputs": [
        {
          "Id": "3e582a7dbaa94a63b13c6e4883f146a1",
          "Name": "list0",
          "Description": "Lists to join into one.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4d0ab80021174ce68be2ecf8821fb93e",
          "Name": "list1",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c3175409e9ff4bfebec3d887d4c340bd",
          "Name": "list2",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dcbd48e78305461a8e80666e9d9e4337",
          "Name": "list3",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e08bf69f34bd4821a82a911e4ee2d950",
          "Name": "list",
          "Description": "Joined list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Concatenates all given lists into a single list.\n\nList.Join (lists: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "c4abe33bf35f4243bde2c243af30a7f5",
      "Inputs": [
        {
          "Id": "75d3ddea5c444a548adbca4d9f2b84db",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "15f5e7c7970442029f8b2a7ea0914577",
          "Name": "endPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2d3fefaf3b4e45a7a0ba8f9b6ead6317",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a straight Line between two input Points.\n\nLine.ByStartPointEndPoint (startPoint: Point, endPoint: Point): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "087150cb3b9c4c60a3e93940c53b31f6",
      "Inputs": [
        {
          "Id": "310e7a23eb1145c3b26574a22d8dd2e0",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "44f3759d39ce4480a0ec374a905ffc43",
          "Name": "endPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "54a6496f571c444a93d2f07c55329b3c",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a straight Line between two input Points.\n\nLine.ByStartPointEndPoint (startPoint: Point, endPoint: Point): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.ByLoft@Autodesk.DesignScript.Geometry.Curve[]",
      "Id": "e92741f9deab4331b77ed003c9d9a0b2",
      "Inputs": [
        {
          "Id": "4b9bad74714b45c4aa1daf2208f5a82d",
          "Name": "crossSections",
          "Description": "Curve[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "61b81f866095419795d1ae6325a1e643",
          "Name": "Solid",
          "Description": "Solid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Solid by lofting between input cross section closed Curves.\n\nSolid.ByLoft (crossSections: Curve[]): Solid"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "d84977efdd73456b991fcbbd2238faf1",
      "Inputs": [
        {
          "Id": "f4c54154913d4d16bfe6ad31e334b873",
          "Name": "item0",
          "Description": "Elementindex #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6f027a362b2c447691b8b01aa9fc851d",
          "Name": "item1",
          "Description": "Elementindex #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a6ea8a43b59d432e928099f16a17298a",
          "Name": "list",
          "Description": "Eine Liste",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Erstellt eine neue Liste aus den angegebenen Eingaben."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.PolyCurve.ByJoinedCurves@Autodesk.DesignScript.Geometry.Curve[],double",
      "Id": "f2635a6d08e243c994d5bb0abc761fa9",
      "Inputs": [
        {
          "Id": "2703ca77b48a4a9a966442ed2bb98704",
          "Name": "curves",
          "Description": "Curves to join into polycurve\n\nCurve[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "62bc725779f1474493b6036eac01b4a2",
          "Name": "joinTolerance",
          "Description": "Tolerance to determine size of gap allowed between curves to be joined\n\ndouble\nDefault value : 0.001",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "136e028361544b96ae1ac00fc95cb6a3",
          "Name": "PolyCurve",
          "Description": "PolyCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Make PolyCurve by joining curves. Flips curve as needed for connectivity. Choose a preferred join tolerance between 1e-6 and 1e-3 units.\n\nPolyCurve.ByJoinedCurves (curves: Curve[], joinTolerance: double = 0.001): PolyCurve"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.PolyCurve.ByJoinedCurves@Autodesk.DesignScript.Geometry.Curve[],double",
      "Id": "91435e6af1b14b2fb47c66ff6e924da6",
      "Inputs": [
        {
          "Id": "0f1762b8ee7a42e294ba63e2397513ca",
          "Name": "curves",
          "Description": "Curves to join into polycurve\n\nCurve[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "df052c78c53c4a5da7a49cf3f5539c71",
          "Name": "joinTolerance",
          "Description": "Tolerance to determine size of gap allowed between curves to be joined\n\ndouble\nDefault value : 0.001",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e595611ac5704c14aa1622ce00b9dc8e",
          "Name": "PolyCurve",
          "Description": "PolyCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Make PolyCurve by joining curves. Flips curve as needed for connectivity. Choose a preferred join tolerance between 1e-6 and 1e-3 units.\n\nPolyCurve.ByJoinedCurves (curves: Curve[], joinTolerance: double = 0.001): PolyCurve"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
      "Id": "176015109aca45b89db29c3854eace56",
      "Inputs": [
        {
          "Id": "476ca3b8afde4b97a3427a051fe56afa",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "32d2b6c3b8f84c0baf7e04f64d3cb8cf",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7242e8b396294ca6af2ecd51318b1f52",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d1705b7ade4c446d9369c6c73242f431",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a6c06453f68e4369a186b4e670768750",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "h_po + h_st + h_ps + h_le;",
      "Id": "bedd35d3866d46078a104407e08e5758",
      "Inputs": [
        {
          "Id": "4cc903f79f384439bb6b8676fc8b2fa1",
          "Name": "h_po",
          "Description": "h_po",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8d0b7d7015d24457bc101ff6f3ba9bf4",
          "Name": "h_st",
          "Description": "h_st",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c33d3beedec04677b24328cbc54a52a5",
          "Name": "h_ps",
          "Description": "h_ps",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3d2d55f61d5047fa83788e65b78b41ae",
          "Name": "h_le",
          "Description": "h_le",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b840df15751847fc9d8002c9d1d3df9b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "4;",
      "Id": "04edf7f507e44e6fb64ccb8418d834f0",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "0c5a0fc14b054fa990f42e9fdb0668b7",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "Math.Max(0,h_k);",
      "Id": "62cbcbe9e8634853aa4951f8dc33fd3e",
      "Inputs": [
        {
          "Id": "38da747bc777406eac1ce8f58de231ea",
          "Name": "h_k",
          "Description": "h_k",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "04bcdf07226a430694cb011532881b09",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "e5e6e26bf0b3451fbb4d96339d4a7bdc",
      "Inputs": [
        {
          "Id": "362f1847ed854df38ca7beeadef08570",
          "Name": "item0",
          "Description": "Elementindex #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7f9837e9110348c0a6c18592e3190159",
          "Name": "item1",
          "Description": "Elementindex #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8b30a9ed524c43aaa3f44a7d0dd9183b",
          "Name": "list",
          "Description": "Eine Liste",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Erstellt eine neue Liste aus den angegebenen Eingaben."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.ByLoft@Autodesk.DesignScript.Geometry.Curve[]",
      "Id": "0fae595a1f864f8f986371c135ec80e9",
      "Inputs": [
        {
          "Id": "73e43552f5fd420da76e5dd930f27773",
          "Name": "crossSections",
          "Description": "Curve[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f79f29592e1343b9b50143d18faa001a",
          "Name": "Solid",
          "Description": "Solid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Solid by lofting between input cross section closed Curves.\n\nSolid.ByLoft (crossSections: Curve[]): Solid"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.ColorPalette, CoreNodeModels",
      "InputValue": {
        "R": 0,
        "G": 0,
        "B": 0,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "ebf672110d6d46a697b2e64d5e8937fd",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "bee5decb54934d69aaab314d504a0d41",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Wählen Sie eine Farbe aus der Palette."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "36dfffebb8c74344911da15c1805d871",
      "Inputs": [
        {
          "Id": "1c9ae136b33b4fd098424717639d08c0",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9cf724568e2b4b54b22ef454b8bc94b0",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a5ab07c9b50648b7b7cfb01439de2b00",
          "Name": "GeometryColor",
          "Description": "A Display object.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Display geometry using a color.\n\nGeometryColor.ByGeometryColor (geometry: Geometry, color: Color): GeometryColor"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.Color.ByARGB@int,int,int,int",
      "Id": "80ef2d92393d4a60a1f5d45ce511743a",
      "Inputs": [
        {
          "Id": "edaf515f3aec4e6098729e9d573d5b37",
          "Name": "a",
          "Description": "The alpha value.\n\nint\nDefault value : 255",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3356b725904041588bbc1a8a4169b3b0",
          "Name": "r",
          "Description": "The red value.\n\nint\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "80f5a1472de34f3d937d18ccb00e0a51",
          "Name": "g",
          "Description": "The green value.\n\nint\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a043db40562b420e9161199af928b3c6",
          "Name": "b",
          "Description": "The blue value.\n\nint\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cdbb6e00520948af9f7dee89c273af7d",
          "Name": "color",
          "Description": "Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Construct a color by alpha, red, green, and blue components.\n\nColor.ByARGB (a: int = 255, r: int = 0, g: int = 0, b: int = 0): Color"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.Color.Components@DSCore.Color",
      "Id": "4354d8327d994b6c82afddb6fd0d206d",
      "Inputs": [
        {
          "Id": "6190df7c98f840199fdb7308506c5966",
          "Name": "c",
          "Description": "Color",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "625269ac9e1e43aa8acbb1243867e4a6",
          "Name": "a",
          "Description": "alpha value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "079f52e6339c4f76b3784c3235384a63",
          "Name": "r",
          "Description": "red value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f2d4294c15f64abf9faa14f80dcf42cf",
          "Name": "g",
          "Description": "green value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "53733a7dce084fa398244dbb8cf5afdd",
          "Name": "b",
          "Description": "blue value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Lists the components for the color in the order: alpha, red, green, blue.\n\nColor.Components (c: Color): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "50;",
      "Id": "2fd0499a50f64426a562c4508264a68a",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "0d09f51d302d4944b1eb9b1e8fae22b9",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
      "Id": "9250838687124b97be173a4e0dfc6199",
      "Inputs": [
        {
          "Id": "0d17754ede5f47f2a213e93f7cd5a6de",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2e5e5f0a54a646ed93c12642fd7342e6",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a0a83788aae842fdb364a69299e942e6",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "feb1762e078e4020b01260cd98b3fedc",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d32c128462c345cbb9b1e33397e6915c",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "7eaa44ed59494f0a8f7d29031ea63919",
      "Inputs": [
        {
          "Id": "9081cf44815340e9ba226114c37bd0bf",
          "Name": "item0",
          "Description": "Elementindex #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d4f9c0805e87460297d968700411a80c",
          "Name": "item1",
          "Description": "Elementindex #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3fd722ce989b400299ae2ca9824fe952",
          "Name": "list",
          "Description": "Eine Liste",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Erstellt eine neue Liste aus den angegebenen Eingaben."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.ByLoft@Autodesk.DesignScript.Geometry.Curve[]",
      "Id": "4a88b22632f741bfa30442ad15b7b47c",
      "Inputs": [
        {
          "Id": "f044933da9284d51adfb11e722ffce81",
          "Name": "crossSections",
          "Description": "Curve[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "81a419ba2e124f1998656384893a5888",
          "Name": "Solid",
          "Description": "Solid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Solid by lofting between input cross section closed Curves.\n\nSolid.ByLoft (crossSections: Curve[]): Solid"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.ColorPalette, CoreNodeModels",
      "InputValue": {
        "R": 0,
        "G": 0,
        "B": 0,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "78c99f6929c9468c9fbbb1182088b0a5",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "be099421919941a69e6fb1c630189852",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Wählen Sie eine Farbe aus der Palette."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "cc59a5860ec0493a8f428b3e58e49bed",
      "Inputs": [
        {
          "Id": "cf34ccfc83c94c459caba294b8608e61",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "68717e2b24c34c338d910e30b53baa69",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e4c442ee91724acf87fc15276e668b18",
          "Name": "GeometryColor",
          "Description": "A Display object.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Display geometry using a color.\n\nGeometryColor.ByGeometryColor (geometry: Geometry, color: Color): GeometryColor"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.Color.ByARGB@int,int,int,int",
      "Id": "036849c758c04a44b5bc37d612ffb4e1",
      "Inputs": [
        {
          "Id": "9c656b50e07e4b9aa0e086068f127d20",
          "Name": "a",
          "Description": "The alpha value.\n\nint\nDefault value : 255",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6974e9fb87524c36b3de8bb1820e213f",
          "Name": "r",
          "Description": "The red value.\n\nint\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4087a75131f543dfb98577d44f7e8860",
          "Name": "g",
          "Description": "The green value.\n\nint\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c26d8b2924644ac69d6958e32138d7ca",
          "Name": "b",
          "Description": "The blue value.\n\nint\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a1c5f9e73f004e728b0f69b74cd647de",
          "Name": "color",
          "Description": "Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Construct a color by alpha, red, green, and blue components.\n\nColor.ByARGB (a: int = 255, r: int = 0, g: int = 0, b: int = 0): Color"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.Color.Components@DSCore.Color",
      "Id": "9ed10f3e4676481791d9114e8cabf413",
      "Inputs": [
        {
          "Id": "947974ca463e4bd8a853c70bc9866d8f",
          "Name": "c",
          "Description": "Color",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b43b3edd684a4494982b0b2339e11590",
          "Name": "a",
          "Description": "alpha value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "67d310103a6d4ceb93b69161fd452914",
          "Name": "r",
          "Description": "red value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f63cc07326f04cc498602a4f95d038f3",
          "Name": "g",
          "Description": "green value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "82aa2a2305e2413d9cc4f6d0047b2e48",
          "Name": "b",
          "Description": "blue value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Lists the components for the color in the order: alpha, red, green, blue.\n\nColor.Components (c: Color): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "100;",
      "Id": "2242b2cdfffd4244b43d9e753fef2ce6",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "cda47b49fd7e483b823294971e3a0d00",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-h_le;",
      "Id": "0c4d20579a094c1bbe21e8797aebf920",
      "Inputs": [
        {
          "Id": "f600cb51bbd6435194f1922907350ddd",
          "Name": "h_le",
          "Description": "h_le",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3cefd41133174e57abbf95225b1ef65b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.Volume",
      "Id": "5a2d9dbaac344674a457699355ccfaa9",
      "Inputs": [
        {
          "Id": "3222318bde1348d888f4ecd6603277c9",
          "Name": "solid",
          "Description": "Autodesk.DesignScript.Geometry.Solid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "231319f2337e401db3f9ff80e3e2bdd8",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "The total volume of the Solid\n\nSolid.Volume: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.Volume",
      "Id": "5343f92ef1804625ab0b5edc484cbc3f",
      "Inputs": [
        {
          "Id": "82b34932b3fc4a0eb2acdbc7b95ba58c",
          "Name": "solid",
          "Description": "Autodesk.DesignScript.Geometry.Solid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e9facb6645754e539e31c5627fb708af",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "The total volume of the Solid\n\nSolid.Volume: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.Volume",
      "Id": "d48f653841744d7f9baf2ef3c10243fb",
      "Inputs": [
        {
          "Id": "66c1c17d3663426781456fdcbc186dff",
          "Name": "solid",
          "Description": "Autodesk.DesignScript.Geometry.Solid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8b22cb385c1143659c13056a253a5e8c",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "The total volume of the Solid\n\nSolid.Volume: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.StartPoint",
      "Id": "c6957f51209146fa8a5a40cef2fa6199",
      "Inputs": [
        {
          "Id": "4a3f1385005f472cacd69d6b229c101e",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "960d53bec6bf4485ac032e9498d1bece",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the start Point along the Curve\n\nCurve.StartPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.StartPoint",
      "Id": "fe0dc6ff3fa1474fb8b7139e8ab42959",
      "Inputs": [
        {
          "Id": "869907d5bfcb4d2eb4267a099ef35701",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f16e97be6b154ef1aec1de3df1625bd5",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the start Point along the Curve\n\nCurve.StartPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "5e9cb41ceed149fca8cb6d6823a9a27b",
      "Inputs": [
        {
          "Id": "8d34abdd275a4f978d228d4cbc1beffe",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ffc0f834c4034f7ab5d0a549e1cbfa0d",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "87c4e1b60f854598b87c7f29111986dc",
      "Inputs": [
        {
          "Id": "2aeae079f07143269ae5cb51c120f2c6",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d2a93e17324f47f297f5d2467563c456",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "32169ed067f84395b1e8f62d984719e3",
      "Inputs": [
        {
          "Id": "58a1dbd55169439aaa32802eb0669e97",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "afb5f3e68e554aafa4ce48ed52415075",
          "Name": "endPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4f639769d9304bd8a2c76835363c8678",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a straight Line between two input Points.\n\nLine.ByStartPointEndPoint (startPoint: Point, endPoint: Point): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "2692638377ae4d9b9c98a1ffff6c0837",
      "Inputs": [
        {
          "Id": "626d6aee6bd04cadb23754f0cd33db2c",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "650a03bf00374a00900cbc2786aac8c3",
          "Name": "endPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "edf88044cc934a148c5cb54213a81510",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a straight Line between two input Points.\n\nLine.ByStartPointEndPoint (startPoint: Point, endPoint: Point): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.PolyCurve.ByJoinedCurves@Autodesk.DesignScript.Geometry.Curve[],double",
      "Id": "23c9a9aeb96f446396097380b7e467f8",
      "Inputs": [
        {
          "Id": "ed21ed82ff794fd095af870733f2d957",
          "Name": "curves",
          "Description": "Curves to join into polycurve\n\nCurve[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "976cae3f3d084e0eb19eb849d0caef07",
          "Name": "joinTolerance",
          "Description": "Tolerance to determine size of gap allowed between curves to be joined\n\ndouble\nDefault value : 0.001",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c1c8f376115f4c49b81bf9e7c84c6330",
          "Name": "PolyCurve",
          "Description": "PolyCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Make PolyCurve by joining curves. Flips curve as needed for connectivity. Choose a preferred join tolerance between 1e-6 and 1e-3 units.\n\nPolyCurve.ByJoinedCurves (curves: Curve[], joinTolerance: double = 0.001): PolyCurve"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "a2403063342342d6b9149d504ed0790e",
      "Inputs": [
        {
          "Id": "459a7248d6434c25b767a579a8013617",
          "Name": "item0",
          "Description": "Elementindex #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "09d1b9c6ce324a4c85f0778848b65bbd",
          "Name": "item1",
          "Description": "Elementindex #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "394480438df149e8a8f02b480e234135",
          "Name": "item2",
          "Description": "Elementindex #2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c240de0bc6fa47378b08499f06fd0338",
          "Name": "item3",
          "Description": "Elementindex #3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "12c3db6b2e5d4e68bac2e57b7cccefb4",
          "Name": "list",
          "Description": "Eine Liste",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Erstellt eine neue Liste aus den angegebenen Eingaben."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.Extrude@double",
      "Id": "d9b6291f9b8f4728800130e7c76fc5f7",
      "Inputs": [
        {
          "Id": "a33c1f6b77834d93ba1d9772a682ee25",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ba5c29bd03c44977a3f410e238c33415",
          "Name": "distance",
          "Description": "The distance to extrude the curve\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fb08e1bb40cc4d4c82351e1432adb33c",
          "Name": "Surface",
          "Description": "The extruded Surface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Extrudes a Curve in the normal Vector direction\n\nCurve.Extrude (distance: double = 1): Surface"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-0.2;",
      "Id": "e779450f85ee47f2a9882239995d727c",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "978b701026754045935399547b839f8c",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.Thicken@double,bool",
      "Id": "7c6bb1e1cc7f451fab25bd1e5c75193d",
      "Inputs": [
        {
          "Id": "0daf9883b988400ea4d7d2d3753ea8cf",
          "Name": "surface",
          "Description": "Autodesk.DesignScript.Geometry.Surface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "754f442d983c4b9c8078e27424e17a06",
          "Name": "thickness",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6c6a1d7c6e0d409abf85833855f70971",
          "Name": "both_sides",
          "Description": "bool\nDefault value : true",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b2cb9010c75d472dbfac89eca8c33cc7",
          "Name": "Solid",
          "Description": "Solid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Thicken Surface into a Solid, extruding in the direction of Surface normals. If both_sides parameter is true, surface is thickened on both sides.\n\nSurface.Thicken (thickness: double = 1, both_sides: bool = true): Solid"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
      "NodeType": "BooleanInputNode",
      "InputValue": false,
      "Id": "8bbe994044ce4401858543b925a5e77c",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "011a249e68cf4d6aaed9a7dfedddff67",
          "Name": "",
          "Description": "Boolean",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Auswahl zwischen True und False"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-1;",
      "Id": "32868fb1cfa24971ad444ac2e1af92a2",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "ca6ceacf62b0452496638b1d5c8b9369",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Plane.ByOriginNormal@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector",
      "Id": "40b8e3e3a55545d1bf51169cc8a13ffa",
      "Inputs": [
        {
          "Id": "30ed9e9e7c9d441ca6083798331ec314",
          "Name": "origin",
          "Description": "Point\nDefault value : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3781e275959f40169fa434cc00d3ad50",
          "Name": "normal",
          "Description": "Vector\nDefault value : Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 1)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e4e3100aa1604aefa7eded678a48b1cc",
          "Name": "Plane",
          "Description": "Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Plane centered at root Point, with input normal Vector.\n\nPlane.ByOriginNormal (origin: Point = Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0), normal: Vector = Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 1)): Plane"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ZAxis",
      "Id": "bb5d587581624e64bd2786dcb7ea321f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f70689f56080457497e0a8e41105f83b",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical Z axis Vector (0,0,1)\n\nVector.ZAxis ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Scale@Autodesk.DesignScript.Geometry.Plane,double,double,double",
      "Id": "c57936257e0e410cbe32f68c087e477e",
      "Inputs": [
        {
          "Id": "c97bb6201e9e4aadb289a80beffd94d8",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "69735b4f96fa4286969e0d6643733ff9",
          "Name": "plane",
          "Description": "Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a0ce760cd1104a2eaa366ac7fbc6d41e",
          "Name": "xamount",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5b3842de924245b3b63f04b096b72425",
          "Name": "yamount",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "00c7587aa6a743fb838176cf9e8c618e",
          "Name": "zamount",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bbca677ef3fb4d63b934dd30ba41143a",
          "Name": "Geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Scale non-uniformly around a given Plane\n\nGeometry.Scale (plane: Plane, xamount: double = 1, yamount: double = 1, zamount: double = 1): Geometry"
    },
    {
      "ConcreteType": "PythonNodeModels.PythonNode, PythonNodeModels",
      "NodeType": "PythonScriptNode",
      "Code": "# Phython-Standard- und DesignScript-Bibliotheken laden\r\nimport sys\r\nimport clr\r\nclr.AddReference('ProtoGeometry')\r\nfrom Autodesk.DesignScript.Geometry import *\r\n\r\n# Die Eingaben für diesen Block werden in Form einer Liste in den IN-Variablen gespeichert.\r\ndataEnteringNode = IN[0]\r\n\r\nif dataEnteringNode == 1:\r\n\tscale_y = 1.2\r\n\tscale_x = 1.2\r\nelif dataEnteringNode == 2:\r\n\tscale_y = 1.5\r\n\tscale_x = 2\r\nelif dataEnteringNode == 3:\r\n\tscale_y = 2\r\n\tscale_x = 3\r\nelse:\r\n\tscale_y = 1.0\r\n\tscale_x = 1.0\r\n\r\n# Code unterhalb dieser Linie platzieren\r\n\r\n# Weisen Sie Ihre Ausgabe der OUT-Variablen zu.\r\nOUT = [scale_y, scale_x]",
      "VariableInputPorts": true,
      "Id": "a615dde70a904f208117b34e50c40fe4",
      "Inputs": [
        {
          "Id": "cf84daf0648e45fcb1a0f5f7dae2f15f",
          "Name": "IN[0]",
          "Description": "Input #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5c8b550b17d34ed18700f46af8cc141f",
          "Name": "OUT",
          "Description": "Ergebnis des Python-Skripts",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Führt ein eingebettetes IronPython-Skript aus."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FirstItem@var[]..[]",
      "Id": "7b46f3e0014541f38c6a236d485f72bf",
      "Inputs": [
        {
          "Id": "a8f2bf0a69824171b17447781859855c",
          "Name": "list",
          "Description": "List to get the first item from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5899e8ae43b141bb97ea3effb1bcb120",
          "Name": "item",
          "Description": "First item in the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.LastItem@var[]..[]",
      "Id": "e211db4bcdcc4e4f9f969239716a54dc",
      "Inputs": [
        {
          "Id": "f28e419eeb4a468f81f8d3a8ed1163ba",
          "Name": "list",
          "Description": "List to get the last item of.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6d92cb595d704f2bb8cc9ddd60e21d96",
          "Name": "last",
          "Description": "Last item in the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Retrieves the last item in a list.\n\nList.LastItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Scale@Autodesk.DesignScript.Geometry.Plane,double,double,double",
      "Id": "51b0b11159b7496f8d12c692e62ac11f",
      "Inputs": [
        {
          "Id": "84525d09730e4ba9b2b8292804a8013a",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c790190736ce4f988a9165646be28f04",
          "Name": "plane",
          "Description": "Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "87a8afc56b63498a8e7aeb00ecb99504",
          "Name": "xamount",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "568b392caad941c8a7cb7527016deca1",
          "Name": "yamount",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e6733cdeb46b464c829fdedd6817546b",
          "Name": "zamount",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "021f8e4f2cf14de8bc9ab3e45e034d75",
          "Name": "Geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Scale non-uniformly around a given Plane\n\nGeometry.Scale (plane: Plane, xamount: double = 1, yamount: double = 1, zamount: double = 1): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.Color.Components@DSCore.Color",
      "Id": "04961c96ee5a4a69a444694e0ac491c2",
      "Inputs": [
        {
          "Id": "0a23e06471554c6b8d044a800c6dceb0",
          "Name": "c",
          "Description": "Color",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4dc2e0dc31c04fb79c4b48ac61a757dd",
          "Name": "a",
          "Description": "alpha value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6dddd235e9a642baaa292dd2152bd4a0",
          "Name": "r",
          "Description": "red value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1174e023cd5e4542b8e1cbcfaa699d97",
          "Name": "g",
          "Description": "green value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c03cdf2815184f61a5638de3317b1b69",
          "Name": "b",
          "Description": "blue value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Lists the components for the color in the order: alpha, red, green, blue.\n\nColor.Components (c: Color): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.ColorPalette, CoreNodeModels",
      "InputValue": {
        "R": 0,
        "G": 0,
        "B": 0,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "96e8d0fb2df144608d55a7b98e62e0b4",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "9ac2ab95ac5746168c47aaf4ee93f90b",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Wählen Sie eine Farbe aus der Palette."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.Color.ByARGB@int,int,int,int",
      "Id": "e136969dfab74bab96f25b25c75660dc",
      "Inputs": [
        {
          "Id": "57d369682554496696fea8a3e4ba01a2",
          "Name": "a",
          "Description": "The alpha value.\n\nint\nDefault value : 255",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0e04ba85b3d94938b96b63d121163a24",
          "Name": "r",
          "Description": "The red value.\n\nint\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "749c608ca5e446d19050fc1bfb3f8849",
          "Name": "g",
          "Description": "The green value.\n\nint\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d57623bcc1c347139398378960e8e6ba",
          "Name": "b",
          "Description": "The blue value.\n\nint\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9d2bd8bf81034daf8956f2de30d9fe66",
          "Name": "color",
          "Description": "Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Construct a color by alpha, red, green, and blue components.\n\nColor.ByARGB (a: int = 255, r: int = 0, g: int = 0, b: int = 0): Color"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "50;",
      "Id": "01455f787fbd43aa9fb93123b7134df7",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "a9a65f78923847d1bf26517ae18c9f4d",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "019c72804a9448e4bc821a0b709386be",
      "Inputs": [
        {
          "Id": "3387e90946ff4dbb9d8a4ecfec748db7",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3643444fc18141e4a2e2041e8ddce390",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "66b7c2d266454d64a555e3e25b538d8b",
          "Name": "GeometryColor",
          "Description": "A Display object.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Display geometry using a color.\n\nGeometryColor.ByGeometryColor (geometry: Geometry, color: Color): GeometryColor"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Scale@Autodesk.DesignScript.Geometry.Plane,double,double,double",
      "Id": "af9b5f7b09ab4368bfed840c62b27526",
      "Inputs": [
        {
          "Id": "d5f5aea74846429c9bfba7f11cfc863e",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3a617831a53641bbb4edfd5c9c1dc544",
          "Name": "plane",
          "Description": "Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f20ccc6e37c14db682e6868a65711a58",
          "Name": "xamount",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "938fd9132ae64aceb08715f699345cff",
          "Name": "yamount",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fd2805f03aee48e78ea6d2df96430f47",
          "Name": "zamount",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ea53d3ad6378452b988b7cc5feb6832b",
          "Name": "Geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Scale non-uniformly around a given Plane\n\nGeometry.Scale (plane: Plane, xamount: double = 1, yamount: double = 1, zamount: double = 1): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "0599a0099add4d4a8fea59059fe66267",
      "Inputs": [
        {
          "Id": "a388be167f444740bf3cfd05bc71ac9f",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "98931453a8404a5198f1492550103fdc",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "01d54b098f5d416d9602dba62fdce5c7",
          "Name": "GeometryColor",
          "Description": "A Display object.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Display geometry using a color.\n\nGeometryColor.ByGeometryColor (geometry: Geometry, color: Color): GeometryColor"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "h_au + 5;",
      "Id": "18f504e95ae94bf1b3738b2505b45b82",
      "Inputs": [
        {
          "Id": "b9d007f28ab244c0aa0c2e8f629e3dca",
          "Name": "h_au",
          "Description": "h_au",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c088c4c0745343e281cdac7966de2901",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-y_scale*w_po/2;",
      "Id": "337de823c6db4e6f9a40530fff0f4bf8",
      "Inputs": [
        {
          "Id": "6d762889384843889f74049e95a9e6be",
          "Name": "y_scale",
          "Description": "y_scale",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6c2cda59dfc64b9493a2142c044ef0f4",
          "Name": "w_po",
          "Description": "w_po",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bc80d103e1ef4828b99cb1bcd92a1629",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
      "Id": "ec41a69340b7411ba560306d88be3fde",
      "Inputs": [
        {
          "Id": "b34a5e9b3b18438d9f0aca5a3656ade8",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e348f49692f54d789e2087666578cfdd",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9fcc23aafaa64a758c3d527527eec8a1",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "72f81733ac6a48159b246bd3e735db1f",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f4625cc964bd4619af9440c250e24df4",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Polygon.ByPoints@Autodesk.DesignScript.Geometry.Point[]",
      "Id": "0494ff6a166343a1b40c03262cab5b2f",
      "Inputs": [
        {
          "Id": "d22396da88f244b5a8f0fb40f96db6bb",
          "Name": "points",
          "Description": "Point[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "260a9f5109bc47c188146e2c9534fcf6",
          "Name": "Polygon",
          "Description": "Polygon",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Construct a Polygon Curve by connecting Points.\n\nPolygon.ByPoints (points: Point[]): Polygon"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "178f71c08be44a8a8c07016bd27d00b3",
      "Inputs": [
        {
          "Id": "75fd2ce29785428fa28d6d4beedb948f",
          "Name": "item0",
          "Description": "Elementindex #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7192615c3d2b4cddbf8e1ccaf43218bb",
          "Name": "item1",
          "Description": "Elementindex #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cce62528e241408693b607350394d212",
          "Name": "item2",
          "Description": "Elementindex #2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bcf1280b3ddf4f129942bba99c5053c8",
          "Name": "list",
          "Description": "Eine Liste",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Erstellt eine neue Liste aus den angegebenen Eingaben."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid@double",
      "Id": "29eb0fc5759d4340b2484435b72647fa",
      "Inputs": [
        {
          "Id": "86ef96232995498b9c750b9df1c62dd3",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f9e3e8bf1f4940a7bde0ae24a953c594",
          "Name": "distance",
          "Description": "Distance to extrude\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6e2102d7a76b49839c7ac916b651cc07",
          "Name": "Solid",
          "Description": "The extruded Solid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Extrudes a Curve in the Normal direction by the specified distance. Curve must be closed.\n\nCurve.ExtrudeAsSolid (distance: double = 1): Solid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Mirror@Autodesk.DesignScript.Geometry.Plane",
      "Id": "28a4749911094916b3017a97fdc165f5",
      "Inputs": [
        {
          "Id": "6bfe9844661944289000bc8564c89d4a",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "72fc182b06e34ff39862cf8caf38dc27",
          "Name": "mirrorPlane",
          "Description": "Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ba3694a0c5f5439493175c9519a1fc12",
          "Name": "Geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Mirror the object across the input Plane\n\nGeometry.Mirror (mirrorPlane: Plane): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Plane.XZ",
      "Id": "e31b30f3b4fb472590d19e2fe143e081",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "9a06d4ce647e485a91f694d14ecb4400",
          "Name": "Plane",
          "Description": "Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a plane in the world XZ plane\n\nPlane.XZ ( ): Plane"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "50;",
      "Id": "0c1a09f2917640d481c7ffad0a6216ba",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3793c0a5af9340718501387b19214879",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.ColorPalette, CoreNodeModels",
      "InputValue": {
        "R": 0,
        "G": 0,
        "B": 0,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "62795da699ab4d5db13c05c3a3270d91",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "c815345772e7459786455b9b07de87ff",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Wählen Sie eine Farbe aus der Palette."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.Color.Components@DSCore.Color",
      "Id": "234f5fc515ac4506b8baa68536028f1f",
      "Inputs": [
        {
          "Id": "f4836b00cf7444718ad25533fa1cb647",
          "Name": "c",
          "Description": "Color",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1a671501690843be8b918a124cf5a973",
          "Name": "a",
          "Description": "alpha value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0845a2f90b0a45a999aec68e850cde1a",
          "Name": "r",
          "Description": "red value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "45de5948c781490f9798cf3ae1eb6086",
          "Name": "g",
          "Description": "green value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "61b76c6907e44e2c93f47c350151b1cb",
          "Name": "b",
          "Description": "blue value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Lists the components for the color in the order: alpha, red, green, blue.\n\nColor.Components (c: Color): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.Color.ByARGB@int,int,int,int",
      "Id": "c08442eb52ac4aa795c9a03fc918bcd8",
      "Inputs": [
        {
          "Id": "a7258b0cf989478d819e3038c20ca0d0",
          "Name": "a",
          "Description": "The alpha value.\n\nint\nDefault value : 255",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d154727edb8e4cffa45f3ff7a2645c14",
          "Name": "r",
          "Description": "The red value.\n\nint\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bcf02d775c7448bb8e8ff4ecf12153b3",
          "Name": "g",
          "Description": "The green value.\n\nint\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6ff7f4b99424454aa9913ab7ecc2879a",
          "Name": "b",
          "Description": "The blue value.\n\nint\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "28e7f4a3dafd4750a282133776e0b20e",
          "Name": "color",
          "Description": "Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Construct a color by alpha, red, green, and blue components.\n\nColor.ByARGB (a: int = 255, r: int = 0, g: int = 0, b: int = 0): Color"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "b75336a50f7740fb8080a6402d8ff030",
      "Inputs": [
        {
          "Id": "4c9049c5b5f74d008de9a4c2ef8948e8",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "da6b2d55a20c4c299c4b74cd5efb63a7",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "38048c1c764941b0bbbabe4eb74456e6",
          "Name": "GeometryColor",
          "Description": "A Display object.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Display geometry using a color.\n\nGeometryColor.ByGeometryColor (geometry: Geometry, color: Color): GeometryColor"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "5f2c99fd19b34494916282491f8bfa10",
      "Inputs": [
        {
          "Id": "fa1e16b9fe0041fc97154f7b2760b196",
          "Name": "item0",
          "Description": "Elementindex #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "822eebde160343e7b2bba2e6b1ac5ddf",
          "Name": "item1",
          "Description": "Elementindex #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d35d0ce53c724896894ddfc0f562ef28",
          "Name": "list",
          "Description": "Eine Liste",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Erstellt eine neue Liste aus den angegebenen Eingaben."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "(V_au - V_sg - V_le)/n_sp;",
      "Id": "6545e7f2245745a89f94af88fad54cce",
      "Inputs": [
        {
          "Id": "37075e33b0d84ef8bf0217f511508344",
          "Name": "V_au",
          "Description": "V_au",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dc5df8a1e6144a8496279de073c00c98",
          "Name": "V_sg",
          "Description": "V_sg",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3eb0e3c8bed7444fa153e97046c163e3",
          "Name": "V_le",
          "Description": "V_le",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4550a13d6bf5419e94555cf47a7ccaf0",
          "Name": "n_sp",
          "Description": "n_sp",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9d00d7ad52da4a0e96a2f4f5d8824cbc",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Formula, CoreNodeModels",
      "Formula": "max(0.001, alpha_sr)",
      "NodeType": "FormulaNode",
      "Id": "fe06ed1f2b6c49538eff83c172012dcf",
      "Inputs": [
        {
          "Id": "536a46cf7fa94d71989f810702bbe5b9",
          "Name": "alpha_sr",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d14a2b7b5fa44da78434663abd2e3343",
          "Name": "",
          "Description": "Ergebnis der mathematischen Berechnung",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Wertet mathematische Formeln aus. Dabei wird NCalc: http://ncalc.codeplex.com/ verwendet."
    },
    {
      "ConcreteType": "CoreNodeModels.Input.IntegerSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Integer",
      "InputValue": 2,
      "MaximumValue": 3,
      "MinimumValue": 1,
      "StepValue": 1,
      "Id": "3ee5210875344973ba213ab30b0f2022",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "95582e4c059a45c390abaa8eb5a642df",
          "Name": "",
          "Description": "Int32",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung ganzzahliger Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 10.0,
      "MinimumValue": 0.0,
      "StepValue": 0.1,
      "InputValue": 6.4,
      "Id": "c94eca81ae5d4b8c9962ec46d8e65915",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "1f7071e6e1c04200ab7b28b0ba2ef18d",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "3f5271c2cb03481e9b5af0d56aaa59b4",
      "Inputs": [
        {
          "Id": "0f1df19b398d44cba6ffa38b06e8590c",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8fd4122acdd44ea189ddb8a676607dce",
          "Name": "direction",
          "Description": "Displacement direction.\n\nVector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8cd087a0204149019f1b7a530d533bd3",
          "Name": "distance",
          "Description": "Displacement distance along given direction.\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9411df5de38e440bae930ba770b1a532",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any geometry type by the given distance in the given direction.\n\nGeometry.Translate (direction: Vector, distance: double): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "cfa11a36ee4643ae9afbb5dabf42b32f",
      "Inputs": [
        {
          "Id": "c5e1710c1e2443e7926b2cf116f040d8",
          "Name": "x",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bd85b1c3de0245988702627a2a267843",
          "Name": "y",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "61a48186f32942ff87a261c6f556fb47",
          "Name": "z",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4676410c5ae34999b00dee726c7a1cb3",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Point given 3 cartesian coordinates\n\nPoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ByCoordinates@double,double,double",
      "Id": "cae921c2614e45fcbe901850fa368b8b",
      "Inputs": [
        {
          "Id": "a6d769346fed4b059e11c6ac9b3aec57",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "90074ec040cf4f85b7879e01f07fc5e8",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0dfedab88349413e9269706c8b8a594e",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2b8bf82f7e5c48c59bae53d0d27863b3",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Vector by 3 Euclidean coordinates\n\nVector.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Vector"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 32.0,
      "MinimumValue": 4.0,
      "StepValue": 1.0,
      "InputValue": 24.0,
      "Id": "ecc3a573df7a4189b5efa19130290360",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "80ea02a11a9a4688961608ccfec5a268",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "A slider that produces numeric values."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@Autodesk.DesignScript.Geometry.Vector",
      "Id": "3feb70d2de32402b976c62b8897b3282",
      "Inputs": [
        {
          "Id": "eee8873434664b03a4964fd63d5911bc",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3ba8097e882c44b7b2988d70331aa498",
          "Name": "direction",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6b96ea158c9e4e7e9460d8c609432a11",
          "Name": "Geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translate geometry in the given direction by the vector length\n\nGeometry.Translate (direction: Vector): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "9bd70f4c3f98456aa1095809903c2fa1",
      "Inputs": [
        {
          "Id": "b622d766493a4c06b1972191624eca47",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "28a7a271b94e4923b19b3200625811ed",
          "Name": "endPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a6adb9c30c8e48558c865ff4030e2355",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a straight Line between two input Points.\n\nLine.ByStartPointEndPoint (startPoint: Point, endPoint: Point): Line"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 36.0,
      "MinimumValue": 4.0,
      "StepValue": 0.5,
      "InputValue": 29.0,
      "Id": "932600891f554abeb0db18f20b633d37",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "b63a1385ec3f403b9442085eb8cee345",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "A slider that produces numeric values."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.Direction",
      "Id": "f68b679d8b7e4d81a295903fee9c6d92",
      "Inputs": [
        {
          "Id": "fa00c75b1dfe4f1ab79c676912d2bd25",
          "Name": "line",
          "Description": "Autodesk.DesignScript.Geometry.Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bdfe98db632c4d6fad42f2b7f88d15ac",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "The direction of the Curve\n\nLine.Direction: Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.Normalized",
      "Id": "ac6f4ac9f1974c97b3f9ea11f68b6f4c",
      "Inputs": [
        {
          "Id": "28cc70357a51482892203d708de18294",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4a552db4a505427ab85398734a2c7082",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the normalized version of a vector\n\nVector.Normalized ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ZAxis",
      "Id": "4f1a937bdbd644da836411b7afe4cc67",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "dba294c9c53d481c9f0f441a00b3b66d",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical Z axis Vector (0,0,1)\n\nVector.ZAxis ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.Cross@Autodesk.DesignScript.Geometry.Vector",
      "Id": "5b8ec218156a41eb8332eaacef5442c4",
      "Inputs": [
        {
          "Id": "9307556c31784dc8961785aeb687f7ca",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1072129a5cfa4349896ae06461967475",
          "Name": "cross",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "820941c34031413c9a44f3a14acfb016",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form the cross product of two vectors\n\nVector.Cross (cross: Vector): Vector"
    },
    {
      "ConcreteType": "CoreNodeModels.Formula, CoreNodeModels",
      "Formula": "bWidth/2",
      "NodeType": "FormulaNode",
      "Id": "638fddc4b3c7454fb40eaba2af703b5b",
      "Inputs": [
        {
          "Id": "dad3023acb1b494cbf4e9952404c14e3",
          "Name": "bwidth",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "68fea998fdaf4c348c405bbff0abb193",
          "Name": "",
          "Description": "Result of math computation",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Evaluates mathematical formulas. Uses NCalc: http://ncalc.codeplex.com/"
    },
    {
      "ConcreteType": "CoreNodeModels.Formula, CoreNodeModels",
      "Formula": "bWidth/4",
      "NodeType": "FormulaNode",
      "Id": "a5745617d4a242f4a7a023fbd51435e7",
      "Inputs": [
        {
          "Id": "e20bb5f422ca4c82b03a1834ccedbb67",
          "Name": "bwidth",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "388a8adc05734b5c85980a845274412f",
          "Name": "",
          "Description": "Result of math computation",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Evaluates mathematical formulas. Uses NCalc: http://ncalc.codeplex.com/"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "ff8afc6df4874812a9328629a7ed6b1c",
      "Inputs": [
        {
          "Id": "6a3a90542ff2469e8b7ca342053a0922",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "449c4b9a96404ac3ae031d551270c446",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1c129c74a033470bb351a67d44b54870",
          "Name": "item2",
          "Description": "Item Index #2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "35542d4f35aa482f84e66c0ee393a8d5",
          "Name": "item3",
          "Description": "Item Index #3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f852ddc5824c4806a9d119ff5a253d91",
          "Name": "item4",
          "Description": "Item Index #4",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e4a7db80ed3d483ab98e5b352577fbb7",
          "Name": "list",
          "Description": "A list",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Makes a new list out of the given inputs"
    },
    {
      "ConcreteType": "CoreNodeModels.Formula, CoreNodeModels",
      "Formula": "-x",
      "NodeType": "FormulaNode",
      "Id": "d99ea590a74847048be625467182bdda",
      "Inputs": [
        {
          "Id": "7f89b04045c14740ba114d8512ced5e8",
          "Name": "x",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "52f1b35265da4fe3a7a5ff999c20e34a",
          "Name": "",
          "Description": "Result of math computation",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Evaluates mathematical formulas. Uses NCalc: http://ncalc.codeplex.com/"
    },
    {
      "ConcreteType": "CoreNodeModels.Formula, CoreNodeModels",
      "Formula": "-x",
      "NodeType": "FormulaNode",
      "Id": "b5b32f447cc942b9b292f494737505ed",
      "Inputs": [
        {
          "Id": "dd4821fb726540bba30edddbaea19bc3",
          "Name": "x",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dbf9a002cb4541c2bbe845f3a1a99a18",
          "Name": "",
          "Description": "Result of math computation",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Evaluates mathematical formulas. Uses NCalc: http://ncalc.codeplex.com/"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 8.0,
      "MinimumValue": 4.0,
      "StepValue": 0.5,
      "InputValue": 6.5,
      "Id": "6456aad377ae46a289be777c1b9f9a5d",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3c11354948f54ca2917f23befc2cafc0",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "A slider that produces numeric values."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "%@var[]..[],var[]..[]",
      "Id": "f625556eee2c483db6fbccd6adeb4f8c",
      "Inputs": [
        {
          "Id": "6abf25214f9941feab642f84f3390b13",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "02313c2a64784322bae1a18400a77fbd",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e9c9432760d04dcc9358320cdba93b7a",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Finds the remainder of x/y\n\n% (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "/@var[]..[],var[]..[]",
      "Id": "df4a28f3784b433898573ddd637f6818",
      "Inputs": [
        {
          "Id": "81e159a2646b48edb079aff6db762b50",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1907f1328a8a43aab51dee836789fc05",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fe082cdb677f403ab1ba2019cdb604a4",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Divides x by y.\n\n/ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleInput, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "InputValue": 2.0,
      "Id": "24bc796e62a9426e99ba87e1cdfc1db6",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "d3cd33e36c764fb48b614af9b08aa345",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Creates a number."
    },
    {
      "ConcreteType": "CoreNodeModels.Sequence, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "c8822b5a327f439ab023762c0c46b7a1",
      "Inputs": [
        {
          "Id": "6a9d6981909a44e7861093c99bb313ed",
          "Name": "start",
          "Description": "Number or letter to start the sequence at\r\nDefault value: 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "590d11cea5084436afb7ae8f86cc95d5",
          "Name": "amount",
          "Description": "Amount of numbers in the sequence\r\nDefault value: 10",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "33e2c712048645a6b140ef8b1bc2a853",
          "Name": "step",
          "Description": "Space between numbers or letters\r\nDefault value: 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6c0c4c78b88247758dab6581f3a5bd46",
          "Name": "seq",
          "Description": "New sequence",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a sequence of numbers."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.PointAtSegmentLength@double",
      "Id": "009b8338e91848548cc874b145d93bd8",
      "Inputs": [
        {
          "Id": "a7ee955ded50405bbd4ad96d902842a2",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ac67a076d50f4f1b8c3e962b8126e963",
          "Name": "segmentLength",
          "Description": "The distance along the curve at which to evaluate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "eced6c8c6ce4454686139366ff32d56a",
          "Name": "Point",
          "Description": "The point at the given arc length",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "CrossProduct",
      "Description": "Get a Point at a particular arc length along the curve\n\nCurve.PointAtSegmentLength (segmentLength: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.ByLoft@Autodesk.DesignScript.Geometry.Curve[]",
      "Id": "a2e0914b271242abb5bf1bfc1f80dcf9",
      "Inputs": [
        {
          "Id": "7c1648312640404f8d8db97a927ddb6a",
          "Name": "crossSections",
          "Description": "Curve[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fcb1d50eff5a44f7ba1ca2ba28281612",
          "Name": "Surface",
          "Description": "Surface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Surface by lofting between input cross section Curves.\n\nSurface.ByLoft (crossSections: Curve[]): Surface"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.Thicken@double",
      "Id": "19baa963ad94439688784bc9642a6b3f",
      "Inputs": [
        {
          "Id": "54fc26b8196845279292e08ae98815dd",
          "Name": "surface",
          "Description": "Autodesk.DesignScript.Geometry.Surface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a4d2341669ef4fddb251e9330160bef2",
          "Name": "thickness",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fb6e203f96b648b7b3b1bc969cee0323",
          "Name": "Solid",
          "Description": "Solid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Thicken Surface into a Solid, extruding in the direction of Surface normals on both sides of the Surface.\n\nSurface.Thicken (thickness: double = 1): Solid"
    },
    {
      "ConcreteType": "CoreNodeModels.Sequence, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "f4d2baeab101431ca8dddc01200b33f3",
      "Inputs": [
        {
          "Id": "345cc629d2024cf5a961f137694011ad",
          "Name": "start",
          "Description": "Number or letter to start the sequence at\r\nDefault value: 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c8424d5615dc4136ac4b061dda9678a6",
          "Name": "amount",
          "Description": "Amount of numbers in the sequence\r\nDefault value: 10",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6ac7c5ab4a6143479db5fc6e3a08ecc9",
          "Name": "step",
          "Description": "Space between numbers or letters\r\nDefault value: 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3c3dd9bc757f469fb785345fb3d0dd7f",
          "Name": "seq",
          "Description": "New sequence",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a sequence of numbers."
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 10.0,
      "MinimumValue": 1.0,
      "StepValue": 1.0,
      "InputValue": 6.0,
      "Id": "ae880bd446734b87b4cb591f2032beb6",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "bf99629df8544e9c9b5394864b67f9f4",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "A slider that produces numeric values."
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 4.5,
      "MinimumValue": 3.0,
      "StepValue": 0.2,
      "InputValue": 3.4,
      "Id": "88665488aa86414dbd4a2964fa3ef568",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "95940385838847caa9bf3d1a50ef179e",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "A slider that produces numeric values."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "230154c5a0c54482a2e7ae386371281b",
      "Inputs": [
        {
          "Id": "3b815c011c6e455b8f01f1c5fe81a917",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e565102a8df24ac181f9e434b84a3c24",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Point\n\nPoint.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "307447d8013340b2a6651c1fd7be236d",
      "Inputs": [
        {
          "Id": "54881250c4594039b23970998cf32a63",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4a3a99278e624a94a43fa561769262be",
          "Name": "direction",
          "Description": "Displacement direction.\n\nVector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9b84dedca98e4332ac796f0cd916a3c8",
          "Name": "distance",
          "Description": "Displacement distance along given direction.\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "546c3ebf157e44c682d54c5b67ba9670",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "CrossProduct",
      "Description": "Translates any geometry type by the given distance in the given direction.\n\nGeometry.Translate (direction: Vector, distance: double): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ZAxis",
      "Id": "c870627aba9041ac818663ba1b488933",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "eae6cc55bd794ca89448d68fecf62144",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical Z axis Vector (0,0,1)\n\nVector.ZAxis ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.ByLoft@Autodesk.DesignScript.Geometry.Curve[]",
      "Id": "9efa58cc23754e89936fac608c44d0df",
      "Inputs": [
        {
          "Id": "26f0e726e19d463ea3520ee6eb5a015e",
          "Name": "crossSections",
          "Description": "Curve[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b9421ec1ffd848eb82b698da7a98b51d",
          "Name": "Solid",
          "Description": "Solid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Solid by lofting between input cross section closed Curves.\n\nSolid.ByLoft (crossSections: Curve[]): Solid"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 0.5,
      "MinimumValue": 0.2,
      "StepValue": 0.02,
      "InputValue": 0.2,
      "Id": "198f488718534dad9a42beb16feddc5a",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5a86e9077516434a8f8951fb07b12969",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "A slider that produces numeric values."
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 0.5,
      "MinimumValue": 0.2,
      "StepValue": 0.02,
      "InputValue": 0.2,
      "Id": "c651e4e020694805b8104a782125e336",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "141101e7c6a04458ba97ce4354efdc3a",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "A slider that produces numeric values."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double",
      "Id": "405830ff9899474a9bddb1d5edf717d7",
      "Inputs": [
        {
          "Id": "a00f985721bc46cba18eaa68914cb5f8",
          "Name": "cs",
          "Description": "CoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6e428ac2c90743538ef4416ac1b9cf73",
          "Name": "width",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f43a82a3fa3343f49d1a48b96413234f",
          "Name": "length",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "71478f76554b40ef892ab5bcc4222223",
          "Name": "Rectangle",
          "Description": "Rectangle",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Rectangle centered at the input origin in the CoordinateSystem XY Plane, with specified width (X Axis length), and length (Y Axis length).\n\nRectangle.ByWidthLength (cs: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1): Rectangle"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0;",
      "Id": "94ce444f2f3d4c4ebfc6850dc23c85cb",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "390ef00dcbed42f6aba757c89237d4b9",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 0.4,
      "MinimumValue": 0.2,
      "StepValue": 0.05,
      "InputValue": 0.25,
      "Id": "d29f865bfbd9461791fdcb9503d8149a",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "204ac78464da4647856e3f7509678608",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "A slider that produces numeric values."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Transpose@var[]..[]",
      "Id": "ededd49b26c647f0a6cfe0de4db984bd",
      "Inputs": [
        {
          "Id": "9f4a639b41574930893a6caa6801261c",
          "Name": "lists",
          "Description": "A list of lists to be transposed.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "535b5d39d3414dc2ae298b720ea4b4d4",
          "Name": "lists",
          "Description": "A list of transposed lists.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Swaps rows and columns in a list of lists. If there are some rows that are shorter than others, null values are inserted as place holders in the resultant array such that it is always rectangular.\n\nList.Transpose (lists: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Sort@var[]",
      "Id": "8facb493862649ff91c0f7c3f08caa15",
      "Inputs": [
        {
          "Id": "005450e04499471599975f668425d90a",
          "Name": "list",
          "Description": "The list of items to be sorted.\n\nvar[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1dfdedc786ea4e54b0ce4d8471278b5c",
          "Name": "newList",
          "Description": "The indices of the items in the sorted list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Sorts a list by the items and return their indices.\n\nList.Sort (list: var[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "/@var[]..[],var[]..[]",
      "Id": "ba7dcba9595d4ccaa877eda05b9080ce",
      "Inputs": [
        {
          "Id": "74299120ca164b82acd624eb8750a0c6",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "82bc6270dbe24d33a67abf217738d700",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c8313c6a1fef46329f5f3cb588aff12c",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Divides x by y.\n\n/ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "c8ecf5ad12fb4de5a604520b785a5560",
      "Inputs": [
        {
          "Id": "3e5e39d08aaf4580907b7a5b81f49b28",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "aacb5baa65a94da88822239356b8c488",
          "Name": "list",
          "Description": "A list",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Makes a new list out of the given inputs"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin@Autodesk.DesignScript.Geometry.Point",
      "Id": "89d517decab44daeb323929492b243b1",
      "Inputs": [
        {
          "Id": "88435ab22fad437b9c6290ddb01ea64a",
          "Name": "origin",
          "Description": "Point\nDefault value : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5c48bc2799a84ee69f4105bb79bb5bd5",
          "Name": "CoordinateSystem",
          "Description": "CoordinateSystem",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a CoordinateSystem with origin at input Point, with X and Y Axes set as WCS X and Y Axes.\n\nCoordinateSystem.ByOrigin (origin: Point = Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0)): CoordinateSystem"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.Math.Ceiling@double",
      "Id": "cc1a0744ef2249bd8bc527b95474a8cd",
      "Inputs": [
        {
          "Id": "2c6442843329418bb14f8c77fa8cdc24",
          "Name": "number",
          "Description": "Number to round up.\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "706eb0749e7a43a89f08ae45764bb495",
          "Name": "integer",
          "Description": "First integer greater than the number.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the first integer greater than the number\n\nMath.Ceiling (number: double): int"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "*@var[]..[],var[]..[]",
      "Id": "b3cae805969945d78f3a67bef6dcf086",
      "Inputs": [
        {
          "Id": "6311e9e290af4570b8761164c3f4e504",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "14de5a82e94f43eaaada7123928c94ac",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1a830cdaec044f69b8f2dc15b9fda85a",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Multiplies x by y.\n\n* (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "34157665abe84ceeb9dc016331afd410",
      "Inputs": [
        {
          "Id": "73b500d6bf28476a917c807e2830ed47",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "942619a5132d498e9beafe93475903f9",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "82178f3f811f45cc9b810149a1fecace",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "*@var[]..[],var[]..[]",
      "Id": "74c88af18be344cfbce4827636b31585",
      "Inputs": [
        {
          "Id": "b97fe354368a4cfebadb5b9e8ddb7742",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4c4b3ea3901d48dc8b1304e44558d0f9",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "73bf318711d34c8e84d5c8d7293e80c3",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Multiplies x by y.\n\n* (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Count@var[]..[]",
      "Id": "5c2eae33d95f409388a005d454fb3be3",
      "Inputs": [
        {
          "Id": "48794985c4174d718822bfc09988abc4",
          "Name": "list",
          "Description": "List to get the item count of.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "09aa94b261a640cabc2af6b33cd6db33",
          "Name": "count",
          "Description": "List length.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the number of items stored in the given list.\n\nList.Count (list: var[]..[]): int"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "-@var[]..[],var[]..[]",
      "Id": "a0a2d3d2bb1e45d99bc40acfeaef5c00",
      "Inputs": [
        {
          "Id": "435db09713ed4a57b995430769a2c0d0",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "619316e5d827495ba99a3c9d05552373",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "965a7e5938db4b05a3e1bf4bffff5e2e",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "x subtract y.\n\n- (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "1;",
      "Id": "f3e39d2acd0e489e9196b53c731a6b53",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "43ed6dedb26f48aa871a14bff10e3ed8",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.Area",
      "Id": "60b9cfd896b64fe2829fe7d8432a999c",
      "Inputs": [
        {
          "Id": "35c9c6345a1045aeb8162b652eb76065",
          "Name": "surface",
          "Description": "Autodesk.DesignScript.Geometry.Surface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2ec1741fe898470dad1e11b461e48466",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the total surface area.\n\nSurface.Area: double"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "bcadabb352394ccc863f53cddd024832",
      "Inputs": [
        {
          "Id": "6a60031b382b4097a133b022b6c85b46",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "435b63cbfa4d423ca005dea1d12ba263",
          "Name": "list",
          "Description": "A list",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Makes a new list out of the given inputs"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "6e64511508b44c92aa85623a66eed4cf",
      "Inputs": [
        {
          "Id": "41245f8525624aad87a72b5511907fa9",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3c540c146ee541b08f5846bb5042a6af",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ca17e40a166548ddb81c89477f71a543",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "*@var[]..[],var[]..[]",
      "Id": "a8f95cb7e63c430cab0b368aa3a8cd5f",
      "Inputs": [
        {
          "Id": "198b9e65cd49400f991a3144dd51d7e4",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "edf837b5270e45c4b47bf79bec9ceac2",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d72bc475b0874fcea26d691ab4057e0d",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Multiplies x by y.\n\n* (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "194864717ad74374adab7379d2e2e74d",
      "Inputs": [
        {
          "Id": "d6d33e7b7a2340aa9158fa408f8ace67",
          "Name": "",
          "Description": "Node to evaluate.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "16c86197ba3f40ca8a40346351b0c4c1",
          "Name": "",
          "Description": "Watch contents.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the output of node."
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "e592888edde8418a9ddf0a03686f103d",
      "Inputs": [
        {
          "Id": "6a171a01b3ac43f49c68555656989254",
          "Name": "test",
          "Description": "Test block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "17fed33a3d6f4c488079cd71714b96be",
          "Name": "true",
          "Description": "True block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c27717df7d294903be002d86141951ca",
          "Name": "false",
          "Description": "False block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "551ed23f0909486b8f21338b3f05099b",
          "Name": "result",
          "Description": "result",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Conditional statement"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "*@var[]..[],var[]..[]",
      "Id": "01c8fca820ee41deaf1bc5ccb88c5e1b",
      "Inputs": [
        {
          "Id": "a2f86aaa704447c7a98000ba2bd141df",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "69357c8d3d0b4e0798faafdf793bf376",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "90d41314e32541b5b90ff4b8d9807d08",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Multiplies x by y.\n\n* (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": ">@var[]..[],var[]..[]",
      "Id": "e6f507051178431f97b11c2dd2dbf431",
      "Inputs": [
        {
          "Id": "63f7abcbb6f8420689ec9b98dc127bfe",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8c206ecaef61431baf5f419d6ccc8239",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f0f8c0337fed4a56bca5d7dda2ccaa63",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "x greater y?\n\n> (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "e8c6646f9c734151a93ea2811662c448",
      "Inputs": [
        {
          "Id": "1a904fcf99a44630add0eac4b8997811",
          "Name": "",
          "Description": "Node to evaluate.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1fa0a7f2096f444e826ede49d03b9e95",
          "Name": "",
          "Description": "Watch contents.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the output of node."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "3;",
      "Id": "8fc3cf39336345798a6415897f2a15ef",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "ea69894847684ab1b3012013f4104779",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "d27077b151f140cfbd7fe06c0baedba7",
      "Inputs": [
        {
          "Id": "a12d23b8bda9477a88f7b71505d4c2a2",
          "Name": "",
          "Description": "Node to evaluate.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7a660badb67d44edb0d873035a087f98",
          "Name": "",
          "Description": "Watch contents.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the output of node."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "/@var[]..[],var[]..[]",
      "Id": "c6ddefec0b32461eaebd147ec322f3da",
      "Inputs": [
        {
          "Id": "90f829d91743488d9bd848235baff3e1",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "53aee86601524edca539d5388f305489",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "84d7cb26aa3d43f197644b471360b9bb",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Divides x by y.\n\n/ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "/@var[]..[],var[]..[]",
      "Id": "7c9518a322974f18831e161a4f4d238b",
      "Inputs": [
        {
          "Id": "26a1ebdd89e5461ebb4d1195f3e58831",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a3195133d4214efe9ca1a5b3907d7663",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c3c10798a2624408836991525d41fc0d",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Divides x by y.\n\n/ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "*@var[]..[],var[]..[]",
      "Id": "305b983241824d5082bff96c04eced93",
      "Inputs": [
        {
          "Id": "36e5a3b3e00a4b5d9172c24f687d49e2",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "28c7cf9659934a738bc1264063e4f049",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e02f4b36b37945f790b5f7ddca718c40",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Multiplies x by y.\n\n* (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "233;",
      "Id": "e4dc27b46619468c8fc27e35789b158d",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "362dd86fb00742cdbbbe73b2878f12e4",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "*@var[]..[],var[]..[]",
      "Id": "de3709a5a19246e3beb35875ff1f95c4",
      "Inputs": [
        {
          "Id": "d1bd64832f88455d8273739185ed5b18",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c6b998c5fe644c36af35365ca01a77fd",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6a53809fd7a942528bcd050796d5d7ac",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Multiplies x by y.\n\n* (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FirstItem@var[]..[]",
      "Id": "c9380717788a4cc7a5f21d431ffd15de",
      "Inputs": [
        {
          "Id": "7d5df3a9ae3648968b4754467f965b2f",
          "Name": "list",
          "Description": "List to get the first item from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fd2764b5e4be4363b9fcef30904ac748",
          "Name": "item",
          "Description": "First item in the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "4;",
      "Id": "d34369a907114e01a1fd2258a2c17615",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "47358ab2cc364fef9b0b27da5141594c",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "*@var[]..[],var[]..[]",
      "Id": "91507a7c195e478b910807638377c5c4",
      "Inputs": [
        {
          "Id": "5d5fe7ffd0964b8aa33bcba2edab5ce7",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f2ad726d28a44b49b72b24421bc015d6",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0941e88d46754071ba9cb3d958f48253",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Multiplies x by y.\n\n* (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "<=@var[]..[],var[]..[]",
      "Id": "32e00a312a3e434e8522b5c646afe1a5",
      "Inputs": [
        {
          "Id": "21424d9ae4e4490cb89890cf8be86316",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e429dea90fe44c558d73f12189485dfa",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2caa9cf8797743afbf604b3581662797",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "x less or equals y?\n\n<= (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "*@var[]..[],var[]..[]",
      "Id": "4eac3dd47b554e7aacf2f2b50cdfadb4",
      "Inputs": [
        {
          "Id": "84a0df88caf0432bb073d68be135d965",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d9039e06b8cf4d81a2b296f117048404",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "39c5a4cdd74f4eedbccdfd598c4cf9e5",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Multiplies x by y.\n\n* (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "*@var[]..[],var[]..[]",
      "Id": "217d82f6f17246709f5165756f3fd822",
      "Inputs": [
        {
          "Id": "509e9ef6b6b34a54976ed923cf09db23",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7c0aa45a70424b93a3bf3d9441c2ee23",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e430f55c0d134659ae4b6e0de3f78945",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Multiplies x by y.\n\n* (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "*@var[]..[],var[]..[]",
      "Id": "b9f2db68f4b2408a8367ecc731c24d4b",
      "Inputs": [
        {
          "Id": "f878874ba3cd4240aacbcb9f6f1275c7",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1bf35658a73043828afe41f7832001e9",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "305a5833db394f91891500f80a816c44",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Multiplies x by y.\n\n* (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "*@var[]..[],var[]..[]",
      "Id": "2663faac1e1346849d386fd8f9cdfba5",
      "Inputs": [
        {
          "Id": "af83e619823c4fa2a25b63c16bc3b824",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c5d19a899f704800a17242d5af790704",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "731977a1a5204409bd08829335e63639",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Multiplies x by y.\n\n* (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "9018d00671d848f7a9bd1e0f83d911f6",
      "Inputs": [
        {
          "Id": "2f6d96910bd64928a9cad2f59a1f386d",
          "Name": "",
          "Description": "Node to evaluate.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4517eb4a889f44d5bf7b0b3d3cb236d8",
          "Name": "",
          "Description": "Watch contents.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the output of node."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "*@var[]..[],var[]..[]",
      "Id": "8b081917e16442cca3fd80620c1229e5",
      "Inputs": [
        {
          "Id": "601f41f6c71646a6899346bbd071e085",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "64a5d29794a44d5294345db1d75da609",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "51a1990bb4704f45b03c1ecd8d8c24c1",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Multiplies x by y.\n\n* (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "90;",
      "Id": "216b8fec58b54d7d92fa1b8088d07f6e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "6c657a0f6bf54d4b9ee9ffcec1f149c7",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "+@var[]..[],var[]..[]",
      "Id": "d81372ee4ff04d14ac86143cf74f2a24",
      "Inputs": [
        {
          "Id": "f6eaa53474524cd99e929f9354de5243",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "83d4eb3f2d9642b7af7a14d03800b018",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bb713cf05171496ba630f13034e9cb04",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Adds x to y.\n\n+ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "+@var[]..[],var[]..[]",
      "Id": "2c61494dbf8b406b987e7f53fc9da928",
      "Inputs": [
        {
          "Id": "206ec50f12d3462bb1e3f8e50aefbac4",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4183a2f6978740528cbfaceabc4ced5c",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7822f73725784e5783a7f6789db783b1",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Adds x to y.\n\n+ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "400;",
      "Id": "4b7a10cfffcb4e399f8153f71d18ebed",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "768d2f1322cc4cbdbc111027d8cb87dc",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "+@var[]..[],var[]..[]",
      "Id": "61cb6fe1235e436897b7145fc5785797",
      "Inputs": [
        {
          "Id": "5707214dc4f74a879da42a45f9be8c2f",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8c7ba86d046545c5bb5107ed40331068",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5cc8c0845e134cb580af300e1c373a1a",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Adds x to y.\n\n+ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FirstItem@var[]..[]",
      "Id": "b0acaeff564b4414bfd79cfad37f0017",
      "Inputs": [
        {
          "Id": "019cf97f60004df280652357e30775a9",
          "Name": "list",
          "Description": "List to get the first item from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7868ec2b7da54967acb49776f1051ed6",
          "Name": "item",
          "Description": "First item in the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "*@var[]..[],var[]..[]",
      "Id": "b6485b4d84de4ce19e1bcf577646f4ab",
      "Inputs": [
        {
          "Id": "92c75395511f42768123f3f3c7732e2f",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "376a0eabda8d4f25880c1cf1b55fddee",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1dc93fbf328d4e8ab911ffc5b2b92c44",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Multiplies x by y.\n\n* (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "76f3f316fa7546db8b9d807cbbad590a",
      "Inputs": [
        {
          "Id": "aa720022b65b45c8bf390ed101431294",
          "Name": "",
          "Description": "Node to evaluate.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1142cece7f3b496c8a3e93781cbebcf0",
          "Name": "",
          "Description": "Watch contents.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the output of node."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "+@var[]..[],var[]..[]",
      "Id": "c893f230be464cf7b77e87f7e0551731",
      "Inputs": [
        {
          "Id": "abfcb9808bf449fda3b65dae287e6b21",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9571e5a1b53f46d985f52cc6c9413a60",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6d22f3ae515a4976a63548b413950aff",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Adds x to y.\n\n+ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FirstItem@var[]..[]",
      "Id": "31fae37146eb401a89ac3bdb558ef986",
      "Inputs": [
        {
          "Id": "d3eea9ee22bb492c8e2a592e8558c508",
          "Name": "list",
          "Description": "List to get the first item from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "78a222d027954043afcd0ba2cb86c742",
          "Name": "item",
          "Description": "First item in the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "5a477b04d0994453ad66202f38de533b",
      "Inputs": [
        {
          "Id": "f4287f09e4ac4ffda05083a4a9ebe181",
          "Name": "",
          "Description": "Node to evaluate.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "38f099bd192043c7b040bc6b60c94cbb",
          "Name": "",
          "Description": "Watch contents.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the output of node."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
      "Id": "30775be1b8ce42108c7f0299c309d1cd",
      "Inputs": [
        {
          "Id": "cd973d30a7534ee9a1326811ad80dd88",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6cce920077eb4d2cad992e0edec28456",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "88781931ee4c4520bcaee492accedeca",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d70c81ed24384252aa5c0edbca12d490",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2383018184544ac3894a192a620b2efa",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "40;",
      "Id": "3ec364e8a85443419c03e1a2800aff5e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "06847d26fd824eb3b9f59c0fb0658abf",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "39d4c6e186194c7ea22ca3d052ca70cf",
      "Inputs": [
        {
          "Id": "7e90f880f6df4e489dccb96a395fbb04",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f65f825386184652b6ced5158d7c8c62",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d41da811f60a4c94b641ddcc57e85778",
          "Name": "list",
          "Description": "A list",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Makes a new list out of the given inputs"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "963eb4c04efb4c1089bb93cfcbb9021e",
      "Inputs": [
        {
          "Id": "c0df7e9c64e6434d866959fb3c214bc9",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1de6d3ce64b94878b80aa08a778f790e",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d643e187c0424999a68084215b6cb690",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "d1c2c66991684680944be3dc6d6db444",
      "Inputs": [
        {
          "Id": "3dc41f3431ec4b34a44aab6b53b6c11b",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a4f0be319b5e43718b594371bf2a4a35",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bd993382757b49b581b2ff071d4d7787",
          "Name": "item2",
          "Description": "Item Index #2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dfe10b508fc849b88b82076c8c537681",
          "Name": "item3",
          "Description": "Item Index #3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ba5d1fbb7a6e48e98b793ebdea1414b5",
          "Name": "item4",
          "Description": "Item Index #4",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "22cc2ee48d8b4a76a56263721537620a",
          "Name": "item5",
          "Description": "Item Index #5",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c94625644e8b45e8b7e9ecbe38c85ea0",
          "Name": "list",
          "Description": "A list",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Makes a new list out of the given inputs"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "4040f12f6b4541aea0718d41253d9757",
      "Inputs": [
        {
          "Id": "88a461e3a113464eb0de492fecda35f2",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c0e2125ea43d43d28c6a34647b166467",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5571c66c49d742269c76fc555c25a038",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.Point,double,double,double",
      "Id": "8a39ba86669a4adc8cfc0049fff053e0",
      "Inputs": [
        {
          "Id": "f06b63c5187b41ceba81b8d749acfbd9",
          "Name": "origin",
          "Description": "Point\nDefault value : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1720f87df15140d683bba91de0f43baa",
          "Name": "width",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "40ec70126a604b3d9f2fbc1474e9577a",
          "Name": "length",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4a1ed4d215234f6abd19834fb7ebb79d",
          "Name": "height",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "257ecea3ee394b57952ea71ca3ec3b27",
          "Name": "Cuboid",
          "Description": "Cuboid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at input Point, with specified width, length, and height.\n\nCuboid.ByLengths (origin: Point = Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "15;\n20;\n10;",
      "Id": "90ad7e7bebdf4f53bc83dad53fb3a1a6",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "096d7b57846c44adb6485de3d299de3c",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4eb1b8db6faa496c8f365683a49aa331",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "65bb41cf6a494d4b9bcbfb3e606e1bea",
          "Name": "",
          "Description": "Value of expression at line 3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "1e639109271442889ace56c2c98d3f87",
      "Inputs": [
        {
          "Id": "7b340a56839848d5acb01173f80fcbae",
          "Name": "x",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0d49f5dea7744ff18ec24ada84da0e81",
          "Name": "y",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f0ea2cb95c89480cb5291a2774a358a5",
          "Name": "z",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "26553034c15f49ec8fc20623090110a1",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Point given 3 cartesian coordinates\n\nPoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-70;",
      "Id": "d936b96afe1d4c5ca0ccebb5dd639033",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "e7a5512d28c3425b9b9cd70eae3ea08f",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "height/2;",
      "Id": "7c89ad3a1e1f49419fac7bb152fb2c12",
      "Inputs": [
        {
          "Id": "67cd4949fb67487884cfdb6d186b09a4",
          "Name": "height",
          "Description": "height",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "eb8f9830dc9b43ac8bc7418367e12286",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "StartPoint;",
      "Id": "13e89ea467ac436c99d375351b297dd4",
      "Inputs": [
        {
          "Id": "7b9bccfc80d44da888f8878e00aaa54b",
          "Name": "StartPoint",
          "Description": "StartPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6eb16e53b43b49f7afaa828818227c3d",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "4ce0c2ece01d47609870e2e91fc6fb05",
      "Inputs": [
        {
          "Id": "c7adcc77228c4f32a6b2b6881ab8fa06",
          "Name": "x",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1e79ead5e7bf4e2bbce0bdbed1b73010",
          "Name": "y",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5b4579f3b4494e15ae7842fb3bfc7089",
          "Name": "z",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "51de661b1cbe4919b69891dbf9335875",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Point given 3 cartesian coordinates\n\nPoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.PolyCurve.ByJoinedCurves@Autodesk.DesignScript.Geometry.Curve[],double",
      "Id": "3b09956383304f25866ac92989cdd272",
      "Inputs": [
        {
          "Id": "f410e30430b44a2e85a6d690cca89da2",
          "Name": "curves",
          "Description": "Curves to join into polycurve\n\nCurve[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bc263310a2824304bccf9ccce99fae13",
          "Name": "joinTolerance",
          "Description": "Tolerance to determine size of gap allowed between curves to be joined\n\ndouble\nDefault value : 0.001",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c0fd08faf3de4a238cb9410eb36d429b",
          "Name": "PolyCurve",
          "Description": "PolyCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Make PolyCurve by joining curves. Flips curve as needed for connectivity. Choose a preferred join tolerance between 1e-6 and 1e-3 units.\n\nPolyCurve.ByJoinedCurves (curves: Curve[], joinTolerance: double = 0.001): PolyCurve"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "d24d4ae8-2aeb-4a9f-8b1d-c6bcb42ded02",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "5904719f2910498d9a5197ddc4dc9259",
      "Inputs": [
        {
          "Id": "d3a7d17ef63949eba1420a3b1def82d0",
          "Name": "geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4fc8f5362d7f44f3ac2dc75b7a7e8671",
          "Name": "zTranslation",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fe5168562570426592b91bed0845185b",
          "Name": "w",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7b9389fd890d4f93a970891bffd78a8f",
          "Name": "test",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6f0eec13a29f45d39e5b2fd5f22cc879",
          "Name": "MaxLength",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "38b4af72e1554c4fb696719fe744136e",
          "Name": "MaxPanelWidth",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6fb9c8b0533f432d955d8e9937a2b398",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0b86e01680bd4a7c93f72adb95515ce3",
          "Name": "degrees",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "38e9a76fcdad489d8014b98b8229c72e",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c3e48ba4e9c34e929b6adcec87ca767c",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a14fee9dde1143c8be69357bda768dfa",
          "Name": "Geometry",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "da1efe50379245ec89e49749d8e143d0",
          "Name": "angle",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ce6250e3b66b4627b256f79563b4eac5",
          "Name": "list",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d787f98b7b0946ce845f56a80143c22d",
          "Name": "TrackGeometryCurves",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 2.5,
      "MinimumValue": 1.5,
      "StepValue": 0.1,
      "InputValue": 2.3,
      "Id": "ecf51ce079dc483486e24abb6b337f39",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "7cb6f5a6fcb4429fb545d5a4c6ca194e",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 2.0,
      "MinimumValue": 1.5,
      "StepValue": 0.05,
      "InputValue": 1.7,
      "Id": "f427e1b8f3b742798877149302e27695",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "4c24fb50462c4233a69d0c541ccb475e",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 20.0,
      "MinimumValue": 15.0,
      "StepValue": 1.0,
      "InputValue": 15.0,
      "Id": "87153c179df140d6abdcbcfa86619606",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "1062e257efd34675b78f1c35d0071c59",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 4.0,
      "MinimumValue": 2.0,
      "StepValue": 0.1,
      "InputValue": 2.6,
      "Id": "a3073ece8f5b49ce9e38471736f4da28",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "1bf85f8f5b4045dbbb9445b178787069",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-50;",
      "Id": "58431e6229644e69b303c5300b0a0746",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "533fd3b15f4b49168c86fab6592088b6",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "20;",
      "Id": "1b62925c75094193a3d5921833e6a103",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3c30c9a3693d40c390bc94485acbe30a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "2;",
      "Id": "bdfe60cb6ca84c139f1499153223a275",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "aa3dff5064854c81a6a80244c601018f",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "e6d258f25c684856a427a29cd3ade6da",
      "Inputs": [
        {
          "Id": "a0c79f159bec4a00a18152b94c97645c",
          "Name": "x",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ab65a7ad75374051a704a8e939cb273c",
          "Name": "y",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4d8e61aeb7fb464ab823b61410a66091",
          "Name": "z",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ef2c0638d25745d58e50cf7a8de46388",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Point given 3 cartesian coordinates\n\nPoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Point"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 360.0,
      "MinimumValue": 0.0,
      "StepValue": 1.0,
      "InputValue": 0.0,
      "Id": "b086e7d7c2fc43f6aaa1e9f29740676f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "ca954b51f3794c2fba411aeb649cacf6",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-height;",
      "Id": "f1edf4288d3f47879fe3026c0edc64a7",
      "Inputs": [
        {
          "Id": "58ba66040b754139b5e8507e47f98334",
          "Name": "height",
          "Description": "height",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ba3f11f7fc414fc6a3d2f5ec1f87dffd",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
      "NodeType": "BooleanInputNode",
      "InputValue": true,
      "Id": "02a019d03fd34103b33369b9bd68b543",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f9e8f427c15a4d7abef94ab84e92dc0e",
          "Name": "",
          "Description": "Boolean",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Auswahl zwischen True und False"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.1;",
      "Id": "4e1fea7d6c8c4866a644d5179133eab9",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5649ef8a8ee94b8dbc2bd1209f616c3b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.1;",
      "Id": "9927cb1bcf874d3aa3d0052a76ddaa2f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "975aeb3164364f07b7b274d074f66b55",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 100.0,
      "MinimumValue": 0.0,
      "StepValue": 0.1,
      "InputValue": 33.1,
      "Id": "3eebdc6705524a6eb42af9c0f6f2788c",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "906327b4376e49acb184832fdc7c5d85",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 100.0,
      "MinimumValue": 0.0,
      "StepValue": 0.1,
      "InputValue": 21.9,
      "Id": "c09873dfb70b4cfc84fd3b150972560f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "6a45bec21854475682cc0af2167f3d7b",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "421cf94a46cb466bb628b77f2b9492fd",
      "Inputs": [
        {
          "Id": "b95dc33d9f0c43e785efc9ee84bf3ef6",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c5ea2030582e45508158ff591069f66e",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "c637e1e2e53b48d1b94a6a8c031fbe79",
      "Inputs": [
        {
          "Id": "988c289b5635437bbd0f8ccab4bbb144",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fb936eb3d0f94e3c9dbec73b9c0a1e90",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "189910be58be4e74a43d4cc579396283",
      "Inputs": [
        {
          "Id": "69d45bf7083944f78635706f1b7c90d5",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9aeeec5b5b2c48ddac7ba7f9b7087552",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Point\n\nPoint.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "StartPoint;",
      "Id": "de401d2f7eb549d7b70e01d414120719",
      "Inputs": [
        {
          "Id": "24eab7a6dfcd47a2963f552a3ad3eb3a",
          "Name": "StartPoint",
          "Description": "StartPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6b3fe313870e4ed7b1899f65e74e71e0",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 100.0,
      "MinimumValue": 5.0,
      "StepValue": 1.0,
      "InputValue": 67.0,
      "Id": "22bffd9aa711419d84ea3bebe380bf82",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3c17aa3f68c045ed8acaf2b654845610",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 100.0,
      "MinimumValue": 5.0,
      "StepValue": 1.0,
      "InputValue": 67.0,
      "Id": "748ac958dd0943469fd172b43db44375",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "2a4c42d728414871b855e1c344daa9ac",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "297a42cdc0c14a12a221827a0a6a9f51",
      "Inputs": [
        {
          "Id": "e81b55228b9249aa9209098613e0bc4a",
          "Name": "",
          "Description": "Auszuwertender Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b36f0611dccf4853b0b48a47c4700b28",
          "Name": "",
          "Description": "Inhalt beobachten",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualisierung der Ausgabe des Blocks"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "0364b0b49a814b3e8dec132be134ca37",
      "Inputs": [
        {
          "Id": "5c0e36d7253e47f29a6c9e48491c005b",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f756c803a44e4075a59e8088ff1f8ae5",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "EndPointOfClimb;",
      "Id": "bd56eb3ce98b453a883a1171ec3bb321",
      "Inputs": [
        {
          "Id": "65a4d64a64274ec2b73ea9265ed3afe4",
          "Name": "EndPointOfClimb",
          "Description": "EndPointOfClimb",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1548315dfd9742f0a74a1241a5be1e1c",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 100.0,
      "MinimumValue": 0.0,
      "StepValue": 0.1,
      "InputValue": 6.8,
      "Id": "ec7f577d0d134216920e82882db6fcfa",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "812c1e3a26d04363bd5d3cb2b5c9208e",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 100.0,
      "MinimumValue": 0.0,
      "StepValue": 0.1,
      "InputValue": 45.0,
      "Id": "7722916301c741ca854d9b84848eb230",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "c0c9e7a706ae405f9bb5b2d23227c1a1",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "18d93eac731d4ee186d1962b8ce6b745",
      "Inputs": [
        {
          "Id": "fd70dc602d9c48049c4b393404e49a98",
          "Name": "test",
          "Description": "Testblock",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "de455f3dd8034d7b8ff8886422ed05f0",
          "Name": "true",
          "Description": "true-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0f22838e3a814dce9a6c218a40685993",
          "Name": "false",
          "Description": "false-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bab941b845904c26a7a778a974c068ba",
          "Name": "result",
          "Description": "Ergebnis",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Bedingungsanweisung"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
      "NodeType": "BooleanInputNode",
      "InputValue": true,
      "Id": "294fcbc33e0a4e6f8aaeaa07520662fa",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "1b3dbc7d5d7146948d9c49a89ef999ce",
          "Name": "",
          "Description": "Boolean",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Auswahl zwischen True und False"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "f28896aac8de420aac8df7b8732281ae",
      "Inputs": [
        {
          "Id": "78070c2ab28045e78b21a057e6c8faf9",
          "Name": "test",
          "Description": "Testblock",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e6d5eeab3dfc4ed2b3a722974caac9c5",
          "Name": "true",
          "Description": "true-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ac7de9bddf8b43fe80109d4e7ddf52ea",
          "Name": "false",
          "Description": "false-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "70a709d797e24b39aa0fcfd336708823",
          "Name": "result",
          "Description": "Ergebnis",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Bedingungsanweisung"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
      "NodeType": "BooleanInputNode",
      "InputValue": false,
      "Id": "234d43d4b136403284c205a0904eabfb",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "70e4e8514c634e08876e028b5f48aa57",
          "Name": "",
          "Description": "Boolean",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Auswahl zwischen True und False"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "CamelbackClimb;",
      "Id": "75ce3ae5d1db4049be9dd391154cbfac",
      "Inputs": [
        {
          "Id": "448d4030743f491f9571e80d3c825047",
          "Name": "CamelbackClimb",
          "Description": "CamelbackClimb",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d622fd77ab824861a419d5a655a84fa7",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "CamelbackDescent;",
      "Id": "c8ba4116c3a9441b8ac459cfb8b7c7f9",
      "Inputs": [
        {
          "Id": "f2fb68c20dfd408a92822ea509fef14a",
          "Name": "CamelbackDescent",
          "Description": "CamelbackDescent",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "eaa271539388456682ef2a70113ad40f",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "<=@var[]..[],var[]..[]",
      "Id": "2c33e88b0be04bb88964fb1aa2c7dd27",
      "Inputs": [
        {
          "Id": "f23334e847dc42e594bd79cc92d4e3de",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5619435cfe7b4207a312116852086d57",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8341f33ea63e4e12843ada50ef6a8734",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "x less or equals y?\n\n<= (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "90;",
      "Id": "6a7678a1b6e34a9b9acbbac1804c33cd",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "65022ed846e74ba594350605067dfd53",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "8bcd5cb6c1e44bf3b3c320d31a166e17",
      "Inputs": [
        {
          "Id": "2d992f5711894489962b8c2893f4eb03",
          "Name": "test",
          "Description": "Testblock",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ecb6408c4b9b4195933bf4e3821c41cd",
          "Name": "true",
          "Description": "true-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "feed445d4df84e858c2ac46acdfb2453",
          "Name": "false",
          "Description": "false-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "51312c5c4f5f4def96ab64b027a1e296",
          "Name": "result",
          "Description": "Ergebnis",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Bedingungsanweisung"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "90;",
      "Id": "33d8fc7e173f46ceabaf0bb4309aa4f9",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "2a5768f2908a42e5bcfd01c5701d331a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "<=@var[]..[],var[]..[]",
      "Id": "e871da35a07a4707b01d5ff6e1051b91",
      "Inputs": [
        {
          "Id": "34575aae5d634144acd743b677677dd9",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3d42933a14254d84b8c48bb7125fba98",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4577190a72744ca380920d9e3af2aa8d",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "x less or equals y?\n\n<= (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "2f43a3b70b294ab09a525ec08b8738c5",
      "Inputs": [
        {
          "Id": "9ad16875345b42eeb06fa1821206a90d",
          "Name": "test",
          "Description": "Testblock",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c1b1f956cb5b48a29706cdb15a76d0fe",
          "Name": "true",
          "Description": "true-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "57b9839a96734263b8debc37c282cb02",
          "Name": "false",
          "Description": "false-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3bdc5eed9adc4f2fa58afadcf9fca5e7",
          "Name": "result",
          "Description": "Ergebnis",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Bedingungsanweisung"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "b9c886ca87164c4591831a9fcda09c4e",
      "Inputs": [
        {
          "Id": "f756f1c8008d40d3abdc489d7727d85f",
          "Name": "",
          "Description": "Auszuwertender Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8d4e7dc7d96d45aeaed43533c283c0e9",
          "Name": "",
          "Description": "Inhalt beobachten",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualisierung der Ausgabe des Blocks"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "107880d3-63b2-482f-861f-64d139db2b79",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "ddbfe641151246c79851ffb7ec1981ef",
      "Inputs": [
        {
          "Id": "299f088ae55749e4883719dbd68c4421",
          "Name": "nPts",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "684b99f168ca48089a741b8c17fa34ca",
          "Name": "height",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2e15d7a0207b445ab9c462b9b4bbf9ab",
          "Name": "HLength",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "48bcca597d1c4231aaee04848f952074",
          "Name": "z",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "900f792840f94e22be550aeed3b5601b",
          "Name": "x",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2e7d9af71a7c40d2965cdc45b39a9194",
          "Name": "y",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4fd9c36c7c424e94ba1daf2c464a64f6",
          "Name": "nPts",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "af0c8d0907a2426cb16eccf960701242",
          "Name": "HLength2",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7efbf31a9529402a899bf53c21c8abf4",
          "Name": "height",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b94ea3bca553422ebb5bddb450196fa7",
          "Name": "0>",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "02fba7dc39434867ba51755453fede48",
          "Name": "1>",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "30db5b3bac6d462fa59aaa3995550db1",
          "Name": "Geometry0",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "889d2808f6434de3bfad60e44663e0b1",
          "Name": "2>",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3a175a976840463f91dc1018fb22b3c8",
          "Name": "3>",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ca3a14c3788b41ae970d1597f7888b88",
          "Name": "Geometry1",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "AngleOfLoop;",
      "Id": "3a428dd06ae5460bb06d2eea5ecaaa4d",
      "Inputs": [
        {
          "Id": "6824e193bbd145358575515b2a8e5948",
          "Name": "AngleOfLoop",
          "Description": "AngleOfLoop",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f592be456b234738a211970279733838",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ZAxis",
      "Id": "bfe3fe190f6d4d69b6e17da43b043f2e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "8d2d602a5d0c43bc9513124c21d7057b",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical Z axis Vector (0,0,1)\n\nVector.ZAxis ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Rotate@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "542b9c28d1a740fa8906e25d33d83576",
      "Inputs": [
        {
          "Id": "bb13536ce93f4f3da943e8f62afb7111",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "82c9c07264914782a3e9759213b3bcd3",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4c6f697fe1b9484295899011b0dd6f78",
          "Name": "axis",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1f3412e1270349a5b77e1974f865a4b9",
          "Name": "degrees",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "645e7b92ef1d43d48021bef17c2f6202",
          "Name": "Geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Rotates an object around an origin and an axis by a specified degree\n\nGeometry.Rotate (origin: Point, axis: Vector, degrees: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.StartPoint",
      "Id": "60be3ddca9be4b2eb45009d0cd28d6a9",
      "Inputs": [
        {
          "Id": "372bd38867e74530a28123c7586233f5",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7fe24dc75c4c4e8c803418b585ca3adb",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the start Point along the Curve\n\nCurve.StartPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Reverse@var[]..[]",
      "Id": "4f6ad4ef1aa34243b457db1e19223a44",
      "Inputs": [
        {
          "Id": "b6c12eab0f034de0b14ea1c3ea8e294f",
          "Name": "list",
          "Description": "List to be reversed.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7e0e7d22c6c345478134d1514f673602",
          "Name": "list",
          "Description": "New list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a new list containing the items of the given list but in reverse order.\n\nList.Reverse (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FirstItem@var[]..[]",
      "Id": "41bce52d60594c929a426a616a578427",
      "Inputs": [
        {
          "Id": "9216a42cd92741a793b6d794a2bd502a",
          "Name": "list",
          "Description": "List to get the first item from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "94c27288c3cb49fa81880c6d12158a84",
          "Name": "item",
          "Description": "First item in the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
      "NodeType": "BooleanInputNode",
      "InputValue": true,
      "Id": "31e440a6696e499381536ca897ea605c",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "05981845acb14b31bc256ace62a3c0d6",
          "Name": "",
          "Description": "Boolean",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Auswahl zwischen True und False"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "angle;",
      "Id": "2bc5dd5e6cf1462f9cb613bee61767d0",
      "Inputs": [
        {
          "Id": "e662f23c2b0e47a7b222e6f04f8615ca",
          "Name": "angle",
          "Description": "angle",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b301de7749ef49a4b42a2833d808f7f8",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "68bacdc7f8844a9e9db36f8b8dbc0396",
      "Inputs": [
        {
          "Id": "a5d5680fb9754e27af322b4372540b60",
          "Name": "test",
          "Description": "Testblock",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2b7674cb63754154aa0295ce3a766a4a",
          "Name": "true",
          "Description": "true-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b9fba61ccc7d498b82939da48baf7878",
          "Name": "false",
          "Description": "false-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ac10b8f59a9b4aacb0f8c51bbcdca6d5",
          "Name": "result",
          "Description": "Ergebnis",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Bedingungsanweisung"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "angle-90;",
      "Id": "b618867da2c84e95808b05771a381749",
      "Inputs": [
        {
          "Id": "184229a68e514aa3b3fb358e501e09c7",
          "Name": "angle",
          "Description": "angle",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c7b68d4e207443b584bd013080120f4a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "daed870544b24b39ab83c4d10d76d0df",
      "Inputs": [
        {
          "Id": "6f4d6ff615f24ce39aef161be4f9d139",
          "Name": "item0",
          "Description": "Elementindex #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fca7ff66fa51446f94e61f278111b643",
          "Name": "item1",
          "Description": "Elementindex #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b759e4e4c481406a8ab4dba2eba6bea3",
          "Name": "list",
          "Description": "Eine Liste",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Erstellt eine neue Liste aus den angegebenen Eingaben."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "EndPointOfDescent;",
      "Id": "37ebc28406984280ba4fbe6d6defbacd",
      "Inputs": [
        {
          "Id": "bc819c6c442640a0923a56af73a89639",
          "Name": "EndPointOfDescent",
          "Description": "EndPointOfDescent",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "132a99fe0a444ef8b21b03bc9c2cde76",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "curveCamelback;",
      "Id": "086fec7015894fb4a9e4a5cc40207a6a",
      "Inputs": [
        {
          "Id": "8b3f9c30a3d44387a620ccdb9aa40871",
          "Name": "curveCamelback",
          "Description": "curveCamelback",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "60bab3342ab642ec93ac7ace87286efa",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "83d7c1da62944f7194219bdc2faf0b15",
      "Inputs": [
        {
          "Id": "a6a2edfe778a4676a7255c335c5b2c4e",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "515f6200011e46419475686f3876d27e",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "TrackCamelback;",
      "Id": "935cbc14355d4d5497dde0abdc7fcfae",
      "Inputs": [
        {
          "Id": "ef5af3a55f214971bcdcfdaa5090e6a6",
          "Name": "TrackCamelback",
          "Description": "TrackCamelback",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b96704ab763d4222be69d167e847074e",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "8d03d745f9894b36898f909ac6266c77",
      "Inputs": [
        {
          "Id": "37abd333af6c40f4ac445a642e9e3c55",
          "Name": "x",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d7071f0e522d4c439316c9b9f684e573",
          "Name": "y",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "be7dd0ea98bb46338abe6b97af3a65a2",
          "Name": "z",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "20530c7bc90f4f9da9fc67187d03ba6d",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Point given 3 cartesian coordinates\n\nPoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "983d9c97a0ab49999cdc7795e6f675e1",
      "Inputs": [
        {
          "Id": "730b0912e91f41a4a949f4f1e05695eb",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f42aed41c3964c4ba7e4629b92c46b9b",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "fa2bbb9e5142428ca678477e0851c3de",
      "Inputs": [
        {
          "Id": "61d0114a241c46ae9be4629395ae34a6",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3c3d5838339c47ed93d426f012c296e6",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "58adc26cd32e481398ceb93e35bfcc55",
      "Inputs": [
        {
          "Id": "a75ff217836445f888787aa794fc9deb",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "db257adf15c14f88a47891e8f06d7c67",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Point\n\nPoint.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "+@var[]..[],var[]..[]",
      "Id": "f89a221ab36249918479beb45114c7f5",
      "Inputs": [
        {
          "Id": "e7d8eae09a4e44908229fb8b8000aa2f",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "99db40c303d143f1b1e8f0e74cb20675",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d84aa78455884dcd9aaac7cd716b4347",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Adds x to y.\n\n+ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Arc.ByCenterPointRadiusAngle@Autodesk.DesignScript.Geometry.Point,double,double,double,Autodesk.DesignScript.Geometry.Vector",
      "Id": "affd7187d3f44c238c00c969db024b5c",
      "Inputs": [
        {
          "Id": "a76f47797cb34f02b9f9d4c0fc60bb7f",
          "Name": "center",
          "Description": "The center of the arc\n\nPoint\nDefault value : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5d4f5641e684448ba3af1e3a0b4d71c7",
          "Name": "radius",
          "Description": "Radius of the arc\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "79c00c6f046442a3ab3385d5d73b1a0b",
          "Name": "startAngle",
          "Description": "Start angle in degrees\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "798f699fabe44735a91f25dc0d0cbc80",
          "Name": "endAngle",
          "Description": "End angle in degrees\n\ndouble\nDefault value : 90",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4c1f3a744fba46718097ba80932ad02b",
          "Name": "normal",
          "Description": "A vector defining the normal of the arc\n\nVector\nDefault value : Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 1)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f210ff81b56941f3bd8d03b632e82300",
          "Name": "Arc",
          "Description": "An Arc",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create an arc by providing it's center point, radius, angle sweep, and normal vector\n\nArc.ByCenterPointRadiusAngle (center: Point = Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0), radius: double = 1, startAngle: double = 0, endAngle: double = 90, normal: Vector = Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 1)): Arc"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0;",
      "Id": "9771344c7fb24119a9c08320cffcc997",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "4cc898bc2e724c5492d132259507f86b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "90;",
      "Id": "12f58ff3e66f4bf189d39b202c178b9f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "e9e70e13d246414db1c896381ab0a689",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "f1353f9444344ccca86f5611a8bb8a5e",
      "Inputs": [
        {
          "Id": "7272a19f78d148b98a66aebd246f3b16",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "380c196b239441f299ec0c844545958c",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.StartPoint",
      "Id": "b1e6f277683e4942b998122a25274396",
      "Inputs": [
        {
          "Id": "5cc8dc3aacba453e86eda8c053da6784",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b3798ecd8112485396507261d03a22aa",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the start Point along the Curve\n\nCurve.StartPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "LastPartGeometryTrack;",
      "Id": "6905ee9e73954b4a9f770676b839f4b2",
      "Inputs": [
        {
          "Id": "680785360d5c4710b6262b691a1f9293",
          "Name": "LastPartGeometryTrack",
          "Description": "LastPartGeometryTrack",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3bda165fae4447569a8edc7e84cf16b6",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "CurveGeometryTrack;",
      "Id": "91ec94461eaf4328bdb640bf84925ed6",
      "Inputs": [
        {
          "Id": "19e79836af224d41b2b64a265f6b5c48",
          "Name": "CurveGeometryTrack",
          "Description": "CurveGeometryTrack",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3f277649aff3415f953dd198b34812ba",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "FirstCamelback;",
      "Id": "3a29f6678bf348289ec4f79c4e4b2e3e",
      "Inputs": [
        {
          "Id": "82091b9b31be457e84f2fe7a7e30bcaf",
          "Name": "FirstCamelback",
          "Description": "FirstCamelback",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5bea6634ab844114803b1d7119d5e07e",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "SecondCamelback;",
      "Id": "047f0329bb39491594942288ddd65548",
      "Inputs": [
        {
          "Id": "664ef385d30d4707868e763a5a9a8515",
          "Name": "SecondCamelback",
          "Description": "SecondCamelback",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b4392ce9e2bd48fba0bab563ca68a77a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "FirstLoop;",
      "Id": "6f872fd12fb845fe8844abc8ded5239f",
      "Inputs": [
        {
          "Id": "5dcfec8a25284c209e12628d86c58ba4",
          "Name": "FirstLoop",
          "Description": "FirstLoop",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6d44d1ab641a422ab85cda00e981dbf0",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "57902fb4-db3f-4d4c-92fd-805cbba7b7cc",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "64e39d30124745ce8b4102b35d7836e4",
      "Inputs": [
        {
          "Id": "10b8fe2196e74c4d84251288660f2e63",
          "Name": "geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8fbceca9803547ac8334388fd4d4b8d3",
          "Name": "w",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6bf120f79d4d49788e798faa4a49d58f",
          "Name": "height",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0b75da3a78d0495ca8ba0d0abf1c1015",
          "Name": "MaxLength",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dd71abfb5e47400b888a985fc724aea1",
          "Name": "MaxPanelWidth",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c745abd0699f49669dbc8f72fc70dc21",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "74eaac9fe06045bcaa7407827b827ded",
          "Name": "degrees",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "af71de78bd754d0ba67a029d3a9d0e2b",
          "Name": "GeometryTrack",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "99249339105b484dabaf7de766f7b035",
          "Name": "GeometryCurve",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2af87030150b40e19a7b82d796c7b60d",
          "Name": "GeometryTrackPipes",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "CurvesTrack;",
      "Id": "196a5b48e2b34f4da6e25b5594f2877c",
      "Inputs": [
        {
          "Id": "dfa5270a2a3249bcb1056582b786a9ef",
          "Name": "CurvesTrack",
          "Description": "CurvesTrack",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2cc72821636e4130aad14c173558fcd1",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointDirectionLength@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "ca5adbaae989434b877a88839b0a24f5",
      "Inputs": [
        {
          "Id": "1fe68080278e43258d0b580793396b6b",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5cb27a886f13460f864ce37b4e7fb765",
          "Name": "direction",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e5e5e1a5be1e4491969c59d47349be1d",
          "Name": "length",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f338a25a23094f8c82464b3ea39a4f43",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a straight Line starting at start Point, extending in Vector direction by specified length.\n\nLine.ByStartPointDirectionLength (startPoint: Point, direction: Vector, length: double = 1): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.XAxis",
      "Id": "49f4da332506450080d36662a442d174",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "e32f1011b7584f409e3a2ddd41eb682c",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical X axis Vector (1,0,0)\n\nVector.XAxis ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "20;",
      "Id": "6acfd26477224513bc9ca6ba92a2a80e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "d9e456cc10614cb8b96b58a87f699861",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "83698aff49c9412fad4e4dfbb96a2015",
      "Inputs": [
        {
          "Id": "556449061be74e29bf1051d338842f3b",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "04992523dc15489faaee5cfa63ec9e61",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "7607632638084cc8941f0e9d42d22f42",
      "Inputs": [
        {
          "Id": "74eac5ad0a0f498e9bd1c37c0eaea032",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "775273502b134771a19b8c136288392d",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "560e68c50ab44c32969f3dfdf73ce4a5",
      "Inputs": [
        {
          "Id": "1dcc77f605f0479db38004b5729a3811",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "34a9fbf5dbbe4bf1ae73c033b3e1db02",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "f68062da761d42a59e0d6beb382b8ab2",
      "Inputs": [
        {
          "Id": "18479197c3b948d692c80c63360a2172",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ebb825884fa8424a849f250802bd8cab",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Point\n\nPoint.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0;",
      "Id": "ef9d77119c4b453c8df7dde59202506d",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "45ba39d8f60247139fe6195d7fe68b1d",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "8fbee1bd1eb64cbf910d5223bdff4498",
      "Inputs": [
        {
          "Id": "ba234deb6fdf4294acd46de4ce40f4d6",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "28fca45acb8647da8c26d6143ac3c7f8",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "aeec4d9f50ad47b58237d8d5e7172eb1",
      "Inputs": [
        {
          "Id": "631ab624b77d4b438cb49f81c7ae4185",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "20f9fd4697b64a9fa0fb8e14583c17f2",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 12.0,
      "MinimumValue": 6.0,
      "StepValue": 0.5,
      "InputValue": 10.0,
      "Id": "c4f2fb7fbb244199a7a4ea98832ab1ad",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "e7dbf96794df43dc9c90f4f477ffe7c7",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
      "Id": "5db4288e87424705ad39346fb97075af",
      "Inputs": [
        {
          "Id": "d82bd45d514745afaee5790a69f06eb3",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8bda4e0dd1c0448488fa122da018af61",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "66d1a480b88d405ba37f6488ddbd1924",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6377248946854432bdb26f1285b40504",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "290df0812a1d44d09939edc9a316b942",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "xValueCamel-xValueArc;\nyValueCamel-yValueArc;",
      "Id": "8153501da81d45ee959aac857080fb40",
      "Inputs": [
        {
          "Id": "069a1c0358174bfc98ea029e99a94ed0",
          "Name": "xValueCamel",
          "Description": "xValueCamel",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a7ffa607fad845c383fed0a18bc3f22d",
          "Name": "xValueArc",
          "Description": "xValueArc",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1e3656f7afc942b18ed5043ab3b57793",
          "Name": "yValueCamel",
          "Description": "yValueCamel",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5af0d13da5b44ad79a69f3a97644755f",
          "Name": "yValueArc",
          "Description": "yValueArc",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6dfb69b7db6f40feb06e2ec2b0ba9833",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2175b25512ea4cf89057b8d8476b180d",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "d24d4ae8-2aeb-4a9f-8b1d-c6bcb42ded02",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "24af3dbbbded4ef69fdcad2af47f62b3",
      "Inputs": [
        {
          "Id": "bc01fcf2b26f476a9a42e64480cea0c9",
          "Name": "geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cd25231f6a794e698c416bd9e869a7c8",
          "Name": "zTranslation",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "533d76be17984b069f3c8863921af383",
          "Name": "w",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "39fdd1eccb9745f38de4470924e6c727",
          "Name": "test",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "26dc3483afa54483a85f89ebd425a519",
          "Name": "MaxLength",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e126cfc6e33f4033a81e5350a5d44f9f",
          "Name": "MaxPanelWidth",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bef88a63570a44aeb3f452e3035a6f10",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4c64ea4b30f740c9992a097c5e95e3c4",
          "Name": "degrees",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d879c0ef86d340e18fa3730a5ddb9878",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "957c77720d864a6e872e2013c04fba4a",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2d78bcfcffe44bd780f367ddf057a524",
          "Name": "Geometry",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "efc84e7f463c49d1a9be82bc5025f2b6",
          "Name": "angle",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e8ad4d6ca7e64eae8f86137a04381f27",
          "Name": "list",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9494f83738cc4ed2aa210edb6061089b",
          "Name": "TrackGeometryCurves",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "8e8b4b58338547d193aa4abb3ef046cc",
      "Inputs": [
        {
          "Id": "330fdb75044f49b29d956353c40c2b2b",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bdfb4bd59ba64e8196ea87bf82964c52",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.StartPoint",
      "Id": "f494ce80553345a49312480b6b2715a0",
      "Inputs": [
        {
          "Id": "90b4eadf5a0646ffa40098d185d566d0",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "587cd33237f14c1e80060d519c3887cf",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the start Point along the Curve\n\nCurve.StartPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.YAxis",
      "Id": "297c2b4c06e545cb826b537927967457",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "850abdd8c307451e9e9630b74787241e",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical Y axis Vector (0,1,0)\n\nVector.YAxis ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "15;",
      "Id": "80c9f4d19dd14768bd8176e46091e5f2",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "9a62e7d536524084ab06d90eec899055",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ByCoordinates@double,double,double",
      "Id": "7da97453354b4700a8051b72b65b45a5",
      "Inputs": [
        {
          "Id": "02a75b0378d842b1be6caa8b35f685ad",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c3db829a26c94466aaceac6efcb73206",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "12543752003b42d088859092136eaa3f",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "10a6d3a008d846919ff37f75ff686db9",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Vector by 3 Euclidean coordinates\n\nVector.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.X",
      "Id": "d81857a3bb1a478088c15a081847dfb8",
      "Inputs": [
        {
          "Id": "d41f52c90780481a9643e3c357e8f03d",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5cb05f5debee49389af4bea06c7874c3",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Vector\n\nVector.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.Y",
      "Id": "d0752e635c814a259d0c2e406efd9ce0",
      "Inputs": [
        {
          "Id": "7ccbda01d436449ebb89b7ea85f3cedd",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "345774b67247444bb5f9b55ba5537bfa",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Vector\n\nVector.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.Z",
      "Id": "e744e92840804cd78117bd01193fa076",
      "Inputs": [
        {
          "Id": "75d8422183de418ba750729ea3ad6c82",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7880bb601e804a80b48d2ee2d24b01b8",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Vector\n\nVector.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-1*yDirection;",
      "Id": "eb9c30660075484c8f6070c9089a6906",
      "Inputs": [
        {
          "Id": "dc65a2db980846c69610c74e32f0ff44",
          "Name": "yDirection",
          "Description": "yDirection",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "df15ed10bfa44937ba4b997eb53e8d8c",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointDirectionLength@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "13a66e691d5c4b25ba41b595703cded1",
      "Inputs": [
        {
          "Id": "6ac1fb5e2f6e43918aaed246001ef4eb",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c4f8a41cf5e34f51ae489d365fb9514a",
          "Name": "direction",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "443955d154da4065bd585c30bdfe9bfb",
          "Name": "length",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5042625263224e398efc575afebb0cf6",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a straight Line starting at start Point, extending in Vector direction by specified length.\n\nLine.ByStartPointDirectionLength (startPoint: Point, direction: Vector, length: double = 1): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "d24d4ae8-2aeb-4a9f-8b1d-c6bcb42ded02",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "8faec9996c904336b5bc7aa44622a804",
      "Inputs": [
        {
          "Id": "9513f2cd7950421093fd724291e89443",
          "Name": "geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "81baedcac2bd4a6aa2fc0876df65635e",
          "Name": "zTranslation",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "732bc80b01194befa32a2bc2d4fd32c5",
          "Name": "w",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8f61e7da663e437d82e60e146a64d321",
          "Name": "test",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cddac83b46784ea0804b2700072ef444",
          "Name": "MaxLength",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "de1db8f8cb6d45c485b7f5b1f302cef6",
          "Name": "MaxPanelWidth",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c514adbfed5b4f4b9736d0ffb04ee4a7",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cae14dc3183245f69bb0cd0a7ef0665f",
          "Name": "degrees",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d5bd3cf0594a480098c4abc837fdad58",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6ee47801257a4ca5b2602f8e5468a332",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dbbcaebd5c8e4dddada5de12a37aad8d",
          "Name": "Geometry",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "36ba34f194f54b5c881f7dd81e763277",
          "Name": "angle",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0faaeee3ab5d4fee9c574b19375648ce",
          "Name": "list",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2cf752bf9a954f0091ccd6a06d0cf01e",
          "Name": "TrackGeometryCurves",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "dd10a0bc2b75462988fc88140566939d",
      "Inputs": [
        {
          "Id": "93f934d403754882a96dcfa0cdee5256",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8c37dfce9dc64d3ea677a9a3c1e44eb4",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "bbaee807ab2b47a1b6060b5ade8411e0",
      "Inputs": [
        {
          "Id": "d6cd1dd0975c4366ad5d42b6a4b52860",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cdd31d4d8fab4beb9502e2c02f25758b",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "c7f6130429c941c6a72572721c629fb7",
      "Inputs": [
        {
          "Id": "ed3c3499a579432581a7e8c4fa81e752",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d850e653be6b42349cc096a6bb41d15e",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "75af4b25cbbe4961a09ac435edc6c5f6",
      "Inputs": [
        {
          "Id": "c41f795dd2684702b2b0414f6a3a65b6",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2a9db3c833bf460b82098c6687787506",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Point\n\nPoint.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "+@var[]..[],var[]..[]",
      "Id": "a05e19e99e1145fe821361c1a6f1b39d",
      "Inputs": [
        {
          "Id": "35bb1098f11745718d30d56686a03bc8",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0bf4b884eb1b4215ad337d3bb8e96151",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8258e3bfc5af4b969d1ba715c5343a6d",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Adds x to y.\n\n+ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 12.0,
      "MinimumValue": 6.0,
      "StepValue": 0.5,
      "InputValue": 10.0,
      "Id": "b11907042c6d458d8246cbc776b104b0",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "fda5f184ae2b42a181e5d033a8af7b54",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 1.0,
      "MinimumValue": 0.0,
      "StepValue": 0.1,
      "InputValue": 0.5,
      "Id": "cec96b91b27f43eeb521d083fdbd93d2",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "63a3b541889448b0b680d2a6cdbd085a",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "e36228c60d7340c7b8c2a63346eb0726",
      "Inputs": [
        {
          "Id": "670b6ffddb7e497b9f0650f668ad9c66",
          "Name": "x",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7fbea383f6e44845a90c0ecceb4009b8",
          "Name": "y",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b54f0ba1b0d645be918c7b7242a119aa",
          "Name": "z",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c25ce089d82749d48a2df8c54a3a8fb7",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Point given 3 cartesian coordinates\n\nPoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Arc.ByCenterPointRadiusAngle@Autodesk.DesignScript.Geometry.Point,double,double,double,Autodesk.DesignScript.Geometry.Vector",
      "Id": "11a680ff0dea459eb96358051193d162",
      "Inputs": [
        {
          "Id": "a6ec42f0629640108a7dd95ed9178b60",
          "Name": "center",
          "Description": "The center of the arc\n\nPoint\nDefault value : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "03de1da95e7b475299b49e4c7f86f1a0",
          "Name": "radius",
          "Description": "Radius of the arc\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f1570ec461264332aa07c688c86319ce",
          "Name": "startAngle",
          "Description": "Start angle in degrees\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c22d125c28bf4a70b5b07ebcc9e9a941",
          "Name": "endAngle",
          "Description": "End angle in degrees\n\ndouble\nDefault value : 90",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1cb2b8d2ccb8460f886d414c887d40ad",
          "Name": "normal",
          "Description": "A vector defining the normal of the arc\n\nVector\nDefault value : Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 1)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a6be4c2bc04f46c987408b29346bdedd",
          "Name": "Arc",
          "Description": "An Arc",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create an arc by providing it's center point, radius, angle sweep, and normal vector\n\nArc.ByCenterPointRadiusAngle (center: Point = Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0), radius: double = 1, startAngle: double = 0, endAngle: double = 90, normal: Vector = Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 1)): Arc"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "270;",
      "Id": "9e130dbe59c14b73a718c3c8db81a7ef",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "720251f418a24183a545d8f654911d9b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "360;",
      "Id": "b7e7e7cf3d654ce39e1ce5319667c8b3",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "6d977a6f9fe549e39bda8cd3204af5e3",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "88fe6fbd004249c4b4a8d86c63e73d1d",
      "Inputs": [
        {
          "Id": "82c12b4345ed46269370749504cd96e8",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "abfad1f8e9084d5d837e224aab4f1571",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.StartPoint",
      "Id": "54da73a4557249979d35f1183f4d89f7",
      "Inputs": [
        {
          "Id": "e41d8167173f4d17b0940414ffc4bc55",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1a83e87804b3413886b24a0eb24da102",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the start Point along the Curve\n\nCurve.StartPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "5a76ade5640546baa98ab4fee8d1d559",
      "Inputs": [
        {
          "Id": "1ab94396f4a7450d8ae058ffdece6209",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6f435ece34c14d6c9ea83800a44c23da",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "426b3de511d24930bab6ab7aaa6cb377",
      "Inputs": [
        {
          "Id": "5dc9497fcc8a423bb3ab7b580261d57c",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7dc9b5e9484e49239d0671b8787afd6b",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
      "Id": "a9abd9e953344a1cb4316f9b2a7915af",
      "Inputs": [
        {
          "Id": "99d61dd02fc64657b8b99c544857e670",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3ff1b05775cc402996cbfe7cbd74812b",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "905325478d9c49199e680428b6a6f2cf",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "965e12aa22a549b1accca376ddbcc5c0",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c2e7a9b1626d49edb15fd72f7a1ae7ed",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "xValueCamel-xValueArc;\nyValueCamel-yValueArc;",
      "Id": "fdeb62165a004b8c85f5de928402613b",
      "Inputs": [
        {
          "Id": "f7b6abd2cd9d4b55a11f6d16d790be93",
          "Name": "xValueCamel",
          "Description": "xValueCamel",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "daea8cfc504546a1b8931c589b3acfdc",
          "Name": "xValueArc",
          "Description": "xValueArc",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cbb6992e4d784fb285f246760189ea8f",
          "Name": "yValueCamel",
          "Description": "yValueCamel",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "86951db338644336b6b8525271a2369c",
          "Name": "yValueArc",
          "Description": "yValueArc",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e07c9ffc454345499b3444f12bed909f",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "45e1314e576944f295258b225860a10b",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.StartPoint",
      "Id": "9cba38a57f0a4e4fb7f307674e97e402",
      "Inputs": [
        {
          "Id": "1eed14967e7641e6975ad22d009582e1",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "184011316398440fbd7ec6ba0d80df79",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the start Point along the Curve\n\nCurve.StartPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "67a735e7788f4c2ba90c1ac3d8d9f936",
      "Inputs": [
        {
          "Id": "63c8cbcaa7ed4e54854e6fc17e58d366",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d9216e9f8419401c8d1fe3c3447b06f4",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "d24d4ae8-2aeb-4a9f-8b1d-c6bcb42ded02",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "58c35b27a18547e9ad6bb5f6f4bdfb2e",
      "Inputs": [
        {
          "Id": "da6812cf72d54359aed9c4934403c6cb",
          "Name": "geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "21d137cec38f4aeb835179c151baaf6b",
          "Name": "zTranslation",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f787407bfaf44e83b5e0d0460c53d91f",
          "Name": "w",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "81ff8822661c4aabb606ac2c3a647563",
          "Name": "test",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "702aabbed00b4f0594a17c17ca9cef1f",
          "Name": "MaxLength",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1210b09881124ccd98a7110828894a86",
          "Name": "MaxPanelWidth",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f254d252f53c4c5db1826acead5b03ba",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "194347eac5aa47698bbe4819e568d4e4",
          "Name": "degrees",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9ad2ea999f424d52871d22c23c73187a",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "40575a43edeb436aa0b0174ff2500058",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "83355e1c7ded4ed0bd7c0578da32a436",
          "Name": "Geometry",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c69a7217e7b1489290e8a640fa22bf5c",
          "Name": "angle",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "73331ce754e24f9aadca9ad3bb523219",
          "Name": "list",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "62ae4c2d18314ca884c7aac55839a55e",
          "Name": "TrackGeometryCurves",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "a3633c48fbc9442c9c4cd5bdb84a3d8d",
      "Inputs": [
        {
          "Id": "114ca3e2ad0649bab8f2a401c54d6c10",
          "Name": "",
          "Description": "Auszuwertender Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "952955ec53a24b56bdf5f107b928c17f",
          "Name": "",
          "Description": "Inhalt beobachten",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualisierung der Ausgabe des Blocks"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "57d660e5e6254f55853a72d4d76773ce",
      "Inputs": [
        {
          "Id": "0780937b57a5488ca73cfb3d8143d02c",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6581649c098c485c8d6168775ee85916",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "EndPointOfClimb;",
      "Id": "edbcc97121dc499a87d7de8bbb9202c2",
      "Inputs": [
        {
          "Id": "ce9159aecdcf4ccc8fa0ccc6864774a1",
          "Name": "EndPointOfClimb",
          "Description": "EndPointOfClimb",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0a01814db2544c8fb549d0fd307f399b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "CamelbackClimb;",
      "Id": "1cf3d542873c4a039b7b91a9a5705a3a",
      "Inputs": [
        {
          "Id": "ab168aebebd74165b62665294518ed9f",
          "Name": "CamelbackClimb",
          "Description": "CamelbackClimb",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "92d4308721634883b752e4a49fd996d0",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "CamelbackDescent;",
      "Id": "336e20b90f6f48a38388d41c216cf623",
      "Inputs": [
        {
          "Id": "b2a5062131614147be97e9cd6f4c31d8",
          "Name": "CamelbackDescent",
          "Description": "CamelbackDescent",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "15b9b3771c8d48688421bc2d7fb9ca1a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "<=@var[]..[],var[]..[]",
      "Id": "13c66a5770bc48ab8d1c1d78604164df",
      "Inputs": [
        {
          "Id": "86e7cfc86bf54474a3d0641320177885",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f02defd52eb34623ad9203e09e902cc5",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "237d09fd606f4277b5de04a795b11344",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "x less or equals y?\n\n<= (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "90;",
      "Id": "7c47978eba154f6b84628db39b3d65f2",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "1b6456d49ffa42bca86a8ecadfca3aa8",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "d59fbfc953664b89b59d10e8e95491ad",
      "Inputs": [
        {
          "Id": "0b3c999de118424fb7d2203509b50f76",
          "Name": "test",
          "Description": "Testblock",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "702d64d04e464404a86d280c7fb79ae1",
          "Name": "true",
          "Description": "true-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d817382af6944c29830639c3e8ad8c53",
          "Name": "false",
          "Description": "false-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f6d739629e204dbaaa79063a7fd69aca",
          "Name": "result",
          "Description": "Ergebnis",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Bedingungsanweisung"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "90;",
      "Id": "3e6dd6287b3547b3a43b3a06785e266f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "cf3167946f454d4e9e3336d372190d21",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "<=@var[]..[],var[]..[]",
      "Id": "20b75aedc81849a8a2ae117653d8cd6d",
      "Inputs": [
        {
          "Id": "ff3a3de913414a45be9cab0b595582c0",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2f101092def44fc7ad889be19debe26f",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "45d7e1fea48642cba7f6bd67f2124045",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "x less or equals y?\n\n<= (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "9ca27167268e412897c03c3d0e7d8309",
      "Inputs": [
        {
          "Id": "4e0f0901fcf84f5e8834df73ff8443da",
          "Name": "test",
          "Description": "Testblock",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "88f6a49a1bb74306bce9b6c18eb83dd2",
          "Name": "true",
          "Description": "true-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6563fb7216f6449fb602c6bc7b557bfd",
          "Name": "false",
          "Description": "false-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "58c151c4aed44615871b08afa294249a",
          "Name": "result",
          "Description": "Ergebnis",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Bedingungsanweisung"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "70eb1adc97484f9dab1edb79654eadde",
      "Inputs": [
        {
          "Id": "e73ee6e2368543e8b4b0e0b90f3f102d",
          "Name": "",
          "Description": "Auszuwertender Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0c59f9e78e9e4e418247eb1295d68c33",
          "Name": "",
          "Description": "Inhalt beobachten",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualisierung der Ausgabe des Blocks"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "107880d3-63b2-482f-861f-64d139db2b79",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "bbfeb02d63b2404594f94a0ca2c64bb2",
      "Inputs": [
        {
          "Id": "08c87257e019402a82cc3544ff6110c9",
          "Name": "nPts",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d910a17d6fc24bdf9c7bcaa541cef47c",
          "Name": "height",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "74f33357ca14410798e2d29ac620ef53",
          "Name": "HLength",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bd02e5be90c440d88f01440cd1cdbf34",
          "Name": "z",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "16182184c21044c5b966a1fb9430ff80",
          "Name": "x",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "01c0b3ed2aff497ab27d1a98b1bffe8a",
          "Name": "y",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "81f2a2691ed64327a012a8544527572c",
          "Name": "nPts",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a7ed07a6ae7f4dc3ad49938711e4fecd",
          "Name": "HLength2",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "df92a4f7b893446dbbd780286fcd25d6",
          "Name": "height",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4799e1cbc6f7498b901d8c430c785db8",
          "Name": "0>",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b0faa9a4cdbd410d991def8c13d03fce",
          "Name": "1>",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4796db0615e54713991d67663836d1da",
          "Name": "Geometry0",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "20da4b350e45430993b63bb8049991cf",
          "Name": "2>",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "56c734b1160e45cda7f0e85a2fb69391",
          "Name": "3>",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a0783b0d7f6a460faa72474ac952c014",
          "Name": "Geometry1",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "AngleOfLoop;",
      "Id": "90d31197970e477e97fd039a73ebdb6e",
      "Inputs": [
        {
          "Id": "b8c6023ee0504776a8eeb0deea43caca",
          "Name": "AngleOfLoop",
          "Description": "AngleOfLoop",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "118ded6630cd467a8f96f1fa31ae7a28",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ZAxis",
      "Id": "f3184abf3c3e4477b54646df5736cc4d",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "af1ab39b83cd4da7a9294f096a7e882d",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical Z axis Vector (0,0,1)\n\nVector.ZAxis ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Rotate@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "1f4b1d236c034cda8043cb0a78b205a0",
      "Inputs": [
        {
          "Id": "24c989ab53cf4ba3860b0e663e92e7bf",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5f70690376c649ea874640069743a1d2",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fde5c55744da476d91a09dd915e713a6",
          "Name": "axis",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6afe3e4c934042eca4f1531f94fd7a9f",
          "Name": "degrees",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b5a84d9060f74ec7b9e7564e920a728c",
          "Name": "Geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Rotates an object around an origin and an axis by a specified degree\n\nGeometry.Rotate (origin: Point, axis: Vector, degrees: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.StartPoint",
      "Id": "c08e32e3549d4f7fb9a3ade7e161b7ee",
      "Inputs": [
        {
          "Id": "66aa6cc326a04b23aa1ce533834c6e58",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7f92e6ebfd264553bc02be1288c93e59",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the start Point along the Curve\n\nCurve.StartPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Reverse@var[]..[]",
      "Id": "d7f31a9492aa45b2a3f6d92a5b9ab355",
      "Inputs": [
        {
          "Id": "dd7ee27632ca495bbd4260ab7560cbea",
          "Name": "list",
          "Description": "List to be reversed.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "98a281c3141e4880bca109daf05bf3b8",
          "Name": "list",
          "Description": "New list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a new list containing the items of the given list but in reverse order.\n\nList.Reverse (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FirstItem@var[]..[]",
      "Id": "13ed09f6ca02484c91a72b2eb3ded9c6",
      "Inputs": [
        {
          "Id": "a27aadb3f02e409faf52c7258322e450",
          "Name": "list",
          "Description": "List to get the first item from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "eaecda6873614219b2e1db84e22db14a",
          "Name": "item",
          "Description": "First item in the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
      "NodeType": "BooleanInputNode",
      "InputValue": true,
      "Id": "bc9cf93edb4a4bb185f62356dc237685",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "0a9dbfb0e22b4ce19377c4a6b2563373",
          "Name": "",
          "Description": "Boolean",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Auswahl zwischen True und False"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "angle;",
      "Id": "bb1231a7939e42338afa1325d442061b",
      "Inputs": [
        {
          "Id": "4c4a3d11eb5341f294f51065904b4c60",
          "Name": "angle",
          "Description": "angle",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "154a841934194065b4877c0b08adb52e",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "5417df258bfe401788d37e54b69e0558",
      "Inputs": [
        {
          "Id": "1f274d0ee21f4d35a2b704563e8f8f85",
          "Name": "test",
          "Description": "Testblock",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1bc5ebc31cbf465092c8f521bed48a89",
          "Name": "true",
          "Description": "true-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "41a73af1755d439b9f47ef3ae9e73a7e",
          "Name": "false",
          "Description": "false-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "26ee33bd17e9409b828edee42972a6e9",
          "Name": "result",
          "Description": "Ergebnis",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Bedingungsanweisung"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "angle-90;",
      "Id": "24a1546208174725ab73ada90422f1dc",
      "Inputs": [
        {
          "Id": "84b959d992f343999b8111045b45c591",
          "Name": "angle",
          "Description": "angle",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c66c73a4940c4a3db9df45fb7f8b732a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "00a9f9657c6946528b1ffe844437daa9",
      "Inputs": [
        {
          "Id": "a843ebf02ff949cdb780bf727a28f912",
          "Name": "item0",
          "Description": "Elementindex #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "05463223f2934149a5fb3bc92bd82c59",
          "Name": "item1",
          "Description": "Elementindex #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b70765b45c0f4f79b29298771b61681c",
          "Name": "list",
          "Description": "Eine Liste",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Erstellt eine neue Liste aus den angegebenen Eingaben."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.PolyCurve.ByJoinedCurves@Autodesk.DesignScript.Geometry.Curve[],double",
      "Id": "e3c2b28e34994caa8ea2240c7fd6a60d",
      "Inputs": [
        {
          "Id": "1dcb6ba551e840cb9ce794f1c104bc6c",
          "Name": "curves",
          "Description": "Curves to join into polycurve\n\nCurve[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "47eab5bc70bd4f8688cfbc383b1113fb",
          "Name": "joinTolerance",
          "Description": "Tolerance to determine size of gap allowed between curves to be joined\n\ndouble\nDefault value : 0.001",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "87eb40c8870b454b958e9c6bd5a57c2f",
          "Name": "PolyCurve",
          "Description": "PolyCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Make PolyCurve by joining curves. Flips curve as needed for connectivity. Choose a preferred join tolerance between 1e-6 and 1e-3 units.\n\nPolyCurve.ByJoinedCurves (curves: Curve[], joinTolerance: double = 0.001): PolyCurve"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "EndPointOfDescent;",
      "Id": "af36444ff49041bd8f995338f0a47a01",
      "Inputs": [
        {
          "Id": "354ce564e00e478b92d5cc5fcbc9de84",
          "Name": "EndPointOfDescent",
          "Description": "EndPointOfDescent",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "aa5daa605e854872972466f7a5881634",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "curveCamelback;",
      "Id": "bf84ba23711b4f9a8d01f85c4b2dc2ad",
      "Inputs": [
        {
          "Id": "c1d2bfdc7d34485799fce1e55b98815e",
          "Name": "curveCamelback",
          "Description": "curveCamelback",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e68e0a12e174419e8d729003c305848b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "8b22cf8382d0404fb59c7e5410a2f83e",
      "Inputs": [
        {
          "Id": "957fa87b896a439295f40e6a2da615c8",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "16c239f35dfe4f17b90dfbb4e68310c0",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "TrackCamelback;",
      "Id": "696c1382bfe0455da91f6a14d3364d29",
      "Inputs": [
        {
          "Id": "594bbedcabf44c628d55b53058d6eb97",
          "Name": "TrackCamelback",
          "Description": "TrackCamelback",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "15b222ec572443a6947bd54a5850a487",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "04898356adc14b269ff9aa059271308f",
      "Inputs": [
        {
          "Id": "3393b787e7c641dc865c6e43b374912d",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d881ab77992746f98d6d806dc2efa29d",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "0c4bc7629b42410bb37f0acdcb7f864c",
      "Inputs": [
        {
          "Id": "bc2b55ed289b467eaffaad361d3e45e9",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "24d10ba6e969440299655fb869294007",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "7cc91f93a9d442d48e3dcc83e9fbdf40",
      "Inputs": [
        {
          "Id": "edb7379dd8c842978d92e729a40b1439",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "91a9c94ee45d496da6b6af839f086715",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Point\n\nPoint.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "57902fb4-db3f-4d4c-92fd-805cbba7b7cc",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "e3501da515de47868080a7f7c62e9694",
      "Inputs": [
        {
          "Id": "f4f01658ac9d46beb8a9f5f9b2a74fd0",
          "Name": "geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3117fa37bf04437797a9b72835a4c2e2",
          "Name": "w",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "258015ab65cc41709d9787a3590b116f",
          "Name": "height",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bc4c17db31544ee8b6aa88b06122f6ab",
          "Name": "MaxLength",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "feb3a465766c490195f521553051621d",
          "Name": "MaxPanelWidth",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fe30d3333acb4f0f997d241647a90584",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8feb54ac2c134cf9a33fa4a718c90798",
          "Name": "degrees",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "54ed48e66daa4946b3d73dc0bc6bfe0e",
          "Name": "GeometryTrack",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8c5d1d6210ea470583682570884e08ec",
          "Name": "GeometryCurve",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e7ffefc01c2841cd9658f24d4555cdad",
          "Name": "GeometryTrackPipes",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "angle-180;",
      "Id": "7679c94017d84d249fe63b38cffada88",
      "Inputs": [
        {
          "Id": "6179bf342b8f41b3a6e399571a3d6de1",
          "Name": "angle",
          "Description": "angle",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d763695504a04d9192b4b3bfc8aba841",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 100.0,
      "MinimumValue": 0.0,
      "StepValue": 0.1,
      "InputValue": 33.1,
      "Id": "d78f59c624e849488b4ed3bcb637b7c3",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "ba1ce9bf4bc448ed9f54788790525ed7",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 100.0,
      "MinimumValue": 0.0,
      "StepValue": 0.1,
      "InputValue": 30.0,
      "Id": "715b190fe63643ffa8af8840b27cde4c",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "dcdbed92ef2743a0a59f004bcc924e0b",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 100.0,
      "MinimumValue": 5.0,
      "StepValue": 1.0,
      "InputValue": 67.0,
      "Id": "444586f23b7c47c09c86c530ac9f7ee5",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "86e9c77bfdb94abd85c7971633d10709",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 100.0,
      "MinimumValue": 0.0,
      "StepValue": 0.1,
      "InputValue": 6.8,
      "Id": "68034dc68a324e808b8e93f47e2fe6cf",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "47e2692de12d475aa4f7404b2bb482cd",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 100.0,
      "MinimumValue": 0.0,
      "StepValue": 0.1,
      "InputValue": 10.0,
      "Id": "1bdd3b058e9e4658a4eb7fc6a4897fa0",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f184b217c38e4c02b40efd2bbcbfa429",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Ein Schieberegler zur Erzeugung numerischer Werte"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "4e13f1316e63400db3bf8fd70a4dcf67",
      "Inputs": [
        {
          "Id": "d930833dafd04da5950f58ecee60cf9d",
          "Name": "test",
          "Description": "Testblock",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "466c5425d1214af282e0a5b8ebaae398",
          "Name": "true",
          "Description": "true-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "31ab0e45fef34fbdbe08d440f3484a08",
          "Name": "false",
          "Description": "false-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a484464936db4be687a55f6090fb868c",
          "Name": "result",
          "Description": "Ergebnis",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Bedingungsanweisung"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
      "NodeType": "BooleanInputNode",
      "InputValue": true,
      "Id": "b175149afbff4ab08ffae0d1fc08a3c0",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "e3288ccee8db47088e96273bc9be6640",
          "Name": "",
          "Description": "Boolean",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Auswahl zwischen True und False"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "6519d79dc24d4c1eae5b7635503a1c39",
      "Inputs": [
        {
          "Id": "ccdf3bb74d5d462ea3d819b4f5cd66c9",
          "Name": "test",
          "Description": "Testblock",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ad0dda8b20e04576b58360de3b7df2db",
          "Name": "true",
          "Description": "true-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c8228ae99809483db547942342531d64",
          "Name": "false",
          "Description": "false-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e5e324d6109e4f06a50f8d15167d9de7",
          "Name": "result",
          "Description": "Ergebnis",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Bedingungsanweisung"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
      "NodeType": "BooleanInputNode",
      "InputValue": false,
      "Id": "b1ac60f3aaae483a96d13c36a8cfd7d3",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "49efbf61e51c4c80aa70aad4fe02646e",
          "Name": "",
          "Description": "Boolean",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Auswahl zwischen True und False"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "NewStartPoint;",
      "Id": "26c3aade152e4e98a6d4e3d090da7ead",
      "Inputs": [
        {
          "Id": "314aa35b1f81405da42670ecb6db4b3f",
          "Name": "NewStartPoint",
          "Description": "NewStartPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bb8ed3ca6ed04885a5c19bd676295be5",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "f9e8fd76-5824-44df-a328-614124d9b6f3",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "0cdf3e7e1f1643b78a3c78c80c7b3083",
      "Inputs": [
        {
          "Id": "bf103afdb80845999e8a9e88b69fbb6f",
          "Name": "hLoop",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f02f61c78e2943d2a2353893fa4d730d",
          "Name": "add",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4d51ea5943444bdc8a2b00265793da0b",
          "Name": "z",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "39d058de97d040d4ac5d914609be0827",
          "Name": "x",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c77e7c68a2a042959f4dfd65724088a1",
          "Name": "y",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cd034589896042109f3bb7c197d5ff6b",
          "Name": "width",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a47ea31e8d7846b09480536d58379a02",
          "Name": "pitch",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "181842e386fb4bed969853b8901ca905",
          "Name": "test",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f4513e3870a14fa0b1e0c44ec52a33ba",
          "Name": "result",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "664cc0b1f55a4f36a213d676928b16e2",
      "Inputs": [
        {
          "Id": "7f8210ebde18452596abd6d89413d257",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2ed3fc2ebd9e4434858148367bac6875",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "8daebc767f60440fa621cffdcb9e194f",
      "Inputs": [
        {
          "Id": "986cd07db549408eba98c986c2e6a3ba",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a065cf3dd1b3468b9a72a26a9d4f7619",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "9026935f8796483782445bcd67c585eb",
      "Inputs": [
        {
          "Id": "7e55cc2b8e7a4557bc309697a8a627ef",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7e43dbb637e942878573dd0fca5452bc",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Point\n\nPoint.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "20;",
      "Id": "50af6d90c058471cb57b3871454ca8ec",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "c77328ac36124d9c889a0aa67a1376cc",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "2;",
      "Id": "c653634d678e404a81f543068052cb9f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "9f8fe9e53dc647dc83d017f530b13d6c",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "6;",
      "Id": "a6d399b62ff041b59209dfb0ef42596e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "be92a6c892214b2f85ee41d395fa9d32",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Rotate@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "dd8a2bba7c9f459db6bf16975807bc5f",
      "Inputs": [
        {
          "Id": "d121b75d0cef40d18c22522bf843274c",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d4fbaa2a6ac2449ea102ef071ef5d212",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7b87c6c91ceb4725a2102b48301ce41f",
          "Name": "axis",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dff72b47689f4247a3767d9316bdaf9f",
          "Name": "degrees",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "84e3923466ea4a41babd4a7e42189528",
          "Name": "Geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Rotates an object around an origin and an axis by a specified degree\n\nGeometry.Rotate (origin: Point, axis: Vector, degrees: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ZAxis",
      "Id": "a5353e0a490147b298289970b0cca302",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "e8e08816ab1a4e4ea91dc1a3fd5058d6",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical Z axis Vector (0,0,1)\n\nVector.ZAxis ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "90;",
      "Id": "1b7bf4decba34e8fb01017086b95e132",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "9ef52be70f914bdeae13894a79a33c98",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSVarArgFunction, DynamoCore",
      "FunctionSignature": "DSCore.List.Join@var[]..[]",
      "FunctionType": "VariableArgument",
      "NodeType": "FunctionNode",
      "Id": "ee9fce9d9317475f86b87c1a8f3f4375",
      "Inputs": [
        {
          "Id": "edbd45858246410d9c024c27f81f854a",
          "Name": "list0",
          "Description": "Lists to join into one.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c699309829514e3a811f42444b77d660",
          "Name": "list1",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6ad744079be94971abe6ec364de119b1",
          "Name": "list",
          "Description": "Joined list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Concatenates all given lists into a single list.\n\nList.Join (lists: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.Length",
      "Id": "971321ad6bb44c4babbf844a0b3c721e",
      "Inputs": [
        {
          "Id": "a5cfedb13afb4b56802e0a2c816d2bb4",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d78ba2b547c848619adbb660190ee79c",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "The total arc length of the curve\n\nCurve.Length: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "LoopingCurve;",
      "Id": "9a42fb859aea434e8b30f873ad9928f2",
      "Inputs": [
        {
          "Id": "8a4f8805eed548d5a351edebdacf5632",
          "Name": "LoopingCurve",
          "Description": "LoopingCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8afaa3c48e3644429db7a7dfd4915d1b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "OuterBandCurve;",
      "Id": "a941b51086c14388964a228bb31a96b1",
      "Inputs": [
        {
          "Id": "2cd2bf9f7b5c4e0aa5376a5a48496653",
          "Name": "OuterBandCurve",
          "Description": "OuterBandCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0533adc50cd64d2f87eef099dca6d7b5",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "InnerBandCurves;",
      "Id": "3f113dc2c6ed401e9a6e47220b7be9d3",
      "Inputs": [
        {
          "Id": "faaf4ed80f8f4702a3012e93c9e5a495",
          "Name": "InnerBandCurves",
          "Description": "InnerBandCurves",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b73c6c16707b43a3b1b89364592efe0f",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "MaxLength..CurveLength..MaxLength;",
      "Id": "81d8c0f052ff498abf9be3892d226860",
      "Inputs": [
        {
          "Id": "ac6652896ee14fd897cc98e605c51c10",
          "Name": "MaxLength",
          "Description": "MaxLength",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ad4b6f7d7999455a908631a0c510d530",
          "Name": "CurveLength",
          "Description": "CurveLength",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "63da61183c0445018dd0fdcb033c3fcf",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.PointAtSegmentLength@double",
      "Id": "dc6330f5c3094928b9763c3c29983f2c",
      "Inputs": [
        {
          "Id": "28df077600b042688ea0cdddc9ab346d",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "72405bcea0314d3cb717cd1079e7d876",
          "Name": "segmentLength",
          "Description": "The distance along the curve at which to evaluate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6b84a996a8854f388429d779ab088679",
          "Name": "Point",
          "Description": "The point at the given arc length",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get a Point at a particular arc length along the curve\n\nCurve.PointAtSegmentLength (segmentLength: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.ParameterAtPoint@Autodesk.DesignScript.Geometry.Point",
      "Id": "364c5be8730d435d82471d7ee744f3c4",
      "Inputs": [
        {
          "Id": "295a1dacb78c43a2b7baacf6e7c654b8",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "11261ec2fece42bdb9ca74851dd8a19f",
          "Name": "point",
          "Description": "A Point along or near the Curve\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d0bd895ebc6441ea8e2a8a5b81803822",
          "Name": "double",
          "Description": "The closest parameter along the curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the parameter at a particular point along the Curve\n\nCurve.ParameterAtPoint (point: Point): double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.PointAtParameter@double",
      "Id": "dabd20e747f34d7eaea7d50e17d19fd9",
      "Inputs": [
        {
          "Id": "a90c273bd38c451e9f1cddccb28bca76",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 1,
          "UseLevels": true,
          "KeepListStructure": false
        },
        {
          "Id": "c49f8870dddd48e595d6fbf4549c935c",
          "Name": "param",
          "Description": "The parameter at which to evaluate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0cdb3e8152514ff4b3628e8b4bedc1c1",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get a Point on the Curve at a specified parameter between StartParameter() and EndParameter()\n\nCurve.PointAtParameter (param: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.SplitByPoints@Autodesk.DesignScript.Geometry.Point[]",
      "Id": "a4de4fe91cb44ca1a77ed71d689b98c6",
      "Inputs": [
        {
          "Id": "50e7215eb2964e3f95559056c8310af9",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c779282c895043c98c6a25ac19de7903",
          "Name": "points",
          "Description": "The points on the curve at which to split the curve\n\nPoint[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8987e6245d19461ba0556032c3c7608d",
          "Name": "Curve[]",
          "Description": "Curves created from splitting",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Split a Curve into multiple pieces at the given points\n\nCurve.SplitByPoints (points: Point[]): Curve[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.SplitByPoints@Autodesk.DesignScript.Geometry.Point[]",
      "Id": "98ba0a1c2fc24e56a34f27c64de790db",
      "Inputs": [
        {
          "Id": "d6c475f77e6c462483654cd6608b536b",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e5fb9d3d92314770952ddbb56646bba4",
          "Name": "points",
          "Description": "The points on the curve at which to split the curve\n\nPoint[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0308b636e0554a47966df0d82e3b8169",
          "Name": "Curve[]",
          "Description": "Curves created from splitting",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Split a Curve into multiple pieces at the given points\n\nCurve.SplitByPoints (points: Point[]): Curve[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.Length",
      "Id": "e30bd4786cfc4b7c84bc087f5581b2f8",
      "Inputs": [
        {
          "Id": "96a008dc35c44e8eb0a40b852a162158",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0b1df7fbe16b48ab91de5fcba040ffdd",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "The total arc length of the curve\n\nCurve.Length: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "dbf0a162-4e30-4afc-a13c-f11b1e48132d",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "6fc85922fa3a4392a5b1ece6393f9452",
      "Inputs": [
        {
          "Id": "e35e091024db40b79dd62caa54f36e44",
          "Name": "curve",
          "Description": "Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "139e112da88748ee8f5df880e8790d1a",
          "Name": "w",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0480c3b8019d4111b6277fc396ab8532",
          "Name": "x",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a461164faf7e40e29dfcf019e47bc7a3",
          "Name": "NurbsCurve0",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2e670c219d744f78b8178f2550ce2e24",
          "Name": "NurbsCurve1",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4d91f6ca0e8442aba692ccc88c2fd0c2",
          "Name": "NurbsCurve2",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "div=Math.Round(CurveLength/MaxPanelWidth);\n0..1..#div+1;",
      "Id": "86a5e1065b9d42b09e63aa80df0acbe1",
      "Inputs": [
        {
          "Id": "d3388dd66862452995ce174d4cf7b2f8",
          "Name": "CurveLength",
          "Description": "CurveLength",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "daf03362ca684df4a85c52c1f17783ef",
          "Name": "MaxPanelWidth",
          "Description": "MaxPanelWidth",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "66bc34f1a501440ebb9c73be8bcbb890",
          "Name": "",
          "Description": "div",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f8a64f108c54474a90d49ad26a98e713",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "a[0];\na[1];",
      "Id": "d7a15bb5948c47238f79dbc7a106e7ff",
      "Inputs": [
        {
          "Id": "9bcbb6e83e674753b1599157f87abded",
          "Name": "a",
          "Description": "a",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2dde0499e082434883461da346a9249d",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "568167d8115b4ababd137f1c5696e362",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.PointAtParameter@double",
      "Id": "6907e5dc009d44d39a1e437074f8d205",
      "Inputs": [
        {
          "Id": "62652b3437004882818610f8ae3872b6",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "743e4f6fbd204b74be0764081b4ab02e",
          "Name": "param",
          "Description": "The parameter at which to evaluate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5ce44d632e7e42848fef720d4cdb2d93",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get a Point on the Curve at a specified parameter between StartParameter() and EndParameter()\n\nCurve.PointAtParameter (param: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.PointAtParameter@double",
      "Id": "f338446892d74c02a31991e6377c9c38",
      "Inputs": [
        {
          "Id": "c12c74fb3ca74693ae04ca75fc909346",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8a5b1dab77e847d4a287a0e140974f8a",
          "Name": "param",
          "Description": "The parameter at which to evaluate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "22d7a88bf72949fd9be6a78778c27190",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get a Point on the Curve at a specified parameter between StartParameter() and EndParameter()\n\nCurve.PointAtParameter (param: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.PointAtParameter@double",
      "Id": "6f85537d966c4bdcb3a835348e637b8c",
      "Inputs": [
        {
          "Id": "93e0d96685e746d2bd6b664b5fd2e82e",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c763e42793484e73ba139ac38ca9e599",
          "Name": "param",
          "Description": "The parameter at which to evaluate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "837abc2058fc479582a6415a01b76cf4",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get a Point on the Curve at a specified parameter between StartParameter() and EndParameter()\n\nCurve.PointAtParameter (param: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-1;",
      "Id": "6c4a58dd244a45fea71d1509eb20b2d7",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3567a28cf4474fef9cf08236fd04204e",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.DropItems@var[]..[],int",
      "Id": "5dde4523682c4d35bbe7710e82691802",
      "Inputs": [
        {
          "Id": "8f786e75c7a9477cb1b17fa9f3d18e2e",
          "Name": "list",
          "Description": "List to remove items from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": true,
          "KeepListStructure": false
        },
        {
          "Id": "5b9339f842724e49b0f3c4b535ace519",
          "Name": "amount",
          "Description": "Amount of items to remove. If negative, items are removed from the end of the list.\n\nint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c1e23185b1374f4b881e8a1ba32992ba",
          "Name": "list",
          "Description": "List of remaining items.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Removes an amount of items from the start of the list. If the amount is a negative value, items are removed from the end of the list.\n\nList.DropItems (list: var[]..[], amount: int): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.DropItems@var[]..[],int",
      "Id": "d780c1f63c7f46ceaa3e0bd1363e2ec4",
      "Inputs": [
        {
          "Id": "b55991113c934d6d9f64f7af29319fca",
          "Name": "list",
          "Description": "List to remove items from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": true,
          "KeepListStructure": false
        },
        {
          "Id": "a7d657a1fdd24e09a139eb8b675b859e",
          "Name": "amount",
          "Description": "Amount of items to remove. If negative, items are removed from the end of the list.\n\nint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d22938cf1f694edbaf8a1490160d6d8f",
          "Name": "list",
          "Description": "List of remaining items.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Removes an amount of items from the start of the list. If the amount is a negative value, items are removed from the end of the list.\n\nList.DropItems (list: var[]..[], amount: int): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.DropItems@var[]..[],int",
      "Id": "8b4bf60427a8413ba2e00d140d3a2cfe",
      "Inputs": [
        {
          "Id": "120c733dfb2348c1b033209854fbbaaa",
          "Name": "list",
          "Description": "List to remove items from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": true,
          "KeepListStructure": false
        },
        {
          "Id": "78505730543c4e28b5f15ab0a485d785",
          "Name": "amount",
          "Description": "Amount of items to remove. If negative, items are removed from the end of the list.\n\nint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fff6e7efc9d34ae48941738f86e555ef",
          "Name": "list",
          "Description": "List of remaining items.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Removes an amount of items from the start of the list. If the amount is a negative value, items are removed from the end of the list.\n\nList.DropItems (list: var[]..[], amount: int): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "ac05dae922294cd2aed1864e02037823",
      "Inputs": [
        {
          "Id": "1f8ebcafe1924a9388121eefab192544",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "29cdd70299cf4fdeb1c003efdbc7ea50",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8e2269c547b1433686b539c8e41bab86",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "bccbf2dd044c49cb9c471ee08bced0dc",
      "Inputs": [
        {
          "Id": "e3112c80f4d64831a17a2c80cd0e3926",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b80b606229014170b4555f0431318953",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "be757a5217f341a69460a91ef2607ee7",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "7c9ced8f42ce4352ad6c8717f09de5ab",
      "Inputs": [
        {
          "Id": "f1a8b06b86b84ec6aa126cb0dbc8ed20",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cea4ed6ed2fb4a809bb67ef23c7f8ef3",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f39977f22bac42589f8b3795063699a5",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "27af54f0cabc4d12b67375f249e8020f",
      "Inputs": [
        {
          "Id": "9a8913143264479a8e8ae998a970d187",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bb57e3e568604e5c9beb0692db258d8e",
          "Name": "endPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0eccb456648245edbb11038d80372a3a",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a straight Line between two input Points.\n\nLine.ByStartPointEndPoint (startPoint: Point, endPoint: Point): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "d03ea1bb6be64ae0a2251d0601c9fb9e",
      "Inputs": [
        {
          "Id": "1d2869ce35004c4ba0eb6e801ad71602",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c90de33ce87a4d46ae4d5681478c2b68",
          "Name": "endPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "adae0afdbdb94ced87d08b88405ab245",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a straight Line between two input Points.\n\nLine.ByStartPointEndPoint (startPoint: Point, endPoint: Point): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "6c8cab4e2af34326bb520e46a6588f45",
      "Inputs": [
        {
          "Id": "d82eff910b1744609ffaf9bf020f9231",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "55da7cd2ca454eb292b011197e8243d9",
          "Name": "endPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f3d9c2c349bf481c91e7f17e919a3bed",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a straight Line between two input Points.\n\nLine.ByStartPointEndPoint (startPoint: Point, endPoint: Point): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ZAxis",
      "Id": "d87765c5cf794da6ae2f2ae5c30bd204",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "6626e562a7354b9b8bbe3ea109a3a61d",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical Z axis Vector (0,0,1)\n\nVector.ZAxis ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.1;",
      "Id": "7d6b7be20e814e5d8129211e86319aa0",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3da79235b75d4749a389ff7badc5a243",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "9adc7298d0f34da2beb887e725f2547f",
      "Inputs": [
        {
          "Id": "83d2cb026b734cf6a14e323dfefd26ed",
          "Name": "item0",
          "Description": "Elementindex #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "73716413d3a94642a2115a5e83ebbc2a",
          "Name": "item1",
          "Description": "Elementindex #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8b2d68955b614abe9226c3681d583d0f",
          "Name": "item2",
          "Description": "Elementindex #2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "88863d76ab894193a2c736c2a693d03f",
          "Name": "list",
          "Description": "Eine Liste",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Erstellt eine neue Liste aus den angegebenen Eingaben."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.1;",
      "Id": "f60c89f12d9d465d90a47015d89a0776",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "cd65bd58996448d8865b5616524b7b50",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "40c1571c50fe419d99e68762f896c20f",
      "Inputs": [
        {
          "Id": "1427c470ee2f4af38a0bc0b12f349eb5",
          "Name": "item0",
          "Description": "Elementindex #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ddade2e2fa9f44f5a35c6680ae5d3513",
          "Name": "item1",
          "Description": "Elementindex #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2e4736a846a24b6eb74e1807a1963c13",
          "Name": "list",
          "Description": "Eine Liste",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Erstellt eine neue Liste aus den angegebenen Eingaben."
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "1134809b48e24ddebcb7f466b05ded07",
      "Inputs": [
        {
          "Id": "5f6a0e39158e4728aa9cca059ae372a8",
          "Name": "item0",
          "Description": "Elementindex #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "498de0e827244e91a6740939fc871028",
          "Name": "item1",
          "Description": "Elementindex #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9bf572d5c2994098a4ffddc866d715c3",
          "Name": "item2",
          "Description": "Elementindex #2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c3b44b41b0b4498998c4525c9ba2c01c",
          "Name": "item3",
          "Description": "Elementindex #3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f7cb999703b24f9091d2b0fa7ad0294f",
          "Name": "item4",
          "Description": "Elementindex #4",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "89156d39a7e24a66815d8a7c0ad779e4",
          "Name": "list",
          "Description": "Eine Liste",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Erstellt eine neue Liste aus den angegebenen Eingaben."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "cb41037f-ee71-49e5-b82d-7e18bc01ffa7",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "eeca0f4b2f3f452d8b1f28b7dba46a6b",
      "Inputs": [
        {
          "Id": "60015a99fce846688653364fe8a72be3",
          "Name": "Curve",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e687f352f76c4f74a70ce531fc559f68",
          "Name": "Diameter",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7c812ccab54c46eb9be7b7f95ae2dee1",
          "Name": "Pipe",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a solid pipe around a curve"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.ColorPalette, CoreNodeModels",
      "InputValue": {
        "R": 127,
        "G": 255,
        "B": 212,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "da1838675f58401ba1351875e4490caa",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "46ae67c58fa644f39be30f27ededd7cb",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Wählen Sie eine Farbe aus der Palette."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "cb41037f-ee71-49e5-b82d-7e18bc01ffa7",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "be004f7a049a4803b58cd162106b0c7b",
      "Inputs": [
        {
          "Id": "aea99b4a6ff4452ab78c6f7e17cae2a1",
          "Name": "Curve",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7a379629f4e448f1aa3ff77b19da42ed",
          "Name": "Diameter",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "93f2866f25cd4c52aae7addf2e1cf954",
          "Name": "Pipe",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a solid pipe around a curve"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.ColorPalette, CoreNodeModels",
      "InputValue": {
        "R": 127,
        "G": 255,
        "B": 212,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "5198b2a370c84be1b78cb68a56d15eff",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "2069233cd2734b61bcae29b236c243ea",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Wählen Sie eine Farbe aus der Palette."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "874ce69be6f94858a6d4d3bdcb7a0bc0",
      "Inputs": [
        {
          "Id": "46409a613d5f448cb50108062b47b399",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b80b2d5ef77e47beb3ec68575fd5bf6a",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "906af439303840d4b4ea9fb66f939324",
          "Name": "GeometryColor",
          "Description": "A Display object.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Display geometry using a color.\n\nGeometryColor.ByGeometryColor (geometry: Geometry, color: Color): GeometryColor"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "c4886b161358445fadcc73e138c83cc9",
      "Inputs": [
        {
          "Id": "f806d33635d04bbd8e3abc5ffdd0583a",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a6c1cf13d07847a08a6c656afcc4e1b0",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6b20c48c094a41959563ccd264144d35",
          "Name": "GeometryColor",
          "Description": "A Display object.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Display geometry using a color.\n\nGeometryColor.ByGeometryColor (geometry: Geometry, color: Color): GeometryColor"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "64935f02e00f4dd48d7b2d1c44bc39fe",
      "Inputs": [
        {
          "Id": "a6fff5b65375477487e862cda2b49efa",
          "Name": "item0",
          "Description": "Elementindex #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3cc18b101ab94917a0224ff5a7112519",
          "Name": "item1",
          "Description": "Elementindex #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cfe09d4b7f47415c95063e30202427d6",
          "Name": "list",
          "Description": "Eine Liste",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Erstellt eine neue Liste aus den angegebenen Eingaben."
    },
    {
      "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
      "NodeType": "BooleanInputNode",
      "InputValue": false,
      "Id": "1eedcd1c82f54508a9984e06a11aa569",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5c452ef9fe634d50a3039f0a40cc693b",
          "Name": "",
          "Description": "Boolean",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Auswahl zwischen True und False"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointDirectionLength@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "ae1ff53a01624235be4ddfc6272609aa",
      "Inputs": [
        {
          "Id": "b11b7e72d9664df19fb6b825b9469c3a",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "334a9de4d895407cbe953ef4e78a7851",
          "Name": "direction",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a11dcb444f054fbd949df85709431004",
          "Name": "length",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4bb2014809e74a51b46cf6d6d104e2cb",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a straight Line starting at start Point, extending in Vector direction by specified length.\n\nLine.ByStartPointDirectionLength (startPoint: Point, direction: Vector, length: double = 1): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.XAxis",
      "Id": "49090d9ed4fc4680afbfb6f5a84c9719",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "94d0098e5230478db033a519805952f6",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical X axis Vector (1,0,0)\n\nVector.XAxis ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "9e85708ded40490690fbb33965f2eb91",
      "Inputs": [
        {
          "Id": "bfdd6283af8f401f87756ce6efa6dff5",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9febb676f10245f68d6ddbb29dff8063",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "d24d4ae8-2aeb-4a9f-8b1d-c6bcb42ded02",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "c16cc278671f40a28435f50f42f7e83d",
      "Inputs": [
        {
          "Id": "1bfc9132b89643ab9df121b8e067250e",
          "Name": "geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cf5ce0b67622427e80a148622b3615e8",
          "Name": "zTranslation",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0679dea293bf414c8f6b971d885ce8c4",
          "Name": "w",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f4b9b52a8bf84cc8a9ed4f92f19baccf",
          "Name": "test",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "95401853b02044c79a173f444f674ebe",
          "Name": "MaxLength",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "65ceb119c529480dad87fba7ad9f1dbc",
          "Name": "MaxPanelWidth",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1288c4eae8004e4dbb8f1c99dace1c91",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2d7abc3250d5479a916aa6f3389321ef",
          "Name": "degrees",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e7db5252de8841ab9e35dec340dff2a5",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ed6d29edcf0a493882ab202d05cbfb7b",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "18ade62e755f4408931ef967fcd9e725",
          "Name": "Geometry",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b86834a38c4b4d97a369e8d8739d83e9",
          "Name": "angle",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6d5d3a080cca41559a3dd25ed076196c",
          "Name": "list",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cda918ff953e429b9ccd5f61d0978572",
          "Name": "TrackGeometryCurves",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "570940e94124487b8525172f8f13db2b",
      "Inputs": [
        {
          "Id": "fcd46a1f4101466aaee98b37d406dd86",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e6a78df0c53e489a8bc26110119f0d02",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "54869456c13e4eca800d6c9dd939f4b7",
      "Inputs": [
        {
          "Id": "54503d7376704f6a949a646c01c39a95",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dbb5c0e5a7744762b415d054d8ba642a",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "9888fb1e2bc14aa38f5b619782db75be",
      "Inputs": [
        {
          "Id": "ed3debd8ab3342bdad13cd0ce221e8b8",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d298c097232b40468b505bc1e0ddc8fc",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Point\n\nPoint.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0;",
      "Id": "b649ba3c5f234dbb949a5cfe0135c628",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "78caefeece2a4d97b582cd191f3ab200",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "track;",
      "Id": "bed0c76b98684acc863e5389dc7f5cf2",
      "Inputs": [
        {
          "Id": "590b1c266a9143d2b77f628edbad862e",
          "Name": "track",
          "Description": "track",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "52d836b1fb7e4e06867f8673984e09bc",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "aaab3a82ade6432292e946f36caa172c",
      "Inputs": [
        {
          "Id": "1b95221b845f4c97a30e8857dfe5980a",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f41edb7734364b20b8f98938fc37b3e4",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "NewStartPoint;",
      "Id": "fc513a6ec6e24e3d8be7a7f57e516959",
      "Inputs": [
        {
          "Id": "abd42eebe4bc44f994baea25190ed465",
          "Name": "NewStartPoint",
          "Description": "NewStartPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "185c4602695e4818b46f53bb37e3380e",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.X",
      "Id": "f76ac347ca0442ad8dd01a57817f32e2",
      "Inputs": [
        {
          "Id": "5a65b0e9a24a4ad0986639f8e3f53e71",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7ded406c74994023a6a79ce12015c503",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Vector\n\nVector.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.Y",
      "Id": "f5c9d324fc4c4d1e9f1edd6ad74ad6f1",
      "Inputs": [
        {
          "Id": "bce665ab483c4c4bb97c96af26df072b",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8cfd87b1fa2b4b1aa9d9502723052e5b",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Vector\n\nVector.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-1*xDirection;",
      "Id": "b61bbee3b6d042a6bf12fbeeabeb46cc",
      "Inputs": [
        {
          "Id": "0823a2e77c2c458bb09ef093bf303c57",
          "Name": "xDirection",
          "Description": "xDirection",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9ec8e13d7ed74b1eae185b7a9c72f617",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.Z",
      "Id": "c0a239c5745747799216e02ebbe236fa",
      "Inputs": [
        {
          "Id": "3edbce1b67b841c19c5012a53087e58b",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8dd92dafa05a4adfae58fa5b9a13cd4e",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Vector\n\nVector.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ByCoordinates@double,double,double",
      "Id": "06aff2302ffc405f85e3983c5b57ca48",
      "Inputs": [
        {
          "Id": "f836bd3b06bf46d8921b6a75ea24e72d",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f57960c493cb475eb7af6c11850b9f52",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b1ae56d2452341ddb6bdf858774365c4",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "862e573138f647e9913906ba3780acde",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Vector by 3 Euclidean coordinates\n\nVector.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "30;",
      "Id": "6948f28f7b49413fbe62810ded251557",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "23b2507b5a5d444fb6a204e9f63d4fe7",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.BoolSelector, CoreNodeModels",
      "NodeType": "BooleanInputNode",
      "InputValue": true,
      "Id": "ff6f00c6c41940528cf5b803e189d58c",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "6b336d37ff604086b0b37dae64e28861",
          "Name": "",
          "Description": "Boolean",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Auswahl zwischen True und False"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointDirectionLength@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "2b8fb078b49c4912aa0d2c6dec7ca1f9",
      "Inputs": [
        {
          "Id": "bb4588711bc04a42a0f1402845ec2d97",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a167d656a504494883e1acf63b72e2c2",
          "Name": "direction",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f55c5f161f6e40449699d9cc9cdfc63a",
          "Name": "length",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fe208d416871497187b33669a04a82e9",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a straight Line starting at start Point, extending in Vector direction by specified length.\n\nLine.ByStartPointDirectionLength (startPoint: Point, direction: Vector, length: double = 1): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "30;",
      "Id": "ab67d0a941e1491b96a7cfdaedf76c22",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "a2f623622ab6483a8e1379aca7196eba",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "a0b0b53582e8449c8a264fda658d8059",
      "Inputs": [
        {
          "Id": "ed40f4e3658846bea6e4adb8eb5e989d",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3ab4162d2ffd438d890e0a43f43ce5e8",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0;",
      "Id": "4be651174d644a948d1508c7c1c1c6cb",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "c274d4a7d48a44aab0c0c0a66f470c88",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "b6a6936229b441f0a1c2cfa54456b25e",
      "Inputs": [
        {
          "Id": "877546f149a7438e9a5b0731b6f327bb",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b647a3b3a0e14dafa4f17c884a068fe8",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "305bd3c50424482dbbc0fe35588a09c1",
      "Inputs": [
        {
          "Id": "53bfdf8caa134e2388d1a09c6f84624f",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dadc956762f540d09a433527409de0b5",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "3ff3bd214e6249d3a8513bf9603983bb",
      "Inputs": [
        {
          "Id": "729ba371af0e45b3bc5b44e543f9ea52",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "eef1a5f21e394fd8905a3cbfa2f31b73",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Point\n\nPoint.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.XAxis",
      "Id": "50d4247d0f4947faa6ad7d32decd7527",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "38b71e6ae0624abdab1bfcc699d4eb56",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical X axis Vector (1,0,0)\n\nVector.XAxis ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.X",
      "Id": "c0c0873c913a4c1cb9e52c5221eac69b",
      "Inputs": [
        {
          "Id": "cabed974a86343b2b6fb37251729eae8",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4cfd7ee377c84c07af154414de443307",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Vector\n\nVector.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-1*xDirection;",
      "Id": "cb4b8b5473fd4c7498ecad4b8da44da5",
      "Inputs": [
        {
          "Id": "0252a5bf384d45268a653443dc9b4aa9",
          "Name": "xDirection",
          "Description": "xDirection",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8a49530058db47c1900ea02ec0671f1e",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "d24d4ae8-2aeb-4a9f-8b1d-c6bcb42ded02",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "b3f67cc72766498f909dcccd43aeae26",
      "Inputs": [
        {
          "Id": "0844fc6f9d73486093b652c312e678eb",
          "Name": "geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "da847504087743b7856f99e426d69abe",
          "Name": "zTranslation",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5f4d9dedaf7d49379df0eaa7808cee5c",
          "Name": "w",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "96185387e8324d6589581bbe89796a14",
          "Name": "test",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f9d2a95688974ab299f05d1e81760d8e",
          "Name": "MaxLength",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0b1c2600bdc84a4588e5da4a45696626",
          "Name": "MaxPanelWidth",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "965e26fac2c94dafa08bbbf2c1802e79",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "78828fea3bf1481b8271e8ca52bcfb3e",
          "Name": "degrees",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2e3344731dc745d9a1331c28f22d36f7",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cb5d8d6ff23f4644a9c4944eca0ab950",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0ab5e2f0032d408cbf98b408efd23ce2",
          "Name": "Geometry",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "50c5aed168ff41eb99aced2e39dec4d6",
          "Name": "angle",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c0ce319238ee47f089ef7d306cdf8319",
          "Name": "list",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5e170341a40b42ccaff8d12121b3ce78",
          "Name": "TrackGeometryCurves",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.Y",
      "Id": "231f01295f4b47e8a495979cec225e79",
      "Inputs": [
        {
          "Id": "3069c83b7294476580b5d2733577281b",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "026ff7676eb943c5a76e77520ae0caaa",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Vector\n\nVector.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ByCoordinates@double,double,double",
      "Id": "5cb798602af54ea6857a5467bf8ba9df",
      "Inputs": [
        {
          "Id": "1412a74cecee45e58dbaa4cc995eb450",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0978fa853809450790a992e5f0284eb6",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "152667ca877247a88a04e2a4d8509190",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a3e4b38ccbdf4c78848f04d079cae9b5",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Vector by 3 Euclidean coordinates\n\nVector.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.Z",
      "Id": "19e47a3efd124ba99f92bf8eb7d552be",
      "Inputs": [
        {
          "Id": "8aa570b06c73440cb595c5ff7e46a137",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d91de533a92c421c826314c7b63a727f",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Vector\n\nVector.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "track;",
      "Id": "9d164d59f8a04fddb6678dde49d1754b",
      "Inputs": [
        {
          "Id": "724a661c62f34ee7ba4422bf34d0d701",
          "Name": "track",
          "Description": "track",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "02fed29c7ecc4595b4e56a0c2509113a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "414add3ee45f41529af3bbe698307349",
      "Inputs": [
        {
          "Id": "b3a907a0e9ac419da5ab442e0e1518db",
          "Name": "item0",
          "Description": "Elementindex #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8af7bf3e554a4ee5aa8ed4e1ed3e5ac2",
          "Name": "item1",
          "Description": "Elementindex #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "636af864a8054cc39641b92c7c084698",
          "Name": "list",
          "Description": "Eine Liste",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Erstellt eine neue Liste aus den angegebenen Eingaben."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "e60a4ab9db084ca5869e3365219e3e94",
      "Inputs": [
        {
          "Id": "c12bb75f4e3d4600958d2dd97e9691b0",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "58624993b65448c983e13c22f6ddbec7",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "8250ffcd400141ecba20a3f995e01887",
      "Inputs": [
        {
          "Id": "f1c0793d36fa420490e53048abf99bb5",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "88acfbf772bf45069e0eaa7024d42a63",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "startPoint;",
      "Id": "082a53b4682848fcac90cfc22fb7ce75",
      "Inputs": [
        {
          "Id": "3565a437920d4885af83fcb36216a6c7",
          "Name": "startPoint",
          "Description": "startPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e5bc794f0c334714bd7ee3e5d24aae4b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "bd75562f79cd4882af091f61394126a2",
      "Inputs": [
        {
          "Id": "71c1954a98204cc0a899dc21c9baeb20",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9c4a0f0d51b544738786ccb4544c5253",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "StationOperaStartPoint;",
      "Id": "729feeb21cbd4a4f900a00e7d1854836",
      "Inputs": [
        {
          "Id": "d24b11483de64dc380c2621a58761e65",
          "Name": "StationOperaStartPoint",
          "Description": "StationOperaStartPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "27173123277d454fa616ba61bc3084ec",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.StartPoint",
      "Id": "e3c29ca461a94c61a802f3a709ced111",
      "Inputs": [
        {
          "Id": "4bdccbbc19354d7cb34d3fd37fbb3ee8",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d5874e21f73041e2ac47239068e38bc4",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the start Point along the Curve\n\nCurve.StartPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "7cfe125ed22949aaa47429c7acb87850",
      "Inputs": [
        {
          "Id": "61ef089ceefd4f50a5f47b3131e5ebac",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "86685a05deb64f819e9cd5bad598adfd",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "LengthForRCStraightSegment;",
      "Id": "baf0a3b7e2da4b12b87fc7244cfdc311",
      "Inputs": [
        {
          "Id": "74a751e8b16545f08f3cbb5b1002e07c",
          "Name": "LengthForRCStraightSe...",
          "Description": "LengthForRCStraightSegment",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ecb6178478194f688bd483beb2cd6976",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "StartPointStraightLine;\nEndPointStraightLine;",
      "Id": "693b2a3ee537466187d881e0fc578959",
      "Inputs": [
        {
          "Id": "c8e114b4b2014e2d8cf78a9d436c5eb2",
          "Name": "StartPointStraightLine",
          "Description": "StartPointStraightLine",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "42d17e29e29245b3a3374cc5af9dbf40",
          "Name": "EndPointStraightLine",
          "Description": "EndPointStraightLine",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1bacfb8b509841859d14e66668692704",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dd1e008f25254b98b1b0a951129b0bff",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "ff9e9d8d44ce441f83d6eb7f85c52b8a",
      "Inputs": [
        {
          "Id": "035c85f219b84ca189a47b6f3b48992a",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "33628e6947fc477cb7e0bbde36a334ef",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "440372d4dda04988bbe6bae828dc9fbb",
      "Inputs": [
        {
          "Id": "009a2b26c00848ef81d0f7c57974d2fe",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bbb88c2d21b145f585cc583d2fd4ee31",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "+@var[]..[],var[]..[]",
      "Id": "a96942101b304118b91fe6d8f7561e7c",
      "Inputs": [
        {
          "Id": "bc96d0024db44a90af588b653ddefff1",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "db75779b70a04aaa952d5450ee399dbd",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ccfa6f6be0554a1da95cd505e6aae50f",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Adds x to y.\n\n+ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "/@var[]..[],var[]..[]",
      "Id": "f4dc461972794a068f99b9654be795c9",
      "Inputs": [
        {
          "Id": "214b49d150874c6d861d5329d9c00062",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "35d1e78635cd43f38a5ff278a0c66a5a",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8a41057742bb457b96a17c152821f534",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Divides x by y.\n\n/ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "2;",
      "Id": "acb46cdbbe0e4627913a2f515273ddb6",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f63689f6e76d4107aa4ac1565b0d1490",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "14d2833a42d94dc892c11d15df27de6f",
      "Inputs": [
        {
          "Id": "02a02b9ff6c54d399c9dcec660f036a0",
          "Name": "x",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f53520383560410eb268e07a9b72c566",
          "Name": "y",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cbf7c829bb854feaad5b7a1eed140da0",
          "Name": "z",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fad30bc397e14e7c84ac1748312c2b5f",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Point given 3 cartesian coordinates\n\nPoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "StartPointForLibrary;",
      "Id": "af8629080fc14e5d91548c6904da869f",
      "Inputs": [
        {
          "Id": "79c6ec5b23da4e7b965d1910c5727456",
          "Name": "StartPointForLibrary",
          "Description": "StartPointForLibrary",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "60db30b2e2364d32a92a8932105f06ba",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "HeightClimb+2-(amountStorys-1)*LevelHeight;",
      "Id": "bfe68587643c43d99c24c3f093643403",
      "Inputs": [
        {
          "Id": "e68b8e1aa32e4d07a3c4ac613ad757d1",
          "Name": "HeightClimb",
          "Description": "HeightClimb",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4deedbd522894ce5ae4efd7649beeda6",
          "Name": "amountStorys",
          "Description": "amountStorys",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7947c154aa664c2fadff8d8c5c25cd6b",
          "Name": "LevelHeight",
          "Description": "LevelHeight",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "156517e062bf420789504e98d82e81e3",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "FirstStraightLine;\nFirstCamelback;\nFirstArc;\nSecondStraightLine;\nSecondArc;\nSecondCamelback;\nLoopOrNot;",
      "Id": "54655f1750e44ab99350238c6ed7ea39",
      "Inputs": [
        {
          "Id": "e5f0d8aa1d26494a9198c2c72c58393f",
          "Name": "FirstStraightLine",
          "Description": "FirstStraightLine",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4f624bd4941f497591f99e47b1cff9e2",
          "Name": "FirstCamelback",
          "Description": "FirstCamelback",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b572f09b15b849238c0f3b42f410cadf",
          "Name": "FirstArc",
          "Description": "FirstArc",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1f8ef6480a57488dae8f3023fb77afcb",
          "Name": "SecondStraightLine",
          "Description": "SecondStraightLine",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1a86ef3a2d0e4f1b8f121456f817715d",
          "Name": "SecondArc",
          "Description": "SecondArc",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5f10679249d947f287631a9d7a507365",
          "Name": "SecondCamelback",
          "Description": "SecondCamelback",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6e883149de6548d0ae0936fb210092d1",
          "Name": "LoopOrNot",
          "Description": "LoopOrNot",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "234cfbe34d7f4f78b2d6a5bc36e9d411",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5d4d098ef646420f9632d2fb486baeda",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c21f27d8981448bdb6bf4d3c211ae622",
          "Name": "",
          "Description": "Value of expression at line 3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c7435f1bb5cf49c1be171966069eccb2",
          "Name": "",
          "Description": "Value of expression at line 4",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "795e2720c3cc407fa0b5ec74045980fb",
          "Name": "",
          "Description": "Value of expression at line 5",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "20a260835f7d4859b064c202008a9e17",
          "Name": "",
          "Description": "Value of expression at line 6",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c8ec11835cc44cf9ba5770da72abd9ab",
          "Name": "",
          "Description": "Value of expression at line 7",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "StraightLine;",
      "Id": "2edca4145ddf4357adb3f60ff0356330",
      "Inputs": [
        {
          "Id": "9e8e80f7965a4e668f370a6ca738072b",
          "Name": "StraightLine",
          "Description": "StraightLine",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c8d2db3316f84823a3c5b6277a027ba7",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "8eb5477db072496ab7039ebc48e939c5",
      "Inputs": [
        {
          "Id": "e4dbb58839334b8fa9a6579da4d6f7be",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6d7e084e1095492697a8c0858f5ba852",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "146f503cae5e4641ac7c363c13068b5b",
          "Name": "item2",
          "Description": "Item Index #2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "04e3e899ee0644328ca71303832efcb8",
          "Name": "item3",
          "Description": "Item Index #3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "110d0d1be00b423d881d9e0d77828c98",
          "Name": "item4",
          "Description": "Item Index #4",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9372a031aae7460fa3189ceb565ae72c",
          "Name": "item5",
          "Description": "Item Index #5",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d3310d60806949c59c46c430c91c904b",
          "Name": "item6",
          "Description": "Item Index #6",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "79de64f76b2d4574b3fbb5b4b2052537",
          "Name": "list",
          "Description": "A list",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Makes a new list out of the given inputs"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "36d1789d3fe644fe877279f1a1353e20",
      "Inputs": [
        {
          "Id": "d9ab68878687497d8018e32688a1bb3a",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 1,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e08352b4bf5d463b853be4a7f5c6cb5a",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "87e3ff8645964154a8150599642d6eb4",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-1;",
      "Id": "622cd588f3a54008949a4d5ac060a0f5",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "157724a18b9143b6a92631c2c878dc36",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "81d0e4f58b3e44e4886a936dc5aaedda",
      "Inputs": [
        {
          "Id": "e17eecc4f41649568cf8f464770b0fe0",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 1,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "387f5ce3f017494e92ac573821b5447e",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "85bbce67e5d4489e862e2287cf8e7ae7",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-1;",
      "Id": "46940494af8444f98f2c3f2b1a7c819b",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "8d340993aa024ca0b625affdf5f666d3",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "2f3263debf3343d7b5d31cfa704a7a9d",
      "Inputs": [
        {
          "Id": "8d2f665529d84bf7983f7662cd73f05e",
          "Name": "test",
          "Description": "Testblock",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "33d0aca16f214b80a2c61827e55bb2da",
          "Name": "true",
          "Description": "true-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "217af62a85964fd0a72ff10637e9c207",
          "Name": "false",
          "Description": "false-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5f381cfded714093912523bea0cad7b7",
          "Name": "result",
          "Description": "Ergebnis",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Bedingungsanweisung"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "<=@var[]..[],var[]..[]",
      "Id": "6d034a87e0454425af918cf9334b1c3e",
      "Inputs": [
        {
          "Id": "14e91d49f3d44045bf13f5e05eca4aa0",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b84e6e9b28f24f20a4019b1c1dc8309f",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b1a879ba6ea141db8cd29d2010abfa03",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "x less or equals y?\n\n<= (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "2;",
      "Id": "1966dfd7a4b24a0b8184f46a7978a436",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "249259116469473a85e99453ef708403",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "3;",
      "Id": "f407887fc74e42dbb7c0272720f4602b",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "151c8469b124486a890afa1e4d523493",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "32e8a2baefe043eeba3cbb08ad069020",
      "Inputs": [
        {
          "Id": "c41c403e984a438383515911cbbe2c07",
          "Name": "test",
          "Description": "Testblock",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0ad665c170a445ce92f4670247fba2f2",
          "Name": "true",
          "Description": "true-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "81e927a88ca44a11b464f53baf676b60",
          "Name": "false",
          "Description": "false-Block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f74e73fedce04211af00a4d99969d919",
          "Name": "result",
          "Description": "Ergebnis",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Bedingungsanweisung"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "amountStorys*LevelHeight+10;",
      "Id": "099d6db6a2c74cba942f49fdd4e4adb6",
      "Inputs": [
        {
          "Id": "aa528e3e91c548b7bb29a6eddf9928bc",
          "Name": "amountStorys",
          "Description": "amountStorys",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5e26ca5aaab64535acd370fd783383a7",
          "Name": "LevelHeight",
          "Description": "LevelHeight",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fa41e52fd569458fa484474cc8c25cfd",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "amountStorys;\nLevelHeight;",
      "Id": "0cfbed69ff584c6098697ed0b4553f2d",
      "Inputs": [
        {
          "Id": "5f7ef50170254cfaaf84e4afb8349302",
          "Name": "amountStorys",
          "Description": "amountStorys",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "504e0a29ee264fe690e88ac6b9d787ca",
          "Name": "LevelHeight",
          "Description": "LevelHeight",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3eff6bc85f884d15b459c1eb256320e7",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c2c4dc722e474b389f2fdfd41599cfc4",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "amountStorys;",
      "Id": "0f126a815f9e4e3788aba5fa52706c4c",
      "Inputs": [
        {
          "Id": "b01db016a0eb4daeb4761373543c9461",
          "Name": "amountStorys",
          "Description": "amountStorys",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b97c8f46e1494fbeb5de5373c9a5fbf4",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "68bbf5857a2c471892e9729c255a1755",
      "Inputs": [
        {
          "Id": "6c7d8832f043473e84ff643c10f49085",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fcafa7f3b7854f1dadb3fdac02b69e1d",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "36d4b9359007478bb8ab917c4f8f187f",
          "Name": "list",
          "Description": "A list",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Makes a new list out of the given inputs"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "948e8d33bb104710866dcda5dece6d57",
      "Inputs": [
        {
          "Id": "ab22736de8e84f06bd4be775b5a652f3",
          "Name": "test",
          "Description": "Test block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f556ef0f76394234a2830afcde113c32",
          "Name": "true",
          "Description": "True block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9533b95003f5454ab9de7c08ca855d97",
          "Name": "false",
          "Description": "False block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c524ffe2421b4c92a2938aadf6db8cbe",
          "Name": "result",
          "Description": "result",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Conditional statement"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "0eb6438e2ee14454b5b9c6efd08554a3",
      "Inputs": [
        {
          "Id": "0825280d41a5420c91542581fd861c95",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b42a98cff5e34951a6a9ca831433aa74",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7b0daabde7c945cca9f1f747319b7623",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-1;",
      "Id": "691b655ab16747b492d913777a61c6a5",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "78e19dea03f84e66bc78d07a08ca794e",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.Object.Identity@var",
      "Id": "912c1c7be2c34bc9aa75056d79f7f1f8",
      "Inputs": [
        {
          "Id": "5cc7917979ea4b9e82431724f5907a84",
          "Name": "obj",
          "Description": "An object.\n\nvar",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b9956e0e75c642ecba081278b1a91895",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns what is passed in, doing nothing.\n\nObject.Identity (obj: var): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Sequence, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "9575601b5ca64375b8ca983209a31d78",
      "Inputs": [
        {
          "Id": "491dfb38ee124faabfb5925ed62b2839",
          "Name": "start",
          "Description": "Number or letter to start the sequence at\r\nDefault value: 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f9084c9df68a4ccb820ea512894587b8",
          "Name": "amount",
          "Description": "Amount of numbers in the sequence\r\nDefault value: 10",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e668c87a43ed4bf79a558aa7367f3476",
          "Name": "step",
          "Description": "Space between numbers or letters\r\nDefault value: 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c2fcedf6f2124c9db5daba5339a7fd40",
          "Name": "seq",
          "Description": "New sequence",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a sequence of numbers."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0;",
      "Id": "862955070d174757b23265761d388c85",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3f06e0c1a6fe4f1f914ca9fa15e5a457",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Count@var[]..[]",
      "Id": "2863afd1bc3b4a6985bee97223430fcd",
      "Inputs": [
        {
          "Id": "6931ef4d22324c9aa1d982482b08a08e",
          "Name": "list",
          "Description": "List to get the item count of.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8ad6b7ef1e654a3393954f6e079da413",
          "Name": "count",
          "Description": "List length.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the number of items stored in the given list.\n\nList.Count (list: var[]..[]): int"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "<@var[]..[],var[]..[]",
      "Id": "1c44d7fa123741719bd5dfa581ba9439",
      "Inputs": [
        {
          "Id": "a6d6564e19ec4ea7b86e3070d46e8f65",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1c3705437047408da7cd408860b57e27",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3ca71b24a3004ee3a25c7f1dfad2996b",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "x less y?\n\n< (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "3;",
      "Id": "f8fa25b0932c423eae4869fb73b9cff6",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "4fc66de278a249c1b296ed1191463bb3",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "d7ad0c1753b648f3b603af018627859b",
      "Inputs": [
        {
          "Id": "a54db8098de9402c9df4ebbacca2abc3",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fe9cdc7800dd48d7b16f0b9c081366f6",
          "Name": "endPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2715eb8b33694d3ca8f8063fcc798809",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a straight Line between two input Points.\n\nLine.ByStartPointEndPoint (startPoint: Point, endPoint: Point): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "4c4d1764cf5f4427b93d56eb37c78207",
      "Inputs": [
        {
          "Id": "6df226dcc61548a2a1f550604b8610f4",
          "Name": "x",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bdb62b89d4984a7bb2f53858fb6491cd",
          "Name": "y",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "81898e0e6cfa4b0c9c7c1785e687307f",
          "Name": "z",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "421cf96e0d4e45e0a31af57fe3a16f7b",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Point given 3 cartesian coordinates\n\nPoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "12cbd41c383949af9179428872498f00",
      "Inputs": [
        {
          "Id": "bc56a2e383da4b44b249de9c11b03535",
          "Name": "x",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2c9712f065574a6bb44833fbc5cfed37",
          "Name": "y",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e811645443f94bfc8fa4e3dca1362fb4",
          "Name": "z",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2dc35f62a6824e659374f637cc7c293e",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Point given 3 cartesian coordinates\n\nPoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "3;",
      "Id": "d50e7c92b16b4ee59d9d480b0daf5227",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5eb346d9861b4514bbf40c9be52794ef",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.SplitByParameter@double[]",
      "Id": "c5df1e71d6ab40b384ebd6f0102e25f0",
      "Inputs": [
        {
          "Id": "94c6686aa59f4a2fb844de69e995a9b0",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1e20aa1cdf2348a39f5535f0db63f852",
          "Name": "parameters",
          "Description": "double[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "461c0dd2b20e41578aeaa200928c1372",
          "Name": "Curve[]",
          "Description": "Two Curves remaining after the split",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Split a Curve into two pieces at the given parameter\n\nCurve.SplitByParameter (parameters: double[]): Curve[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Sequence, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "5cd326a3e38a4fbeb856c649e4c5c3a7",
      "Inputs": [
        {
          "Id": "3951ca282f2a4b3ca471a0727ef25467",
          "Name": "start",
          "Description": "Number or letter to start the sequence at\r\nDefault value: 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "60952caa7d164c918b35d9098c450901",
          "Name": "amount",
          "Description": "Amount of numbers in the sequence\r\nDefault value: 10",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1177652546f3445c9c058385fdca264a",
          "Name": "step",
          "Description": "Space between numbers or letters\r\nDefault value: 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7ae296028fd1468a9e75affafafd62ef",
          "Name": "seq",
          "Description": "New sequence",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a sequence of numbers."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0;",
      "Id": "39a227940a3a41aea2230c7881eeb5d3",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "1c0bc68acf9b4d328fe9715f4531c9b5",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Count@var[]..[]",
      "Id": "8fb0ec7f5349464ba495bcf6ec2095dc",
      "Inputs": [
        {
          "Id": "83d372455a764ab5aa611786d79665b9",
          "Name": "list",
          "Description": "List to get the item count of.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b0ec46ea29654206b48ce0291dd25dfe",
          "Name": "count",
          "Description": "List length.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the number of items stored in the given list.\n\nList.Count (list: var[]..[]): int"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "",
      "Id": "f50476ea5e6440818c5464f8f130f1b3",
      "Inputs": [],
      "Outputs": [],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "79+42;\n1/(80+42);",
      "Id": "20ff86cdd2b24130974bd50dc481ba5a",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "b7b12a357f5d41fbaed27e8a57cdc102",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "82f830cccfc641888b119abd62f9c921",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "833e707644da42488f4a85801e6f7e94",
      "Inputs": [
        {
          "Id": "eb6412c1b90f4f54af0474173648791b",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "30b3bc6596484727a28f168de41f9a83",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ccaaf5e46b0947b5af1e31e0b59f925b",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "170;",
      "Id": "f79f8b3f3a144b0987ae32339db1e296",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "eb580f639ce943fa9ba5bdba93880cf3",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "877f073851e5473cacdf70f7b3f355ad",
      "Inputs": [
        {
          "Id": "7319eb1ae6cb4c269eff31ef072be7fb",
          "Name": "",
          "Description": "Node to evaluate.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0f9055e5cb814cf78410171008e45669",
          "Name": "",
          "Description": "Watch contents.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the output of node."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "7f28f7e786b040b3b14e1da550dea166",
      "Inputs": [
        {
          "Id": "64bb762b5f9645c5856faf89f202d198",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8787962952f0458a8c060bbf33d32b0a",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "90e05d78b92449a7a8efdadeff6ec951",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "straightLIneWithLoop;\nstraightLineWithoutLoop;",
      "Id": "01715295afad4f0e98efed4471e419a7",
      "Inputs": [
        {
          "Id": "ecf38dae44d54f36a146b1f2e1b07ad9",
          "Name": "straightLIneWithLoop",
          "Description": "straightLIneWithLoop",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5efb81e219f942c69d81620d422504c1",
          "Name": "straightLineWithoutLoop",
          "Description": "straightLineWithoutLoop",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7971f50595f34d978f57c246b34ce23a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5da46b634c7a4ff9a9ffe0f7bac1c838",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "b6e8913b5efd43bc9a0f528bd2b3103f",
      "Inputs": [
        {
          "Id": "fefd60cd1ac54cc9a1600bfc7dec59c6",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7c84a30f61034c948f3e2a84843e9b33",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "3979947d1b174ab4b95fb1067c9b9953",
      "Inputs": [
        {
          "Id": "21fc8ad74a5d4868a75aa9541ac5588b",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "149bbbeef8ed460aba4c3323ac011244",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FirstItem@var[]..[]",
      "Id": "ef2021476fd74d89b792ee6da4495e1d",
      "Inputs": [
        {
          "Id": "ad39bb456be64d629502bbf9544b14c1",
          "Name": "list",
          "Description": "List to get the first item from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8c5677dec0b747d9a6494a8c242c1e85",
          "Name": "item",
          "Description": "First item in the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.If, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "837ecc5411c841fc95e282d131e8e542",
      "Inputs": [
        {
          "Id": "001565ac71af4bd7a58902248faaaba6",
          "Name": "test",
          "Description": "Test block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5c2bafacecf8401392bcba20772d85c4",
          "Name": "true",
          "Description": "True block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f4e23db17d3b4e38812e36f671674ff8",
          "Name": "false",
          "Description": "False block",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ed435f57ef9f43ccb71e2e725cd84a43",
          "Name": "result",
          "Description": "result",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Conditional statement"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ZAxis",
      "Id": "939af326d5084c849ea6dbaec8e6e0c5",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "006cfd1707a84f2fb26b00165a31b346",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical Z axis Vector (0,0,1)\n\nVector.ZAxis ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "90;",
      "Id": "6595c7d2d2b4400a9675f7bc98a17608",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "a0a6fe7274d74333925225e68a5b6427",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Rotate@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "ad1bd02149aa407ea7b6f7193cbf969b",
      "Inputs": [
        {
          "Id": "9fffdb5cb29e4c64bb982aaed97162b3",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6858fd8721384245b6d2a41ad600acb8",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d0fe6513c5a7475781b6ab0a8e3e66d2",
          "Name": "axis",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d7830b25a27d4dc18bf873294d5afa48",
          "Name": "degrees",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b92471198b8949bda7fbd9adaa20eca1",
          "Name": "Geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Rotates an object around an origin and an axis by a specified degree\n\nGeometry.Rotate (origin: Point, axis: Vector, degrees: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-Movement-3-pitch;",
      "Id": "1ee5378f4148436d9c4a800a42950f58",
      "Inputs": [
        {
          "Id": "8f211c6058d24880bf43633f649ce3bc",
          "Name": "Movement",
          "Description": "Movement",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f6de0c079aac4e0baa24bd546f1ebf1a",
          "Name": "pitch",
          "Description": "pitch",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ae55209c98a74df9b8784e74217f59d3",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
      "Id": "d970bd06c5f5400baded3898d1f3919e",
      "Inputs": [
        {
          "Id": "1e22288ed27a4133b55480bebb52e063",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a38542c773464659831d0e4e44579ef8",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6b95d0be81d1407bb52a07f713882a03",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5574dca531f845d0b5670bcc07fc5779",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "12f841c8ef3e45938911edd9d12a6349",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.Length",
      "Id": "073a50fdc13d4d609a1a608f8f09b6aa",
      "Inputs": [
        {
          "Id": "8b4162487ba245679ae39b760d4737fd",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "519314bf8d5546d59d9231c4569858c9",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "The total arc length of the curve\n\nCurve.Length: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.Length",
      "Id": "072e4f627b11472eb6b053620fffbc47",
      "Inputs": [
        {
          "Id": "768731d59043458aa91ae914280b90ed",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f6a68873edc145a498a9e44f55c8bd7f",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "The total arc length of the curve\n\nCurve.Length: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "+@var[]..[],var[]..[]",
      "Id": "db3ba5ba351942dfbb40d7e851861f78",
      "Inputs": [
        {
          "Id": "a5bf2ab67cb1482a89b91406c64742ef",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "78dd7996aa1f44fd96e59b9e322ea839",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8ca4b09249f8468589db5a58098f7f05",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Adds x to y.\n\n+ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 3.0,
      "MinimumValue": 0.2,
      "StepValue": 0.2,
      "InputValue": 0.6,
      "Id": "c71560142e6a404790e5c05a518d5bf7",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "8a1956312f88440aa8a74f20ed32a67a",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "A slider that produces numeric values."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "Math.Round(amountPeople*Math.Pow(10,6)/365);",
      "Id": "c6f07f8bdfc04e908dbd338cafd57134",
      "Inputs": [
        {
          "Id": "976d7c2f1af942fc835c89b30f363901",
          "Name": "amountPeople",
          "Description": "amountPeople",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "45bfa57501e248419be6cbb5a9cfa8d6",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "HeightArc+HeightClimb-zStartPoint;",
      "Id": "4058edf1684b4b82a5f98131fb55ef53",
      "Inputs": [
        {
          "Id": "f476a91bb8944c508a36eb2f770f6275",
          "Name": "HeightArc",
          "Description": "HeightArc",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d160b752e0944aa58a17d31e64094c59",
          "Name": "HeightClimb",
          "Description": "HeightClimb",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dfcc539897eb410b8a295866a5706cef",
          "Name": "zStartPoint",
          "Description": "zStartPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a66428bd8c7a4efc80f33b710a674e89",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-zStart;",
      "Id": "d5f084c0a7c349fabd0f55b2c8d1bd61",
      "Inputs": [
        {
          "Id": "7e2e032dd1584c44bad3fb721ca13070",
          "Name": "zStart",
          "Description": "zStart",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "363a1733960345b1b99f2ba98d8e09aa",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "a1653b2c79df4796abe2bc1ed079a086",
      "Inputs": [
        {
          "Id": "e7eab8c8bf0a49b18b402087c69d96dd",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "034072c743f04802aae3933c40d9123a",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Point\n\nPoint.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "xPoint+TrussWidth/2;",
      "Id": "21839ff7d9ef4f8c8e41768c1fee0c76",
      "Inputs": [
        {
          "Id": "7c18dbcabbe44eeabbb781c8d5662617",
          "Name": "xPoint",
          "Description": "xPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5be006dad5784778b928bb7f36aefddd",
          "Name": "TrussWidth",
          "Description": "TrussWidth",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8cf6f6848ec24990b7bc100d8d415151",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "7bf2f8ebe45f47759e96e7eb70919687",
      "Inputs": [
        {
          "Id": "2ca30c742f554eaa9ca23532b85f0a3c",
          "Name": "x",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "55ef759348214b38b4dd48eceaea67ce",
          "Name": "y",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "330bd03b171b4f0384dfaa80a0eb2140",
          "Name": "z",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9d786fb7422048bdb51ea211eb3f3d43",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Point given 3 cartesian coordinates\n\nPoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "182e688ad8754c80b4102e8ba450b3cb",
      "Inputs": [
        {
          "Id": "65ac8106a9394ddd853f79f6036321ae",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e7cabc475042452381bddb87ef764b14",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "38afe89cb4b447cead169ee7628735bc",
      "Inputs": [
        {
          "Id": "dd1f6b54a3f346f582abf1c6b3d428a5",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4fb4165b62c743e8abc442a263e4f97c",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "f8dec4ad52bd4502abb37cd2dbe7b968",
      "Inputs": [
        {
          "Id": "2f742f3d13ac4dac94a1ee62c847bcb3",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6433fb493ce045f2a43ae501c96b3584",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Point\n\nPoint.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "+@var[]..[],var[]..[]",
      "Id": "cb6b424d38c34a889611a93ac8f81753",
      "Inputs": [
        {
          "Id": "8dde7936cc9748c0ad6c3536fe064075",
          "Name": "x",
          "Description": "x value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "951aeec38a6d44b5925c2796a6ddaceb",
          "Name": "y",
          "Description": "y value.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "faeaa7b939de466295e4f688af45e7b8",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Adds x to y.\n\n+ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Arc.ByCenterPointRadiusAngle@Autodesk.DesignScript.Geometry.Point,double,double,double,Autodesk.DesignScript.Geometry.Vector",
      "Id": "d5d1ea0d341241dfa39ad092b9ed8b2f",
      "Inputs": [
        {
          "Id": "28ff462feb944f4184e6fdcb16a1aeba",
          "Name": "center",
          "Description": "The center of the arc\n\nPoint\nDefault value : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "295897bcc201456990d1ec9d4c8da556",
          "Name": "radius",
          "Description": "Radius of the arc\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c6233bf3413d4bce9a90fcb90049f482",
          "Name": "startAngle",
          "Description": "Start angle in degrees\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4ededdc57f304a2f8c0585e50b48eadb",
          "Name": "endAngle",
          "Description": "End angle in degrees\n\ndouble\nDefault value : 90",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ffcf6849a0574a1b97315532380e01c6",
          "Name": "normal",
          "Description": "A vector defining the normal of the arc\n\nVector\nDefault value : Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 1)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8c71669651d146be9ffaf489b2941320",
          "Name": "Arc",
          "Description": "An Arc",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create an arc by providing it's center point, radius, angle sweep, and normal vector\n\nArc.ByCenterPointRadiusAngle (center: Point = Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0), radius: double = 1, startAngle: double = 0, endAngle: double = 90, normal: Vector = Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 1)): Arc"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "180;",
      "Id": "aad06c7b88e74b108f4a978a45bb013d",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "6f1021c48eb34cf2b1eaa320fc507357",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "270;",
      "Id": "9c723bf4fce54fe788021d7d7f946b2d",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3e3d40c0dc7c4e9482fbff9fb9b12b05",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "60b029fa3eda4be287f6e2758ba9e5c8",
      "Inputs": [
        {
          "Id": "d574c26086564a5a816320c19f6d7b75",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9f37fbcc3e454a52b22e91e9a85d0e01",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.StartPoint",
      "Id": "eb0177156a40402dbead76934723a26d",
      "Inputs": [
        {
          "Id": "20f998e8e3364fb492f6115266c728a4",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "30538d15b41c431fb947d1ee94634876",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the start Point along the Curve\n\nCurve.StartPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "39e4d26787a044f5a05c555c3776ac17",
      "Inputs": [
        {
          "Id": "1f99977bc317461d85432f44a477ca75",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "de031932a4774399b22b0adadba5ee7d",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "9c7b29c86c474108b3ffded25ff2248f",
      "Inputs": [
        {
          "Id": "cf6fbfe87e544b068be21dbbb0bcc797",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dc5103236ef04a28a17de6d55df1b3cf",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 12.0,
      "MinimumValue": 6.0,
      "StepValue": 0.5,
      "InputValue": 10.0,
      "Id": "7f052ae2912744188c6af7a5bc915acf",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f89b1d653b04447b8db67367470d092e",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "A slider that produces numeric values."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double",
      "Id": "b33da21ec9aa429ca1cc30b14b3d1e5e",
      "Inputs": [
        {
          "Id": "c26af2be4edd44a3b25300a3a4ff5807",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "436600047e3e41678c6f4000cceae98e",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "56197c660658406d9ee8c2ff2518dd49",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7ada9400bc614877b8a644adb0b6867d",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b25e9ddb9d2a4b959d48f327055dab3d",
          "Name": "Geometry",
          "Description": "Transformed Geometry.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Translates any given geometry by the given displacements in the x, y, and z directions defined in WCS respectively.\n\nGeometry.Translate (xTranslation: double = 0, yTranslation: double = 0, zTranslation: double = 0): Geometry"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "xValueCamel-xValueArc;\nyValueCamel-yValueArc;",
      "Id": "282795dbf71a45c0a67c757838ae48b5",
      "Inputs": [
        {
          "Id": "a28e94d9160f4f3697dfb5f4d96ba912",
          "Name": "xValueCamel",
          "Description": "xValueCamel",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "48e798a33a8e4a058ff2d845b229ca59",
          "Name": "xValueArc",
          "Description": "xValueArc",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "64b23c6cb073403380d6a158adf69d78",
          "Name": "yValueCamel",
          "Description": "yValueCamel",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8157bf7c533c4659b1f6891a5eee018d",
          "Name": "yValueArc",
          "Description": "yValueArc",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "eba7d9a90df1473dba9ea2d824330c5e",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "506b90f60e234ffdbc13c39b4da40921",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "a275482ee2834352b4adc81172f8c82f",
      "Inputs": [
        {
          "Id": "8aac74ee290d47d695f46a21493bc630",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "871fa6d771e0496f971e51c64a113ac4",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "d24d4ae8-2aeb-4a9f-8b1d-c6bcb42ded02",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "ce1c002788de4f1d97c93dfc64afa011",
      "Inputs": [
        {
          "Id": "8089549664d34288a9bc15e8c180d0a6",
          "Name": "geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "da0d1c7071e44ee082735bd959afc73c",
          "Name": "zTranslation",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7f23b6fa1ead42b69e95c6762d6cd9d5",
          "Name": "w",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6230be475da143aa99dba7457948d061",
          "Name": "test",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b0bce63a81d840d59e8ccba3eae3a2e7",
          "Name": "MaxLength",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7b8a829d381c4a4091117e72cb19b139",
          "Name": "MaxPanelWidth",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3f546c5751054d29b06fe0e587203a87",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "360df9aac48e46e29b0a78261f5c7555",
          "Name": "degrees",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dc9e46841d3947088e4d538ac01f4054",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3c402325db4c468d98b311196d998283",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "35d4c417336f44f48bcff7d4b7309550",
          "Name": "Geometry",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1e82a11762a040efa0fbac191728aaf0",
          "Name": "angle",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "90beb541cbac4b2a9040a49594432c2c",
          "Name": "list",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b8512ea3c89849238b2291dc0380ca1c",
          "Name": "TrackGeometryCurves",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.StartPoint",
      "Id": "4850ff63721d47b89f7d4463160e4b7c",
      "Inputs": [
        {
          "Id": "ce759c5aa78844a8a26d37a2cb381ecf",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cc235b824d0a4b7d8a99d21030b5514d",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the start Point along the Curve\n\nCurve.StartPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointDirectionLength@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "36c7e5519d01480eba7cf041fefee905",
      "Inputs": [
        {
          "Id": "a4b0a185a20f4a72a8038489b1638ca0",
          "Name": "startPoint",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cc7e42ce8475480e8ac2b8b9704335e6",
          "Name": "direction",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bed1f4732d804aee8ec88b10d9dbb7fe",
          "Name": "length",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6251a7c6fd1547a48fee342a6cd1534b",
          "Name": "Line",
          "Description": "Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a straight Line starting at start Point, extending in Vector direction by specified length.\n\nLine.ByStartPointDirectionLength (startPoint: Point, direction: Vector, length: double = 1): Line"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.YAxis",
      "Id": "ed907713b2144dc38302c906b66be041",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "2f8d9a9f63d64c57b1681014e631cf1e",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the canonical Y axis Vector (0,1,0)\n\nVector.YAxis ( ): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "15;",
      "Id": "206e36a72c054b24b617c6a2b0403279",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "97e8444075a14b6daa532b3b1ce29a0c",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ByCoordinates@double,double,double",
      "Id": "dbadf60ff9e44f27b79baa1b38a4400e",
      "Inputs": [
        {
          "Id": "594557b05564479f8bfbcfaa110c3953",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "84c70162c97c44feb8be45b2d9cae6a0",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5aec7eb084884763869d845fc94fbe10",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "595ae4a51dfd42a08050e17ff2428baf",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Vector by 3 Euclidean coordinates\n\nVector.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.X",
      "Id": "5b992d8de3a847bba7a5e3ce396b86cd",
      "Inputs": [
        {
          "Id": "1c9e8415fdb9401091b9f145913820ef",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "19107f9fb454429ba74f80ebf67d6e71",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Vector\n\nVector.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.Y",
      "Id": "c3787b10f4df476fb1781ce5d66b69f8",
      "Inputs": [
        {
          "Id": "2e9e99e2ec3f4cb98e6a569a5deef72e",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4bbcd0fa60d741c5ab06d1383fffe055",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Vector\n\nVector.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.Z",
      "Id": "97cacdfba6754c20b3450cb046e0aade",
      "Inputs": [
        {
          "Id": "75a71796eee14d4798e8f5e23ba6da76",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9606f2cf8f4d40609ccbd712aa0f7755",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Vector\n\nVector.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-1*yDirection;",
      "Id": "a3ea5225fdf14fccb44c08040edfb147",
      "Inputs": [
        {
          "Id": "b76ae1d04e8d49b28c1b09d105b407fe",
          "Name": "yDirection",
          "Description": "yDirection",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "543687ba09a049a6942ac96ab6922474",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CustomNodes.Function, DynamoCore",
      "FunctionSignature": "d24d4ae8-2aeb-4a9f-8b1d-c6bcb42ded02",
      "FunctionType": "Graph",
      "NodeType": "FunctionNode",
      "Id": "7fba1fc4bcd34714ae75564c74b92b86",
      "Inputs": [
        {
          "Id": "f73febd474194453b6925d3de86e59ea",
          "Name": "geometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c3186beb12744a07922f403fbbb020fb",
          "Name": "zTranslation",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "83743080bd654788ba84dd550f57220a",
          "Name": "w",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3d769981585d4ed18371223798b53793",
          "Name": "test",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "aef355e0bb5c463a910a72fc0d654692",
          "Name": "MaxLength",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "100f6aa05ea541ecba72d25115452509",
          "Name": "MaxPanelWidth",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dc8617a508f346cd91ef630c7646a0bf",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d860a4ec397047489bd98b0ccc677b20",
          "Name": "degrees",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "600fe98e01cc4156aec5765b19948d10",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4f52b557e53c4fd48ea45a5417b13226",
          "Name": "Diameter",
          "Description": "var",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "22349c3384e149c7b400cd24b99d6c3c",
          "Name": "Geometry",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ccf4ac4eaecf4c5bbb9d59d52a117179",
          "Name": "angle",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bdc5d6edbd7f456d96d392e4db44a4a6",
          "Name": "list",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "12d77a2728cb4b8591a927f5b90cadcb",
          "Name": "TrackGeometryCurves",
          "Description": "return value",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": ""
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.EndPoint",
      "Id": "37f21967f2f44e39a88dcbb7d8b709b8",
      "Inputs": [
        {
          "Id": "7879e794f64d4f70a40dcf1f165bed05",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a741b89a22ec4009ac097093965b6aad",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the end Point along the Curve\n\nCurve.EndPoint: Point"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "f6050c50a1fe4d638765fa0db19eca6a",
      "Inputs": [
        {
          "Id": "e12ea427a3e1496f80758e811add8292",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5730d27b25564c3bbef1596a0a87034f",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "90e7b597832b43ff886038f78146a70e",
          "Name": "item2",
          "Description": "Item Index #2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a13cfb30996845b6b3c87a2a4008e11c",
          "Name": "item3",
          "Description": "Item Index #3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "24453b4a16cd4c779662577a54616330",
          "Name": "list",
          "Description": "A list",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Makes a new list out of the given inputs"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "4121ca54754246ab9e6acf731668bbce",
      "Inputs": [
        {
          "Id": "c9b48521941247ffaf544799294c6465",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c4a07eeb07534b99b9b4ad6b3f2939bc",
          "Name": "amt",
          "Description": "Layers of nesting to remove.\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bfc8100e407d4c3da55d7fd74ec2ea13",
          "Name": "var[]..[]",
          "Description": "var[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Flattens a nested list of lists by a certain amount.\n\nList.Flatten (list: var[]..[], amt: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.ByUnion@Autodesk.DesignScript.Geometry.Solid[]",
      "Id": "650f30a086344a349f5e66954fbb22f6",
      "Inputs": [
        {
          "Id": "03f0251efca2432c922afe7712f77ad0",
          "Name": "solids",
          "Description": "A collection of solids\n\nSolid[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cba263e180984faa9933f7ad1a7ecf65",
          "Name": "Solid",
          "Description": "Solid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Union a collection of solids into one solid\n\nSolid.ByUnion (solids: Solid[]): Solid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.Dynamo.MeshToolkit.Mesh.ByGeometry@Autodesk.DesignScript.Geometry.Geometry,double,int",
      "Id": "5c19c6cdeda845fe84e7c5a73950d974",
      "Inputs": [
        {
          "Id": "50615dc9f1484544b0eb42ca0141bc81",
          "Name": "inputGeometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3aa284d915d14cde9f104d6cb9abaeb3",
          "Name": "tolerance",
          "Description": "double\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c7a5bd5bdb3547a29e99ec67d09baa61",
          "Name": "maxGridLines",
          "Description": "int\nDefault value : 512",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a5cf40cd67944f728184e54799776d81",
          "Name": "Mesh",
          "Description": "Mesh",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Convert a Geometry object such as a Solid or Surface into a Mesh. The resolution of the mesh is determined by the Dynamo render precision\n\nMesh.ByGeometry (inputGeometry: Geometry, tolerance: double = -1, maxGridLines: int = 512): Mesh"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.Dynamo.MeshToolkit.Mesh.ExportMeshes@string,Autodesk.Dynamo.MeshToolkit.Mesh[]",
      "Id": "e0df20e6566d470abccec8acfe249ead",
      "Inputs": [
        {
          "Id": "73cb3e980efc48f68a7157b29ae62f56",
          "Name": "filename",
          "Description": "string",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5e28742860724a818471d300df12f56c",
          "Name": "meshes",
          "Description": "Mesh[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "41f9f550caae432a9bfc2ccd59d053c7",
          "Name": "string",
          "Description": "string",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Exports meshes to a format determined by file name: .mix -- Meshmixer .obj -- Wavefront .stl -- STL format .dae -- COLLADA .ply -- Polygon File Format This function returns the filename of the output file, which may need to be changed if it contains non-ascii characters\n\nMesh.ExportMeshes (filename: string, meshes: Mesh[]): string"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.Filename, CoreNodeModels",
      "HintPath": "C:\\Users\\jamysommer\\Documents\\1_MASTER\\ModelingCivilEngineeringSystems\\AssignmentIII\\DynamoModel\\Export.dae\\Version2.dae",
      "InputValue": "Export.dae\\Version2.dae",
      "NodeType": "ExtensionNode",
      "Id": "1d792192ec0c4f11b842f8725be13025",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5c243f2d257740868ef5d3a9bca48ce8",
          "Name": "",
          "Description": "Filename",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows you to select a file on the system to get its filename"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.BySweep@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve",
      "Id": "b10248a412fb4cffb8174d2b4cae32a1",
      "Inputs": [
        {
          "Id": "425ae7a116ec4c22bd36c333138cc208",
          "Name": "profile",
          "Description": "Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d5affa543b9c45a4bc6006972b66b3cd",
          "Name": "path",
          "Description": "Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "542c2beca99e450199a1f2b139bb9a81",
          "Name": "Solid",
          "Description": "Solid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Sweep a closed Curve along a path.\n\nSolid.BySweep (profile: Curve, path: Curve): Solid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.1;",
      "Id": "63a1e0277ef34610b5e2b1cea994ea6e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "8d3def89896049d288f70af79be77d01",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.StartPoint",
      "Id": "db37bedd62be41498b036dee6491f42c",
      "Inputs": [
        {
          "Id": "1bf31786dcc74b8d808d49782f29d250",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c332672c3e2d45c59b9640ac050a06a0",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the start Point along the Curve\n\nCurve.StartPoint: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FirstItem@var[]..[]",
      "Id": "230f7881c8434d07a0a7f23b622a0feb",
      "Inputs": [
        {
          "Id": "10405f47e28841cfb8ccdf2ffc01d6e5",
          "Name": "list",
          "Description": "List to get the first item from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f79c2cf4078b4997a24b965c8c4b8858",
          "Name": "item",
          "Description": "First item in the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the first item in a list.\n\nList.FirstItem (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Circle.ByCenterPointRadiusNormal@Autodesk.DesignScript.Geometry.Point,double,Autodesk.DesignScript.Geometry.Vector",
      "Id": "bd6d7b4d11f74d8a880518bfc9ef67cf",
      "Inputs": [
        {
          "Id": "76ebcd2b75de489faa35c4cda41b0966",
          "Name": "centerPoint",
          "Description": "Point\nDefault value : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6ce3f16ea5864373a6742b5559acb5fd",
          "Name": "radius",
          "Description": "double\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "115f804e13fb4807aa932702cf28edfa",
          "Name": "normal",
          "Description": "Vector\nDefault value : Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 1)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b42d508b744941b7827d5514fcee0f00",
          "Name": "Circle",
          "Description": "Circle",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a Circle with specified center Point, radius, and normal direction.\n\nCircle.ByCenterPointRadiusNormal (centerPoint: Point = Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0), radius: double = 1, normal: Vector = Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 1)): Circle"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.TangentAtParameter@double",
      "Id": "93e739aa95bf466a9075993a7081eeb1",
      "Inputs": [
        {
          "Id": "8fb66413bffc4bba995be85b0613e7ef",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5204110565b04677937d595e89709af8",
          "Name": "param",
          "Description": "The parameter at which to evaluate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2c43ad6c871146f7b8a9d34a0be58e1b",
          "Name": "Vector",
          "Description": "A Vector parallel to the curve at param",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get a Vector tangent to the curve at a specified parameter between StartParameter() and EndParameter()\n\nCurve.TangentAtParameter (param: double = 0): Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0;",
      "Id": "a7523ffd67594e32a976b7daa4f0d21d",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "4af56e8c6baa4ab689f3586c22ff597d",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "POint;",
      "Id": "5033d86a21e441478cda76a2c79b3e5b",
      "Inputs": [
        {
          "Id": "4118c919f58f4508a7c7acc24dea1a5d",
          "Name": "POint",
          "Description": "POint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fe07c1cdaa8240b9b2ede603fbb08d43",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.X",
      "Id": "44ce13aa55fc40d787d8be8892b398b8",
      "Inputs": [
        {
          "Id": "1c6ba29a122848acb8efd44df5c3570c",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6e1c6d4690a7412a99015bb2f59d752f",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the X component of a Point\n\nPoint.X: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "xpoint+1;",
      "Id": "4f5f25563d474224b5521f61efd79f45",
      "Inputs": [
        {
          "Id": "80f43a8d50af4400a653daf297bf6550",
          "Name": "xpoint",
          "Description": "xpoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4b115f7c09cc4480bc3315106f057ca4",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Y",
      "Id": "96d66f61b757416e921cefd18d494431",
      "Inputs": [
        {
          "Id": "47e235f1b87a477980dc8acb3e2be027",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "75a28292c697478b81f8996a71f3b74d",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Y component of a Point\n\nPoint.Y: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "2348c92ca0274ca0b2119f446a419e9b",
      "Inputs": [
        {
          "Id": "0a0e44ef8ca94c55b8ee4d364085c358",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a651774cf8f549c3a564e900a45dcf04",
          "Name": "double",
          "Description": "double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the Z component of a Point\n\nPoint.Z: double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "55e7d8554979469893ea9fd8b94fc228",
      "Inputs": [
        {
          "Id": "535137e8a4034e3c8fa08168f5d101e9",
          "Name": "x",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "46f29379635a486e8ea1c0e663dcca6d",
          "Name": "y",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bedfa01a77884106b364caa735567ac0",
          "Name": "z",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "403b6811df034a699aa1637aaaed92a1",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Form a Point given 3 cartesian coordinates\n\nPoint.ByCoordinates (x: double = 0, y: double = 0, z: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "TheaterBuilding;\nLibrary;\nRollerCoaster;",
      "Id": "ff7dfb7b65c041e88c95bc3a5ac6be11",
      "Inputs": [
        {
          "Id": "6d8d98f6096f4e518f7527ff17c385c1",
          "Name": "TheaterBuilding",
          "Description": "TheaterBuilding",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bd20c79c8a1d43c8827165ecd168a547",
          "Name": "Library",
          "Description": "Library",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "be3a47437bc749ceb2d9d1c4c94a0654",
          "Name": "RollerCoaster",
          "Description": "RollerCoaster",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "89a32d93772148dfbdba270ec188714d",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c3756a511832443b8eaf7f7e02f9e9ec",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2bf4165fca4243adb46619c23a6919e9",
          "Name": "",
          "Description": "Value of expression at line 3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    }
  ],
  "Connectors": [
    {
      "Start": "d51b1af42c664a5791bca083994cf01a",
      "End": "5a8598def9b7464ba0159e316baf7073",
      "Id": "b6d59f6e51f54f3287c698e00c3046fe"
    },
    {
      "Start": "d51b1af42c664a5791bca083994cf01a",
      "End": "06a01f8a103d4efa9c69180a8074ce15",
      "Id": "00371be5e30244169f6b0c736295f9ba"
    },
    {
      "Start": "d51b1af42c664a5791bca083994cf01a",
      "End": "3bbbb27587c5488cb7d3a7a811fcb0e4",
      "Id": "8c8648fa4215474da1abaa89297a20ee"
    },
    {
      "Start": "d51b1af42c664a5791bca083994cf01a",
      "End": "a6ef4a415bd34f3ea36dc78e5e7f59cf",
      "Id": "2d9a5fd235534f63817318a0bf8b3c6c"
    },
    {
      "Start": "dd4641b64d0f4b57a10a15c49627eaaf",
      "End": "4f3f4b4b46b44aefac950c8004e6a611",
      "Id": "0d03750856aa4a3495dbbf71b0a6d789"
    },
    {
      "Start": "dd4641b64d0f4b57a10a15c49627eaaf",
      "End": "2dc3db37fbfd42e486ead3be82ec0b8b",
      "Id": "8c63065d4fea4fcc937c5cca15710426"
    },
    {
      "Start": "dd4641b64d0f4b57a10a15c49627eaaf",
      "End": "d83da3adc4064aee907ef0e1ecc850ca",
      "Id": "eed7c8cb090f4622adfce7efe95589d9"
    },
    {
      "Start": "dd4641b64d0f4b57a10a15c49627eaaf",
      "End": "e97fc056ab894ec5b9aef60186ab99a2",
      "Id": "e09720c37bdb4602a022c2f813a8b1d1"
    },
    {
      "Start": "dd4641b64d0f4b57a10a15c49627eaaf",
      "End": "c0961a1a60ea4e7487889a358d5c06e8",
      "Id": "d68237c57fd448ecb3bed49de2e9f5d3"
    },
    {
      "Start": "dd4641b64d0f4b57a10a15c49627eaaf",
      "End": "6c2cda59dfc64b9493a2142c044ef0f4",
      "Id": "403deda6e1a8414180e5aa75e9e0284f"
    },
    {
      "Start": "b04f381ea2084e768a0fbcb8d86665ae",
      "End": "f773718233484d6cb754dd4b9dcf18da",
      "Id": "b2bbfc9adcb4449bafc3f8415f08c0ce"
    },
    {
      "Start": "b04f381ea2084e768a0fbcb8d86665ae",
      "End": "8b4162487ba245679ae39b760d4737fd",
      "Id": "2351dcfde6e44ee3a14c0fd8cd5a9d25"
    },
    {
      "Start": "9f8218c898c646e5b571041d795a25d8",
      "End": "6394125504464265bacd63aa00fd159d",
      "Id": "3705628b4625439684e922bb295fe53e"
    },
    {
      "Start": "9f8218c898c646e5b571041d795a25d8",
      "End": "182cfa56c7564f1e811ed4a4da4b5c10",
      "Id": "264733714eb24149b4f55fb39c0c8aa1"
    },
    {
      "Start": "b46ebc03fc10422f9d0d055335b09b89",
      "End": "61b01969640d4d9ca5be2d560a2e31d5",
      "Id": "9ab1d5d4061145d0b2da88760a29c889"
    },
    {
      "Start": "75ae6f07d0d0416a952483d9b1aa008d",
      "End": "71a59f553e30482bbc7697782c186a3b",
      "Id": "2d1a0fd9a6c246b08d8e8c4ea5aad94e"
    },
    {
      "Start": "75ae6f07d0d0416a952483d9b1aa008d",
      "End": "768731d59043458aa91ae914280b90ed",
      "Id": "95eb8a3a74554bee9c12e38b988943c3"
    },
    {
      "Start": "cc1a32c7bf9a4ad485080e0439198136",
      "End": "a9748457b4144fa3b4d98786bf9059bf",
      "Id": "00b2861099704a4c83f54d511365ae20"
    },
    {
      "Start": "cc1a32c7bf9a4ad485080e0439198136",
      "End": "30ed9e9e7c9d441ca6083798331ec314",
      "Id": "52e3acc9d2874eabb5203d999c087e60"
    },
    {
      "Start": "cc1a32c7bf9a4ad485080e0439198136",
      "End": "b34a5e9b3b18438d9f0aca5a3656ade8",
      "Id": "235e5559db3c42ab8bd5f55fc98e2856"
    },
    {
      "Start": "cc1a32c7bf9a4ad485080e0439198136",
      "End": "5f3a476a85824fc391bc4230ba80e5ea",
      "Id": "ca79c23d74cf4b2aa1f7868eefbe9ef4"
    },
    {
      "Start": "0e775ab24cf64263a4e14b457e24a414",
      "End": "9b9cc972a5564459b6d22aa1ed8d426a",
      "Id": "417edc83740748a3bc207ae07b35cb69"
    },
    {
      "Start": "0e775ab24cf64263a4e14b457e24a414",
      "End": "455d360eb9df46bca8960b151561fba2",
      "Id": "bc8f8518e62d47e6a8092bb0c78357d3"
    },
    {
      "Start": "0e775ab24cf64263a4e14b457e24a414",
      "End": "d9bdfeb0e1904688a333c88948ca6c9b",
      "Id": "636fb1dfb32e46cd9ce19b867c48c940"
    },
    {
      "Start": "86eff8aafa274699bb164b91fdc9addd",
      "End": "06431d3b7de34e44944b737163f656cb",
      "Id": "112c1a96649a4deba068867770f8998b"
    },
    {
      "Start": "a65cee744c1444aea2a397b5cc09889c",
      "End": "c35eb8b2b20b4afe8bec43c24535261d",
      "Id": "eefcdf3c56dd4806a2e292fc0e3d4a51"
    },
    {
      "Start": "a65cee744c1444aea2a397b5cc09889c",
      "End": "024d6be9b30f4ec4b57bcf9880bb3c2d",
      "Id": "faabaa57f12240b19e93dcc1f3589223"
    },
    {
      "Start": "726b161138c4451ab9de8adb6726900e",
      "End": "58b6100b1b4840d49f187b65db97d0aa",
      "Id": "330a0ec4cf594581b938c20bb1c6e6a2"
    },
    {
      "Start": "5f10fed93e73447f9ced7be378e9d8a1",
      "End": "4021695102fd46ae8157a70ea01b6f40",
      "Id": "39cb8fa134884d52ac36fa3bf89014ae"
    },
    {
      "Start": "5f10fed93e73447f9ced7be378e9d8a1",
      "End": "59e2e2dedeca4c8dbea8604d49633f33",
      "Id": "5d3189b8af2f421ab23d1fb89fc56935"
    },
    {
      "Start": "4f0d36223b5947af809e12d2fa0880ce",
      "End": "5e7b1d44fcfd4cdab87d302a7c570125",
      "Id": "9d5bbfa169be403a81403c11b5f2c840"
    },
    {
      "Start": "af57f4775c4d4fbabbdd514c83834a8c",
      "End": "3cb53e94e6bf4a799604a23a7af9888b",
      "Id": "dc467ea67ed244f7bd98c3eb4e70d04c"
    },
    {
      "Start": "77a977b43c5e4a8e9859f3c48b97f2cf",
      "End": "3858c038b33a4186a3e032abcd7e6c0a",
      "Id": "8a15f3e239a74da595db1e129e7a8763"
    },
    {
      "Start": "4d645d16929c469193dd4caf296f15b1",
      "End": "241d54658fd542afac50e551e69c62f0",
      "Id": "8af298a3f27048c79e7d527b1fb8e293"
    },
    {
      "Start": "4d645d16929c469193dd4caf296f15b1",
      "End": "67bfd972979e42bf8808198bc0d25a45",
      "Id": "0c0b0cea6fe34f259944c3ecccfee024"
    },
    {
      "Start": "4d645d16929c469193dd4caf296f15b1",
      "End": "db81fc1d0a914168b30adb933e08e162",
      "Id": "c6e83eb095004b8e9b32ea1b5e3e72ec"
    },
    {
      "Start": "4d645d16929c469193dd4caf296f15b1",
      "End": "761451a209d14bca918bba70eb9cae3b",
      "Id": "6b32ed659ca44b2e98fc13f85ca09746"
    },
    {
      "Start": "4d645d16929c469193dd4caf296f15b1",
      "End": "310e7a23eb1145c3b26574a22d8dd2e0",
      "Id": "f790137a17164330aefa34b1cc2fcb2c"
    },
    {
      "Start": "4d645d16929c469193dd4caf296f15b1",
      "End": "cce62528e241408693b607350394d212",
      "Id": "7eecb51b387f45e69a809f72e20372f1"
    },
    {
      "Start": "8efe6b6cb1e64572bc7e6adbb1ac004b",
      "End": "904a48462bae426789501f50ddb1ecb5",
      "Id": "48fc7188a0a843049af1ffc0f9d00f38"
    },
    {
      "Start": "8efe6b6cb1e64572bc7e6adbb1ac004b",
      "End": "8210c30975b6477d99319512f896208c",
      "Id": "4cde17ccb1034bf18ad12847b38b6554"
    },
    {
      "Start": "8efe6b6cb1e64572bc7e6adbb1ac004b",
      "End": "c85f51457c184876aa1c3c7a6e6bd338",
      "Id": "4689708cb1b642c9b3d5644f9dcef8d6"
    },
    {
      "Start": "8efe6b6cb1e64572bc7e6adbb1ac004b",
      "End": "a1d63a94e5514f55a251a4ebf49a3aac",
      "Id": "95f25b05c5ad47d5831f35f200442c31"
    },
    {
      "Start": "8efe6b6cb1e64572bc7e6adbb1ac004b",
      "End": "75d3ddea5c444a548adbca4d9f2b84db",
      "Id": "f82688d3ded941d8a8dc604b28158d0f"
    },
    {
      "Start": "bcb7dbea975345dfa55fe9d8d239295e",
      "End": "cd1dab07fed243a08d1355bbed4fadf5",
      "Id": "89cfb0aed3db47cc8919c309ff15899c"
    },
    {
      "Start": "56c8443fd8ed410199469003e5476e5e",
      "End": "468b5c484549403e967cb2517f4296a8",
      "Id": "daf25fa0fb7f4f318a115ad965fb37b9"
    },
    {
      "Start": "d69047224bb94589ac8f16c4e70f8520",
      "End": "8f8889a34f9a4c60b0cc0843dbc51275",
      "Id": "cdcd6ead6c0148a985fb80807bc8520c"
    },
    {
      "Start": "13f705bb4da440ec9100d2762f2172a6",
      "End": "171b87cf439749dc8ad53a91e162479a",
      "Id": "afa10b4db8964e798420e30ed7a08e7d"
    },
    {
      "Start": "3dbb63f0bbfd4966a787dc571f9dc426",
      "End": "c9b974852c6f406e9255f306058512cc",
      "Id": "90a545e78e3b40e8b514659bc4232dc2"
    },
    {
      "Start": "3dbb63f0bbfd4966a787dc571f9dc426",
      "End": "15f5e7c7970442029f8b2a7ea0914577",
      "Id": "cb5c7b8ffe1240a8ba6201104c07c5c4"
    },
    {
      "Start": "bc68a293f5754571b4e1eea8ae18c7de",
      "End": "cb7df020d3a54dc981cddaa6be76ce36",
      "Id": "d73d8682c1a448879e75befbb6a2b915"
    },
    {
      "Start": "e97c87178d7940fba56c3afefb4002a6",
      "End": "8a210af22dd94746b582289721cdcefa",
      "Id": "2757395650a744209ce3654ba52c6b7e"
    },
    {
      "Start": "e97c87178d7940fba56c3afefb4002a6",
      "End": "44f3759d39ce4480a0ec374a905ffc43",
      "Id": "d0e58fdd0c174bc1a893de0e8f6f9d44"
    },
    {
      "Start": "e97c87178d7940fba56c3afefb4002a6",
      "End": "7192615c3d2b4cddbf8e1ccaf43218bb",
      "Id": "be5e15c0f79c4813a1e26634e23874d2"
    },
    {
      "Start": "34dce3a0a3b04d7c98d148d4ebee0e24",
      "End": "2baf90255bd14b2597721e9f55e6fefc",
      "Id": "9750daefb23b435b8898d72f19c0f11b"
    },
    {
      "Start": "34dce3a0a3b04d7c98d148d4ebee0e24",
      "End": "c3175409e9ff4bfebec3d887d4c340bd",
      "Id": "89652e81f6564fca95868bc14aa6c20c"
    },
    {
      "Start": "3ed8df2f3e4446aaa93b5b06cb20379e",
      "End": "c97bb6201e9e4aadb289a80beffd94d8",
      "Id": "d86012b1eaec4cb3aea20fd79c5ef050"
    },
    {
      "Start": "3ed8df2f3e4446aaa93b5b06cb20379e",
      "End": "d5f5aea74846429c9bfba7f11cfc863e",
      "Id": "7de945cecfe5453ba6f58c4c96a24231"
    },
    {
      "Start": "f84547900eee42fbbb543242188e6d0f",
      "End": "44a3a6980b0a4ad08263853e6e072a91",
      "Id": "d1463110521446e5a1d1ff443e45dbb8"
    },
    {
      "Start": "f84547900eee42fbbb543242188e6d0f",
      "End": "b7377ac61f6447d3bb4316443f8b72f2",
      "Id": "a3f92168a8904a2fa3e464a10ca186f5"
    },
    {
      "Start": "f84547900eee42fbbb543242188e6d0f",
      "End": "8d0b7d7015d24457bc101ff6f3ba9bf4",
      "Id": "f25b448304e84a5a8d2aaa365b48e145"
    },
    {
      "Start": "f84547900eee42fbbb543242188e6d0f",
      "End": "11ce1817f64647bca21399040a92f9fe",
      "Id": "640c68319a9a4b1488f2212b31ae1b17"
    },
    {
      "Start": "c22564cd6bdd4226a3307be8be1e5042",
      "End": "4cc903f79f384439bb6b8676fc8b2fa1",
      "Id": "61f627f9076a4023bd955fcd7952e636"
    },
    {
      "Start": "c22564cd6bdd4226a3307be8be1e5042",
      "End": "7090a9a0f0464781bb885f5d0c4193aa",
      "Id": "9a21429f1f544fe1af2efbfa4b4f12cd"
    },
    {
      "Start": "0ed2d8dba2e84c0eac797a9fd8654cd2",
      "End": "1ded9324198440ffa636655e5c86249b",
      "Id": "72301fc861ee445bb7bad5787873df1c"
    },
    {
      "Start": "0ed2d8dba2e84c0eac797a9fd8654cd2",
      "End": "4f8f416ef49944f28f7112cf575810d8",
      "Id": "3b978f4dda694368954deecd2c2bb15d"
    },
    {
      "Start": "0ed2d8dba2e84c0eac797a9fd8654cd2",
      "End": "2969b33de481481389b7aca5067d9ea0",
      "Id": "7c02086e4dea4475951d421f294defcd"
    },
    {
      "Start": "0ed2d8dba2e84c0eac797a9fd8654cd2",
      "End": "3e582a7dbaa94a63b13c6e4883f146a1",
      "Id": "d8a875e8cfe04fa38230c3f07df9dbcc"
    },
    {
      "Start": "1a960de940504d6cbeff4740c3ba2dca",
      "End": "8d34abdd275a4f978d228d4cbc1beffe",
      "Id": "2915728289354551bb781c36a6449c2a"
    },
    {
      "Start": "1a960de940504d6cbeff4740c3ba2dca",
      "End": "459a7248d6434c25b767a579a8013617",
      "Id": "de83bc4da9614c12acddb6cc524a8a3c"
    },
    {
      "Start": "1a960de940504d6cbeff4740c3ba2dca",
      "End": "4a3f1385005f472cacd69d6b229c101e",
      "Id": "cdcdc4ce60d84986adb05be1d960796a"
    },
    {
      "Start": "2724ca7094a2474bbd89197c95ffd1eb",
      "End": "65579d0d684b4c26a1af885b21eae5df",
      "Id": "fa17e18ae6fc4318a43ac5afdb28b997"
    },
    {
      "Start": "20d90963b56d471b80ce604785831bdc",
      "End": "869907d5bfcb4d2eb4267a099ef35701",
      "Id": "0061ec20c4404485b52ebbb0043eedcc"
    },
    {
      "Start": "20d90963b56d471b80ce604785831bdc",
      "End": "2aeae079f07143269ae5cb51c120f2c6",
      "Id": "351c0133a82f4afa86d6be45d8330a45"
    },
    {
      "Start": "20d90963b56d471b80ce604785831bdc",
      "End": "394480438df149e8a8f02b480e234135",
      "Id": "33284e015ae7489fabeea8c33d497098"
    },
    {
      "Start": "d41ccc638ee44408a3209dcdafb6e90e",
      "End": "bb6ef0f14ab142b8ba59fbf6084d4e67",
      "Id": "5f007ef40f7b4276a8dadf794c86a345"
    },
    {
      "Start": "5b5d6f5f919b47db80acade8e02bba10",
      "End": "47fab9bd6e234a689fc1565328043fae",
      "Id": "f26597f12b8e4694aaf437051f3321bb"
    },
    {
      "Start": "eee687a62d8e48ff8b4ca27a796e85b0",
      "End": "d8a086e012b04737a213a6db9e08dc97",
      "Id": "83dc59e23fce4aa590ed4b40fe4c3f80"
    },
    {
      "Start": "eee687a62d8e48ff8b4ca27a796e85b0",
      "End": "38da747bc777406eac1ce8f58de231ea",
      "Id": "fe7fdbe80e3d46a2ab6d5ec4b1756ac8"
    },
    {
      "Start": "4544a6253a094da3ac00609a292f48b1",
      "End": "9d9ab9a796484870935a99072a607228",
      "Id": "cf439abd43094647bef58bbbec695692"
    },
    {
      "Start": "4544a6253a094da3ac00609a292f48b1",
      "End": "fa1bf4b63d0e47dd833c033e8458cd80",
      "Id": "9337478c04e14d06abb7d4fb72079d42"
    },
    {
      "Start": "4544a6253a094da3ac00609a292f48b1",
      "End": "2dd0e75310714449bcc00add1bca3e36",
      "Id": "5c1130ad5718478ab30aff8136e3998a"
    },
    {
      "Start": "2120e4c3a6ed418da33be9388752247b",
      "End": "4658ce57909a4e5fbc08d5ce8a444a0e",
      "Id": "b5466ce9ffc24fb084298b2db13625d6"
    },
    {
      "Start": "c93df1f8563f4886ad848d6ddf21f9dd",
      "End": "392e5e0047c2495ea5ced0e76afaf4ad",
      "Id": "ed10e4d85fc043849b5f654bc8b3cdec"
    },
    {
      "Start": "f67f7f26385e432a903a0fac43789c32",
      "End": "2703ca77b48a4a9a966442ed2bb98704",
      "Id": "0c9959fd45e64b1bb4ca52c48e747f30"
    },
    {
      "Start": "e08bf69f34bd4821a82a911e4ee2d950",
      "End": "0f1762b8ee7a42e294ba63e2397513ca",
      "Id": "801d854b63774ce4941356466b674809"
    },
    {
      "Start": "2d3fefaf3b4e45a7a0ba8f9b6ead6317",
      "End": "4d0ab80021174ce68be2ecf8821fb93e",
      "Id": "418cd2bd4f4742779e6fe2bb7e30731b"
    },
    {
      "Start": "54a6496f571c444a93d2f07c55329b3c",
      "End": "dcbd48e78305461a8e80666e9d9e4337",
      "Id": "3f0e57a27fb14e969c7c12a7f91ceafd"
    },
    {
      "Start": "61b81f866095419795d1ae6325a1e643",
      "End": "66c1c17d3663426781456fdcbc186dff",
      "Id": "febfc102c78a4ca99b27cfbc238a6797"
    },
    {
      "Start": "61b81f866095419795d1ae6325a1e643",
      "End": "ba5d1fbb7a6e48e98b793ebdea1414b5",
      "Id": "2200a82c2c7a40deb62319a7f64c683b"
    },
    {
      "Start": "a6ea8a43b59d432e928099f16a17298a",
      "End": "4b9bad74714b45c4aa1daf2208f5a82d",
      "Id": "7060aacb171247318fa4115199386d9a"
    },
    {
      "Start": "136e028361544b96ae1ac00fc95cb6a3",
      "End": "f4c54154913d4d16bfe6ad31e334b873",
      "Id": "b1b2668aae47442484a40162cf95decf"
    },
    {
      "Start": "e595611ac5704c14aa1622ce00b9dc8e",
      "End": "6f027a362b2c447691b8b01aa9fc851d",
      "Id": "8322fd43dc6e47b4aefe25c1f3fcf1ee"
    },
    {
      "Start": "e595611ac5704c14aa1622ce00b9dc8e",
      "End": "476ca3b8afde4b97a3427a051fe56afa",
      "Id": "a7c191d766534ac580805690e2c11ab5"
    },
    {
      "Start": "e595611ac5704c14aa1622ce00b9dc8e",
      "End": "362f1847ed854df38ca7beeadef08570",
      "Id": "7d9debc513324d2da3135cd6d1ec1e11"
    },
    {
      "Start": "a6c06453f68e4369a186b4e670768750",
      "End": "7f9837e9110348c0a6c18592e3190159",
      "Id": "941efff9d9554fdaaf3bab3090f6354a"
    },
    {
      "Start": "a6c06453f68e4369a186b4e670768750",
      "End": "0d17754ede5f47f2a213e93f7cd5a6de",
      "Id": "ff4473ba4d2e44abbd5937d54061073b"
    },
    {
      "Start": "a6c06453f68e4369a186b4e670768750",
      "End": "9081cf44815340e9ba226114c37bd0bf",
      "Id": "7b063be95b194ddaa545fe887b78f2c8"
    },
    {
      "Start": "b840df15751847fc9d8002c9d1d3df9b",
      "End": "d1705b7ade4c446d9369c6c73242f431",
      "Id": "f9e979d27ac14ad5808c769f47ee7904"
    },
    {
      "Start": "b840df15751847fc9d8002c9d1d3df9b",
      "End": "b9d007f28ab244c0aa0c2e8f629e3dca",
      "Id": "7f6937dd94944147b038225667abce5f"
    },
    {
      "Start": "b840df15751847fc9d8002c9d1d3df9b",
      "End": "f9e3e8bf1f4940a7bde0ae24a953c594",
      "Id": "9e9c6b115cfe48ee80fffbb1bd42d095"
    },
    {
      "Start": "b840df15751847fc9d8002c9d1d3df9b",
      "End": "e6733cdeb46b464c829fdedd6817546b",
      "Id": "d9f6a3dfe65f418ab9faf7939e51f4c2"
    },
    {
      "Start": "0c5a0fc14b054fa990f42e9fdb0668b7",
      "End": "f600cb51bbd6435194f1922907350ddd",
      "Id": "64cb00f900744e839151c89b429933d2"
    },
    {
      "Start": "0c5a0fc14b054fa990f42e9fdb0668b7",
      "End": "3d2d55f61d5047fa83788e65b78b41ae",
      "Id": "8970e8941f3541f59b13f5820ff78b8b"
    },
    {
      "Start": "04bcdf07226a430694cb011532881b09",
      "End": "c33d3beedec04677b24328cbc54a52a5",
      "Id": "96c80e4b42724ff4a82faf78f48d13c4"
    },
    {
      "Start": "8b30a9ed524c43aaa3f44a7d0dd9183b",
      "End": "73e43552f5fd420da76e5dd930f27773",
      "Id": "52a4d9a7d23249cbadb5bc255ded64a4"
    },
    {
      "Start": "f79f29592e1343b9b50143d18faa001a",
      "End": "1c9ae136b33b4fd098424717639d08c0",
      "Id": "b31b949b33fb4676b8d826ffbe92f7af"
    },
    {
      "Start": "f79f29592e1343b9b50143d18faa001a",
      "End": "3222318bde1348d888f4ecd6603277c9",
      "Id": "971f5b2bbb3d4686b62d4ad510862e8f"
    },
    {
      "Start": "f79f29592e1343b9b50143d18faa001a",
      "End": "bd993382757b49b581b2ff071d4d7787",
      "Id": "d08b4033d17b4de9a718581dc00fa6cd"
    },
    {
      "Start": "bee5decb54934d69aaab314d504a0d41",
      "End": "6190df7c98f840199fdb7308506c5966",
      "Id": "69848604fb9e4fc4a6509d1e41f5ec92"
    },
    {
      "Start": "cdbb6e00520948af9f7dee89c273af7d",
      "End": "9cf724568e2b4b54b22ef454b8bc94b0",
      "Id": "72abb62390f4405c9bb1b8f553fb9418"
    },
    {
      "Start": "079f52e6339c4f76b3784c3235384a63",
      "End": "3356b725904041588bbc1a8a4169b3b0",
      "Id": "e86e27c4ca7a49cb922d27d926d5a72d"
    },
    {
      "Start": "f2d4294c15f64abf9faa14f80dcf42cf",
      "End": "80f5a1472de34f3d937d18ccb00e0a51",
      "Id": "e24fba9a16fe406499f8b28d4e8c3263"
    },
    {
      "Start": "53733a7dce084fa398244dbb8cf5afdd",
      "End": "a043db40562b420e9161199af928b3c6",
      "Id": "b905f0b3a3ea4116ba1c8145b3a56dc5"
    },
    {
      "Start": "0d09f51d302d4944b1eb9b1e8fae22b9",
      "End": "edaf515f3aec4e6098729e9d573d5b37",
      "Id": "ed0e07da38664f7ead04bbb97a3acff5"
    },
    {
      "Start": "d32c128462c345cbb9b1e33397e6915c",
      "End": "d4f9c0805e87460297d968700411a80c",
      "Id": "77db666b72fb4977aab444b1ebac3009"
    },
    {
      "Start": "3fd722ce989b400299ae2ca9824fe952",
      "End": "f044933da9284d51adfb11e722ffce81",
      "Id": "6146957db559463dbf67c996e753566d"
    },
    {
      "Start": "81a419ba2e124f1998656384893a5888",
      "End": "cf34ccfc83c94c459caba294b8608e61",
      "Id": "5d561d74933f419baccb31bd3e0c486d"
    },
    {
      "Start": "81a419ba2e124f1998656384893a5888",
      "End": "82b34932b3fc4a0eb2acdbc7b95ba58c",
      "Id": "1e52e5e8d9c84acda4cde6c0168b1c95"
    },
    {
      "Start": "81a419ba2e124f1998656384893a5888",
      "End": "22cc2ee48d8b4a76a56263721537620a",
      "Id": "e6e60de5a18c4c2dadae44d46ac0d436"
    },
    {
      "Start": "be099421919941a69e6fb1c630189852",
      "End": "947974ca463e4bd8a853c70bc9866d8f",
      "Id": "aa6556ae12c844f6806ffd691affa98a"
    },
    {
      "Start": "a1c5f9e73f004e728b0f69b74cd647de",
      "End": "68717e2b24c34c338d910e30b53baa69",
      "Id": "9b186afada124c0cb18dba5d6f9fa3be"
    },
    {
      "Start": "67d310103a6d4ceb93b69161fd452914",
      "End": "6974e9fb87524c36b3de8bb1820e213f",
      "Id": "95f627c66b884c44a6e3dde7eed8fa7c"
    },
    {
      "Start": "f63cc07326f04cc498602a4f95d038f3",
      "End": "4087a75131f543dfb98577d44f7e8860",
      "Id": "e97cb97125094049927b596210986cb4"
    },
    {
      "Start": "82aa2a2305e2413d9cc4f6d0047b2e48",
      "End": "c26d8b2924644ac69d6958e32138d7ca",
      "Id": "096f0ce291d143bda16ac5790aab7651"
    },
    {
      "Start": "cda47b49fd7e483b823294971e3a0d00",
      "End": "9c656b50e07e4b9aa0e086068f127d20",
      "Id": "05036c2560c44cb9bfd4ad5b66e1e38c"
    },
    {
      "Start": "3cefd41133174e57abbf95225b1ef65b",
      "End": "feb1762e078e4020b01260cd98b3fedc",
      "Id": "28d830294421466a9d9880f893f38d30"
    },
    {
      "Start": "231319f2337e401db3f9ff80e3e2bdd8",
      "End": "37075e33b0d84ef8bf0217f511508344",
      "Id": "4ea246b1ea9044d58d972a8280d581c3"
    },
    {
      "Start": "e9facb6645754e539e31c5627fb708af",
      "End": "3eb0e3c8bed7444fa153e97046c163e3",
      "Id": "c7958b827ee6484eb6c3401f8e043e47"
    },
    {
      "Start": "8b22cb385c1143659c13056a253a5e8c",
      "End": "dc5df8a1e6144a8496279de073c00c98",
      "Id": "4ae84856448c42c09937c526719680c3"
    },
    {
      "Start": "960d53bec6bf4485ac032e9498d1bece",
      "End": "626d6aee6bd04cadb23754f0cd33db2c",
      "Id": "73d9e541c3984446958cde42216cb712"
    },
    {
      "Start": "f16e97be6b154ef1aec1de3df1625bd5",
      "End": "650a03bf00374a00900cbc2786aac8c3",
      "Id": "bab3de0ea6aa405f85ba7c3d1cf460c3"
    },
    {
      "Start": "ffc0f834c4034f7ab5d0a549e1cbfa0d",
      "End": "58a1dbd55169439aaa32802eb0669e97",
      "Id": "12f8aca1afdb48b8b69bf14b3a4c0f7b"
    },
    {
      "Start": "d2a93e17324f47f297f5d2467563c456",
      "End": "afb5f3e68e554aafa4ce48ed52415075",
      "Id": "16351edbf7c34c8ca5ec847c7179b35b"
    },
    {
      "Start": "4f639769d9304bd8a2c76835363c8678",
      "End": "c240de0bc6fa47378b08499f06fd0338",
      "Id": "53c4bb771c874725aaae9e18183d833d"
    },
    {
      "Start": "edf88044cc934a148c5cb54213a81510",
      "End": "09d1b9c6ce324a4c85f0778848b65bbd",
      "Id": "b7bae1cc5c724ccda1d403d89ba4aea2"
    },
    {
      "Start": "c1c8f376115f4c49b81bf9e7c84c6330",
      "End": "a33c1f6b77834d93ba1d9772a682ee25",
      "Id": "03a9d6db4678487eb1edfb13872adef3"
    },
    {
      "Start": "12c3db6b2e5d4e68bac2e57b7cccefb4",
      "End": "ed21ed82ff794fd095af870733f2d957",
      "Id": "2eecd3389db64519bced6636760946ec"
    },
    {
      "Start": "fb08e1bb40cc4d4c82351e1432adb33c",
      "End": "0daf9883b988400ea4d7d2d3753ea8cf",
      "Id": "f326ced372e447189d38c68ce882ab43"
    },
    {
      "Start": "978b701026754045935399547b839f8c",
      "End": "ba5c29bd03c44977a3f410e238c33415",
      "Id": "fc8742df1c6d4c5ea859bcf59df1940f"
    },
    {
      "Start": "011a249e68cf4d6aaed9a7dfedddff67",
      "End": "6c6a1d7c6e0d409abf85833855f70971",
      "Id": "0f4a30956e564594949137ff9707da21"
    },
    {
      "Start": "ca6ceacf62b0452496638b1d5c8b9369",
      "End": "754f442d983c4b9c8078e27424e17a06",
      "Id": "01db7bd6d08040489201ff75de9cb56a"
    },
    {
      "Start": "e4e3100aa1604aefa7eded678a48b1cc",
      "End": "69735b4f96fa4286969e0d6643733ff9",
      "Id": "33cdd182449247efbd284ad86cddba70"
    },
    {
      "Start": "e4e3100aa1604aefa7eded678a48b1cc",
      "End": "3a617831a53641bbb4edfd5c9c1dc544",
      "Id": "61d1176177e94f67a42c83bd2370c225"
    },
    {
      "Start": "e4e3100aa1604aefa7eded678a48b1cc",
      "End": "c790190736ce4f988a9165646be28f04",
      "Id": "8622e2da6e484a7eadf59377bcd670ca"
    },
    {
      "Start": "f70689f56080457497e0a8e41105f83b",
      "End": "3781e275959f40169fa434cc00d3ad50",
      "Id": "42238f5597ac4515bdd3f624526266d1"
    },
    {
      "Start": "bbca677ef3fb4d63b934dd30ba41143a",
      "End": "84525d09730e4ba9b2b8292804a8013a",
      "Id": "9af197c6d1e14ff29dbea2f38eb2a5a1"
    },
    {
      "Start": "bbca677ef3fb4d63b934dd30ba41143a",
      "End": "dfe10b508fc849b88b82076c8c537681",
      "Id": "13b492d5c726401aa62c5827faacbc63"
    },
    {
      "Start": "5c8b550b17d34ed18700f46af8cc141f",
      "End": "a8f2bf0a69824171b17447781859855c",
      "Id": "14c6f4d836da4178b9fe4132b53410a1"
    },
    {
      "Start": "5c8b550b17d34ed18700f46af8cc141f",
      "End": "f28e419eeb4a468f81f8d3a8ed1163ba",
      "Id": "ebd44d5db91c438794c423400005bcb2"
    },
    {
      "Start": "5899e8ae43b141bb97ea3effb1bcb120",
      "End": "a0ce760cd1104a2eaa366ac7fbc6d41e",
      "Id": "f05a8340fd044a8f893292c016b5549a"
    },
    {
      "Start": "6d92cb595d704f2bb8cc9ddd60e21d96",
      "End": "5b3842de924245b3b63f04b096b72425",
      "Id": "0b26f7c7ee744bb4825641a954d2eed0"
    },
    {
      "Start": "6d92cb595d704f2bb8cc9ddd60e21d96",
      "End": "6d762889384843889f74049e95a9e6be",
      "Id": "46c791a781764905b7d2fd6d34072323"
    },
    {
      "Start": "021f8e4f2cf14de8bc9ab3e45e034d75",
      "End": "3387e90946ff4dbb9d8a4ecfec748db7",
      "Id": "43cca446eb514d86bc7fccb645bdd08a"
    },
    {
      "Start": "021f8e4f2cf14de8bc9ab3e45e034d75",
      "End": "a4f0be319b5e43718b594371bf2a4a35",
      "Id": "b936e8e5beb346278122a49d004b1786"
    },
    {
      "Start": "6dddd235e9a642baaa292dd2152bd4a0",
      "End": "0e04ba85b3d94938b96b63d121163a24",
      "Id": "9787f18f52e44881bbe1b5fc382e531f"
    },
    {
      "Start": "1174e023cd5e4542b8e1cbcfaa699d97",
      "End": "749c608ca5e446d19050fc1bfb3f8849",
      "Id": "3c344a041c7142629ec70b8517110c74"
    },
    {
      "Start": "c03cdf2815184f61a5638de3317b1b69",
      "End": "d57623bcc1c347139398378960e8e6ba",
      "Id": "4b56f41b2a1b428c98a0e30a4ab93ead"
    },
    {
      "Start": "9ac2ab95ac5746168c47aaf4ee93f90b",
      "End": "0a23e06471554c6b8d044a800c6dceb0",
      "Id": "e84ad79b03754adc8fd9f8867c909b92"
    },
    {
      "Start": "9d2bd8bf81034daf8956f2de30d9fe66",
      "End": "3643444fc18141e4a2e2041e8ddce390",
      "Id": "13d6e5acda864099a6d597a51661bb33"
    },
    {
      "Start": "9d2bd8bf81034daf8956f2de30d9fe66",
      "End": "98931453a8404a5198f1492550103fdc",
      "Id": "aee943acc0ab4f7180febe5b055abba0"
    },
    {
      "Start": "a9a65f78923847d1bf26517ae18c9f4d",
      "End": "57d369682554496696fea8a3e4ba01a2",
      "Id": "af4886e4e74f4f54a6da24427c026669"
    },
    {
      "Start": "ea53d3ad6378452b988b7cc5feb6832b",
      "End": "a388be167f444740bf3cfd05bc71ac9f",
      "Id": "f28f7f311d654b8db9aa8ad67780debf"
    },
    {
      "Start": "ea53d3ad6378452b988b7cc5feb6832b",
      "End": "3dc41f3431ec4b34a44aab6b53b6c11b",
      "Id": "53e791cf1fb448b68c3ab5c6becf849b"
    },
    {
      "Start": "c088c4c0745343e281cdac7966de2901",
      "End": "fd2805f03aee48e78ea6d2df96430f47",
      "Id": "be3ed45ac056436cbc88a3f0841aa2bc"
    },
    {
      "Start": "bc80d103e1ef4828b99cb1bcd92a1629",
      "End": "9fcc23aafaa64a758c3d527527eec8a1",
      "Id": "25f9f44dd10b48f3b2c5a34a4b7a63c9"
    },
    {
      "Start": "f4625cc964bd4619af9440c250e24df4",
      "End": "75fd2ce29785428fa28d6d4beedb948f",
      "Id": "2aa99b457cf348c3af7a3f29bbea5c9d"
    },
    {
      "Start": "260a9f5109bc47c188146e2c9534fcf6",
      "End": "86ef96232995498b9c750b9df1c62dd3",
      "Id": "45170cf75b8347ad90621e81e52c2e57"
    },
    {
      "Start": "bcf1280b3ddf4f129942bba99c5053c8",
      "End": "d22396da88f244b5a8f0fb40f96db6bb",
      "Id": "da7aa93c6b2a4a9ebeb9edb452d3dca1"
    },
    {
      "Start": "6e2102d7a76b49839c7ac916b651cc07",
      "End": "822eebde160343e7b2bba2e6b1ac5ddf",
      "Id": "b065177bead34233855f41efb4e927a4"
    },
    {
      "Start": "6e2102d7a76b49839c7ac916b651cc07",
      "End": "6bfe9844661944289000bc8564c89d4a",
      "Id": "b94084a4924a433097ba1e0056d2dfc9"
    },
    {
      "Start": "ba3694a0c5f5439493175c9519a1fc12",
      "End": "fa1e16b9fe0041fc97154f7b2760b196",
      "Id": "ce8ee73f35bf40aca792f86735fe9266"
    },
    {
      "Start": "9a06d4ce647e485a91f694d14ecb4400",
      "End": "72fc182b06e34ff39862cf8caf38dc27",
      "Id": "6c2c685a848849b396c50b11805075a5"
    },
    {
      "Start": "3793c0a5af9340718501387b19214879",
      "End": "a7258b0cf989478d819e3038c20ca0d0",
      "Id": "759129c52d6d481384a5320ce650ef1c"
    },
    {
      "Start": "c815345772e7459786455b9b07de87ff",
      "End": "f4836b00cf7444718ad25533fa1cb647",
      "Id": "f22011e78bed4c3e8e4c776884309710"
    },
    {
      "Start": "0845a2f90b0a45a999aec68e850cde1a",
      "End": "d154727edb8e4cffa45f3ff7a2645c14",
      "Id": "cbaa726db7b14960bad9eee74781a18b"
    },
    {
      "Start": "45de5948c781490f9798cf3ae1eb6086",
      "End": "bcf02d775c7448bb8e8ff4ecf12153b3",
      "Id": "9961d4c471af4192b23d5c775808c31a"
    },
    {
      "Start": "61b76c6907e44e2c93f47c350151b1cb",
      "End": "6ff7f4b99424454aa9913ab7ecc2879a",
      "Id": "a4d27e3637d14e2f886867d7cc0b4e0b"
    },
    {
      "Start": "28e7f4a3dafd4750a282133776e0b20e",
      "End": "da6b2d55a20c4c299c4b74cd5efb63a7",
      "Id": "4ce2a441c2d8455ba8d2e0e5f9213c84"
    },
    {
      "Start": "d35d0ce53c724896894ddfc0f562ef28",
      "End": "4c9049c5b5f74d008de9a4c2ef8948e8",
      "Id": "58684029227149a2a56d20bb17e8a065"
    },
    {
      "Start": "d14a2b7b5fa44da78434663abd2e3343",
      "End": "fd89627b89644fb5b5a182fa842bb674",
      "Id": "ac40fb19cb7542b89e85be448a457395"
    },
    {
      "Start": "95582e4c059a45c390abaa8eb5a642df",
      "End": "cf84daf0648e45fcb1a0f5f7dae2f15f",
      "Id": "d4cb5281363e4cbba35551a60976a890"
    },
    {
      "Start": "95582e4c059a45c390abaa8eb5a642df",
      "End": "14e91d49f3d44045bf13f5e05eca4aa0",
      "Id": "d3196445287841e69e864116f117e35e"
    },
    {
      "Start": "95582e4c059a45c390abaa8eb5a642df",
      "End": "7319eb1ae6cb4c269eff31ef072be7fb",
      "Id": "bb0a6f8e55354b6290c1a9d5397d7a9e"
    },
    {
      "Start": "1f7071e6e1c04200ab7b28b0ba2ef18d",
      "End": "536a46cf7fa94d71989f810702bbe5b9",
      "Id": "4544bc47bb58449eb84130568b9021b9"
    },
    {
      "Start": "9411df5de38e440bae930ba770b1a532",
      "End": "54881250c4594039b23970998cf32a63",
      "Id": "e9c247dd1a424f0db057cd1ef54670b1"
    },
    {
      "Start": "2b8bf82f7e5c48c59bae53d0d27863b3",
      "End": "3ba8097e882c44b7b2988d70331aa498",
      "Id": "8cdc10dac0dc4be39b3a5110f0bcda2f"
    },
    {
      "Start": "80ea02a11a9a4688961608ccfec5a268",
      "End": "a2f86aaa704447c7a98000ba2bd141df",
      "Id": "e46e4eca5db345b0988e5d0cb92e3700"
    },
    {
      "Start": "80ea02a11a9a4688961608ccfec5a268",
      "End": "17fed33a3d6f4c488079cd71714b96be",
      "Id": "37150465400f4eaa847ffb48c068e5dc"
    },
    {
      "Start": "6b96ea158c9e4e7e9460d8c609432a11",
      "End": "28a7a271b94e4923b19b3200625811ed",
      "Id": "81292dada0864b329c6c49d520575294"
    },
    {
      "Start": "a6adb9c30c8e48558c865ff4030e2355",
      "End": "0f1df19b398d44cba6ffa38b06e8590c",
      "Id": "7b0f5cf52d8342948e9e5baaa4167114"
    },
    {
      "Start": "a6adb9c30c8e48558c865ff4030e2355",
      "End": "fa00c75b1dfe4f1ab79c676912d2bd25",
      "Id": "af47f7f3f9af40ea915156cdc6b017af"
    },
    {
      "Start": "b63a1385ec3f403b9442085eb8cee345",
      "End": "dad3023acb1b494cbf4e9952404c14e3",
      "Id": "f2b3565264bb4ad494bcf38a9513f01a"
    },
    {
      "Start": "b63a1385ec3f403b9442085eb8cee345",
      "End": "e20bb5f422ca4c82b03a1834ccedbb67",
      "Id": "e188d7226321492a80bc59589b064c10"
    },
    {
      "Start": "b63a1385ec3f403b9442085eb8cee345",
      "End": "69357c8d3d0b4e0798faafdf793bf376",
      "Id": "eb8df82b099a41e7987ea6499516f2be"
    },
    {
      "Start": "b63a1385ec3f403b9442085eb8cee345",
      "End": "a3195133d4214efe9ca1a5b3907d7663",
      "Id": "55c0620e9e9e4e9a8c5a04e36a8b927f"
    },
    {
      "Start": "b63a1385ec3f403b9442085eb8cee345",
      "End": "214b49d150874c6d861d5329d9c00062",
      "Id": "6244a68e05a6487e99c766f18e61c1bc"
    },
    {
      "Start": "bdfe98db632c4d6fad42f2b7f88d15ac",
      "End": "28cc70357a51482892203d708de18294",
      "Id": "c94fa97903694bc7a4c2ce03d29065fe"
    },
    {
      "Start": "4a552db4a505427ab85398734a2c7082",
      "End": "9307556c31784dc8961785aeb687f7ca",
      "Id": "0df087ac413c41768d45dbbf170e39ba"
    },
    {
      "Start": "dba294c9c53d481c9f0f441a00b3b66d",
      "End": "1072129a5cfa4349896ae06461967475",
      "Id": "9f7b21c7ede84b18b377ccd683e20014"
    },
    {
      "Start": "820941c34031413c9a44f3a14acfb016",
      "End": "8fd4122acdd44ea189ddb8a676607dce",
      "Id": "f78b1233992e43a197ab4ae2ca6c2104"
    },
    {
      "Start": "68fea998fdaf4c348c405bbff0abb193",
      "End": "6a3a90542ff2469e8b7ca342053a0922",
      "Id": "333a93617dea4203b8f1c07f1ce1e8ab"
    },
    {
      "Start": "68fea998fdaf4c348c405bbff0abb193",
      "End": "dd4821fb726540bba30edddbaea19bc3",
      "Id": "2cc13ae4edc14aa3991609e9c85d3c39"
    },
    {
      "Start": "388a8adc05734b5c85980a845274412f",
      "End": "449c4b9a96404ac3ae031d551270c446",
      "Id": "d27c401f3f754d6da456899ec30fbb03"
    },
    {
      "Start": "388a8adc05734b5c85980a845274412f",
      "End": "7f89b04045c14740ba114d8512ced5e8",
      "Id": "de0bed98519245119d6e19b29c7ed7c0"
    },
    {
      "Start": "e4a7db80ed3d483ab98e5b352577fbb7",
      "End": "005450e04499471599975f668425d90a",
      "Id": "a1441b67559b49bf90734372af3f2718"
    },
    {
      "Start": "52f1b35265da4fe3a7a5ff999c20e34a",
      "End": "35542d4f35aa482f84e66c0ee393a8d5",
      "Id": "65a1cfb9b8fc4b28b15e02efc5fb41e5"
    },
    {
      "Start": "dbf9a002cb4541c2bbe845f3a1a99a18",
      "End": "1c129c74a033470bb351a67d44b54870",
      "Id": "d8e161173e0646dd9774b69df698fb32"
    },
    {
      "Start": "3c11354948f54ca2917f23befc2cafc0",
      "End": "02313c2a64784322bae1a18400a77fbd",
      "Id": "308c9ee7f5484d159c53d8dc25edf66e"
    },
    {
      "Start": "3c11354948f54ca2917f23befc2cafc0",
      "End": "82bc6270dbe24d33a67abf217738d700",
      "Id": "63966da7afd847f59f493babb14abc18"
    },
    {
      "Start": "3c11354948f54ca2917f23befc2cafc0",
      "End": "33e2c712048645a6b140ef8b1bc2a853",
      "Id": "c179785751614b6194f877fc7f1faf82"
    },
    {
      "Start": "e9c9432760d04dcc9358320cdba93b7a",
      "End": "81e159a2646b48edb079aff6db762b50",
      "Id": "16c145b243f0413eb129350f43af8579"
    },
    {
      "Start": "fe082cdb677f403ab1ba2019cdb604a4",
      "End": "6a9d6981909a44e7861093c99bb313ed",
      "Id": "8098e537a02646568d9e8fd424b723a4"
    },
    {
      "Start": "d3cd33e36c764fb48b614af9b08aa345",
      "End": "1907f1328a8a43aab51dee836789fc05",
      "Id": "cbf408e73b454395bb1b4d0d60ef3734"
    },
    {
      "Start": "6c0c4c78b88247758dab6581f3a5bd46",
      "End": "ac67a076d50f4f1b8c3e962b8126e963",
      "Id": "df7e0758b18c412293d7079f3e141b37"
    },
    {
      "Start": "eced6c8c6ce4454686139366ff32d56a",
      "End": "88435ab22fad437b9c6290ddb01ea64a",
      "Id": "6a4ee6b89f424eb796e9013951510d37"
    },
    {
      "Start": "fcb1d50eff5a44f7ba1ca2ba28281612",
      "End": "54fc26b8196845279292e08ae98815dd",
      "Id": "078e475ef25346d6878cc20ba37e41a7"
    },
    {
      "Start": "fcb1d50eff5a44f7ba1ca2ba28281612",
      "End": "35c9c6345a1045aeb8162b652eb76065",
      "Id": "0161a8923c704cf09bf4f3e80080fcbf"
    },
    {
      "Start": "fb6e203f96b648b7b3b1bc969cee0323",
      "End": "7e90f880f6df4e489dccb96a395fbb04",
      "Id": "e5ef7013da4e4da6bf003e582a587d23"
    },
    {
      "Start": "3c3dd9bc757f469fb785345fb3d0dd7f",
      "End": "9b84dedca98e4332ac796f0cd916a3c8",
      "Id": "09faf02268ea4c3b8a64a635c304819b"
    },
    {
      "Start": "bf99629df8544e9c9b5394864b67f9f4",
      "End": "435db09713ed4a57b995430769a2c0d0",
      "Id": "e16547eeed824a879c234c5f3e640fce"
    },
    {
      "Start": "bf99629df8544e9c9b5394864b67f9f4",
      "End": "33d0aca16f214b80a2c61827e55bb2da",
      "Id": "93e298f7ae2f4356882bad57a76eb7eb"
    },
    {
      "Start": "95940385838847caa9bf3d1a50ef179e",
      "End": "6ac7c5ab4a6143479db5fc6e3a08ecc9",
      "Id": "9d9f2fb402f04078b6e7f8ca3aed2c6a"
    },
    {
      "Start": "95940385838847caa9bf3d1a50ef179e",
      "End": "4c4b3ea3901d48dc8b1304e44558d0f9",
      "Id": "104d44ef2466498e9c0cbea1d1f65f56"
    },
    {
      "Start": "95940385838847caa9bf3d1a50ef179e",
      "End": "504e0a29ee264fe690e88ac6b9d787ca",
      "Id": "0b01bb0587eb4a6b9b321a61386975ab"
    },
    {
      "Start": "e565102a8df24ac181f9e434b84a3c24",
      "End": "345cc629d2024cf5a961f137694011ad",
      "Id": "a7a5e71a3df040518f41f4754a457139"
    },
    {
      "Start": "546c3ebf157e44c682d54c5b67ba9670",
      "End": "a7ee955ded50405bbd4ad96d902842a2",
      "Id": "8f7dfae2c1d0433d8d3b8a7d9aa62bf5"
    },
    {
      "Start": "546c3ebf157e44c682d54c5b67ba9670",
      "End": "9f4a639b41574930893a6caa6801261c",
      "Id": "f7b8c15fc74f498cb4e62b92d908d33b"
    },
    {
      "Start": "eae6cc55bd794ca89448d68fecf62144",
      "End": "4a3a99278e624a94a43fa561769262be",
      "Id": "8d7b268a498049a0934f9f3b860a57ad"
    },
    {
      "Start": "b9421ec1ffd848eb82b698da7a98b51d",
      "End": "3e5e39d08aaf4580907b7a5b81f49b28",
      "Id": "17eff20b2d4646488da1264b8eddc960"
    },
    {
      "Start": "b9421ec1ffd848eb82b698da7a98b51d",
      "End": "c0df7e9c64e6434d866959fb3c214bc9",
      "Id": "d8dde90aa78f4d00a4e9910414005b99"
    },
    {
      "Start": "5a86e9077516434a8f8951fb07b12969",
      "End": "14de5a82e94f43eaaada7123928c94ac",
      "Id": "a78cc94d64834790b87390c3da187ef3"
    },
    {
      "Start": "5a86e9077516434a8f8951fb07b12969",
      "End": "6e428ac2c90743538ef4416ac1b9cf73",
      "Id": "37352a1d50b04ed7baba89cfe3f16f26"
    },
    {
      "Start": "141101e7c6a04458ba97ce4354efdc3a",
      "End": "6311e9e290af4570b8761164c3f4e504",
      "Id": "ecb05a8337644e629ce3a927609a7f37"
    },
    {
      "Start": "141101e7c6a04458ba97ce4354efdc3a",
      "End": "f43a82a3fa3343f49d1a48b96413234f",
      "Id": "876546c35e2c466e94cf2d00833829d6"
    },
    {
      "Start": "71478f76554b40ef892ab5bcc4222223",
      "End": "26f0e726e19d463ea3520ee6eb5a015e",
      "Id": "0db61246b2cd449b932133f372d94828"
    },
    {
      "Start": "390ef00dcbed42f6aba757c89237d4b9",
      "End": "f852ddc5824c4806a9d119ff5a253d91",
      "Id": "e71f5ef6de904fb68961dbe9a747f4cd"
    },
    {
      "Start": "204ac78464da4647856e3f7509678608",
      "End": "a4d2341669ef4fddb251e9330160bef2",
      "Id": "5bf3c35c07554ec3a7792fd24eaf9b47"
    },
    {
      "Start": "204ac78464da4647856e3f7509678608",
      "End": "edf837b5270e45c4b47bf79bec9ceac2",
      "Id": "adc89d904329406586f52f8034cc9013"
    },
    {
      "Start": "535b5d39d3414dc2ae298b720ea4b4d4",
      "End": "7c1648312640404f8d8db97a927ddb6a",
      "Id": "e1094378310f43a3b7094e0e7cee17d3"
    },
    {
      "Start": "1dfdedc786ea4e54b0ce4d8471278b5c",
      "End": "8cd087a0204149019f1b7a530d533bd3",
      "Id": "6d9e036d4f8b4df4b0d3c45a73a2ae9c"
    },
    {
      "Start": "c8313c6a1fef46329f5f3cb588aff12c",
      "End": "2c6442843329418bb14f8c77fa8cdc24",
      "Id": "c6ce5fb9836646b5bcca897fe075faad"
    },
    {
      "Start": "aacb5baa65a94da88822239356b8c488",
      "End": "73b500d6bf28476a917c807e2830ed47",
      "Id": "13bc7f3898524445ba14a76f9bf75103"
    },
    {
      "Start": "5c48bc2799a84ee69f4105bb79bb5bd5",
      "End": "a00f985721bc46cba18eaa68914cb5f8",
      "Id": "4a554eeb4b8e45ae98b67009a9f39d4f"
    },
    {
      "Start": "706eb0749e7a43a89f08ae45764bb495",
      "End": "590d11cea5084436afb7ae8f86cc95d5",
      "Id": "8f2134f2b8a14159ad8d4b7e9d272faf"
    },
    {
      "Start": "1a830cdaec044f69b8f2dc15b9fda85a",
      "End": "b97fe354368a4cfebadb5b9e8ddb7742",
      "Id": "10a0402561d743619e4e4f96f1ab8ff9"
    },
    {
      "Start": "1a830cdaec044f69b8f2dc15b9fda85a",
      "End": "509e9ef6b6b34a54976ed923cf09db23",
      "Id": "25554e6a564b4466ad9dac581396bf2e"
    },
    {
      "Start": "82178f3f811f45cc9b810149a1fecace",
      "End": "48794985c4174d718822bfc09988abc4",
      "Id": "1018895c211c46e5a3dfde540744fd8f"
    },
    {
      "Start": "73bf318711d34c8e84d5c8d7293e80c3",
      "End": "36e5a3b3e00a4b5d9172c24f687d49e2",
      "Id": "73f131a7044a4a2481241b8fef620505"
    },
    {
      "Start": "73bf318711d34c8e84d5c8d7293e80c3",
      "End": "601f41f6c71646a6899346bbd071e085",
      "Id": "8bd470160da74cf7bc29d306a39293f8"
    },
    {
      "Start": "09aa94b261a640cabc2af6b33cd6db33",
      "End": "c6b998c5fe644c36af35365ca01a77fd",
      "Id": "3381ec8086d34dca9b2ac945f5ebdda3"
    },
    {
      "Start": "09aa94b261a640cabc2af6b33cd6db33",
      "End": "7c0aa45a70424b93a3bf3d9441c2ee23",
      "Id": "2a3a89ac7d094a2d85e3fd999c3645bf"
    },
    {
      "Start": "965a7e5938db4b05a3e1bf4bffff5e2e",
      "End": "d1bd64832f88455d8273739185ed5b18",
      "Id": "293b04875e114e7bb0b698182e2ea350"
    },
    {
      "Start": "43ed6dedb26f48aa871a14bff10e3ed8",
      "End": "619316e5d827495ba99a3c9d05552373",
      "Id": "1c679842e37440f985127cf478b6bc1a"
    },
    {
      "Start": "2ec1741fe898470dad1e11b461e48466",
      "End": "6a60031b382b4097a133b022b6c85b46",
      "Id": "c1c25d3c266e46369f156486bc0b9bbb"
    },
    {
      "Start": "2ec1741fe898470dad1e11b461e48466",
      "End": "198b9e65cd49400f991a3144dd51d7e4",
      "Id": "93bc9cabb538479a87d4a3a8f70e7ac3"
    },
    {
      "Start": "435b63cbfa4d423ca005dea1d12ba263",
      "End": "41245f8525624aad87a72b5511907fa9",
      "Id": "ef559f2e0f164d5c82b8ebc6867551d5"
    },
    {
      "Start": "ca17e40a166548ddb81c89477f71a543",
      "End": "7d5df3a9ae3648968b4754467f965b2f",
      "Id": "859f7d82a1744fe4861585faba650c2a"
    },
    {
      "Start": "d72bc475b0874fcea26d691ab4057e0d",
      "End": "5d5fe7ffd0964b8aa33bcba2edab5ce7",
      "Id": "d6ffbbf202b14012a323d4db19b9e0a0"
    },
    {
      "Start": "d72bc475b0874fcea26d691ab4057e0d",
      "End": "c5d19a899f704800a17242d5af790704",
      "Id": "15d35d95bd174940b7da84fd8f556c8d"
    },
    {
      "Start": "16c86197ba3f40ca8a40346351b0c4c1",
      "End": "90074ec040cf4f85b7879e01f07fc5e8",
      "Id": "c3cfb88ccff747fe9a9391023f017f09"
    },
    {
      "Start": "16c86197ba3f40ca8a40346351b0c4c1",
      "End": "6abf25214f9941feab642f84f3390b13",
      "Id": "49c4e3a2e19140eaa66cf2abd5c18437"
    },
    {
      "Start": "16c86197ba3f40ca8a40346351b0c4c1",
      "End": "74299120ca164b82acd624eb8750a0c6",
      "Id": "19d073cd4095498c8cfda272aaa36be0"
    },
    {
      "Start": "551ed23f0909486b8f21338b3f05099b",
      "End": "d6d33e7b7a2340aa9158fa408f8ace67",
      "Id": "2730518a997d46d287ad883a272e8b81"
    },
    {
      "Start": "551ed23f0909486b8f21338b3f05099b",
      "End": "74a751e8b16545f08f3cbb5b1002e07c",
      "Id": "e467ef23b4764175874fa414bbc72b84"
    },
    {
      "Start": "90d41314e32541b5b90ff4b8d9807d08",
      "End": "63f7abcbb6f8420689ec9b98dc127bfe",
      "Id": "9d842f25b0ec404fad0c8545713e0120"
    },
    {
      "Start": "90d41314e32541b5b90ff4b8d9807d08",
      "End": "21424d9ae4e4490cb89890cf8be86316",
      "Id": "a6c80b46c1e74bdfb951de3a751333f4"
    },
    {
      "Start": "90d41314e32541b5b90ff4b8d9807d08",
      "End": "1a904fcf99a44630add0eac4b8997811",
      "Id": "36a41e9c0d124408802c7ace37713caa"
    },
    {
      "Start": "f0f8c0337fed4a56bca5d7dda2ccaa63",
      "End": "6a171a01b3ac43f49c68555656989254",
      "Id": "57efc474bc924c0a8465a50c528da1f5"
    },
    {
      "Start": "ea69894847684ab1b3012013f4104779",
      "End": "53aee86601524edca539d5388f305489",
      "Id": "600f50f892f444ca8e294b791a272f7d"
    },
    {
      "Start": "7a660badb67d44edb0d873035a087f98",
      "End": "26a1ebdd89e5461ebb4d1195f3e58831",
      "Id": "51280774f4fd4006a6520f7f1038cb8e"
    },
    {
      "Start": "84d7cb26aa3d43f197644b471360b9bb",
      "End": "8c206ecaef61431baf5f419d6ccc8239",
      "Id": "ce7e930b1d6f4f92b3e4de7ad74dd7a7"
    },
    {
      "Start": "84d7cb26aa3d43f197644b471360b9bb",
      "End": "a12d23b8bda9477a88f7b71505d4c2a2",
      "Id": "56c0ab77287a4fd88cf475ddd1d42516"
    },
    {
      "Start": "84d7cb26aa3d43f197644b471360b9bb",
      "End": "e429dea90fe44c558d73f12189485dfa",
      "Id": "dc28e6ed656240e28e9931a9b6d911b9"
    },
    {
      "Start": "c3c10798a2624408836991525d41fc0d",
      "End": "c27717df7d294903be002d86141951ca",
      "Id": "32a2ffd4de38437d9d8d1f0c58ba5b71"
    },
    {
      "Start": "e02f4b36b37945f790b5f7ddca718c40",
      "End": "f878874ba3cd4240aacbcb9f6f1275c7",
      "Id": "781fbb27162247a498b4702f420e84fa"
    },
    {
      "Start": "362dd86fb00742cdbbbe73b2878f12e4",
      "End": "1bf35658a73043828afe41f7832001e9",
      "Id": "10e49d09f6784f80ba124a2bf7f3964b"
    },
    {
      "Start": "362dd86fb00742cdbbbe73b2878f12e4",
      "End": "af83e619823c4fa2a25b63c16bc3b824",
      "Id": "b6b5e2f382cf471cb0cbfb70bb375c6e"
    },
    {
      "Start": "6a53809fd7a942528bcd050796d5d7ac",
      "End": "2f6d96910bd64928a9cad2f59a1f386d",
      "Id": "08be3a0cce7d409fa9cd06536b462a8e"
    },
    {
      "Start": "fd2764b5e4be4363b9fcef30904ac748",
      "End": "d9039e06b8cf4d81a2b296f117048404",
      "Id": "98d355dfe13849c78a15e5ec4f228786"
    },
    {
      "Start": "47358ab2cc364fef9b0b27da5141594c",
      "End": "84a0df88caf0432bb073d68be135d965",
      "Id": "71b13b209de84cd8a69b9fe14c59eb3b"
    },
    {
      "Start": "0941e88d46754071ba9cb3d958f48253",
      "End": "5707214dc4f74a879da42a45f9be8c2f",
      "Id": "57a873ef9ab94fde86aac2f4e7605592"
    },
    {
      "Start": "39c5a4cdd74f4eedbccdfd598c4cf9e5",
      "End": "206ec50f12d3462bb1e3f8e50aefbac4",
      "Id": "6544d3731a564fb4a178e70e34cb9354"
    },
    {
      "Start": "e430f55c0d134659ae4b6e0de3f78945",
      "End": "4183a2f6978740528cbfaceabc4ced5c",
      "Id": "3e56945ec14543fbabacdb9eb6a141ea"
    },
    {
      "Start": "305a5833db394f91891500f80a816c44",
      "End": "f6eaa53474524cd99e929f9354de5243",
      "Id": "26c3458887104e6e9df81b5c1fc8279b"
    },
    {
      "Start": "731977a1a5204409bd08829335e63639",
      "End": "83d4eb3f2d9642b7af7a14d03800b018",
      "Id": "d70e86e97bec4f5fa286fd6249276548"
    },
    {
      "Start": "4517eb4a889f44d5bf7b0b3d3cb236d8",
      "End": "28c7cf9659934a738bc1264063e4f049",
      "Id": "364394c469ff46aabe285d7ab179bcd1"
    },
    {
      "Start": "51a1990bb4704f45b03c1ecd8d8c24c1",
      "End": "8c7ba86d046545c5bb5107ed40331068",
      "Id": "19ea46a206f5484a850f51d8bd3b9d26"
    },
    {
      "Start": "6c657a0f6bf54d4b9ee9ffcec1f149c7",
      "End": "f2ad726d28a44b49b72b24421bc015d6",
      "Id": "10460c9c9fe04fa3b291fb85c8bb6130"
    },
    {
      "Start": "6c657a0f6bf54d4b9ee9ffcec1f149c7",
      "End": "64a5d29794a44d5294345db1d75da609",
      "Id": "ca37f4f18c2a4491ad6872604c92b668"
    },
    {
      "Start": "bb713cf05171496ba630f13034e9cb04",
      "End": "019cf97f60004df280652357e30775a9",
      "Id": "9654022d71374a06aea300bdc0c52c33"
    },
    {
      "Start": "7822f73725784e5783a7f6789db783b1",
      "End": "92c75395511f42768123f3f3c7732e2f",
      "Id": "212c09e1d1064d288efc371765e0e242"
    },
    {
      "Start": "768d2f1322cc4cbdbc111027d8cb87dc",
      "End": "376a0eabda8d4f25880c1cf1b55fddee",
      "Id": "0d1049cc5c4b411e9d91a285aedee393"
    },
    {
      "Start": "5cc8c0845e134cb580af300e1c373a1a",
      "End": "abfcb9808bf449fda3b65dae287e6b21",
      "Id": "ac3753d82f01498491c73a32c02985fa"
    },
    {
      "Start": "7868ec2b7da54967acb49776f1051ed6",
      "End": "aa720022b65b45c8bf390ed101431294",
      "Id": "053dc2e56cf6476ea73a55567ec143b8"
    },
    {
      "Start": "1dc93fbf328d4e8ab911ffc5b2b92c44",
      "End": "9571e5a1b53f46d985f52cc6c9413a60",
      "Id": "79f8eec2c3c34598b573958d5d3b2b0d"
    },
    {
      "Start": "6d22f3ae515a4976a63548b413950aff",
      "End": "d3eea9ee22bb492c8e2a592e8558c508",
      "Id": "1f8e60809c9440aea331be912616d9ff"
    },
    {
      "Start": "78a222d027954043afcd0ba2cb86c742",
      "End": "f4287f09e4ac4ffda05083a4a9ebe181",
      "Id": "2a8da799bbb24d78bb8c91ca369c3081"
    },
    {
      "Start": "06847d26fd824eb3b9f59c0fb0658abf",
      "End": "88781931ee4c4520bcaee492accedeca",
      "Id": "3b4f77d6ecdb42e8ad3bfda2eb87525c"
    },
    {
      "Start": "d41da811f60a4c94b641ddcc57e85778",
      "End": "cd973d30a7534ee9a1326811ad80dd88",
      "Id": "0a670e670d3c419e8465fb6524e14fb6"
    },
    {
      "Start": "d41da811f60a4c94b641ddcc57e85778",
      "End": "5730d27b25564c3bbef1596a0a87034f",
      "Id": "bd9cf261203446d7b9b18fcaa48de94d"
    },
    {
      "Start": "d41da811f60a4c94b641ddcc57e85778",
      "End": "bd20c79c8a1d43c8827165ecd168a547",
      "Id": "ec62eb15f24e47479c8fa74ca2f35a93"
    },
    {
      "Start": "d643e187c0424999a68084215b6cb690",
      "End": "f65f825386184652b6ced5158d7c8c62",
      "Id": "b481966edae64c10a6e4018b17b7c440"
    },
    {
      "Start": "c94625644e8b45e8b7e9ecbe38c85ea0",
      "End": "88a461e3a113464eb0de492fecda35f2",
      "Id": "55a7f860446c4ee98a3c2125934d3782"
    },
    {
      "Start": "5571c66c49d742269c76fc555c25a038",
      "End": "9fffdb5cb29e4c64bb982aaed97162b3",
      "Id": "a896b79944244410a005cb0518c6d64c"
    },
    {
      "Start": "257ecea3ee394b57952ea71ca3ec3b27",
      "End": "a13cfb30996845b6b3c87a2a4008e11c",
      "Id": "be3c2edadf364572934d43c41db833c4"
    },
    {
      "Start": "096d7b57846c44adb6485de3d299de3c",
      "End": "1720f87df15140d683bba91de0f43baa",
      "Id": "9d0d75baef2441479c2417c143e2c11e"
    },
    {
      "Start": "4eb1b8db6faa496c8f365683a49aa331",
      "End": "40ec70126a604b3d9f2fbc1474e9577a",
      "Id": "0bb90924516246c09ad23a01f13dba3f"
    },
    {
      "Start": "65bb41cf6a494d4b9bcbfb3e606e1bea",
      "End": "4a1ed4d215234f6abd19834fb7ebb79d",
      "Id": "8e97467e88074b31b663bca918efedca"
    },
    {
      "Start": "65bb41cf6a494d4b9bcbfb3e606e1bea",
      "End": "67cd4949fb67487884cfdb6d186b09a4",
      "Id": "9d012b44f02d492292c631444d778eae"
    },
    {
      "Start": "26553034c15f49ec8fc20623090110a1",
      "End": "f06b63c5187b41ceba81b8d749acfbd9",
      "Id": "e719fc2109524c3b8ee10fdfa03e3208"
    },
    {
      "Start": "eb8f9830dc9b43ac8bc7418367e12286",
      "End": "f0ea2cb95c89480cb5291a2774a358a5",
      "Id": "28571452a09745f8b570be67737d77a3"
    },
    {
      "Start": "6eb16e53b43b49f7afaa828818227c3d",
      "End": "940da479bcfa4e3385fcb280c07f268f",
      "Id": "e7f98c5f4be946a0a153d06bf04b0fa3"
    },
    {
      "Start": "6eb16e53b43b49f7afaa828818227c3d",
      "End": "74d53d80ea7144168873d3c3493da6b9",
      "Id": "569959a30b1f48ff8beed30dfefb87df"
    },
    {
      "Start": "6eb16e53b43b49f7afaa828818227c3d",
      "End": "87be07d8c33d42c0867391c9934ea499",
      "Id": "8828324fcd174250b137be4d013c3355"
    },
    {
      "Start": "6eb16e53b43b49f7afaa828818227c3d",
      "End": "d73799ce3eb44addb94e8bfa6c2627d6",
      "Id": "fa10e3b531634dbb9458f70cc847c496"
    },
    {
      "Start": "6eb16e53b43b49f7afaa828818227c3d",
      "End": "aa6b412bfa554aae9949e68cf0f14cdb",
      "Id": "89289f7bae55422ab052accad4a54e19"
    },
    {
      "Start": "c0fd08faf3de4a238cb9410eb36d429b",
      "End": "10b8fe2196e74c4d84251288660f2e63",
      "Id": "bbe2ee612e4840a19b8a29dd39c8d9ab"
    },
    {
      "Start": "d787f98b7b0946ce845f56a80143c22d",
      "End": "e5f0d8aa1d26494a9198c2c72c58393f",
      "Id": "da1394e667c44311b0f967e23024f9ac"
    },
    {
      "Start": "7cb6f5a6fcb4429fb545d5a4c6ca194e",
      "End": "fe5168562570426592b91bed0845185b",
      "Id": "60a89a1ecd07413eb1ec966be1e0ac6d"
    },
    {
      "Start": "7cb6f5a6fcb4429fb545d5a4c6ca194e",
      "End": "8fbceca9803547ac8334388fd4d4b8d3",
      "Id": "eefe087372584b44b47dad9078c5b4cf"
    },
    {
      "Start": "7cb6f5a6fcb4429fb545d5a4c6ca194e",
      "End": "533d76be17984b069f3c8863921af383",
      "Id": "d662c36c206a42f08e4fdf96da36ed48"
    },
    {
      "Start": "7cb6f5a6fcb4429fb545d5a4c6ca194e",
      "End": "732bc80b01194befa32a2bc2d4fd32c5",
      "Id": "d4e8f2ba29b84dfeb70a16ff1e50027d"
    },
    {
      "Start": "7cb6f5a6fcb4429fb545d5a4c6ca194e",
      "End": "f787407bfaf44e83b5e0d0460c53d91f",
      "Id": "b9a94267dba7495fa86c693bcc829fe0"
    },
    {
      "Start": "7cb6f5a6fcb4429fb545d5a4c6ca194e",
      "End": "3117fa37bf04437797a9b72835a4c2e2",
      "Id": "99342f202d42465ea32b843255596c0a"
    },
    {
      "Start": "7cb6f5a6fcb4429fb545d5a4c6ca194e",
      "End": "139e112da88748ee8f5df880e8790d1a",
      "Id": "32a3de08649340eaa18582be515b6afd"
    },
    {
      "Start": "7cb6f5a6fcb4429fb545d5a4c6ca194e",
      "End": "0679dea293bf414c8f6b971d885ce8c4",
      "Id": "2429723c0be04f879126a3ad2b6ee80b"
    },
    {
      "Start": "7cb6f5a6fcb4429fb545d5a4c6ca194e",
      "End": "5f4d9dedaf7d49379df0eaa7808cee5c",
      "Id": "ba1be82bc948499bb89292583378afcc"
    },
    {
      "Start": "7cb6f5a6fcb4429fb545d5a4c6ca194e",
      "End": "5be006dad5784778b928bb7f36aefddd",
      "Id": "8bee261eddf240919ba3dbf583fa760f"
    },
    {
      "Start": "7cb6f5a6fcb4429fb545d5a4c6ca194e",
      "End": "7f23b6fa1ead42b69e95c6762d6cd9d5",
      "Id": "dfc92c0a692d4ff29879402bfcf5782e"
    },
    {
      "Start": "7cb6f5a6fcb4429fb545d5a4c6ca194e",
      "End": "83743080bd654788ba84dd550f57220a",
      "Id": "b6c146a7d3224012a1e7f467e52e2d13"
    },
    {
      "Start": "4c24fb50462c4233a69d0c541ccb475e",
      "End": "58ba66040b754139b5e8507e47f98334",
      "Id": "278bc4f7661b41ccbd9bbccecfb39391"
    },
    {
      "Start": "4c24fb50462c4233a69d0c541ccb475e",
      "End": "6bf120f79d4d49788e798faa4a49d58f",
      "Id": "06645aa3608b4581b39c310e3f25b284"
    },
    {
      "Start": "4c24fb50462c4233a69d0c541ccb475e",
      "End": "258015ab65cc41709d9787a3590b116f",
      "Id": "e6e0dc752a534883887cce40a58a4e79"
    },
    {
      "Start": "4c24fb50462c4233a69d0c541ccb475e",
      "End": "0480c3b8019d4111b6277fc396ab8532",
      "Id": "353478a96b164945bb008962427dc679"
    },
    {
      "Start": "1062e257efd34675b78f1c35d0071c59",
      "End": "6f0eec13a29f45d39e5b2fd5f22cc879",
      "Id": "d5f7818f15334c1c819aa3e62320f7c5"
    },
    {
      "Start": "1062e257efd34675b78f1c35d0071c59",
      "End": "0b75da3a78d0495ca8ba0d0abf1c1015",
      "Id": "d62ecd679dd14b84b8f9a7fcb036d562"
    },
    {
      "Start": "1062e257efd34675b78f1c35d0071c59",
      "End": "26dc3483afa54483a85f89ebd425a519",
      "Id": "f0e5371de0c24ebcbe7d26ea34a85d50"
    },
    {
      "Start": "1062e257efd34675b78f1c35d0071c59",
      "End": "cddac83b46784ea0804b2700072ef444",
      "Id": "145c6e50cb414150a696fd7b2b898b2c"
    },
    {
      "Start": "1062e257efd34675b78f1c35d0071c59",
      "End": "702aabbed00b4f0594a17c17ca9cef1f",
      "Id": "d14f7978e1a1478c8c8d0803f1fe00e8"
    },
    {
      "Start": "1062e257efd34675b78f1c35d0071c59",
      "End": "bc4c17db31544ee8b6aa88b06122f6ab",
      "Id": "e2e892f4f00443908656ba80078e31bf"
    },
    {
      "Start": "1062e257efd34675b78f1c35d0071c59",
      "End": "ac6652896ee14fd897cc98e605c51c10",
      "Id": "23d2fcfa5062485c8eeb8b76b37ae37f"
    },
    {
      "Start": "1062e257efd34675b78f1c35d0071c59",
      "End": "95401853b02044c79a173f444f674ebe",
      "Id": "34bdc6d1682845f5a79a43374c5ca183"
    },
    {
      "Start": "1062e257efd34675b78f1c35d0071c59",
      "End": "f9d2a95688974ab299f05d1e81760d8e",
      "Id": "a97e6024b1a646f2b025798c8755e9ce"
    },
    {
      "Start": "1062e257efd34675b78f1c35d0071c59",
      "End": "b0bce63a81d840d59e8ccba3eae3a2e7",
      "Id": "5e2d91e651cc4c4f8b4b325ca167545d"
    },
    {
      "Start": "1062e257efd34675b78f1c35d0071c59",
      "End": "aef355e0bb5c463a910a72fc0d654692",
      "Id": "04b59dac38dd4e56aa9a1ef95ea665a7"
    },
    {
      "Start": "1bf85f8f5b4045dbbb9445b178787069",
      "End": "38b4af72e1554c4fb696719fe744136e",
      "Id": "f24dc9bc2d6c47e3b0a6e5b86dd3a138"
    },
    {
      "Start": "1bf85f8f5b4045dbbb9445b178787069",
      "End": "dd71abfb5e47400b888a985fc724aea1",
      "Id": "57db329d00fe46f69ddcffadf7d3b595"
    },
    {
      "Start": "1bf85f8f5b4045dbbb9445b178787069",
      "End": "e126cfc6e33f4033a81e5350a5d44f9f",
      "Id": "c4b0b75ae063479b88d2bb72ff2a2518"
    },
    {
      "Start": "1bf85f8f5b4045dbbb9445b178787069",
      "End": "de1db8f8cb6d45c485b7f5b1f302cef6",
      "Id": "03c154fd083248c8875f2472fa87848e"
    },
    {
      "Start": "1bf85f8f5b4045dbbb9445b178787069",
      "End": "1210b09881124ccd98a7110828894a86",
      "Id": "4c5b58dc536141e193f3320f1e441d8e"
    },
    {
      "Start": "1bf85f8f5b4045dbbb9445b178787069",
      "End": "feb3a465766c490195f521553051621d",
      "Id": "124f1e8b41a8453295b98358c2382756"
    },
    {
      "Start": "1bf85f8f5b4045dbbb9445b178787069",
      "End": "daf03362ca684df4a85c52c1f17783ef",
      "Id": "db34d00621dc4286857d829188d5e164"
    },
    {
      "Start": "1bf85f8f5b4045dbbb9445b178787069",
      "End": "65ceb119c529480dad87fba7ad9f1dbc",
      "Id": "62ce8ec44fae4032bdf4809919ba2d23"
    },
    {
      "Start": "1bf85f8f5b4045dbbb9445b178787069",
      "End": "0b1c2600bdc84a4588e5da4a45696626",
      "Id": "d12f4a49d4264d81988133fe96104174"
    },
    {
      "Start": "1bf85f8f5b4045dbbb9445b178787069",
      "End": "7b8a829d381c4a4091117e72cb19b139",
      "Id": "f8b17586a4324406a8a59e08fc04ee01"
    },
    {
      "Start": "1bf85f8f5b4045dbbb9445b178787069",
      "End": "100f6aa05ea541ecba72d25115452509",
      "Id": "c2960a9d3ef546eba14c396cbda79b4e"
    },
    {
      "Start": "533fd3b15f4b49168c86fab6592088b6",
      "End": "a0c79f159bec4a00a18152b94c97645c",
      "Id": "89f193d21d2147319a348f32dffc8cfa"
    },
    {
      "Start": "3c30c9a3693d40c390bc94485acbe30a",
      "End": "ab65a7ad75374051a704a8e939cb273c",
      "Id": "3c08e9cad7124d068d1babce9a059301"
    },
    {
      "Start": "aa3dff5064854c81a6a80244c601018f",
      "End": "4d8e61aeb7fb464ab823b61410a66091",
      "Id": "4ab9b48ad1d440e489fe5698cb46ca7a"
    },
    {
      "Start": "aa3dff5064854c81a6a80244c601018f",
      "End": "dfcc539897eb410b8a295866a5706cef",
      "Id": "8079d7488a2e49289cf4a9a5a7f6e88c"
    },
    {
      "Start": "ef2c0638d25745d58e50cf7a8de46388",
      "End": "24eab7a6dfcd47a2963f552a3ad3eb3a",
      "Id": "ddc45a1ed1b3403ca59984e2668591cf"
    },
    {
      "Start": "ef2c0638d25745d58e50cf7a8de46388",
      "End": "3565a437920d4885af83fcb36216a6c7",
      "Id": "ddd08edd0cdc4edbb9ff6158c0092df6"
    },
    {
      "Start": "ef2c0638d25745d58e50cf7a8de46388",
      "End": "4118c919f58f4508a7c7acc24dea1a5d",
      "Id": "746c91854fa24d8aae21dc7548ee16a0"
    },
    {
      "Start": "ca954b51f3794c2fba411aeb649cacf6",
      "End": "6824e193bbd145358575515b2a8e5948",
      "Id": "efe7c38852eb47ad8652cfb11a2ac857"
    },
    {
      "Start": "ca954b51f3794c2fba411aeb649cacf6",
      "End": "74eaac9fe06045bcaa7407827b827ded",
      "Id": "4df3c4e12762412da889fbda822e80ff"
    },
    {
      "Start": "ca954b51f3794c2fba411aeb649cacf6",
      "End": "b8c6023ee0504776a8eeb0deea43caca",
      "Id": "5ba92f2097fd4efc97b3e1cbc6e8f587"
    },
    {
      "Start": "ca954b51f3794c2fba411aeb649cacf6",
      "End": "6179bf342b8f41b3a6e399571a3d6de1",
      "Id": "ce62e5d3823b4ad3adddc8bbc2f357b0"
    },
    {
      "Start": "ba3f11f7fc414fc6a3d2f5ec1f87dffd",
      "End": "4fc8f5362d7f44f3ac2dc75b7a7e8671",
      "Id": "cb83d29f21054750881895f63165d13f"
    },
    {
      "Start": "ba3f11f7fc414fc6a3d2f5ec1f87dffd",
      "End": "cd25231f6a794e698c416bd9e869a7c8",
      "Id": "c2999c3d31ee48929da4534e95eb6bc1"
    },
    {
      "Start": "ba3f11f7fc414fc6a3d2f5ec1f87dffd",
      "End": "81baedcac2bd4a6aa2fc0876df65635e",
      "Id": "85ad9b112b8e40be87a40bc7756e532a"
    },
    {
      "Start": "ba3f11f7fc414fc6a3d2f5ec1f87dffd",
      "End": "21d137cec38f4aeb835179c151baaf6b",
      "Id": "f89024279d76433db21c78a2a04bb2ea"
    },
    {
      "Start": "ba3f11f7fc414fc6a3d2f5ec1f87dffd",
      "End": "cf5ce0b67622427e80a148622b3615e8",
      "Id": "51d6fb621c734be08470dffc5dc2349b"
    },
    {
      "Start": "ba3f11f7fc414fc6a3d2f5ec1f87dffd",
      "End": "da847504087743b7856f99e426d69abe",
      "Id": "9472d90194f14aa388550c788d4d2431"
    },
    {
      "Start": "ba3f11f7fc414fc6a3d2f5ec1f87dffd",
      "End": "da0d1c7071e44ee082735bd959afc73c",
      "Id": "9dcf30b778e6462cb5f1de6b62e2f774"
    },
    {
      "Start": "ba3f11f7fc414fc6a3d2f5ec1f87dffd",
      "End": "c3186beb12744a07922f403fbbb020fb",
      "Id": "2af98bce858a479fb006e836c3270108"
    },
    {
      "Start": "f9e8f427c15a4d7abef94ab84e92dc0e",
      "End": "7b9389fd890d4f93a970891bffd78a8f",
      "Id": "f373d67401b74a1cb0c9bd1975dd7702"
    },
    {
      "Start": "f9e8f427c15a4d7abef94ab84e92dc0e",
      "End": "39fdd1eccb9745f38de4470924e6c727",
      "Id": "d0e5e7af4f944fc79c1830308df0b3eb"
    },
    {
      "Start": "f9e8f427c15a4d7abef94ab84e92dc0e",
      "End": "8f61e7da663e437d82e60e146a64d321",
      "Id": "bdb61e39dec64020bb426765e1fa89b0"
    },
    {
      "Start": "f9e8f427c15a4d7abef94ab84e92dc0e",
      "End": "81ff8822661c4aabb606ac2c3a647563",
      "Id": "e73f9571bca3488ca58e44a555bd3dd3"
    },
    {
      "Start": "f9e8f427c15a4d7abef94ab84e92dc0e",
      "End": "f4b9b52a8bf84cc8a9ed4f92f19baccf",
      "Id": "51c629fbee4446fa9c96a762a392c0e8"
    },
    {
      "Start": "f9e8f427c15a4d7abef94ab84e92dc0e",
      "End": "96185387e8324d6589581bbe89796a14",
      "Id": "ab0e2db45a104359bf3a9f69cb27565a"
    },
    {
      "Start": "f9e8f427c15a4d7abef94ab84e92dc0e",
      "End": "6230be475da143aa99dba7457948d061",
      "Id": "93529316ad8946a6b0c68794d9cf8ebe"
    },
    {
      "Start": "f9e8f427c15a4d7abef94ab84e92dc0e",
      "End": "3d769981585d4ed18371223798b53793",
      "Id": "a23b1c91935c4efabd1cb7f48eebb4b0"
    },
    {
      "Start": "5649ef8a8ee94b8dbc2bd1209f616c3b",
      "End": "c3e48ba4e9c34e929b6adcec87ca767c",
      "Id": "f1844ddb383e4cf5b0f5db8bdc7dc46a"
    },
    {
      "Start": "5649ef8a8ee94b8dbc2bd1209f616c3b",
      "End": "957c77720d864a6e872e2013c04fba4a",
      "Id": "31cfe0343d7248b79d6dd5d02a2d4e75"
    },
    {
      "Start": "5649ef8a8ee94b8dbc2bd1209f616c3b",
      "End": "6ee47801257a4ca5b2602f8e5468a332",
      "Id": "6790c64a954447d2b9c823a95dc9a893"
    },
    {
      "Start": "5649ef8a8ee94b8dbc2bd1209f616c3b",
      "End": "40575a43edeb436aa0b0174ff2500058",
      "Id": "0b38521d2c3542b3bdb0e208a2886444"
    },
    {
      "Start": "5649ef8a8ee94b8dbc2bd1209f616c3b",
      "End": "ed6d29edcf0a493882ab202d05cbfb7b",
      "Id": "f91746d7a844409d90a445e6d544e49b"
    },
    {
      "Start": "5649ef8a8ee94b8dbc2bd1209f616c3b",
      "End": "cb5d8d6ff23f4644a9c4944eca0ab950",
      "Id": "1dd82f5b39d9453197b52c3e04198eff"
    },
    {
      "Start": "5649ef8a8ee94b8dbc2bd1209f616c3b",
      "End": "3c402325db4c468d98b311196d998283",
      "Id": "0b65b2098f8142cdb9dcfb134e9328d3"
    },
    {
      "Start": "5649ef8a8ee94b8dbc2bd1209f616c3b",
      "End": "4f52b557e53c4fd48ea45a5417b13226",
      "Id": "578615b7a5084d2297b32921868096a8"
    },
    {
      "Start": "975aeb3164364f07b7b274d074f66b55",
      "End": "38e9a76fcdad489d8014b98b8229c72e",
      "Id": "def7af61c997477783015f2e288b146a"
    },
    {
      "Start": "975aeb3164364f07b7b274d074f66b55",
      "End": "d879c0ef86d340e18fa3730a5ddb9878",
      "Id": "9beeefa399164915b489ffb0008347ff"
    },
    {
      "Start": "975aeb3164364f07b7b274d074f66b55",
      "End": "d5bd3cf0594a480098c4abc837fdad58",
      "Id": "cfc90fdf8c3c476b9ef20448f86c8e8d"
    },
    {
      "Start": "975aeb3164364f07b7b274d074f66b55",
      "End": "9ad2ea999f424d52871d22c23c73187a",
      "Id": "31b7ee2340a34b848568b821003a313b"
    },
    {
      "Start": "975aeb3164364f07b7b274d074f66b55",
      "End": "e7db5252de8841ab9e35dec340dff2a5",
      "Id": "c58dba5e29554626a0ae5b74dd329c79"
    },
    {
      "Start": "975aeb3164364f07b7b274d074f66b55",
      "End": "2e3344731dc745d9a1331c28f22d36f7",
      "Id": "4a10739a31ce42448f3b9a63c91a8379"
    },
    {
      "Start": "975aeb3164364f07b7b274d074f66b55",
      "End": "dc9e46841d3947088e4d538ac01f4054",
      "Id": "4473227eccb64faea039ff17f446b421"
    },
    {
      "Start": "975aeb3164364f07b7b274d074f66b55",
      "End": "600fe98e01cc4156aec5765b19948d10",
      "Id": "2af927b5011f41ee85159c6035c7035f"
    },
    {
      "Start": "906327b4376e49acb184832fdc7c5d85",
      "End": "e6d5eeab3dfc4ed2b3a722974caac9c5",
      "Id": "d8eee0d2f6d2497895e4d3b7ec3772f2"
    },
    {
      "Start": "906327b4376e49acb184832fdc7c5d85",
      "End": "2e15d7a0207b445ab9c462b9b4bbf9ab",
      "Id": "818e9e51c392439983c3d0f38918a2ce"
    },
    {
      "Start": "6b3fe313870e4ed7b1899f65e74e71e0",
      "End": "b95dc33d9f0c43e785efc9ee84bf3ef6",
      "Id": "ac07eba71141496fbfaccbdbffb62fd0"
    },
    {
      "Start": "6b3fe313870e4ed7b1899f65e74e71e0",
      "End": "988c289b5635437bbd0f8ccab4bbb144",
      "Id": "9bf64e6c287d453aa82524f0187408dd"
    },
    {
      "Start": "6b3fe313870e4ed7b1899f65e74e71e0",
      "End": "69d45bf7083944f78635706f1b7c90d5",
      "Id": "152b83a627ea40a891a353fd71c85ab5"
    },
    {
      "Start": "6b3fe313870e4ed7b1899f65e74e71e0",
      "End": "82c9c07264914782a3e9759213b3bcd3",
      "Id": "65cf0908ec624125a396b3bf399b8296"
    },
    {
      "Start": "6b3fe313870e4ed7b1899f65e74e71e0",
      "End": "1fe68080278e43258d0b580793396b6b",
      "Id": "9d707ed084d84e6095199c8469705a5b"
    },
    {
      "Start": "6b3fe313870e4ed7b1899f65e74e71e0",
      "End": "5f70690376c649ea874640069743a1d2",
      "Id": "9e9d984f4c96499086f10dc83e85df42"
    },
    {
      "Start": "3c17aa3f68c045ed8acaf2b654845610",
      "End": "299f088ae55749e4883719dbd68c4421",
      "Id": "d962f8623488405da4eeef8ea9f5387c"
    },
    {
      "Start": "3c17aa3f68c045ed8acaf2b654845610",
      "End": "08c87257e019402a82cc3544ff6110c9",
      "Id": "1b90ad3a58444a45875a20ee08dddf3e"
    },
    {
      "Start": "2a4c42d728414871b855e1c344daa9ac",
      "End": "4fd9c36c7c424e94ba1daf2c464a64f6",
      "Id": "8edf7132628d41e18b9babee2ad3430a"
    },
    {
      "Start": "2a4c42d728414871b855e1c344daa9ac",
      "End": "81f2a2691ed64327a012a8544527572c",
      "Id": "fa9f92bc696e493cbbb518e89012a0ae"
    },
    {
      "Start": "f756c803a44e4075a59e8088ff1f8ae5",
      "End": "bc819c6c442640a0923a56af73a89639",
      "Id": "1e348de83b5b444799ce683bb43ad942"
    },
    {
      "Start": "812c1e3a26d04363bd5d3cb2b5c9208e",
      "End": "ac7de9bddf8b43fe80109d4e7ddf52ea",
      "Id": "7996605cec354d15a710a79be4c1d071"
    },
    {
      "Start": "c0c9e7a706ae405f9bb5b2d23227c1a1",
      "End": "0ad665c170a445ce92f4670247fba2f2",
      "Id": "9f78e045aeaf45ae921f14063c33b432"
    },
    {
      "Start": "bab941b845904c26a7a778a974c068ba",
      "End": "7efbf31a9529402a899bf53c21c8abf4",
      "Id": "c91a499d851145fa8aced51f52769856"
    },
    {
      "Start": "1b3dbc7d5d7146948d9c49a89ef999ce",
      "End": "78070c2ab28045e78b21a057e6c8faf9",
      "Id": "395065b9a68d463d9d280043c5940731"
    },
    {
      "Start": "70a709d797e24b39aa0fcfd336708823",
      "End": "af0c8d0907a2426cb16eccf960701242",
      "Id": "513eb95bb0ab4f11ad907d8b74dd8348"
    },
    {
      "Start": "70e4e8514c634e08876e028b5f48aa57",
      "End": "fd70dc602d9c48049c4b393404e49a98",
      "Id": "b326224e36be419fa37d79c8f159dc63"
    },
    {
      "Start": "8341f33ea63e4e12843ada50ef6a8734",
      "End": "2d992f5711894489962b8c2893f4eb03",
      "Id": "d166861cd9ca483691f87182a91a2a1b"
    },
    {
      "Start": "65022ed846e74ba594350605067dfd53",
      "End": "5619435cfe7b4207a312116852086d57",
      "Id": "bff99cbd5c97421c86d2948da5c9662f"
    },
    {
      "Start": "51312c5c4f5f4def96ab64b027a1e296",
      "End": "e81b55228b9249aa9209098613e0bc4a",
      "Id": "26775390dd424d778ea49ddd5fe0d692"
    },
    {
      "Start": "2a5768f2908a42e5bcfd01c5701d331a",
      "End": "3d42933a14254d84b8c48bb7125fba98",
      "Id": "02d05563e55e4e0d8180ce6c9ae6fe0a"
    },
    {
      "Start": "4577190a72744ca380920d9e3af2aa8d",
      "End": "9ad16875345b42eeb06fa1821206a90d",
      "Id": "dfa3c5787ee54ac3b5bf2033a0a00ce8"
    },
    {
      "Start": "3bdc5eed9adc4f2fa58afadcf9fca5e7",
      "End": "f756f1c8008d40d3abdc489d7727d85f",
      "Id": "37bc1dddd58a4ab2b33b0c1c5439c914"
    },
    {
      "Start": "b94ea3bca553422ebb5bddb450196fa7",
      "End": "34575aae5d634144acd743b677677dd9",
      "Id": "38698517e8f44f26b3a47cc6e5aba219"
    },
    {
      "Start": "b94ea3bca553422ebb5bddb450196fa7",
      "End": "c1b1f956cb5b48a29706cdb15a76d0fe",
      "Id": "cbcecb412d8548aab92b4b65af4b6a84"
    },
    {
      "Start": "02fba7dc39434867ba51755453fede48",
      "End": "57b9839a96734263b8debc37c282cb02",
      "Id": "6001b919876845c8bde6f17ce94dc3f9"
    },
    {
      "Start": "30db5b3bac6d462fa59aaa3995550db1",
      "End": "65a4d64a64274ec2b73ea9265ed3afe4",
      "Id": "eaba86ac4cfc4c6b8e135d52365c2171"
    },
    {
      "Start": "30db5b3bac6d462fa59aaa3995550db1",
      "End": "448d4030743f491f9571e80d3c825047",
      "Id": "367e8a9484c44c32b848370b3c92a21b"
    },
    {
      "Start": "30db5b3bac6d462fa59aaa3995550db1",
      "End": "6f4d6ff615f24ce39aef161be4f9d139",
      "Id": "84400c05fe0344918e7178ac8299b96a"
    },
    {
      "Start": "889d2808f6434de3bfad60e44663e0b1",
      "End": "f23334e847dc42e594bd79cc92d4e3de",
      "Id": "011e6ff6b96c42b49a02ce3c88d97fae"
    },
    {
      "Start": "889d2808f6434de3bfad60e44663e0b1",
      "End": "ecb6408c4b9b4195933bf4e3821c41cd",
      "Id": "f112d44054f74ea798d99eeccb0151b4"
    },
    {
      "Start": "3a175a976840463f91dc1018fb22b3c8",
      "End": "feed445d4df84e858c2ac46acdfb2453",
      "Id": "eaf5b53e0eff4f93a56c03fa67c28346"
    },
    {
      "Start": "ca3a14c3788b41ae970d1597f7888b88",
      "End": "5c0e36d7253e47f29a6c9e48491c005b",
      "Id": "c38e8f10fcb44f1fa0b9307416a66033"
    },
    {
      "Start": "ca3a14c3788b41ae970d1597f7888b88",
      "End": "f2fb68c20dfd408a92822ea509fef14a",
      "Id": "9fbfa18b1e284052bcea923346ff8af5"
    },
    {
      "Start": "ca3a14c3788b41ae970d1597f7888b88",
      "End": "fca7ff66fa51446f94e61f278111b643",
      "Id": "05bf1c07df35432a92f9ce78f989b2ba"
    },
    {
      "Start": "f592be456b234738a211970279733838",
      "End": "e662f23c2b0e47a7b222e6f04f8615ca",
      "Id": "ebba727b168c41deaec194fdd16764f9"
    },
    {
      "Start": "f592be456b234738a211970279733838",
      "End": "184229a68e514aa3b3fb358e501e09c7",
      "Id": "11a45120bc0f45989ac88027b1a9b25b"
    },
    {
      "Start": "8d2d602a5d0c43bc9513124c21d7057b",
      "End": "4c6f697fe1b9484295899011b0dd6f78",
      "Id": "757672a03332401bb7e26e62aea730cb"
    },
    {
      "Start": "645e7b92ef1d43d48021bef17c2f6202",
      "End": "372bd38867e74530a28123c7586233f5",
      "Id": "e015446eea24471cb7c363526b0f1b0c"
    },
    {
      "Start": "7fe24dc75c4c4e8c803418b585ca3adb",
      "End": "b6c12eab0f034de0b14ea1c3ea8e294f",
      "Id": "ae5cc3b4f7324cd197fd2b58a056881f"
    },
    {
      "Start": "7e0e7d22c6c345478134d1514f673602",
      "End": "9216a42cd92741a793b6d794a2bd502a",
      "Id": "c3dddcace6d1443d90e3c2305f93c3b8"
    },
    {
      "Start": "05981845acb14b31bc256ace62a3c0d6",
      "End": "a5d5680fb9754e27af322b4372540b60",
      "Id": "28155541d5ff4b61a1ad40412a034888"
    },
    {
      "Start": "b301de7749ef49a4b42a2833d808f7f8",
      "End": "2b7674cb63754154aa0295ce3a766a4a",
      "Id": "09443df535874f96ac7aa78bf6c6fec2"
    },
    {
      "Start": "ac10b8f59a9b4aacb0f8c51bbcdca6d5",
      "End": "1f3412e1270349a5b77e1974f865a4b9",
      "Id": "ce1dd7e6b16e46c28048df878da52426"
    },
    {
      "Start": "c7b68d4e207443b584bd013080120f4a",
      "End": "b9fba61ccc7d498b82939da48baf7878",
      "Id": "b64794ad6f3d4ae2857c4f1f3a77017e"
    },
    {
      "Start": "b759e4e4c481406a8ab4dba2eba6bea3",
      "End": "f410e30430b44a2e85a6d690cca89da2",
      "Id": "5e7681669cb94a02b5c6228b92c84e5a"
    },
    {
      "Start": "b759e4e4c481406a8ab4dba2eba6bea3",
      "End": "bb13536ce93f4f3da943e8f62afb7111",
      "Id": "3c28e82e3b63461cb9922da4382482ee"
    },
    {
      "Start": "60bab3342ab642ec93ac7ace87286efa",
      "End": "a6a2edfe778a4676a7255c335c5b2c4e",
      "Id": "af1f6ac13ed14e93995d677faef062d1"
    },
    {
      "Start": "515f6200011e46419475686f3876d27e",
      "End": "730b0912e91f41a4a949f4f1e05695eb",
      "Id": "3f8a4e7e75b1405f87c3b6f1ee4ec6a4"
    },
    {
      "Start": "515f6200011e46419475686f3876d27e",
      "End": "61d0114a241c46ae9be4629395ae34a6",
      "Id": "edacdb739a4449bca726d11eee07bd86"
    },
    {
      "Start": "515f6200011e46419475686f3876d27e",
      "End": "a75ff217836445f888787aa794fc9deb",
      "Id": "3cb17c5c6ad04746b2f037dc2c7d4b3b"
    },
    {
      "Start": "b96704ab763d4222be69d167e847074e",
      "End": "82091b9b31be457e84f2fe7a7e30bcaf",
      "Id": "dc9a4ce9bfa74703a7c78a39d05cce30"
    },
    {
      "Start": "20530c7bc90f4f9da9fc67187d03ba6d",
      "End": "a76f47797cb34f02b9f9d4c0fc60bb7f",
      "Id": "e4954e42c7344b70a32495abe0e8fe24"
    },
    {
      "Start": "f42aed41c3964c4ba7e4629b92c46b9b",
      "End": "99db40c303d143f1b1e8f0e74cb20675",
      "Id": "85e8b2338042416b9b35a3890f076cf1"
    },
    {
      "Start": "f42aed41c3964c4ba7e4629b92c46b9b",
      "End": "069a1c0358174bfc98ea029e99a94ed0",
      "Id": "3f4236702c7e458f9a82c1b8abea2dc5"
    },
    {
      "Start": "3c3d5838339c47ed93d426f012c296e6",
      "End": "d7071f0e522d4c439316c9b9f684e573",
      "Id": "73557fd082d6494db018d7c798359285"
    },
    {
      "Start": "3c3d5838339c47ed93d426f012c296e6",
      "End": "1e3656f7afc942b18ed5043ab3b57793",
      "Id": "452a294e59e04b66b1e73a82e3380f7c"
    },
    {
      "Start": "db257adf15c14f88a47891e8f06d7c67",
      "End": "be7dd0ea98bb46338abe6b97af3a65a2",
      "Id": "40aca19bcaf943229d8e0d6a7f19c5b4"
    },
    {
      "Start": "d84aa78455884dcd9aaac7cd716b4347",
      "End": "37abd333af6c40f4ac445a642e9e3c55",
      "Id": "4c07e19a1e6d4fa3a31ee867df567f81"
    },
    {
      "Start": "f210ff81b56941f3bd8d03b632e82300",
      "End": "7272a19f78d148b98a66aebd246f3b16",
      "Id": "27949bd1780849ddb6cb9fce526547c3"
    },
    {
      "Start": "f210ff81b56941f3bd8d03b632e82300",
      "End": "5cc8dc3aacba453e86eda8c053da6784",
      "Id": "e6d6fd3e136a43c4a71a1405d332f472"
    },
    {
      "Start": "f210ff81b56941f3bd8d03b632e82300",
      "End": "d82bd45d514745afaee5790a69f06eb3",
      "Id": "b3a41597f3754fb6a77ea3f33bb0e534"
    },
    {
      "Start": "4cc898bc2e724c5492d132259507f86b",
      "End": "79c00c6f046442a3ab3385d5d73b1a0b",
      "Id": "8a25811adf0b480c85a703546767ade8"
    },
    {
      "Start": "e9e70e13d246414db1c896381ab0a689",
      "End": "798f699fabe44735a91f25dc0d0cbc80",
      "Id": "88aa63fee6a441a3b47241f267ba9636"
    },
    {
      "Start": "380c196b239441f299ec0c844545958c",
      "End": "ba234deb6fdf4294acd46de4ce40f4d6",
      "Id": "b67d39a9c802432ea8c8d81e88b819b1"
    },
    {
      "Start": "380c196b239441f299ec0c844545958c",
      "End": "631ab624b77d4b438cb49f81c7ae4185",
      "Id": "3b2859f9846944af8482e93f5fdb1499"
    },
    {
      "Start": "af71de78bd754d0ba67a029d3a9d0e2b",
      "End": "ef5af3a55f214971bcdcfdaa5090e6a6",
      "Id": "82030a3b1d6d41058b86d15d265e03fe"
    },
    {
      "Start": "af71de78bd754d0ba67a029d3a9d0e2b",
      "End": "594bbedcabf44c628d55b53058d6eb97",
      "Id": "98c339fe035c4734a0e6aab6c469c314"
    },
    {
      "Start": "99249339105b484dabaf7de766f7b035",
      "End": "8b3f9c30a3d44387a620ccdb9aa40871",
      "Id": "e86d4717699b4e1e9e70ee37c2514ba5"
    },
    {
      "Start": "2af87030150b40e19a7b82d796c7b60d",
      "End": "dfa5270a2a3249bcb1056582b786a9ef",
      "Id": "a6a394802106464d810d6a2b7a1e45d3"
    },
    {
      "Start": "2cc72821636e4130aad14c173558fcd1",
      "End": "4f624bd4941f497591f99e47b1cff9e2",
      "Id": "cd16ed0483994697bd1e53511418ad78"
    },
    {
      "Start": "f338a25a23094f8c82464b3ea39a4f43",
      "End": "d3a7d17ef63949eba1420a3b1def82d0",
      "Id": "f86986a3f5824048b9d33af64809c22c"
    },
    {
      "Start": "f338a25a23094f8c82464b3ea39a4f43",
      "End": "556449061be74e29bf1051d338842f3b",
      "Id": "1b00d8a1d74547fdb752bfcab7841a80"
    },
    {
      "Start": "e32f1011b7584f409e3a2ddd41eb682c",
      "End": "5cb27a886f13460f864ce37b4e7fb765",
      "Id": "cd75461a9d514c47a95775335cc412c1"
    },
    {
      "Start": "d9e456cc10614cb8b96b58a87f699861",
      "End": "e5e5e1a5be1e4491969c59d47349be1d",
      "Id": "9ad54dc47d5d4938a4d68748f8bba525"
    },
    {
      "Start": "04992523dc15489faaee5cfa63ec9e61",
      "End": "6fb9c8b0533f432d955d8e9937a2b398",
      "Id": "c5df926bbcfc47b2b785ec700a7e83e8"
    },
    {
      "Start": "04992523dc15489faaee5cfa63ec9e61",
      "End": "c745abd0699f49669dbc8f72fc70dc21",
      "Id": "4bc31a6571f64b0ea2d1744bdf5b8765"
    },
    {
      "Start": "04992523dc15489faaee5cfa63ec9e61",
      "End": "74eac5ad0a0f498e9bd1c37c0eaea032",
      "Id": "440a7150b6a744b4a86f98986d34b4f8"
    },
    {
      "Start": "04992523dc15489faaee5cfa63ec9e61",
      "End": "1dcc77f605f0479db38004b5729a3811",
      "Id": "62be111b69574af7b4dc8e843cee4a91"
    },
    {
      "Start": "04992523dc15489faaee5cfa63ec9e61",
      "End": "18479197c3b948d692c80c63360a2172",
      "Id": "6b33f6e269c046b3a619be7f35a8b886"
    },
    {
      "Start": "04992523dc15489faaee5cfa63ec9e61",
      "End": "c514adbfed5b4f4b9736d0ffb04ee4a7",
      "Id": "3f9b3864bdd54cbbaec79c48cff43b4e"
    },
    {
      "Start": "04992523dc15489faaee5cfa63ec9e61",
      "End": "dc8617a508f346cd91ef630c7646a0bf",
      "Id": "93903adee94341a99611ccc442f46020"
    },
    {
      "Start": "775273502b134771a19b8c136288392d",
      "End": "900f792840f94e22be550aeed3b5601b",
      "Id": "2d2c6d09f8a24c51bbeb87df393c7909"
    },
    {
      "Start": "34a9fbf5dbbe4bf1ae73c033b3e1db02",
      "End": "2e7d9af71a7c40d2965cdc45b39a9194",
      "Id": "b07d92b100014729afbd4e3b9c5c3dbf"
    },
    {
      "Start": "ebb825884fa8424a849f250802bd8cab",
      "End": "48bcca597d1c4231aaee04848f952074",
      "Id": "c42bc4e75bf9453791bf1d99cbf60b75"
    },
    {
      "Start": "45ba39d8f60247139fe6195d7fe68b1d",
      "End": "0b86e01680bd4a7c93f72adb95515ce3",
      "Id": "95aa2051ef6d4457868e7559f5154191"
    },
    {
      "Start": "45ba39d8f60247139fe6195d7fe68b1d",
      "End": "4c64ea4b30f740c9992a097c5e95e3c4",
      "Id": "1faea18053b041cab4de2909848480ac"
    },
    {
      "Start": "45ba39d8f60247139fe6195d7fe68b1d",
      "End": "cae14dc3183245f69bb0cd0a7ef0665f",
      "Id": "571466544fc74e78a4f8a0e6adafd567"
    },
    {
      "Start": "45ba39d8f60247139fe6195d7fe68b1d",
      "End": "194347eac5aa47698bbe4819e568d4e4",
      "Id": "876334c489fd4282b5120b13e269fdf7"
    },
    {
      "Start": "45ba39d8f60247139fe6195d7fe68b1d",
      "End": "360df9aac48e46e29b0a78261f5c7555",
      "Id": "ab110483499d4defa119b9f48f769828"
    },
    {
      "Start": "45ba39d8f60247139fe6195d7fe68b1d",
      "End": "d860a4ec397047489bd98b0ccc677b20",
      "Id": "1a33542660fa486597e097222bf039e4"
    },
    {
      "Start": "28fca45acb8647da8c26d6143ac3c7f8",
      "End": "a7ffa607fad845c383fed0a18bc3f22d",
      "Id": "f78a4e479b88420694d35c31253a1540"
    },
    {
      "Start": "20f9fd4697b64a9fa0fb8e14583c17f2",
      "End": "5af0d13da5b44ad79a69f3a97644755f",
      "Id": "9dbd567d0de34cf9ae1e9d5db26dbc4e"
    },
    {
      "Start": "e7dbf96794df43dc9c90f4f477ffe7c7",
      "End": "e7d8eae09a4e44908229fb8b8000aa2f",
      "Id": "5d812b329af0469c89d53c0246f1a927"
    },
    {
      "Start": "e7dbf96794df43dc9c90f4f477ffe7c7",
      "End": "5d4f5641e684448ba3af1e3a0b4d71c7",
      "Id": "3b79853aa7744c37b880516bb29a3eda"
    },
    {
      "Start": "290df0812a1d44d09939edc9a316b942",
      "End": "bc01fcf2b26f476a9a42e64480cea0c9",
      "Id": "8506478756354a8eb393dc1298b1217d"
    },
    {
      "Start": "290df0812a1d44d09939edc9a316b942",
      "End": "330fdb75044f49b29d956353c40c2b2b",
      "Id": "eb1cc329902b4b3c9537d07b18a3f7df"
    },
    {
      "Start": "290df0812a1d44d09939edc9a316b942",
      "End": "90b4eadf5a0646ffa40098d185d566d0",
      "Id": "42ef0fff9e0d4362a25aef4f47c6914f"
    },
    {
      "Start": "6dfb69b7db6f40feb06e2ec2b0ba9833",
      "End": "8bda4e0dd1c0448488fa122da018af61",
      "Id": "83ba94a5f7d342f5b6f6ce844a5a8bdb"
    },
    {
      "Start": "2175b25512ea4cf89057b8d8476b180d",
      "End": "66d1a480b88d405ba37f6488ddbd1924",
      "Id": "e6b75372378b4d28a6c2f388fd5aa576"
    },
    {
      "Start": "9494f83738cc4ed2aa210edb6061089b",
      "End": "b572f09b15b849238c0f3b42f410cadf",
      "Id": "fc1b4a6170bf4ff5b81442672e4435c1"
    },
    {
      "Start": "bdfb4bd59ba64e8196ea87bf82964c52",
      "End": "bef88a63570a44aeb3f452e3035a6f10",
      "Id": "dcd36a1c4f494fd68778f3b5d5fd69c2"
    },
    {
      "Start": "587cd33237f14c1e80060d519c3887cf",
      "End": "6ac1fb5e2f6e43918aaed246001ef4eb",
      "Id": "afaeabb3fe3a421db5681807515acd98"
    },
    {
      "Start": "850abdd8c307451e9e9630b74787241e",
      "End": "d41f52c90780481a9643e3c357e8f03d",
      "Id": "a7a8ec65b7e14ce1b04673b5d102e05a"
    },
    {
      "Start": "850abdd8c307451e9e9630b74787241e",
      "End": "7ccbda01d436449ebb89b7ea85f3cedd",
      "Id": "a509e1b8c1634ff289928e999c14bf8d"
    },
    {
      "Start": "850abdd8c307451e9e9630b74787241e",
      "End": "75d8422183de418ba750729ea3ad6c82",
      "Id": "0a7e7430b3a1445a952974da8360605a"
    },
    {
      "Start": "10a6d3a008d846919ff37f75ff686db9",
      "End": "c4f8a41cf5e34f51ae489d365fb9514a",
      "Id": "491ec1b4ae704026a21ba6166b066deb"
    },
    {
      "Start": "5cb05f5debee49389af4bea06c7874c3",
      "End": "02a75b0378d842b1be6caa8b35f685ad",
      "Id": "0cc834666339474eb86561f83fddad39"
    },
    {
      "Start": "345774b67247444bb5f9b55ba5537bfa",
      "End": "dc65a2db980846c69610c74e32f0ff44",
      "Id": "c2b69cdfbf4b4f4dbda3a08594e6c9f6"
    },
    {
      "Start": "7880bb601e804a80b48d2ee2d24b01b8",
      "End": "12543752003b42d088859092136eaa3f",
      "Id": "df388cefc4934a1392ea1e01e0a20f88"
    },
    {
      "Start": "df15ed10bfa44937ba4b997eb53e8d8c",
      "End": "c3db829a26c94466aaceac6efcb73206",
      "Id": "d80ee6a95bf74165893f115b4b115a93"
    },
    {
      "Start": "5042625263224e398efc575afebb0cf6",
      "End": "9513f2cd7950421093fd724291e89443",
      "Id": "80c79cd6104d4e48a50b1dad068a363a"
    },
    {
      "Start": "5042625263224e398efc575afebb0cf6",
      "End": "93f934d403754882a96dcfa0cdee5256",
      "Id": "fb105e4820e9443fbecf3309bc638a0c"
    },
    {
      "Start": "dbbcaebd5c8e4dddada5de12a37aad8d",
      "End": "4bdccbbc19354d7cb34d3fd37fbb3ee8",
      "Id": "b81124854d914773837d8e6a819112b1"
    },
    {
      "Start": "dbbcaebd5c8e4dddada5de12a37aad8d",
      "End": "61ef089ceefd4f50a5f47b3131e5ebac",
      "Id": "b0632c75d5a24b1cbaf2063cb6d3bd07"
    },
    {
      "Start": "2cf752bf9a954f0091ccd6a06d0cf01e",
      "End": "1f8ef6480a57488dae8f3023fb77afcb",
      "Id": "5ff00760a1f5444db9459f3349a8cf4e"
    },
    {
      "Start": "8c37dfce9dc64d3ea677a9a3c1e44eb4",
      "End": "d6cd1dd0975c4366ad5d42b6a4b52860",
      "Id": "73fb38b387e34fe5921c930d8cd2e218"
    },
    {
      "Start": "8c37dfce9dc64d3ea677a9a3c1e44eb4",
      "End": "ed3c3499a579432581a7e8c4fa81e752",
      "Id": "384e61177c6f4eeaae1c5a688433a988"
    },
    {
      "Start": "8c37dfce9dc64d3ea677a9a3c1e44eb4",
      "End": "c41f795dd2684702b2b0414f6a3a65b6",
      "Id": "bc90066dfdfe44b39c7c7d129d11c5bf"
    },
    {
      "Start": "cdd31d4d8fab4beb9502e2c02f25758b",
      "End": "0bf4b884eb1b4215ad337d3bb8e96151",
      "Id": "3dea9a9017c049868f3194a9082586b7"
    },
    {
      "Start": "cdd31d4d8fab4beb9502e2c02f25758b",
      "End": "f7b6abd2cd9d4b55a11f6d16d790be93",
      "Id": "774e1ed7c75e448f9910da558e7be82a"
    },
    {
      "Start": "d850e653be6b42349cc096a6bb41d15e",
      "End": "7fbea383f6e44845a90c0ecceb4009b8",
      "Id": "f910123175654106a9f4d2864f74cd09"
    },
    {
      "Start": "d850e653be6b42349cc096a6bb41d15e",
      "End": "cbb6992e4d784fb285f246760189ea8f",
      "Id": "22b3dc86cb4849b6b97c7d44038fbe13"
    },
    {
      "Start": "2a9db3c833bf460b82098c6687787506",
      "End": "b54f0ba1b0d645be918c7b7242a119aa",
      "Id": "a98ed8e4312d4d799d5c032a0a93a6f1"
    },
    {
      "Start": "8258e3bfc5af4b969d1ba715c5343a6d",
      "End": "670b6ffddb7e497b9f0650f668ad9c66",
      "Id": "4200c72150de4d6bb74b40416ce90d87"
    },
    {
      "Start": "fda5f184ae2b42a181e5d033a8af7b54",
      "End": "35bb1098f11745718d30d56686a03bc8",
      "Id": "a5b3094ec7824741876496a78946d41d"
    },
    {
      "Start": "fda5f184ae2b42a181e5d033a8af7b54",
      "End": "03de1da95e7b475299b49e4c7f86f1a0",
      "Id": "85435ca5263d49a8b9e78b8f6d695193"
    },
    {
      "Start": "c25ce089d82749d48a2df8c54a3a8fb7",
      "End": "a6ec42f0629640108a7dd95ed9178b60",
      "Id": "ed3a0dc2a88a49c28ee892bc5b2bc181"
    },
    {
      "Start": "a6be4c2bc04f46c987408b29346bdedd",
      "End": "82c12b4345ed46269370749504cd96e8",
      "Id": "8b4555e492e145198d4bab63dd48f328"
    },
    {
      "Start": "a6be4c2bc04f46c987408b29346bdedd",
      "End": "e41d8167173f4d17b0940414ffc4bc55",
      "Id": "1f1413d9ce6f43cc9e9ad3e970d8271e"
    },
    {
      "Start": "a6be4c2bc04f46c987408b29346bdedd",
      "End": "99d61dd02fc64657b8b99c544857e670",
      "Id": "5d1d110475b94a108e892adba5fceef1"
    },
    {
      "Start": "720251f418a24183a545d8f654911d9b",
      "End": "f1570ec461264332aa07c688c86319ce",
      "Id": "c8eafbcd083d42d299b21439ed2b4563"
    },
    {
      "Start": "6d977a6f9fe549e39bda8cd3204af5e3",
      "End": "c22d125c28bf4a70b5b07ebcc9e9a941",
      "Id": "c3e99eb8f1704c80ae823bd41da84405"
    },
    {
      "Start": "abfad1f8e9084d5d837e224aab4f1571",
      "End": "1ab94396f4a7450d8ae058ffdece6209",
      "Id": "3b8b423e6b7a4ce1b31c719df5202d26"
    },
    {
      "Start": "abfad1f8e9084d5d837e224aab4f1571",
      "End": "5dc9497fcc8a423bb3ab7b580261d57c",
      "Id": "638ba6382a974a6dbe512510f8d8fd36"
    },
    {
      "Start": "6f435ece34c14d6c9ea83800a44c23da",
      "End": "daea8cfc504546a1b8931c589b3acfdc",
      "Id": "d3cc2749eb9c488a96271350f3828fcb"
    },
    {
      "Start": "7dc9b5e9484e49239d0671b8787afd6b",
      "End": "86951db338644336b6b8525271a2369c",
      "Id": "b22f9bb34e814631badcf7f30c50dc36"
    },
    {
      "Start": "c2e7a9b1626d49edb15fd72f7a1ae7ed",
      "End": "63c8cbcaa7ed4e54854e6fc17e58d366",
      "Id": "311e8b1f0ea44a6d9a55f851ddc9bdbe"
    },
    {
      "Start": "c2e7a9b1626d49edb15fd72f7a1ae7ed",
      "End": "1eed14967e7641e6975ad22d009582e1",
      "Id": "57db08a6c3be4835b33c93a75b124c27"
    },
    {
      "Start": "c2e7a9b1626d49edb15fd72f7a1ae7ed",
      "End": "da6812cf72d54359aed9c4934403c6cb",
      "Id": "b9bcb51e1c0247a1962d30694f78cb36"
    },
    {
      "Start": "e07c9ffc454345499b3444f12bed909f",
      "End": "3ff1b05775cc402996cbfe7cbd74812b",
      "Id": "2d605b2f3dd74c279d8380deee4e54ab"
    },
    {
      "Start": "45e1314e576944f295258b225860a10b",
      "End": "905325478d9c49199e680428b6a6f2cf",
      "Id": "85352247042a42d38e13eea8e11e51cd"
    },
    {
      "Start": "184011316398440fbd7ec6ba0d80df79",
      "End": "3393b787e7c641dc865c6e43b374912d",
      "Id": "0189621cc2004f2faed140b68856d795"
    },
    {
      "Start": "184011316398440fbd7ec6ba0d80df79",
      "End": "bc2b55ed289b467eaffaad361d3e45e9",
      "Id": "41047de34f444db896b130c489cd06d4"
    },
    {
      "Start": "184011316398440fbd7ec6ba0d80df79",
      "End": "edb7379dd8c842978d92e729a40b1439",
      "Id": "bd5ea69a157e47d7a347c6a9a2017c9f"
    },
    {
      "Start": "184011316398440fbd7ec6ba0d80df79",
      "End": "fe30d3333acb4f0f997d241647a90584",
      "Id": "9b652733d6574fbe8eb09a34cb9ab946"
    },
    {
      "Start": "d9216e9f8419401c8d1fe3c3447b06f4",
      "End": "f254d252f53c4c5db1826acead5b03ba",
      "Id": "6ca73c38159f42538001aafc71730236"
    },
    {
      "Start": "62ae4c2d18314ca884c7aac55839a55e",
      "End": "1a86ef3a2d0e4f1b8f121456f817715d",
      "Id": "eb7db67c6b384524bcb68da9ea5fb367"
    },
    {
      "Start": "6581649c098c485c8d6168775ee85916",
      "End": "354ce564e00e478b92d5cc5fcbc9de84",
      "Id": "4eecc8fb5c6c4f4396e12027fb9b7d00"
    },
    {
      "Start": "237d09fd606f4277b5de04a795b11344",
      "End": "0b3c999de118424fb7d2203509b50f76",
      "Id": "5add06383ae040a39b361457f7e99766"
    },
    {
      "Start": "1b6456d49ffa42bca86a8ecadfca3aa8",
      "End": "f02defd52eb34623ad9203e09e902cc5",
      "Id": "dccf09c10e9b4b20874ad06af85e5fe8"
    },
    {
      "Start": "f6d739629e204dbaaa79063a7fd69aca",
      "End": "114ca3e2ad0649bab8f2a401c54d6c10",
      "Id": "06e417f61ba747de8e79d00b409bdb8c"
    },
    {
      "Start": "cf3167946f454d4e9e3336d372190d21",
      "End": "2f101092def44fc7ad889be19debe26f",
      "Id": "6803e48dfc4049eebad46236e9facf97"
    },
    {
      "Start": "45d7e1fea48642cba7f6bd67f2124045",
      "End": "4e0f0901fcf84f5e8834df73ff8443da",
      "Id": "68e8b1fb61bd41b1a661036d435d96a1"
    },
    {
      "Start": "58c151c4aed44615871b08afa294249a",
      "End": "e73ee6e2368543e8b4b0e0b90f3f102d",
      "Id": "ca49d11fac5646a99079898072dac209"
    },
    {
      "Start": "4799e1cbc6f7498b901d8c430c785db8",
      "End": "ff3a3de913414a45be9cab0b595582c0",
      "Id": "727f1a59583b492f8ac1ade29f02ed63"
    },
    {
      "Start": "4799e1cbc6f7498b901d8c430c785db8",
      "End": "88f6a49a1bb74306bce9b6c18eb83dd2",
      "Id": "b3c7f59b1b7a4b84a5a708cae36c9619"
    },
    {
      "Start": "b0faa9a4cdbd410d991def8c13d03fce",
      "End": "6563fb7216f6449fb602c6bc7b557bfd",
      "Id": "97f0d8ebdb0b4c5f960cf170aae5f539"
    },
    {
      "Start": "4796db0615e54713991d67663836d1da",
      "End": "ce9159aecdcf4ccc8fa0ccc6864774a1",
      "Id": "04c4db65b81d45aebdac747bc33c7fa2"
    },
    {
      "Start": "4796db0615e54713991d67663836d1da",
      "End": "ab168aebebd74165b62665294518ed9f",
      "Id": "4965e8b0139d42728ef2b8c932d37d79"
    },
    {
      "Start": "4796db0615e54713991d67663836d1da",
      "End": "a843ebf02ff949cdb780bf727a28f912",
      "Id": "e7ec07d9ab4048599e0b78e8ab278674"
    },
    {
      "Start": "20da4b350e45430993b63bb8049991cf",
      "End": "86e7cfc86bf54474a3d0641320177885",
      "Id": "2e24de4139a0417c80d5eaa87261db65"
    },
    {
      "Start": "20da4b350e45430993b63bb8049991cf",
      "End": "702d64d04e464404a86d280c7fb79ae1",
      "Id": "919427325fed4f1a9f090ce1520c851b"
    },
    {
      "Start": "56c734b1160e45cda7f0e85a2fb69391",
      "End": "d817382af6944c29830639c3e8ad8c53",
      "Id": "12379d7467664fa2aaee888ccd20e6b6"
    },
    {
      "Start": "a0783b0d7f6a460faa72474ac952c014",
      "End": "0780937b57a5488ca73cfb3d8143d02c",
      "Id": "33f60b34116b4b3bac2a0da36e490fd5"
    },
    {
      "Start": "a0783b0d7f6a460faa72474ac952c014",
      "End": "b2a5062131614147be97e9cd6f4c31d8",
      "Id": "fab6bac1a49e4384a09e30149fc0365f"
    },
    {
      "Start": "a0783b0d7f6a460faa72474ac952c014",
      "End": "05463223f2934149a5fb3bc92bd82c59",
      "Id": "225fa73018044428ac98214442d0883a"
    },
    {
      "Start": "118ded6630cd467a8f96f1fa31ae7a28",
      "End": "4c4a3d11eb5341f294f51065904b4c60",
      "Id": "43b884208c984229950adb3479f852b6"
    },
    {
      "Start": "118ded6630cd467a8f96f1fa31ae7a28",
      "End": "84b959d992f343999b8111045b45c591",
      "Id": "2e706693b4484c4c9c9a2bf67a9ca1ba"
    },
    {
      "Start": "af1ab39b83cd4da7a9294f096a7e882d",
      "End": "fde5c55744da476d91a09dd915e713a6",
      "Id": "ff2dfd79efe148c7acbabcfad31a16d7"
    },
    {
      "Start": "b5a84d9060f74ec7b9e7564e920a728c",
      "End": "66aa6cc326a04b23aa1ce533834c6e58",
      "Id": "5b10d436a8844c839d7f42bec29e4d7f"
    },
    {
      "Start": "7f92e6ebfd264553bc02be1288c93e59",
      "End": "dd7ee27632ca495bbd4260ab7560cbea",
      "Id": "02384a8b20dc4a4189d2e14a5dde1c54"
    },
    {
      "Start": "98a281c3141e4880bca109daf05bf3b8",
      "End": "a27aadb3f02e409faf52c7258322e450",
      "Id": "66103d81319b4907a4da06399205e21f"
    },
    {
      "Start": "0a9dbfb0e22b4ce19377c4a6b2563373",
      "End": "1f274d0ee21f4d35a2b704563e8f8f85",
      "Id": "55c5437af6e943ca9a9384bb4e8936ed"
    },
    {
      "Start": "154a841934194065b4877c0b08adb52e",
      "End": "1bc5ebc31cbf465092c8f521bed48a89",
      "Id": "c14ac9d69dae481ab94c9a98170b80c2"
    },
    {
      "Start": "26ee33bd17e9409b828edee42972a6e9",
      "End": "6afe3e4c934042eca4f1531f94fd7a9f",
      "Id": "cfff34210cb84dc1be27026fb2c3ff40"
    },
    {
      "Start": "c66c73a4940c4a3db9df45fb7f8b732a",
      "End": "41a73af1755d439b9f47ef3ae9e73a7e",
      "Id": "5a0d2f1902d845c783d5039ab9d37fe2"
    },
    {
      "Start": "b70765b45c0f4f79b29298771b61681c",
      "End": "24c989ab53cf4ba3860b0e663e92e7bf",
      "Id": "4b30cdf3998b4527ae3d87e4515273a4"
    },
    {
      "Start": "b70765b45c0f4f79b29298771b61681c",
      "End": "1dcb6ba551e840cb9ce794f1c104bc6c",
      "Id": "3c33f8db7bec4d6586905e6b31f59491"
    },
    {
      "Start": "87eb40c8870b454b958e9c6bd5a57c2f",
      "End": "f4f01658ac9d46beb8a9f5f9b2a74fd0",
      "Id": "b4aa1545a019478cb59e14a4e55b3f85"
    },
    {
      "Start": "e68e0a12e174419e8d729003c305848b",
      "End": "957fa87b896a439295f40e6a2da615c8",
      "Id": "f1690dea529b4ef08acb83680424bdac"
    },
    {
      "Start": "16c239f35dfe4f17b90dfbb4e68310c0",
      "End": "314aa35b1f81405da42670ecb6db4b3f",
      "Id": "43804c5dc89b446ba1ecb4c5061b35f3"
    },
    {
      "Start": "d881ab77992746f98d6d806dc2efa29d",
      "End": "16182184c21044c5b966a1fb9430ff80",
      "Id": "a16482352f7d4442a35360f90c279d30"
    },
    {
      "Start": "24d10ba6e969440299655fb869294007",
      "End": "01c0b3ed2aff497ab27d1a98b1bffe8a",
      "Id": "c9ece161397c47f2afb436b6a3abe4cb"
    },
    {
      "Start": "91a9c94ee45d496da6b6af839f086715",
      "End": "bd02e5be90c440d88f01440cd1cdbf34",
      "Id": "90fd4c673d0e4f9594d05e37f5e6be05"
    },
    {
      "Start": "91a9c94ee45d496da6b6af839f086715",
      "End": "f476a91bb8944c508a36eb2f770f6275",
      "Id": "e333e459f20f4992a1867b3e2feddf58"
    },
    {
      "Start": "8c5d1d6210ea470583682570884e08ec",
      "End": "c1d2bfdc7d34485799fce1e55b98815e",
      "Id": "c5104978c0ba40179ecdb5771a2a4304"
    },
    {
      "Start": "e7ffefc01c2841cd9658f24d4555cdad",
      "End": "5f10679249d947f287631a9d7a507365",
      "Id": "f1f50fa859bd44d898b3b146e12a43ee"
    },
    {
      "Start": "d763695504a04d9192b4b3bfc8aba841",
      "End": "8feb54ac2c134cf9a33fa4a718c90798",
      "Id": "7b0e030c0b2147eca4cc9bce8627436a"
    },
    {
      "Start": "ba1ce9bf4bc448ed9f54788790525ed7",
      "End": "74f33357ca14410798e2d29ac620ef53",
      "Id": "b4cef589253b4025be630cd6f1c34684"
    },
    {
      "Start": "ba1ce9bf4bc448ed9f54788790525ed7",
      "End": "ad0dda8b20e04576b58360de3b7df2db",
      "Id": "93e3fc733d714607acf6f36a701b275e"
    },
    {
      "Start": "47e2692de12d475aa4f7404b2bb482cd",
      "End": "c8228ae99809483db547942342531d64",
      "Id": "3005395a0a3e42bba113afbed41f6a6f"
    },
    {
      "Start": "f184b217c38e4c02b40efd2bbcbfa429",
      "End": "d910a17d6fc24bdf9c7bcaa541cef47c",
      "Id": "3ba3d3512f784c5c96409d3e9ec10d11"
    },
    {
      "Start": "f184b217c38e4c02b40efd2bbcbfa429",
      "End": "466c5425d1214af282e0a5b8ebaae398",
      "Id": "a5e6a216c51143de8abe4273ec58c657"
    },
    {
      "Start": "f184b217c38e4c02b40efd2bbcbfa429",
      "End": "d160b752e0944aa58a17d31e64094c59",
      "Id": "cc56e42ec7234424963ad5f7ffe88735"
    },
    {
      "Start": "a484464936db4be687a55f6090fb868c",
      "End": "df92a4f7b893446dbbd780286fcd25d6",
      "Id": "eeb4a391fd704d618b2e0fbc02708e67"
    },
    {
      "Start": "e3288ccee8db47088e96273bc9be6640",
      "End": "ccdf3bb74d5d462ea3d819b4f5cd66c9",
      "Id": "738a267719be497abd9fbf559d86a3db"
    },
    {
      "Start": "e5e324d6109e4f06a50f8d15167d9de7",
      "End": "a7ed07a6ae7f4dc3ad49938711e4fecd",
      "Id": "bedd045fcbdf4496a411e055f8d99bc0"
    },
    {
      "Start": "49efbf61e51c4c80aa70aad4fe02646e",
      "End": "d930833dafd04da5950f58ecee60cf9d",
      "Id": "1e2ed428fc134c66ac45abc291e16b85"
    },
    {
      "Start": "bb8ed3ca6ed04885a5c19bd676295be5",
      "End": "7f8210ebde18452596abd6d89413d257",
      "Id": "92289aba8c604b25b832dd8efd7c41d8"
    },
    {
      "Start": "bb8ed3ca6ed04885a5c19bd676295be5",
      "End": "986cd07db549408eba98c986c2e6a3ba",
      "Id": "a0e11fc54e174f28a9c123381f9f1e78"
    },
    {
      "Start": "bb8ed3ca6ed04885a5c19bd676295be5",
      "End": "7e55cc2b8e7a4557bc309697a8a627ef",
      "Id": "cce18467ded7492496f596262ccfa2e7"
    },
    {
      "Start": "bb8ed3ca6ed04885a5c19bd676295be5",
      "End": "d4fbaa2a6ac2449ea102ef071ef5d212",
      "Id": "f295a2114b0d4213b70ec88cabfdbc7b"
    },
    {
      "Start": "bb8ed3ca6ed04885a5c19bd676295be5",
      "End": "bb4588711bc04a42a0f1402845ec2d97",
      "Id": "09bb5b4778ae43c0824ed1d7d9d04801"
    },
    {
      "Start": "f4513e3870a14fa0b1e0c44ec52a33ba",
      "End": "d121b75d0cef40d18c22522bf843274c",
      "Id": "4b5156b1ccdf46d88eaf0ce3f3ded433"
    },
    {
      "Start": "2ed3fc2ebd9e4434858148367bac6875",
      "End": "39d058de97d040d4ac5d914609be0827",
      "Id": "c9b67b5a0e2d4335b57cfcc7f6b76f18"
    },
    {
      "Start": "a065cf3dd1b3468b9a72a26a9d4f7619",
      "End": "c77e7c68a2a042959f4dfd65724088a1",
      "Id": "f2e33bf4ec1949ba92dca4f697253fc3"
    },
    {
      "Start": "7e43dbb637e942878573dd0fca5452bc",
      "End": "4d51ea5943444bdc8a2b00265793da0b",
      "Id": "2309ffaf6a69401388fdb55921e17c62"
    },
    {
      "Start": "c77328ac36124d9c889a0aa67a1376cc",
      "End": "bf103afdb80845999e8a9e88b69fbb6f",
      "Id": "a018826e099241d79234b5eee3f7757d"
    },
    {
      "Start": "c77328ac36124d9c889a0aa67a1376cc",
      "End": "cd034589896042109f3bb7c197d5ff6b",
      "Id": "287b6cd719a74b07ad2b397a715101ef"
    },
    {
      "Start": "9f8fe9e53dc647dc83d017f530b13d6c",
      "End": "f02f61c78e2943d2a2353893fa4d730d",
      "Id": "9b1ec8c7f3a742588a3443a12368cc47"
    },
    {
      "Start": "be92a6c892214b2f85ee41d395fa9d32",
      "End": "a47ea31e8d7846b09480536d58379a02",
      "Id": "6a9791cbfc184d4989855ea43f77d275"
    },
    {
      "Start": "be92a6c892214b2f85ee41d395fa9d32",
      "End": "f6de0c079aac4e0baa24bd546f1ebf1a",
      "Id": "d1032731a1e24ca4b82a1a80f5fa9ab4"
    },
    {
      "Start": "84e3923466ea4a41babd4a7e42189528",
      "End": "8a4f8805eed548d5a351edebdacf5632",
      "Id": "3d7ef21d6efd40a1a034343d3d7add9a"
    },
    {
      "Start": "e8e08816ab1a4e4ea91dc1a3fd5058d6",
      "End": "7b87c6c91ceb4725a2102b48301ce41f",
      "Id": "a1c7a6b6450e49afa25b8433d7ea6bd8"
    },
    {
      "Start": "9ef52be70f914bdeae13894a79a33c98",
      "End": "dff72b47689f4247a3767d9316bdaf9f",
      "Id": "00404fc3144c4bc4ae1428d15f33b1d3"
    },
    {
      "Start": "6ad744079be94971abe6ec364de119b1",
      "End": "faaf4ed80f8f4702a3012e93c9e5a495",
      "Id": "a01b8a53ae5c497a97773e670ebe0126"
    },
    {
      "Start": "d78ba2b547c848619adbb660190ee79c",
      "End": "ad4b6f7d7999455a908631a0c510d530",
      "Id": "dbc126da00df44d8ac611ccc8e1faa76"
    },
    {
      "Start": "8afaa3c48e3644429db7a7dfd4915d1b",
      "End": "e35e091024db40b79dd62caa54f36e44",
      "Id": "864a2b5f813b4aafb82253f2eff66834"
    },
    {
      "Start": "8afaa3c48e3644429db7a7dfd4915d1b",
      "End": "1b95221b845f4c97a30e8857dfe5980a",
      "Id": "5a75ac51119243f3b9db81b09e201b78"
    },
    {
      "Start": "8afaa3c48e3644429db7a7dfd4915d1b",
      "End": "71c1954a98204cc0a899dc21c9baeb20",
      "Id": "4c03365ae0ca43b1bc6224ad88510fa2"
    },
    {
      "Start": "0533adc50cd64d2f87eef099dca6d7b5",
      "End": "a5cfedb13afb4b56802e0a2c816d2bb4",
      "Id": "32843509cae04167bded9907ef7619da"
    },
    {
      "Start": "0533adc50cd64d2f87eef099dca6d7b5",
      "End": "28df077600b042688ea0cdddc9ab346d",
      "Id": "b33d64816c8e44d48b7011f6847b60cf"
    },
    {
      "Start": "0533adc50cd64d2f87eef099dca6d7b5",
      "End": "295a1dacb78c43a2b7baacf6e7c654b8",
      "Id": "2c8071f70f4f42d295549622ea5526a9"
    },
    {
      "Start": "0533adc50cd64d2f87eef099dca6d7b5",
      "End": "d6c475f77e6c462483654cd6608b536b",
      "Id": "688d3b0acc1a4d1d9587646e2c273819"
    },
    {
      "Start": "b73c6c16707b43a3b1b89364592efe0f",
      "End": "a90c273bd38c451e9f1cddccb28bca76",
      "Id": "18c8102e4bd94369a5e2cb404d658d0c"
    },
    {
      "Start": "b73c6c16707b43a3b1b89364592efe0f",
      "End": "50e7215eb2964e3f95559056c8310af9",
      "Id": "d924f94bf6594b05b01b57d0e4884c0e"
    },
    {
      "Start": "63da61183c0445018dd0fdcb033c3fcf",
      "End": "72405bcea0314d3cb717cd1079e7d876",
      "Id": "47753b4c93814d7086055a125b57f41f"
    },
    {
      "Start": "6b84a996a8854f388429d779ab088679",
      "End": "11261ec2fece42bdb9ca74851dd8a19f",
      "Id": "5f8741dea92b4396a0d4b2099d16353e"
    },
    {
      "Start": "6b84a996a8854f388429d779ab088679",
      "End": "e5fb9d3d92314770952ddbb56646bba4",
      "Id": "399e3499905f49faa9852a32be99fd9a"
    },
    {
      "Start": "d0bd895ebc6441ea8e2a8a5b81803822",
      "End": "c49f8870dddd48e595d6fbf4549c935c",
      "Id": "41320b9d851a4e9ea1e4f0d7b1641106"
    },
    {
      "Start": "0cdb3e8152514ff4b3628e8b4bedc1c1",
      "End": "c779282c895043c98c6a25ac19de7903",
      "Id": "75af807a5ff74064a97aa020c8f4db72"
    },
    {
      "Start": "8987e6245d19461ba0556032c3c7608d",
      "End": "9bcbb6e83e674753b1599157f87abded",
      "Id": "cbd838ed61c042c8990f735ec52cd715"
    },
    {
      "Start": "8987e6245d19461ba0556032c3c7608d",
      "End": "1427c470ee2f4af38a0bc0b12f349eb5",
      "Id": "cc5cb30d17924653813bb8ec2007fc82"
    },
    {
      "Start": "8987e6245d19461ba0556032c3c7608d",
      "End": "c3b44b41b0b4498998c4525c9ba2c01c",
      "Id": "4bea236fd53d4419ac7e400990a1e477"
    },
    {
      "Start": "0308b636e0554a47966df0d82e3b8169",
      "End": "96a008dc35c44e8eb0a40b852a162158",
      "Id": "7b4de35fb64344c79127bccd6bf176c8"
    },
    {
      "Start": "0308b636e0554a47966df0d82e3b8169",
      "End": "93e0d96685e746d2bd6b664b5fd2e82e",
      "Id": "7ea58c7275d74a54a1122518937c5008"
    },
    {
      "Start": "0308b636e0554a47966df0d82e3b8169",
      "End": "ddade2e2fa9f44f5a35c6680ae5d3513",
      "Id": "c5fc5ef4a9b049fe9b2127b3200bc0d1"
    },
    {
      "Start": "0308b636e0554a47966df0d82e3b8169",
      "End": "f7cb999703b24f9091d2b0fa7ad0294f",
      "Id": "3216cfc669d14c72a14da1e9ea92cd58"
    },
    {
      "Start": "0b1df7fbe16b48ab91de5fcba040ffdd",
      "End": "d3388dd66862452995ce174d4cf7b2f8",
      "Id": "191f58a094ed46eea746e5b2ddf15455"
    },
    {
      "Start": "a461164faf7e40e29dfcf019e47bc7a3",
      "End": "edbd45858246410d9c024c27f81f854a",
      "Id": "45727a3053b445729ec3cfa166ab5b82"
    },
    {
      "Start": "2e670c219d744f78b8178f2550ce2e24",
      "End": "c699309829514e3a811f42444b77d660",
      "Id": "084a8d05b9a04e07bdb7ad81cdc609c7"
    },
    {
      "Start": "4d91f6ca0e8442aba692ccc88c2fd0c2",
      "End": "2cd2bf9f7b5c4e0aa5376a5a48496653",
      "Id": "0f4ecec6d52640e1986e053a6fbe7130"
    },
    {
      "Start": "f8a64f108c54474a90d49ad26a98e713",
      "End": "743e4f6fbd204b74be0764081b4ab02e",
      "Id": "195b41cc3ee14ea882266d51c0911842"
    },
    {
      "Start": "f8a64f108c54474a90d49ad26a98e713",
      "End": "8a5b1dab77e847d4a287a0e140974f8a",
      "Id": "85179c2effc84f87b58b01db5d8748cb"
    },
    {
      "Start": "f8a64f108c54474a90d49ad26a98e713",
      "End": "c763e42793484e73ba139ac38ca9e599",
      "Id": "398c1f272f6c4175915eb6767f8c2454"
    },
    {
      "Start": "2dde0499e082434883461da346a9249d",
      "End": "62652b3437004882818610f8ae3872b6",
      "Id": "c892e3d233a14163ba16c086199fee20"
    },
    {
      "Start": "568167d8115b4ababd137f1c5696e362",
      "End": "c12c74fb3ca74693ae04ca75fc909346",
      "Id": "107fbe8668b24e309b5944725a7a7091"
    },
    {
      "Start": "5ce44d632e7e42848fef720d4cdb2d93",
      "End": "8f786e75c7a9477cb1b17fa9f3d18e2e",
      "Id": "2693a272cb294f73abb0c9d2f95620a2"
    },
    {
      "Start": "22d7a88bf72949fd9be6a78778c27190",
      "End": "120c733dfb2348c1b033209854fbbaaa",
      "Id": "5bf49e25bd804268aeba4ac431041e31"
    },
    {
      "Start": "837abc2058fc479582a6415a01b76cf4",
      "End": "b55991113c934d6d9f64f7af29319fca",
      "Id": "0cbfcd05e3304935998cf5a69efd4b7d"
    },
    {
      "Start": "3567a28cf4474fef9cf08236fd04204e",
      "End": "5b9339f842724e49b0f3c4b535ace519",
      "Id": "b3dc5a3b083f459a937018c74df3ea59"
    },
    {
      "Start": "3567a28cf4474fef9cf08236fd04204e",
      "End": "a7d657a1fdd24e09a139eb8b675b859e",
      "Id": "0890306b7ff74ccb8a3a481757bf3747"
    },
    {
      "Start": "3567a28cf4474fef9cf08236fd04204e",
      "End": "78505730543c4e28b5f15ab0a485d785",
      "Id": "9e0b6f422dc845bbb6a96ad58f276a65"
    },
    {
      "Start": "c1e23185b1374f4b881e8a1ba32992ba",
      "End": "1f8ebcafe1924a9388121eefab192544",
      "Id": "d647c5603a08474aaac04c83d818dd56"
    },
    {
      "Start": "c1e23185b1374f4b881e8a1ba32992ba",
      "End": "1d2869ce35004c4ba0eb6e801ad71602",
      "Id": "92ca0238262142e3a19c3dbc0f3a0483"
    },
    {
      "Start": "c1e23185b1374f4b881e8a1ba32992ba",
      "End": "9a8913143264479a8e8ae998a970d187",
      "Id": "5c0fe90bc45c4eaeb66d2f46427766fd"
    },
    {
      "Start": "d22938cf1f694edbaf8a1490160d6d8f",
      "End": "f1a8b06b86b84ec6aa126cb0dbc8ed20",
      "Id": "82e85d4726054faab6efae7a7778b440"
    },
    {
      "Start": "d22938cf1f694edbaf8a1490160d6d8f",
      "End": "c90de33ce87a4d46ae4d5681478c2b68",
      "Id": "2cbaebc7c19642e3ac471dfc3424dde1"
    },
    {
      "Start": "d22938cf1f694edbaf8a1490160d6d8f",
      "End": "55da7cd2ca454eb292b011197e8243d9",
      "Id": "8cf08d9823484c45945695ca8194d785"
    },
    {
      "Start": "fff6e7efc9d34ae48941738f86e555ef",
      "End": "e3112c80f4d64831a17a2c80cd0e3926",
      "Id": "194b4826884b452e87640f7a8f3e464c"
    },
    {
      "Start": "fff6e7efc9d34ae48941738f86e555ef",
      "End": "bb57e3e568604e5c9beb0692db258d8e",
      "Id": "52831e121a16437b9c4065fe443c6d96"
    },
    {
      "Start": "fff6e7efc9d34ae48941738f86e555ef",
      "End": "d82eff910b1744609ffaf9bf020f9231",
      "Id": "505fb9a96a4f48c183c0ac30af08e6c2"
    },
    {
      "Start": "0eccb456648245edbb11038d80372a3a",
      "End": "83d2cb026b734cf6a14e323dfefd26ed",
      "Id": "0bebbd6b98074ad98ff902a364024912"
    },
    {
      "Start": "0eccb456648245edbb11038d80372a3a",
      "End": "5f6a0e39158e4728aa9cca059ae372a8",
      "Id": "81620ed719dd42a78aaef379d51d1188"
    },
    {
      "Start": "adae0afdbdb94ced87d08b88405ab245",
      "End": "73716413d3a94642a2115a5e83ebbc2a",
      "Id": "0c7b8a0609334bb983014a9f1e2e348d"
    },
    {
      "Start": "adae0afdbdb94ced87d08b88405ab245",
      "End": "498de0e827244e91a6740939fc871028",
      "Id": "d698f87e147a43f3ae3c758c292d4d2b"
    },
    {
      "Start": "f3d9c2c349bf481c91e7f17e919a3bed",
      "End": "8b2d68955b614abe9226c3681d583d0f",
      "Id": "608c6b5e40dd4490b25420ef8c9182da"
    },
    {
      "Start": "f3d9c2c349bf481c91e7f17e919a3bed",
      "End": "9bf572d5c2994098a4ffddc866d715c3",
      "Id": "e9eca9c4e36c47308a644be5791a8007"
    },
    {
      "Start": "3da79235b75d4749a389ff7badc5a243",
      "End": "e687f352f76c4f74a70ce531fc559f68",
      "Id": "4d815f55a47643f98800e43b1e699d75"
    },
    {
      "Start": "88863d76ab894193a2c736c2a693d03f",
      "End": "60015a99fce846688653364fe8a72be3",
      "Id": "f724e74f339c4fa1b37679c0bc0ff4c4"
    },
    {
      "Start": "88863d76ab894193a2c736c2a693d03f",
      "End": "a6fff5b65375477487e862cda2b49efa",
      "Id": "0a4fdb74e71743f4b1f1d99323c21b92"
    },
    {
      "Start": "cd65bd58996448d8865b5616524b7b50",
      "End": "7a379629f4e448f1aa3ff77b19da42ed",
      "Id": "781989289156442ea33574030633e3ca"
    },
    {
      "Start": "2e4736a846a24b6eb74e1807a1963c13",
      "End": "aea99b4a6ff4452ab78c6f7e17cae2a1",
      "Id": "aa8ef2c4e50e469d9025a0c10735cb15"
    },
    {
      "Start": "2e4736a846a24b6eb74e1807a1963c13",
      "End": "3cc18b101ab94917a0224ff5a7112519",
      "Id": "b3e5bee7990a4a26a2ec858144cf4391"
    },
    {
      "Start": "7c812ccab54c46eb9be7b7f95ae2dee1",
      "End": "46409a613d5f448cb50108062b47b399",
      "Id": "c4d17e6f7bd2407eb66f557555d1d639"
    },
    {
      "Start": "46ae67c58fa644f39be30f27ededd7cb",
      "End": "b80b2d5ef77e47beb3ec68575fd5bf6a",
      "Id": "a46d4c98ee624e3bba50552a5565d4b3"
    },
    {
      "Start": "93f2866f25cd4c52aae7addf2e1cf954",
      "End": "f806d33635d04bbd8e3abc5ffdd0583a",
      "Id": "a3d958a1e5124d33a58c7691c24ef39a"
    },
    {
      "Start": "2069233cd2734b61bcae29b236c243ea",
      "End": "a6c1cf13d07847a08a6c656afcc4e1b0",
      "Id": "e0b39d83c41347c29365a153c12ba16d"
    },
    {
      "Start": "cfe09d4b7f47415c95063e30202427d6",
      "End": "b3a907a0e9ac419da5ab442e0e1518db",
      "Id": "3a39925c96d746d7bfc3d935e6f7c25e"
    },
    {
      "Start": "cfe09d4b7f47415c95063e30202427d6",
      "End": "0825280d41a5420c91542581fd861c95",
      "Id": "7534a19a2f314eb29fed5bef467310ff"
    },
    {
      "Start": "5c452ef9fe634d50a3039f0a40cc693b",
      "End": "181842e386fb4bed969853b8901ca905",
      "Id": "23a5e1e43d774f5fbcb2627e1cb383fc"
    },
    {
      "Start": "4bb2014809e74a51b46cf6d6d104e2cb",
      "End": "bfdd6283af8f401f87756ce6efa6dff5",
      "Id": "d7d86b41019846ec85ee06541f104383"
    },
    {
      "Start": "4bb2014809e74a51b46cf6d6d104e2cb",
      "End": "1bfc9132b89643ab9df121b8e067250e",
      "Id": "4b71a3c8415946f8bbfb40c7ca0d7bbc"
    },
    {
      "Start": "94d0098e5230478db033a519805952f6",
      "End": "5a65b0e9a24a4ad0986639f8e3f53e71",
      "Id": "70d6fcade9974a29b04667d28745c3a4"
    },
    {
      "Start": "94d0098e5230478db033a519805952f6",
      "End": "bce665ab483c4c4bb97c96af26df072b",
      "Id": "787e83b52ebc4ae183dc7040604ef308"
    },
    {
      "Start": "94d0098e5230478db033a519805952f6",
      "End": "3edbce1b67b841c19c5012a53087e58b",
      "Id": "aa5f70d35fa241439f7e50a76a994514"
    },
    {
      "Start": "9febb676f10245f68d6ddbb29dff8063",
      "End": "fcd46a1f4101466aaee98b37d406dd86",
      "Id": "7a1ab9bb57c14e509227500921293ecb"
    },
    {
      "Start": "9febb676f10245f68d6ddbb29dff8063",
      "End": "54503d7376704f6a949a646c01c39a95",
      "Id": "e872a95635a247bf91bb9fab83787459"
    },
    {
      "Start": "9febb676f10245f68d6ddbb29dff8063",
      "End": "ed3debd8ab3342bdad13cd0ce221e8b8",
      "Id": "2c4ba5b69061465292382be936acd5eb"
    },
    {
      "Start": "9febb676f10245f68d6ddbb29dff8063",
      "End": "1288c4eae8004e4dbb8f1c99dace1c91",
      "Id": "18d369f0858640f9838c940e700d8221"
    },
    {
      "Start": "18ade62e755f4408931ef967fcd9e725",
      "End": "ecf38dae44d54f36a146b1f2e1b07ad9",
      "Id": "9047944766bc4696846d87f746bffb9b"
    },
    {
      "Start": "cda918ff953e429b9ccd5f61d0978572",
      "End": "590b1c266a9143d2b77f628edbad862e",
      "Id": "2f2ad256afd84b72adca49387ca316f8"
    },
    {
      "Start": "78caefeece2a4d97b582cd191f3ab200",
      "End": "2d7abc3250d5479a916aa6f3389321ef",
      "Id": "60e210bc626f46768b7a6cafaccd8351"
    },
    {
      "Start": "52d836b1fb7e4e06867f8673984e09bc",
      "End": "8af7bf3e554a4ee5aa8ed4e1ed3e5ac2",
      "Id": "0c30cdde2821449b83139268ad0264a9"
    },
    {
      "Start": "f41edb7734364b20b8f98938fc37b3e4",
      "End": "abd42eebe4bc44f994baea25190ed465",
      "Id": "2941f6c75dff424a990ac3254f8e7971"
    },
    {
      "Start": "185c4602695e4818b46f53bb37e3380e",
      "End": "b11b7e72d9664df19fb6b825b9469c3a",
      "Id": "580ca159476a4e90add7417c2c747130"
    },
    {
      "Start": "7ded406c74994023a6a79ce12015c503",
      "End": "0823a2e77c2c458bb09ef093bf303c57",
      "Id": "8f1689be1cd04149aaf9e724ad2afa7c"
    },
    {
      "Start": "8cfd87b1fa2b4b1aa9d9502723052e5b",
      "End": "f57960c493cb475eb7af6c11850b9f52",
      "Id": "e9c43578e6734ddaacefc77697ee7e1e"
    },
    {
      "Start": "9ec8e13d7ed74b1eae185b7a9c72f617",
      "End": "f836bd3b06bf46d8921b6a75ea24e72d",
      "Id": "fabe5dc86afe498b867a3b336ca07fc0"
    },
    {
      "Start": "8dd92dafa05a4adfae58fa5b9a13cd4e",
      "End": "b1ae56d2452341ddb6bdf858774365c4",
      "Id": "01bb7f74ed5b4f708238670a39181653"
    },
    {
      "Start": "862e573138f647e9913906ba3780acde",
      "End": "334a9de4d895407cbe953ef4e78a7851",
      "Id": "cdea1745372e44f7a93048a144341cc1"
    },
    {
      "Start": "23b2507b5a5d444fb6a204e9f63d4fe7",
      "End": "a11dcb444f054fbd949df85709431004",
      "Id": "67e7cc66e7dd487f9f975be1cbfae64d"
    },
    {
      "Start": "fe208d416871497187b33669a04a82e9",
      "End": "ed40f4e3658846bea6e4adb8eb5e989d",
      "Id": "6b25b1750d764f25a1de6d2ab56e356e"
    },
    {
      "Start": "fe208d416871497187b33669a04a82e9",
      "End": "0844fc6f9d73486093b652c312e678eb",
      "Id": "843c0b17088746cbbe59b78a0f8b941f"
    },
    {
      "Start": "a2f623622ab6483a8e1379aca7196eba",
      "End": "f55c5f161f6e40449699d9cc9cdfc63a",
      "Id": "a6e3fdf380a44669a79f99e77ec405ca"
    },
    {
      "Start": "3ab4162d2ffd438d890e0a43f43ce5e8",
      "End": "877546f149a7438e9a5b0731b6f327bb",
      "Id": "3a52e56b3e35461cbf869f6f1c6dd600"
    },
    {
      "Start": "3ab4162d2ffd438d890e0a43f43ce5e8",
      "End": "53bfdf8caa134e2388d1a09c6f84624f",
      "Id": "1bf21ad16aa243549cf02d707473c9b1"
    },
    {
      "Start": "3ab4162d2ffd438d890e0a43f43ce5e8",
      "End": "729ba371af0e45b3bc5b44e543f9ea52",
      "Id": "8575e9dac81348d88f52e1184fe720a9"
    },
    {
      "Start": "3ab4162d2ffd438d890e0a43f43ce5e8",
      "End": "965e26fac2c94dafa08bbbf2c1802e79",
      "Id": "176037d14e3549d3bf828a724d20a2e1"
    },
    {
      "Start": "c274d4a7d48a44aab0c0c0a66f470c88",
      "End": "78828fea3bf1481b8271e8ca52bcfb3e",
      "Id": "e18218f92487477cb9d3e0ebdb43e6fc"
    },
    {
      "Start": "38b71e6ae0624abdab1bfcc699d4eb56",
      "End": "cabed974a86343b2b6fb37251729eae8",
      "Id": "c9bb3779e99d49d49418e0bd7a7d4724"
    },
    {
      "Start": "38b71e6ae0624abdab1bfcc699d4eb56",
      "End": "3069c83b7294476580b5d2733577281b",
      "Id": "27f962e8c3254e5fb687e40c81598e9b"
    },
    {
      "Start": "38b71e6ae0624abdab1bfcc699d4eb56",
      "End": "8aa570b06c73440cb595c5ff7e46a137",
      "Id": "4ad185d3c44343019b17a77a688451c9"
    },
    {
      "Start": "4cfd7ee377c84c07af154414de443307",
      "End": "0252a5bf384d45268a653443dc9b4aa9",
      "Id": "3bb72b4a7752472db0c899a739c55e49"
    },
    {
      "Start": "8a49530058db47c1900ea02ec0671f1e",
      "End": "1412a74cecee45e58dbaa4cc995eb450",
      "Id": "0a0568cc4cad4fd38074b99dfaf15379"
    },
    {
      "Start": "0ab5e2f0032d408cbf98b408efd23ce2",
      "End": "5efb81e219f942c69d81620d422504c1",
      "Id": "2851ea3b45ca4ba79604548db12a1f25"
    },
    {
      "Start": "5e170341a40b42ccaff8d12121b3ce78",
      "End": "724a661c62f34ee7ba4422bf34d0d701",
      "Id": "05fa5c34b2af484b8ecfd303d312cbdd"
    },
    {
      "Start": "026ff7676eb943c5a76e77520ae0caaa",
      "End": "0978fa853809450790a992e5f0284eb6",
      "Id": "3c70e8bc8fc2470cb10843fbfc0a0ce2"
    },
    {
      "Start": "a3e4b38ccbdf4c78848f04d079cae9b5",
      "End": "a167d656a504494883e1acf63b72e2c2",
      "Id": "22dab5a18bf3416bab1a77c3cb66f8ad"
    },
    {
      "Start": "d91de533a92c421c826314c7b63a727f",
      "End": "152667ca877247a88a04e2a4d8509190",
      "Id": "1461d7c501f445abb5e422e57a07cc5e"
    },
    {
      "Start": "02fed29c7ecc4595b4e56a0c2509113a",
      "End": "9e8e80f7965a4e668f370a6ca738072b",
      "Id": "82de1fe459a8447ebae3bc768a6dd32b"
    },
    {
      "Start": "636af864a8054cc39641b92c7c084698",
      "End": "e17eecc4f41649568cf8f464770b0fe0",
      "Id": "00472b2142be49d4827594d6047e3e51"
    },
    {
      "Start": "58624993b65448c983e13c22f6ddbec7",
      "End": "7b340a56839848d5acb01173f80fcbae",
      "Id": "0497003c4f0c4ec4b21121199505626f"
    },
    {
      "Start": "88acfbf772bf45069e0eaa7024d42a63",
      "End": "0d49f5dea7744ff18ec24ada84da0e81",
      "Id": "54e6bbd7354641338fdf9d43885eb012"
    },
    {
      "Start": "e5bc794f0c334714bd7ee3e5d24aae4b",
      "End": "c12bb75f4e3d4600958d2dd97e9691b0",
      "Id": "952473d0fca84aeba77ab15a2fbe1279"
    },
    {
      "Start": "e5bc794f0c334714bd7ee3e5d24aae4b",
      "End": "f1c0793d36fa420490e53048abf99bb5",
      "Id": "978bb267b5734007aa997353abd9532c"
    },
    {
      "Start": "27173123277d454fa616ba61bc3084ec",
      "End": "6858fd8721384245b6d2a41ad600acb8",
      "Id": "4d198673c10e499aaf6e84fb80793a66"
    },
    {
      "Start": "27173123277d454fa616ba61bc3084ec",
      "End": "7b9bccfc80d44da888f8878e00aaa54b",
      "Id": "44f5755e16c9456a8747f713218df3c7"
    },
    {
      "Start": "27173123277d454fa616ba61bc3084ec",
      "End": "e7eab8c8bf0a49b18b402087c69d96dd",
      "Id": "363a27f2caa84161a1a4a5f3c949a573"
    },
    {
      "Start": "d5874e21f73041e2ac47239068e38bc4",
      "End": "c8e114b4b2014e2d8cf78a9d436c5eb2",
      "Id": "72a9150b29f7463ea4096048ee54e9ba"
    },
    {
      "Start": "86685a05deb64f819e9cd5bad598adfd",
      "End": "42d17e29e29245b3a3374cc5af9dbf40",
      "Id": "2941fed698784da69b653bfd74a100c7"
    },
    {
      "Start": "ecb6178478194f688bd483beb2cd6976",
      "End": "443955d154da4065bd585c30bdfe9bfb",
      "Id": "4db63539b9c2413e9f7a0cc17d9195ee"
    },
    {
      "Start": "ecb6178478194f688bd483beb2cd6976",
      "End": "bed1f4732d804aee8ec88b10d9dbb7fe",
      "Id": "7d2d8660ad0f42ea97d21631945b5d50"
    },
    {
      "Start": "dd1e008f25254b98b1b0a951129b0bff",
      "End": "035c85f219b84ca189a47b6f3b48992a",
      "Id": "cba54659352d4fb1b9cf3beab77c4b4f"
    },
    {
      "Start": "dd1e008f25254b98b1b0a951129b0bff",
      "End": "009a2b26c00848ef81d0f7c57974d2fe",
      "Id": "7b71fce9fd854d5c8d11e533a612e36d"
    },
    {
      "Start": "33628e6947fc477cb7e0bbde36a334ef",
      "End": "bc96d0024db44a90af588b653ddefff1",
      "Id": "21b7d50e85f1456ca93ba59806bfa62d"
    },
    {
      "Start": "bbb88c2d21b145f585cc583d2fd4ee31",
      "End": "f53520383560410eb268e07a9b72c566",
      "Id": "85b6ccc2e8f4483f916ed1a98ea78bb8"
    },
    {
      "Start": "ccfa6f6be0554a1da95cd505e6aae50f",
      "End": "7c18dbcabbe44eeabbb781c8d5662617",
      "Id": "6c3f9de768024a07804a186493dc7217"
    },
    {
      "Start": "8a41057742bb457b96a17c152821f534",
      "End": "db75779b70a04aaa952d5450ee399dbd",
      "Id": "3764fc31a32748588f36ae6dd39d00fe"
    },
    {
      "Start": "f63689f6e76d4107aa4ac1565b0d1490",
      "End": "35d1e78635cd43f38a5ff278a0c66a5a",
      "Id": "d866086d8cfd4ab697562694fed41eb1"
    },
    {
      "Start": "fad30bc397e14e7c84ac1748312c2b5f",
      "End": "79c6ec5b23da4e7b965d1910c5727456",
      "Id": "54962e83b9424aae8c94e9509c3ede8b"
    },
    {
      "Start": "60db30b2e2364d32a92a8932105f06ba",
      "End": "eee8873434664b03a4964fd63d5911bc",
      "Id": "a8ab88418af04d60bf164bdffc2bfbd9"
    },
    {
      "Start": "60db30b2e2364d32a92a8932105f06ba",
      "End": "b622d766493a4c06b1972191624eca47",
      "Id": "f78ef9faa97b450890ce21567ee06733"
    },
    {
      "Start": "60db30b2e2364d32a92a8932105f06ba",
      "End": "3b815c011c6e455b8f01f1c5fe81a917",
      "Id": "e4d00ddd4fb3477eb20b7da92cd5e71e"
    },
    {
      "Start": "156517e062bf420789504e98d82e81e3",
      "End": "0f22838e3a814dce9a6c218a40685993",
      "Id": "ed58778c3d214c7297e7e1a39d64741f"
    },
    {
      "Start": "234cfbe34d7f4f78b2d6a5bc36e9d411",
      "End": "e4dbb58839334b8fa9a6579da4d6f7be",
      "Id": "420cc328e99f4d99bcd41c5064317df1"
    },
    {
      "Start": "5d4d098ef646420f9632d2fb486baeda",
      "End": "6d7e084e1095492697a8c0858f5ba852",
      "Id": "dbcacc0486594f0e8659197ed5835999"
    },
    {
      "Start": "c21f27d8981448bdb6bf4d3c211ae622",
      "End": "146f503cae5e4641ac7c363c13068b5b",
      "Id": "debb64dca04946ed9680c4f004ceec2c"
    },
    {
      "Start": "c7435f1bb5cf49c1be171966069eccb2",
      "End": "04e3e899ee0644328ca71303832efcb8",
      "Id": "1b326cde5e3847939176f5f0dd762ff0"
    },
    {
      "Start": "795e2720c3cc407fa0b5ec74045980fb",
      "End": "110d0d1be00b423d881d9e0d77828c98",
      "Id": "369263e44d974fe496915b77c8d501d9"
    },
    {
      "Start": "20a260835f7d4859b064c202008a9e17",
      "End": "9372a031aae7460fa3189ceb565ae72c",
      "Id": "5fe06d44222a4b0ebde187e9766bc350"
    },
    {
      "Start": "c8ec11835cc44cf9ba5770da72abd9ab",
      "End": "d3310d60806949c59c46c430c91c904b",
      "Id": "ac7fc6edf0c64af2ab571ba9d0769e7b"
    },
    {
      "Start": "c8d2db3316f84823a3c5b6277a027ba7",
      "End": "d9ab68878687497d8018e32688a1bb3a",
      "Id": "86e43b5d54844ac788693fbd4235cb37"
    },
    {
      "Start": "79de64f76b2d4574b3fbb5b4b2052537",
      "End": "64bb762b5f9645c5856faf89f202d198",
      "Id": "834d0b01d24441e29c81aa3221ea3201"
    },
    {
      "Start": "87e3ff8645964154a8150599642d6eb4",
      "End": "83d372455a764ab5aa611786d79665b9",
      "Id": "1d59c68fdcf240edba884c055ab4afc5"
    },
    {
      "Start": "87e3ff8645964154a8150599642d6eb4",
      "End": "6c7d8832f043473e84ff643c10f49085",
      "Id": "539b8e0a222a4f928d44b70ec0b564f2"
    },
    {
      "Start": "157724a18b9143b6a92631c2c878dc36",
      "End": "e08352b4bf5d463b853be4a7f5c6cb5a",
      "Id": "0ef2d7fa2e4345c88a0d408464257ff5"
    },
    {
      "Start": "85bbce67e5d4489e862e2287cf8e7ae7",
      "End": "f556ef0f76394234a2830afcde113c32",
      "Id": "1e842c6e0d634772b594c5c5c0dbb967"
    },
    {
      "Start": "8d340993aa024ca0b625affdf5f666d3",
      "End": "387f5ce3f017494e92ac573821b5447e",
      "Id": "e5016cd093ae4485977e340b28be9e71"
    },
    {
      "Start": "5f381cfded714093912523bea0cad7b7",
      "End": "c8424d5615dc4136ac4b061dda9678a6",
      "Id": "5da757627c774acc824f4a0131f0284b"
    },
    {
      "Start": "5f381cfded714093912523bea0cad7b7",
      "End": "5f7ef50170254cfaaf84e4afb8349302",
      "Id": "90095697e5dd4452a611c4267f047d38"
    },
    {
      "Start": "5f381cfded714093912523bea0cad7b7",
      "End": "b01db016a0eb4daeb4761373543c9461",
      "Id": "3424fb16b56d418eaba7a39a7bdd57b5"
    },
    {
      "Start": "b1a879ba6ea141db8cd29d2010abfa03",
      "End": "8d2f665529d84bf7983f7662cd73f05e",
      "Id": "1cfa7ee809534c7aafdf9ce097b5dfc4"
    },
    {
      "Start": "b1a879ba6ea141db8cd29d2010abfa03",
      "End": "c41c403e984a438383515911cbbe2c07",
      "Id": "cf263f8abd83412abe605eff07d0f3b1"
    },
    {
      "Start": "249259116469473a85e99453ef708403",
      "End": "b84e6e9b28f24f20a4019b1c1dc8309f",
      "Id": "121da4172efc4806a04f731423cce082"
    },
    {
      "Start": "151c8469b124486a890afa1e4d523493",
      "End": "217af62a85964fd0a72ff10637e9c207",
      "Id": "9511732333664b458a7dabc6303591bb"
    },
    {
      "Start": "f74e73fedce04211af00a4d99969d919",
      "End": "de455f3dd8034d7b8ff8886422ed05f0",
      "Id": "0e7fdf9b9dfc489490412f42e0a21333"
    },
    {
      "Start": "f74e73fedce04211af00a4d99969d919",
      "End": "684b99f168ca48089a741b8c17fa34ca",
      "Id": "0c49d486628e4e6cb6c83d3fcd44e9bb"
    },
    {
      "Start": "f74e73fedce04211af00a4d99969d919",
      "End": "e68b8e1aa32e4d07a3c4ac613ad757d1",
      "Id": "7149ab6a050a4f40b8e3be5245b4e5eb"
    },
    {
      "Start": "fa41e52fd569458fa484474cc8c25cfd",
      "End": "81e927a88ca44a11b464f53baf676b60",
      "Id": "b5c6b7619d5941b6a0e430063fd2c49c"
    },
    {
      "Start": "3eff6bc85f884d15b459c1eb256320e7",
      "End": "aa528e3e91c548b7bb29a6eddf9928bc",
      "Id": "039bf3ad58c34294aa0dd2d441183987"
    },
    {
      "Start": "c2c4dc722e474b389f2fdfd41599cfc4",
      "End": "5e26ca5aaab64535acd370fd783383a7",
      "Id": "cdac6f49725142b5b291445443bccf8e"
    },
    {
      "Start": "c2c4dc722e474b389f2fdfd41599cfc4",
      "End": "7947c154aa664c2fadff8d8c5c25cd6b",
      "Id": "a42934235ce243c191f61cb5aabaf65d"
    },
    {
      "Start": "b97c8f46e1494fbeb5de5373c9a5fbf4",
      "End": "4deedbd522894ce5ae4efd7649beeda6",
      "Id": "3079305db7b048948184aca262260808"
    },
    {
      "Start": "36d4b9359007478bb8ab917c4f8f187f",
      "End": "eb6412c1b90f4f54af0474173648791b",
      "Id": "4f33335743a94b32bd581c85225778e6"
    },
    {
      "Start": "c524ffe2421b4c92a2938aadf6db8cbe",
      "End": "6e883149de6548d0ae0936fb210092d1",
      "Id": "b2be2da9ba1f44ec85666430ebe059f7"
    },
    {
      "Start": "7b0daabde7c945cca9f1f747319b7623",
      "End": "5cc7917979ea4b9e82431724f5907a84",
      "Id": "0bfc72a57de840acbaa77a1211b902ed"
    },
    {
      "Start": "78e19dea03f84e66bc78d07a08ca794e",
      "End": "b42a98cff5e34951a6a9ca831433aa74",
      "Id": "bc88040d944348509101617c750b13bc"
    },
    {
      "Start": "b9956e0e75c642ecba081278b1a91895",
      "End": "6931ef4d22324c9aa1d982482b08a08e",
      "Id": "3ef46b0115d6441d90b46c724d61f54c"
    },
    {
      "Start": "c2fcedf6f2124c9db5daba5339a7fd40",
      "End": "a6d6564e19ec4ea7b86e3070d46e8f65",
      "Id": "cac07343f36346dd867b531a953fe502"
    },
    {
      "Start": "3f06e0c1a6fe4f1f914ca9fa15e5a457",
      "End": "e668c87a43ed4bf79a558aa7367f3476",
      "Id": "33e9bde917d9487184f2b7f07cb903d8"
    },
    {
      "Start": "3ca71b24a3004ee3a25c7f1dfad2996b",
      "End": "ab22736de8e84f06bd4be775b5a652f3",
      "Id": "632d78a54987473fb9bfac046ae69b2a"
    },
    {
      "Start": "3ca71b24a3004ee3a25c7f1dfad2996b",
      "End": "ad39bb456be64d629502bbf9544b14c1",
      "Id": "abc3469eb70844dfbbfb9ac475f19f4a"
    },
    {
      "Start": "4fc66de278a249c1b296ed1191463bb3",
      "End": "1c3705437047408da7cd408860b57e27",
      "Id": "d74d4c4d2c3c41bcb8d63eb60233e81a"
    },
    {
      "Start": "2715eb8b33694d3ca8f8063fcc798809",
      "End": "94c6686aa59f4a2fb844de69e995a9b0",
      "Id": "57566b95979742919ace73aa6ab9a95b"
    },
    {
      "Start": "5eb346d9861b4514bbf40c9be52794ef",
      "End": "bc56a2e383da4b44b249de9c11b03535",
      "Id": "ce283605d16945769de8fb0198cce154"
    },
    {
      "Start": "461c0dd2b20e41578aeaa200928c1372",
      "End": "fcafa7f3b7854f1dadb3fdac02b69e1d",
      "Id": "3a403f710a4147209f0753782c138c5f"
    },
    {
      "Start": "7ae296028fd1468a9e75affafafd62ef",
      "End": "1e20aa1cdf2348a39f5535f0db63f852",
      "Id": "1a566be473b44c6d8b0a12efeaf2ad66"
    },
    {
      "Start": "b7b12a357f5d41fbaed27e8a57cdc102",
      "End": "60952caa7d164c918b35d9098c450901",
      "Id": "f1644df8ae9a499ea900d3fca6f50607"
    },
    {
      "Start": "82f830cccfc641888b119abd62f9c921",
      "End": "1177652546f3445c9c058385fdca264a",
      "Id": "d6ab0cc20b4e439a8c72737d712c75d9"
    },
    {
      "Start": "82f830cccfc641888b119abd62f9c921",
      "End": "3951ca282f2a4b3ca471a0727ef25467",
      "Id": "05db00a087a14ebba17eadedf44ea0b0"
    },
    {
      "Start": "ccaaf5e46b0947b5af1e31e0b59f925b",
      "End": "9533b95003f5454ab9de7c08ca855d97",
      "Id": "6efbf3b465a743dc9a5149ce2aedbccc"
    },
    {
      "Start": "eb580f639ce943fa9ba5bdba93880cf3",
      "End": "f9084c9df68a4ccb820ea512894587b8",
      "Id": "fef970d2a6e54a889deb90243a12f29f"
    },
    {
      "Start": "0f9055e5cb814cf78410171008e45669",
      "End": "491dfb38ee124faabfb5925ed62b2839",
      "Id": "e496230809374e33a74c53365f7a0a20"
    },
    {
      "Start": "90e05d78b92449a7a8efdadeff6ec951",
      "End": "1bf31786dcc74b8d808d49782f29d250",
      "Id": "35c4f65d1ee34bfa8be8ea9e4f1561e6"
    },
    {
      "Start": "90e05d78b92449a7a8efdadeff6ec951",
      "End": "10405f47e28841cfb8ccdf2ffc01d6e5",
      "Id": "82cddc7d2447481b8e4f8811f04ec8e8"
    },
    {
      "Start": "90e05d78b92449a7a8efdadeff6ec951",
      "End": "d5affa543b9c45a4bc6006972b66b3cd",
      "Id": "0d15c0bc097b4b3199d5c5d038317c46"
    },
    {
      "Start": "90e05d78b92449a7a8efdadeff6ec951",
      "End": "8fb66413bffc4bba995be85b0613e7ef",
      "Id": "1e8d21f6d06740ad9d240542ba4643da"
    },
    {
      "Start": "7971f50595f34d978f57c246b34ce23a",
      "End": "fefd60cd1ac54cc9a1600bfc7dec59c6",
      "Id": "7a9c8a190bfa4a35b423086515de817f"
    },
    {
      "Start": "5da46b634c7a4ff9a9ffe0f7bac1c838",
      "End": "21fc8ad74a5d4868a75aa9541ac5588b",
      "Id": "41003de72fec4a3a8fde18fa760a44a8"
    },
    {
      "Start": "7c84a30f61034c948f3e2a84843e9b33",
      "End": "5c2bafacecf8401392bcba20772d85c4",
      "Id": "94192b773cb24ea6b796d4517a982e59"
    },
    {
      "Start": "149bbbeef8ed460aba4c3323ac011244",
      "End": "f4e23db17d3b4e38812e36f671674ff8",
      "Id": "cc10bbe6edf84c52a691e24e499815f4"
    },
    {
      "Start": "8c5677dec0b747d9a6494a8c242c1e85",
      "End": "001565ac71af4bd7a58902248faaaba6",
      "Id": "e3d02a283f7b420b824bdd7bc2c96740"
    },
    {
      "Start": "ed435f57ef9f43ccb71e2e725cd84a43",
      "End": "d24b11483de64dc380c2621a58761e65",
      "Id": "65341fc2ac6042409e50e23e4a6a8405"
    },
    {
      "Start": "ed435f57ef9f43ccb71e2e725cd84a43",
      "End": "65ac8106a9394ddd853f79f6036321ae",
      "Id": "ed7d882888fb429285e7e21aa5ea31b8"
    },
    {
      "Start": "ed435f57ef9f43ccb71e2e725cd84a43",
      "End": "dd1f6b54a3f346f582abf1c6b3d428a5",
      "Id": "d145a3b9315444a4b3e2c96cdb951b21"
    },
    {
      "Start": "ed435f57ef9f43ccb71e2e725cd84a43",
      "End": "2f742f3d13ac4dac94a1ee62c847bcb3",
      "Id": "26d82d7918d64b7ca935db0c4915dec0"
    },
    {
      "Start": "006cfd1707a84f2fb26b00165a31b346",
      "End": "d0fe6513c5a7475781b6ab0a8e3e66d2",
      "Id": "218d0f7910894f3cbfefb1bf077f527b"
    },
    {
      "Start": "a0a6fe7274d74333925225e68a5b6427",
      "End": "d7830b25a27d4dc18bf873294d5afa48",
      "Id": "9a92ef5dc930490d86d0907cea41a117"
    },
    {
      "Start": "b92471198b8949bda7fbd9adaa20eca1",
      "End": "1e22288ed27a4133b55480bebb52e063",
      "Id": "6b9b769b0d0347b89cdde56f291403bd"
    },
    {
      "Start": "ae55209c98a74df9b8784e74217f59d3",
      "End": "6b95d0be81d1407bb52a07f713882a03",
      "Id": "d1ba759499c1453b98781b31a2ff4486"
    },
    {
      "Start": "12f841c8ef3e45938911edd9d12a6349",
      "End": "e12ea427a3e1496f80758e811add8292",
      "Id": "d3fef3d66b1c47a3bd2840e1c6c88e0f"
    },
    {
      "Start": "12f841c8ef3e45938911edd9d12a6349",
      "End": "6d8d98f6096f4e518f7527ff17c385c1",
      "Id": "d6b99eddd00345089270282a206c449c"
    },
    {
      "Start": "519314bf8d5546d59d9231c4569858c9",
      "End": "a5bf2ab67cb1482a89b91406c64742ef",
      "Id": "82841705b0ae41e19bf1a0d1f8f28a66"
    },
    {
      "Start": "f6a68873edc145a498a9e44f55c8bd7f",
      "End": "78dd7996aa1f44fd96e59b9e322ea839",
      "Id": "bed3a47b5472431e932ce5219c0fdc76"
    },
    {
      "Start": "8ca4b09249f8468589db5a58098f7f05",
      "End": "8f211c6058d24880bf43633f649ce3bc",
      "Id": "ca5d5baf361045fbb331e58087d63535"
    },
    {
      "Start": "8a1956312f88440aa8a74f20ed32a67a",
      "End": "976d7c2f1af942fc835c89b30f363901",
      "Id": "7b4483196ba24a53a5fe17028ca0a74e"
    },
    {
      "Start": "45bfa57501e248419be6cbb5a9cfa8d6",
      "End": "4550a13d6bf5419e94555cf47a7ccaf0",
      "Id": "73df7736ba4d4f5695cfa1ad31de03a9"
    },
    {
      "Start": "45bfa57501e248419be6cbb5a9cfa8d6",
      "End": "a7e1648ebd08426c85e6e28a41ab357c",
      "Id": "fc390e96e4074096ab372fe99c2de131"
    },
    {
      "Start": "45bfa57501e248419be6cbb5a9cfa8d6",
      "End": "90f829d91743488d9bd848235baff3e1",
      "Id": "457e951e2f13485290ec58a2b4fe1f58"
    },
    {
      "Start": "a66428bd8c7a4efc80f33b710a674e89",
      "End": "31ab0e45fef34fbdbe08d440f3484a08",
      "Id": "530f650efc83410191de7af61a6f531f"
    },
    {
      "Start": "363a1733960345b1b99f2ba98d8e09aa",
      "End": "5574dca531f845d0b5670bcc07fc5779",
      "Id": "90ea3511e7cc407aa7e73487ba57e1f4"
    },
    {
      "Start": "034072c743f04802aae3933c40d9123a",
      "End": "7e2e032dd1584c44bad3fb721ca13070",
      "Id": "284d81664de748b3b5e59bc7f42062a2"
    },
    {
      "Start": "8cf6f6848ec24990b7bc100d8d415151",
      "End": "02a02b9ff6c54d399c9dcec660f036a0",
      "Id": "bcca82583f2e49709b8b630c0a045fbb"
    },
    {
      "Start": "9d786fb7422048bdb51ea211eb3f3d43",
      "End": "28ff462feb944f4184e6fdcb16a1aeba",
      "Id": "9706f34d8461461b870db7743e8e5b37"
    },
    {
      "Start": "e7cabc475042452381bddb87ef764b14",
      "End": "951aeec38a6d44b5925c2796a6ddaceb",
      "Id": "a54fdee6890f4238876b78093a89cb17"
    },
    {
      "Start": "e7cabc475042452381bddb87ef764b14",
      "End": "a28e94d9160f4f3697dfb5f4d96ba912",
      "Id": "36da1b3f29864084a43c6d4617cf16e5"
    },
    {
      "Start": "4fb4165b62c743e8abc442a263e4f97c",
      "End": "55ef759348214b38b4dd48eceaea67ce",
      "Id": "0de092d0bc3f4b169e888248139330a0"
    },
    {
      "Start": "4fb4165b62c743e8abc442a263e4f97c",
      "End": "64b23c6cb073403380d6a158adf69d78",
      "Id": "a4fb810c12c84cea83420b3ab13197f4"
    },
    {
      "Start": "6433fb493ce045f2a43ae501c96b3584",
      "End": "330bd03b171b4f0384dfaa80a0eb2140",
      "Id": "7d3d865ea27b4ae489c95b4da7f0dd6d"
    },
    {
      "Start": "faeaa7b939de466295e4f688af45e7b8",
      "End": "2ca30c742f554eaa9ca23532b85f0a3c",
      "Id": "a8a0c9e6424e4ddcbbb2408f44eb1782"
    },
    {
      "Start": "8c71669651d146be9ffaf489b2941320",
      "End": "d574c26086564a5a816320c19f6d7b75",
      "Id": "6cde3be12e9a4039bf69a7b92af49d83"
    },
    {
      "Start": "8c71669651d146be9ffaf489b2941320",
      "End": "20f998e8e3364fb492f6115266c728a4",
      "Id": "c9af9c5f62c74468b8090787a526d4c0"
    },
    {
      "Start": "8c71669651d146be9ffaf489b2941320",
      "End": "c26af2be4edd44a3b25300a3a4ff5807",
      "Id": "9b1ec7f9237b42e2937c6b1bea4cdf2c"
    },
    {
      "Start": "6f1021c48eb34cf2b1eaa320fc507357",
      "End": "c6233bf3413d4bce9a90fcb90049f482",
      "Id": "1c267e0711e447fa92fdc732bde0aaf5"
    },
    {
      "Start": "3e3d40c0dc7c4e9482fbff9fb9b12b05",
      "End": "4ededdc57f304a2f8c0585e50b48eadb",
      "Id": "b1676e513d3345ae9596b68289f585bb"
    },
    {
      "Start": "9f37fbcc3e454a52b22e91e9a85d0e01",
      "End": "1f99977bc317461d85432f44a477ca75",
      "Id": "71b76c1bbecf4a848eca9dafd1400d8a"
    },
    {
      "Start": "9f37fbcc3e454a52b22e91e9a85d0e01",
      "End": "cf6fbfe87e544b068be21dbbb0bcc797",
      "Id": "eb1678c9924d4b8688eb5c6cee39f9a3"
    },
    {
      "Start": "de031932a4774399b22b0adadba5ee7d",
      "End": "48e798a33a8e4a058ff2d845b229ca59",
      "Id": "40005b278cc9458bbd04f985025646b9"
    },
    {
      "Start": "dc5103236ef04a28a17de6d55df1b3cf",
      "End": "8157bf7c533c4659b1f6891a5eee018d",
      "Id": "1268350a9fb34311be72405397554fb6"
    },
    {
      "Start": "f89b1d653b04447b8db67367470d092e",
      "End": "8dde7936cc9748c0ad6c3536fe064075",
      "Id": "1bdc6f2f1216431e8d4a9b87901a3f57"
    },
    {
      "Start": "f89b1d653b04447b8db67367470d092e",
      "End": "295897bcc201456990d1ec9d4c8da556",
      "Id": "0cd116a3bf0941d69ec98221f5ef2a25"
    },
    {
      "Start": "b25e9ddb9d2a4b959d48f327055dab3d",
      "End": "8089549664d34288a9bc15e8c180d0a6",
      "Id": "3344531b1a2f434f8d4b31d320cc53fc"
    },
    {
      "Start": "b25e9ddb9d2a4b959d48f327055dab3d",
      "End": "8aac74ee290d47d695f46a21493bc630",
      "Id": "c388ac9088594a119ad0fe58459f2bfb"
    },
    {
      "Start": "b25e9ddb9d2a4b959d48f327055dab3d",
      "End": "ce759c5aa78844a8a26d37a2cb381ecf",
      "Id": "381512cf166544a4973c87e391cb88e5"
    },
    {
      "Start": "eba7d9a90df1473dba9ea2d824330c5e",
      "End": "436600047e3e41678c6f4000cceae98e",
      "Id": "31fec426895b408aa28be73bed31bb76"
    },
    {
      "Start": "506b90f60e234ffdbc13c39b4da40921",
      "End": "56197c660658406d9ee8c2ff2518dd49",
      "Id": "142c214530cc4eaa874074a85e031377"
    },
    {
      "Start": "871fa6d771e0496f971e51c64a113ac4",
      "End": "3f546c5751054d29b06fe0e587203a87",
      "Id": "aca4968456de409ba1b75dfede709e70"
    },
    {
      "Start": "cc235b824d0a4b7d8a99d21030b5514d",
      "End": "a4b0a185a20f4a72a8038489b1638ca0",
      "Id": "b5b5d4daf8b9491a9c3bbf880d5e0faf"
    },
    {
      "Start": "6251a7c6fd1547a48fee342a6cd1534b",
      "End": "f73febd474194453b6925d3de86e59ea",
      "Id": "8f392a364a144d80a0f276852e3519b4"
    },
    {
      "Start": "6251a7c6fd1547a48fee342a6cd1534b",
      "End": "7879e794f64d4f70a40dcf1f165bed05",
      "Id": "b0a599f2398e467395cc1169e8305b52"
    },
    {
      "Start": "2f8d9a9f63d64c57b1681014e631cf1e",
      "End": "1c9e8415fdb9401091b9f145913820ef",
      "Id": "1d1d53ff65f345308e95186dc947902c"
    },
    {
      "Start": "2f8d9a9f63d64c57b1681014e631cf1e",
      "End": "2e9e99e2ec3f4cb98e6a569a5deef72e",
      "Id": "9c53ee46dc8249fdba0177da405b87ce"
    },
    {
      "Start": "2f8d9a9f63d64c57b1681014e631cf1e",
      "End": "75a71796eee14d4798e8f5e23ba6da76",
      "Id": "361adc2601db4324844f056ec82ac120"
    },
    {
      "Start": "595ae4a51dfd42a08050e17ff2428baf",
      "End": "cc7e42ce8475480e8ac2b8b9704335e6",
      "Id": "56a6529690a541edada7df95a09a6ac8"
    },
    {
      "Start": "19107f9fb454429ba74f80ebf67d6e71",
      "End": "594557b05564479f8bfbcfaa110c3953",
      "Id": "bba78976d8c14c8cb3fd3d859efc775f"
    },
    {
      "Start": "4bbcd0fa60d741c5ab06d1383fffe055",
      "End": "b76ae1d04e8d49b28c1b09d105b407fe",
      "Id": "54b50f21902641e1bf3e0dd6f7030cfd"
    },
    {
      "Start": "9606f2cf8f4d40609ccbd712aa0f7755",
      "End": "5aec7eb084884763869d845fc94fbe10",
      "Id": "4d4d8cae51254fd78729a3def0a432ea"
    },
    {
      "Start": "543687ba09a049a6942ac96ab6922474",
      "End": "84c70162c97c44feb8be45b2d9cae6a0",
      "Id": "ffd21753951e42919172d32be74e948b"
    },
    {
      "Start": "24453b4a16cd4c779662577a54616330",
      "End": "c9b48521941247ffaf544799294c6465",
      "Id": "e0d6af897cb74cd0a656fdbbb2e1192d"
    },
    {
      "Start": "bfc8100e407d4c3da55d7fd74ec2ea13",
      "End": "03f0251efca2432c922afe7712f77ad0",
      "Id": "5fe28b6cd50341d9a316c6188e964ded"
    },
    {
      "Start": "cba263e180984faa9933f7ad1a7ecf65",
      "End": "50615dc9f1484544b0eb42ca0141bc81",
      "Id": "022248ba3e0541e9944a140679f101bd"
    },
    {
      "Start": "a5cf40cd67944f728184e54799776d81",
      "End": "5e28742860724a818471d300df12f56c",
      "Id": "9cd0f9b1c11048bebc9db3b8dc180373"
    },
    {
      "Start": "5c243f2d257740868ef5d3a9bca48ce8",
      "End": "73cb3e980efc48f68a7157b29ae62f56",
      "Id": "cfcda381025a48b7996f7c03a5bcb040"
    },
    {
      "Start": "542c2beca99e450199a1f2b139bb9a81",
      "End": "90e7b597832b43ff886038f78146a70e",
      "Id": "2610a981771b4434bdfb71db5905ab1f"
    },
    {
      "Start": "542c2beca99e450199a1f2b139bb9a81",
      "End": "be3a47437bc749ceb2d9d1c4c94a0654",
      "Id": "b7dcbc008341470bbb1bb7173c07ab5a"
    },
    {
      "Start": "8d3def89896049d288f70af79be77d01",
      "End": "6ce3f16ea5864373a6742b5559acb5fd",
      "Id": "138ea0c07649458ab46695ddcc53e7c9"
    },
    {
      "Start": "c332672c3e2d45c59b9640ac050a06a0",
      "End": "76ebcd2b75de489faa35c4cda41b0966",
      "Id": "9cb8053a192742498a5ca593d64eab6e"
    },
    {
      "Start": "b42d508b744941b7827d5514fcee0f00",
      "End": "425ae7a116ec4c22bd36c333138cc208",
      "Id": "96745336e0cc4fba808400fef64c275e"
    },
    {
      "Start": "2c43ad6c871146f7b8a9d34a0be58e1b",
      "End": "115f804e13fb4807aa932702cf28edfa",
      "Id": "dab4aae3a08c452a80d66c10b40d97de"
    },
    {
      "Start": "4af56e8c6baa4ab689f3586c22ff597d",
      "End": "5204110565b04677937d595e89709af8",
      "Id": "fad1f3b9dfc14bd4930df1a8f11fa03d"
    },
    {
      "Start": "fe07c1cdaa8240b9b2ede603fbb08d43",
      "End": "1c6ba29a122848acb8efd44df5c3570c",
      "Id": "3f2b136eedf9451eaf85e7d94a2a9deb"
    },
    {
      "Start": "fe07c1cdaa8240b9b2ede603fbb08d43",
      "End": "47e235f1b87a477980dc8acb3e2be027",
      "Id": "6403f06a86a146248b654d13a2e5db52"
    },
    {
      "Start": "fe07c1cdaa8240b9b2ede603fbb08d43",
      "End": "0a0e44ef8ca94c55b8ee4d364085c358",
      "Id": "e75728573bb24918b4e70dc1615dfaa6"
    },
    {
      "Start": "fe07c1cdaa8240b9b2ede603fbb08d43",
      "End": "a54db8098de9402c9df4ebbacca2abc3",
      "Id": "257360be812f4b239b12b043c21cbab1"
    },
    {
      "Start": "6e1c6d4690a7412a99015bb2f59d752f",
      "End": "80f43a8d50af4400a653daf297bf6550",
      "Id": "52eac7c6ad6e48e4900c10a2026b4863"
    },
    {
      "Start": "4b115f7c09cc4480bc3315106f057ca4",
      "End": "535137e8a4034e3c8fa08168f5d101e9",
      "Id": "2e10a730f07f4971b5e734bd51eff775"
    },
    {
      "Start": "75a28292c697478b81f8996a71f3b74d",
      "End": "46f29379635a486e8ea1c0e663dcca6d",
      "Id": "5f71c949eb324757a6877d7aa3f7b15f"
    },
    {
      "Start": "a651774cf8f549c3a564e900a45dcf04",
      "End": "bedfa01a77884106b364caa735567ac0",
      "Id": "01f947e88f174eb2b3a4c8751fb4e2a4"
    },
    {
      "Start": "403b6811df034a699aa1637aaaed92a1",
      "End": "fe9cdc7800dd48d7b16f0b9c081366f6",
      "Id": "ee28aece18fc41a688ad9faee0c891ab"
    }
  ],
  "Dependencies": [
    "d24d4ae8-2aeb-4a9f-8b1d-c6bcb42ded02",
    "107880d3-63b2-482f-861f-64d139db2b79",
    "57902fb4-db3f-4d4c-92fd-805cbba7b7cc",
    "f9e8fd76-5824-44df-a328-614124d9b6f3",
    "dbf0a162-4e30-4afc-a13c-f11b1e48132d",
    "cb41037f-ee71-49e5-b82d-7e18bc01ffa7"
  ],
  "Bindings": [],
  "View": {
    "Dynamo": {
      "ScaleFactor": 1.0,
      "HasRunWithoutCrash": true,
      "IsVisibleInDynamoLibrary": true,
      "Version": "2.1.0.7500",
      "RunType": "Automatic",
      "RunPeriod": "1000"
    },
    "Camera": {
      "Name": "Background Preview",
      "EyeX": -95.034544550555353,
      "EyeY": 106.31489169523948,
      "EyeZ": -6.68208304613103,
      "LookX": 63.312040323069027,
      "LookY": -97.1294233878852,
      "LookZ": 19.706618694851588,
      "UpX": 0.65483030825559041,
      "UpY": 0.72777275765739646,
      "UpZ": 0.20382365074282321
    },
    "NodeViews": [
      {
        "ShowGeometry": false,
        "Name": "l_au",
        "Id": "0d658cba8e3c4452ad4c8a427dbd9451",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -204.256222739127,
        "Y": 1078.56143951154
      },
      {
        "ShowGeometry": false,
        "Name": "w_po = l_st",
        "Id": "4b8c16dab6cd4d0f8d79d2aa1481b8f0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 216.634868361741,
        "Y": 1078.93069321082
      },
      {
        "ShowGeometry": false,
        "Name": "start point P",
        "Id": "d424f2b74d6144149e2e46520a63005c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 287.67048107968765,
        "Y": 740.61207731424929
      },
      {
        "ShowGeometry": false,
        "Name": "axis from P to portal",
        "Id": "256a4a88b26b4f4d89f54f3664f63838",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 886.04891607657248,
        "Y": 878.26937976580052
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.XAxis",
        "Id": "6f5c63f476314c30ae308efc5641ed1f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 601.016341221306,
        "Y": 983.63969538337369
      },
      {
        "ShowGeometry": false,
        "Name": "Formula",
        "Id": "159dc716767f4439a43155dd4fd0d80f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 610.73539095759747,
        "Y": 1139.4806428544068
      },
      {
        "ShowGeometry": false,
        "Name": "axis from portal to rear of spectators grandstand",
        "Id": "0636f610bb22479b9a62e077d8297432",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1375.2925323674906,
        "Y": 1003.5538073026121
      },
      {
        "ShowGeometry": false,
        "Name": "portal point on axis",
        "Id": "91aad56dec544a12a65a125a61ccf81d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1121.7022707530398,
        "Y": 904.01101856765081
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Translate",
        "Id": "79d5a62c86e64198ac9521b7c2e01403",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2423.8144056208962,
        "Y": 774.29302885704851
      },
      {
        "ShowGeometry": false,
        "Name": "y-coordinates edge points portal",
        "Id": "ddca56033f8346ee85572f6dde6dcc09",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2153.7950371786783,
        "Y": 833.63666012215128
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Translate",
        "Id": "c432da54c0584611b151dc6bd105e0c9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2535.2291748374214,
        "Y": 576.95657196031891
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "726e64b1c2cc4147b63fdf04a726d31b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2234.5317246481118,
        "Y": 618.16958364465
      },
      {
        "ShowGeometry": false,
        "Name": "r_au",
        "Id": "b3637fb71531404eb6e3ad2945a7e466",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2155.85082745615,
        "Y": 1101.6043915883081
      },
      {
        "ShowGeometry": false,
        "Name": "second bottom edge of the grandstand",
        "Id": "a9241010a0e3445c89befc660a7f0a8b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2699.2892676091524,
        "Y": 1171.1941994315403
      },
      {
        "ShowGeometry": false,
        "Name": "direction for second edge of the grandstand",
        "Id": "740ab5f625184eed848aa90da484cf72",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2368.560660174408,
        "Y": 1185.6800904712
      },
      {
        "ShowGeometry": false,
        "Name": "acting area corner point 3",
        "Id": "c57c297362844af7a75b99a936e26433",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2844.3819598465047,
        "Y": 756.75114098302811
      },
      {
        "ShowGeometry": false,
        "Name": "acting area corner point 4",
        "Id": "7b787b3ec05541588a10e72f16d740c0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2844.3819598465047,
        "Y": 850.7248401545902
      },
      {
        "ShowGeometry": false,
        "Name": "acting area corner point 1",
        "Id": "c3a92814117346edb2193536e895b801",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2843.8371715010189,
        "Y": 576.57882756024173
      },
      {
        "ShowGeometry": false,
        "Name": "corner points -> square",
        "Id": "d69cdd84429c4ee5acc6b16979d4fb16",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3115.871266016808,
        "Y": 541.71350451272315
      },
      {
        "ShowGeometry": false,
        "Name": "acting area corner point 2",
        "Id": "561d63f8489a498592f36e0d27eb27bc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2844.9736313210742,
        "Y": 663.41262585561549
      },
      {
        "ShowGeometry": false,
        "Name": "direction for first edge of the grandstand",
        "Id": "d74b7192f09c46b685ad14cfebc16989",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2381.6966184381467,
        "Y": 1042.0494339030545
      },
      {
        "ShowGeometry": false,
        "Name": "first bottom edge of the grandstand",
        "Id": "5a6a364e275e4b079cae1e751448a963",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2702.6215349550866,
        "Y": 1026.1632546762567
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "a3e7430a8e76480788784365860516d8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2982.5010857332927,
        "Y": 1121.0132043754106
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "e618beb1870c4507ab43dbd9e0144363",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2981.1466005752254,
        "Y": 1028.9760439904107
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "0757cb2d0bbf4215a12f790588f24bc1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2984.8107971065165,
        "Y": 1213.4272594920742
      },
      {
        "ShowGeometry": false,
        "Name": "rear of spectators grandstand",
        "Id": "8fac7eae27aa443daaecbb25676eae0a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3234.0817887307412,
        "Y": 1075.8245747177634
      },
      {
        "ShowGeometry": false,
        "Name": "square -> cuboid",
        "Id": "aa6144c4c8fc4ddf88f979928ff3a596",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3396.5156796183887,
        "Y": 655.45273393317268
      },
      {
        "ShowGeometry": false,
        "Name": "h_st",
        "Id": "ea6e9628cef44baa93c9650cc970f1da",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3169.5424616041182,
        "Y": 803.29228391057393
      },
      {
        "ShowGeometry": false,
        "Name": "h_po",
        "Id": "61b69c967f52403082a9511beb12020b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3736.2675128098472,
        "Y": 706.44723072810314
      },
      {
        "ShowGeometry": false,
        "Name": "baseline portal",
        "Id": "604e8a38cf3d4cc79aa5701f956fffaf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4012.2819422288408,
        "Y": 799.45820210758927
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Translate",
        "Id": "e78ea6d4d87d44efa217cec1dd688a99",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4371.0459848511773,
        "Y": 580.24732891637223
      },
      {
        "ShowGeometry": false,
        "Name": "height stage plus portal",
        "Id": "711acfa88c064c938703f86f52644ccc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4025.268544269918,
        "Y": 611.95088221795254
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Translate",
        "Id": "3568a79e4f6547c7a4a9a78eb3f089fb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4372.16355438167,
        "Y": 769.24030205870326
      },
      {
        "ShowGeometry": false,
        "Name": "first upper edge of the grandstand",
        "Id": "a24e86c780d747cea8b00fab98f81428",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4744.2062415002147,
        "Y": 1181.4687798954058
      },
      {
        "ShowGeometry": false,
        "Name": "second upper edge of the grandstand",
        "Id": "92400abfc95d49c4a5f8fc558fe8d54d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4737.1417095372026,
        "Y": 1311.3779614571661
      },
      {
        "ShowGeometry": false,
        "Name": "h_k",
        "Id": "a5c2e489523241bdb38147a6ab763de1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3738.219423530089,
        "Y": 1351.7362222495378
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Translate",
        "Id": "2b93acc8a1bf47b6b195dcaadc858c3f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4104.1789607844839,
        "Y": 1331.9835668016408
      },
      {
        "ShowGeometry": false,
        "Name": "first upper grandstand point",
        "Id": "07e631a1e9324132bb4b7cae1283d598",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4462.97145918857,
        "Y": 1209.3652996108501
      },
      {
        "ShowGeometry": false,
        "Name": "second upper grandstand point",
        "Id": "5dda7fc59c60409d8923e5cf4efcb907",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4456.6067493521841,
        "Y": 1333.9166584022146
      },
      {
        "ShowGeometry": false,
        "Name": "corner points above",
        "Id": "9f80824772154d7e96ecf65f2a5c0e23",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5050.4675806747637,
        "Y": 1235.5644721054384
      },
      {
        "ShowGeometry": false,
        "Name": "corner points below",
        "Id": "ea58c4ef24774ffa8c67ae42d7f2911f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5049.454003273584,
        "Y": 1469.0682406158573
      },
      {
        "ShowGeometry": false,
        "Name": "first bottom edge of the grandstand",
        "Id": "c4abe33bf35f4243bde2c243af30a7f5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4739.1821433429432,
        "Y": 1441.9733575636246
      },
      {
        "ShowGeometry": false,
        "Name": "second bottom edge of the grandstand",
        "Id": "087150cb3b9c4c60a3e93940c53b31f6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4733.42204208263,
        "Y": 1576.487276924697
      },
      {
        "ShowGeometry": false,
        "Name": "grandstand",
        "Id": "e92741f9deab4331b77ed003c9d9a0b2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5847.5130895407783,
        "Y": 1363.828505675589
      },
      {
        "ShowGeometry": false,
        "Name": "boundary surfaces grandstand",
        "Id": "d84977efdd73456b991fcbbd2238faf1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5584.737524360462,
        "Y": 1355.2089635850421
      },
      {
        "ShowGeometry": false,
        "Name": "Corner points -> plane above",
        "Id": "f2635a6d08e243c994d5bb0abc761fa9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5263.0938159221378,
        "Y": 1261.4511674917978
      },
      {
        "ShowGeometry": false,
        "Name": "Corner points -> plane below",
        "Id": "91435e6af1b14b2fb47c66ff6e924da6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5270.701938350483,
        "Y": 1510.3748824596353
      },
      {
        "ShowGeometry": false,
        "Name": "projection of the floor area by h_au -> roof area",
        "Id": "176015109aca45b89db29c3854eace56",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7583.3273974353842,
        "Y": 1512.1851364954077
      },
      {
        "ShowGeometry": false,
        "Name": "h_au",
        "Id": "bedd35d3866d46078a104407e08e5758",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7212.0683571995205,
        "Y": 1543.7763326625477
      },
      {
        "ShowGeometry": false,
        "Name": "h_le",
        "Id": "04edf7f507e44e6fb64ccb8418d834f0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7063.1464502496137,
        "Y": 1693.9816963831067
      },
      {
        "ShowGeometry": false,
        "Name": "h_ps",
        "Id": "62cbcbe9e8634853aa4951f8dc33fd3e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6906.7302715425831,
        "Y": 1567.3366157212863
      },
      {
        "ShowGeometry": false,
        "Name": "boundary surfaces audience building",
        "Id": "e5e6e26bf0b3451fbb4d96339d4a7bdc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8004.045570834609,
        "Y": 1526.4119043180563
      },
      {
        "ShowGeometry": false,
        "Name": "audience building",
        "Id": "0fae595a1f864f8f986371c135ec80e9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8321.43983686842,
        "Y": 1526.501269137812
      },
      {
        "ShowGeometry": false,
        "Name": "Color Palette",
        "Id": "ebf672110d6d46a697b2e64d5e8937fd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7816.0623674220024,
        "Y": 1257.2470809333231
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryColor.ByGeometryColor",
        "Id": "36dfffebb8c74344911da15c1805d871",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8552.897786768,
        "Y": 1222.4381387008448
      },
      {
        "ShowGeometry": false,
        "Name": "Color.ByARGB",
        "Id": "80ef2d92393d4a60a1f5d45ce511743a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8276.15628929107,
        "Y": 1200.4134040613831
      },
      {
        "ShowGeometry": false,
        "Name": "Color.Components",
        "Id": "4354d8327d994b6c82afddb6fd0d206d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8030.4333404048321,
        "Y": 1263.9796810335174
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "2fd0499a50f64426a562c4508264a68a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8068.7989873232373,
        "Y": 1160.6228317987916
      },
      {
        "ShowGeometry": false,
        "Name": "projection of the roof area by -h_le -> area of the suspended ceiling",
        "Id": "9250838687124b97be173a4e0dfc6199",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7035.9002125412335,
        "Y": 832.21510321834421
      },
      {
        "ShowGeometry": false,
        "Name": "boundary surfaces room for lighting equipment",
        "Id": "7eaa44ed59494f0a8f7d29031ea63919",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7515.6992216340223,
        "Y": 861.4692766722851
      },
      {
        "ShowGeometry": false,
        "Name": "suspended ceiling for lighting equipment lighting equipment",
        "Id": "4a88b22632f741bfa30442ad15b7b47c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7857.3229870139712,
        "Y": 874.03072772892347
      },
      {
        "ShowGeometry": false,
        "Name": "Color Palette",
        "Id": "78c99f6929c9468c9fbbb1182088b0a5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7283.0457178030592,
        "Y": 642.98286882893706
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryColor.ByGeometryColor",
        "Id": "cc59a5860ec0493a8f428b3e58e49bed",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8087.9361655141229,
        "Y": 660.58748364010387
      },
      {
        "ShowGeometry": false,
        "Name": "Color.ByARGB",
        "Id": "036849c758c04a44b5bc37d612ffb4e1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7656.219863583683,
        "Y": 598.68427419978013
      },
      {
        "ShowGeometry": false,
        "Name": "Color.Components",
        "Id": "9ed10f3e4676481791d9114e8cabf413",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7471.0505285877116,
        "Y": 646.02823263675816
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "2242b2cdfffd4244b43d9e753fef2ce6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7496.056395558262,
        "Y": 564.23367232863427
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "0c4d20579a094c1bbe21e8797aebf920",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6902.1273735989616,
        "Y": 917.289837787443
      },
      {
        "ShowGeometry": false,
        "Name": "volume audience building",
        "Id": "5a2d9dbaac344674a457699355ccfaa9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9312.762938148011,
        "Y": 1003.041418948686
      },
      {
        "ShowGeometry": false,
        "Name": "volume room for lighting equipment lighting equipment",
        "Id": "5343f92ef1804625ab0b5edc484cbc3f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9311.45915145861,
        "Y": 1097.4982658664007
      },
      {
        "ShowGeometry": false,
        "Name": "volume grandstand",
        "Id": "d48f653841744d7f9baf2ef3c10243fb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9312.762938148011,
        "Y": 908.58457203097123
      },
      {
        "ShowGeometry": false,
        "Name": "corner point portal top right",
        "Id": "c6957f51209146fa8a5a40cef2fa6199",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4794.0556478848694,
        "Y": 582.17439358512047
      },
      {
        "ShowGeometry": false,
        "Name": "corner point portal bottom right",
        "Id": "fe0dc6ff3fa1474fb8b7139e8ab42959",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4782.8025266897976,
        "Y": 686.29055281681622
      },
      {
        "ShowGeometry": false,
        "Name": "corner point portal top left",
        "Id": "5e9cb41ceed149fca8cb6d6823a9a27b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4794.5700517399127,
        "Y": 807.21412108361562
      },
      {
        "ShowGeometry": false,
        "Name": "corner point portal bottom left",
        "Id": "87c4e1b60f854598b87c7f29111986dc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4788.14833601206,
        "Y": 911.12700881475894
      },
      {
        "ShowGeometry": false,
        "Name": "edge portal left",
        "Id": "32169ed067f84395b1e8f62d984719e3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5102.7277456281836,
        "Y": 832.29995310597656
      },
      {
        "ShowGeometry": false,
        "Name": "edge portal right",
        "Id": "2692638377ae4d9b9c98a1ffff6c0837",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5106.9939774895338,
        "Y": 615.43959535687236
      },
      {
        "ShowGeometry": false,
        "Name": "rectangle portal",
        "Id": "23c9a9aeb96f446396097380b7e467f8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5627.7221312995516,
        "Y": 694.32517828272989
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "a2403063342342d6b9149d504ed0790e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5431.8308327530158,
        "Y": 686.48620959407424
      },
      {
        "ShowGeometry": false,
        "Name": "surface of the portal border",
        "Id": "d9b6291f9b8f4728800130e7c76fc5f7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6028.3382977403971,
        "Y": 583.35993412758694
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "e779450f85ee47f2a9882239995d727c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5830.48045190526,
        "Y": 570.89832254120654
      },
      {
        "ShowGeometry": false,
        "Name": "portal border",
        "Id": "7c6bb1e1cc7f451fab25bd1e5c75193d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6444.9815860641329,
        "Y": 706.27090691608964
      },
      {
        "ShowGeometry": false,
        "Name": "Boolean",
        "Id": "8bbe994044ce4401858543b925a5e77c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6226.046679642538,
        "Y": 843.49952782306707
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "32868fb1cfa24971ad444ac2e1af92a2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6282.9606556994568,
        "Y": 729.370517003982
      },
      {
        "ShowGeometry": false,
        "Name": "plane of stage area",
        "Id": "40b8e3e3a55545d1bf51169cc8a13ffa",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2613.857052746288,
        "Y": 1386.0748043694468
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.ZAxis",
        "Id": "bb5d587581624e64bd2786dcb7ea321f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2207.5415259491647,
        "Y": 1415.9623108089797
      },
      {
        "ShowGeometry": false,
        "Name": "stage area",
        "Id": "c57936257e0e410cbe32f68c087e477e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2909.857052746288,
        "Y": 1412.1310511496802
      },
      {
        "ShowGeometry": false,
        "Name": "script that determines scale factor based on given genre ",
        "Id": "a615dde70a904f208117b34e50c40fe4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2156.0320656253534,
        "Y": 1569.6240856420065
      },
      {
        "ShowGeometry": false,
        "Name": "x-factor",
        "Id": "7b46f3e0014541f38c6a236d485f72bf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2629.4070785044196,
        "Y": 1528.8216938583957
      },
      {
        "ShowGeometry": false,
        "Name": "y-factor",
        "Id": "e211db4bcdcc4e4f9f969239716a54dc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2630.3789551143036,
        "Y": 1637.6390225023481
      },
      {
        "ShowGeometry": false,
        "Name": "stage house",
        "Id": "51b0b11159b7496f8d12c692e62ac11f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10983.682812121877,
        "Y": 1038.7275113722612
      },
      {
        "ShowGeometry": false,
        "Name": "Color.Components",
        "Id": "04961c96ee5a4a69a444694e0ac491c2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10764.8938275415,
        "Y": 872.50607006403777
      },
      {
        "ShowGeometry": false,
        "Name": "Color Palette",
        "Id": "96e8d0fb2df144608d55a7b98e62e0b4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10588.262232124625,
        "Y": 875.28501648229519
      },
      {
        "ShowGeometry": false,
        "Name": "Color.ByARGB",
        "Id": "e136969dfab74bab96f25b25c75660dc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11016.22013699655,
        "Y": 826.41138009667179
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "01455f787fbd43aa9fb93123b7134df7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10788.978029833066,
        "Y": 763.22476758933226
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryColor.ByGeometryColor",
        "Id": "019c72804a9448e4bc821a0b709386be",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11282.493845594609,
        "Y": 842.62192794950374
      },
      {
        "ShowGeometry": false,
        "Name": "stage tower with overstage",
        "Id": "af9b5f7b09ab4368bfed840c62b27526",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10803.466792472054,
        "Y": 430.34961913969664
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryColor.ByGeometryColor",
        "Id": "0599a0099add4d4a8fea59059fe66267",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11137.264493118504,
        "Y": 442.516977071057
      },
      {
        "ShowGeometry": false,
        "Name": "height of stage tower",
        "Id": "18f504e95ae94bf1b3738b2505b45b82",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10587.026902732614,
        "Y": 516.90390393660073
      },
      {
        "ShowGeometry": false,
        "Name": "position corner point",
        "Id": "337de823c6db4e6f9a40530fff0f4bf8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10590.3332284892,
        "Y": 1535.21494779641
      },
      {
        "ShowGeometry": false,
        "Name": "common corner point from stag from stage building and side wing 1",
        "Id": "ec41a69340b7411ba560306d88be3fde",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10900.4009662411,
        "Y": 1449.84278877503
      },
      {
        "ShowGeometry": false,
        "Name": "base area side wing 1",
        "Id": "0494ff6a166343a1b40c03262cab5b2f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11653.7667895235,
        "Y": 1454.48087891825
      },
      {
        "ShowGeometry": false,
        "Name": "corner points side wing 1",
        "Id": "178f71c08be44a8a8c07016bd27d00b3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11416.717700687,
        "Y": 1446.01798402434
      },
      {
        "ShowGeometry": false,
        "Name": "side wing 1",
        "Id": "29eb0fc5759d4340b2484435b72647fa",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11958.5667895235,
        "Y": 1453.66759352572
      },
      {
        "ShowGeometry": false,
        "Name": "side wing 2",
        "Id": "28a4749911094916b3017a97fdc165f5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 12258.9807732938,
        "Y": 1346.83897492346
      },
      {
        "ShowGeometry": false,
        "Name": "Plane.XZ",
        "Id": "e31b30f3b4fb472590d19e2fe143e081",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11958.5667895235,
        "Y": 1345.16759352572
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "0c1a09f2917640d481c7ffad0a6216ba",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 12256.9667895235,
        "Y": 1714.38092685905
      },
      {
        "ShowGeometry": false,
        "Name": "Color Palette",
        "Id": "62795da699ab4d5db13c05c3a3270d91",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11958.5667895235,
        "Y": 1588.16759352572
      },
      {
        "ShowGeometry": false,
        "Name": "Color.Components",
        "Id": "234f5fc515ac4506b8baa68536028f1f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 12256.9667895235,
        "Y": 1529.16759352572
      },
      {
        "ShowGeometry": false,
        "Name": "Color.ByARGB",
        "Id": "c08442eb52ac4aa795c9a03fc918bcd8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 12608.9667895235,
        "Y": 1589.16759352572
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryColor.ByGeometryColor",
        "Id": "b75336a50f7740fb8080a6402d8ff030",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 12865.7667895235,
        "Y": 1509.16759352572
      },
      {
        "ShowGeometry": false,
        "Name": "both side wings",
        "Id": "5f2c99fd19b34494916282491f8bfa10",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 12621.4922147742,
        "Y": 1439.22971643595
      },
      {
        "ShowGeometry": false,
        "Name": "HPC air volume per spectator",
        "Id": "6545e7f2245745a89f94af88fad54cce",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -930.34043687243343,
        "Y": 1297.1260499227112
      },
      {
        "ShowGeometry": false,
        "Name": "Prevent Volume=0",
        "Id": "fe06ed1f2b6c49538eff83c172012dcf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -350.92334971259174,
        "Y": 1180.2659892314603
      },
      {
        "ShowGeometry": false,
        "Name": "g_th",
        "Id": "3ee5210875344973ba213ab30b0f2022",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -4260.4217636275125,
        "Y": 2063.9358969696577
      },
      {
        "ShowGeometry": false,
        "Name": "alpha_sr",
        "Id": "c94eca81ae5d4b8c9962ec46d8e65915",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -936.0654979485962,
        "Y": 920.67888419786755
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Translate",
        "Id": "3f5271c2cb03481e9b5af0d56aaa59b4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1470.4822619551269,
        "Y": 2863.4254179772629
      },
      {
        "ShowGeometry": false,
        "Name": "Startpoint",
        "Id": "cfa11a36ee4643ae9afbb5dabf42b32f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -254.86669035281909,
        "Y": 3164.3133932553069
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.ByCoordinates",
        "Id": "cae921c2614e45fcbe901850fa368b8b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -362.275780520692,
        "Y": 3330.3242431713829
      },
      {
        "ShowGeometry": false,
        "Name": "SlabLenght",
        "Id": "ecc3a573df7a4189b5efa19130290360",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -938.318718777097,
        "Y": 3587.5992076863909
      },
      {
        "ShowGeometry": false,
        "Name": "EndPoint",
        "Id": "3feb70d2de32402b976c62b8897b3282",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -75.325873663135781,
        "Y": 3331.4422327597731
      },
      {
        "ShowGeometry": false,
        "Name": "Line.ByStartPointEndPoint",
        "Id": "9bd70f4c3f98456aa1095809903c2fa1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 242.03992226952778,
        "Y": 3227.7324278084543
      },
      {
        "ShowGeometry": false,
        "Name": "SlabWidth",
        "Id": "932600891f554abeb0db18f20b633d37",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -933.5415056875388,
        "Y": 3669.9562362667066
      },
      {
        "ShowGeometry": false,
        "Name": "Line.Direction",
        "Id": "f68b679d8b7e4d81a295903fee9c6d92",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 547.82580453526771,
        "Y": 3156.9773566956219
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.Normalized",
        "Id": "ac6f4ac9f1974c97b3f9ea11f68b6f4c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 861.82190369215823,
        "Y": 3156.5116386613613
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.ZAxis",
        "Id": "4f1a937bdbd644da836411b7afe4cc67",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 930.42266020002717,
        "Y": 3284.716331151476
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.Cross",
        "Id": "5b8ec218156a41eb8332eaacef5442c4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1145.9100848003382,
        "Y": 2990.9401080464463
      },
      {
        "ShowGeometry": false,
        "Name": "Formula",
        "Id": "638fddc4b3c7454fb40eaba2af703b5b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 501.3773411451275,
        "Y": 3345.4254822165831
      },
      {
        "ShowGeometry": false,
        "Name": "Formula",
        "Id": "a5745617d4a242f4a7a023fbd51435e7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 479.04786619656807,
        "Y": 3498.47533806489
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "ff8afc6df4874812a9328629a7ed6b1c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1343.6885355809773,
        "Y": 3275.6429921243662
      },
      {
        "ShowGeometry": false,
        "Name": "Formula",
        "Id": "d99ea590a74847048be625467182bdda",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1040.5412161816184,
        "Y": 3593.2815721092911
      },
      {
        "ShowGeometry": false,
        "Name": "Formula",
        "Id": "b5b32f447cc942b9b292f494737505ed",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1104.5439258624083,
        "Y": 3473.7293408187661
      },
      {
        "ShowGeometry": false,
        "Name": "SpannBetweenColumns",
        "Id": "6456aad377ae46a289be777c1b9f9a5d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -933.07635762402242,
        "Y": 3748.6974951300422
      },
      {
        "ShowGeometry": false,
        "Name": "%",
        "Id": "f625556eee2c483db6fbccd6adeb4f8c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 680.28968196512778,
        "Y": 3792.2118259658109
      },
      {
        "ShowGeometry": false,
        "Name": "/",
        "Id": "df4a28f3784b433898573ddd637f6818",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 887.91504344132773,
        "Y": 3895.9884972621289
      },
      {
        "ShowGeometry": false,
        "Name": "Number",
        "Id": "24bc796e62a9426e99ba87e1cdfc1db6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 794.13569191175793,
        "Y": 3953.572190549447
      },
      {
        "ShowGeometry": false,
        "Name": "Sequence",
        "Id": "c8822b5a327f439ab023762c0c46b7a1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1185.5168807094078,
        "Y": 3976.8751504683282
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.PointAtSegmentLength",
        "Id": "009b8338e91848548cc874b145d93bd8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1542.1926761171271,
        "Y": 3894.7978334300292
      },
      {
        "ShowGeometry": false,
        "Name": "Surface.ByLoft",
        "Id": "a2e0914b271242abb5bf1bfc1f80dcf9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3299.7030735583776,
        "Y": 2720.2118928343143
      },
      {
        "ShowGeometry": false,
        "Name": "Surface.Thicken",
        "Id": "19baa963ad94439688784bc9642a6b3f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3206.1833425547266,
        "Y": 2921.1956861104409
      },
      {
        "ShowGeometry": false,
        "Name": "Sequence",
        "Id": "f4d2baeab101431ca8dddc01200b33f3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2408.0017766636283,
        "Y": 2918.1854998507429
      },
      {
        "ShowGeometry": false,
        "Name": "StoreyNumber",
        "Id": "ae880bd446734b87b4cb591f2032beb6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -929.510060335088,
        "Y": 3902.4146213722333
      },
      {
        "ShowGeometry": false,
        "Name": "LevelHeight",
        "Id": "88665488aa86414dbd4a2964fa3ef568",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -933.4300770121954,
        "Y": 3823.4131355196728
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Z",
        "Id": "230154c5a0c54482a2e7ae386371281b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2115.5266349723879,
        "Y": 2893.9039810211711
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Translate",
        "Id": "307447d8013340b2a6651c1fd7be236d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2328.1584247506471,
        "Y": 3175.8911538839538
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.ZAxis",
        "Id": "c870627aba9041ac818663ba1b488933",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2013.2242388674276,
        "Y": 3140.9495812700225
      },
      {
        "ShowGeometry": false,
        "Name": "Solid.ByLoft",
        "Id": "9efa58cc23754e89936fac608c44d0df",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2683.425117100478,
        "Y": 3994.1576256095182
      },
      {
        "ShowGeometry": false,
        "Name": "Width",
        "Id": "198f488718534dad9a42beb16feddc5a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2021.8915336739774,
        "Y": 3857.0357560516222
      },
      {
        "ShowGeometry": false,
        "Name": "Lenght",
        "Id": "c651e4e020694805b8104a782125e336",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2415.4903616072879,
        "Y": 3760.7289847029442
      },
      {
        "ShowGeometry": false,
        "Name": "Rectangle.ByWidthLength",
        "Id": "405830ff9899474a9bddb1d5edf717d7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2353.961275364607,
        "Y": 3968.3002428326981
      },
      {
        "ShowGeometry": false,
        "Name": "MiddleColumns",
        "Id": "94ce444f2f3d4c4ebfc6850dc23c85cb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 865.30829466637806,
        "Y": 3501.352106462939
      },
      {
        "ShowGeometry": false,
        "Name": "Number Slider",
        "Id": "d29f865bfbd9461791fdcb9503d8149a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2951.0067964419977,
        "Y": 3052.613672524662
      },
      {
        "ShowGeometry": false,
        "Name": "List.Transpose",
        "Id": "ededd49b26c647f0a6cfe0de4db984bd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3036.0845502460179,
        "Y": 2746.577576212122
      },
      {
        "ShowGeometry": false,
        "Name": "List.Sort",
        "Id": "8facb493862649ff91c0f7c3f08caa15",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1538.5174196411572,
        "Y": 3394.9047602756991
      },
      {
        "ShowGeometry": false,
        "Name": "/",
        "Id": "ba7dcba9595d4ccaa877eda05b9080ce",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 652.08676115041817,
        "Y": 4018.3760083963043
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "c8ecf5ad12fb4de5a604520b785a5560",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3866.3611662925068,
        "Y": 3678.4558144643879
      },
      {
        "ShowGeometry": false,
        "Name": "CoordinateSystem.ByOrigin",
        "Id": "89d517decab44daeb323929492b243b1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1994.8647322892575,
        "Y": 4034.2087767138983
      },
      {
        "ShowGeometry": false,
        "Name": "Math.Ceiling",
        "Id": "cc1a0744ef2249bd8bc527b95474a8cd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 904.70283938977809,
        "Y": 4094.3897221075258
      },
      {
        "ShowGeometry": false,
        "Name": "Lenght*Width",
        "Id": "b3cae805969945d78f3a67bef6dcf086",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4126.0704526802674,
        "Y": 3450.0326685997061
      },
      {
        "ShowGeometry": false,
        "Name": "List.Flatten",
        "Id": "34157665abe84ceeb9dc016331afd410",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4071.182183130557,
        "Y": 3679.8122450394749
      },
      {
        "ShowGeometry": false,
        "Name": "Cross-section area*Height",
        "Id": "74c88af18be344cfbce4827636b31585",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4458.2895868443775,
        "Y": 3417.2845789291132
      },
      {
        "ShowGeometry": false,
        "Name": "List.Count",
        "Id": "5c2eae33d95f409388a005d454fb3be3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4476.4514517145781,
        "Y": 3626.912270868922
      },
      {
        "ShowGeometry": false,
        "Name": "-",
        "Id": "a0a2d3d2bb1e45d99bc40acfeaef5c00",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4530.8966701502377,
        "Y": 3772.8991510918481
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "f3e39d2acd0e489e9196b53c731a6b53",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4373.5676966862975,
        "Y": 3846.749685073009
      },
      {
        "ShowGeometry": false,
        "Name": "Surface.Area",
        "Id": "60b9cfd896b64fe2829fe7d8432a999c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3777.3522523139782,
        "Y": 4203.5775600984562
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "bcadabb352394ccc863f53cddd024832",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4044.888885306249,
        "Y": 4270.0172520501264
      },
      {
        "ShowGeometry": false,
        "Name": "List.Flatten",
        "Id": "6e64511508b44c92aa85623a66eed4cf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4316.367490426208,
        "Y": 4291.9471633514559
      },
      {
        "ShowGeometry": false,
        "Name": "SlabVolumn",
        "Id": "a8f95cb7e63c430cab0b368aa3a8cd5f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4546.7421434862481,
        "Y": 4141.1564361306864
      },
      {
        "ShowGeometry": false,
        "Name": "Watch",
        "Id": "194864717ad74374adab7379d2e2e74d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 473.92869964405782,
        "Y": 4371.0982513439158
      },
      {
        "ShowGeometry": false,
        "Name": "If",
        "Id": "e592888edde8418a9ddf0a03686f103d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 274.19792467005755,
        "Y": 4361.8616737659859
      },
      {
        "ShowGeometry": false,
        "Name": "*",
        "Id": "01c8fca820ee41deaf1bc5ccb88c5e1b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -303.529828125992,
        "Y": 4133.1788990608165
      },
      {
        "ShowGeometry": false,
        "Name": ">",
        "Id": "e6f507051178431f97b11c2dd2dbf431",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -88.9307156882719,
        "Y": 4523.2137992938569
      },
      {
        "ShowGeometry": false,
        "Name": "Watch",
        "Id": "e8c6646f9c734151a93ea2811662c448",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 30.839596489468022,
        "Y": 4189.2655403114059
      },
      {
        "ShowGeometry": false,
        "Name": "m²",
        "Id": "8fc3cf39336345798a6415897f2a15ef",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -953.05847965774683,
        "Y": 4372.9841199316861
      },
      {
        "ShowGeometry": false,
        "Name": "Watch",
        "Id": "d27077b151f140cfbd7fe06c0baedba7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -705.60810120581664,
        "Y": 4434.1634150509663
      },
      {
        "ShowGeometry": false,
        "Name": "efficientArea",
        "Id": "c6ddefec0b32461eaebd147ec322f3da",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -776.09748358798061,
        "Y": 4186.2695791832957
      },
      {
        "ShowGeometry": false,
        "Name": "/",
        "Id": "7c9518a322974f18831e161a4f4d238b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -378.47311155781358,
        "Y": 4350.0012069645682
      },
      {
        "ShowGeometry": false,
        "Name": "Volum*Number",
        "Id": "305b983241824d5082bff96c04eced93",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4714.0813399026974,
        "Y": 3394.1927100295761
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "e4dc27b46619468c8fc27e35789b158d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4693.8298339098073,
        "Y": 3544.7164223141949
      },
      {
        "ShowGeometry": false,
        "Name": "Getting the NumberOfColumns",
        "Id": "de3709a5a19246e3beb35875ff1f95c4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4830.5666030284083,
        "Y": 3727.3578676116981
      },
      {
        "ShowGeometry": false,
        "Name": "List.FirstItem",
        "Id": "c9380717788a4cc7a5f21d431ffd15de",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4616.3085404559788,
        "Y": 4322.7926356911657
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "d34369a907114e01a1fd2258a2c17615",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4625.4653478268174,
        "Y": 4501.0435538754364
      },
      {
        "ShowGeometry": false,
        "Name": "SlabVolume*90Euro/m³",
        "Id": "91507a7c195e478b910807638377c5c4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4794.6421861282179,
        "Y": 4173.1925083233764
      },
      {
        "ShowGeometry": false,
        "Name": "<=",
        "Id": "32e00a312a3e434e8522b5c646afe1a5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -410.13120118432016,
        "Y": 4485.9715182485661
      },
      {
        "ShowGeometry": false,
        "Name": "4*AreaOfOneSlab",
        "Id": "4eac3dd47b554e7aacf2f2b50cdfadb4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4930.3037741423377,
        "Y": 4318.3219879021963
      },
      {
        "ShowGeometry": false,
        "Name": "NumberOfColumns*CorssSection",
        "Id": "217d82f6f17246709f5165756f3fd822",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4885.9012068472584,
        "Y": 4472.1845081391157
      },
      {
        "ShowGeometry": false,
        "Name": "233*VolumeOfColumns",
        "Id": "b9f2db68f4b2408a8367ecc731c24d4b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4987.6605874403376,
        "Y": 3356.2777228581549
      },
      {
        "ShowGeometry": false,
        "Name": "233*VolumeOfSlabs",
        "Id": "2663faac1e1346849d386fd8f9cdfba5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4998.1142966702082,
        "Y": 3508.8616021429052
      },
      {
        "ShowGeometry": false,
        "Name": "Watch",
        "Id": "9018d00671d848f7a9bd1e0f83d911f6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5174.4833732796469,
        "Y": 3728.3990626613272
      },
      {
        "ShowGeometry": false,
        "Name": "ColumnsVolume*90Euro/m³",
        "Id": "8b081917e16442cca3fd80620c1229e5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5108.2886433256172,
        "Y": 4176.1484928049758
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "216b8fec58b54d7d92fa1b8088d07f6e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5225.4490864280888,
        "Y": 4045.783938154972
      },
      {
        "ShowGeometry": false,
        "Name": "CO2 Produced by Slab and Columns",
        "Id": "d81372ee4ff04d14ac86143cf74f2a24",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5224.4664693596678,
        "Y": 3475.4937300165752
      },
      {
        "ShowGeometry": false,
        "Name": "Slabs+Columns(Labour)",
        "Id": "2c61494dbf8b406b987e7f53fc9da928",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5312.8289228798567,
        "Y": 4349.7435015659166
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "4b7a10cfffcb4e399f8153f71d18ebed",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5440.9005348563369,
        "Y": 4469.5314907353059
      },
      {
        "ShowGeometry": false,
        "Name": "Slabs+Columns(Materials)",
        "Id": "61cb6fe1235e436897b7145fc5785797",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5417.6889754057975,
        "Y": 4161.688754806366
      },
      {
        "ShowGeometry": false,
        "Name": "List.FirstItem",
        "Id": "b0acaeff564b4414bfd79cfad37f0017",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5506.7265597761379,
        "Y": 3462.712948492233
      },
      {
        "ShowGeometry": false,
        "Name": "400Eruo/m² *m²",
        "Id": "b6485b4d84de4ce19e1bcf577646f4ab",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5588.2839115960578,
        "Y": 4357.5990465205959
      },
      {
        "ShowGeometry": false,
        "Name": "KgCO2-\r\nequivalent",
        "Id": "76f3f316fa7546db8b9d807cbbad590a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5712.2142649668967,
        "Y": 3523.780544485202
      },
      {
        "ShowGeometry": false,
        "Name": "LabourPrice+Materials",
        "Id": "c893f230be464cf7b77e87f7e0551731",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5934.4822415730177,
        "Y": 4355.6291570658159
      },
      {
        "ShowGeometry": false,
        "Name": "List.FirstItem",
        "Id": "31fae37146eb401a89ac3bdb558ef986",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5936.5936102286778,
        "Y": 4174.0215977724856
      },
      {
        "ShowGeometry": false,
        "Name": "Euro",
        "Id": "5a477b04d0994453ad66202f38de533b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6216.262414059478,
        "Y": 4359.1230383648963
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Translate",
        "Id": "30775be1b8ce42108c7f0299c309d1cd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6763.2141623749012,
        "Y": 3165.1721583453059
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "3ec364e8a85443419c03e1a2800aff5e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6619.8556815328211,
        "Y": 3513.8375547938531
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "39d4c6e186194c7ea22ca3d052ca70cf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6578.1051775925334,
        "Y": 3164.2249323001915
      },
      {
        "ShowGeometry": false,
        "Name": "List.Flatten",
        "Id": "963eb4c04efb4c1089bb93cfcbb9021e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6231.1032803005764,
        "Y": 3311.7225740240774
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "d1c2c66991684680944be3dc6d6db444",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 13549.395870568937,
        "Y": 772.32785541804458
      },
      {
        "ShowGeometry": false,
        "Name": "List.Flatten",
        "Id": "4040f12f6b4541aea0718d41253d9757",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 13820.40447797715,
        "Y": 797.28831065564611
      },
      {
        "ShowGeometry": false,
        "Name": "Cuboid.ByLengths",
        "Id": "8a39ba86669a4adc8cfc0049fff053e0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2385.9219700683125,
        "Y": 5753.902891048976
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "90ad7e7bebdf4f53bc83dad53fb3a1a6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1861.7982015025632,
        "Y": 5916.2523590102719
      },
      {
        "ShowGeometry": false,
        "Name": "Point.ByCoordinates",
        "Id": "1e639109271442889ace56c2c98d3f87",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2132.5059758919815,
        "Y": 5688.0773076199148
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "d936b96afe1d4c5ca0ccebb5dd639033",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1972.8507330918831,
        "Y": 5681.3198879673619
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "7c89ad3a1e1f49419fac7bb152fb2c12",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1974.573007385221,
        "Y": 5829.0919246989833
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "13e89ea467ac436c99d375351b297dd4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 679.555406497455,
        "Y": 762.5133586850427
      },
      {
        "ShowGeometry": false,
        "Name": "Point.ByCoordinates",
        "Id": "4ce0c2ece01d47609870e2e91fc6fb05",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 430.49091259787633,
        "Y": 801.366939762074
      },
      {
        "ShowGeometry": false,
        "Name": "PolyCurve.ByJoinedCurves",
        "Id": "3b09956383304f25866ac92989cdd272",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5899.8118490585866,
        "Y": 8994.6546592425111
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryOfCurve",
        "Id": "5904719f2910498d9a5197ddc4dc9259",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3413.3306681952863,
        "Y": 9161.3618356600527
      },
      {
        "ShowGeometry": false,
        "Name": "Truss Width",
        "Id": "ecf51ce079dc483486e24abb6b337f39",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -203.41869288030284,
        "Y": 12670.94696015619
      },
      {
        "ShowGeometry": false,
        "Name": "Truss Height",
        "Id": "f427e1b8f3b742798877149302e27695",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -202.15421540340321,
        "Y": 12743.425621704981
      },
      {
        "ShowGeometry": false,
        "Name": "Max Arc Length",
        "Id": "87153c179df140d6abdcbcfa86619606",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -207.1755110987433,
        "Y": 12866.597286931172
      },
      {
        "ShowGeometry": false,
        "Name": "Max Truss Panel Width",
        "Id": "a3073ece8f5b49ce9e38471736f4da28",
        "IsSetAsInput": true,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -202.94011404077264,
        "Y": 12970.123086231521
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "58431e6229644e69b303c5300b0a0746",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -432.51784780215257,
        "Y": 10405.275659472973
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "1b62925c75094193a3d5921833e6a103",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -427.03042152664329,
        "Y": 10516.963683378151
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "bdfe60cb6ca84c139f1499153223a275",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -427.21425419033312,
        "Y": 10617.875958287812
      },
      {
        "ShowGeometry": false,
        "Name": "Point.ByCoordinates",
        "Id": "e6d258f25c684856a427a29cd3ade6da",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 129.25518452329652,
        "Y": 10365.809664951072
      },
      {
        "ShowGeometry": false,
        "Name": "Rotation around z-axis",
        "Id": "b086e7d7c2fc43f6aaa1e9f29740676f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -208.99692540585329,
        "Y": 12148.311006561962
      },
      {
        "ShowGeometry": false,
        "Name": "Cross section height",
        "Id": "f1edf4288d3f47879fe3026c0edc64a7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1018.6607199005166,
        "Y": 11952.822293871272
      },
      {
        "ShowGeometry": false,
        "Name": "Boolean-Question: three Bands = true, four Bands = false",
        "Id": "02a019d03fd34103b33369b9bd68b543",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -207.95142418323303,
        "Y": 12363.973403232791
      },
      {
        "ShowGeometry": false,
        "Name": "Diameter of pipes",
        "Id": "4e1fea7d6c8c4866a644d5179133eab9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -205.14966522248324,
        "Y": 12553.785388919492
      },
      {
        "ShowGeometry": false,
        "Name": "Diameter of Pipes",
        "Id": "9927cb1bcf874d3aa3d0052a76ddaa2f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -206.35308940388313,
        "Y": 12448.707283960952
      },
      {
        "ShowGeometry": false,
        "Name": "Horizontal Total Length Climb",
        "Id": "3eebdc6705524a6eb42af9c0f6f2788c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 956.84875886692771,
        "Y": 10765.897658267131
      },
      {
        "ShowGeometry": false,
        "Name": "Vertical Total Length Descent",
        "Id": "c09873dfb70b4cfc84fd3b150972560f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 951.92252249726789,
        "Y": 10909.010185024832
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "421cf94a46cb466bb628b77f2b9492fd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1522.0477462723165,
        "Y": 9954.3435179593816
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "c637e1e2e53b48d1b94a6a8c031fbe79",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1516.1788199517077,
        "Y": 10213.804166600252
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Z",
        "Id": "189910be58be4e74a43d4cc579396283",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1518.2831592355478,
        "Y": 10304.290755805712
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "de401d2f7eb549d7b70e01d414120719",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1128.1803350802866,
        "Y": 10116.935467321391
      },
      {
        "ShowGeometry": false,
        "Name": "Amount of Section Points",
        "Id": "22bffd9aa711419d84ea3bebe380bf82",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -179.20636050139274,
        "Y": 13061.727298432881
      },
      {
        "ShowGeometry": false,
        "Name": "Number of Points",
        "Id": "748ac958dd0943469fd172b43db44375",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1152.7142976465846,
        "Y": 11428.46450890881
      },
      {
        "ShowGeometry": false,
        "Name": "Watch",
        "Id": "297a42cdc0c14a12a221827a0a6a9f51",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8354.0698744415859,
        "Y": 10442.055576619212
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "0364b0b49a814b3e8dec132be134ca37",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7533.6957481541876,
        "Y": 10946.190651906851
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "bd56eb3ce98b453a883a1171ec3bb321",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7742.7658346533872,
        "Y": 10732.750613867553
      },
      {
        "ShowGeometry": false,
        "Name": "Horizontal Total Length Descent",
        "Id": "ec7f577d0d134216920e82882db6fcfa",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 951.04550191693761,
        "Y": 10837.207942847832
      },
      {
        "ShowGeometry": false,
        "Name": "Vertical Total Length Climb",
        "Id": "7722916301c741ca854d9b84848eb230",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 962.92841386398777,
        "Y": 10687.876376155482
      },
      {
        "ShowGeometry": false,
        "Name": "If",
        "Id": "18d93eac731d4ee186d1962b8ce6b745",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1426.7680044655071,
        "Y": 11185.098797903211
      },
      {
        "ShowGeometry": false,
        "Name": "Boolean",
        "Id": "294fcbc33e0a4e6f8aaeaa07520662fa",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1039.4029343181965,
        "Y": 11076.991948118071
      },
      {
        "ShowGeometry": false,
        "Name": "If",
        "Id": "f28896aac8de420aac8df7b8732281ae",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1446.2291489600475,
        "Y": 10986.991536047863
      },
      {
        "ShowGeometry": false,
        "Name": "Boolean",
        "Id": "234d43d4b136403284c205a0904eabfb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1035.9685435491965,
        "Y": 11199.794219128271
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "75ce3ae5d1db4049be9dd391154cbfac",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7767.5729782332864,
        "Y": 10326.838376770202
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "c8ba4116c3a9441b8ac459cfb8b7c7f9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7735.7008288790867,
        "Y": 10830.826581527643
      },
      {
        "ShowGeometry": false,
        "Name": "<=",
        "Id": "2c33e88b0be04bb88964fb1aa2c7dd27",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7878.7328784619867,
        "Y": 10550.989543954351
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "6a7678a1b6e34a9b9acbbac1804c33cd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7725.0047781386866,
        "Y": 10578.036328229682
      },
      {
        "ShowGeometry": false,
        "Name": "If",
        "Id": "8bcd5cb6c1e44bf3b3c320d31a166e17",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8155.7260761638872,
        "Y": 10442.518419712042
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "33d8fc7e173f46ceabaf0bb4309aa4f9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7416.3135844917879,
        "Y": 9824.7438006919729
      },
      {
        "ShowGeometry": false,
        "Name": "<=",
        "Id": "e871da35a07a4707b01d5ff6e1051b91",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7552.788190285587,
        "Y": 9763.8610223233518
      },
      {
        "ShowGeometry": false,
        "Name": "If",
        "Id": "2f43a3b70b294ab09a525ec08b8738c5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7818.5934861827873,
        "Y": 9934.1344898131119
      },
      {
        "ShowGeometry": false,
        "Name": "Watch",
        "Id": "b9c886ca87164c4591831a9fcda09c4e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8016.9372844604868,
        "Y": 9933.6716467202823
      },
      {
        "ShowGeometry": false,
        "Name": "CamelbackNurveCurve",
        "Id": "ddbfe641151246c79851ffb7ec1981ef",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4318.9125589487876,
        "Y": 10083.582997605801
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "3a428dd06ae5460bb06d2eea5ecaaa4d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4877.9584953385865,
        "Y": 11574.075906491882
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.ZAxis",
        "Id": "bfe3fe190f6d4d69b6e17da43b043f2e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5415.5347379457862,
        "Y": 11189.208591565322
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Rotate",
        "Id": "542b9c28d1a740fa8906e25d33d83576",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5655.3073114070876,
        "Y": 11051.405966822011
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.StartPoint",
        "Id": "60be3ddca9be4b2eb45009d0cd28d6a9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5970.6862272874869,
        "Y": 10871.162469634552
      },
      {
        "ShowGeometry": false,
        "Name": "List.Reverse",
        "Id": "4f6ad4ef1aa34243b457db1e19223a44",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6185.814755000888,
        "Y": 10875.016248124641
      },
      {
        "ShowGeometry": false,
        "Name": "List.FirstItem",
        "Id": "41bce52d60594c929a426a616a578427",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6359.036844066487,
        "Y": 10881.459715560672
      },
      {
        "ShowGeometry": false,
        "Name": "Boolean question: ",
        "Id": "31e440a6696e499381536ca897ea605c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5346.0231750775865,
        "Y": 11478.916329795702
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "2bc5dd5e6cf1462f9cb613bee61767d0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5349.4846007339866,
        "Y": 11548.873603832051
      },
      {
        "ShowGeometry": false,
        "Name": "If",
        "Id": "68bacdc7f8844a9e9db36f8b8dbc0396",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5561.3342864508877,
        "Y": 11516.828683196673
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "b618867da2c84e95808b05771a381749",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5336.7141280076876,
        "Y": 11629.957690635802
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "daed870544b24b39ab83c4d10d76d0df",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4842.7233348396867,
        "Y": 10450.73390271559
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "37ebc28406984280ba4fbe6d6defbacd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7747.9674085601864,
        "Y": 10947.729282628481
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "086fec7015894fb4a9e4a5cc40207a6a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6734.7733678756877,
        "Y": 9212.4733632060215
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "83d7c1da62944f7194219bdc2faf0b15",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7085.5683744902863,
        "Y": 9198.27164272869
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "935cbc14355d4d5497dde0abdc7fcfae",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6796.6760904231878,
        "Y": 8985.7836228137112
      },
      {
        "ShowGeometry": false,
        "Name": "CentralPoint.ByCoordinates",
        "Id": "8d03d745f9894b36898f909ac6266c77",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10853.176504745828,
        "Y": 8247.9410398262626
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "983d9c97a0ab49999cdc7795e6f675e1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9928.2210741141316,
        "Y": 8476.6901353469329
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "fa2bbb9e5142428ca678477e0851c3de",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9948.32753115303,
        "Y": 8616.0818092353329
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Z",
        "Id": "58adc26cd32e481398ceb93e35bfcc55",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9957.0401066702289,
        "Y": 8727.969665316883
      },
      {
        "ShowGeometry": false,
        "Name": "+",
        "Id": "f89a221ab36249918479beb45114c7f5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10172.888081620531,
        "Y": 8386.3429231073333
      },
      {
        "ShowGeometry": false,
        "Name": "Arc.ByCenterPointRadiusAngle",
        "Id": "affd7187d3f44c238c00c969db024b5c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11360.667715926131,
        "Y": 8255.7542011754631
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "9771344c7fb24119a9c08320cffcc997",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11163.563622335729,
        "Y": 8285.5090448638548
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "12f58ff3e66f4bf189d39b202c178b9f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11159.825347675331,
        "Y": 8369.0514194493444
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "f1353f9444344ccca86f5611a8bb8a5e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11669.84944263213,
        "Y": 8318.7484657743735
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.StartPoint",
        "Id": "b1e6f277683e4942b998122a25274396",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11663.431168875632,
        "Y": 8156.0156071353849
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "6905ee9e73954b4a9f770676b839f4b2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14127.713396344087,
        "Y": 12131.859095688822
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "91ec94461eaf4328bdb640bf84925ed6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14092.012313047686,
        "Y": 11742.481648029881
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "3a29f6678bf348289ec4f79c4e4b2e3e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14128.652148933485,
        "Y": 11659.661842304551
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "047f0329bb39491594942288ddd65548",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14118.646467231385,
        "Y": 11845.089870671402
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "6f872fd12fb845fe8844abc8ded5239f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14239.105932984487,
        "Y": 12000.980967975182
      },
      {
        "ShowGeometry": false,
        "Name": "CamelbackTrackGeometryFinal",
        "Id": "64e39d30124745ce8b4102b35d7836e4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6354.7657691499871,
        "Y": 9109.5337739158913
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "196a5b48e2b34f4da6e25b5594f2877c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6820.1296837282871,
        "Y": 8819.4733632060215
      },
      {
        "ShowGeometry": false,
        "Name": "Line.ByStartPointDirectionLength",
        "Id": "ca5adbaae989434b877a88839b0a24f5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2293.7062682931873,
        "Y": 9520.8389155645709
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.XAxis",
        "Id": "49f4da332506450080d36662a442d174",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2104.7843386407867,
        "Y": 9593.4763489724719
      },
      {
        "ShowGeometry": false,
        "Name": "Length of first segment - exiting the entrance building",
        "Id": "6acfd26477224513bc9ca6ba92a2a80e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1282.7584389376379,
        "Y": 9803.0125639041416
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "83698aff49c9412fad4e4dfbb96a2015",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3014.3620580690867,
        "Y": 9782.0813865243726
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "7607632638084cc8941f0e9d42d22f42",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3321.9845303102875,
        "Y": 9628.7386074585011
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "560e68c50ab44c32969f3dfdf73ce4a5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3351.148497472187,
        "Y": 9757.28242702725
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Z",
        "Id": "f68062da761d42a59e0d6beb382b8ab2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3316.5914922495876,
        "Y": 9852.2033285543312
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "ef9d77119c4b453c8df7dde59202506d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3206.0676468711872,
        "Y": 9460.6254073346317
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "8fbee1bd1eb64cbf910d5223bdff4498",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11944.375239097029,
        "Y": 8235.8795858133526
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "aeec4d9f50ad47b58237d8d5e7172eb1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11945.63461348103,
        "Y": 8327.8972230755335
      },
      {
        "ShowGeometry": false,
        "Name": "Radius in [m]",
        "Id": "c4f2fb7fbb244199a7a4ea98832ab1ad",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9820.42455474953,
        "Y": 8253.1017877658742
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Translate",
        "Id": "5db4288e87424705ad39346fb97075af",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 12542.72756750213,
        "Y": 8264.5415886978226
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "8153501da81d45ee959aac857080fb40",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 12177.376779950631,
        "Y": 8408.3043889246037
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryOfCurve",
        "Id": "24af3dbbbded4ef69fdcad2af47f62b3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 13409.209312831987,
        "Y": 8815.5227731214618
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "8e8b4b58338547d193aa4abb3ef046cc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 13023.141079063487,
        "Y": 8600.4180805832311
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.StartPoint",
        "Id": "f494ce80553345a49312480b6b2715a0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 12992.760074787788,
        "Y": 8721.94209768626
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.YAxis",
        "Id": "297c2b4c06e545cb826b537927967457",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14084.009137351586,
        "Y": 9041.5695465882927
      },
      {
        "ShowGeometry": false,
        "Name": "Length of straight truss in [m]",
        "Id": "80c9f4d19dd14768bd8176e46091e5f2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14809.727642615086,
        "Y": 8892.5005928112
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.ByCoordinates",
        "Id": "7da97453354b4700a8051b72b65b45a5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14855.801646192685,
        "Y": 9020.1685343022218
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.X",
        "Id": "d81857a3bb1a478088c15a081847dfb8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14259.343495695986,
        "Y": 8944.2535168180711
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.Y",
        "Id": "d0752e635c814a259d0c2e406efd9ce0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14285.288692916787,
        "Y": 9044.6865383181012
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.Z",
        "Id": "e744e92840804cd78117bd01193fa076",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14276.082332612586,
        "Y": 9150.97815273896
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "eb9c30660075484c8f6070c9089a6906",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14505.010802789686,
        "Y": 9051.0430461169817
      },
      {
        "ShowGeometry": false,
        "Name": "Line.ByStartPointDirectionLength",
        "Id": "13a66e691d5c4b25ba41b595703cded1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 15202.275533111486,
        "Y": 8762.7849633033
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryOfCurve",
        "Id": "8faec9996c904336b5bc7aa44622a804",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 15597.562500111788,
        "Y": 9176.2950277803211
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "dd10a0bc2b75462988fc88140566939d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 16110.953355954185,
        "Y": 8906.8387863242024
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "bbaee807ab2b47a1b6060b5ade8411e0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 17012.496319374884,
        "Y": 9101.3133029759229
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "c7f6130429c941c6a72572721c629fb7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 17032.602776413787,
        "Y": 9240.7049768643228
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Z",
        "Id": "75af4b25cbbe4961a09ac435edc6c5f6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 17041.315351930985,
        "Y": 9352.5928329458711
      },
      {
        "ShowGeometry": false,
        "Name": "+",
        "Id": "a05e19e99e1145fe821361c1a6f1b39d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 17257.163326881288,
        "Y": 9010.9660907363213
      },
      {
        "ShowGeometry": false,
        "Name": "Radius in [m]",
        "Id": "b11907042c6d458d8246cbc776b104b0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 16904.699800010287,
        "Y": 8877.72495539486
      },
      {
        "ShowGeometry": false,
        "Name": "Number Slider",
        "Id": "cec96b91b27f43eeb521d083fdbd93d2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 15255.287725865586,
        "Y": 8483.1326588316224
      },
      {
        "ShowGeometry": false,
        "Name": "CentralPoint.ByCoordinates",
        "Id": "e36228c60d7340c7b8c2a63346eb0726",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 17937.451750006585,
        "Y": 8872.5642074552525
      },
      {
        "ShowGeometry": false,
        "Name": "Arc.ByCenterPointRadiusAngle",
        "Id": "11a680ff0dea459eb96358051193d162",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 18444.942961186887,
        "Y": 8880.3773688044512
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "9e130dbe59c14b73a718c3c8db81a7ef",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 18247.838867596485,
        "Y": 8910.1322124928411
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "b7e7e7cf3d654ce39e1ce5319667c8b3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 18244.100592936087,
        "Y": 8993.67458707833
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "88fe6fbd004249c4b4a8d86c63e73d1d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 18754.124687892887,
        "Y": 8943.3716334033616
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.StartPoint",
        "Id": "54da73a4557249979d35f1183f4d89f7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 18747.706414136384,
        "Y": 8780.6387747643712
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "5a76ade5640546baa98ab4fee8d1d559",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 19028.650484357786,
        "Y": 8860.5027534423425
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "426b3de511d24930bab6ab7aaa6cb377",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 19029.909858741787,
        "Y": 8952.5203907045216
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Translate",
        "Id": "a9abd9e953344a1cb4316f9b2a7915af",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 19627.002812762887,
        "Y": 8889.1647563268125
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "fdeb62165a004b8c85f5de928402613b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 19261.652025211388,
        "Y": 9032.9275565535918
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.StartPoint",
        "Id": "9cba38a57f0a4e4fb7f307674e97e402",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 20541.737842018887,
        "Y": 8850.0706433412524
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "67a735e7788f4c2ba90c1ac3d8d9f936",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 20542.027439694586,
        "Y": 9011.5546310697318
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryOfCurve",
        "Id": "58c35b27a18547e9ad6bb5f6f4bdfb2e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 20882.188860979688,
        "Y": 9098.81654805917
      },
      {
        "ShowGeometry": false,
        "Name": "Watch",
        "Id": "a3633c48fbc9442c9c4cd5bdb84a3d8d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 26230.955039946988,
        "Y": 10758.662148887121
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "57d660e5e6254f55853a72d4d76773ce",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 25410.580913659585,
        "Y": 11262.797224174761
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "edbcc97121dc499a87d7de8bbb9202c2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 25619.651000158789,
        "Y": 11049.357186135461
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "1cf3d542873c4a039b7b91a9a5705a3a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 25644.458143738688,
        "Y": 10643.444949038112
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "336e20b90f6f48a38388d41c216cf623",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 25612.585994384484,
        "Y": 11147.433153795551
      },
      {
        "ShowGeometry": false,
        "Name": "<=",
        "Id": "13c66a5770bc48ab8d1c1d78604164df",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 25755.618043967384,
        "Y": 10867.596116222261
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "7c47978eba154f6b84628db39b3d65f2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 25601.889943644084,
        "Y": 10894.642900497591
      },
      {
        "ShowGeometry": false,
        "Name": "If",
        "Id": "d59fbfc953664b89b59d10e8e95491ad",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 26032.611241669285,
        "Y": 10759.124991979952
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "3e6dd6287b3547b3a43b3a06785e266f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 25293.198749997187,
        "Y": 10141.350372959881
      },
      {
        "ShowGeometry": false,
        "Name": "<=",
        "Id": "20b75aedc81849a8a2ae117653d8cd6d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 25429.673355790983,
        "Y": 10080.46759459126
      },
      {
        "ShowGeometry": false,
        "Name": "If",
        "Id": "9ca27167268e412897c03c3d0e7d8309",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 25695.478651688187,
        "Y": 10250.741062081022
      },
      {
        "ShowGeometry": false,
        "Name": "Watch",
        "Id": "70eb1adc97484f9dab1edb79654eadde",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 25893.822449965883,
        "Y": 10250.278218988191
      },
      {
        "ShowGeometry": false,
        "Name": "CamelbackNurveCurve",
        "Id": "bbfeb02d63b2404594f94a0ca2c64bb2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22194.523315511186,
        "Y": 10400.189569873712
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "90d31197970e477e97fd039a73ebdb6e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22754.843660843988,
        "Y": 11890.682478759791
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.ZAxis",
        "Id": "f3184abf3c3e4477b54646df5736cc4d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23292.419903451188,
        "Y": 11505.815163833231
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Rotate",
        "Id": "1f4b1d236c034cda8043cb0a78b205a0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23532.192476912485,
        "Y": 11368.012539089921
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.StartPoint",
        "Id": "c08e32e3549d4f7fb9a3ade7e161b7ee",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23847.571392792885,
        "Y": 11187.769041902462
      },
      {
        "ShowGeometry": false,
        "Name": "List.Reverse",
        "Id": "d7f31a9492aa45b2a3f6d92a5b9ab355",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 24062.699920506286,
        "Y": 11191.622820392551
      },
      {
        "ShowGeometry": false,
        "Name": "List.FirstItem",
        "Id": "13ed09f6ca02484c91a72b2eb3ded9c6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 24235.922009571885,
        "Y": 11198.066287828582
      },
      {
        "ShowGeometry": false,
        "Name": "Boolean question: ",
        "Id": "bc9cf93edb4a4bb185f62356dc237685",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23222.908340582988,
        "Y": 11795.522902063611
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "bb1231a7939e42338afa1325d442061b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23226.369766239386,
        "Y": 11865.480176099962
      },
      {
        "ShowGeometry": false,
        "Name": "If",
        "Id": "5417df258bfe401788d37e54b69e0558",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23438.219451956287,
        "Y": 11833.435255464581
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "24a1546208174725ab73ada90422f1dc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23213.599293513085,
        "Y": 11946.564262903712
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "00a9f9657c6946528b1ffe844437daa9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22719.608500345086,
        "Y": 10767.340474983503
      },
      {
        "ShowGeometry": false,
        "Name": "PolyCurve.ByJoinedCurves",
        "Id": "e3c2b28e34994caa8ea2240c7fd6a60d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23776.697014563986,
        "Y": 9311.2612315104216
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "af36444ff49041bd8f995338f0a47a01",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 25624.85257406559,
        "Y": 11264.335854896392
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "bf84ba23711b4f9a8d01f85c4b2dc2ad",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 24611.658533381087,
        "Y": 9529.079935473932
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "8b22cf8382d0404fb59c7e5410a2f83e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 24966.231390836685,
        "Y": 9517.3967822239028
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "696c1382bfe0455da91f6a14d3364d29",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 24673.561255928587,
        "Y": 9302.3901950816216
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "04898356adc14b269ff9aa059271308f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21780.500549885684,
        "Y": 10120.454704943651
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "0c4bc7629b42410bb37f0acdcb7f864c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21774.843203724486,
        "Y": 10223.229826870691
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Z",
        "Id": "7cc91f93a9d442d48e3dcc83e9fbdf40",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21782.386331939386,
        "Y": 10325.062057770881
      },
      {
        "ShowGeometry": false,
        "Name": "CamelbackTrackGeometryFinal",
        "Id": "e3501da515de47868080a7f7c62e9694",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 24179.260787778287,
        "Y": 9637.6769540008827
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "7679c94017d84d249fe63b38cffada88",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23751.129683728286,
        "Y": 8996.4733632060215
      },
      {
        "ShowGeometry": false,
        "Name": "Horizontal Total Length Climb",
        "Id": "d78f59c624e849488b4ed3bcb637b7c3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 20939.140824149585,
        "Y": 10985.506950574521
      },
      {
        "ShowGeometry": false,
        "Name": "Vertical Total Length Descent",
        "Id": "715b190fe63643ffa8af8840b27cde4c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 20934.214587779887,
        "Y": 11128.61947733222
      },
      {
        "ShowGeometry": false,
        "Name": "Number of Points",
        "Id": "444586f23b7c47c09c86c530ac9f7ee5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21023.206952713685,
        "Y": 11552.925366990161
      },
      {
        "ShowGeometry": false,
        "Name": "Horizontal Total Length Descent",
        "Id": "68034dc68a324e808b8e93f47e2fe6cf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 20933.337567199585,
        "Y": 11056.81723515522
      },
      {
        "ShowGeometry": false,
        "Name": "Vertical Total Length Climb",
        "Id": "1bdd3b058e9e4658a4eb7fc6a4897fa0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 20945.220479146585,
        "Y": 10907.485668462872
      },
      {
        "ShowGeometry": false,
        "Name": "If",
        "Id": "4e13f1316e63400db3bf8fd70a4dcf67",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21409.060069748186,
        "Y": 11404.7080902106
      },
      {
        "ShowGeometry": false,
        "Name": "Boolean",
        "Id": "b175149afbff4ab08ffae0d1fc08a3c0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21021.694999600888,
        "Y": 11296.601240425462
      },
      {
        "ShowGeometry": false,
        "Name": "If",
        "Id": "6519d79dc24d4c1eae5b7635503a1c39",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21428.521214242686,
        "Y": 11206.600828355251
      },
      {
        "ShowGeometry": false,
        "Name": "Boolean",
        "Id": "b1ac60f3aaae483a96d13c36a8cfd7d3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21018.260608831886,
        "Y": 11419.403511435661
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "26c3aade152e4e98a6d4e3d090da7ead",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 27498.414213897689,
        "Y": 9831.03539616919
      },
      {
        "ShowGeometry": false,
        "Name": "GenerateLoop",
        "Id": "0cdf3e7e1f1643b78a3c78c80c7b3083",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 28100.691340505888,
        "Y": 10031.080325282943
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "664cc0b1f55a4f36a213d676928b16e2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 27775.708167238488,
        "Y": 9745.6822249907418
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "8daebc767f60440fa621cffdcb9e194f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 27778.023455516086,
        "Y": 9835.2067050601017
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Z",
        "Id": "9026935f8796483782445bcd67c585eb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 27784.96932034909,
        "Y": 9920.8723713333711
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "50af6d90c058471cb57b3871454ca8ec",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 27781.592118765584,
        "Y": 10058.675675106981
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "c653634d678e404a81f543068052cb9f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 27790.321884565485,
        "Y": 10187.730952995082
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "a6d399b62ff041b59209dfb0ef42596e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 27794.803662394683,
        "Y": 10393.096801721682
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Rotate",
        "Id": "dd8a2bba7c9f459db6bf16975807bc5f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 28558.113089791783,
        "Y": 10170.844090508202
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.ZAxis",
        "Id": "a5353e0a490147b298289970b0cca302",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 28303.742482064386,
        "Y": 10297.278090129283
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "1b7bf4decba34e8fb01017086b95e132",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 28218.129683728286,
        "Y": 10417.473363206022
      },
      {
        "ShowGeometry": false,
        "Name": "List.Join",
        "Id": "ee9fce9d9317475f86b87c1a8f3f4375",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 32735.836944793489,
        "Y": 11725.569672066422
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.Length",
        "Id": "971321ad6bb44c4babbf844a0b3c721e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 33236.104848421986,
        "Y": 11943.653271100431
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "9a42fb859aea434e8b30f873ad9928f2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 31195.798890687787,
        "Y": 11676.399183960322
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "a941b51086c14388964a228bb31a96b1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 32719.696384133385,
        "Y": 12053.463036480862
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "3f113dc2c6ed401e9a6e47220b7be9d3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 32886.927926427983,
        "Y": 11730.066745131671
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "81d8c0f052ff498abf9be3892d226860",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 33324.093907838986,
        "Y": 12121.813454140352
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.PointAtSegmentLength",
        "Id": "dc6330f5c3094928b9763c3c29983f2c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 33748.852622551887,
        "Y": 12081.707447937812
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.ParameterAtPoint",
        "Id": "364c5be8730d435d82471d7ee744f3c4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 33968.729103770784,
        "Y": 11969.182241399853
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.PointAtParameter",
        "Id": "dabd20e747f34d7eaea7d50e17d19fd9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 34212.337717241484,
        "Y": 11849.049998463281
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.SplitByPoints",
        "Id": "a4de4fe91cb44ca1a77ed71d689b98c6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 34474.757610691384,
        "Y": 11795.869861921512
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.SplitByPoints",
        "Id": "98ba0a1c2fc24e56a34f27c64de790db",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 34485.439853757984,
        "Y": 12071.99245836609
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.Length",
        "Id": "e30bd4786cfc4b7c84bc087f5581b2f8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 34955.884944696387,
        "Y": 11770.936483562622
      },
      {
        "ShowGeometry": false,
        "Name": "TrackGeometry",
        "Id": "6fc85922fa3a4392a5b1ece6393f9452",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 31516.585696160888,
        "Y": 11791.4102349577
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "86a5e1065b9d42b09e63aa80df0acbe1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 35204.615730448488,
        "Y": 11797.645059844581
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "d7a15bb5948c47238f79dbc7a106e7ff",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 35596.752187166683,
        "Y": 11489.458327129301
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.PointAtParameter",
        "Id": "6907e5dc009d44d39a1e437074f8d205",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 35793.601189007983,
        "Y": 11519.208316034501
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.PointAtParameter",
        "Id": "f338446892d74c02a31991e6377c9c38",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 35790.294210345484,
        "Y": 11633.350857619962
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.PointAtParameter",
        "Id": "6f85537d966c4bdcb3a835348e637b8c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 35785.400457334086,
        "Y": 11761.838439586281
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "6c4a58dd244a45fea71d1509eb20b2d7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 36040.644867866387,
        "Y": 11692.602064614402
      },
      {
        "ShowGeometry": false,
        "Name": "List.DropItems",
        "Id": "5dde4523682c4d35bbe7710e82691802",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 36202.564016198783,
        "Y": 11521.496014248962
      },
      {
        "ShowGeometry": false,
        "Name": "List.DropItems",
        "Id": "d780c1f63c7f46ceaa3e0bd1363e2ec4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 36196.868422623484,
        "Y": 11798.297658189722
      },
      {
        "ShowGeometry": false,
        "Name": "List.DropItems",
        "Id": "8b4bf60427a8413ba2e00d140d3a2cfe",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 36199.165148131688,
        "Y": 11658.197402185811
      },
      {
        "ShowGeometry": false,
        "Name": "List.Flatten",
        "Id": "ac05dae922294cd2aed1864e02037823",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 36469.709440225786,
        "Y": 11939.851277704842
      },
      {
        "ShowGeometry": false,
        "Name": "List.Flatten",
        "Id": "bccbf2dd044c49cb9c471ee08bced0dc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 36474.829753404883,
        "Y": 12069.159505277901
      },
      {
        "ShowGeometry": false,
        "Name": "List.Flatten",
        "Id": "7c9ced8f42ce4352ad6c8717f09de5ab",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 36470.875342846586,
        "Y": 12192.190230800052
      },
      {
        "ShowGeometry": false,
        "Name": "Line.ByStartPointEndPoint",
        "Id": "27af54f0cabc4d12b67375f249e8020f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 36766.956909300585,
        "Y": 11534.768297225131
      },
      {
        "ShowGeometry": false,
        "Name": "Line.ByStartPointEndPoint",
        "Id": "d03ea1bb6be64ae0a2251d0601c9fb9e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 36743.356683077989,
        "Y": 11682.747146870181
      },
      {
        "ShowGeometry": false,
        "Name": "Line.ByStartPointEndPoint",
        "Id": "6c8cab4e2af34326bb520e46a6588f45",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 36738.01079686459,
        "Y": 11823.922571518762
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.ZAxis",
        "Id": "d87765c5cf794da6ae2f2ae5c30bd204",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 37034.179920048889,
        "Y": 12061.254641072492
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "7d6b7be20e814e5d8129211e86319aa0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 37324.697131404588,
        "Y": 11981.822796536331
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "9adc7298d0f34da2beb887e725f2547f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 37261.545214514488,
        "Y": 11831.859829950652
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "f60c89f12d9d465d90a47015d89a0776",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 37326.761537432983,
        "Y": 12338.368807605992
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "40c1571c50fe419d99e68762f896c20f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 37266.125778091984,
        "Y": 12188.405841020302
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "1134809b48e24ddebcb7f466b05ded07",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 38302.283694569611,
        "Y": 11483.332926745421
      },
      {
        "ShowGeometry": false,
        "Name": "Curve Pipe",
        "Id": "eeca0f4b2f3f452d8b1f28b7dba46a6b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 37435.861282256468,
        "Y": 11834.329557406712
      },
      {
        "ShowGeometry": false,
        "Name": "Color Palette",
        "Id": "da1838675f58401ba1351875e4490caa",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 37502.924252832388,
        "Y": 11953.946728603662
      },
      {
        "ShowGeometry": false,
        "Name": "Curve Pipe",
        "Id": "be004f7a049a4803b58cd162106b0c7b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 37436.625431730783,
        "Y": 12190.875568476371
      },
      {
        "ShowGeometry": false,
        "Name": "Color Palette",
        "Id": "5198b2a370c84be1b78cb68a56d15eff",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 37504.988658860784,
        "Y": 12310.492739673311
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryColor.ByGeometryColor",
        "Id": "874ce69be6f94858a6d4d3bdcb7a0bc0",
        "IsSetAsInput": false,
        "IsSetAsOutput": true,
        "Excluded": false,
        "X": 37672.643318768489,
        "Y": 11832.719124309251
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryColor.ByGeometryColor",
        "Id": "c4886b161358445fadcc73e138c83cc9",
        "IsSetAsInput": false,
        "IsSetAsOutput": true,
        "Excluded": false,
        "X": 37674.707724796885,
        "Y": 12189.265135378912
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryWithColor",
        "Id": "64935f02e00f4dd48d7b2d1c44bc39fe",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 38292.870129294206,
        "Y": 11983.007297556918
      },
      {
        "ShowGeometry": false,
        "Name": "Boolean question: True = non-circular loop, False = circular loop",
        "Id": "1eedcd1c82f54508a9984e06a11aa569",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 27574.197369251284,
        "Y": 10265.745497987013
      },
      {
        "ShowGeometry": false,
        "Name": "Line.ByStartPointDirectionLength",
        "Id": "ae1ff53a01624235be4ddfc6272609aa",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 40456.780420044488,
        "Y": 13178.415624490552
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.XAxis",
        "Id": "49090d9ed4fc4680afbfb6f5a84c9719",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 40239.37104276129,
        "Y": 13670.599511794802
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "9e85708ded40490690fbb33965f2eb91",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 41177.436209820386,
        "Y": 13439.658095450352
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryOfCurve",
        "Id": "c16cc278671f40a28435f50f42f7e83d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 41576.404819946583,
        "Y": 12818.938544586032
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "570940e94124487b8525172f8f13db2b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 41485.058682061586,
        "Y": 13286.315316384482
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "54869456c13e4eca800d6c9dd939f4b7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 41514.222649223484,
        "Y": 13414.859135953231
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Z",
        "Id": "9888fb1e2bc14aa38f5b619782db75be",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 41479.665644000888,
        "Y": 13509.780037480312
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "b649ba3c5f234dbb949a5cfe0135c628",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 41369.141798622484,
        "Y": 13118.202116260611
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "bed0c76b98684acc863e5389dc7f5cf2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42039.001955485488,
        "Y": 12924.738650475952
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "aaab3a82ade6432292e946f36caa172c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 38309.05787223571,
        "Y": 11247.340154677931
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "fc513a6ec6e24e3d8be7a7f57e516959",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 39176.997843257108,
        "Y": 11627.619094379781
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.X",
        "Id": "f76ac347ca0442ad8dd01a57817f32e2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 40545.622561133583,
        "Y": 13625.297660281361
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.Y",
        "Id": "f5c9d324fc4c4d1e9f1edd6ad74ad6f1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 40571.567758354387,
        "Y": 13725.730681781391
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "b61bbee3b6d042a6bf12fbeeabeb46cc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 40770.745929050187,
        "Y": 13613.225827198552
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.Z",
        "Id": "c0a239c5745747799216e02ebbe236fa",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 40562.361398050183,
        "Y": 13832.022296202251
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.ByCoordinates",
        "Id": "06aff2302ffc405f85e3983c5b57ca48",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 41142.080711630289,
        "Y": 13701.212677765512
      },
      {
        "ShowGeometry": false,
        "Name": "Length of straight Segment",
        "Id": "6948f28f7b49413fbe62810ded251557",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 39979.119582523985,
        "Y": 13225.077785999372
      },
      {
        "ShowGeometry": false,
        "Name": "Boolean",
        "Id": "ff6f00c6c41940528cf5b803e189d58c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42723.875884302288,
        "Y": 14110.004020633602
      },
      {
        "ShowGeometry": false,
        "Name": "Line.ByStartPointDirectionLength",
        "Id": "2b8fb078b49c4912aa0d2c6dec7ca1f9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 32381.20392100059,
        "Y": 14198.374168012628
      },
      {
        "ShowGeometry": false,
        "Name": "Length of straight Segment",
        "Id": "ab67d0a941e1491b96a7cfdaedf76c22",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 31903.543083480086,
        "Y": 14245.036329521448
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "a0b0b53582e8449c8a264fda658d8059",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 33101.859710776487,
        "Y": 14459.616638972428
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "4be651174d644a948d1508c7c1c1c6cb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 33293.565299578586,
        "Y": 14138.160659782692
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "b6a6936229b441f0a1c2cfa54456b25e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 33409.482183017688,
        "Y": 14306.273859906558
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "305bd3c50424482dbbc0fe35588a09c1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 33438.646150179586,
        "Y": 14434.817679475309
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Z",
        "Id": "3ff3bd214e6249d3a8513bf9603983bb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 33404.089144956983,
        "Y": 14529.738581002388
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.XAxis",
        "Id": "50d4247d0f4947faa6ad7d32decd7527",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 32163.794543717384,
        "Y": 14690.558055316878
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.X",
        "Id": "c0c0873c913a4c1cb9e52c5221eac69b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 32470.046062089685,
        "Y": 14645.256203803439
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "cb4b8b5473fd4c7498ecad4b8da44da5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 32695.169430006288,
        "Y": 14633.184370720628
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryOfCurve",
        "Id": "b3f67cc72766498f909dcccd43aeae26",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 33500.828320902685,
        "Y": 13838.897088108111
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.Y",
        "Id": "231f01295f4b47e8a495979cec225e79",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 32495.991259310489,
        "Y": 14745.689225303469
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.ByCoordinates",
        "Id": "5cb798602af54ea6857a5467bf8ba9df",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 33066.504212586384,
        "Y": 14721.171221287588
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.Z",
        "Id": "19e47a3efd124ba99f92bf8eb7d552be",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 32486.784899006285,
        "Y": 14851.980839724329
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "9d164d59f8a04fddb6678dde49d1754b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 33964.550402995585,
        "Y": 13945.953467882862
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "414add3ee45f41529af3bbe698307349",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42403.277403955384,
        "Y": 12678.761260315881
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "e60a4ab9db084ca5869e3365219e3e94",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1401.6186271525266,
        "Y": 5724.22901671963
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "8250ffcd400141ecba20a3f995e01887",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1415.5134700579715,
        "Y": 5849.2826028686368
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "082a53b4682848fcac90cfc22fb7ce75",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1000.0,
        "Y": 5870.0
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "bd75562f79cd4882af091f61394126a2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 31813.477752836119,
        "Y": 11521.338178643564
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "729feeb21cbd4a4f900a00e7d1854836",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 46.624513207866585,
        "Y": 508.51516787134648
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.StartPoint",
        "Id": "e3c29ca461a94c61a802f3a709ced111",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 16523.834528757248,
        "Y": 8239.433474274716
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "7cfe125ed22949aaa47429c7acb87850",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 16523.834528757248,
        "Y": 8346.83976060538
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "baf0a3b7e2da4b12b87fc7244cfdc311",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 719.0,
        "Y": 4623.0
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "693b2a3ee537466187d881e0fc578959",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -2160.3130585383583,
        "Y": 3025.8584504635892
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "ff9e9d8d44ce441f83d6eb7f85c52b8a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -1669.3556826440624,
        "Y": 2944.040275949666
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "440372d4dda04988bbe6bae828dc9fbb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -1672.7629143092759,
        "Y": 3054.7753050690949
      },
      {
        "ShowGeometry": false,
        "Name": "+",
        "Id": "a96942101b304118b91fe6d8f7561e7c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -1165.3595057503421,
        "Y": 2929.6490200665166
      },
      {
        "ShowGeometry": false,
        "Name": "/",
        "Id": "f4dc461972794a068f99b9654be795c9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -1360.6298930480016,
        "Y": 2987.8483184502625
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "acb46cdbbe0e4627913a2f515273ddb6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -1658.9209266934272,
        "Y": 3209.149949498556
      },
      {
        "ShowGeometry": false,
        "Name": "Point.ByCoordinates",
        "Id": "14d2833a42d94dc892c11d15df27de6f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -912.61901732625722,
        "Y": 3221.3950159972837
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "af8629080fc14e5d91548c6904da869f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -689.574104517065,
        "Y": 3206.0
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "bfe68587643c43d99c24c3f093643403",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 155.53827401849287,
        "Y": 11712.571398459466
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "54655f1750e44ab99350238c6ed7ea39",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 44449.816458981048,
        "Y": 11921.170200230445
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "2edca4145ddf4357adb3f60ff0356330",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42716.0,
        "Y": 14316.0
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "8eb5477db072496ab7039ebc48e939c5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 45223.190695980426,
        "Y": 11768.640480945012
      },
      {
        "ShowGeometry": false,
        "Name": "List.Flatten",
        "Id": "36d1789d3fe644fe877279f1a1353e20",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 43024.8661998984,
        "Y": 14399.444303975071
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "622cd588f3a54008949a4d5ac060a0f5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42887.691774542829,
        "Y": 14444.960569972181
      },
      {
        "ShowGeometry": false,
        "Name": "List.Flatten",
        "Id": "81d0e4f58b3e44e4886a936dc5aaedda",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42865.500996285657,
        "Y": 12916.312505682681
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "46940494af8444f98f2c3f2b1a7c819b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42635.0,
        "Y": 13040.0
      },
      {
        "ShowGeometry": false,
        "Name": "If",
        "Id": "2f3263debf3343d7b5d31cfa704a7a9d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 583.11346303652158,
        "Y": 2581.1101990339835
      },
      {
        "ShowGeometry": false,
        "Name": "<=",
        "Id": "6d034a87e0454425af918cf9334b1c3e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 346.39214671766217,
        "Y": 2458.0770616601949
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "1966dfd7a4b24a0b8184f46a7978a436",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 175.0,
        "Y": 2549.0
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "f407887fc74e42dbb7c0272720f4602b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 467.59097760525265,
        "Y": 2689.1477444013135
      },
      {
        "ShowGeometry": false,
        "Name": "If: True=Imrov Theater or Musical, False=Opera",
        "Id": "32e8a2baefe043eeba3cbb08ad069020",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -200.22875320431137,
        "Y": 11515.023342145214
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "099d6db6a2c74cba942f49fdd4e4adb6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -405.08869431825906,
        "Y": 11916.551079658979
      },
      {
        "ShowGeometry": false,
        "Name": "If Opera: only 3 stroys",
        "Id": "0cfbed69ff584c6098697ed0b4553f2d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -850.40668125891125,
        "Y": 11888.178118522836
      },
      {
        "ShowGeometry": false,
        "Name": "Original amount of story",
        "Id": "0f126a815f9e4e3788aba5fa52706c4c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -787.53853464441522,
        "Y": 11706.771694751933
      },
      {
        "ShowGeometry": false,
        "Name": "List Create",
        "Id": "68bbf5857a2c471892e9729c255a1755",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 43433.857856010596,
        "Y": 14633.869010717286
      },
      {
        "ShowGeometry": false,
        "Name": "If-Question: Loop or Straight Line ",
        "Id": "948e8d33bb104710866dcda5dece6d57",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 44583.70563482822,
        "Y": 14175.618159588075
      },
      {
        "ShowGeometry": false,
        "Name": "List.Flatten",
        "Id": "0eb6438e2ee14454b5b9c6efd08554a3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 38462.882394111723,
        "Y": 12133.023105881597
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "691b655ab16747b492d913777a61c6a5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 38366.868159528822,
        "Y": 12372.145731173759
      },
      {
        "ShowGeometry": false,
        "Name": "Object.Identity",
        "Id": "912c1c7be2c34bc9aa75056d79f7f1f8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 38439.514915851694,
        "Y": 12547.107723394616
      },
      {
        "ShowGeometry": false,
        "Name": "Sequence",
        "Id": "9575601b5ca64375b8ca983209a31d78",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 43721.014179133555,
        "Y": 14051.7281651997
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "862955070d174757b23265761d388c85",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 43620.87966071695,
        "Y": 14248.041199437539
      },
      {
        "ShowGeometry": false,
        "Name": "List.Count",
        "Id": "2863afd1bc3b4a6985bee97223430fcd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 38697.68671827644,
        "Y": 12373.735010799664
      },
      {
        "ShowGeometry": false,
        "Name": "<",
        "Id": "1c44d7fa123741719bd5dfa581ba9439",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 43965.55726255507,
        "Y": 14321.578257164792
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "f8fa25b0932c423eae4869fb73b9cff6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 43759.448136627929,
        "Y": 14502.324921614751
      },
      {
        "ShowGeometry": false,
        "Name": "Line.ByStartPointEndPoint",
        "Id": "d7ad0c1753b648f3b603af018627859b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42647.903582172694,
        "Y": 14522.545298154182
      },
      {
        "ShowGeometry": false,
        "Name": "Point.ByCoordinates",
        "Id": "4c4d1764cf5f4427b93d56eb37c78207",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42435.317343791525,
        "Y": 14451.530086653105
      },
      {
        "ShowGeometry": false,
        "Name": "Point.ByCoordinates",
        "Id": "12cbd41c383949af9179428872498f00",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42441.494966924358,
        "Y": 14695.246100592554
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "d50e7c92b16b4ee59d9d480b0daf5227",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42251.0,
        "Y": 14745.0
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.SplitByParameter",
        "Id": "c5df1e71d6ab40b384ebd6f0102e25f0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 43004.704866148626,
        "Y": 14526.943482003928
      },
      {
        "ShowGeometry": false,
        "Name": "Sequence",
        "Id": "5cd326a3e38a4fbeb856c649e4c5c3a7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42152.285721147076,
        "Y": 14579.088373262462
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "39a227940a3a41aea2230c7881eeb5d3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 41948.790143127655,
        "Y": 14769.767432399258
      },
      {
        "ShowGeometry": false,
        "Name": "List.Count",
        "Id": "8fb0ec7f5349464ba495bcf6ec2095dc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 43408.354332560419,
        "Y": 14444.176529961082
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "f50476ea5e6440818c5464f8f130f1b3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 41788.0,
        "Y": 14724.0
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "20ff86cdd2b24130974bd50dc481ba5a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 41842.977350291862,
        "Y": 14568.618910967734
      },
      {
        "ShowGeometry": false,
        "Name": "List.Flatten",
        "Id": "833e707644da42488f4a85801e6f7e94",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 43690.87149121429,
        "Y": 14636.253740794791
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "f79f8b3f3a144b0987ae32339db1e296",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 43492.177351730221,
        "Y": 14188.2704466028
      },
      {
        "ShowGeometry": false,
        "Name": "Watch: 1=Improv Theater, 2=Musical, 3=Opera",
        "Id": "877f073851e5473cacdf70f7b3f355ad",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 43355.640250042234,
        "Y": 13986.618390345478
      },
      {
        "ShowGeometry": false,
        "Name": "List.Flatten",
        "Id": "7f28f7e786b040b3b14e1da550dea166",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 45507.072620067556,
        "Y": 11815.11253973907
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "01715295afad4f0e98efed4471e419a7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 44062.970951424562,
        "Y": 13689.262067370371
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "b6e8913b5efd43bc9a0f528bd2b3103f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 44526.41259857377,
        "Y": 13646.092399922449
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "3979947d1b174ab4b95fb1067c9b9953",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 44545.176618579178,
        "Y": 13770.686790139362
      },
      {
        "ShowGeometry": false,
        "Name": "List.FirstItem",
        "Id": "ef2021476fd74d89b792ee6da4495e1d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 44545.2717741961,
        "Y": 13548.234811189413
      },
      {
        "ShowGeometry": false,
        "Name": "If",
        "Id": "837ecc5411c841fc95e282d131e8e542",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 44914.554082790382,
        "Y": 13695.295220013324
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.ZAxis",
        "Id": "939af326d5084c849ea6dbaec8e6e0c5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14118.993675757967,
        "Y": 1401.9898816755506
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "6595c7d2d2b4400a9675f7bc98a17608",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14207.35958802031,
        "Y": 1531.3376327236947
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Rotate",
        "Id": "ad1bd02149aa407ea7b6f7193cbf969b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14352.280015748711,
        "Y": 1311.3248996268408
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "1ee5378f4148436d9c4a800a42950f58",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14544.953514429628,
        "Y": 1522.244428370806
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Translate",
        "Id": "d970bd06c5f5400baded3898d1f3919e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14811.250479301811,
        "Y": 1409.9552304133988
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.Length",
        "Id": "073a50fdc13d4d609a1a608f8f09b6aa",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1475.1484493402179,
        "Y": 1826.2232240172666
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.Length",
        "Id": "072e4f627b11472eb6b053620fffbc47",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1482.0062664607103,
        "Y": 1919.2473254007971
      },
      {
        "ShowGeometry": false,
        "Name": "+",
        "Id": "db3ba5ba351942dfbb40d7e851861f78",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1740.5183994188835,
        "Y": 1859.7568801529285
      },
      {
        "ShowGeometry": false,
        "Name": "Expected number of people per year in Mio.",
        "Id": "c71560142e6a404790e5c05a518d5bf7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -4257.6506880394882,
        "Y": 1647.9706362747895
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "c6f07f8bdfc04e908dbd338cafd57134",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -3843.4038374582578,
        "Y": 1674.5409911034624
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "4058edf1684b4b82a5f98131fb55ef53",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21573.688271153591,
        "Y": 10603.222463020327
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "d5f084c0a7c349fabd0f55b2c8d1bd61",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14617.967173588679,
        "Y": 1650.0109421371071
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Z",
        "Id": "a1653b2c79df4796abe2bc1ed079a086",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 14132.959858214959,
        "Y": 1821.9094859005618
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "21839ff7d9ef4f8c8e41768c1fee0c76",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": -1145.0,
        "Y": 3112.0
      },
      {
        "ShowGeometry": false,
        "Name": "CentralPoint.ByCoordinates",
        "Id": "7bf2f8ebe45f47759e96e7eb70919687",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 46705.894881806686,
        "Y": 14502.836019490391
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "182e688ad8754c80b4102e8ba450b3cb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 45780.939451175022,
        "Y": 14731.585115011061
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "38afe89cb4b447cead169ee7628735bc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 45801.04590821392,
        "Y": 14870.976788899461
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Z",
        "Id": "f8dec4ad52bd4502abb37cd2dbe7b968",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 45809.758483731122,
        "Y": 14982.864644981011
      },
      {
        "ShowGeometry": false,
        "Name": "+",
        "Id": "cb6b424d38c34a889611a93ac8f81753",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 46025.606458681388,
        "Y": 14641.23790277146
      },
      {
        "ShowGeometry": false,
        "Name": "Arc.ByCenterPointRadiusAngle",
        "Id": "d5d1ea0d341241dfa39ad092b9ed8b2f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 47213.386092986992,
        "Y": 14510.649180839591
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "aad06c7b88e74b108f4a978a45bb013d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 47016.28199939659,
        "Y": 14540.404024527979
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "9c723bf4fce54fe788021d7d7f946b2d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 47012.543724736192,
        "Y": 14623.946399113473
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "60b029fa3eda4be287f6e2758ba9e5c8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 47522.567819692988,
        "Y": 14573.643445438502
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.StartPoint",
        "Id": "eb0177156a40402dbead76934723a26d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 47516.149545936489,
        "Y": 14410.910586799511
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "39e4d26787a044f5a05c555c3776ac17",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 47797.093616157887,
        "Y": 14490.774565477481
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "9c7b29c86c474108b3ffded25ff2248f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 47798.352990541891,
        "Y": 14582.79220273966
      },
      {
        "ShowGeometry": false,
        "Name": "Radius in [m]",
        "Id": "7f052ae2912744188c6af7a5bc915acf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 45673.14293181042,
        "Y": 14507.996767430002
      },
      {
        "ShowGeometry": false,
        "Name": "Geometry.Translate",
        "Id": "b33da21ec9aa429ca1cc30b14b3d1e5e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 48395.445944562991,
        "Y": 14519.436568361951
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "282795dbf71a45c0a67c757838ae48b5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 48030.095157011492,
        "Y": 14663.199368588732
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "a275482ee2834352b4adc81172f8c82f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 48875.859456124388,
        "Y": 14855.313060247361
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryOfCurve",
        "Id": "ce1c002788de4f1d97c93dfc64afa011",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 49261.927689892887,
        "Y": 15070.41775278559
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.StartPoint",
        "Id": "4850ff63721d47b89f7d4463160e4b7c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 48845.478451848692,
        "Y": 14976.837077350392
      },
      {
        "ShowGeometry": false,
        "Name": "Line.ByStartPointDirectionLength",
        "Id": "36c7e5519d01480eba7cf041fefee905",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 52088.296157099496,
        "Y": 15053.680831090884
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.YAxis",
        "Id": "ed907713b2144dc38302c906b66be041",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 50970.029761339596,
        "Y": 15332.465414375874
      },
      {
        "ShowGeometry": false,
        "Name": "Length of straight truss in [m]",
        "Id": "206e36a72c054b24b617c6a2b0403279",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 51695.748266603092,
        "Y": 15183.396460598784
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.ByCoordinates",
        "Id": "dbadf60ff9e44f27b79baa1b38a4400e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 51741.822270180695,
        "Y": 15311.064402089803
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.X",
        "Id": "5b992d8de3a847bba7a5e3ce396b86cd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 51145.364119683989,
        "Y": 15235.149384605653
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.Y",
        "Id": "c3787b10f4df476fb1781ce5d66b69f8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 51171.309316904793,
        "Y": 15335.582406105683
      },
      {
        "ShowGeometry": false,
        "Name": "Vector.Z",
        "Id": "97cacdfba6754c20b3450cb046e0aade",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 51162.102956600589,
        "Y": 15441.874020526544
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "a3ea5225fdf14fccb44c08040edfb147",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 51391.031426777692,
        "Y": 15341.938913904563
      },
      {
        "ShowGeometry": false,
        "Name": "GeometryOfCurve",
        "Id": "7fba1fc4bcd34714ae75564c74b92b86",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 52483.583124099794,
        "Y": 15467.190895567903
      },
      {
        "ShowGeometry": false,
        "Name": "Curve.EndPoint",
        "Id": "37f21967f2f44e39a88dcbb7d8b709b8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 52996.973979942195,
        "Y": 15197.734654111784
      },
      {
        "ShowGeometry": false,
        "Name": "with Entrance Building",
        "Id": "f6050c50a1fe4d638765fa0db19eca6a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 17106.244636739648,
        "Y": 2382.4819970048575
      },
      {
        "ShowGeometry": true,
        "Name": "List.Flatten",
        "Id": "4121ca54754246ab9e6acf731668bbce",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 18043.556174608846,
        "Y": 2028.0416832664944
      },
      {
        "ShowGeometry": true,
        "Name": "Solid.ByUnion",
        "Id": "650f30a086344a349f5e66954fbb22f6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 18332.942600082268,
        "Y": 2173.7213593980778
      },
      {
        "ShowGeometry": true,
        "Name": "Mesh.ByGeometry",
        "Id": "5c19c6cdeda845fe84e7c5a73950d974",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 18338.388123959903,
        "Y": 2293.9267879470735
      },
      {
        "ShowGeometry": true,
        "Name": "Mesh.ExportMeshes",
        "Id": "e0df20e6566d470abccec8acfe249ead",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 18780.05789928688,
        "Y": 2240.0795176297534
      },
      {
        "ShowGeometry": true,
        "Name": "File Path",
        "Id": "1d792192ec0c4f11b842f8725be13025",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 18564.363350401796,
        "Y": 2082.4267894908103
      },
      {
        "ShowGeometry": true,
        "Name": "Solid.BySweep",
        "Id": "b10248a412fb4cffb8174d2b4cae32a1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 46469.261813406534,
        "Y": 11537.078123794556
      },
      {
        "ShowGeometry": true,
        "Name": "Code Block",
        "Id": "63a1e0277ef34610b5e2b1cea994ea6e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 46018.65296778654,
        "Y": 11563.496380219731
      },
      {
        "ShowGeometry": true,
        "Name": "Curve.StartPoint",
        "Id": "db37bedd62be41498b036dee6491f42c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 45823.975003338084,
        "Y": 11649.881681498635
      },
      {
        "ShowGeometry": true,
        "Name": "List.FirstItem",
        "Id": "230f7881c8434d07a0a7f23b622a0feb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 46164.486646753583,
        "Y": 11648.122077269969
      },
      {
        "ShowGeometry": true,
        "Name": "Circle.ByCenterPointRadiusNormal",
        "Id": "bd6d7b4d11f74d8a880518bfc9ef67cf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 46169.956744623909,
        "Y": 11472.23372266522
      },
      {
        "ShowGeometry": true,
        "Name": "Curve.TangentAtParameter",
        "Id": "93e739aa95bf466a9075993a7081eeb1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 45838.409520999143,
        "Y": 11404.478840453075
      },
      {
        "ShowGeometry": true,
        "Name": "Code Block",
        "Id": "a7523ffd67594e32a976b7daa4f0d21d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 45563.0,
        "Y": 11479.0
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "5033d86a21e441478cda76a2c79b3e5b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42120.0,
        "Y": 14905.0
      },
      {
        "ShowGeometry": false,
        "Name": "Point.X",
        "Id": "44ce13aa55fc40d787d8be8892b398b8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42325.666366893405,
        "Y": 14931.8894009462
      },
      {
        "ShowGeometry": false,
        "Name": "Code Block",
        "Id": "4f5f25563d474224b5521f61efd79f45",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42529.0,
        "Y": 14917.0
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Y",
        "Id": "96d66f61b757416e921cefd18d494431",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42542.494771458507,
        "Y": 15048.005158582151
      },
      {
        "ShowGeometry": false,
        "Name": "Point.Z",
        "Id": "2348c92ca0274ca0b2119f446a419e9b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42544.864480798016,
        "Y": 15152.272369520559
      },
      {
        "ShowGeometry": false,
        "Name": "Point.ByCoordinates",
        "Id": "55e7d8554979469893ea9fd8b94fc228",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 42817.381054841571,
        "Y": 14861.982975430676
      },
      {
        "ShowGeometry": true,
        "Name": "Without Entrance Building",
        "Id": "ff7dfb7b65c041e88c95bc3a5ac6be11",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 17041.718797033307,
        "Y": 2600.0121660674145
      }
    ],
    "Annotations": [
      {
        "Id": "75f2c58c588e4676bb48952381b0c15f",
        "Title": "acting area geometry",
        "Nodes": [
          "79d5a62c86e64198ac9521b7c2e01403",
          "ddca56033f8346ee85572f6dde6dcc09",
          "c432da54c0584611b151dc6bd105e0c9",
          "726e64b1c2cc4147b63fdf04a726d31b",
          "d69cdd84429c4ee5acc6b16979d4fb16",
          "c3a92814117346edb2193536e895b801",
          "561d63f8489a498592f36e0d27eb27bc",
          "c57c297362844af7a75b99a936e26433",
          "7b787b3ec05541588a10e72f16d740c0",
          "ea6e9628cef44baa93c9650cc970f1da",
          "aa6144c4c8fc4ddf88f979928ff3a596"
        ],
        "Left": 2143.7950371786783,
        "Top": 488.51350451272316,
        "Width": 1461.1206424397105,
        "Height": 454.811335641867,
        "FontSize": 36.0,
        "InitialTop": 541.71350451272315,
        "InitialHeight": 454.01133564186705,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "193362f378d448adbcede49042701b72",
        "Title": "base construction axis",
        "Nodes": [
          "d424f2b74d6144149e2e46520a63005c",
          "256a4a88b26b4f4d89f54f3664f63838",
          "6f5c63f476314c30ae308efc5641ed1f",
          "159dc716767f4439a43155dd4fd0d80f",
          "0636f610bb22479b9a62e077d8297432",
          "91aad56dec544a12a65a125a61ccf81d"
        ],
        "Left": 277.67048107968765,
        "Top": 687.41207731424925,
        "Width": 1424.422051287803,
        "Height": 544.6685655401576,
        "FontSize": 36.0,
        "InitialTop": 740.61207731424929,
        "InitialHeight": 543.86856554015753,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "00861f3d678f4741b961d301fa4df526",
        "Title": "general calculations",
        "Nodes": [
          "0d658cba8e3c4452ad4c8a427dbd9451",
          "4b8c16dab6cd4d0f8d79d2aa1481b8f0"
        ],
        "Left": -214.256222739127,
        "Top": 1025.3614395115399,
        "Width": 705.69109110086811,
        "Height": 146.16925369928012,
        "FontSize": 36.0,
        "InitialTop": 1078.56143951154,
        "InitialHeight": 145.36925369928008,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "88b3a112067e47c4ad23ca8994b1c734",
        "Title": "geometry audience area",
        "Nodes": [
          "b3637fb71531404eb6e3ad2945a7e466",
          "a9241010a0e3445c89befc660a7f0a8b",
          "740ab5f625184eed848aa90da484cf72",
          "d74b7192f09c46b685ad14cfebc16989",
          "5a6a364e275e4b079cae1e751448a963",
          "a3e7430a8e76480788784365860516d8",
          "e618beb1870c4507ab43dbd9e0144363",
          "0757cb2d0bbf4215a12f790588f24bc1",
          "8fac7eae27aa443daaecbb25676eae0a"
        ],
        "Left": 2145.85082745615,
        "Top": 972.96325467625661,
        "Width": 1311.8309612745911,
        "Height": 333.06400481581761,
        "FontSize": 36.0,
        "InitialTop": 1026.1632546762567,
        "InitialHeight": 332.26400481581754,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "f4cb7b7133464322bf8025853c0eb660",
        "Title": "spectators grandstand",
        "Nodes": [
          "a24e86c780d747cea8b00fab98f81428",
          "92400abfc95d49c4a5f8fc558fe8d54d",
          "a5c2e489523241bdb38147a6ab763de1",
          "2b93acc8a1bf47b6b195dcaadc858c3f",
          "07e631a1e9324132bb4b7cae1283d598",
          "5dda7fc59c60409d8923e5cf4efcb907",
          "9f80824772154d7e96ecf65f2a5c0e23",
          "ea58c4ef24774ffa8c67ae42d7f2911f",
          "c4abe33bf35f4243bde2c243af30a7f5",
          "087150cb3b9c4c60a3e93940c53b31f6",
          "e92741f9deab4331b77ed003c9d9a0b2",
          "d84977efdd73456b991fcbbd2238faf1",
          "f2635a6d08e243c994d5bb0abc761fa9",
          "91435e6af1b14b2fb47c66ff6e924da6"
        ],
        "Left": 3728.219423530089,
        "Top": 1128.2687798954057,
        "Width": 2359.6936660106894,
        "Height": 566.4184970292913,
        "FontSize": 36.0,
        "InitialTop": 1181.4687798954058,
        "InitialHeight": 540.01849702929121,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "178a94b82eaa4197bf81e5daf2048dc8",
        "Title": "audience building",
        "Nodes": [
          "176015109aca45b89db29c3854eace56",
          "e5e6e26bf0b3451fbb4d96339d4a7bdc",
          "0fae595a1f864f8f986371c135ec80e9",
          "ebf672110d6d46a697b2e64d5e8937fd",
          "36dfffebb8c74344911da15c1805d871",
          "80ef2d92393d4a60a1f5d45ce511743a",
          "4354d8327d994b6c82afddb6fd0d206d",
          "2fd0499a50f64426a562c4508264a68a",
          "62cbcbe9e8634853aa4951f8dc33fd3e",
          "04edf7f507e44e6fb64ccb8418d834f0",
          "bedd35d3866d46078a104407e08e5758"
        ],
        "Left": 6896.7302715425831,
        "Top": 1107.4228317987915,
        "Width": 1935.7675152254174,
        "Height": 679.15886458431521,
        "FontSize": 36.0,
        "InitialTop": 1160.6228317987916,
        "InitialHeight": 678.35886458431514,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "afb04693a7334d33bf1fa3e92b13c586",
        "Title": "suspended ceiling for lighting equipment",
        "Nodes": [
          "9250838687124b97be173a4e0dfc6199",
          "7eaa44ed59494f0a8f7d29031ea63919",
          "4a88b22632f741bfa30442ad15b7b47c",
          "78c99f6929c9468c9fbbb1182088b0a5",
          "cc59a5860ec0493a8f428b3e58e49bed",
          "036849c758c04a44b5bc37d612ffb4e1",
          "9ed10f3e4676481791d9114e8cabf413",
          "2242b2cdfffd4244b43d9e753fef2ce6",
          "0c4d20579a094c1bbe21e8797aebf920"
        ],
        "Left": 6892.1273735989616,
        "Top": 511.03367232863428,
        "Width": 1475.4087919151611,
        "Height": 498.85616545880873,
        "FontSize": 36.0,
        "InitialTop": 564.23367232863427,
        "InitialHeight": 498.05616545880878,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "c08ffeae3a51476d8819c0c858bef685",
        "Title": "portal",
        "Nodes": [
          "61b69c967f52403082a9511beb12020b",
          "604e8a38cf3d4cc79aa5701f956fffaf",
          "e78ea6d4d87d44efa217cec1dd688a99",
          "711acfa88c064c938703f86f52644ccc",
          "3568a79e4f6547c7a4a9a78eb3f089fb",
          "c6957f51209146fa8a5a40cef2fa6199",
          "fe0dc6ff3fa1474fb8b7139e8ab42959",
          "5e9cb41ceed149fca8cb6d6823a9a27b",
          "87c4e1b60f854598b87c7f29111986dc",
          "32169ed067f84395b1e8f62d984719e3",
          "2692638377ae4d9b9c98a1ffff6c0837",
          "23c9a9aeb96f446396097380b7e467f8",
          "a2403063342342d6b9149d504ed0790e",
          "d9b6291f9b8f4728800130e7c76fc5f7",
          "e779450f85ee47f2a9882239995d727c",
          "7c6bb1e1cc7f451fab25bd1e5c75193d",
          "8bbe994044ce4401858543b925a5e77c",
          "32868fb1cfa24971ad444ac2e1af92a2"
        ],
        "Left": 3726.2675128098472,
        "Top": 517.69832254120649,
        "Width": 2941.5140732542859,
        "Height": 486.02868627355247,
        "FontSize": 36.0,
        "InitialTop": 570.89832254120654,
        "InitialHeight": 485.2286862735524,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "15805812ccc74890a73cacdb8675705a",
        "Title": "stage geometry based on genre ",
        "Nodes": [
          "40b8e3e3a55545d1bf51169cc8a13ffa",
          "bb5d587581624e64bd2786dcb7ea321f",
          "c57936257e0e410cbe32f68c087e477e",
          "a615dde70a904f208117b34e50c40fe4",
          "7b46f3e0014541f38c6a236d485f72bf",
          "e211db4bcdcc4e4f9f969239716a54dc"
        ],
        "Left": 2146.0320656253534,
        "Top": 1332.8748043694468,
        "Width": 1011.4249871209346,
        "Height": 397.36421813290133,
        "FontSize": 36.0,
        "InitialTop": 1386.0748043694468,
        "InitialHeight": 396.56421813290126,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "25b8a607eb8c4bebb920a0bcd985f3a1",
        "Title": "stage tower with overstage",
        "Nodes": [
          "af9b5f7b09ab4368bfed840c62b27526",
          "0599a0099add4d4a8fea59059fe66267",
          "18f504e95ae94bf1b3738b2505b45b82"
        ],
        "Left": 10577.026902732614,
        "Top": 377.14961913969665,
        "Width": 839.83759038589017,
        "Height": 248.19999999999996,
        "FontSize": 36.0,
        "InitialTop": 430.34961913969664,
        "InitialHeight": 231.55428479690408,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "53c8dd1f563241438289310c136b2088",
        "Title": "stage house",
        "Nodes": [
          "51b0b11159b7496f8d12c692e62ac11f",
          "04961c96ee5a4a69a444694e0ac491c2",
          "96e8d0fb2df144608d55a7b98e62e0b4",
          "e136969dfab74bab96f25b25c75660dc",
          "01455f787fbd43aa9fb93123b7134df7",
          "019c72804a9448e4bc821a0b709386be"
        ],
        "Left": 10578.262232124625,
        "Top": 710.02476758933221,
        "Width": 983.83161346998315,
        "Height": 523.702743782929,
        "FontSize": 36.0,
        "InitialTop": 763.22476758933226,
        "InitialHeight": 420.502743782929,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "2f98460b28c343dfa185a0f21246d09c",
        "Title": "volume analysis",
        "Nodes": [
          "5a2d9dbaac344674a457699355ccfaa9",
          "5343f92ef1804625ab0b5edc484cbc3f",
          "d48f653841744d7f9baf2ef3c10243fb"
        ],
        "Left": 9301.45915145861,
        "Top": 855.38457203097119,
        "Width": 380.79999999999893,
        "Height": 334.71369383542958,
        "FontSize": 36.0,
        "InitialTop": 908.58457203097123,
        "InitialHeight": 333.91369383542951,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "af75f2022e62424e843004cea0ea50be",
        "Title": "audience building side wings",
        "Nodes": [
          "337de823c6db4e6f9a40530fff0f4bf8",
          "ec41a69340b7411ba560306d88be3fde",
          "0494ff6a166343a1b40c03262cab5b2f",
          "178f71c08be44a8a8c07016bd27d00b3",
          "29eb0fc5759d4340b2484435b72647fa",
          "28a4749911094916b3017a97fdc165f5",
          "e31b30f3b4fb472590d19e2fe143e081",
          "62795da699ab4d5db13c05c3a3270d91",
          "234f5fc515ac4506b8baa68536028f1f",
          "c08442eb52ac4aa795c9a03fc918bcd8",
          "b75336a50f7740fb8080a6402d8ff030",
          "0c1a09f2917640d481c7ffad0a6216ba",
          "5f2c99fd19b34494916282491f8bfa10"
        ],
        "Left": 10580.3332284892,
        "Top": 1291.9675935257198,
        "Width": 2565.0335610343004,
        "Height": 515.01333333333025,
        "FontSize": 36.0,
        "InitialTop": 1345.16759352572,
        "InitialHeight": 514.21333333333018,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "44ceebb90b1a4a0b9978da347ca8fe5c",
        "Title": "high perfomance criteria",
        "Nodes": [
          "6545e7f2245745a89f94af88fad54cce"
        ],
        "Left": -940.34043687243343,
        "Top": 1200.7260499227111,
        "Width": 305.6,
        "Height": 233.8000000000001,
        "FontSize": 36.0,
        "InitialTop": 1297.1260499227112,
        "InitialHeight": 145.0,
        "TextblockHeight": 86.4,
        "Background": "#FFC1D676"
      },
      {
        "Id": "490121063fff43bda3c5521c9e2bf7dd",
        "Title": "Central axis",
        "Nodes": [
          "cfa11a36ee4643ae9afbb5dabf42b32f",
          "cae921c2614e45fcbe901850fa368b8b",
          "3feb70d2de32402b976c62b8897b3282",
          "9bd70f4c3f98456aa1095809903c2fa1"
        ],
        "Left": -372.275780520692,
        "Top": 3111.1133932553071,
        "Width": 827.51570279021985,
        "Height": 363.01084991607621,
        "FontSize": 36.0,
        "InitialTop": 3164.3133932553069,
        "InitialHeight": 312.12883950446621,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "ae2e41ab317046a1bde0d6b716e2e8ac",
        "Title": "Multiple stories",
        "Nodes": [
          "f4d2baeab101431ca8dddc01200b33f3",
          "230154c5a0c54482a2e7ae386371281b",
          "307447d8013340b2a6651c1fd7be236d",
          "c870627aba9041ac818663ba1b488933"
        ],
        "Left": 2003.2242388674276,
        "Top": 2840.7039810211713,
        "Width": 602.7775377962007,
        "Height": 478.98717286278253,
        "FontSize": 36.0,
        "InitialTop": 2893.9039810211711,
        "InitialHeight": 426.9871728627827,
        "TextblockHeight": 43.2,
        "Background": "#FFFF7BAC"
      },
      {
        "Id": "f6f974888466470cb6b74cab53dd586c",
        "Title": "Creating the slabs",
        "Nodes": [
          "a2e0914b271242abb5bf1bfc1f80dcf9",
          "19baa963ad94439688784bc9642a6b3f",
          "d29f865bfbd9461791fdcb9503d8149a",
          "ededd49b26c647f0a6cfe0de4db984bd"
        ],
        "Left": 2941.0067964419977,
        "Top": 2667.0118928343145,
        "Width": 615.09627711637984,
        "Height": 453.4017796903475,
        "FontSize": 36.0,
        "InitialTop": 2720.2118928343143,
        "InitialHeight": 477.40177969034767,
        "TextblockHeight": 43.2,
        "Background": "#FFBB87C6"
      },
      {
        "Id": "1c0f3f6f0fd94141be886326c7ee1ac0",
        "Title": "Create the axis of  the slab",
        "Nodes": [
          "f68b679d8b7e4d81a295903fee9c6d92",
          "ac6f4ac9f1974c97b3f9ea11f68b6f4c",
          "4f1a937bdbd644da836411b7afe4cc67",
          "5b8ec218156a41eb8332eaacef5442c4",
          "3f5271c2cb03481e9b5af0d56aaa59b4",
          "638fddc4b3c7454fb40eaba2af703b5b",
          "a5745617d4a242f4a7a023fbd51435e7",
          "ff8afc6df4874812a9328629a7ed6b1c",
          "d99ea590a74847048be625467182bdda",
          "b5b32f447cc942b9b292f494737505ed",
          "94ce444f2f3d4c4ebfc6850dc23c85cb",
          "8facb493862649ff91c0f7c3f08caa15"
        ],
        "Left": 469.04786619656807,
        "Top": 2810.2254179772631,
        "Width": 1261.8695534445892,
        "Height": 875.65615413202806,
        "FontSize": 36.0,
        "InitialTop": 2863.4254179772629,
        "InitialHeight": 874.85615413202822,
        "TextblockHeight": 43.2,
        "Background": "#FFFFAA45"
      },
      {
        "Id": "ba1ef7df592d41fabf413023e227bd9d",
        "Title": "Creating the Geometry of the columns",
        "Nodes": [
          "9efa58cc23754e89936fac608c44d0df",
          "198f488718534dad9a42beb16feddc5a",
          "c651e4e020694805b8104a782125e336",
          "405830ff9899474a9bddb1d5edf717d7",
          "89d517decab44daeb323929492b243b1"
        ],
        "Left": 1984.8647322892575,
        "Top": 3707.5289847029444,
        "Width": 938.96038481122048,
        "Height": 419.27979201095388,
        "FontSize": 36.0,
        "InitialTop": 3760.7289847029442,
        "InitialHeight": 418.47979201095404,
        "TextblockHeight": 43.2,
        "Background": "#FF71C6A8"
      },
      {
        "Id": "3ec75dfc7b684177a1a1fdcf9e6313f0",
        "Title": "Points for the columns",
        "Nodes": [
          "ba7dcba9595d4ccaa877eda05b9080ce",
          "f625556eee2c483db6fbccd6adeb4f8c",
          "df4a28f3784b433898573ddd637f6818",
          "24bc796e62a9426e99ba87e1cdfc1db6",
          "cc1a0744ef2249bd8bc527b95474a8cd",
          "c8822b5a327f439ab023762c0c46b7a1",
          "009b8338e91848548cc874b145d93bd8"
        ],
        "Left": 642.08676115041817,
        "Top": 3739.0118259658111,
        "Width": 1154.105914966709,
        "Height": 447.97789614171472,
        "FontSize": 36.0,
        "InitialTop": 3792.2118259658109,
        "InitialHeight": 447.17789614171488,
        "TextblockHeight": 43.2,
        "Background": "#FF848484"
      },
      {
        "Id": "3d838efcb3154e8486625e505767bc14",
        "Title": "Calculating the efficient Slab Area according the peoples number",
        "Nodes": [
          "194864717ad74374adab7379d2e2e74d",
          "e592888edde8418a9ddf0a03686f103d",
          "01c8fca820ee41deaf1bc5ccb88c5e1b",
          "e6f507051178431f97b11c2dd2dbf431",
          "32e00a312a3e434e8522b5c646afe1a5",
          "e8c6646f9c734151a93ea2811662c448",
          "8fc3cf39336345798a6415897f2a15ef"
        ],
        "Left": -963.05847965774683,
        "Top": 4079.9788990608167,
        "Width": 1525.3871793018047,
        "Height": 561.43490023304025,
        "FontSize": 36.0,
        "InitialTop": 4133.1788990608165,
        "InitialHeight": 535.03490023304039,
        "TextblockHeight": 43.2,
        "Background": "#FFD8D8D8"
      },
      {
        "Id": "b230db8d751f4b6891faf13487f90ce3",
        "Title": "HPC 1 calculating the CO2 amount",
        "Nodes": [
          "b3cae805969945d78f3a67bef6dcf086",
          "76f3f316fa7546db8b9d807cbbad590a",
          "c8ecf5ad12fb4de5a604520b785a5560",
          "9018d00671d848f7a9bd1e0f83d911f6",
          "34157665abe84ceeb9dc016331afd410",
          "74c88af18be344cfbce4827636b31585",
          "305b983241824d5082bff96c04eced93",
          "5c2eae33d95f409388a005d454fb3be3",
          "b9f2db68f4b2408a8367ecc731c24d4b",
          "e4dc27b46619468c8fc27e35789b158d",
          "a0a2d3d2bb1e45d99bc40acfeaef5c00",
          "f3e39d2acd0e489e9196b53c731a6b53",
          "de3709a5a19246e3beb35875ff1f95c4",
          "2663faac1e1346849d386fd8f9cdfba5",
          "d81372ee4ff04d14ac86143cf74f2a24",
          "b0acaeff564b4414bfd79cfad37f0017"
        ],
        "Left": 3856.3611662925068,
        "Top": 3303.0777228581551,
        "Width": 2011.4530986743898,
        "Height": 636.27196221485394,
        "FontSize": 36.0,
        "InitialTop": 3356.2777228581549,
        "InitialHeight": 635.4719622148541,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "4431fc462a954813b805060c4c1b2e52",
        "Title": "HPC2 calculating the price of the shell structure",
        "Nodes": [
          "60b9cfd896b64fe2829fe7d8432a999c",
          "bcadabb352394ccc863f53cddd024832",
          "6e64511508b44c92aa85623a66eed4cf",
          "5a477b04d0994453ad66202f38de533b",
          "c9380717788a4cc7a5f21d431ffd15de",
          "d34369a907114e01a1fd2258a2c17615",
          "4eac3dd47b554e7aacf2f2b50cdfadb4",
          "2c61494dbf8b406b987e7f53fc9da928",
          "217d82f6f17246709f5165756f3fd822",
          "b6485b4d84de4ce19e1bcf577646f4ab",
          "4b7a10cfffcb4e399f8153f71d18ebed",
          "8b081917e16442cca3fd80620c1229e5",
          "216b8fec58b54d7d92fa1b8088d07f6e",
          "a8f95cb7e63c430cab0b368aa3a8cd5f",
          "91507a7c195e478b910807638377c5c4",
          "61cb6fe1235e436897b7145fc5785797",
          "c893f230be464cf7b77e87f7e0551731"
        ],
        "Left": 3767.3522523139782,
        "Top": 3992.5839381549722,
        "Width": 2564.5101617454998,
        "Height": 601.05961572046419,
        "FontSize": 36.0,
        "InitialTop": 4045.783938154972,
        "InitialHeight": 600.25961572046435,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "3e562bbe17344207ae29073c44ea6e7a",
        "Title": "Translate the library",
        "Nodes": [
          "30775be1b8ce42108c7f0299c309d1cd",
          "39d4c6e186194c7ea22ca3d052ca70cf",
          "963eb4c04efb4c1089bb93cfcbb9021e"
        ],
        "Left": 6221.1032803005764,
        "Top": 3111.0249323001917,
        "Width": 806.51088207432474,
        "Height": 318.89764172388567,
        "FontSize": 36.0,
        "InitialTop": 3164.2249323001915,
        "InitialHeight": 292.49764172388586,
        "TextblockHeight": 43.2,
        "Background": "#FFFFAA45"
      },
      {
        "Id": "d10260ffd7ea48889c20a3ec9888fd90",
        "Title": "Entrance building",
        "Nodes": [
          "8a39ba86669a4adc8cfc0049fff053e0",
          "90ad7e7bebdf4f53bc83dad53fb3a1a6",
          "1e639109271442889ace56c2c98d3f87",
          "d936b96afe1d4c5ca0ccebb5dd639033",
          "7c89ad3a1e1f49419fac7bb152fb2c12"
        ],
        "Left": 1851.7982015025632,
        "Top": 5628.119887967362,
        "Width": 744.12376856574929,
        "Height": 407.93247104290987,
        "FontSize": 36.0,
        "InitialTop": 5681.3198879673619,
        "InitialHeight": 379.93247104291004,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "c156a200ea2842dc96dea6b9b6b61293",
        "Title": "Camelback",
        "Nodes": [
          "297a42cdc0c14a12a221827a0a6a9f51",
          "0364b0b49a814b3e8dec132be134ca37",
          "bd56eb3ce98b453a883a1171ec3bb321",
          "75ce3ae5d1db4049be9dd391154cbfac",
          "c8ba4116c3a9441b8ac459cfb8b7c7f9",
          "2c33e88b0be04bb88964fb1aa2c7dd27",
          "6a7678a1b6e34a9b9acbbac1804c33cd",
          "8bcd5cb6c1e44bf3b3c320d31a166e17",
          "33d8fc7e173f46ceabaf0bb4309aa4f9",
          "e871da35a07a4707b01d5ff6e1051b91",
          "2f43a3b70b294ab09a525ec08b8738c5",
          "b9c886ca87164c4591831a9fcda09c4e",
          "ddbfe641151246c79851ffb7ec1981ef",
          "3a428dd06ae5460bb06d2eea5ecaaa4d",
          "bfe3fe190f6d4d69b6e17da43b043f2e",
          "542b9c28d1a740fa8906e25d33d83576",
          "60be3ddca9be4b2eb45009d0cd28d6a9",
          "4f6ad4ef1aa34243b457db1e19223a44",
          "41bce52d60594c929a426a616a578427",
          "31e440a6696e499381536ca897ea605c",
          "2bc5dd5e6cf1462f9cb613bee61767d0",
          "68bacdc7f8844a9e9db36f8b8dbc0396",
          "b618867da2c84e95808b05771a381749",
          "daed870544b24b39ab83c4d10d76d0df",
          "3b09956383304f25866ac92989cdd272",
          "37ebc28406984280ba4fbe6d6defbacd",
          "086fec7015894fb4a9e4a5cc40207a6a",
          "83d7c1da62944f7194219bdc2faf0b15",
          "935cbc14355d4d5497dde0abdc7fcfae",
          "7a421c021f7f40fdaa0e128bef8c6624"
        ],
        "Left": 4308.9125589487876,
        "Top": 8932.58362281371,
        "Width": 4200.7573154927986,
        "Height": 2789.974067822091,
        "FontSize": 36.0,
        "InitialTop": 8985.7836228137112,
        "InitialHeight": 2789.1740678220904,
        "TextblockHeight": 43.2,
        "Background": "#FFA4E1FF"
      },
      {
        "Id": "e4c042042a9e43ff9df34d0c8036fab5",
        "Title": "Visible Track Geometry of Roller Coaster",
        "Nodes": [
          "6905ee9e73954b4a9f770676b839f4b2",
          "91ec94461eaf4328bdb640bf84925ed6",
          "3a29f6678bf348289ec4f79c4e4b2e3e",
          "047f0329bb39491594942288ddd65548",
          "6f872fd12fb845fe8844abc8ded5239f"
        ],
        "Left": 14082.012313047686,
        "Top": 11563.261842304551,
        "Width": 423.70108329640095,
        "Height": 661.19725338427054,
        "FontSize": 36.0,
        "InitialTop": 11659.661842304551,
        "InitialHeight": 617.19725338427088,
        "TextblockHeight": 86.4,
        "Background": "#FFC1D676"
      },
      {
        "Id": "7af0aaf8433e4e92918f3fda6c343d88",
        "Title": "Inputparameter first Segment",
        "Nodes": [
          "421cf94a46cb466bb628b77f2b9492fd",
          "c637e1e2e53b48d1b94a6a8c031fbe79",
          "189910be58be4e74a43d4cc579396283",
          "de401d2f7eb549d7b70e01d414120719",
          "6acfd26477224513bc9ca6ba92a2a80e"
        ],
        "Left": 1118.1803350802866,
        "Top": 9749.8125639041409,
        "Width": 606.66741119202993,
        "Height": 647.07819190157136,
        "FontSize": 36.0,
        "InitialTop": 9803.0125639041416,
        "InitialHeight": 646.27819190157061,
        "TextblockHeight": 43.2,
        "Background": "#FFFFC999"
      },
      {
        "Id": "9d10b4d8c3ad4515b98907bc39883d84",
        "Title": "Inputparameter for first Camelback",
        "Nodes": [
          "3eebdc6705524a6eb42af9c0f6f2788c",
          "c09873dfb70b4cfc84fd3b150972560f",
          "748ac958dd0943469fd172b43db44375",
          "ec7f577d0d134216920e82882db6fcfa",
          "7722916301c741ca854d9b84848eb230",
          "18d93eac731d4ee186d1962b8ce6b745",
          "294fcbc33e0a4e6f8aaeaa07520662fa",
          "f28896aac8de420aac8df7b8732281ae",
          "234d43d4b136403284c205a0904eabfb",
          "93845e83f863452990f3220a2d8902a5",
          "bc35426a7671416c818e720a6000a5f7"
        ],
        "Left": 941.04550191693761,
        "Top": 10634.676376155481,
        "Width": 642.38364704310993,
        "Height": 861.58813275332864,
        "FontSize": 36.0,
        "InitialTop": 10687.876376155482,
        "InitialHeight": 885.588132753328,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "ad11f58bc25241b1908319da59483192",
        "Title": "General Inputparameter",
        "Nodes": [
          "ecf51ce079dc483486e24abb6b337f39",
          "f427e1b8f3b742798877149302e27695",
          "87153c179df140d6abdcbcfa86619606",
          "a3073ece8f5b49ce9e38471736f4da28",
          "b086e7d7c2fc43f6aaa1e9f29740676f",
          "02a019d03fd34103b33369b9bd68b543",
          "4e1fea7d6c8c4866a644d5179133eab9",
          "9927cb1bcf874d3aa3d0052a76ddaa2f",
          "22bffd9aa711419d84ea3bebe380bf82"
        ],
        "Left": -218.99692540585329,
        "Top": 12095.111006561961,
        "Width": 386.64550122262028,
        "Height": 1034.4162918709196,
        "FontSize": 36.0,
        "InitialTop": 12148.311006561962,
        "InitialHeight": 1058.4162918709189,
        "TextblockHeight": 43.2,
        "Background": "#FFFFB8D8"
      },
      {
        "Id": "16c785b53d324718a2e81d03623bfb9e",
        "Title": "Quarter Arc",
        "Nodes": [
          "8d03d745f9894b36898f909ac6266c77",
          "983d9c97a0ab49999cdc7795e6f675e1",
          "fa2bbb9e5142428ca678477e0851c3de",
          "58adc26cd32e481398ceb93e35bfcc55",
          "f89a221ab36249918479beb45114c7f5",
          "affd7187d3f44c238c00c969db024b5c",
          "9771344c7fb24119a9c08320cffcc997",
          "12f58ff3e66f4bf189d39b202c178b9f",
          "f1353f9444344ccca86f5611a8bb8a5e",
          "b1e6f277683e4942b998122a25274396",
          "8fbee1bd1eb64cbf910d5223bdff4498",
          "aeec4d9f50ad47b58237d8d5e7172eb1",
          "c4f2fb7fbb244199a7a4ea98832ab1ad",
          "5db4288e87424705ad39346fb97075af",
          "8153501da81d45ee959aac857080fb40"
        ],
        "Left": 9810.42455474953,
        "Top": 8102.8156071353851,
        "Width": 2996.7030127526,
        "Height": 717.754058181498,
        "FontSize": 36.0,
        "InitialTop": 8156.0156071353849,
        "InitialHeight": 716.95405818149811,
        "TextblockHeight": 43.2,
        "Background": "#FFFFB8D8"
      },
      {
        "Id": "c272c31e270a43fbaad1c7e684738403",
        "Title": "First Segment: Exiting the Entrance Building",
        "Nodes": [
          "ca5adbaae989434b877a88839b0a24f5",
          "49f4da332506450080d36662a442d174",
          "83698aff49c9412fad4e4dfbb96a2015",
          "5904719f2910498d9a5197ddc4dc9259",
          "7607632638084cc8941f0e9d42d22f42",
          "560e68c50ab44c32969f3dfdf73ce4a5",
          "f68062da761d42a59e0d6beb382b8ab2",
          "ef9d77119c4b453c8df7dde59202506d"
        ],
        "Left": 2094.7843386407867,
        "Top": 9108.161835660052,
        "Width": 1676.5463295544996,
        "Height": 836.64149289427917,
        "FontSize": 36.0,
        "InitialTop": 9161.3618356600527,
        "InitialHeight": 835.84149289427842,
        "TextblockHeight": 43.2,
        "Background": "#FFFFC999"
      },
      {
        "Id": "4cb248f6f24b4446930f45c297b498b8",
        "Title": "Second Straight Segment",
        "Nodes": [
          "13a66e691d5c4b25ba41b595703cded1",
          "297c2b4c06e545cb826b537927967457",
          "80c9f4d19dd14768bd8176e46091e5f2",
          "7da97453354b4700a8051b72b65b45a5",
          "d81857a3bb1a478088c15a081847dfb8",
          "d0752e635c814a259d0c2e406efd9ce0",
          "e744e92840804cd78117bd01193fa076",
          "eb9c30660075484c8f6070c9089a6906",
          "8faec9996c904336b5bc7aa44622a804"
        ],
        "Left": 14074.009137351586,
        "Top": 8709.5849633033,
        "Width": 1881.5533627602017,
        "Height": 789.71006447702166,
        "FontSize": 36.0,
        "InitialTop": 8762.7849633033,
        "InitialHeight": 558.51006447702093,
        "TextblockHeight": 43.2,
        "Background": "#FFFFC999"
      },
      {
        "Id": "cb677a2fc5c64d739675f4ff2616ffbb",
        "Title": "Quarter Arc",
        "Nodes": [
          "e36228c60d7340c7b8c2a63346eb0726",
          "bbaee807ab2b47a1b6060b5ade8411e0",
          "c7f6130429c941c6a72572721c629fb7",
          "75af4b25cbbe4961a09ac435edc6c5f6",
          "a05e19e99e1145fe821361c1a6f1b39d",
          "11a680ff0dea459eb96358051193d162",
          "9e130dbe59c14b73a718c3c8db81a7ef",
          "b7e7e7cf3d654ce39e1ce5319667c8b3",
          "88fe6fbd004249c4b4a8d86c63e73d1d",
          "54da73a4557249979d35f1183f4d89f7",
          "5a76ade5640546baa98ab4fee8d1d559",
          "426b3de511d24930bab6ab7aaa6cb377",
          "b11907042c6d458d8246cbc776b104b0",
          "a9abd9e953344a1cb4316f9b2a7915af",
          "fdeb62165a004b8c85f5de928402613b"
        ],
        "Left": 16894.699800010287,
        "Top": 8727.43877476437,
        "Width": 2996.7030127526,
        "Height": 717.75405818150068,
        "FontSize": 36.0,
        "InitialTop": 8780.6387747643712,
        "InitialHeight": 716.95405818149993,
        "TextblockHeight": 43.2,
        "Background": "#FFFFB8D8"
      },
      {
        "Id": "22dc76a0f1b942b1b48e95eccd69490f",
        "Title": "Camelback",
        "Nodes": [
          "a3633c48fbc9442c9c4cd5bdb84a3d8d",
          "57d660e5e6254f55853a72d4d76773ce",
          "edbcc97121dc499a87d7de8bbb9202c2",
          "1cf3d542873c4a039b7b91a9a5705a3a",
          "336e20b90f6f48a38388d41c216cf623",
          "13c66a5770bc48ab8d1c1d78604164df",
          "7c47978eba154f6b84628db39b3d65f2",
          "d59fbfc953664b89b59d10e8e95491ad",
          "3e6dd6287b3547b3a43b3a06785e266f",
          "20b75aedc81849a8a2ae117653d8cd6d",
          "9ca27167268e412897c03c3d0e7d8309",
          "70eb1adc97484f9dab1edb79654eadde",
          "bbfeb02d63b2404594f94a0ca2c64bb2",
          "90d31197970e477e97fd039a73ebdb6e",
          "f3184abf3c3e4477b54646df5736cc4d",
          "1f4b1d236c034cda8043cb0a78b205a0",
          "c08e32e3549d4f7fb9a3ade7e161b7ee",
          "d7f31a9492aa45b2a3f6d92a5b9ab355",
          "13ed09f6ca02484c91a72b2eb3ded9c6",
          "bc9cf93edb4a4bb185f62356dc237685",
          "bb1231a7939e42338afa1325d442061b",
          "5417df258bfe401788d37e54b69e0558",
          "24a1546208174725ab73ada90422f1dc",
          "00a9f9657c6946528b1ffe844437daa9",
          "e3c2b28e34994caa8ea2240c7fd6a60d",
          "af36444ff49041bd8f995338f0a47a01",
          "bf84ba23711b4f9a8d01f85c4b2dc2ad",
          "8b22cf8382d0404fb59c7e5410a2f83e",
          "696c1382bfe0455da91f6a14d3364d29",
          "5b671c86672c4b1dae8ec8d140c2d344"
        ],
        "Left": 22184.523315511186,
        "Top": 9249.1901950816209,
        "Width": 4195.6317244358024,
        "Height": 2789.974067822091,
        "FontSize": 36.0,
        "InitialTop": 9302.3901950816216,
        "InitialHeight": 2789.1740678220904,
        "TextblockHeight": 43.2,
        "Background": "#FFA4E1FF"
      },
      {
        "Id": "a96fcbe70b134137a77ba1fe7338289a",
        "Title": "Inputparameter for first Camelback",
        "Nodes": [
          "d78f59c624e849488b4ed3bcb637b7c3",
          "715b190fe63643ffa8af8840b27cde4c",
          "444586f23b7c47c09c86c530ac9f7ee5",
          "68034dc68a324e808b8e93f47e2fe6cf",
          "1bdd3b058e9e4658a4eb7fc6a4897fa0",
          "4e13f1316e63400db3bf8fd70a4dcf67",
          "b175149afbff4ab08ffae0d1fc08a3c0",
          "6519d79dc24d4c1eae5b7635503a1c39",
          "b1ac60f3aaae483a96d13c36a8cfd7d3",
          "7c816cce3be248bf94fe68662c686c12",
          "b74dced9a5c747249954fa12b578912c"
        ],
        "Left": 20923.337567199585,
        "Top": 10854.285668462871,
        "Width": 642.38364704310084,
        "Height": 766.43969852728947,
        "FontSize": 36.0,
        "InitialTop": 10907.485668462872,
        "InitialHeight": 790.43969852728878,
        "TextblockHeight": 43.2,
        "Background": "#FFA4E1FF"
      },
      {
        "Id": "528b1cd117434f01897a30ec6b15c738",
        "Title": "Definition of arc segments",
        "Nodes": [
          "ee9fce9d9317475f86b87c1a8f3f4375",
          "971321ad6bb44c4babbf844a0b3c721e",
          "a941b51086c14388964a228bb31a96b1",
          "3f113dc2c6ed401e9a6e47220b7be9d3",
          "81d8c0f052ff498abf9be3892d226860",
          "dc6330f5c3094928b9763c3c29983f2c",
          "364c5be8730d435d82471d7ee744f3c4",
          "dabd20e747f34d7eaea7d50e17d19fd9",
          "a4de4fe91cb44ca1a77ed71d689b98c6",
          "98ba0a1c2fc24e56a34f27c64de790db"
        ],
        "Left": 32709.696384133385,
        "Top": 11672.369672066421,
        "Width": 1985.7434696245982,
        "Height": 551.64378207393133,
        "FontSize": 36.0,
        "InitialTop": 11725.569672066422,
        "InitialHeight": 541.24378207393056,
        "TextblockHeight": 43.2,
        "Background": "#FFA4E1FF"
      },
      {
        "Id": "97c622c3915547549b672a7351a7fd8a",
        "Title": "Loop: Track Geometry",
        "Nodes": [
          "9a42fb859aea434e8b30f873ad9928f2",
          "6fc85922fa3a4392a5b1ece6393f9452"
        ],
        "Left": 31185.798890687787,
        "Top": 11623.199183960322,
        "Width": 572.78680547310069,
        "Height": 312.01105099737907,
        "FontSize": 36.0,
        "InitialTop": 11676.399183960322,
        "InitialHeight": 260.01105099737833,
        "TextblockHeight": 43.2,
        "Background": "#FFA4E1FF"
      },
      {
        "Id": "6d1bdc98d2004b4893da95dd88f00287",
        "Title": "Definition of the struts",
        "Nodes": [
          "e30bd4786cfc4b7c84bc087f5581b2f8",
          "86a5e1065b9d42b09e63aa80df0acbe1",
          "d7a15bb5948c47238f79dbc7a106e7ff",
          "6907e5dc009d44d39a1e437074f8d205",
          "f338446892d74c02a31991e6377c9c38",
          "6f85537d966c4bdcb3a835348e637b8c",
          "6c4a58dd244a45fea71d1509eb20b2d7",
          "5dde4523682c4d35bbe7710e82691802",
          "d780c1f63c7f46ceaa3e0bd1363e2ec4",
          "8b4bf60427a8413ba2e00d140d3a2cfe",
          "ac05dae922294cd2aed1864e02037823",
          "bccbf2dd044c49cb9c471ee08bced0dc",
          "7c9ced8f42ce4352ad6c8717f09de5ab",
          "27af54f0cabc4d12b67375f249e8020f",
          "d03ea1bb6be64ae0a2251d0601c9fb9e",
          "6c8cab4e2af34326bb520e46a6588f45"
        ],
        "Left": 34945.884944696387,
        "Top": 11436.2583271293,
        "Width": 2034.271964604198,
        "Height": 874.13190367075117,
        "FontSize": 36.0,
        "InitialTop": 11489.458327129301,
        "InitialHeight": 847.7319036707504,
        "TextblockHeight": 43.2,
        "Background": "#FFA4E1FF"
      },
      {
        "Id": "e50eeaee04f84a658734c9c007e10d9b",
        "Title": "Visualization of struts",
        "Nodes": [
          "7d6b7be20e814e5d8129211e86319aa0",
          "9adc7298d0f34da2beb887e725f2547f",
          "eeca0f4b2f3f452d8b1f28b7dba46a6b",
          "da1838675f58401ba1351875e4490caa",
          "874ce69be6f94858a6d4d3bdcb7a0bc0"
        ],
        "Left": 37251.545214514488,
        "Top": 11778.659829950651,
        "Width": 700.69810425400067,
        "Height": 295.76296658567992,
        "FontSize": 36.0,
        "InitialTop": 11831.859829950652,
        "InitialHeight": 294.96296658567917,
        "TextblockHeight": 43.2,
        "Background": "#FFA4E1FF"
      },
      {
        "Id": "8b6f8d9f736d4b4c9d31fdda8923e3bc",
        "Title": "Visualization of arcs",
        "Nodes": [
          "f60c89f12d9d465d90a47015d89a0776",
          "40c1571c50fe419d99e68762f896c20f",
          "be004f7a049a4803b58cd162106b0c7b",
          "5198b2a370c84be1b78cb68a56d15eff",
          "c4886b161358445fadcc73e138c83cc9"
        ],
        "Left": 37256.125778091984,
        "Top": 12135.2058410203,
        "Width": 698.1819467049005,
        "Height": 295.76296658569083,
        "FontSize": 36.0,
        "InitialTop": 12188.405841020302,
        "InitialHeight": 294.96296658569008,
        "TextblockHeight": 43.2,
        "Background": "#FFA4E1FF"
      },
      {
        "Id": "68a3d73e17a1417e87cbc05e69a92d0e",
        "Title": "First Segment: Entering the Opera house",
        "Nodes": [
          "ae1ff53a01624235be4ddfc6272609aa",
          "49090d9ed4fc4680afbfb6f5a84c9719",
          "9e85708ded40490690fbb33965f2eb91",
          "c16cc278671f40a28435f50f42f7e83d",
          "570940e94124487b8525172f8f13db2b",
          "54869456c13e4eca800d6c9dd939f4b7",
          "9888fb1e2bc14aa38f5b619782db75be",
          "b649ba3c5f234dbb949a5cfe0135c628",
          "bed0c76b98684acc863e5389dc7f5cf2"
        ],
        "Left": 40229.37104276129,
        "Top": 12765.738544586031,
        "Width": 1942.0309127241985,
        "Height": 997.46096720877142,
        "FontSize": 36.0,
        "InitialTop": 12818.938544586032,
        "InitialHeight": 996.66096720877067,
        "TextblockHeight": 43.2,
        "Background": "#FFFFC999"
      },
      {
        "Id": "8bae10a3934c4974beb020575a2e6e42",
        "Title": "First Segment: Exiting the Entrance Building",
        "Nodes": [
          "2b8fb078b49c4912aa0d2c6dec7ca1f9",
          "a0b0b53582e8449c8a264fda658d8059",
          "4be651174d644a948d1508c7c1c1c6cb",
          "b6a6936229b441f0a1c2cfa54456b25e",
          "305bd3c50424482dbbc0fe35588a09c1",
          "3ff3bd214e6249d3a8513bf9603983bb",
          "50d4247d0f4947faa6ad7d32decd7527",
          "b3f67cc72766498f909dcccd43aeae26",
          "9d164d59f8a04fddb6678dde49d1754b"
        ],
        "Left": 32153.794543717384,
        "Top": 13785.697088108111,
        "Width": 1943.1558592782008,
        "Height": 997.46096720876778,
        "FontSize": 36.0,
        "InitialTop": 13838.897088108111,
        "InitialHeight": 996.660967208767,
        "TextblockHeight": 43.2,
        "Background": "#FFFFC999"
      },
      {
        "Id": "e60b8fb5535a44ce8d37e23108880c2d",
        "Title": "<Hier klicken, um den Gruppentitel zu bearbeiten>",
        "Nodes": [
          "2f3263debf3343d7b5d31cfa704a7a9d",
          "6d034a87e0454425af918cf9334b1c3e",
          "1966dfd7a4b24a0b8184f46a7978a436",
          "f407887fc74e42dbb7c0272720f4602b"
        ],
        "Left": 165.0,
        "Top": 2361.6770616601948,
        "Width": 555.31346303652163,
        "Height": 420.07068274111873,
        "FontSize": 36.0,
        "InitialTop": 2458.0770616601949,
        "InitialHeight": 376.07068274111862,
        "TextblockHeight": 86.4,
        "Background": "#FFBB87C6"
      },
      {
        "Id": "6bda41b753214a189cb3ee4cace298d2",
        "Title": "If-else question: Adaptation of height of Camelback Climb and Descent",
        "Nodes": [
          "bfe68587643c43d99c24c3f093643403",
          "32e8a2baefe043eeba3cbb08ad069020",
          "099d6db6a2c74cba942f49fdd4e4adb6",
          "0cfbed69ff584c6098697ed0b4553f2d",
          "0f126a815f9e4e3788aba5fa52706c4c"
        ],
        "Left": -860.40668125891125,
        "Top": 11461.823342145213,
        "Width": 1509.1449552774041,
        "Height": 556.92773751376558,
        "FontSize": 36.0,
        "InitialTop": 11515.023342145214,
        "InitialHeight": 546.52773751376481,
        "TextblockHeight": 43.2,
        "Background": "#FFBB87C6"
      },
      {
        "Id": "ee86eff8d3804fcd828805f92dcbada4",
        "Title": "IF: Loop or no Loop",
        "Nodes": [
          "ff6f00c6c41940528cf5b803e189d58c",
          "2edca4145ddf4357adb3f60ff0356330",
          "36d1789d3fe644fe877279f1a1353e20",
          "622cd588f3a54008949a4d5ac060a0f5",
          "68bbf5857a2c471892e9729c255a1755",
          "948e8d33bb104710866dcda5dece6d57",
          "9575601b5ca64375b8ca983209a31d78",
          "862955070d174757b23265761d388c85",
          "1c44d7fa123741719bd5dfa581ba9439",
          "f8fa25b0932c423eae4869fb73b9cff6",
          "d7ad0c1753b648f3b603af018627859b",
          "4c4d1764cf5f4427b93d56eb37c78207",
          "12cbd41c383949af9179428872498f00",
          "d50e7c92b16b4ee59d9d480b0daf5227",
          "c5df1e71d6ab40b384ebd6f0102e25f0",
          "5cd326a3e38a4fbeb856c649e4c5c3a7",
          "39a227940a3a41aea2230c7881eeb5d3",
          "8fb0ec7f5349464ba495bcf6ec2095dc",
          "f50476ea5e6440818c5464f8f130f1b3",
          "20ff86cdd2b24130974bd50dc481ba5a",
          "833e707644da42488f4a85801e6f7e94",
          "f79f8b3f3a144b0987ae32339db1e296",
          "877f073851e5473cacdf70f7b3f355ad"
        ],
        "Left": 41778.0,
        "Top": 13933.418390345478,
        "Width": 3036.5056348282205,
        "Height": 928.94904205378009,
        "FontSize": 36.0,
        "InitialTop": 13986.618390345478,
        "InitialHeight": 928.14904205377934,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "76acb97b60dd4a6fb2c0a152d76d7ef0",
        "Title": "Determining Start Point for next Segment",
        "Nodes": [
          "01715295afad4f0e98efed4471e419a7",
          "b6e8913b5efd43bc9a0f528bd2b3103f",
          "3979947d1b174ab4b95fb1067c9b9953",
          "ef2021476fd74d89b792ee6da4495e1d",
          "837ecc5411c841fc95e282d131e8e542"
        ],
        "Left": 44052.970951424562,
        "Top": 13495.034811189413,
        "Width": 998.78313136582,
        "Height": 368.25197894994892,
        "FontSize": 36.0,
        "InitialTop": 13548.234811189413,
        "InitialHeight": 367.45197894994817,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "77dfe431945143c79a1aae372689c8f2",
        "Title": "Translate the library",
        "Nodes": [
          "d970bd06c5f5400baded3898d1f3919e"
        ],
        "Left": 14801.250479301811,
        "Top": 1313.5552304133987,
        "Width": 274.4,
        "Height": 265.80000000000007,
        "FontSize": 36.0,
        "InitialTop": 1409.9552304133988,
        "InitialHeight": 145.0,
        "TextblockHeight": 86.4,
        "Background": "#FFFFAA45"
      },
      {
        "Id": "cdefa0f951cc48efb3007b8d3e4e253e",
        "Title": "Calculation of total length of the building",
        "Nodes": [
          "073a50fdc13d4d609a1a608f8f09b6aa",
          "072e4f627b11472eb6b053620fffbc47",
          "db3ba5ba351942dfbb40d7e851861f78"
        ],
        "Left": 1465.1484493402179,
        "Top": 1729.8232240172665,
        "Width": 454.16995007866564,
        "Height": 282.02410138353059,
        "FontSize": 36.0,
        "InitialTop": 1826.2232240172666,
        "InitialHeight": 238.02410138353048,
        "TextblockHeight": 86.4,
        "Background": "#FFBB87C6"
      },
      {
        "Id": "8ed6217b001248b78d8d9c3d568037ef",
        "Title": "Expected number of people per year",
        "Nodes": [
          "c71560142e6a404790e5c05a518d5bf7",
          "c6f07f8bdfc04e908dbd338cafd57134"
        ],
        "Left": -4267.6506880394882,
        "Top": 1594.7706362747895,
        "Width": 929.44685058123036,
        "Height": 172.3703548286729,
        "FontSize": 36.0,
        "InitialTop": 1647.9706362747895,
        "InitialHeight": 171.57035482867286,
        "TextblockHeight": 43.2,
        "Background": "#FFFFAA45"
      },
      {
        "Id": "c7f874d94de645418f51e83c2bb756fd",
        "Title": "Loop",
        "Nodes": [
          "26c3aade152e4e98a6d4e3d090da7ead",
          "0cdf3e7e1f1643b78a3c78c80c7b3083",
          "664cc0b1f55a4f36a213d676928b16e2",
          "8daebc767f60440fa621cffdcb9e194f",
          "9026935f8796483782445bcd67c585eb",
          "50af6d90c058471cb57b3871454ca8ec",
          "c653634d678e404a81f543068052cb9f",
          "a6d399b62ff041b59209dfb0ef42596e",
          "dd8a2bba7c9f459db6bf16975807bc5f",
          "a5353e0a490147b298289970b0cca302",
          "1b7bf4decba34e8fb01017086b95e132",
          "1eedcd1c82f54508a9984e06a11aa569"
        ],
        "Left": 27488.414213897689,
        "Top": 9692.4822249907411,
        "Width": 1317.2988758940933,
        "Height": 817.59113821528047,
        "FontSize": 36.0,
        "InitialTop": 9745.6822249907418,
        "InitialHeight": 816.79113821527972,
        "TextblockHeight": 43.2,
        "Background": "#FFE8F7AD"
      },
      {
        "Id": "ff5c90d126a2442fb9afbfab4ca74153",
        "Title": "Determination of StartPoint for Library",
        "Nodes": [
          "693b2a3ee537466187d881e0fc578959",
          "ff9e9d8d44ce441f83d6eb7f85c52b8a",
          "440372d4dda04988bbe6bae828dc9fbb",
          "a96942101b304118b91fe6d8f7561e7c",
          "f4dc461972794a068f99b9654be795c9",
          "acb46cdbbe0e4627913a2f515273ddb6",
          "14d2833a42d94dc892c11d15df27de6f",
          "21839ff7d9ef4f8c8e41768c1fee0c76"
        ],
        "Left": -2170.3130585383583,
        "Top": 2876.4490200665168,
        "Width": 1424.4940412121011,
        "Height": 488.74599593076692,
        "FontSize": 36.0,
        "InitialTop": 2929.6490200665166,
        "InitialHeight": 436.74599593076709,
        "TextblockHeight": 43.2,
        "Background": "#FFBB87C6"
      },
      {
        "Id": "c2185179694f470bac4de6a26ac4a2be",
        "Title": "Inputparameter only for Theater building - Acoustics",
        "Nodes": [
          "c94eca81ae5d4b8c9962ec46d8e65915"
        ],
        "Left": -946.0654979485962,
        "Top": 781.07888419786752,
        "Width": 319.2,
        "Height": 207.40000000000003,
        "FontSize": 36.0,
        "InitialTop": 920.67888419786755,
        "InitialHeight": 145.0,
        "TextblockHeight": 129.6,
        "Background": "#FFC1D676"
      },
      {
        "Id": "28b3a714f67c4f49b85ef6de7be3df7c",
        "Title": "Genre: 1=Imro Theater, 2=Musical, 3=Opera\r\nDetermines the average age of people",
        "Nodes": [
          "3ee5210875344973ba213ab30b0f2022"
        ],
        "Left": -4270.4217636275125,
        "Top": 1794.7358969696577,
        "Width": 319.2,
        "Height": 337.00000000000006,
        "FontSize": 36.0,
        "InitialTop": 2063.9358969696577,
        "InitialHeight": 145.0,
        "TextblockHeight": 259.2,
        "Background": "#FFFFAA45"
      },
      {
        "Id": "963eba8b2b1d464b97cee01a049cddee",
        "Title": "Quarter Arc",
        "Nodes": [
          "7bf2f8ebe45f47759e96e7eb70919687",
          "182e688ad8754c80b4102e8ba450b3cb",
          "38afe89cb4b447cead169ee7628735bc",
          "f8dec4ad52bd4502abb37cd2dbe7b968",
          "cb6b424d38c34a889611a93ac8f81753",
          "d5d1ea0d341241dfa39ad092b9ed8b2f",
          "aad06c7b88e74b108f4a978a45bb013d",
          "9c723bf4fce54fe788021d7d7f946b2d",
          "60b029fa3eda4be287f6e2758ba9e5c8",
          "eb0177156a40402dbead76934723a26d",
          "39e4d26787a044f5a05c555c3776ac17",
          "9c7b29c86c474108b3ffded25ff2248f",
          "7f052ae2912744188c6af7a5bc915acf",
          "b33da21ec9aa429ca1cc30b14b3d1e5e",
          "282795dbf71a45c0a67c757838ae48b5"
        ],
        "Left": 45663.14293181042,
        "Top": 14357.710586799511,
        "Width": 2996.7030127525709,
        "Height": 717.75405818150068,
        "FontSize": 36.0,
        "InitialTop": 14410.910586799511,
        "InitialHeight": 716.95405818149993,
        "TextblockHeight": 43.2,
        "Background": "#FFFFB8D8"
      },
      {
        "Id": "796cc5ee8dae4cf381581125a15a4101",
        "Title": "Second Straight Segment",
        "Nodes": [
          "36c7e5519d01480eba7cf041fefee905",
          "ed907713b2144dc38302c906b66be041",
          "206e36a72c054b24b617c6a2b0403279",
          "dbadf60ff9e44f27b79baa1b38a4400e",
          "5b992d8de3a847bba7a5e3ce396b86cd",
          "c3787b10f4df476fb1781ce5d66b69f8",
          "97cacdfba6754c20b3450cb046e0aade",
          "a3ea5225fdf14fccb44c08040edfb147",
          "7fba1fc4bcd34714ae75564c74b92b86"
        ],
        "Left": 50960.029761339596,
        "Top": 15000.480831090883,
        "Width": 1881.5533627601981,
        "Height": 789.71006447701984,
        "FontSize": 36.0,
        "InitialTop": 15053.680831090884,
        "InitialHeight": 558.51006447701911,
        "TextblockHeight": 43.2,
        "Background": "#FFFFC999"
      },
      {
        "Id": "52e7b4f6a8184670bda2af146e8ce11c",
        "Title": "Export: all Solids",
        "Nodes": [
          "4121ca54754246ab9e6acf731668bbce"
        ],
        "Left": 18033.556174608846,
        "Top": 1931.6416832664943,
        "Width": 205.6,
        "Height": 214.60000000000008,
        "FontSize": 36.0,
        "InitialTop": 2028.0416832664944,
        "InitialHeight": 145.0,
        "TextblockHeight": 86.4,
        "Background": "#FFFFAA45"
      },
      {
        "Id": "bdecf222b8d74adc8eebff6e6a27ecf7",
        "Title": "Save as .dae file",
        "Nodes": [
          "650f30a086344a349f5e66954fbb22f6",
          "5c19c6cdeda845fe84e7c5a73950d974",
          "e0df20e6566d470abccec8acfe249ead",
          "1d792192ec0c4f11b842f8725be13025"
        ],
        "Left": 18322.942600082268,
        "Top": 2029.2267894908102,
        "Width": 672.71529920461182,
        "Height": 408.49999845626331,
        "FontSize": 36.0,
        "InitialTop": 2082.4267894908103,
        "InitialHeight": 385.29999845626327,
        "TextblockHeight": 43.2,
        "Background": "#FFFFAA45"
      },
      {
        "Id": "20b434e9f24a4974aadd53c3b94bfab4",
        "Title": "List with all products",
        "Nodes": [
          "f6050c50a1fe4d638765fa0db19eca6a",
          "ff7dfb7b65c041e88c95bc3a5ac6be11"
        ],
        "Left": 17031.718797033307,
        "Top": 2286.0819970048574,
        "Width": 291.2,
        "Height": 433.73016906255708,
        "FontSize": 36.0,
        "InitialTop": 2382.4819970048575,
        "InitialHeight": 367.330169062557,
        "TextblockHeight": 86.4,
        "Background": "#FFFFAA45"
      },
      {
        "Id": "df42b774cbe74fb29364ac63378b7688",
        "Title": "Inputparameter for Library",
        "Nodes": [
          "ecc3a573df7a4189b5efa19130290360",
          "932600891f554abeb0db18f20b633d37",
          "6456aad377ae46a289be777c1b9f9a5d",
          "ae880bd446734b87b4cb591f2032beb6",
          "88665488aa86414dbd4a2964fa3ef568"
        ],
        "Left": -948.318718777097,
        "Top": 3491.1992076863908,
        "Width": 328.008658442009,
        "Height": 479.01541368584259,
        "FontSize": 36.0,
        "InitialTop": 3587.5992076863909,
        "InitialHeight": 412.6154136858425,
        "TextblockHeight": 86.4,
        "Background": "#FFFFC999"
      },
      {
        "Id": "3c331c95cb3c43eb94f2430561cdabd2",
        "Title": "Create Solides for Roller Coaster",
        "Nodes": [
          "7f28f7e786b040b3b14e1da550dea166",
          "b10248a412fb4cffb8174d2b4cae32a1",
          "63a1e0277ef34610b5e2b1cea994ea6e",
          "db37bedd62be41498b036dee6491f42c",
          "230f7881c8434d07a0a7f23b622a0feb",
          "bd6d7b4d11f74d8a880518bfc9ef67cf",
          "93e739aa95bf466a9075993a7081eeb1",
          "a7523ffd67594e32a976b7daa4f0d21d"
        ],
        "Left": 45497.072620067556,
        "Top": 11351.278840453075,
        "Width": 1169.389193338978,
        "Height": 582.033699285995,
        "FontSize": 36.0,
        "InitialTop": 11404.478840453075,
        "InitialHeight": 558.83369928599427,
        "TextblockHeight": 43.2,
        "Background": "#FFC1D676"
      },
      {
        "Id": "93845e83f863452990f3220a2d8902a5",
        "Title": "True: same Length for Climb and Descent, False: different Length for Climb and Descent",
        "Nodes": [],
        "Left": 1043.4274944424533,
        "Top": 11026.305353643625,
        "Width": 0.0,
        "Height": 0.0,
        "FontSize": 36.0,
        "InitialTop": 0.0,
        "InitialHeight": 0.0,
        "TextblockHeight": 0.0,
        "Background": "#FFC1D676"
      },
      {
        "Id": "bc35426a7671416c818e720a6000a5f7",
        "Title": "True: same Height for Climb and Descent, False: different Height for Climb and Descent",
        "Nodes": [],
        "Left": 1039.2098209854421,
        "Top": 11149.89090734184,
        "Width": 0.0,
        "Height": 0.0,
        "FontSize": 36.0,
        "InitialTop": 0.0,
        "InitialHeight": 0.0,
        "TextblockHeight": 0.0,
        "Background": "#FFC1D676"
      },
      {
        "Id": "7a421c021f7f40fdaa0e128bef8c6624",
        "Title": "True: Camelback, False: Loop",
        "Nodes": [],
        "Left": 5348.91876026368,
        "Top": 11442.691119846702,
        "Width": 0.0,
        "Height": 0.0,
        "FontSize": 36.0,
        "InitialTop": 0.0,
        "InitialHeight": 0.0,
        "TextblockHeight": 0.0,
        "Background": "#FFC1D676"
      },
      {
        "Id": "5b671c86672c4b1dae8ec8d140c2d344",
        "Title": "True: Camelback, False: Loop",
        "Nodes": [],
        "Left": 23225.803925769091,
        "Top": 11759.297692114615,
        "Width": 0.0,
        "Height": 0.0,
        "FontSize": 36.0,
        "InitialTop": 0.0,
        "InitialHeight": 0.0,
        "TextblockHeight": 0.0,
        "Background": "#FFC1D676"
      },
      {
        "Id": "7c816cce3be248bf94fe68662c686c12",
        "Title": "True: same Length for Climb and Descent, False: different Length for Climb and Descent",
        "Nodes": [],
        "Left": 21025.719559725105,
        "Top": 11245.914645951018,
        "Width": 0.0,
        "Height": 0.0,
        "FontSize": 36.0,
        "InitialTop": 0.0,
        "InitialHeight": 0.0,
        "TextblockHeight": 0.0,
        "Background": "#FFC1D676"
      },
      {
        "Id": "b74dced9a5c747249954fa12b578912c",
        "Title": "True: same Height for Climb and Descent, False: different Height for Climb and Descent",
        "Nodes": [],
        "Left": 21021.501886268092,
        "Top": 11369.500199649232,
        "Width": 0.0,
        "Height": 0.0,
        "FontSize": 36.0,
        "InitialTop": 0.0,
        "InitialHeight": 0.0,
        "TextblockHeight": 0.0,
        "Background": "#FFC1D676"
      }
    ],
    "X": -27699.445861546596,
    "Y": -6927.3826649625571,
    "Zoom": 0.61260967373909092
  }
}