{
  "Uuid": "72d54d49-d85b-463a-8c4d-8fc44c773754",
  "IsCustomNode": false,
  "Description": "",
  "Name": "Combined3D",
  "ElementResolver": {
    "ResolutionMap": {
      "Math": {
        "Key": "DSCore.Math",
        "Value": "DSCoreNodes.dll"
      },
      "List": {
        "Key": "List",
        "Value": "BuiltIn.ds"
      }
    }
  },
  "Inputs": [],
  "Outputs": [],
  "Nodes": [
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "e925b57981204d2a8349fb2bab8ace39",
      "Inputs": [
        {
          "Id": "c1b4cd491b90490da76bccb6fe850612",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b6a464d08a864543afd995c2ce96408d",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "887c8a2921f441259f061bd1697bd6df",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cbfd773b572d408895158992fc3855a0",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "cad0fa9e769b4c6eaa99c15f59dd2f0c",
      "Inputs": [
        {
          "Id": "d9fb7b2e8d064a7e87bba2a7579e1cd5",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "13a061094fa040238f1df49e69e04171",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bd8df34ef2f3495eb6c59a53e9756628",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "183c13bf958e4a20b97cab0d63da0bf0",
          "Name": "Vector",
          "Description": "Vector created by coordinates",
          "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.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "5906e9a4b32b43bd8592c75389ea83e6",
      "Inputs": [
        {
          "Id": "26b233e0747540888fe19cc513710d18",
          "Name": "startPoint",
          "Description": "Line start point\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "40dd5eb66c4743008ec6dca640b95bf7",
          "Name": "endPoint",
          "Description": "Line end point\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6e598fe4186145928986409dc8c60451",
          "Name": "Line",
          "Description": "Line from start and end point",
          "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@Autodesk.DesignScript.Geometry.Vector",
      "Id": "d71f55205a784308b7762515d30855a6",
      "Inputs": [
        {
          "Id": "9400de3e313d4430890ea9263f6d0ea6",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b97949d3f30346c59ca4db4f7e2a68a9",
          "Name": "direction",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5e0b386ccbfb4d9ebbcb87a40edfc559",
          "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": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 226.0,
      "MinimumValue": 50.0,
      "StepValue": 10.0,
      "InputValue": 180.0,
      "Id": "687cf644de004e1db06d910517dae01b",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "77a2e0bc930d487f968f0971ca53fe4b",
          "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": 30.0,
      "MinimumValue": 10.0,
      "StepValue": 0.1,
      "InputValue": 10.0,
      "Id": "ec8c8c79d31b4f03bf672196407f4d65",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "164f18c1478944c48c53c4c83d685456",
          "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": 10.0,
      "MinimumValue": 2.5,
      "StepValue": 0.1,
      "InputValue": 10.0,
      "Id": "31699a6817bb4277873876745910ab01",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "cbcd5dc7a1f441079bd347a7f4eb51c3",
          "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": "6f9b1fe9f44f4d7a95a833cc130e3f43",
      "Inputs": [
        {
          "Id": "81f65665e03c42bab84fbe6a7a238caf",
          "Name": "line",
          "Description": "Autodesk.DesignScript.Geometry.Line",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "145af472beb74b3bb9d8d36f675da0ab",
          "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": "2cf85cc33b244443a04f344ac6d67f46",
      "Inputs": [
        {
          "Id": "ef83c659a2ae48dc9ee7dcfbaf4d96df",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1a61a7cbfd4f491381c72621d849311b",
          "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.Cross@Autodesk.DesignScript.Geometry.Vector",
      "Id": "96721c50129d4bacb786d28e847e13a0",
      "Inputs": [
        {
          "Id": "93627b2fb56d4b19b25f81083dca0d6a",
          "Name": "vector",
          "Description": "Autodesk.DesignScript.Geometry.Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9cce8d8490714ded9dde91eae0fc8176",
          "Name": "cross",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "00866b7eee8441b39869c06c3aaa4781",
          "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": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ZAxis",
      "Id": "79867306c32b4980a99ab9807de66e69",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "b8bcff90f97945e387e393262d61ba6e",
          "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": "CoreNodeModels.Formula, CoreNodeModels",
      "Formula": "bWidth/2",
      "NodeType": "FormulaNode",
      "Id": "5ebb6162fda440b1a198b8a9a537dc85",
      "Inputs": [
        {
          "Id": "dd443763c013433aa9e1f87564153685",
          "Name": "bwidth",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "78987dca8c9944c0ad9f8df101769ff9",
          "Name": "",
          "Description": "Result from formula",
          "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": "ae1554eb86db473f983f547189c45811",
      "Inputs": [
        {
          "Id": "5ae6d32fdcef4c5a90745b6703cc777e",
          "Name": "x",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1c51e1630f7f49588abe85ccacb7ef06",
          "Name": "",
          "Description": "Result from formula",
          "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": "cb3727f3088b474dba1b7d27e4181a5a",
      "Inputs": [
        {
          "Id": "777e078bb7a443df995c8bcf0cf8bf0d",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3db2092beb154c3abd6c118a917a3419",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5408638de0824f8ea1cec2a6daec8f92",
          "Name": "list",
          "Description": "A list (type: var[]..[])",
          "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.Geometry.Translate@Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "fb1c8b85e8df42cab55dc331a49cd08d",
      "Inputs": [
        {
          "Id": "babe9cb7e1484c229d1f4bec3b470de9",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0bb19014664846d1a8874cbe4b3b76f7",
          "Name": "direction",
          "Description": "Displacement direction.\n\nVector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8c60100d10f24b568074f1a98154a453",
          "Name": "distance",
          "Description": "Displacement distance along given direction.\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "729603a4ea774c33873199bf59a9053d",
          "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": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 0.15,
      "MinimumValue": 0.1,
      "StepValue": 0.001,
      "InputValue": 0.15,
      "Id": "c59413f472fd4c0b93fb306daf218d27",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "11e57667ec9547c5a31d86f2fc4c44f7",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "A slider that produces numeric values."
    },
    {
      "ConcreteType": "CoreNodeModels.Formula, CoreNodeModels",
      "Formula": "blength*ratio",
      "NodeType": "FormulaNode",
      "Id": "79e7e433a77946879f15834a34ecc6ce",
      "Inputs": [
        {
          "Id": "1861de83180347a09f8d4d5df9cb8a25",
          "Name": "blength",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0498febf29484e2cad88a093d203a57d",
          "Name": "ratio",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "69e425be32e640369dc0b697ca2d1e5b",
          "Name": "",
          "Description": "Result from formula",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Evaluates mathematical formulas. Uses NCalc: http://ncalc.codeplex.com/"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "/@var[]..[],var[]..[]",
      "Id": "f567fc8bab9f4a78b37b989c3e56736e",
      "Inputs": [
        {
          "Id": "75a7111f4dd14047aa410e291ac20672",
          "Name": "x",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7c4524007f3940e09b9883b476a9e142",
          "Name": "y",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "274c3475aa4543f68cd5124b7451b6d7",
          "Name": "double",
          "Description": "Result of division",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns division of x over y\n\n/ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "%@var[]..[],var[]..[]",
      "Id": "24f62bf8a1bd42f2a0a95ed21ee53f8b",
      "Inputs": [
        {
          "Id": "e91e37a4fd114e0195049c525b6c6277",
          "Name": "x",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6d47e12cb16e4757a5fccb56e80579fb",
          "Name": "y",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bd7f0679b203412a81932fc67a4e1497",
          "Name": "number",
          "Description": "Remainder of the x input after being divided by the y input",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Modulo: 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": "e92a8e93bf084f9ebbd2eeb23f6a36e0",
      "Inputs": [
        {
          "Id": "5e093965feb64006a00b33371622f0cf",
          "Name": "x",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fdd40c4edd444eb6a7dd540dc521f0d3",
          "Name": "y",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ae63034281b54af385540986d49b70bf",
          "Name": "double",
          "Description": "Result of division",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns division of x over y\n\n/ (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleInput, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "InputValue": 2.0,
      "Id": "68044776efbe41799366c383eddee56f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "432a273d5b954c3ba48318793183562c",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Creates a number."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.Math.Ceiling@double",
      "Id": "c0070bbe5cfc4f67b13d174c045fd0af",
      "Inputs": [
        {
          "Id": "3b3c44dd491443b2a6a6295ff2814cf1",
          "Name": "number",
          "Description": "Number to round up.\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5ce2abea34a2490d8020a65e2f0aea19",
          "Name": "int",
          "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": "CoreNodeModels.Sequence, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "c7e484452e594cf8bc248bc7e01b8810",
      "Inputs": [
        {
          "Id": "5912fcc283a64448ba80fc7b9954e445",
          "Name": "start",
          "Description": "Number or letter to start the sequence at\r\nDefault value: 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7f253635526f4ca0a4f113684daeb7fa",
          "Name": "amount",
          "Description": "Amount of numbers or letters in the sequence\r\nDefault value: 10",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c6cd51d6e13249e787a27e612650ee32",
          "Name": "step",
          "Description": "Space between numbers or letters\r\nDefault value: 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "37961801e2034839bc811c0aa599a9d6",
          "Name": "list",
          "Description": "New list of type: var[]..[]",
          "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": "7ac438dd8af446fc88e5f250b4212207",
      "Inputs": [
        {
          "Id": "b2a88babb33542bd8508b94281337ce0",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f8cedd28105c45a8842483d3eeec814a",
          "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": "f5cbf16c17e14ebdacf3c70071d73f96",
          "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": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "b3eac23b8bab40c4ae4d19eb83c995bc",
      "Inputs": [
        {
          "Id": "d823cb203938497784ea1019740ead1e",
          "Name": "",
          "Description": "Node to show output from",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "40661ea983d64250abd8186073db3ac4",
          "Name": "",
          "Description": "Node output",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the node's output"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Transpose@var[]..[]",
      "Id": "e6dd5f2dca7f43e8a9dae5f4240197e6",
      "Inputs": [
        {
          "Id": "47793366c0f243329243faa14e9a2237",
          "Name": "lists",
          "Description": "List of lists to be transposed\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "feba552cbfec4caaa646e25e487a545f",
          "Name": "lists",
          "Description": "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": "Autodesk.DesignScript.Geometry.PolyCurve.ByPoints@Autodesk.DesignScript.Geometry.Point[],bool",
      "Id": "706ce8105c7b47f19c9df9a23c68f7bc",
      "Inputs": [
        {
          "Id": "5b7f2c973a46406887266b919b130594",
          "Name": "points",
          "Description": "Points to make polycurve\n\nPoint[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a51836f1bf064041b8afe576db6f66f4",
          "Name": "connectLastToFirst",
          "Description": "True to connect last point to first point, false to leave open\n\nbool\nDefault value : false",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a8d328b428574b63a5b631c1a602480c",
          "Name": "PolyCurve",
          "Description": "Polycurve created by points",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "CrossProduct",
      "Description": "Make PolyCurve by connecting points. Set the 'connectLastToFirst' input to true to close the PolyCurve.\n\nPolyCurve.ByPoints (points: Point[], connectLastToFirst: bool = false): PolyCurve"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 0.25,
      "MinimumValue": 0.15,
      "StepValue": 0.001,
      "InputValue": 0.25,
      "Id": "1535f16820874c75909b71714e423d29",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "de4b9df9528c4518a0d424418a831f76",
          "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": 23.0,
      "MinimumValue": -17.6,
      "StepValue": 0.1,
      "InputValue": -15.000000000000002,
      "Id": "65022089093f400ea0195cd4653b4e67",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "670e03455d2b4661bdf54c20c6889be0",
          "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.Deconstruct@var[]..[]",
      "Id": "0575a7ca3e0f4e48b1773e5577e3d277",
      "Inputs": [
        {
          "Id": "47f2d3e707d348df9055eaddf8fa8163",
          "Name": "list",
          "Description": "List to be split.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "89732a4981974dabab9d21129f2e4062",
          "Name": "first",
          "Description": "First item in the list (type: var[]..[])",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a7af961f48674a3fade823a61dca38ae",
          "Name": "rest",
          "Description": "Rest of the list (type: var[]..[])",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Given a list, produces the first item in the list, and a new list containing all items except the first.\n\nList.Deconstruct (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.Reverse",
      "Id": "67ca1c272b7d42c5a6fb0db740d6111a",
      "Inputs": [
        {
          "Id": "4fbfd6e172bb4c86b6e85ef3c3786b36",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7fe73cd25a1f4513962672511b9e949e",
          "Name": "Curve",
          "Description": "A new Curve with the opposite direction",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Reverse the direction of the curve\n\nCurve.Reverse ( ): Curve"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "f9b1282edf8242e69f049bb6789481ec",
      "Inputs": [
        {
          "Id": "be1b5744cf434d61b0f3d4acbdc01fcd",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8af548a5a51146b79c108c6173cf1b0a",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "69651d754b7b48f0a0c0313eb793a774",
          "Name": "list",
          "Description": "A list (type: var[]..[])",
          "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": "493c19b356ce4fe7ba7f10a005428b22",
      "Inputs": [
        {
          "Id": "31db1e7918e34436b588c8e78151bfce",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5fa1df5458274dec899fa01fd9c338b1",
          "Name": "amount",
          "Description": "Layers of list nesting to remove (-1 will remove all list nestings)\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "224537df31444970a82e36262c9b7b22",
          "Name": "list",
          "Description": "Flattened list by amount",
          "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[]..[], amount: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.CoordinateSystemAtParameter@double",
      "Id": "dfcbb221b20c4d94a2bd92c8d7ce86d5",
      "Inputs": [
        {
          "Id": "a6de494be39b437a9cdaa1354b66a116",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "123e7fa9b77b4daeb0b057a4dd3bb215",
          "Name": "param",
          "Description": "The parameter at which to evaluate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "93caa52c680946248abd2dff6637e06f",
          "Name": "CoordinateSystem",
          "Description": "CoordinateSystem at parameter of curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get a CoordinateSystem with origin at the point at the given parameter. The XAxis is aligned with the curve normal, the YAxis is aligned with the curve tangent at this point, and the ZAxis is aligned with the up-vector or binormal at this point\n\nCurve.CoordinateSystemAtParameter (param: double = 0): CoordinateSystem"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleInput, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "InputValue": 0.5,
      "Id": "ace04bf30a744bbbba72be2ae4dc3f37",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "db24ce81ea1c407382533a5d4aa8b7d9",
          "Name": "",
          "Description": "Double",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Creates a number."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.CoordinateSystem.YZPlane",
      "Id": "945add6c4d61466ab6187b032a5f2967",
      "Inputs": [
        {
          "Id": "bc5bfcf595c94217804d710e5ec4bb88",
          "Name": "coordinateSystem",
          "Description": "Autodesk.DesignScript.Geometry.CoordinateSystem",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "917a6e868fcf4f0fbd6a81f514b16a79",
          "Name": "Plane",
          "Description": "Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the Plane the Y and Z axes lie in, with root at the origin.\n\nCoordinateSystem.YZPlane: Plane"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Plane.Origin",
      "Id": "c2a7b81f8ab14c83904f6970546ea43d",
      "Inputs": [
        {
          "Id": "11b75fcb054c4b1392773db6ffe57203",
          "Name": "plane",
          "Description": "Autodesk.DesignScript.Geometry.Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fd526334f8424a2882d960abb8936afe",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the origin of the Plane.\n\nPlane.Origin: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Plane.XAxis",
      "Id": "9cfdad6bd3824ee3b66144901b75cde6",
      "Inputs": [
        {
          "Id": "6c457e28e46c4feb8897be50333604f5",
          "Name": "plane",
          "Description": "Autodesk.DesignScript.Geometry.Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "369c7e5b7e344c25b53b51442247854f",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "The X basis of the Plane\n\nPlane.XAxis: 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": "c6e45e8fdbc145eeb4f57f282172fb4e",
      "Inputs": [
        {
          "Id": "a4dea83203d343fab47c1c951bea1e54",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fbc8051327b849aa8df23d5f1e142e7e",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d973482b72e9404f86d44b67fd4ffad3",
          "Name": "axis",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8e5ac32506ca4bc093e76be0bd1f6e23",
          "Name": "degrees",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9aa964c2db75427f85f5254aa702fd0a",
          "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": "blength*ratio;",
      "Id": "51545619a83247e3a4b8dcb8cd9ea9c5",
      "Inputs": [
        {
          "Id": "fed93a78c65942e780fa7762d5c13319",
          "Name": "blength",
          "Description": "blength",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a4ada10f9e59465fa3fd23eb556c8ed3",
          "Name": "ratio",
          "Description": "ratio",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e53bafc2591841d0b7c8a289693960ae",
          "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": "[-elev, H, -elev];",
      "Id": "b5fdf9ff985c4067a7f7d591deaccfc7",
      "Inputs": [
        {
          "Id": "d2db692122d24c259d1ba8f5c7ef6b94",
          "Name": "elev",
          "Description": "elev",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "162d4d23828d420e9554afac4125d030",
          "Name": "H",
          "Description": "H",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ff9eb5bf148d490180eefb3261a483b1",
          "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.PointAtParameter@double",
      "Id": "9ce38fa72d5b413489f95d186cd36124",
      "Inputs": [
        {
          "Id": "dbb5f0377e664e70aa834a3fc7e2946b",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ca0314af6db04af2b1fa1dfabeaff99d",
          "Name": "param",
          "Description": "The parameter at which to evaluate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cd77d9f1b0e24d2cb0f2a28451669222",
          "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": "[0,0.5,1];",
      "Id": "38cb4e04f1d04f72ad7fe40029b4bf7a",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "414df87695fd4dfa9167a6157a4fb5f4",
          "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@Autodesk.DesignScript.Geometry.Vector",
      "Id": "9f45bfad129c43caad6f00a69afafbfe",
      "Inputs": [
        {
          "Id": "169fb5e5f51d46b5bcdfbfc750283618",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8600943d8a60458b84d924594f8e61a4",
          "Name": "direction",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8263f45a85004cab8aef50e8fef64cc8",
          "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.Vector.ByCoordinates@double,double,double",
      "Id": "818de58b462b4d88ae658cad1ebefc70",
      "Inputs": [
        {
          "Id": "b95e3f0317c8401d8c649526b19429ea",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cf7d1e8f2d8c414682194bb504ae56e3",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2999bbde29974a079652b2c5660a2290",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cac99c110cb14a05afcaa8c7aa57c467",
          "Name": "Vector",
          "Description": "Vector created by coordinates",
          "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.Arc.ByBestFitThroughPoints@Autodesk.DesignScript.Geometry.Point[]",
      "Id": "d671d401746941daa2cb4dacf0bbd3d3",
      "Inputs": [
        {
          "Id": "4ddc9e9613614cb99b343dcf39489528",
          "Name": "points",
          "Description": "List of points to best fit arc to\n\nPoint[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "44238b25f7d842d6b59d0ed1ba884a0b",
          "Name": "Arc",
          "Description": "Arc created by best fit through points",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create an arc that best approximates a collection of points\n\nArc.ByBestFitThroughPoints (points: Point[]): Arc"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.Project@Autodesk.DesignScript.Geometry.Geometry,Autodesk.DesignScript.Geometry.Vector",
      "Id": "2dda06cf7f63432dbe4287373d997e7a",
      "Inputs": [
        {
          "Id": "70366257b8a946339f22a3428d654cf7",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2acba76c639243c38c175ef1116e1f0d",
          "Name": "baseGeometry",
          "Description": "Geometry to project onto\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "08e19d30dd384e19be9d623ee4da8f14",
          "Name": "projectionDirection",
          "Description": "Vector\n\nVector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "84ba2ca603664ce88bf6e40a901b6d39",
          "Name": "Geometry[]",
          "Description": "List of geometries projected into base geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Projects an input curve along a given projection direction onto a specified base geometry.\n\nCurve.Project (baseGeometry: Geometry, projectionDirection: Vector): Geometry[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.CoordinateSystem.XAxis",
      "Id": "966dd42cc4894680aee266359cc2cee2",
      "Inputs": [
        {
          "Id": "744821edec3b406e8926ac7bcccb82bc",
          "Name": "coordinateSystem",
          "Description": "Autodesk.DesignScript.Geometry.CoordinateSystem",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2fdbfb150a484f049d3e76d26af01887",
          "Name": "Vector",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns X Axis of CoordinateSystem.\n\nCoordinateSystem.XAxis: Vector"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Deconstruct@var[]..[]",
      "Id": "bbf3bd23cc164cd7becb04f824c0b504",
      "Inputs": [
        {
          "Id": "8a078e1df23b410a8d4dcfef3d1605f7",
          "Name": "list",
          "Description": "List to be split.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "089c27fb1987428b9f30d8510315040e",
          "Name": "first",
          "Description": "First item in the list (type: var[]..[])",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a2a62d135c8a40a2afeb8ba10ff32772",
          "Name": "rest",
          "Description": "Rest of the list (type: var[]..[])",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Given a list, produces the first item in the list, and a new list containing all items except the first.\n\nList.Deconstruct (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.Reverse",
      "Id": "78f52ca57a7f4392970283871d96fc9b",
      "Inputs": [
        {
          "Id": "bc54a4eb010747089f1d015083f3a7b2",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f3d439ee07b24b6ea08c41cb3d22d262",
          "Name": "Curve",
          "Description": "A new Curve with the opposite direction",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Reverse the direction of the curve\n\nCurve.Reverse ( ): Curve"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "cd70d7fc70cf4e90975c786b132e9f44",
      "Inputs": [
        {
          "Id": "334e1689817e451ca731993d8d10442d",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "54eb241143344ecda99f54fae07ed472",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1f1b1b95cb4e4b4896350e47acc0d2a2",
          "Name": "list",
          "Description": "A list (type: var[]..[])",
          "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": "69063a802c72451db4c533e78777e42f",
      "Inputs": [
        {
          "Id": "1a23d34b79364df0a8ee639c8226931f",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "38c494c790774c4c9eaa72e2b8a1bf44",
          "Name": "amount",
          "Description": "Layers of list nesting to remove (-1 will remove all list nestings)\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c9e92b342edf42e99a0b9d649e9172c7",
          "Name": "list",
          "Description": "Flattened list by amount",
          "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[]..[], amount: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.PlaneAtSegmentLength@double",
      "Id": "1f4bebe8e10145e79e6b04e0d8e6f303",
      "Inputs": [
        {
          "Id": "5bf5586af24d4a49aebf50c140968e7e",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fc89140ec9774ac6b548c881831a02f0",
          "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": "c7726de220cf412b94fb2804a8fdae6f",
          "Name": "Plane",
          "Description": "Plane on curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "CrossProduct",
      "Description": "Returns a Plane at the specified distance along the Curve from the start Point. The normal of the Plane aligns with the tangent of the Curve.\n\nCurve.PlaneAtSegmentLength (segmentLength: double = 0): Plane"
    },
    {
      "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": "3539789414014694b3a0f6d395525da3",
      "Inputs": [
        {
          "Id": "814577e286604ad9a832839516e769eb",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "38e4ca4dd2594d668e20c336e1d8fae5",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "00a90e60d4c2451bb4a6dd235c59b2e7",
          "Name": "axis",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a5c158c732094244b907d26ae85cf0d4",
          "Name": "degrees",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a4e58a929c724530bfbf0fad6af7b50c",
          "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.XAxis",
      "Id": "5eb40bb769c644cfb5118af675062df3",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "36c5927e938f4e21a7c6ec238d299e1f",
          "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.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 40.0,
      "MinimumValue": 0.0,
      "StepValue": 0.5,
      "InputValue": 40.0,
      "Id": "a9fb2efd47fa4d5ebfa00df703ce2d1f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "71f8762babc945279baf4b97cd2c8f19",
          "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.Rotate@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "1247a50ebc614ea287f7fca9c5face16",
      "Inputs": [
        {
          "Id": "e3fe6181753d45228506d6248d60dfc3",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8cfafdeb2da3462b858f63c8bc7b2f80",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fd39bb74ae78470e949af5e4b8aeacbd",
          "Name": "axis",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f487a420f55d41498000e03e45df4cae",
          "Name": "degrees",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ebade57f7a8948c68e8573119b2d1b84",
          "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": "-angle;",
      "Id": "c9c6dfdd151d47e7921a0ead08f5ca7c",
      "Inputs": [
        {
          "Id": "bd3fd2819fde4210893c9b88a5b3972f",
          "Name": "angle",
          "Description": "angle",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dacfb0a0dd804150827bc3f4c2e68c21",
          "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.Intersect@Autodesk.DesignScript.Geometry.Geometry",
      "Id": "29463dd85e844f1cb32bd61e2b29d6d2",
      "Inputs": [
        {
          "Id": "dcd9b0a04e1a4ba58a8c8d638d1598ab",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0d2dab8c1c3e45bca4bdc685e1db9842",
          "Name": "other",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b441eb486d8e4d33956ff2ce2ca5c12a",
          "Name": "Geometry[]",
          "Description": "Geometry[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the intersection Geometry for this object and another\n\nGeometry.Intersect (other: Geometry): Geometry[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Intersect@Autodesk.DesignScript.Geometry.Geometry",
      "Id": "063884e69e7a4cb799973e4a7dabe5d8",
      "Inputs": [
        {
          "Id": "4de9539b34de46f795823eaac292ecbc",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4f16f7e8ab1a43fe9f1c131bd679c1f5",
          "Name": "other",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "948a560ee2ee4a96bcd87aadb90b0988",
          "Name": "Geometry[]",
          "Description": "Geometry[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the intersection Geometry for this object and another\n\nGeometry.Intersect (other: Geometry): Geometry[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.IsEmpty@var[]..[]",
      "Id": "d37b78a0eb554a3c96aef470f219f06a",
      "Inputs": [
        {
          "Id": "72895a6f6e4549019afcec0d02d76c9c",
          "Name": "list",
          "Description": "List to be checked if it is empty\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": true,
          "KeepListStructure": true
        }
      ],
      "Outputs": [
        {
          "Id": "c29c960f914c41f2a90e3644d532c6b9",
          "Name": "bool",
          "Description": "True if list is empty, false if it isnt",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Determines if the given list is empty.\n\nList.IsEmpty (list: var[]..[]): bool"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.IsEmpty@var[]..[]",
      "Id": "4d500c86c4e341c39cd89ad41f10eb49",
      "Inputs": [
        {
          "Id": "89fcc1299f16497fbc99c219f9bd614a",
          "Name": "list",
          "Description": "List to be checked if it is empty\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": true,
          "KeepListStructure": true
        }
      ],
      "Outputs": [
        {
          "Id": "14c4677efd254bddae42c0f09592d580",
          "Name": "bool",
          "Description": "True if list is empty, false if it isnt",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Determines if the given list is empty.\n\nList.IsEmpty (list: var[]..[]): bool"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]",
      "Id": "b4ac1858e6824244a3bf136599d0629a",
      "Inputs": [
        {
          "Id": "c032d7d6fe654e9385ee666ad92859f8",
          "Name": "list",
          "Description": "List to filter.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ac8dad4b71794f6888c0e058199d07d9",
          "Name": "mask",
          "Description": "List of booleans representing a mask.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "208cc608fdce422f852a2fd2e086f316",
          "Name": "in",
          "Description": "Items whose mask index is true.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0eb37572452f4b3ba1c79a155d8f89cd",
          "Name": "out",
          "Description": "Items whose mask index is false.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Filters a sequence by looking up corresponding indices in a separate list of booleans.\n\nList.FilterByBoolMask (list: var[]..[], mask: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]",
      "Id": "00fa8acc064945448c99a35eab508432",
      "Inputs": [
        {
          "Id": "e90c1a974dc444f696a7c921172751f3",
          "Name": "list",
          "Description": "List to filter.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3b1b9ece4934492e8a32a9927ab392d9",
          "Name": "mask",
          "Description": "List of booleans representing a mask.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a64b02b653974d94a8552a2a37f5ed9d",
          "Name": "in",
          "Description": "Items whose mask index is true.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f7a345f64e1a40369f99eccd2091aa97",
          "Name": "out",
          "Description": "Items whose mask index is false.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Filters a sequence by looking up corresponding indices in a separate list of booleans.\n\nList.FilterByBoolMask (list: var[]..[], mask: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "a6112a77af574c50b58e8d8e9a1fed56",
      "Inputs": [
        {
          "Id": "715206bcebbd472d9754e76f788c99fc",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 3,
          "UseLevels": true,
          "KeepListStructure": false
        },
        {
          "Id": "1c1d7917a8fe43fc920af01cecb58eae",
          "Name": "amount",
          "Description": "Layers of list nesting to remove (-1 will remove all list nestings)\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "13e7ed4061c643bfb861dd4741058f4d",
          "Name": "list",
          "Description": "Flattened list by amount",
          "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[]..[], amount: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "819f4e9193a240ee833e700ec9734f72",
      "Inputs": [
        {
          "Id": "77d62f1813794a03bea10f0c7e918370",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 3,
          "UseLevels": true,
          "KeepListStructure": false
        },
        {
          "Id": "74b26fb743c04b0881c5fed3b7864529",
          "Name": "amount",
          "Description": "Layers of list nesting to remove (-1 will remove all list nestings)\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f251b2d4901e403284c5531407c659a0",
          "Name": "list",
          "Description": "Flattened list by amount",
          "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[]..[], amount: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "a088671019a2430e9a0875bceeca8b9a",
      "Inputs": [
        {
          "Id": "2c5f10299eec40a59fb8d5b1f584b40c",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "44bd2afa0fdd4722887184575e855629",
          "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.Z",
      "Id": "982607c7c8ff4d908f0d160bab8130e4",
      "Inputs": [
        {
          "Id": "db4ad757bea54d73b675606d0d8fc3ca",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8432c07e181144d99f1280877ae96327",
          "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.Z",
      "Id": "bd8e9271c65044a98ff6f849eaab994b",
      "Inputs": [
        {
          "Id": "63fa23399b1548ff91724e4895a9720a",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c9447c88c4ad4512a830fecb1019417c",
          "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.Z",
      "Id": "40476829485f40a989a2a0311321bc78",
      "Inputs": [
        {
          "Id": "9d787a56c063495c9f242885c9f3fdfc",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "432e6c7c694a4546b0372830ee17aa35",
          "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": "5c588c035df443aea283fbeda0df224d",
      "Inputs": [
        {
          "Id": "13b84b917fab4711aefb4909f981188c",
          "Name": "x",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0d321125db3845adb0766b0b745e443c",
          "Name": "y",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a703410489b64781bed64f05fbbbbcfe",
          "Name": "bool",
          "Description": "True if x is greater than y, false if not",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Compares if x is greater than y\n\n> (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": ">@var[]..[],var[]..[]",
      "Id": "494b091907074922b7f815ca38cc3e90",
      "Inputs": [
        {
          "Id": "7baac405bde14c01883c0de144767d18",
          "Name": "x",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f561ccf28c484fd3a99429d1f26b6d10",
          "Name": "y",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "49ebeec3f1444d1686ba2adeacdb7253",
          "Name": "bool",
          "Description": "True if x is greater than y, false if not",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Compares if x is greater than y\n\n> (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]",
      "Id": "9ed36c82ea7f4f5ab7a9c4670bc06f78",
      "Inputs": [
        {
          "Id": "71f99ae534754789a6f2a40f79993cf5",
          "Name": "list",
          "Description": "List to filter.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a11e4a6a2f5c48deaa0fdfd43448e69c",
          "Name": "mask",
          "Description": "List of booleans representing a mask.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4d5f8e501d79427da1019ed733eabf30",
          "Name": "in",
          "Description": "Items whose mask index is true.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7d33c09bbaa544f1bfe13c9ef62ac1ea",
          "Name": "out",
          "Description": "Items whose mask index is false.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Filters a sequence by looking up corresponding indices in a separate list of booleans.\n\nList.FilterByBoolMask (list: var[]..[], mask: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]",
      "Id": "bc473dbfd2fe46d2b5a7f3ed1b57cc7c",
      "Inputs": [
        {
          "Id": "8bebd97c0e7e4c1c91698e15b64574a2",
          "Name": "list",
          "Description": "List to filter.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6beada89bd4d49749358e0c60d699ef9",
          "Name": "mask",
          "Description": "List of booleans representing a mask.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "eb760c91bccc4a34b6fb59ca75cf07bd",
          "Name": "in",
          "Description": "Items whose mask index is true.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0aac80b45176483bbc043db7e36578b1",
          "Name": "out",
          "Description": "Items whose mask index is false.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Filters a sequence by looking up corresponding indices in a separate list of booleans.\n\nList.FilterByBoolMask (list: var[]..[], mask: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]",
      "Id": "08191d93e71446e7ae323ce2677ba17c",
      "Inputs": [
        {
          "Id": "f26209e98dd6485fa04314de553971aa",
          "Name": "list",
          "Description": "List to filter.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5c833b6fe246496c815df6234647a90d",
          "Name": "mask",
          "Description": "List of booleans representing a mask.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8c03380eccd746c392db9c7349421b48",
          "Name": "in",
          "Description": "Items whose mask index is true.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "648b1840ff9745b2b121179f5d8db9a5",
          "Name": "out",
          "Description": "Items whose mask index is false.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Filters a sequence by looking up corresponding indices in a separate list of booleans.\n\nList.FilterByBoolMask (list: var[]..[], mask: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]",
      "Id": "03d2811fcc494e42afc001ef804d9572",
      "Inputs": [
        {
          "Id": "c41360fe852141d0b9e3eb5a9855cdf0",
          "Name": "list",
          "Description": "List to filter.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ff5668342e6b48319eb00e5d15e9d4c4",
          "Name": "mask",
          "Description": "List of booleans representing a mask.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6bf64f730cc8486d881449ccf49f65fe",
          "Name": "in",
          "Description": "Items whose mask index is true.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9c93a65155774833b7d34c9ba72e46ee",
          "Name": "out",
          "Description": "Items whose mask index is false.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Filters a sequence by looking up corresponding indices in a separate list of booleans.\n\nList.FilterByBoolMask (list: var[]..[], mask: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "a057e9964f734ecab1443ed41443757a",
      "Inputs": [
        {
          "Id": "6d8b561c7acc4c03b11bc768dbf695b2",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1a86accaaba947c5bb1a78f964897d48",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "839708d1dbce4f9794652d59403eb6d4",
          "Name": "list",
          "Description": "A list (type: var[]..[])",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Makes a new list out of the given inputs"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "6c1ccef784af43dc853cd87551f27121",
      "Inputs": [
        {
          "Id": "46677e8c68b8406182737f0fa0825926",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dcd4177907e943878bad0dc3a8f0a292",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "88caf2850e964d26a4017e99a8ca59f9",
          "Name": "list",
          "Description": "A list (type: var[]..[])",
          "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": "1688cfd4a3794dce99a9d598b99cc538",
      "Inputs": [
        {
          "Id": "b000cee51ed8446da144094361e1aa17",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "21b6889b523c40eebc90e8312e17f236",
          "Name": "amount",
          "Description": "Layers of list nesting to remove (-1 will remove all list nestings)\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dc00899baea84a2e8aad37ac643526c2",
          "Name": "list",
          "Description": "Flattened list by amount",
          "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[]..[], amount: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "3e445df00d484383bdcd3ac54a145881",
      "Inputs": [
        {
          "Id": "21a8c440c2c54f3484ce2e8884658864",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ff242a65767e4bfb8eddbe2389c15fa9",
          "Name": "amount",
          "Description": "Layers of list nesting to remove (-1 will remove all list nestings)\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "46dd5bcfedab42e19d4f7b094842215c",
          "Name": "list",
          "Description": "Flattened list by amount",
          "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[]..[], amount: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.UniqueItems@var[]..[]",
      "Id": "3e15504436444452af68068aec285457",
      "Inputs": [
        {
          "Id": "177bb8df12e84ea988733c9edee86c57",
          "Name": "list",
          "Description": "List to filter duplicates out of.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3fd233c3a32646f09bc3681fca03cac7",
          "Name": "list",
          "Description": "Filtered list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a new list containing all unique items in the given list.\n\nList.UniqueItems (list: 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": "2c8d79954fc1475bb8c96e397b99bbb3",
      "Inputs": [
        {
          "Id": "183d709356c84184bf69538bb53d87a6",
          "Name": "startPoint",
          "Description": "Line start point\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ab9217fa3a5044c1adfef31278b7cc2b",
          "Name": "endPoint",
          "Description": "Line end point\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "602befa5121d41d497f6c4d61eb2de90",
          "Name": "Line",
          "Description": "Line from start and end point",
          "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": 0.25,
      "MinimumValue": 0.1,
      "StepValue": 0.05,
      "InputValue": 0.15000000000000002,
      "Id": "4f014467a1b34cdd8b4d896625ab9785",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "b640ea18465646ad8d26520efcef0e4b",
          "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": 15.0,
      "MinimumValue": 3.0,
      "StepValue": 2.0,
      "InputValue": 7.0,
      "Id": "52fde46db2ae4f6984eb4700c5b20d2c",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5168947780ba4cf4ae97838fea7ab27f",
          "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": "1-start;",
      "Id": "336209150233466ea53d580e6bf527bb",
      "Inputs": [
        {
          "Id": "257256a22b7a47329673dde8ef2bcb43",
          "Name": "start",
          "Description": "start",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ffb3d3dee7d3463c97c9ca31bdfec852",
          "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": "start..end..#no;",
      "Id": "1c3db81cfd6d468d8fe7d7703230a3be",
      "Inputs": [
        {
          "Id": "94afc7860e0d4f61b1273084d65a7597",
          "Name": "start",
          "Description": "start",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "91dc0c6f57604f709d944dc4f3f3940a",
          "Name": "end",
          "Description": "end",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "37fe9ac08e994c05b1877a817b21340d",
          "Name": "no",
          "Description": "no",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d5f132f197894d6c8be8692e55a7f024",
          "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.PointAtParameter@double",
      "Id": "483c5c9c2d5c449d8e2a15c5f8c1b4d6",
      "Inputs": [
        {
          "Id": "6ca0c98ec78544dfade72fe3831a4c67",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3ffb1603a5424029952fb99da7d59c3b",
          "Name": "param",
          "Description": "The parameter at which to evaluate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0d75df87d87e4dd9afb38feaed174898",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "CrossProduct",
      "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": "DSCore.List.Transpose@var[]..[]",
      "Id": "1cf467ab15eb42a58f371f19800cdeaa",
      "Inputs": [
        {
          "Id": "91dddf62a684441389f778e1a7eb5177",
          "Name": "lists",
          "Description": "List of lists to be transposed\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fd5e15b86b894a019d824f94181bebcb",
          "Name": "lists",
          "Description": "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": "Autodesk.DesignScript.Geometry.PolyCurve.ByPoints@Autodesk.DesignScript.Geometry.Point[],bool",
      "Id": "aa8085c5e831410291c4bf9a24534fdd",
      "Inputs": [
        {
          "Id": "875ab2bcca8940b48a6eaaa63602b2d5",
          "Name": "points",
          "Description": "Points to make polycurve\n\nPoint[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e7d4897cfd7249069478d71d230f5185",
          "Name": "connectLastToFirst",
          "Description": "True to connect last point to first point, false to leave open\n\nbool\nDefault value : false",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b293daffb1664600aa31a77bbd92d16c",
          "Name": "PolyCurve",
          "Description": "Polycurve created by points",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Make PolyCurve by connecting points. Set the 'connectLastToFirst' input to true to close the PolyCurve.\n\nPolyCurve.ByPoints (points: Point[], connectLastToFirst: bool = false): PolyCurve"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.5;",
      "Id": "dcec65ac92cf4459a318fe3609f7e32e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "ae993562f1c743729a2250385ad761cd",
          "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": "75841096c1bb4fc6aaab55a8542819c7",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "684c9a8dc51c4825a8846f706ff2bc8d",
          "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.PlaneAtParameter@double",
      "Id": "dca4c63046524ed4b6faad4bdb72915e",
      "Inputs": [
        {
          "Id": "6df925d723ae48169d5c2a1afa10f4e1",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "176baf23421d4310a320759b2925fc6f",
          "Name": "param",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dc145c9b9b98425095ed7038a6e30632",
          "Name": "Plane",
          "Description": "Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns a Plane whose normal aligns with the tangent of the Curve. Parameters are adjusted such that 0 is always the start Point and 1 is always the end Point.\n\nCurve.PlaneAtParameter (param: double = 0): Plane"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Circle.ByPlaneRadius@Autodesk.DesignScript.Geometry.Plane,double",
      "Id": "6358e29552274629ad70048ec402db64",
      "Inputs": [
        {
          "Id": "b25a070eca1047df84f2bf2bddc8f4de",
          "Name": "plane",
          "Description": "Root of plane used to center circle\n\nPlane\nDefault value : Autodesk.DesignScript.Geometry.Plane.XY()",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0942ad44654d44ee8815aa0a66d1aca6",
          "Name": "radius",
          "Description": "Radius\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8eec4ba4af474f90a7326b9199865c79",
          "Name": "Circle",
          "Description": "Circle created with plane and radius",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Circle centered at the input Plane origin (root), lying in the input Plane, with given radius.\n\nCircle.ByPlaneRadius (plane: Plane = Autodesk.DesignScript.Geometry.Plane.XY(), radius: double = 1): Circle"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.BySweep@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve",
      "Id": "971824cf0db74878a173cb1c29ee22cf",
      "Inputs": [
        {
          "Id": "530ff54674aa4663ae50a4d44d474e68",
          "Name": "profile",
          "Description": "Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "265e042855a1455cb1308098e9459892",
          "Name": "path",
          "Description": "Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "52cb48d36ce447d4872f5235a0faa5a6",
          "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.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "a48efb82a346493290f1aea72dabebe4",
      "Inputs": [
        {
          "Id": "0df468586d2b404182317e17948dae07",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f0502ea614764981b614ae3610630221",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "22aa5a124c814e468164c5f2e060eb75",
          "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.Input.ColorPalette, CoreNodeModels",
      "InputValue": {
        "R": 218,
        "G": 112,
        "B": 214,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "35d3ccbf8f3f4fa8aa44b6e2a6af327d",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "ee01c306817f4e3f806316e20051272d",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Select a Color from the palette"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.BySweep@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve",
      "Id": "e9874f73e98c4c21a609cdb2721114ec",
      "Inputs": [
        {
          "Id": "369234f73cfb41e4a2968b176e04e4f7",
          "Name": "profile",
          "Description": "Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "34db972b523041f7b8fe93cf0d180e88",
          "Name": "path",
          "Description": "Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b1179a1f70f148d389d3d0c9314a5c97",
          "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.5;",
      "Id": "b9c71a551b0b445cb7d9dc79dede54f5",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "ad77b72d8f18454fb75fc0107be4364e",
          "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.Circle.ByPlaneRadius@Autodesk.DesignScript.Geometry.Plane,double",
      "Id": "766b55062d284b93bbf2137a700aa60a",
      "Inputs": [
        {
          "Id": "8a1d53ac07494a76b0433c23ea7898cb",
          "Name": "plane",
          "Description": "Root of plane used to center circle\n\nPlane\nDefault value : Autodesk.DesignScript.Geometry.Plane.XY()",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3003cd6792624d558b1cdf74ee667298",
          "Name": "radius",
          "Description": "Radius\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ddc656c6b1b64fd6b04f9bcf1dd2d82f",
          "Name": "Circle",
          "Description": "Circle created with plane and radius",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Circle centered at the input Plane origin (root), lying in the input Plane, with given radius.\n\nCircle.ByPlaneRadius (plane: Plane = Autodesk.DesignScript.Geometry.Plane.XY(), radius: double = 1): Circle"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.PlaneAtParameter@double",
      "Id": "9814abbecf494777b8abfc2a0819f804",
      "Inputs": [
        {
          "Id": "b04e20f0cd11439fa259c3d9c47c4f26",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "48d5a31b732742699bc5ce2151819198",
          "Name": "param",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c039fb4878484b57a7487a2bdf9b9617",
          "Name": "Plane",
          "Description": "Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns a Plane whose normal aligns with the tangent of the Curve. Parameters are adjusted such that 0 is always the start Point and 1 is always the end Point.\n\nCurve.PlaneAtParameter (param: double = 0): Plane"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.5;",
      "Id": "5cbbd271805541d8bf7f2139d51b4646",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f5ccccbbdf9f4112a373209a08d7092d",
          "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": 255,
        "G": 0,
        "B": 0,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "8b0ae729b0ac4bb9a58c567f10c2b8c2",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "032dd6067864440e9167f1abc343d20d",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Select a Color from the palette"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "1e6905f59d3149dc8b5a879716b9ceab",
      "Inputs": [
        {
          "Id": "bcf433e489534eadaf02c4556bdf9604",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ffcf5df7f3d440a5a185cdc0c55e4395",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "430ab0f587404c9388e80bccc4e33afb",
          "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.Curve.Offset@double",
      "Id": "55bc4c7a8ce445e8b66b14c7673a4cfa",
      "Inputs": [
        {
          "Id": "b7540ab8a45b4fcbb2d5d120876d335f",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "75bd3d526fbd44ecb108aa35b4ad3756",
          "Name": "distance",
          "Description": "A positive or negative distance to offset\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5f91e3f8ae1a4242b46920bba767649d",
          "Name": "Curve",
          "Description": "new offset curves",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Offset a Curve by a specified amount. Curve must be planar.\n\nCurve.Offset (distance: double = 1): Curve"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-b/24;",
      "Id": "03e7efe1033640a495d6779632af9f5d",
      "Inputs": [
        {
          "Id": "83f6b83debeb494bbb1f88dfe525ff9c",
          "Name": "b",
          "Description": "b",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bc29a9df9b1e40f7a737ee680f89f633",
          "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.Abs(z / max - 2);",
      "Id": "b60ecdf3e46d4dbd90a5c1b98387fa7c",
      "Inputs": [
        {
          "Id": "d80c30a2e1ae40ffaf49b5bc858cadea",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "715b2d13fd7d41a3a3fdd80f02a28c6e",
          "Name": "max",
          "Description": "max",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "45b6030013fe41b4a8d8f9c9e87edc54",
          "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.MaximumItem@var[]",
      "Id": "75d950c6ec574db28597498f09d9f27b",
      "Inputs": [
        {
          "Id": "cc8b057d14d64f4aa9675ae7c648b5f9",
          "Name": "list",
          "Description": "List of comparable items to take the maximum value from\n\nvar[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f66e75313c9e4b0c95ccf90f652b8456",
          "Name": "item",
          "Description": "Maximum item from the list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "CrossProduct",
      "Description": "Returns the maximum value from a list.\n\nList.MaximumItem (list: var[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.Z",
      "Id": "5cec2a765a4c41a494cde6f6582fdc53",
      "Inputs": [
        {
          "Id": "f27b34defcd644f6bc194a9942a8e728",
          "Name": "point",
          "Description": "Autodesk.DesignScript.Geometry.Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "538a14831475455c9e59c1b77be9bad0",
          "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.Curve.PlaneAtParameter@double",
      "Id": "c7a8f98e30d049b5905b09167cdb45d6",
      "Inputs": [
        {
          "Id": "ff95fa7912d342d7a4e04ea6b123bc56",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2aed38dc96444a6d984f9e239cef8bc1",
          "Name": "param",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0a51913fdec4445ca856168560085c59",
          "Name": "Plane",
          "Description": "Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns a Plane whose normal aligns with the tangent of the Curve. Parameters are adjusted such that 0 is always the start Point and 1 is always the end Point.\n\nCurve.PlaneAtParameter (param: double = 0): Plane"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0..1..#21;",
      "Id": "5f56219d9fb84750a4b5e3d7b17f34a2",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3fbf8f2df4d84a84abaaf7a250845ab9",
          "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": "fd2114f6630d4bc2a8e088198d94096b",
      "Inputs": [
        {
          "Id": "80d6b037ba6e4d71a9f5f6095ef5a607",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c1f86339a09f43e6937f37d5f961ae9f",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f9c0f2e967d34e4cb00ad1e15c8cfb9b",
          "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.Input.ColorPalette, CoreNodeModels",
      "InputValue": {
        "R": 127,
        "G": 255,
        "B": 0,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "1a8fdb3feb66416e895101d49e365712",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "8600df84e63a4b84b77b7d76cd0e6873",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Select a Color from the palette"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.ColorPalette, CoreNodeModels",
      "InputValue": {
        "R": 0,
        "G": 255,
        "B": 255,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "1712385279f0470aad5e734930ca99d8",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "a66fd12ac4dd45c6b0fec0ede879ccbc",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Select a Color from the palette"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "9539a34faba648c686b2a5bfe40e6b82",
      "Inputs": [
        {
          "Id": "2d138f7f88de41439881cacc61968959",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d4d4a96e4ae0475f94adde1968e3a57b",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a94bf8730dde4da38064e67654a1349d",
          "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.Solid.BySweep@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve",
      "Id": "02bdb78d7f0b4f588e320f4fda3d5d66",
      "Inputs": [
        {
          "Id": "11fc92b363794f148db07b5da142a0de",
          "Name": "profile",
          "Description": "Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c966b586f5ef4957899d9babc5b1944f",
          "Name": "path",
          "Description": "Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c52e07dfe46c4320b2513e9935083323",
          "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": "1;",
      "Id": "318ba1ca3fd4461db435fbf3fca24d9a",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "c83232f251d44775b67649225b2563d2",
          "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": "1.8;",
      "Id": "2c04cd6857594e28807a758349f58bab",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3958b181c2a54904a959f2ce4d1322a8",
          "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.Rectangle.ByWidthLength@Autodesk.DesignScript.Geometry.Plane,double,double",
      "Id": "cd67a5f0d6a34ab09fc5dcb7aa2ede25",
      "Inputs": [
        {
          "Id": "ff441a2bf445442a900bd896d4dbc6ed",
          "Name": "plane",
          "Description": "Plane used to center rectangle\n\nPlane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5b989d63706e40e7838b60a5dc6ff3ee",
          "Name": "width",
          "Description": "Width of rectangle\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e532d3a7c3474c049dfe737c68a02ef2",
          "Name": "length",
          "Description": "Length of rectangle\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "07ab339bdde147ce8f19ab68b84c5af0",
          "Name": "Rectangle",
          "Description": "Rectangle created by width and length",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Rectangle centered at input Plane root, with input width (Plane X axis length), and length (Plane Y axis length).\n\nRectangle.ByWidthLength (plane: Plane, width: double = 1, length: double = 1): Rectangle"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.5;",
      "Id": "b357b8e0125b47539eba10852fb869bf",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "041e174885a94f14a28d375ea9839dc3",
          "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.PlaneAtParameter@double",
      "Id": "6adb72d18d594c6489a84819f6c0c0c2",
      "Inputs": [
        {
          "Id": "95212363174a41848f56d297b6c31670",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2540c2c45bca4e24a0edb8bc694b1eb3",
          "Name": "param",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "27f0b56fbfaa4e0e985d7e95628c0584",
          "Name": "Plane",
          "Description": "Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns a Plane whose normal aligns with the tangent of the Curve. Parameters are adjusted such that 0 is always the start Point and 1 is always the end Point.\n\nCurve.PlaneAtParameter (param: double = 0): Plane"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.PolySurface.BySolid@Autodesk.DesignScript.Geometry.Solid",
      "Id": "d76f5c94ac604f308e2340b1b9f78e19",
      "Inputs": [
        {
          "Id": "138519e14f6c4aeeb89cf49089d2ea43",
          "Name": "solid",
          "Description": "Solid which surfaces to use\n\nSolid",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "65880cd8442a4888a252ded4d7bb8ae7",
          "Name": "PolySurface",
          "Description": "PolySurface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Make Polysurface by surfaces of Solid.\n\nPolySurface.BySolid (solid: Solid): PolySurface"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.PolySurface.Surfaces",
      "Id": "b679a97ea7444c2bacd53b35c3af6708",
      "Inputs": [
        {
          "Id": "4122d2e0a4774c4a8ee062138e29c5f8",
          "Name": "polySurface",
          "Description": "Autodesk.DesignScript.Geometry.PolySurface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8b2dd26d4361458f9d026713fbcb7a70",
          "Name": "Surface[]",
          "Description": "Surface[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Return new Surfaces representing the underlying Surfaces.\n\nPolySurface.Surfaces ( ): Surface[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.GetItemAtIndex@var[]..[],int",
      "Id": "3a59e3b7c4974889a66d1b61a80be9cc",
      "Inputs": [
        {
          "Id": "eea057ce64f64f8bb862000caa61be62",
          "Name": "list",
          "Description": "List to fetch an item from.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a3f1778093074cde8cb4d92277076df5",
          "Name": "index",
          "Description": "Index of the item to be fetched.\n\nint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "629d5877fca247a88590692ee4e2a5a5",
          "Name": "item",
          "Description": "Item in the list at the given index.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns an item from the given list that's located at the specified index.\n\nList.GetItemAtIndex (list: var[]..[], index: int): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 5.0,
      "MinimumValue": 0.0,
      "StepValue": 1.0,
      "InputValue": 1.0,
      "Id": "20a50ba2dec5404e831efe66b2e65458",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "fd4b1cddb44c4a438ed46555c951373b",
          "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": "0.5;",
      "Id": "36afd9e218154c4c83c6c04dfbbe376c",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5b3ea479d2bb4ad184455e933c034685",
          "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.PointAtParameter@double,double",
      "Id": "44030405666a4020a121340b36f6de78",
      "Inputs": [
        {
          "Id": "2e0dd8d532e24628a3e5b999ab68fb18",
          "Name": "surface",
          "Description": "Autodesk.DesignScript.Geometry.Surface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e108fdbb66b64f37b76144e9cb5a90d8",
          "Name": "u",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "97c0345b28d34aedb49b558a41a62cbc",
          "Name": "v",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c5e940120f69438dbfaa44d872a946f1",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Return the Point at specified U and V parameters.\n\nSurface.PointAtParameter (u: double = 0, v: double = 0): Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Plane.ByOriginNormal@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector",
      "Id": "9adbc11d2bf14d11bbd5d4cc22e52b04",
      "Inputs": [
        {
          "Id": "e2f07cce00184b5dac515a522b69f0d8",
          "Name": "origin",
          "Description": "Origin point of plane\n\nPoint\nDefault value : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d433afa270fe42d4b0ecbd9224b5bb29",
          "Name": "normal",
          "Description": "Normal direction vector of plane\n\nVector\nDefault value : Autodesk.DesignScript.Geometry.Vector.ByCoordinates(0, 0, 1)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "28c37e3536694b9a9f060545f8f9d43e",
          "Name": "Plane",
          "Description": "Plane created by origin and normal",
          "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.Geometry.Translate@double,double,double",
      "Id": "ab9aba6ca1884cc4a9b79d54634738df",
      "Inputs": [
        {
          "Id": "090200b16dae428c898196fcbcb00178",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8baa3e82d57f42e587cc68916ceadb34",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0207b3d621634189902a8994b7387595",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e8d7454754994c328e16bf86df4f1c49",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "69cde6e7dd604d4dbcf55e175a61bd61",
          "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": "6;",
      "Id": "b5b527a65cea47688f9e6f3e55fdedc3",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "07f75467c0f647dbb496f9cabc26a235",
          "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.Intersect@Autodesk.DesignScript.Geometry.Geometry",
      "Id": "a1e75830e23f459ea2bf90b1b1a7e629",
      "Inputs": [
        {
          "Id": "998bfb68225d43dea72b261f6e6d0c3b",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "851879bcf43b4c73885ff50d0c473662",
          "Name": "other",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5114aa3fc30f4116a07d3f3326cbbe92",
          "Name": "Geometry[]",
          "Description": "Geometry[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the intersection Geometry for this object and another\n\nGeometry.Intersect (other: Geometry): Geometry[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.Intersect@Autodesk.DesignScript.Geometry.Geometry",
      "Id": "8637a90e92414f4caad630b266e4e218",
      "Inputs": [
        {
          "Id": "887e690e25164de2b4f6f009d7a16d96",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "acd0f49be64c4a038a5dbc052ab4cc49",
          "Name": "other",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7da22ef5a2f24131813a90b256e13d14",
          "Name": "Geometry[]",
          "Description": "Geometry[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Get the intersection Geometry for this object and another\n\nGeometry.Intersect (other: Geometry): Geometry[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Deconstruct@var[]..[]",
      "Id": "0626b790669a4398a5fd18312cafc55f",
      "Inputs": [
        {
          "Id": "279e95ab749045449459486a3a06da2f",
          "Name": "list",
          "Description": "List to be split.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3536a28ff6b84309a3e6c1be1a07f191",
          "Name": "first",
          "Description": "First item in the list (type: var[]..[])",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c9cf366b44f7484288f12d190f0bb2ab",
          "Name": "rest",
          "Description": "Rest of the list (type: var[]..[])",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Given a list, produces the first item in the list, and a new list containing all items except the first.\n\nList.Deconstruct (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Deconstruct@var[]..[]",
      "Id": "b6898f7e6603439bb6770c2175ae4230",
      "Inputs": [
        {
          "Id": "6d35eb3f9bd64288967a298ddf763c08",
          "Name": "list",
          "Description": "List to be split.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a1575ada6cc245dc9df0304fb0725033",
          "Name": "first",
          "Description": "First item in the list (type: var[]..[])",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fdc9d3db657844ffbc1bb096dee349a0",
          "Name": "rest",
          "Description": "Rest of the list (type: var[]..[])",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Given a list, produces the first item in the list, and a new list containing all items except the first.\n\nList.Deconstruct (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "3f48cf22a0454ceba416f663cc1255be",
      "Inputs": [
        {
          "Id": "b0acb602058a4917944551adbace0510",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4ac678a7557645abaeebd29bb4d86888",
          "Name": "amount",
          "Description": "Layers of list nesting to remove (-1 will remove all list nestings)\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "39b4ac73806948b3a1738ce324a5e25c",
          "Name": "list",
          "Description": "Flattened list by amount",
          "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[]..[], amount: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "ac669faf065048a5895c7c8ba7c33564",
      "Inputs": [
        {
          "Id": "c196b3861327461e942f33366a9cadb2",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b50827f6e93945f0b2365cfb71478b62",
          "Name": "amount",
          "Description": "Layers of list nesting to remove (-1 will remove all list nestings)\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "35f3edd6c53a4777ba6eec4d6822f27b",
          "Name": "list",
          "Description": "Flattened list by amount",
          "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[]..[], amount: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.DistanceTo@Autodesk.DesignScript.Geometry.Geometry",
      "Id": "9874a079a3994efe82d6eadca04d0481",
      "Inputs": [
        {
          "Id": "040728eb234d42a4b1d4dcc79ffc8be0",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e5f9d8c14ea348e295f05df892ddc1f8",
          "Name": "other",
          "Description": "The other Geometry\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b9f9a9b0af6049c7a72a926e5081fb8c",
          "Name": "double",
          "Description": "The distance",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Obtain the distance from this Geometry to another\n\nGeometry.DistanceTo (other: Geometry): double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Geometry.DistanceTo@Autodesk.DesignScript.Geometry.Geometry",
      "Id": "8d81662c694d42ff9bf54fc37ec62948",
      "Inputs": [
        {
          "Id": "bc2b896913394149934a6bbfa7d86cfb",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1cec9d66c2db43b2b4eb2dc1332dba81",
          "Name": "other",
          "Description": "The other Geometry\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7e2d26b7cc7c42e58cf47319473de667",
          "Name": "double",
          "Description": "The distance",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Obtain the distance from this Geometry to another\n\nGeometry.DistanceTo (other: Geometry): double"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.Math.Ceiling@double",
      "Id": "7aeeec209f7d4b6aa4c17ed45dae3c56",
      "Inputs": [
        {
          "Id": "82da990230894d3cb272416ef71d37f9",
          "Name": "number",
          "Description": "Number to round up.\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fec8f0788998444485d360ec5f53d636",
          "Name": "int",
          "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": "DSCore.Math.Ceiling@double",
      "Id": "164c4677b5a34ec8b35f6ffffca1db55",
      "Inputs": [
        {
          "Id": "7dd438b7fa644a0db77e9476b089a4b3",
          "Name": "number",
          "Description": "Number to round up.\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "40164df684e64b8caaaa40ea9f21c01e",
          "Name": "int",
          "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": "DSCore.List.UniqueItems@var[]..[]",
      "Id": "88d0a92e4a3c4458ac46b5191e871310",
      "Inputs": [
        {
          "Id": "dd9380aad6cf470392c98ef6f2f1e440",
          "Name": "list",
          "Description": "List to filter duplicates out of.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "13810bdad1dd45758eecfbce8c2a19fa",
          "Name": "list",
          "Description": "Filtered list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a new list containing all unique items in the given list.\n\nList.UniqueItems (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.UniqueItems@var[]..[]",
      "Id": "00e0207a8ece4f958616c46b50c34f19",
      "Inputs": [
        {
          "Id": "977c0c5f86334a3da4c40443d57375f2",
          "Name": "list",
          "Description": "List to filter duplicates out of.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5ebc18c3704f45da834c9ff96ea21a28",
          "Name": "list",
          "Description": "Filtered list.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Creates a new list containing all unique items in the given list.\n\nList.UniqueItems (list: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "<@var[]..[],var[]..[]",
      "Id": "ba66f5501aeb46cc8cf2bae679e8fb90",
      "Inputs": [
        {
          "Id": "6c4b71511a794ec1b07e63759a708629",
          "Name": "x",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "931900cd6c15436385e307d675de64a9",
          "Name": "y",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d915a6d564ab41988fc30991826026e3",
          "Name": "bool",
          "Description": "Result of check",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Compares if x is lower to y\n\n< (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "lostWidth = bridgeWidth-intersectionWidth;",
      "Id": "aac85c38038f440494d8718b2780f9ac",
      "Inputs": [
        {
          "Id": "d7fabf4a44e74a84818a0e2e00f56725",
          "Name": "bridgeWidth",
          "Description": "bridgeWidth",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e1a3fee5374d4d819692104994d9f03d",
          "Name": "intersectionWidth",
          "Description": "intersectionWidth",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "49ecf45efb634a4fbace24500f5a9b5a",
          "Name": "",
          "Description": "lostWidth",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.Logic.RefactoredIf, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "fa729570f5734e3e97adb54dace0e455",
      "Inputs": [
        {
          "Id": "838404cb326a40f5b7014c73cffaec86",
          "Name": "test",
          "Description": "Boolean test",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ae95f9f2da76426dbe249a4c35d51165",
          "Name": "true",
          "Description": "Returned if test is true",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9461e06a1e484202993ee2d5e2bed19d",
          "Name": "false",
          "Description": "Returned if test is false",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ed9cf1669f2a4c78a96eb4422fbf89b0",
          "Name": "result",
          "Description": "Result block produced",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the result of either True or False input depending on what boolean value is toggled in the test input. Supports recursion which requires that only a single branch be executed. It's critical that that both True and False branches are isolated and do not interact with each other!"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "495ed41a049e4f81af9a09a5f0c02b09",
      "Inputs": [
        {
          "Id": "a0c9af0872cf4302b32d95d4b2bc3587",
          "Name": "",
          "Description": "Node to show output from",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6596ba1c836745f89f81ba10bc724ffa",
          "Name": "",
          "Description": "Node output",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the node's output"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.Area",
      "Id": "43d71f2eab784d8e990479578ad3d7de",
      "Inputs": [
        {
          "Id": "017ac5f3334f43ebb057548b506a688c",
          "Name": "surface",
          "Description": "Autodesk.DesignScript.Geometry.Surface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d64dbb10c984485ea6ee41874ea6c3a3",
          "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": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "//load to consider for structural analysis (KN)\nload = 8000;\n//extracted from deck solid\ntotalAreaDeck = surfaceArea;\n//distribute the load on the deck surface KN/square meters\ndistLoad = load / totalAreaDeck;\n//distance between the group girders\ntransversalSpan;\n//linaerly distributed load on transversal girders KN/meter\nlinearLoad = transversalSpan * distLoad;\n//length of the transversal girders is equal to bridge width\nlength = bridgeWidth;\n//calculate maximum bending moment\nMmax = (linearLoad * Math.Pow(length, 2)) / 8;\n//steel grade : S355\nfy = 355000;\nFb = 0.55 * fy;\n//height of web\nhw = length / 20;\n//imposed thickness for the web(m)\ntw = 0.015;\n//area web\nAw = hw * tw;\n//flange area\nAf = Mmax / (Fb * 0.78) - Aw/6;\n//calculate total area of the cross section\nAt = 2 * Af + Aw;\n//volume of the single girder\nvolume = At * length;\n//weight one girder\nweightGirder = volume;\n//extract the number of girders based on the no:of curves\nnoGirders = List.Count(elements);\n//calculate the tones of steel needed for all cross girders\ntotalWeight = (weightGirder * noGirders) / 10000;\nreaction = linearLoad*length/2;",
      "Id": "6156f476871045c7aaab6645e1fe48f4",
      "Inputs": [
        {
          "Id": "ee6527d170d743db9ed0d8b97825052f",
          "Name": "surfaceArea",
          "Description": "surfaceArea",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a35687b73ec6471dbad9eefb320a5c84",
          "Name": "transversalSpan",
          "Description": "transversalSpan",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9777ff6bd62c4a0b8377f8a8aded0afe",
          "Name": "bridgeWidth",
          "Description": "bridgeWidth",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b41104c59ed14eecbe7d07972e446b75",
          "Name": "elements",
          "Description": "elements",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b6e0d78562034c018a7759b78b028b99",
          "Name": "",
          "Description": "load",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9aa784d2c11d402798318682e02bffc3",
          "Name": "",
          "Description": "totalAreaDeck",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fb09734210d74296bdf8491d658870db",
          "Name": "",
          "Description": "distLoad",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "df48c615925d40e99e61cd432a76ba26",
          "Name": "",
          "Description": "Value of expression at line 8",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "47d88b7c61c649c994d4ebd734d6068a",
          "Name": "",
          "Description": "linearLoad",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c2f2f92018d64b6ca4f9ea382a357eb7",
          "Name": "",
          "Description": "length",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4885c2621130437f862f6fc84ec0f722",
          "Name": "",
          "Description": "Mmax",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0e19fb4cc2c64f9c99fddb4a97d531ff",
          "Name": "",
          "Description": "fy",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4cacfbbeca96439892fd59d927d14025",
          "Name": "",
          "Description": "Fb",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "744e6d419e88495381ad2493deedd50f",
          "Name": "",
          "Description": "hw",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0120d4ad80764e44a289f99406ade01e",
          "Name": "",
          "Description": "tw",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "15f5682f7d6b46baac3be612cccd60f8",
          "Name": "",
          "Description": "Aw",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3342b12e8ddd4d349f3c19f3abbc2bb5",
          "Name": "",
          "Description": "Af",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "af4962226b134f8386177e3f2ff1e294",
          "Name": "",
          "Description": "At",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "34d9a413bbbb41b0a6ff8bcc6ee60dc3",
          "Name": "",
          "Description": "volume",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4a1a824b0f37462693785099f5a21d92",
          "Name": "",
          "Description": "weightGirder",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c9e813ba6bef4a0fb046c790c40f4efd",
          "Name": "",
          "Description": "noGirders",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "75d16c9ebd82418b8d364b0059ddb977",
          "Name": "",
          "Description": "totalWeight",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4680edb1879048b4af4a779fee853307",
          "Name": "",
          "Description": "reaction",
          "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": "931a74e96ea54df5b181350401aaa825",
      "Inputs": [
        {
          "Id": "be109a77a7a34f739061f9ecf4251d6f",
          "Name": "",
          "Description": "Node to show output from",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3a569fd20fe04a05b5bb98548dbe908b",
          "Name": "",
          "Description": "Node output",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the node's output"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Circle.ByPlaneRadius@Autodesk.DesignScript.Geometry.Plane,double",
      "Id": "50c56b849d1a4ea5926aec7a0bc7b4f2",
      "Inputs": [
        {
          "Id": "cda835ee488d418684e84cb5fac17e9e",
          "Name": "plane",
          "Description": "Root of plane used to center circle\n\nPlane\nDefault value : Autodesk.DesignScript.Geometry.Plane.XY()",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d5781dcbd81f4c78a10069a3f77c2a03",
          "Name": "radius",
          "Description": "Radius\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a9091deee73e4875a1659aab8d08f8f4",
          "Name": "Circle",
          "Description": "Circle created with plane and radius",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Circle centered at the input Plane origin (root), lying in the input Plane, with given radius.\n\nCircle.ByPlaneRadius (plane: Plane = Autodesk.DesignScript.Geometry.Plane.XY(), radius: double = 1): Circle"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Plane.Origin",
      "Id": "e5f7539c18124026a55434e88af76c14",
      "Inputs": [
        {
          "Id": "615ec65f869d48af92fed06b3305bb4d",
          "Name": "plane",
          "Description": "Autodesk.DesignScript.Geometry.Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "985b384a1d11426991c531eeccf2174d",
          "Name": "Point",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns the origin of the Plane.\n\nPlane.Origin: Point"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.BySweep@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve",
      "Id": "9ff9ee848a354373b4b3537bbe9b016c",
      "Inputs": [
        {
          "Id": "98de341ba9b9411995078838a7ba0495",
          "Name": "profile",
          "Description": "Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b1bbd919bf6b44288efc75a112a19d6a",
          "Name": "path",
          "Description": "Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cd0e35fd180c4c7d930dba3384f73e68",
          "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.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Count@var[]..[]",
      "Id": "012f1844b05749b58bac505eacafe044",
      "Inputs": [
        {
          "Id": "1251326fb13243028f6848ecf878bbe9",
          "Name": "list",
          "Description": "List to get the item count of.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "46f74502ae244242960e5da30e4ce22a",
          "Name": "int",
          "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": "Autodesk.DesignScript.Geometry.Vector.XAxis",
      "Id": "02c7a6efb39d4d36b757d22417429dee",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "6d98aeefe67a477b8f284bebf4e5d2fa",
          "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.Geometry.Rotate@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "4b86a970dab541b18bb14e606be0497e",
      "Inputs": [
        {
          "Id": "2163250aa6fe4bd8b993d476e241088d",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "37700b4d8bdf4e0d930370fbade28bab",
          "Name": "origin",
          "Description": "Point",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "38277d478daf4ff58020039dc10c4d3b",
          "Name": "axis",
          "Description": "Vector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5189cbf7a569464c96eeca06caea45bc",
          "Name": "degrees",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0129b17f778445058f8ddf0d8b00f9bf",
          "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.PlaneAtSegmentLength@double",
      "Id": "964bdd16b50a46069cb8a2f83bd45fc7",
      "Inputs": [
        {
          "Id": "92011f83642e4f48994104efa6de2e06",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8d391bd2d9c84e85b6a0d85e27fee75d",
          "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": "07d30be4d10741a49f55a9885eb24a7f",
          "Name": "Plane",
          "Description": "Plane on curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "CrossProduct",
      "Description": "Returns a Plane at the specified distance along the Curve from the start Point. The normal of the Plane aligns with the tangent of the Curve.\n\nCurve.PlaneAtSegmentLength (segmentLength: double = 0): Plane"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "90;",
      "Id": "4292213ce7d344489dadf937af984a38",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f9f4b9b62b5e41fc99280e0791de0c48",
          "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": "863f423c20c64054a4b7119473b6e8a9",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f7889c234e974169925d88fe8aa2facb",
          "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.Rectangle.ByWidthLength@Autodesk.DesignScript.Geometry.Plane,double,double",
      "Id": "cfb55f36d2734794a04b8bdb9d8116be",
      "Inputs": [
        {
          "Id": "1552f773f8ba4deeb2801e477ea204aa",
          "Name": "plane",
          "Description": "Plane used to center rectangle\n\nPlane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ff2e011e862746df9ce851989fd717cd",
          "Name": "width",
          "Description": "Width of rectangle\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7f1c49e131694a49af159430c8440f2b",
          "Name": "length",
          "Description": "Length of rectangle\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "efccd9a8023a44bf85c5c98ccba24e53",
          "Name": "Rectangle",
          "Description": "Rectangle created by width and length",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Rectangle centered at input Plane root, with input width (Plane X axis length), and length (Plane Y axis length).\n\nRectangle.ByWidthLength (plane: Plane, width: double = 1, length: double = 1): Rectangle"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.75;",
      "Id": "f4bc9da4a05f459d83b7d9a16a200f43",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5831a3f025614e4185792334ab387397",
          "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.5;",
      "Id": "a762146886d04b809a305660486364af",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5c67a9d29b0445eea80e473fb5d9484f",
          "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.ByLoft@Autodesk.DesignScript.Geometry.Curve[]",
      "Id": "ee2e2700e45e4795881294b1b626a114",
      "Inputs": [
        {
          "Id": "f2ce0235352d4b3a875c84fd621ca915",
          "Name": "crossSections",
          "Description": "Curve[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "07e945a5148e47a9864fbd8543d1eac1",
          "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": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Transpose@var[]..[]",
      "Id": "7047da751a6646089537c0fb1f2094c5",
      "Inputs": [
        {
          "Id": "fe01e5130f8f42aabf476a8d7b2581c8",
          "Name": "lists",
          "Description": "List of lists to be transposed\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "66da4afa6a9842779e64624eaf7ede29",
          "Name": "lists",
          "Description": "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": "CoreNodeModels.Input.ColorPalette, CoreNodeModels",
      "InputValue": {
        "R": 165,
        "G": 42,
        "B": 42,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "2de74e2d27584b2c8dc337cc350315af",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "11391b3ce59e4c0ea8c35ec2ce9b3a5f",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Select a Color from the palette"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "ded6886f304a473db2f12c1d1475dab7",
      "Inputs": [
        {
          "Id": "b534fce96e5b4abf821a03bafe2e868f",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "be5ae4ded344492a9dbddb1ad1a1daca",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0decb57d17e94ca2b36e7645f1cc97b6",
          "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.Input.ColorPalette, CoreNodeModels",
      "InputValue": {
        "R": 70,
        "G": 62,
        "B": 62,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "d6bdac340f644ad58453d54e71641d91",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "7e86e92cc01142b7b1abcf984078dc85",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Select a Color from the palette"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "93a96e1833024562ad6715371b7593c8",
      "Inputs": [
        {
          "Id": "98d073e25c6c4faea7452813e6e97a07",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c6906af726424f4aa9621615092c7eb1",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4bd80edf3ab54b1ea3cc56e350997b4b",
          "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": "0.35;",
      "Id": "09649e2f25b74afc87ffac5d2fb0c218",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3db12196b97e4e8f91394cbeabc6aee0",
          "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",
      "Id": "a7a012bffb7d450c9a556284ae7ab351",
      "Inputs": [
        {
          "Id": "e9be8654d4774a7d8c7b153648cfc560",
          "Name": "surface",
          "Description": "Autodesk.DesignScript.Geometry.Surface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a42116e282814be39a431b943f2890ad",
          "Name": "thickness",
          "Description": "Amount to thicken\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "caf3dc1663c7479e961cb98abb2ef5eb",
          "Name": "Solid",
          "Description": "Thickened surface as 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": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.ByLoft@Autodesk.DesignScript.Geometry.Curve[]",
      "Id": "ffb711215be941a6bdd049a6c3f20a1c",
      "Inputs": [
        {
          "Id": "c3d64f8782804b79b006b973e66edcd2",
          "Name": "crossSections",
          "Description": "Curves to loft through\n\nCurve[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5ec06f3c8abd40c4a435369d1b1afc4a",
          "Name": "Surface",
          "Description": "Surface created by loft",
          "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.Geometry.Translate@Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "576f03575a464f42b4bf403c53fa8ba5",
      "Inputs": [
        {
          "Id": "a711569b9ef247ecbc723ac49df54cf2",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d8cfbaa387e24ae8b8e7c92821377788",
          "Name": "direction",
          "Description": "Displacement direction.\n\nVector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ee16fb0b8aa8451288c92a54321a9be9",
          "Name": "distance",
          "Description": "Displacement distance along given direction.\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e87da50001d64ee08c716f72ec4be789",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "startHeight/2;",
      "Id": "de343c3022b74ac997229cbf10854be6",
      "Inputs": [
        {
          "Id": "1759c8e17360486689a25bf690f8c87f",
          "Name": "startHeight",
          "Description": "startHeight",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "821571c4513e40d0bbe8d76c1468e6d1",
          "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": "e67c673a61eb445e89ee359684e68df7",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "a8cc2115bf484b4294ecd873713ba86e",
          "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.Curve.Extend@double,Autodesk.DesignScript.Geometry.Point",
      "Id": "a6eb83c74228435785f692d4b554920b",
      "Inputs": [
        {
          "Id": "11518a1ad8b047299465e344665c0309",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "481e1ff1328a4c74bacf6ab0de83487b",
          "Name": "distance",
          "Description": "Distance to extend\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3549d83207004cfe9b57be4a0fdc6c4a",
          "Name": "pickSide",
          "Description": "A Point on the end to extend\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "686c9567ffba4df6b437540c5c014312",
          "Name": "Curve",
          "Description": "The extended Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Extend a Curve by a given distance at a particular end determined by a pick Point. The picked side will be extended. Closed curves like Circles and Ellipses cannot be extended.\n\nCurve.Extend (distance: double, pickSide: Point): Curve"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.ZAxis",
      "Id": "629dac2523c04b1bbf91efb490754c52",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "20c7c2cb45bf48e7b838718b4c399077",
          "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": "startHeight/2;",
      "Id": "6aed3d5f10ef46c89ed72d875cf8c833",
      "Inputs": [
        {
          "Id": "560a2fce0a5e4435a1f28956d3d431d6",
          "Name": "startHeight",
          "Description": "startHeight",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a4fd423d18e44bf99a661f56ed80641e",
          "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@Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "6ea13d5c8c4842acacade97726f3755d",
      "Inputs": [
        {
          "Id": "0809de71413a4f83b825cf51a83e38f6",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c250820e8ec249bd8ddf77456a9bd62a",
          "Name": "direction",
          "Description": "Displacement direction.\n\nVector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dd6d2b8c9ea345da8a95d2a301ec6d6c",
          "Name": "distance",
          "Description": "Displacement distance along given direction.\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "30a7e8e07f13418daba8e339cefadd2e",
          "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.Surface.ByLoft@Autodesk.DesignScript.Geometry.Curve[]",
      "Id": "49e75ba1dd914a7b84de39b045844417",
      "Inputs": [
        {
          "Id": "1afa0d4a71224eb1b7a8a21e3736c62e",
          "Name": "crossSections",
          "Description": "Curves to loft through\n\nCurve[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "58319e36df9b42ef93961446f8e7768f",
          "Name": "Surface",
          "Description": "Surface created by loft",
          "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": "181b66d710a34490ab9a520ea73cad36",
      "Inputs": [
        {
          "Id": "9cccea9de46f49109650a68c4ee66ec6",
          "Name": "surface",
          "Description": "Autodesk.DesignScript.Geometry.Surface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e904d4a8dc104770b410f0e361b365f2",
          "Name": "thickness",
          "Description": "Amount to thicken\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e751416156f04bc0b8a574d6859d8eeb",
          "Name": "Solid",
          "Description": "Thickened surface as 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": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.35;",
      "Id": "3c2f0ae7343649dfb3acc5333bb5131b",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "887da7d9bdb7441e84d784d7716b97e3",
          "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": "6ed05d90ddce477096286425f59e2cee",
      "Inputs": [
        {
          "Id": "5dca03d02e9e45a3aeca60e94fdee3c9",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cc6c2835584d47cab6cd120444d55ebe",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d44d9a41bf504525a9c105d6093b86ad",
          "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.Input.ColorPalette, CoreNodeModels",
      "InputValue": {
        "R": 70,
        "G": 62,
        "B": 62,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "1620d36944f3496381e9599d0e5c1091",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "13cce3841d054626ac46a78843224f0f",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Select a Color from the palette"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "110;",
      "Id": "1308b362bda4475aab9e34183d3d2b79",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "d47c634d16844fe7a8a9b2bd04d0e97d",
          "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": "34584907f9c940838bef83ab1e356114",
      "Inputs": [
        {
          "Id": "6255b162ce114b3f907af00f16eca8be",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "71b4e1b9b303494d8443e33c1213d68e",
          "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.Extend@double,Autodesk.DesignScript.Geometry.Point",
      "Id": "f5bf99f6ee2d4a8ead751a7964122ff5",
      "Inputs": [
        {
          "Id": "640015c26bd94b5fbb1fd55c4671c400",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "63ca2be9b2974edcb1e124540f21e871",
          "Name": "distance",
          "Description": "Distance to extend\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "df3d405bdf7345e787371ca4314a18bf",
          "Name": "pickSide",
          "Description": "A Point on the end to extend\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2819790962294733aefb756d3912319f",
          "Name": "Curve",
          "Description": "The extended Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Extend a Curve by a given distance at a particular end determined by a pick Point. The picked side will be extended. Closed curves like Circles and Ellipses cannot be extended.\n\nCurve.Extend (distance: double, pickSide: Point): Curve"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "50;",
      "Id": "a6f9e96eef7e4851b498871d38171bc8",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "499e2959de544b3d8a6bf111f3af6f14",
          "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": "b826f3515cad4e2286743d53375d9274",
      "Inputs": [
        {
          "Id": "b566679bf0be4e67bfd657a9efb93dc5",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1b2bd525c4ac45c3b0d82333358b44c3",
          "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": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "71f1615796cc43549eab6ee07e9610ec",
      "Inputs": [
        {
          "Id": "d8ef4ec9d1894d2f917bfdbc7aa3a527",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0c4b1505bfa04225a857119b97d4115e",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2891f72f117c4a8e9b4f15c419c91d87",
          "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": "Watch3DNodeModels.Watch3D, Watch3DNodeModels",
      "WatchWidth": 200.0,
      "WatchHeight": 200.0,
      "WasExecuted": true,
      "Camera": {
        "Name": "Background Preview",
        "EyeX": -17.0,
        "EyeY": 24.0,
        "EyeZ": 50.0,
        "LookX": 12.0,
        "LookY": -13.0,
        "LookZ": -58.0,
        "UpX": 0.0,
        "UpY": 1.0,
        "UpZ": 0.0
      },
      "NodeType": "ExtensionNode",
      "Id": "090ca155deab42d4b104a63309de948b",
      "Inputs": [
        {
          "Id": "b8d5555cc41e458a8d393b37906dba0d",
          "Name": "",
          "Description": "Incoming geometry objects.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7c4e4c3915a44c68a66dd9c2d6f1bf05",
          "Name": "",
          "Description": "Incoming geometry objects.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Shows a dynamic preview of geometry."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "",
      "Id": "63c1ee472f0142ebaa9c2e5fb38a558d",
      "Inputs": [],
      "Outputs": [],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.Dynamo.MeshToolkit.Mesh.ByGeometry@Autodesk.DesignScript.Geometry.Geometry,double,int",
      "Id": "f0415bf506374fd7b9a9d66a4ab397e3",
      "Inputs": [
        {
          "Id": "eca0fc8206cb4619b0c4e86e755ff93f",
          "Name": "inputGeometry",
          "Description": "Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9bf4e63eeb8749089f56898c7354299e",
          "Name": "tolerance",
          "Description": "double\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5ceb714dfbbd448fa9baed660d18e48c",
          "Name": "maxGridLines",
          "Description": "int\nDefault value : 512",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "afa127ed43fe4b2d85632e4a310a633d",
          "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": "CoreNodeModels.Input.ColorPalette, CoreNodeModels",
      "InputValue": {
        "R": 189,
        "G": 183,
        "B": 107,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "d63f71a4607f4a609775e340b404b2ad",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "dc6b7988bf2e4f8c97b3d44fe5a5ad7b",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Select a Color from the palette"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.ByUnion@Autodesk.DesignScript.Geometry.Solid[]",
      "Id": "4ff862ccde574463a5cb38f3d892b44e",
      "Inputs": [
        {
          "Id": "264a6d0a39a44a86be625424e4e3c5da",
          "Name": "solids",
          "Description": "A collection of solids\n\nSolid[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "66593a3e811642c6b4c430aa23ea6059",
          "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.ExportMeshes@string,Autodesk.Dynamo.MeshToolkit.Mesh[]",
      "Id": "a572b36fc6f740e59be318369b0913d7",
      "Inputs": [
        {
          "Id": "cf4c1cf284f948d4b17999d4bed0a54b",
          "Name": "filename",
          "Description": "string",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7acecdc6c70f4f278daf10c624eb9ef3",
          "Name": "meshes",
          "Description": "Mesh[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "91c983ba372f4b5683cb4d46091cf3e6",
          "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\\musta\\Documents\\SEModelAssG.dae\\SE_ModelAssG.dae",
      "InputValue": "..\\Documents\\SEModelAssG.dae\\SE_ModelAssG.dae",
      "NodeType": "ExtensionNode",
      "Id": "7bd7cf85969f4ab29f09b7e05d963e82",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "508caee41b974c3ba0487e656a1b54b4",
          "Name": "",
          "Description": "File Path",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Allows you to select a file on the system to get its file path."
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "DSCore.List.Flatten@var[]..[],int",
      "Id": "03e1bb4261d747fb8e50e052eea0534b",
      "Inputs": [
        {
          "Id": "be99b6517377490e9755c8533ae9e64b",
          "Name": "list",
          "Description": "List to flatten.\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ee132fa8d3f34b5db7b0952821f46411",
          "Name": "amount",
          "Description": "Layers of list nesting to remove (-1 will remove all list nestings)\n\nint\nDefault value : -1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cb26548439b04f148b054a1d8a4713a4",
          "Name": "list",
          "Description": "Flattened list by amount",
          "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[]..[], amount: int = -1): var[]..[]"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "945b11b4a9364c7abd73468198d45221",
      "Inputs": [
        {
          "Id": "5d3b79ae17d4427fae5cdca91607261b",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f3c242ba392f4ff8ab6d1f39c24b9ef7",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "84113f12efe847748f6d294327dc346b",
          "Name": "item2",
          "Description": "Item Index #2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e1ab4258df114d82ae6b074cdb999dc8",
          "Name": "item3",
          "Description": "Item Index #3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d105a57442984cdea1d6bab7505a7e81",
          "Name": "item4",
          "Description": "Item Index #4",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "809a6dc8620c4eb181d3f77e663ef92b",
          "Name": "item5",
          "Description": "Item Index #5",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d0c383a24dfd4ed5b0adde8a10ee4ff8",
          "Name": "item6",
          "Description": "Item Index #6",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5a6a65c1f7e74cfda92c57077ad1f92c",
          "Name": "item7",
          "Description": "Item Index #7",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8ccb468a5e7942f1a4490af92ce3bca1",
          "Name": "item8",
          "Description": "Item Index #8",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e84bdbe8fe004ddab943be830c9ef99f",
          "Name": "item9",
          "Description": "Item Index #9",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f371fe25ab43435488b3b09f66435083",
          "Name": "item10",
          "Description": "Item Index #10",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a712320798ec4b30a3ef65cae0ab9e08",
          "Name": "item11",
          "Description": "Item Index #11",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dea4954c886a41afad2b7a3db81809fd",
          "Name": "item12",
          "Description": "Item Index #12",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7a606f465842472da1363c2e37dde10c",
          "Name": "item13",
          "Description": "Item Index #13",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "46669fec68f84505806bbb194b2cbbfe",
          "Name": "item14",
          "Description": "Item Index #14",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "476bff3a12684dd5bdbca73a110fe96b",
          "Name": "item15",
          "Description": "Item Index #15",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6a4029c9a6274d6ab3e373459107e3f8",
          "Name": "item16",
          "Description": "Item Index #16",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "58f014416ac445b0a1196b569afe87c0",
          "Name": "item17",
          "Description": "Item Index #17",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6ea9370b8e994506ab668f4eb145bd29",
          "Name": "item18",
          "Description": "Item Index #18",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7ff6c32fc163494c87641e2bb55dad51",
          "Name": "item19",
          "Description": "Item Index #19",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "76092d1c4082414aaa3899f18d7a9ef9",
          "Name": "item20",
          "Description": "Item Index #20",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a1f87fbc67b3497fa14c058b5e2f5ba4",
          "Name": "item21",
          "Description": "Item Index #21",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "26de9b396ebf4833a8996721a9eaee8a",
          "Name": "item22",
          "Description": "Item Index #22",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "698f959c24684e05b7a83f07ff99dc99",
          "Name": "item23",
          "Description": "Item Index #23",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fcae1ac014d54ad48889eba06b9ebff3",
          "Name": "item24",
          "Description": "Item Index #24",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b203d204ca9c4de197fa44c7e2d6c9a2",
          "Name": "item25",
          "Description": "Item Index #25",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5cf6f026a966406aa16a0891994e442e",
          "Name": "item26",
          "Description": "Item Index #26",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f6bd6547d56d46dca838f32f95d79ac5",
          "Name": "item27",
          "Description": "Item Index #27",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "826719cabeb24db9a76f6194155ba599",
          "Name": "item28",
          "Description": "Item Index #28",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "969218adeaab41b8ad0ebb4cc444644d",
          "Name": "item29",
          "Description": "Item Index #29",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c8edae5691a24c80b5be41f254d85ea0",
          "Name": "item30",
          "Description": "Item Index #30",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "862cccb694094562b619cc5a7b52eb4e",
          "Name": "item31",
          "Description": "Item Index #31",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ef48a96b817541f7991714d1ef0638ba",
          "Name": "item32",
          "Description": "Item Index #32",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7c90cb7600a744f394a696a0fe0e124d",
          "Name": "item33",
          "Description": "Item Index #33",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4fe4749c74fb44519323523bbbc869f3",
          "Name": "item34",
          "Description": "Item Index #34",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "91024b29f958429bbffaebc1c151f3b9",
          "Name": "item35",
          "Description": "Item Index #35",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0f9ec40e76ee40b4be410c4cc771742f",
          "Name": "item36",
          "Description": "Item Index #36",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b1a21e502ddc4ed8b3cb4d3495da9039",
          "Name": "item37",
          "Description": "Item Index #37",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "498961fe016949eeb493f8e96f76c130",
          "Name": "item38",
          "Description": "Item Index #38",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ec4ee6993ed1452e88381b481ae74557",
          "Name": "item39",
          "Description": "Item Index #39",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "51d67f85b6bc4b2c956129c0bec96fa0",
          "Name": "item40",
          "Description": "Item Index #40",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "900aaae6477f499db579be5d82148f30",
          "Name": "item41",
          "Description": "Item Index #41",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "04606215b37a473f9f388c0e6adf9239",
          "Name": "item42",
          "Description": "Item Index #42",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6aefb32e392842d0a35c1303e0adf3bd",
          "Name": "item43",
          "Description": "Item Index #43",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "298bed91253242848f54c59d08485938",
          "Name": "item44",
          "Description": "Item Index #44",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d2f612bf4464407292c305bb747cccb4",
          "Name": "item45",
          "Description": "Item Index #45",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e189f34d7c524ab8ab04c0055c5c8e29",
          "Name": "item46",
          "Description": "Item Index #46",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3738c873b5f44f8fbd11262491016b75",
          "Name": "item47",
          "Description": "Item Index #47",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "319fdcb446b64703a01d13a8aca7b4dc",
          "Name": "item48",
          "Description": "Item Index #48",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e1bd76a902ec4d3591cd1b37615839ea",
          "Name": "item49",
          "Description": "Item Index #49",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bfb575fd7fde47758e31c64d926a4634",
          "Name": "item50",
          "Description": "Item Index #50",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "686af28f1a6d489ba096f24cc69246a4",
          "Name": "item51",
          "Description": "Item Index #51",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b160030fa7e741b1b48c56a1ddea0a03",
          "Name": "item52",
          "Description": "Item Index #52",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dc64c14eb705428ea41f062252c0b852",
          "Name": "item53",
          "Description": "Item Index #53",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ac3a21a4a7024b1b9fbd25e6ca59264b",
          "Name": "item54",
          "Description": "Item Index #54",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3bd54a8b6a9145cd9bfbb59fef8da6fe",
          "Name": "item55",
          "Description": "Item Index #55",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e9092c01dfdd4c3aa5c2902525a5a5bf",
          "Name": "item56",
          "Description": "Item Index #56",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1490ddbb33c24c3c94be7408a1ff63c9",
          "Name": "item57",
          "Description": "Item Index #57",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "768d97c715c5428e852a1e2108258425",
          "Name": "item58",
          "Description": "Item Index #58",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "829ec2cc93fc47c08948acad7be7c8b8",
          "Name": "item59",
          "Description": "Item Index #59",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e7ccc38024b7441a971f65fb87ec4e5f",
          "Name": "item60",
          "Description": "Item Index #60",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c9659d0a79f54bfb8033d9179cb35246",
          "Name": "item61",
          "Description": "Item Index #61",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "23136b5144324d7896bceba42f9e6d34",
          "Name": "item62",
          "Description": "Item Index #62",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e2ea66826ee644c180363ef509435a05",
          "Name": "item63",
          "Description": "Item Index #63",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bf9b4e635b6c4fc0883c052a4ece7d49",
          "Name": "item64",
          "Description": "Item Index #64",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "24653421dd7547379c55634c1b5c2db1",
          "Name": "item65",
          "Description": "Item Index #65",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3e50c7ee9adf4600bff667e55439ece9",
          "Name": "item66",
          "Description": "Item Index #66",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2229433277ef46d6989b75497294d722",
          "Name": "item67",
          "Description": "Item Index #67",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "14603d26fb3e4cdeb6db3181a13ed3a4",
          "Name": "item68",
          "Description": "Item Index #68",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2f48d90a8dfa4b94a075c9c30487f01f",
          "Name": "item69",
          "Description": "Item Index #69",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "91320137afc146888e26066d5edd5d69",
          "Name": "item70",
          "Description": "Item Index #70",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a722fdda3abe45978bd724709bbd4a2d",
          "Name": "item71",
          "Description": "Item Index #71",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "66a062d95d8d4884b098605c6a5a2e8a",
          "Name": "item72",
          "Description": "Item Index #72",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8ec82f6b9a814d1d9425c8679025fa39",
          "Name": "item73",
          "Description": "Item Index #73",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e76097766da440d8b79daf5300874fa3",
          "Name": "item74",
          "Description": "Item Index #74",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0930437e9f864f9481a08c7ce7e79e6f",
          "Name": "item75",
          "Description": "Item Index #75",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0a553f04e2e44539b50cf0cb5d625384",
          "Name": "item76",
          "Description": "Item Index #76",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a93d0530f7e34a1aaf514740582092e4",
          "Name": "item77",
          "Description": "Item Index #77",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2f62571db2884e6ba40e625f555cf5d6",
          "Name": "item78",
          "Description": "Item Index #78",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "48f721f938274ac4868c72b2df73d2f4",
          "Name": "item79",
          "Description": "Item Index #79",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a41fb2b2c9134df68224e6e3b0ab37c4",
          "Name": "item80",
          "Description": "Item Index #80",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "61dc2409634548bbbb0a074d7498fc85",
          "Name": "item81",
          "Description": "Item Index #81",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "da86ebe2102d498481ef69e32345b80f",
          "Name": "item82",
          "Description": "Item Index #82",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4632e50d44964062af5c90c2b8c0d85f",
          "Name": "item83",
          "Description": "Item Index #83",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0de5f8a17dbe4cf59151d2facf965ecd",
          "Name": "item84",
          "Description": "Item Index #84",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ad96272250bf4c91945aec693fea7b5c",
          "Name": "item85",
          "Description": "Item Index #85",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d83c9bbb70674cf2af6306b08a80c03c",
          "Name": "list",
          "Description": "A list (type: var[]..[])",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "3e5216f3e8514ab096a4a021c9bd830f",
      "Inputs": [
        {
          "Id": "e1592d7d98594428b216b6d3777b47c1",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9cf91176c6d941639bc8a67c517e2fda",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2c8306efe9334c488523191b56da70c4",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e848fe2e5deb4e06927d899b28c9c7b4",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "446085e8967849cea5ac440b904baced",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "eb57d0455c9b4427ad09cced8f927f73",
      "Inputs": [
        {
          "Id": "543b3a48712442b8a79e6ecf1d5c2cc1",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fa7f7faca17841d0a4eff5243e4f1234",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "47d6e2d57ca5442dbfc26531c1a27e27",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dba1b86908b14e30891fa0fadb37dd1f",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c609662bfd5548f19fe49a91f437babc",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "59d3959c2bdc45c3841f5b231ebe37f4",
      "Inputs": [
        {
          "Id": "a6e587bb64ee4dc68a40c114fd6392c1",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "eea11d40ea594db3a1ad9473e5a5464d",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b18c7dc80fae4383bc4371f34d02be88",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d2a6052581ae457aabad599352dcc048",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x+3;\ny-4;\nz+1.75;",
      "Id": "2d261bdfeb8e4f509d6dc135be59e37e",
      "Inputs": [
        {
          "Id": "168373bbdea64728ad4c79721504d6e3",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2f5a4a49cada4dccb8c5673731960250",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2b1cd2204f324fc0a161e698ad49507b",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7578d171426d4a57a5ea087ae63fbac5",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fa9fdb4fe734412291de671f4ab2a415",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "24ede0f21b414bab82f35e437c9f6e8a",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "fc0bdeaf266c4ce1b0da2d67a40295cc",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "36e4bf89f41248c99ebe106be8e6223c",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e47025b0eb784ed38da7f0280f100477",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c305ad661a9c46069d92e8d34006359a",
          "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": "04be42065fc34315bfeda38fd40a96f4",
      "Inputs": [
        {
          "Id": "544b6c870e7a4a128a7e083b582588a6",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cbb355d325e54e5db567e4f8d2e20c85",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "61fc30f619a44e6380b2e95ca4107ecb",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "77acf5775ed04ab9b6834ae1c1cd8e2c",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x-3;\ny-4;\nz+1.75;",
      "Id": "8d4a349560e049e2acbb3c5c872647ec",
      "Inputs": [
        {
          "Id": "a9e94a5a87b94eb39d03aab9331dab9b",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e8b46c4510a64d8b929f9f94f0bc2391",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "268160593bf04e54ac1c2b0fcf34116d",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0974ea143fb24ed3ba3ac94d4223dad7",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bdbcc5eeaa964572ad1901b0a8c83c69",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7968bb68f2cf48d6888b3886039bb85d",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "4555d44dfffa4585aec104b8ba0d23b1",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "2bd25737b5a24c1b8d5fd4e73cfd8a53",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0b4884bc9b4040c7abedf4cd2a187eba",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ce7f62c97c8f4ac0845795959de7098d",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "6af01f39d89049f58e78faa3efc03cff",
      "Inputs": [
        {
          "Id": "a32ac7c4999146a482e2370dfe73cd60",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c2329f3d196040218aab4095f76ea8b8",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "aaee6aa2cc6e407687b3af4f9590e44d",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e8e7333c8680455ba5bef2c7502bbee9",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "12d1d5f3864f4ec7933d1285c0af2167",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "4447253002c24e87b962a8daf47a26ca",
      "Inputs": [
        {
          "Id": "d8bf55fd8ec7410fa4d1b3a1734e81b0",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2b210b884b8c4bca95f1a1e92509e8a1",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "500e2e29399f49739d719dda5a2b265d",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "61cb48f0476743288d0b9d290be9db04",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9d9855bff0ba4dc6ac36055176cff3f0",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "37e1dd9f20c74679be025b7d510dedfb",
      "Inputs": [
        {
          "Id": "b7e9d7853e1c491f8813e50aae427423",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e072d07785ba4fd99f7fd83e13268082",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "af13db367b7c403d8f97f88564954493",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fbec7813761344f9a9e2554a16e28196",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "5bf04071043a408f9e9ffd4d23db9a5c",
      "Inputs": [
        {
          "Id": "6ab8cc0b1e844884b9ccc7ea4af6357c",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "faca03dd66ce47d9a5f341d21d674f13",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d4d1a64625d848c79f0184784ab1dd4f",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4909f21d4fa349e3b499251e05444aa1",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dbb90563f90b4cabb0683e5e2f90ac44",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "c8363654ffac41eca3173c184fc2fc5f",
      "Inputs": [
        {
          "Id": "775fdf6fcbc74b20ae0dd3d999a2f87a",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "eb191dee87fc4730b4f7acda12761f70",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cb59a31382f34d73aa38094f6e225941",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8846b74615d543d19d8c1b498f579a6f",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "5ec78b86479442c8a9898d61e122a1c6",
      "Inputs": [
        {
          "Id": "7eddf5a9b4f344b082e97f6fc6e5d461",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b16abc943908413c8db1e3711d7e7474",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d6ae73133b944f8b9e7922a584d92eed",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1168b5ea037e4a999b6978792bc05d70",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "59f1cd1b47674758be87a033294b66f2",
      "Inputs": [
        {
          "Id": "dbcbd347e15f4b899d4d1450873b1790",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9d549126798b49f6bb772bc15541bc65",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e62b3b5d6e8447ddab2b2785006a0a78",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "25e077c2214445208d7b97c0ef69f287",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "12fe2407c25c4d1880a1a1cb73a77dda",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x-12.5;\ny+3;\nz+1.75;",
      "Id": "1a5f2c82663e41229320c0edb737b41b",
      "Inputs": [
        {
          "Id": "a650e5efd48a44488d05b91e5fc3b3db",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ae581013560c437c8ea840eb2a6065e4",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ae743428b63042e2a23a42bc1cec6b39",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3638addf594c40ccb31510eba81e9102",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "36e8ae747df8406abb6f184b3d773b43",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "600cca6d246c4c9d83cf479fe6abab5b",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "4cf1d9003bd346d6b8765c5f546da821",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5e0b69bc7cfb4df5b082ba7491561125",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a461dd962fcf484bb7352603d0a07fdb",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4c87edcccd864d8ebbe19f29afbfaa58",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x-12.5;\ny-11;\nz+1.75;",
      "Id": "a1434e399b234b26a060448fb4470ce6",
      "Inputs": [
        {
          "Id": "d124504ee15748599b54ce0957bc9d95",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cc11beb71ba3490fa932bd3bd2ee6439",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6c5a7cf95c11419aa3dca2c7e6bac81f",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ce55488b1fb54d2dad962afe770638f2",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5fe525ebd3b245fbb2cec054b152e89d",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1955e7e2146142d3aeb5ce8d2ca74e0b",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "bfb16ec27a024b188c504b4199dd85d9",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "023ac5e7e3b44319ace069d7c12c2fd7",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "01e7aff25be849dfbda7f95180ec37e0",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1ed9ab3d1c654662bb245c350594b830",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x-12.5;\ny-4;\nz+1.75;",
      "Id": "6dd7cb571e7f4cc5aa48386ec98c6e03",
      "Inputs": [
        {
          "Id": "e89546058f874b7ba5066044bd8fa98f",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b7689b0bb1ed4d2cba604fe9acb22420",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "63e80acf7eee466bae3ed06ac758600f",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8d897596e2c8473db981a3f6e61b8c53",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "44aa68410aff4178a8813b8688725b69",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2d464f6f4482415fbdc4f245e125fb33",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "0547cdfe9b8e46f39675a473dc3e0235",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "46152087a0f548b68f2a7b8c291b7193",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f506d2079ed94061bc6c35459fa06572",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b478839958c945faae49ac1b2968a692",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "6c8b8e159598480c9d763bbe7efd3e5a",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3b9ddb3f4cf3474aaf546f2bf539686b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "34f9725d3a69462da3ed8b0c259f1d52",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4ec756e09f224d6295e1deb1c22cac51",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "08d87f6c2e464abba00272da4a319575",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "0e1dc9f98f8e4c84a3b6ccd4371f26f1",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "27f925203f5d4f9385731f62d949cf86",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1284f09e22914f0498e9e5571b3cb548",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "7e374760fee547c59a3d25c7108806db",
      "Inputs": [
        {
          "Id": "7455f609abf94e479453a6988af111ec",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f26a113af8124da09347e64b05d33308",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e95dcb628fcb4aa6af2b03fcc5fb1d2c",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e50b333bde9d431987bbc308c7b425b9",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ba55c38c8e4845c6bdfbd05750bc405f",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "d894010d8055460697dad4a834bd43eb",
      "Inputs": [
        {
          "Id": "f1dac72452e9489eb3c1675f5120c259",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3e23e3fc4164400bbb37eb481487c030",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ddc4944a8e0e419f8d923561eab39062",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b91accd5677e46d38bb462a877284e6f",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x+3;\ny+3;\nz+1.75;",
      "Id": "3bb15191307d490ab80bf713f24ccd30",
      "Inputs": [
        {
          "Id": "e87d2e2e39e743d88d4febd289593c9e",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c0c245fe7f9d4ff299903fc0db045df8",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1a82dfc4f35c4a00a3f0cbc1e472ce29",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "01bff49240c24d5b852d49980adfb057",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "92f3a59d9f774b61977a791b4fb141cf",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a229085a067c4defab8f733735d58c5d",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "bad7f2e478b84d45b5e11f03c0965466",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "e69b5f1d8f1a4af29c0a5aadc6d324f3",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9b7fec33e5684e7f95df53dfc7b7f6a7",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a01874ede46c472a847a752f7b6d2f02",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "8a171e7f35134f3e9ab656929fd64b49",
      "Inputs": [
        {
          "Id": "353d2d1631ee48a7be8cb315596d1a30",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "74f315c8c6db4604866d78634750ad7f",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "72e17af3912b4c478b95f6e855eebcef",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "66778c36c99d48c4992d46b4a50cf96a",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f7a67e958cc84805882ff016bab64677",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "d6edb52a64c24050b1b3dd614b239fca",
      "Inputs": [
        {
          "Id": "0af82b1b14ae4f03ab8f56a8328ecf77",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0ecef0dd41e441a4b55ff7b9cf9e9e1c",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f07fc2a5b05549ee93ea5101eb3b0b19",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f7a3bbfd8495498b9812e2d774ea2592",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ff1a57d5338f40e8a0b1fc617a890e3f",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "ad741d4a0ee84d04ab58264b61e6d85f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "415363d044314f86bf32a76648744131",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c3a84e2c4421409baee73c81e1f70a28",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "68ee402719f74dbcb9b83c821ec8b12e",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x-3;\ny+3;\nz+1.75;",
      "Id": "e132178153954ee28571e9fc75d28dc7",
      "Inputs": [
        {
          "Id": "03a70f45d4394a929f15fe8eaba3bd73",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c8b06dc2877e4964815913afddc7a693",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "56614414b14b437692fc86ccc23a3064",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "74d2ffb1d3734a939e905d80a1c001b0",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "63fc520779e446db9640462154608a5e",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b237c18876074b44b31716a00ace44ab",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "7b60dee4c1994e188713cd28966266ac",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "9848d5b6099246419dd3826af68ce1be",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b63dfb732f784bdebb93e2a81f799164",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a7a8079a608f4293871385e4214fb087",
          "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": "d14154627bc04595b6bd22d4bb8364fb",
      "Inputs": [
        {
          "Id": "de075b391784499ebe1572344d557bf5",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4e821cdf55f54605bc44ae18490304ab",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "df11cd5ad563481580a2593720b07515",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7b063ca205a0411eacd6d99f2e31dac0",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "562276ac7ca445bf85ae28faa3a4e675",
      "Inputs": [
        {
          "Id": "c1d886c44791412ba8612d55016d822e",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "301300fba1054ea5a36b3d0822e59bcd",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b0d3c40d53334572a59973ea3f053d37",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "576eaff07c694e5a945d87cd87c759d1",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9929901c02d64d6a966aa802f0e2810c",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "30.5;\n6;\n3.3;",
      "Id": "0d76c711d53b444087ed87a44a449411",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "cbaa4c1c1db84242b1f7578b208487c3",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "53e720ecd562425f9d51173658060111",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e3c8723a567f4f499c17a07d696612f7",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "779f228fafdf480296c07678ac05c817",
      "Inputs": [
        {
          "Id": "d8f9aa386b254dd296267d35625a99dd",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9899852049d4445485386ab32f6a8fe2",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0fdcfdb7d7d74a3695f1fc9effe6789c",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d53285d263804b0baa8c5573d4a59df3",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b3b4598953d0444d8cf3c16e7f9dafd5",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+12.5;\ny+10;\nz+1.75;",
      "Id": "16e7f4f210434a3eaad7cc31d704ef72",
      "Inputs": [
        {
          "Id": "5ac16922d1c54226b291fa2b83c6905a",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "82e8bf4868954dfa98482e618bb4b47d",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "38d48df006464db1ba3a97c2ae681894",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ca90303fd38d469ab6d848d21c552a0c",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "facfdc7c29614fdfafc293dc73914b27",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4e81105b313842dd939efc33c7fa59c5",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "9621476f6dbf4e1eb133827a10a1c7e7",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "42ea525654eb402cbeeed39f49772b63",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6a96d2f29f5e4debaa40a52e2a8657dd",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ba2dfaa8d6144f38b5886116bf0250b7",
          "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": "caf107b3925f4cdd9c5b4cd03e42ebf5",
      "Inputs": [
        {
          "Id": "ce8a17b254be4c929c926feccfb621a2",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6e97c54389bf4e168e44001bff7b40f3",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "12735e99699243d3ac977c836e2897a0",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "235e95cdb4ba446ebe7c70bc516d25b6",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "d473833747a7474890f73c1a3de5d394",
      "Inputs": [
        {
          "Id": "24bee6a1b7f449648764041d01c01bde",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d8906c92cf1a4fd4a518afa7b57530ed",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b3666ac4d1da45449468b26adc4a3ef1",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5d5a95945b61480e96e07ef17f879cd9",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9924c6ad043d42628674c8b904bc23e7",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "e645c6a945d640f4ae7513c660b14b34",
      "Inputs": [
        {
          "Id": "2bcc8da04f384bfa8a21d26c61485f90",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b061ef92fd1548c9a1d07b8fcf5a5756",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6839f3e753ec4d0a8a12f20a38f4eb9e",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "da281c976cea44298f8b311aa61bc56c",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d0e9245361674dcea188764d8b4fde1f",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "2c21cb2f3cf244e3be819a7a043cbbe8",
      "Inputs": [
        {
          "Id": "d8c909d06c5f45ca993d305cb19fd669",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8e4d148a085b4cdabeac3f0677c1cd65",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "53658b05f70142a59f63eb16232a97da",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a25a2b986ebf40f4bc47436e9ed76474",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x+12.5;\ny+3;\nz+1.75;",
      "Id": "db7cd3e49b724d409c2de0eafc35cd79",
      "Inputs": [
        {
          "Id": "5207355cbd1a4a4190fee97265232160",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1f76c7426c454127bf0ce2f0203b8134",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7f0e115b61c24b808b2a7485e746df3d",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "30b8084216114e969a6d4ca2638f688b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ba8abeb9af494e1b9402083fa32a86af",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c91b3ce0815449e6ba8805a52579bb72",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "7a54aade7bee4b4cb7f4da44b781a4eb",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "ccec88680d01491d8b271b8c86e351c8",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c66748c2edde4ae7a187731caeb7478b",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d47da80af6384b13b32b0b6e40ac8c3e",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "54340c307ac44c31abc2d61b71872b7a",
      "Inputs": [
        {
          "Id": "405f5db59bce4a2c96c669748cb08ff8",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d11add08eefd47f3ab2d6e29edcee40c",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "586bcc556e0b4a1789b7b377fb0b4ace",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "231f9a8a93704af8b13799edf29df602",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "629873a8fca1413fbc5f9bba7f7be6fc",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "28575cb914234f11a66026477a680741",
      "Inputs": [
        {
          "Id": "651095de05d94362a891ba60ebe936ec",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f7ae4e0c8877485ca7fb2af23f3e84b2",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "63fd50b2601b4c6281e36a12d97fee6a",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cd1d5ee3dbd04a59b14feed7768e3e46",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x+12.5;\ny-4;\nz+1.75;",
      "Id": "bb451cf67e1048d4b809ccd3af4ef36b",
      "Inputs": [
        {
          "Id": "d51c72aef4d840dcbdea854a3ae2d4cd",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1bfff554f28549ef92ae13fbe710c66f",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9e6e2014542f43b9a90c06552cf4f5e9",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5625dd240b104f1a9f2af505ec28ce1e",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "76640f5ad6f948b4a18958852710d940",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0b37bead87fc493389e44965524eec52",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "b3ad068e0bb44b458caaf6d0a89307d3",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "33619c03e4b9476ebb21ddda52a938fc",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2add3139326a4495aeca8b03e5b8f2d0",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b8283dcd9d5d46e7a35c8e62473c2989",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "04e672cc391e4ec5b6dab010a759e38d",
      "Inputs": [
        {
          "Id": "48427394249543c68a070126cb2ed744",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "abb7e164c2f04891a5db766bb00bb7fb",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "39367be4635f469f89436e31266c44d0",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "278ca8750b2b4712882fc7e8502aa925",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4bb2aa79a61240e88bb45c8475ac4007",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "18ba20f6ffb8476baa602f621c4ff2cf",
      "Inputs": [
        {
          "Id": "2b50c9658cd84804a30eba1cfc340a49",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "66a990578fe144f5b6b4642600207eab",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c92e271f71b74306a2a95e253659e81d",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c0cf25d708e5468d9d11be1627eaf148",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x+12.5;\ny-11;\nz+1.75;",
      "Id": "d187a178207b48eea63bc9c6807b1b96",
      "Inputs": [
        {
          "Id": "d3dec2fa7b86482aaa841f877d4dd580",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b0b6d1a8089640a5adab1a2d85f5ddf4",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "90b0844a4d4a4ec68e15f85eaa2b0175",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "981a3dd39a344fe68a4f95fa9ca8d145",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e8d6a6f256d44d5dabc827346000551f",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c2415ce43bc84112b826ad08599ed5c1",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "5.75;\n6.75;\n3.3;",
      "Id": "41611ff2273a4b8fbdc408659a2503f2",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "c2d8a763405b4feeb501b3eaadacfcc1",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8327bad1bb6e448ca7f78a34ac964d3a",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4e7bd68426f945f38d71869d7dfe783d",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x-12.5;\ny+10;\nz+1.75;",
      "Id": "ad0a255d5d424520ab07a869dca4fa44",
      "Inputs": [
        {
          "Id": "3a36a7705a2043df8039db433668e7f0",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "67309cce6a2648cc8a14a960194b485c",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a338bd72e7d14058bb0bf6a1e58b3787",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0dda2a997dd147439f8733f23e96768b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "983f02d41c254784bbde499beaf6ec1d",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "326c14444920481e82c59f3e36678a15",
          "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": "898df815d0a1475eb60bf162120b2839",
      "Inputs": [
        {
          "Id": "e8bdfbff547448b9b557b03fca132027",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9bad824471354734adf496bde274f717",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f288283a81344d00ad28fef04bf9bbde",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "76ad5e21a1ff4b0d8081343c97f29ff7",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x+3;\ny+10;\nz+1.75;",
      "Id": "e8c976ae7e084002961f7c4545ead425",
      "Inputs": [
        {
          "Id": "2736a43d5f30489cbc1d8d4021ede30f",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f0bdd6dfbf72455fb9c3d3f38ec5ff90",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a3a05a1d2a9e4beb8b30b4901d18daea",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "460cf1a8942f420fb70c1307949c90ff",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e751e1d8681a4f1aa5430b2107900e9e",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "12702f6f8f334a10ba24466e579c1fed",
          "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": "4034aa41965a40e6adc967a343da94e4",
      "Inputs": [
        {
          "Id": "e368d547115a4a27ad617cfbeafa5693",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "22d58583729947b28b3dedceda2b097e",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "90ebaffc7bc84b39b433a50b847cbe55",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2a1eda77023b46158eb76a8b64d07581",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "7d67899809ec4af0afe8105dacb8601f",
      "Inputs": [
        {
          "Id": "6e2493db37434bd1a3562c478bfbb6a0",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "119d91fa9d6d4290b84c2668535aab29",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "731297b11b074b579a736a1a6b6c9d95",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3ef55b52030f4d48bf2bca952fda2e0d",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x-3;\ny+10;\nz+1.75;",
      "Id": "d557fb3129544367a6639b090ec75211",
      "Inputs": [
        {
          "Id": "7d206cd4e2c743d9bcdb4e5e4c640947",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dc6fc403b34e4d4b8746df2471a48ccb",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "25e13432f0954c05b66cb24bde9f1465",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "948ef79d01204093bae876c4c601c3c0",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c849b336a3bf42c4bbe01a7ed215b63a",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cb724b5ecbf648218b98d1709113c0c3",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "7b5e36f4e966457a80fcd0211373cefa",
      "Inputs": [
        {
          "Id": "8c8df5bddfcb406d8e71b4b8a2284e2f",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9bf31962e3ce4141bc42fc10b0a9b409",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a070b8629b4142a9bf1636991795f9ab",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bc7567c0d1794fe29742b0fd1bf4efa3",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "afa75a3bbe784cf4b6fa4d5104be5186",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "dc731beb499d4ca4aa15f958665b66bd",
      "Inputs": [
        {
          "Id": "ee8f22a246ed4b0996f0cefd4456f3fb",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "82a398c255c74a9ca848073cc628d2f1",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fe9a93e863294a9ca438c00af7a7b7c4",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3a91150621044467a872dad001740b87",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x;\ny-12;\nz+1.5;",
      "Id": "598b559d9e9e485fa18b43e04dca4222",
      "Inputs": [
        {
          "Id": "77d9b919ea7d49ef851717bc7572a766",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4c2472fa6523456c9531542f7b362993",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e8290a0a5fda407f87ee3cd8cc46c4b9",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "974bcb993f9c43c582582aaf3bdad488",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f88fd0a92c644faeb368812f08691f52",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5f7850af4e0342f1be07b75a30ba8dbd",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "19;\n0.2;\n3;",
      "Id": "3714d4c3a3c4451eb3e4f24f7abf1474",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "9f8c2aeb0ddd4fa5a71eb1a1e6b03eb4",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5d6da5beeb0f418e87a91b6f09abc3eb",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5062667e86134b299e3fabaecacf7fb1",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "16ea59ceffde4db2bd7d674fa40dd756",
      "Inputs": [
        {
          "Id": "92a8541d00ef40f89e6df1b6a5a69967",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b21954b94d8d4aff82cfbb526a456c4c",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9c3e4dcb3a7049b88a79ace92c15c6bb",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8d95be4dd20d40f4aed676d0ef468e2a",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f42e20c9e23945e8a5e9e5f7d1cebf8d",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "c19dc4958158475bb8217f8a0dba0763",
      "Inputs": [
        {
          "Id": "6ef7b6492ebe4ad4a8d7b1bc9b84506f",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "86155eadea074ece926212632e72a4ce",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "840114e4451a4ad6bdfbe50aa9399aa2",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d13c11e741d04fafa6224d99aa4533d8",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2b052b26477341eeb533234c504a5945",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "408d06521d4c4caf83052fc058b39453",
      "Inputs": [
        {
          "Id": "03aa043aaa124e24b7cb89928863e854",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "445bb21141ee4bbf8600a3869460c63b",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "88e7e1b1123244b4946a94ae25134b2e",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "05589159f8fc4344b4774cb5d85df777",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "56903e1b64814a6ebedba6a549556418",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "8e2dd6f295a541e4a83e264a43a7d0d2",
      "Inputs": [
        {
          "Id": "365504e9812b463bbc9c406b451062be",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "44ad54bbd8594603872fc8ef4550e1a7",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "167de72e1f9e48368af2d01b1adce7d3",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d8b5810fb5b84e51ab6c9e0545479616",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "db6596e9612b413885640ddb02b52f57",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "2e924560455d455fa129e5b6be4d3da1",
      "Inputs": [
        {
          "Id": "10a7e118e3794d0e94ba8e21b3fab97a",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1979a76606334d58a4a7c75d27328f43",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "771b6ad3318c4f668cdb810e32506dfe",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "aa9f313ad1594a9e8c22807b78ece672",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "adec728b4da94ab18b669e7af6e9ceb9",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "5d75237526054fb0ba0245bcde4665c4",
      "Inputs": [
        {
          "Id": "00e09357d6ab40f8a702844e9d396b75",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "40301054ede44d26ae985b58904912d3",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4ae242a91ba2427dbe71339f39d42919",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "59004cb9c2374d40a73b36b3fc729aee",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "2aa65f9cd97849d1a461c0701ec25292",
      "Inputs": [
        {
          "Id": "f8ac5dc31b6f4e2385913858ebdfef70",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "79491e4e5fe94cc4a3dd8cd88cacea7c",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "92f360df3c1e41c09930b383ee0f9dd5",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "44307c18db044d93aa3b1c39b5c9cbeb",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "cf78f4f7e5d3454cb8384b0f806a6e8b",
      "Inputs": [
        {
          "Id": "24a5c0b382244739aaf84e33d5eea9f8",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7f7f06489c0f499a93cd9687c00c26c0",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "53b932ce83bb49cbb0b50f57599767ae",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "70a9a2f408bf4755a5d6237146e8473b",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e43f7418821f4d7da3d9a441cd97c9a7",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "f7292744cb484ff5bc44834fce7dba26",
      "Inputs": [
        {
          "Id": "830c1db41a154d4ca01c788efdc53c38",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1f41a67de99b4c39a0fc61fc7144f4b5",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ad6b371413ae4fedba6cfe77cb00a472",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9d64fbc04b6b4548bf67687c4d54819c",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "eb20095656dd4419a5ecbd9e11886c6a",
      "Inputs": [
        {
          "Id": "3447119f98f9458c8b7318bea6b27d50",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "025b99071aac4310a19a60ca0979045e",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "12f1f4955755481095a5614134fa0e4d",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a1b453a78dad4c459b647e6648e94d38",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "949a2677d4ec420b99232e2ee871644b",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "7a31ac07c6a54f3fb8e6a1a64eaee2b7",
      "Inputs": [
        {
          "Id": "cc39b64b44c84a709dbca459a74c6470",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c5aa2e7d15e148c3974c567a7493e460",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "750f1b9de080466384f50a9d512a20b4",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3fea70c1afd64ea38f9411088517d735",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "eb45016356a5474baae09abe0e700242",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "a8c6968d7e8f4d3797e3feec8c2c2285",
      "Inputs": [
        {
          "Id": "1b380d44bb8d4b03bd2a2d4b3da60c41",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "af2e24a8d86b4f29810407789b14f3c0",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e5f166d7ec3f427196f7a7b8ce3852cb",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bc0804d9b64d4b39940456954758ac9c",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4ca8635d6cba44e1a1d126b2aad84ef3",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "57096d72826147cfb0e4a5c6f5b70f03",
      "Inputs": [
        {
          "Id": "33e32ba312444eae81c967c74be43bb3",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3351ac6085e44b9a9fc9eca9421fe745",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "71d921ebbfd64b0c810751cbbfa8e16e",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "25a4307491d946ffaf24a65c5c94b1e8",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6b5f338bc4134cc59114cc52f33e64d6",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "7bc0702fadc84b2dbbecde4132ed4852",
      "Inputs": [
        {
          "Id": "3092606e6b794c48a296b1b079cde5af",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3f4d513cd85b4c599be43ea9ec59a155",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1a1e6e7503e647be96dcc92cfe4cba22",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "468609da1cfc438d97367e0e8a325d02",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x;\ny+23.25;\nz+1.75;",
      "Id": "1f82794e3aa54828979fc349427c1d3f",
      "Inputs": [
        {
          "Id": "c05e1e8d4e4e4d70862447662820865c",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "18f81a8fdaea4712b369dcf3e44cbf49",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fc9046b335fc47cf9d3db17e87b04adb",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "983f40f901964dadafb763d5cb17b405",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c9b198ddc53d4326a76bb30fc3ebe998",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c8631ba7ac64439c9c5a2c91a805a95d",
          "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": "6c46d870b57f419caf3ba635c37a12ea",
      "Inputs": [
        {
          "Id": "8167e9cd6a17443f959a239c56edcebe",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b62ff4461c0d49b2a9986241524267e6",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c7fa6e7bf4c049caa9f75bd594046b8c",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e20418ea911e45b3aa0ec555317e8780",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "108ace7fd32e4465a8d745d2fefee942",
      "Inputs": [
        {
          "Id": "d2f21aa6cf5d4ab696d0b73021aa7847",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c125fa744566456090fb7970815b1e0f",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "113da32d00094d21926e11225aebedc8",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d9092f72035d4dcab583d3cee15db2cc",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "0bebaa31f7b34d169cf973a5feb76f8e",
      "Inputs": [
        {
          "Id": "c30016862a2f41d684b5a3594edf9d83",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7cc356cfaf4543d68c8f72a9ae5c2a51",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "afe334c17ea446a18d92df4781c1232c",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4c04aa27e8754a4da5f4a0f598db37ac",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "68212b03d005477681680b36039a6df2",
      "Inputs": [
        {
          "Id": "20a912a4b5144568a7718b016f8decd6",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fe703705f4d749d183d423d6dbd9fe6a",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8af8a9af3b394d278308bbdb6fa02f16",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4cd0990e84c941eda4afced1927f4a07",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "7f02b97989a94f63991bde775624b3be",
      "Inputs": [
        {
          "Id": "8c6e222b61b04761b472986551daddfa",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "461f42d7b8d84e3eb96f2002455dc4e6",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "faed0071acc542569486c48bc60ddf4a",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d491765503d140ff9624e01a5a80cfd9",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "d0eac125ffdd435a88598436e870b54d",
      "Inputs": [
        {
          "Id": "9c06b05a9a024ef0bd917d5c5264a29e",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f07ba533b8d04dcea4cf7c635a47fe28",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a0622a07dd564485be4e98806635ae57",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "eeca0b132d734b97bae51a4308015761",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "ded677bfe23a41ebb73ae81d98f8c9d8",
      "Inputs": [
        {
          "Id": "31e05ad934c440a78950575ba4fa152f",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "361a0f918d2448669afbf93f9baa532b",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ca593876158c4b84842fd816d4056f34",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9ea44ee9c8c34f18aa06e4b9d081db6a",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x-19.75;\ny;\nz+1.5;",
      "Id": "5aa495c44f994028b69d9238d40da179",
      "Inputs": [
        {
          "Id": "3a579efd578440adb2080cbfb9d44374",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "42b49428151a405397b3adb5f3b1c0c7",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f75ac7aa3dfd43258afa2a495b7704e5",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "aa0d1cb4572c47cb9ba3bd68199bc30f",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "59ce77eda93f4564a0a0bb6942f29543",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a61733a6be3a429cbbfdc59867b8cac5",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x;\ny-29.75;\nz+1.5;",
      "Id": "7a64304115484b5d96ff22d0d8e9386d",
      "Inputs": [
        {
          "Id": "ec959dc536c54e5aa3eda29b8a67d3c9",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a8076bbd3bca40538609569c9f71f268",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d5a8ae661e984387a865fe470046a492",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "858fcde8feab434da5a7f88542b1b8a8",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4a80659f80b74181b70a88e13696a9c8",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2ba1f7a1bb744c5e952de52c934e0688",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x;\ny+29.75;\nz+1.5;",
      "Id": "bdccecffb7ba444499cd7bba62eaa51c",
      "Inputs": [
        {
          "Id": "f2190da460e14e7eb5976b8fef4c09b6",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9c11506053114c7b92349a28d5e2c411",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e0666158c925457ba80bfdbf2883473c",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "297f7f7fd0a64880816c2e287cdcff86",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a4366d8ea4974821836cb385e4f57685",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "60656b500c454b2fbba8761323ebda94",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x-15.75;\ny+6;\nz+1.5;",
      "Id": "4645d140f40f43c282a5b6d52fa237ac",
      "Inputs": [
        {
          "Id": "07be415a574640b297709d2e98be3768",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "563379f619464f7f94d98d77c5d8bff6",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fd1ff66cd853402ca230f2a73900ff70",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9ee9374af5914699a1be214592238325",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "88a078141bad4c4cb3217f57981d9c55",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5c4961eaa80c4b1791b4e2fc38e5c5e1",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x;\ny+26.75;\nz+1.5;",
      "Id": "973c577130bb4aedb9f71abb9379a5a5",
      "Inputs": [
        {
          "Id": "5085b1a05a9d4f8197a407942caebef0",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2ef79ba308274ea89a668c09a3fc5424",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a5d4a6cc0da049bf919f68024329fff7",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ac98f9ec16c8465eb91d7dd4753e3a29",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d1adceb951344d43a2f386b0f619f6bd",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4f528e534e3143baa635225b02a07e0d",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x;\ny-14.75;\nz+1.5;",
      "Id": "94b8f122eadb42fe99800444acc274c1",
      "Inputs": [
        {
          "Id": "f259c7c47dc14ff39ab031f4270f76d8",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0818a1f13dcd4c09a68e499a29dc110d",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c12d02a34bab40009ca2189f74ace769",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7d8f0696b4c04804855e05320afae49d",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "745156617b364a5eb97268bb0343aeeb",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3eb6046c815c4f7fbf9993cbafdbabff",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.5;\n42;\n3;",
      "Id": "e9681f1ecf8d4a4bb0b06edbf48b3bcf",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "d4c6785047264dc4afbb3f72a5c26898",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b8f4d5ab1b144f40be6e08a76b761f2b",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ffe8de2bb99e485cacfd220ac38f986b",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "32;\n0.5;\n3;",
      "Id": "67970052c8bc43d7a780be12ebf6fd2e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5d1fda80339b4cd79f9423fe61185d02",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "374b99c5cb30413191529fdc50954f48",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5b3758658880493d8cbe3183eb07683c",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "32;\n0.5;\n3;",
      "Id": "fbfbb24b1cca44babade8a8433a4c7af",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "366b8ceac722402da4706af81e89f833",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "53ceb4055393459a892664e3140115c1",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1c0dd2cb27874562af44e8e64ddf58f0",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+15.75;\ny+6;\nz+1.5;",
      "Id": "80a19bf35b2f4c8ab5744070f4200992",
      "Inputs": [
        {
          "Id": "58b9faeda07046fab127ae03ab52165b",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "05dfc4c22b394b0c85eb6ec93aa12bec",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4a17a22bffcc454e9e98d1b28f56709c",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "362390e74b6043be95b62983b12ae059",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9d939cd0e7984574b0ee56e19b9ea94e",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8afbf98ed97c47a481b06b9c08bd2c80",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "40;\n60;\n0.5;",
      "Id": "16a64833c8a8401c83e70f1a0cc95195",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "587eb96deb21457cb23225f8745e560e",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "30b9c675b32e46819fe98088d502f0b5",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8f0336f1e5a04709aa9223970e480a7f",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x;\ny;\nz;",
      "Id": "5d7059e2b8f34dceab7be175d4e0cd19",
      "Inputs": [
        {
          "Id": "563faf4ede0e486b815291757a4e0da6",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6b25a8b62777435a81aebc71bba3057f",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6b125a80c1bd44ea93b22d2c35b08b70",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6defb62316684875892146511efeb059",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d7cefc421a56482899680c993d7db20b",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1dfc87ab5156421a81359d1c87907fd2",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "32;\n19;\n3.3;",
      "Id": "7e04e56bd35848d1b2138a52f2ced546",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "db35aabd2e6943e6b35f1c31bec5e245",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ba5e9b0acd7b4585979300fac1c95c5e",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f25bff2c0504480fbd0d902f6c422d6e",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x;\ny+18;\nz-1.75;",
      "Id": "0d08a0de07514f449aeef98a34ba024d",
      "Inputs": [
        {
          "Id": "ff7dd92fac0d48caa5cbf4f6092489ed",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1751fd80122c499bb6aa194bf27a0443",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6152a86c9fce42a8b0e87dc14fcd3648",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ef3b5ac3d01145fa900d5e02dff6f24f",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8706e95a47f948f18518f77e32dbbcff",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8f9c33d2eee04010abc35eba2b91a255",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+19.75;\ny;\nz+1.5;",
      "Id": "6c9e579a07a34b10a9bb90cd67144905",
      "Inputs": [
        {
          "Id": "e5c85db62258496dbcfdc384d0008840",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a76e724724d24c2d99047cd85fb8f477",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b1b136df02b84ef7b320fa55d55c6069",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "252a50a955a44dbe89a934048b34cf28",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7ab6a2cbdd134171aaeec5c84a7f4bcf",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3e1e3b060dbe4bf5b8fe651680ac29ba",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.5;\n60;\n3;",
      "Id": "842ee0033c364f6b8cb62d21e8d0563c",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "77aab4ddb8e1442f94aa5306ed4fc705",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dce2491695a244b9aeac7f95412f769a",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f53adb7a521b471bba41c8669dde3a18",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.5;\n60;\n3;",
      "Id": "3afda7acf85546f18d0bbb37d722e0a7",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "e56c46f907864a4090172d48fbd6e905",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "98aff6d350604d37aef3fc1588f00160",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2cc9f37dd7ba41e0bf142e58f0a963c6",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "40;\n0.5;\n3;",
      "Id": "3e6c8f76c8764a89b260eb41f75d4cba",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "2fd5638dfbf84743839e637d84a20657",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7b4ecb4ddfbd4ecd85ae5cd8e7f351a3",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "21b691676b9d4cbb8f86cc7120b3d754",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "40;\n0.5;\n3;",
      "Id": "9bb5affd791c438d880bf52c8c550f43",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "7506b86ecce9413aae025160cfce2e90",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "68392770a402401b93ed59f4a8ec18b4",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d680dcea98b64bdaa37dd92ada7a7251",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.5;\n42;\n3;",
      "Id": "0aef6d034552432aa471a60ec1044e91",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "6bfb70aee35d49fa88cfaec6eb633174",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a393f124d0f24b35b60b5b1838ed3d67",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "96d93dff3ddb416c8eedab85064909bd",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "31;\n-70;\n12;",
      "Id": "fd1e1f325a724ec7b56325ade735c3a1",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5df2434525e540ca8062a8bbc0865d5f",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "117c08c43d394656b751db849244a91f",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c5515593ab614846b2c95cdc45bf938c",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "e7c84f92da6a40ac91b35f512743b24a",
      "Inputs": [
        {
          "Id": "eebb7c07b9dc45868d3b5c82bf2359bb",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ee275fad961a4fd28cdcb31a028fc72d",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "805d8cc7cfa2417b938bf78d79254f38",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4abbdf2164294324aa0fcc2eff50d70e",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "db60d8ee37cb40419da1ad1c6ab87a6a",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "20;\n0.15;\n0.5;",
      "Id": "d6e0163016ab4bf1a8affcb5556a81bf",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "08a5b35684184d88890e35445ddbbcc5",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "69c5af54b67e430ab4edec60acc22f0a",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c81e9318cc7c4784812cb250c45e9f37",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "ddc476b88ee54b16879aaf2589847b67",
      "Inputs": [
        {
          "Id": "95428ec841324f3c9d2cfdb5a11161e5",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "85f288d0f7834c41a8fe6afa110f8036",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e6722c73b11b4eeeac83147f855d86aa",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "176b9b7ba3094e29b063599416b5c827",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "79aa90408746418c99ae94a718e9a3bd",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "20;\n0.15;\n0.5;",
      "Id": "adec7565e455435a88fc416c8ee16dbe",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "cb4668a37ee54e219933e6a079ab0d17",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3fdebd9d4d7845c4b9e0b167e48b7160",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b42bedffc57640749b8bdd3415e52b65",
          "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": "c20aed45e7dc4fa5a0ca5390dce6b5b5",
      "Inputs": [
        {
          "Id": "788e847be60640b590cb21a96be7d547",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "13c76a1300aa4dddbc3fb27eaacb6709",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c13676e5eae84c2eace0d18edc56b665",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2111350bc8734f619f5cbbd3c6a28741",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x+10;\ny+10;\nz+5;",
      "Id": "6e53f20d4e7a4aaa9639afcf73e1366a",
      "Inputs": [
        {
          "Id": "f1d974c87afa4c8ab2aed8f8b67f5ffe",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c790718104ce4f5788e592c5432c78b0",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8dab314d2501405d8cbf44288206003a",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fad6fa1a63d64955b731bfa368845eb5",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cb8f89a1e2bf4cf98b47de0d24797a70",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dfd560fd0a4f4e3a843acf9f69c06c24",
          "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": "b72398e6cbc74eeab721090a80c14da9",
      "Inputs": [
        {
          "Id": "5e42e5a0207d4aeeadd8ec03bd71a0ff",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "69dd44fb81494b73ae94cfd7e30008d2",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "78641a2348c8421c9a302a39f26abfa0",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8e42ebf6ae50449d87706c5285f12c4f",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x+10;\ny+10;\nz+10;",
      "Id": "1b8cd88f280444778b3bdc68d1b55576",
      "Inputs": [
        {
          "Id": "8ecf394076c34120ace4a922cf3a9810",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ce368c1a71c646fc8b4c03c9f250be93",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b9c0bc6eb63d417fb79c97a937a0af61",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a884195e42d949ba9b07984c420517dc",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fc7e5bb14a464386856cb52f87038ade",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "49bb4423feae43bf84b036844869c5da",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "be48ae92e2d44718b821be2bd0ffd9ec",
      "Inputs": [
        {
          "Id": "f8b723ec0fd04714bff9a56bcec0dcaf",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e84239bc64d444d1b4ba96639fc78f37",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f556784b7b924369a4d358044ada4691",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fa4c66c505804a9dbe0425ca2147cb9a",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "98e82e2d225a49a59dfe454e172e6a87",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "c1f074b028d4440fbd04953051f8b952",
      "Inputs": [
        {
          "Id": "1a2c9c01c0f24097851cf2e181624b95",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "03065a98cfd94829ba8f3f24423bcdcc",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "779f46add47843a5b67590f0f78105b2",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "75bd6e944baf47f3b0e76f575818005f",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "20;\n0.15;\n0.5;",
      "Id": "f0c4c803273c4c0da220dcee2b4885f5",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "46ac6878d0ca4336bf403fd26fcb5caf",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fb115a386305423fa5c9ba25515aa256",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b11a53a073414d6786e252ed737ce549",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny;\nz+5;",
      "Id": "4008c09ac24a4455a425cd9b198fc178",
      "Inputs": [
        {
          "Id": "316f197f3f544343af0ad2fdfce0c59d",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d218eb770dbe49a8a59bf9ecd5c69483",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "71385352c77c41fda897e765a5b80414",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fbe70bf2d8894b199331823587083dcc",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "df74576a89b644abb87ca062510a0ffe",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1daeb061d3794068bf2cd787038494e0",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "802ab29bdfab4476ac76a65e4a11d516",
      "Inputs": [
        {
          "Id": "9a280a2999624270aadceca1fd3e87e8",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6aa23c7f0e204988a5d2874d6b3acb4e",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2d7081431a4a43e0b256a854f976aec5",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2e5b86eea80549fcbac061ee00c2cca8",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "248a4a9570f94b8181afc058623ea731",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "3c1aee00029d420a8bf3a9d2b71aaa2e",
      "Inputs": [
        {
          "Id": "35f58eec867c478da9dfb4855820dd82",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "75e50ab45ebc49e1b20eecf4f706015b",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f894b5adda934be3a9aa95d0621452c4",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1070c80aed744cc2b0c166f3d6ea986c",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "20;\n0.15;\n0.5;",
      "Id": "c358d4a9e5b1421c896e1c3dcf379bd0",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "8edc944ad1f84a1e87b5d13b9b095bc6",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0de2fbbc368c459f8591a0bc3dcf3079",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ce7a6bd0ad794246a0b2ace7bbc36bd3",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny;\nz+10;",
      "Id": "03b19662f2c94948811e7d9ad4b88fde",
      "Inputs": [
        {
          "Id": "8afde277f40b400b8d03a805a54278ff",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f5bd43e6b2be48539dc418f95e449f43",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "534c4f0357a04154824cde7e1003a800",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8fdb654e714a43a3aa1b02c2fb72689f",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1a942af3098e406fbfe08cf13f3dfcdb",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7cf3abd44e5e40728617ae166648c55c",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "3c23066c35944f96aa395ab7dac6eb55",
      "Inputs": [
        {
          "Id": "1a0149145939407b965b788bf9784177",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "66186a3835e24222b144aaf3eba1a053",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fbec9ca2fb484b4fa05943025f7e1f7b",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "769576919c4643ccbf352452e553b14e",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "626404cd377845b0b82d59e02fd21b29",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "9b431fdfa90a48fba18a468314317861",
      "Inputs": [
        {
          "Id": "389436111df345b1a0204c14823e185d",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f500322ad9004df5b0206176d77e10d1",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "78de325cc0814c21aa916a7ad1023765",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7f3e10568243409f93c395b4b159233e",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "20;\n0.15;\n0.5;",
      "Id": "7a0973ed11e14c7cb01f50511c4e577b",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "8bf3e15fac5d42cd8867f229b9962cbb",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a671d81734a64289bdf74eeb5b148ad3",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "746ce6c253c94fa3bc7e212d4be80ffb",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny-10;\nz+5;",
      "Id": "7810bbdea1ba4d40814e7bf301d21f3a",
      "Inputs": [
        {
          "Id": "98fdde397ae9487f9b863f64ee1e4bf5",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6251efd780454f5e9ad67856770eccea",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8c331cf0c6774a76ba83982bf73f67a0",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "48040c1de2b5464f88c9d7e7fb85959a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4a4bd0f913e44fd293e5106dbffedb96",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a4568b994b674367bfde608476676329",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "a939e0c6404847d986202b9a150e6e98",
      "Inputs": [
        {
          "Id": "d302beda7eed42bbbcf774db51c377ef",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c7b9259b4fde4fe89d23103cfcfa07c9",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "066e0d71a22a4ac0b18ec97117852db4",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4a483909863b4440a902200c649f7af8",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "47a2c317c52640f2bb0dcf12844d6bcd",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "0b5b5b03f15847f3924305f8122ca9b9",
      "Inputs": [
        {
          "Id": "bf03a2b6d7694eaea1f932504ca99f2e",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3ae8ca5bb518430e9e05f69f8b8b7db5",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e0f7002398034b6684bb39ede19d67ee",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "85e58da1041742a7a9b8cbd1ae527863",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "20;\n0.15;\n0.5;",
      "Id": "b2c1395c0c2045b89a1a62c0c6606a24",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "88b99fe3996342bfa98b38d4b28d4334",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "12a788d2706842be9ee0b70dbeb4fb0c",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cc8b277da1174f1989e41cdc3832c67b",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny-10;\nz+10;",
      "Id": "710c8eb1441643a98098d1ec5af6abce",
      "Inputs": [
        {
          "Id": "7510d2b0149a4e95838f9d68c8a81cfd",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a9ed5b5e1a224c2abfa663cc843771a7",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a371ee0048c6451ba41439e61147a1d0",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d8af237b7dbd4649b7615b9ed642a99b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5dc2d540c0ea493fad47fc05083b107f",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f1e1811eb00c46b48dc6e891dfcbbcd9",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "f03e0e4552a74c4aaca450e912060e3c",
      "Inputs": [
        {
          "Id": "0cf31ee9a7ad410db4b2aa5a04acd378",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "53a2dbfc84454d8e9d37780d8d770c44",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4dd983060885492fbc49d8e65a146295",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "77166eb448f94ff5a65b9d81bc218afe",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7b4abda20cff43e2988b599a106c43db",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "1099552a4b4c496389f8eb196c0416a2",
      "Inputs": [
        {
          "Id": "17ef30a1c95e44cea69a0644522eca71",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "560ed073a6f5451c97bbdad3525e6c64",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d0cc0878086d49219062f6cc662504fc",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a1554e432bea43b5ade98525a4711958",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "74f123d572c14840b61e04453a0c67e2",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "03e013091dd04f2fbc88e5e2ad4ed722",
      "Inputs": [
        {
          "Id": "1945923d662e4ed389fcf9d1a3d9a10b",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a2536e36b7c44d66b79bcbe29c3e503c",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1a026c65f15b4119936a1181d168c023",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "798a5399888a48ea99e19e40c32555c4",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0a2a5e0b5ea84f2bb70cba636643b312",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "f9a8645db1174a51bfb86b13ca86b29c",
      "Inputs": [
        {
          "Id": "6b836fb72af54c5d84a78300c4009de8",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "50b6f048dfbb4a9897dc22ccaaf0a9ff",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6d4d0761869d4d0c9d16bd4264f47019",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "96bc805e52154334831606b4d976edfe",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "139a1a0eb5ba4f6c9cfb21dadab55a67",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "5feb875b89214d6497a46df961450cd6",
      "Inputs": [
        {
          "Id": "305eb460a7974553b624ec180e3a4e90",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9103400e6ad54cd0b4ad15426fb2732b",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9b3f348fa68041e78ddb787b37c16488",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7835425bbebe47b485c9647bee585389",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c6e51d56521a476b8f42c0a45460938f",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "22ae8806a7ee41b19139fbaf83bb0290",
      "Inputs": [
        {
          "Id": "e635a018708649aaa1d1a3c45360e018",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "05257bc668ba499a8197c25d77978f29",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "617f11767e6044058d0cab104376b7f3",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "74bf925951504987bbde29def5017b12",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6e0fa87e59a548e180b008d2689826ab",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "451249dbdfba49a78a09621a936ccfdb",
      "Inputs": [
        {
          "Id": "883c592bb9d04e05b6138deb382f7468",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b68e85fe5dc2433a8d40be8cc1231359",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f7604e0e08204532bc5393ffeb2cacfb",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fed2131eb1c44d43bbd357e45d3ae24e",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ecc4a023fe6446158104ba385c3aa6ea",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "76780cad8f7a45b386643ab4b03597ed",
      "Inputs": [
        {
          "Id": "0eec0224956d4c14bbb86bd6a6c4aa42",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0ba88d6806ac48059278349377f321f0",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d87aeb2f1c7449488f1cb7ed0ff930e5",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2e95073b1e644345a503abaf40fa6318",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ed1d0a66f06e404badb5d4305e7ebf05",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n20;\n0.5;",
      "Id": "4788ef2bddcf4aec816a341b3852352c",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "fa53ae934f7e45beac33855353e8fd44",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8d66958d5ecb4cc48e255f164270e7d0",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fa823062022d40ce8116a1dcc4db8ed3",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+20;\ny;\nz+5;",
      "Id": "a37ce334c5e24d71a19228372c74b398",
      "Inputs": [
        {
          "Id": "dbc121f8e8e9438b888d48d3d4ab4767",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5dbae70da858401181d894fe430b3250",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "112ce6c005684f8a893a5ae8479aa7ae",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "05dbd847b2ec49eb88fdcedfaf63f843",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "653486eca46b487cb551bc8abfcf06c3",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "61a09be41bdc46c7b60dc19b35675e61",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "d7733e0c4489494ca16488ac19a92b0a",
      "Inputs": [
        {
          "Id": "8c9748183b3045a6b2469d5bac7c6703",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d44a426c703a46c4ac9f32d1757d02b3",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4862822a3b9648c3a44d1089f2be7ae9",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8ca5949bf6dc41bb8c494c6d96d8314b",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a47d8b645fe14a8b8ccbffeb8aa1c489",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n20;\n0.5;",
      "Id": "d09c5b900e574166aea6fcb88ec69d65",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "b76d2565d0424c26acc90cd4f20420c8",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "369ad5f282e34aed86ed8a2b65ad8739",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1b01e69c5eec4b5da49b80e84df0bd06",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+20;\ny;\nz+10;",
      "Id": "df693ed5c57849668fa85dfc588c9486",
      "Inputs": [
        {
          "Id": "6dfb596721644fba8685c138d03e200f",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "852919d99d6a4e60b11371966642c9a7",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "93c0260ded6540ca959ed3f32b153caf",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c35db1a98ae64280a18ad14e9de823f4",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "880cc75ae8d1448191ca0a1502ea3ae4",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1b008940cd754b0f96a3102829698fd3",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "f491fa59bfdb4ebbbb8a8326953f45f3",
      "Inputs": [
        {
          "Id": "4d6b476b318043eb8a14f8c376b6b2d9",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ff26842db0074fbf9d5725599166d198",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d83f0b0bfdf14fa0a07c743f7843d62e",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ac6de5c296b94ba29e9a99d9eefd16ba",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f73bdcb6da534d92b34396d2a3ce2c44",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "54055f7cea024cf088be8eb1d0547e63",
      "Inputs": [
        {
          "Id": "ae84ea70c2ab4c2e97e536ad281abec3",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "448886c6fc8b4b9683f7b77adeade56a",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8c70cfd2e7af4103ad04116c73c7718d",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "14c689dd90ae49adbc37356e27085620",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b75e3a8eafef4dd4a282cd655792d8ea",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "4b0122de41cd4a3896445c349409c1f2",
      "Inputs": [
        {
          "Id": "c4032f987f784380b8f6db355f21e6fd",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "01e4a639a8b24b678f1d01b9d5c1d24c",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d8ea9da37b764c4a8444c23720443853",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "323019174aee4e53ac3e773d7daeecac",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "025a95c94520422a8c461abf8a828ace",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "7a0bd52394a946ffb5ef6beb52856a81",
      "Inputs": [
        {
          "Id": "44212228f0774642a921ca492e93be19",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b3fb9b64cab541f194bf88d731aec7ec",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "666350a3979040f0b11f27e50959079c",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "917e422d5da54a79ba6a499f979e5af1",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5a1be7959a7540ccb88e971c8f405a6f",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "eb049d08e92447c3a2369c23b119f205",
      "Inputs": [
        {
          "Id": "3b63641b4cba44ea9f4399f6ba3144d9",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e8d021a4fa9d4b2984c11a3c90b0f306",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "232177e0cc4d44f9a2459972eb11ef3c",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e1dbed16c1ba4a338140581a453418c0",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7816d9b1e4e8412fa1e8e82400a22742",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "fde1e6ede9d745d98d7b3a49709d2b6a",
      "Inputs": [
        {
          "Id": "2575dc7f7488490e89e42cb2a55e8581",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "554d4fc36e5f4af085256f3bdebbfd80",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "def3e6a8e604494c83902f4fc21e4294",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0cab83e72bf546e8984066e4c2d5826f",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e4bae092659e42fabaf0afa96d3709ac",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "1668f353b693417abd4beeb855351221",
      "Inputs": [
        {
          "Id": "3de8a2416c4d49b08d0b55588aef15a3",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c4eceebe1c844fe99c76465aec5fd64a",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "59e351771d204c0281210992de7c7e64",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "968e0dd6d32f4ecca84bb273912507c1",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "4e746458a3fd45ccb49b81eea76217ac",
      "Inputs": [
        {
          "Id": "2eae25ac944c4aaf91d57bb4b0584b8c",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6ea9670353ad4ccfbddbd9492a1ea64a",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a6d62250ab2f454896b806ff8dc7e116",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9ead1349ed9946e9a7ac99f3ccff637f",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "f29c710510cd4b5ca3d3585c6ec5124f",
      "Inputs": [
        {
          "Id": "c95451b24cab4ce28c11e7d179e5621a",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b29acb8871eb4f9db61d05fd80ffebaf",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "03ce7c49a5224edd9b78e305c8145424",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a792eddfb0cd4d63bce68de3deb891cc",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "6127140e8346459ab96b15c8bbccb154",
      "Inputs": [
        {
          "Id": "b0cf5ddd4ee64fa4ab283fc975837114",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e57054c6efed456a9c427f6440cc5d7e",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9239ff3d9b6244a68925b8d1c4423a6b",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2d051f1e3cb44bfb8c5aeeb19dd50c40",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "cb87dcedf5254f67809d7a2d58e9b6e8",
      "Inputs": [
        {
          "Id": "7d40db254a0640aa9faeb38616279c29",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "17cec5df0cf84594a113cb2bba927a19",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d72c570a836645ea951a9f10043fd205",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c31572e498cb45aba919d777eedb1862",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "d96d52d36950418a8c80e0d315c3814d",
      "Inputs": [
        {
          "Id": "24c061bce7e94b18bd3e9cee8bc0cc73",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "60b1178c842b4327bcc5e56dcb1d5a91",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f3e41871b47d46f4a7cb7256157038dd",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2c0e1268ef1e46d5913ba4f2a94f9ac4",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "0.15;\n20;\n0.5;",
      "Id": "4fab01a1f4c04acf923596b4440b7972",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "875e3fdc84d74226b867d6b29685ebb6",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c6da0f08ae9e4c769afc4048d37b9c97",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "076021187e6d4862b66f9943058d3ddb",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "8a35a8790cdc4b468fef6a13daddd127",
      "Inputs": [
        {
          "Id": "9d6da9596f584d36a2fc7723a0b49231",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "062e878c52bf4cc4bb6e3ea115eac441",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "90fa82a1aa014b10b3da84cb41d6cbe1",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f0e06f0d5c72459cbb49505ccd8ac10c",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b0d5943d6f1543e692e31f5e3e591270",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x;\ny;\nz;",
      "Id": "83c7694b22444159af47b8a92d9d0951",
      "Inputs": [
        {
          "Id": "9888c3a0ff0e419e85a761725469f7bf",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "868881865a4b4c7ca629c20caba8f72e",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2d8ba5091c7a4bf28c650fea2de66bca",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "90ba735beca5400a83b748653ae3fd02",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "74e1c8ca678044ceb41ed588c88cacab",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6a651e11a4ae426f9b385389f440af82",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "8d266d4919204efbadad5b124310c8b3",
      "Inputs": [
        {
          "Id": "1b6960da557e418b9a8fba6fb1193cf6",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "298d44e175284c79abbf099b487e11cc",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "80c2ad7af77a4a6fbbb1d191534bbc75",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "999a62f668a44660b4c780c8f442bdaa",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8015b65f01084aaeb8f8be5aa3c12993",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "df69f8f7311d45b583e97c0257a5daca",
      "Inputs": [
        {
          "Id": "839cf1236d7444c48d3bd89251efb95b",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "eaebb0f9f20d474f8ae7e2c724bb73d4",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bd3479ce2f404f76881d565c2f7b40be",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7cae3fd6ddc747dfbb88dfaa4167a7b0",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "0.15;\n20;\n0.5;",
      "Id": "8b42637b0b4344c0b95e57ea4b170eb9",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "37f56ac6b006478c93636ca598dacc8b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "863ddc3a0a164daf8e96f552e49296fd",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "127504e743224c7189562c9b80d941b1",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny;\nz;",
      "Id": "10f904b85fa9496fa79f5faaf0661d60",
      "Inputs": [
        {
          "Id": "6ce3f251f348410a88bb4b1af30dabdf",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6cfaa6252611498182d2ca70734bf61b",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8bc95b7db1d847aaa4c4353ab39c81a2",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "286757b93a0a455a82d69f94a8184abd",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bb343885315e492981cb3ae548381b12",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cea25121e2d042aea42d8762277038c9",
          "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": "7fadd2555e194c52841044b3d66f2110",
      "Inputs": [
        {
          "Id": "9899de4f725c4e0c83fbcf609369bcbb",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a6c35c98ded34b069ca8614999d96013",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "822234edffe54d7bb541f8689c5dc846",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3540a04fca5e4913afd04b27ff0776e8",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "0.15;\n20;\n0.5;",
      "Id": "1807ebe3baad484694fecd5a65779db4",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "a1e8135ab50a40f0afae2492507a56c4",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "67780e8154904fcab44fb55ee94f5fc8",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5649db23147b4bc9a360e6dc9e096db6",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+20;\ny;\nz;",
      "Id": "8b2b05849cf24a5fbe49cf402bf1bf9f",
      "Inputs": [
        {
          "Id": "0ddec3c81aac4b1f88ea4536bbb6f784",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e5fb830587cf44509b06e5bcda080fa1",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5df8493b65d34051bad9b3ea208343f2",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ef63494273314051a79cbb649d50871c",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0f2abf0256fc45f9b3f47ac29d5851c5",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f9ad7bab4ffb43b1bb4be866d92bd24b",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "20;\n0.15;\n0.5;",
      "Id": "c63465e5cc414a6fa28cad1f4b9f80ad",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "b84cdc6219a246ef9013bd5aac9b5619",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "467895173ede4506a8d88302299fb136",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "672806f3e66d4f138f6f863dfd542955",
          "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": "0deabe18ab194fcba7194915694d421b",
      "Inputs": [
        {
          "Id": "d439b567bb714392a760697cbfc6ccac",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "959cd720181a4f0b85c8a468e2dbea86",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2d550969de8541f2890bef32267bd1cc",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f470d4984be447278ca973358bdf9315",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x+10;\ny-10;\nz;",
      "Id": "71229257ae424f6aa2b1d73ded1394fd",
      "Inputs": [
        {
          "Id": "3f493a63cebf4426a7122c49bd36b153",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8b82169870bf47de9a7e97538185bf2f",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "def68dcfd6fc4153bc9e5fca3ec83897",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "68d559338ee846ea8754db62caf4db76",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "152b9127158d4d15acc92061a30cd27e",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c537a287c4df425daf63b2935fd52194",
          "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": "e783b7a15290437abc9e6e200a5912ac",
      "Inputs": [
        {
          "Id": "12442c3675564516b9c958edd128d2f3",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "53fefb2de8454706bd6774b96fcdda0c",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2e99940a764444e7a7308c52a5a1a38b",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ddf81908aa8249c7a9c0d32327dce779",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "20;\n0.15;\n0.5;",
      "Id": "77b1c07f38e242bc9968643f57db25f2",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "a42ad38738da46ceb55459d189381af2",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e351fa44c0e14282879aa33a07089502",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ac87ebb4b496493a9a260a8cc67e53e2",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny;\nz;",
      "Id": "49b5ab2939e3400a9445e21eba8f1af5",
      "Inputs": [
        {
          "Id": "55d8f61d26ff4cc3bf2bc0460c234f41",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "40358d5c0f9347da9810467a5ef4af4d",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6f6a44323ca543309dea7a618102dd6a",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "13fc4dcbe6f447f0a1ed3654bdcc961a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4dc87751c38543fbbe0c179130155ef9",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8119ef7522af454295b71189995c31e3",
          "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": "26d69400724347c8bd71b0d4893134da",
      "Inputs": [
        {
          "Id": "efbaf34711bf422e884b59bf8d9bbd1a",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "04dca20bd2114481b44a82a13dd6c371",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dc40ab4ad25b4dbeb33932aa99151a93",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8d38eea356e7468db509c1689d6d913e",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "20;\n0.15;\n0.5;",
      "Id": "55035d52f8d143aba7be4548636211e4",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "3518549e7bb149f1847ca8180e0c914b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b529e1647e634cf8929de96d8c002b93",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "306dc29528b540889a33f443d8fae0c8",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny+10;\nz;",
      "Id": "ec2a0b0e1057496b9e027f8e3eab418b",
      "Inputs": [
        {
          "Id": "a4299a86c9a1486ab5164f4eaa1cefcf",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "45b35d2be780416b8f78f14d8e7333c8",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "31d31ca50eba4d4caf81f46b05c3aeee",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "74e83ee8df794e5dbe73c9bb88806f16",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "64dc9d5b79184702bfbc4adea0ef97fa",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6182426122654de0a84402ba98f2301b",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "0f13942f362546a0af83a4429b0346d8",
      "Inputs": [
        {
          "Id": "0980e7b6910143ef814d7a688b5622ce",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d8a66d0792934218bc8dfae0ab2f1d16",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "89338695e2b44155bf317ba5895be3a7",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ad2bcff3724a4b8ea1388c3584d13db8",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "16674e9419854585bfba60b1cf69a4bc",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "a211a240ac69463b883db14930a4f7c3",
      "Inputs": [
        {
          "Id": "9df7f7cecedc4e63a37a7202058ff87b",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "26026eaea9b741f69e2d6e9f6af5ef2b",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d6ed2d428dc34575826af3be47acc278",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "576f7ba82be04aaa80ed3823bdb03f9e",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "0.15;\n20;\n0.5;",
      "Id": "faad8e9ff8444051b9d49cb514a04057",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "97afc2b9b41c4f00a17ce6863656c7d2",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "47def4309e4f422eb7812691e9e6e4d9",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6de3460ede85476ea4662e3d21a06ee3",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "f355c9fa709e4e49a2b77153c7f8108f",
      "Inputs": [
        {
          "Id": "a7d8da2dbd6643ffaca97a91e628753b",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b1df85a0db4f4b6694b3787a726c10cb",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ed9bac110a68427981f269e01e87508c",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "31668582c78d41b4a786de192805b68c",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0d45a4eb05294f02b4c181a4961eec3f",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n20;\n0.5;",
      "Id": "1a4d3d476ce44022909c62c52e0620ec",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "575a40d984f54c309230751922eae211",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "943c11658bd64e92a205a9a980fa445c",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9c6c133e97aa4eed8507f437e647459f",
          "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": "17ff63e69e1945d29ff9e26ed39b2592",
      "Inputs": [
        {
          "Id": "9b23962dc1b949a5946841d3403de9c2",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dce1de71cda34a399b16c29ceada0cde",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6b628931ae7c4f8794cebbe39e7f5a9b",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4bfc17d8b03c4cf1b3aecbc1fdaab727",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x;\ny;\nz+5;",
      "Id": "7315241b9efc4c05aa7459d1c87d957c",
      "Inputs": [
        {
          "Id": "c4e17ca8d9cf4c2195703db28635f869",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d8e4174ba03f40fea445c25fa48d7081",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3f670b43134c4c5cbd13b46722aa3d53",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3c32cd705eed44f5b3c9c6a568aac4cb",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d69e15c35917487dbddc1a17e5c1578a",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c0fdc71e8fdd435c9f5ca71f9e140f4d",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny;\nz+5;",
      "Id": "de8be79376f843a4bba665fab21b363f",
      "Inputs": [
        {
          "Id": "f6de51c1ac6e4706bb646b873b7796ef",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "372caca9ed1841c082b1b43cc6bdc122",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "729b99b7d6fd4c248b28e65535bc998a",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6216a0689f8a43a5bebbc54e241062ce",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e754d63f6c624c73a3b10c78089f5d02",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "24950f42fe414c38a801dec27fa4580b",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "1d20da6f66464b0f8c9c1ed19afe900e",
      "Inputs": [
        {
          "Id": "caab186bf01d45d29dc29d595c978fac",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ff5f42b2c4ff4530ac6454fbcb11f516",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c062cf3176394c4f851a84bc453a7049",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4e80799c5a154c48873b016e558ac5c2",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fffff2a6c293484983d45d8ddaa620b0",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "c236583f9ccb4d5ea3b32423196dff67",
      "Inputs": [
        {
          "Id": "cbb141d0e0cd4a17b2c06ab684da79a9",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "df26a71a9e994140ac29da0c1b4fe004",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ed436451ef2347daa59fa6f6c87adcc7",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e2378d46d510464da5df9f0e85c36f28",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "0.15;\n20;\n0.5;",
      "Id": "0982962f18f348f690c03385f5af9fa4",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "045c6ae48e504297ad4b0701baeb2675",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bab9f0e2fbb843d98769ffa374112df4",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "43057a1350974664a2a5908dfff094a4",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "47312b3852de47788d948b3f21d43375",
      "Inputs": [
        {
          "Id": "4d4b0ec312fd47e2830737274e2d5593",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2a034b44a8904e288d7141d6c793f8d4",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2d573b414ba5490ca4080b976789ebce",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f50a2f85f7d542548a4cdf1129bedc5b",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dbd49a36e873435989029495abdeddcf",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n20;\n0.5;",
      "Id": "da094a9ea3a841cfa112309a9e971104",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "4a254326a12f4774b00f46b925ab0c64",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c814288fa4fc4197b81c93cdfbefca60",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "11a5827ee52648c4a76905fb1aa2f0cd",
          "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": "74b4395c9ebe41f9a9595bfe380cda09",
      "Inputs": [
        {
          "Id": "2da697edc5a84506b0844d43460436da",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5048cb8129a2463da84ab80071ac87e4",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4be7fabd9733465aad0c7d4af1490868",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8af8cbd2731f44a8939bf12cad0beeee",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x;\ny;\nz+10;",
      "Id": "cd3ae4028ba341729061ec3777d87907",
      "Inputs": [
        {
          "Id": "68b852590aac40b7af86e017f686d27c",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4804e602fcc342a49eb75e4b9fd87ceb",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ac6294a3a3c44381b8ffe4780ee19d98",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "71b135b977ae460b8906c61d237a34a5",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "08a490062ec54e579659ed9248a721a8",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f05fc6b4ee244d608744a1270819c56a",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny;\nz+10;",
      "Id": "01c62d07d96a4ecf80259b6fe0a4b2d1",
      "Inputs": [
        {
          "Id": "fe2543ded66944d6b9c4e5530e7fae08",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "520fd90f19e648df9c3a12c16371e205",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d7b988fc17ff4601bfb78d6b3696d32d",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "91fd5f0e1fbe4c7f8a77bb6f5be7c180",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "91eb88f6f0534c4aaae1ca0e88d68608",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "780e64cb8f9d433ca496f727df08b81c",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n0.5;\n10;",
      "Id": "ed67a1a10a364311bfeccc8224d0f561",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5a025cf2bc814a37aae46b4c26562500",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f21ef078405c46df8115e4759fadc4bb",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8b7f80d3be004b449fdaec70c14ee7a5",
          "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": "3587b1c773e2428bbbc480c9d18bad53",
      "Inputs": [
        {
          "Id": "4356a2bddb144b9a97c331bb79eb108c",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "70c620e8d9ef448ab03da4f8bc6729d4",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9a83f0c7133649468db7f00d607c7278",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "55e37ef8b6ec43c88dc2debda63b760d",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x;\ny-9.75;\nz+5;",
      "Id": "497d7661e7c94d99a01b01fce31ec7d7",
      "Inputs": [
        {
          "Id": "866f9eb9f7294d7384aaf585b0d3cccb",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1f55017c514e414d989245f82ee035c6",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6e7a658d977546d0b6e5a12fb17d2cd6",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e6c184afded6404d9215229af181082a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "82fb1bb884d643fd89a11de428462caf",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "170305ae4cf246eebda3616635f26e31",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n0.5;\n10;",
      "Id": "34551d800d324718a2b612196bc11602",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5b8c177ac12c4d1d8718837ad55b3ad8",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "53c578ea2d0346b39f7c7a9ef765b2dc",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9eb93c74d92f4687acfe37ba930e7c81",
          "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": "e7ecce31de3641cba02a591cbfc37e38",
      "Inputs": [
        {
          "Id": "4f6879ddd7834514bc26ee40c23c598a",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9286c1e214994976a5577d508d7452a5",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8068bc3c9b054a179cd966a147b34340",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1f8aaa3168dd4a2d9ee8b3a05dd9384d",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x;\ny;\nz+5;",
      "Id": "86888cb60ab24a199ac52bf409b2e89d",
      "Inputs": [
        {
          "Id": "cb7b88ece653402b92aa5bbc1076968b",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8b990bb3788643459e70fce606e8d574",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4fc5537249f147cf867e9e431942e7eb",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dfc003985bda47028d35b200ea2216ef",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0b3bffce61fb4cb38d80e21f5cbb50b5",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f05019755c89482680a3cbe00d6e7676",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n0.5;\n10;",
      "Id": "6907447edef4425fbbd444e31cbe6cf1",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "fa9add0db7fa4292accc48e2c3b218a1",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9f32cb65d99343d29898f8c66e36ee7e",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d5f1370d31b0416e978e49c79ce4d7bb",
          "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": "482adad94c124120b2e09453acc73077",
      "Inputs": [
        {
          "Id": "615be1fcca0641b6a3342f39fefa53f6",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fc879474413f4ca2a8a873f4317b7ca9",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "24d9e5747ceb41bbb4857d6d03620f45",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e0b490e3bdf7427ba1e8060ab9c67e9d",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x;\ny+9.75;\nz+5;",
      "Id": "4663d2d46b16458ca406b81deafc41da",
      "Inputs": [
        {
          "Id": "7b1c1210c49b487ab801a7ca302d4c96",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f36aaa173ee245c09d6109419458cf5b",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2ef12bb04f4b4a0b9e5a5f81451d8b2f",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8e500f9a4bf441ce9de2407036f741ff",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dc62ca0ccc444e7e8e85a116225b6a95",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6a930bfddf274aa79f42f1890f95b7b5",
          "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": "04cec8106a864dc1a7275e4cd50f58ed",
      "Inputs": [
        {
          "Id": "132a1c4ddd384accb4760a87b623f552",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6b3b034a52cd402098c77eb6039a2215",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c5a08f7863ff4114a6431044b67a40de",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8c0e3828d4c54a27915d498473355873",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "197f48268d4d4ea4b5d786b74536f629",
      "Inputs": [
        {
          "Id": "12226c0092e047d6ad62a4177430bcec",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "caf2a30e45024fd5ac38e5a7a073281a",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e73a5e1a57664d5ca89ce1a0368a5f46",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5197939d63cc47cbae83dec590a66b01",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "0.15;\n0.5;\n10;",
      "Id": "fb86a3a7b8ea4d9c83b73a9c0e060e4f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "bbb4b6093366440aa7ad9697c8d293b0",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3aadf1d91ced4ddb96b86339422c04d3",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2e33eb74e8514f2dac9c5d9300c83cd9",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n0.5;\n10;",
      "Id": "71c82caf7ea74dbbb2f239cc4dd0866e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "77aea287ad6a43a8995763a55ea7db56",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0a2f600f090240bdb6814eeb17629759",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8001fba84c894a0ab9c6b2df728d277f",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n0.5;\n10;",
      "Id": "1ecdf3e22c5a4232959f531173d62b1e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f0f1666cfb7d44088822fb31b8f27c64",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c8677c5bb7b948818ca4598cfea07c9e",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6fe1221f41324c95af1b051cdfcb225e",
          "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": "bb8954f278f24914b138d1711ef2b1aa",
      "Inputs": [
        {
          "Id": "f7122cfea23144d391e25a23c41bfbae",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "13c815941d24468aa61dde7917a47e82",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dee9ea380e29456b9f29fe753c9f29a4",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "72d76cdc86004ee0a6d687b3d3335fd3",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x+10;\ny-9.75;\nz+5;",
      "Id": "1ad1ff8f39e24be19427bc9dcdee1936",
      "Inputs": [
        {
          "Id": "c07eefb818e24beba690fddd6ba144ce",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b2cd4ef4588b420389c0b73cf42204b1",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9cefafef97424ff3879af5e1aac5b713",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a9764b119489483a9a1269bd81170289",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d086401e0da44e6da6753a90eff3c3eb",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e83befc83f824e979edcea55fd973893",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny+9.75;\nz+5;",
      "Id": "76176c8299fb486489a9c26e0d0f1207",
      "Inputs": [
        {
          "Id": "3e16a907071a41269a441b55ab5f0207",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0410415c54e0405d923db5426162397d",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "247fe81dce0c425d813042f2181cf6a2",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7e4c8f9a183643c6a0cbd058c29df182",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fbca2719c7b842f69de22b51b1bef981",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2c1ba4d85ddd47c9a4ef66440d584a5f",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny;\nz+5;",
      "Id": "8357b45ac1734930af8a2a4a27d64732",
      "Inputs": [
        {
          "Id": "e276939a790d4933a9091610da2bf027",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c885ee794f744f778ab8bd25da672e17",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "11c4d81575d941dbaa0cbaf3c1a85365",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f0ffa289e81440459bdbf9908a6f25c7",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2027142058d2443a84657143e42cc89b",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dd682b2a10e44f20b10ce7c59ae11e59",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n0.5;\n10;",
      "Id": "07ebe48b85fc40b79481377b88ee6cd7",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "8fe8e16932894b678b9f7dc696da002a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5906267333de4fb38cb83554309db62c",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bb5bc55ba3ad4503ba5f09381d911c5b",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n0.5;\n10;",
      "Id": "0fc0a32e2355434e9b89d58775897e6d",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "911a51fabcad4e9488db3034a9ac8f90",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "91bbb95601f04b4aa3cf43c9da676200",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a928848fc33148be9f8f385b3a778931",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n0.5;\n10;",
      "Id": "f93f1bad252345fb9595269d260e92ea",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "13ee1acdbcfe48a3ab275b172fdf8bcf",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "88d9dc4e53ef44a8be40a051bfad6a63",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c7b0de9ec5a74a12a3bd0e969ab23ad3",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+20;\ny-9.75;\nz+5;",
      "Id": "992c900c747943e2ba35ad6cc09661a3",
      "Inputs": [
        {
          "Id": "d1b196139a1e4841a8c4c90864cda186",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c0b1ce52a9f048298491e3c1560b658c",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c6105d02d6634614aa10e3babe8df283",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "150da18a8d1849bfa80aac02e816c83d",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cf3af052e0814cde8b91f0219c3d0297",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4dbea912dc33464795b51e403a76f85a",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+20;\ny+9.75;\nz+5;",
      "Id": "dfe12bfb49c642b7818e070eee0d62d3",
      "Inputs": [
        {
          "Id": "3ed16467e1dc4d63ab4cb95463bde9e7",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e6e32e3fac224dcda614ea63808e5200",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "aa271367066e4e9c941a128df4a7e6e4",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6d69c34ece764f5f826c786e57a37090",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "197b31d276f94ca6bcc0d3ef2d96d9d2",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ee05baf5483f4c9aaf3a20a740c9384d",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+20;\ny;\nz+5;",
      "Id": "58e0e7a7d0a4420f919bed41a68cfd66",
      "Inputs": [
        {
          "Id": "8499256b4c65443c8906e74b1ffee2aa",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "37e79d9820b54f44b74157a130b392cd",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e1999df9ce7a426b999bd9de447079ed",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5ce205c067db416caf8b781883ffc5bf",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c90fb8ba6db6404f82b590d0098adf74",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7243d84346e94254860ccacf0c80c32f",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "-28;\n-65;\n12;",
      "Id": "c736ec7cabc249f7b8cf4b84a63a87e0",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "8273719fa4654c42acf28fba7fe240a4",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8893ff7d3910491db262c94b1dc74a66",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9d2f4ef44be9423294e91740bdf2ef60",
          "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.Geometry.Translate@Autodesk.DesignScript.Geometry.Vector,double",
      "Id": "03322e7c94ad4f63984acb3919e52480",
      "Inputs": [
        {
          "Id": "33fe5bfbbdda4cb792bb905783cc1c80",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "088f2bd21b5b4e07bf1c07da38e660c9",
          "Name": "direction",
          "Description": "Displacement direction.\n\nVector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fad6752badac436ba55119ca721ae90b",
          "Name": "distance",
          "Description": "Displacement distance along given direction.\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f8da67f884ca4d52846a9ce52df48eb6",
          "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.PolyCurve.ByThickeningCurveNormal@Autodesk.DesignScript.Geometry.Curve,double,Autodesk.DesignScript.Geometry.Vector",
      "Id": "12061370941045a2826461f8c92988a9",
      "Inputs": [
        {
          "Id": "0eab7c835ad842158001c98755b3b1a9",
          "Name": "curve",
          "Description": "the curve to thicken\n\nCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b408a52377f6447a80ce84437fba16b6",
          "Name": "thickness",
          "Description": "the thickness\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e8330ee5dfeb48db9e6a79e2c0205b0c",
          "Name": "normal",
          "Description": "the normal perpendicular to the thickening direction. If the normal is not supplied (is null), the curve normal is used by default.\n\nVector\nDefault value : null",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "acd944561d4d4be88360567071e3e40d",
          "Name": "PolyCurve",
          "Description": "PolyCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Make PolyCurve by thickening a curve along a plane specified by the input normal.\n\nPolyCurve.ByThickeningCurveNormal (curve: Curve, thickness: double, normal: Vector = null): PolyCurve"
    },
    {
      "ConcreteType": "CoreNodeModels.Formula, CoreNodeModels",
      "Formula": "Per - 1;",
      "NodeType": "FormulaNode",
      "Id": "fd4a3a8bc1124655ae0d0848ed17b181",
      "Inputs": [
        {
          "Id": "3f58aa6ee46e4a29914260d15f3f7065",
          "Name": "per",
          "Description": "variable",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fa6e941b5d164ccd83e47aabcd5c29b7",
          "Name": "",
          "Description": "Result from formula",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Evaluates mathematical formulas. Uses NCalc: http://ncalc.codeplex.com/"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Vector.XAxis",
      "Id": "a2dc886b6a9c45d8be56f31c78dbdd07",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "db2465c65d604c71ae37d75f32bbc857",
          "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.Surface.Thicken@double",
      "Id": "bba61faa0cf7411a879671b0a98c1aef",
      "Inputs": [
        {
          "Id": "0dc1a4b7f25e4da6b0e3f6ed4b472e7a",
          "Name": "surface",
          "Description": "Autodesk.DesignScript.Geometry.Surface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a433f6164a864c64ab49bac45a48ca3b",
          "Name": "thickness",
          "Description": "Amount to thicken\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8b471d4cda2e41bf874ed3c09418edc4",
          "Name": "Solid",
          "Description": "Thickened surface as 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": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.ByPatch@Autodesk.DesignScript.Geometry.Curve",
      "Id": "08c7a3222ab04ad7a35b88962288bbfb",
      "Inputs": [
        {
          "Id": "ee5365b5a554419c9f79b1330442f957",
          "Name": "closedCurve",
          "Description": "Closed curve used as surface boundary\n\nCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "63f0f168df94483a94e4632550d6462a",
          "Name": "Surface",
          "Description": "Surface created by patch",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Surface by filling in the interior of a closed boundary defined by input Curves.\n\nSurface.ByPatch (closedCurve: Curve): Surface"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.4;",
      "Id": "61c667c3f9b54f57b7b7c17d50be76a5",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f13ffd1ac6164870bdca67c424cc9322",
          "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.PolyCurve.ByThickeningCurveNormal@Autodesk.DesignScript.Geometry.Curve,double,Autodesk.DesignScript.Geometry.Vector",
      "Id": "627a51666913467eac2e79b2847bddc9",
      "Inputs": [
        {
          "Id": "f440790f35804a139a9367cf0d8609a8",
          "Name": "curve",
          "Description": "the curve to thicken\n\nCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "31917ba8b78d4cc69a0279544a8fbf08",
          "Name": "thickness",
          "Description": "the thickness\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7f169f13f0db4bdc83b8b72ee49a5ea9",
          "Name": "normal",
          "Description": "the normal perpendicular to the thickening direction. If the normal is not supplied (is null), the curve normal is used by default.\n\nVector\nDefault value : null",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ecbf3888d9d54f3e993646cfa7fe6359",
          "Name": "PolyCurve",
          "Description": "PolyCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Make PolyCurve by thickening a curve along a plane specified by the input normal.\n\nPolyCurve.ByThickeningCurveNormal (curve: Curve, thickness: double, normal: Vector = null): PolyCurve"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.ByPatch@Autodesk.DesignScript.Geometry.Curve",
      "Id": "6b14b10e5afe43c9bfcc2f4f045f216f",
      "Inputs": [
        {
          "Id": "c15e9fbc95c74efb967ae427e38c9cbc",
          "Name": "closedCurve",
          "Description": "Closed curve used as surface boundary\n\nCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fb8c0376c9b44a1aa0e025606854d2f2",
          "Name": "Surface",
          "Description": "Surface created by patch",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Surface by filling in the interior of a closed boundary defined by input Curves.\n\nSurface.ByPatch (closedCurve: Curve): Surface"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Surface.Thicken@double",
      "Id": "67f7e7653d74416cbfaa6a9a2e1516d8",
      "Inputs": [
        {
          "Id": "b37e572b698547c88556b418c13ea9cd",
          "Name": "surface",
          "Description": "Autodesk.DesignScript.Geometry.Surface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4a40254514ed4a9f87fa855f1147e1f7",
          "Name": "thickness",
          "Description": "Amount to thicken\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2bc9ad581a84481d94ba4b12edab9b0b",
          "Name": "Solid",
          "Description": "Thickened surface as 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": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Solid.BySweep@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve,bool",
      "Id": "1e2b897b4b734d59a742de898234aab3",
      "Inputs": [
        {
          "Id": "a30978f2e07e436facb71a4905222ab0",
          "Name": "profile",
          "Description": "A closed curve that will be the profile of the sweep\n\nCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6b7b408620a74b8fae81cff3bfbaf2c2",
          "Name": "path",
          "Description": "The path that represent the sweep path\n\nCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "245ad3a4c6be43c2a52e3a423a251646",
          "Name": "cutEndOff",
          "Description": "Cut the end of the sweep and make it normal to the path\n\nbool\nDefault value : false",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3c705a6784964d81a1fd302dbf4ee082",
          "Name": "Solid",
          "Description": "A solid by sweeping the profile curve along a path",
          "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, cutEndOff: bool = false): Solid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.PolyCurve.ByThickeningCurveNormal@Autodesk.DesignScript.Geometry.Curve,double,Autodesk.DesignScript.Geometry.Vector",
      "Id": "f78a29e506094ae8a99bdbec7fc60987",
      "Inputs": [
        {
          "Id": "fce44771f1b04bc7a128287f917212ac",
          "Name": "curve",
          "Description": "the curve to thicken\n\nCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c520d360f97f44779e0fd82a1b164600",
          "Name": "thickness",
          "Description": "the thickness\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b82c6171d82f4b6cb41f8e2aa6a3796a",
          "Name": "normal",
          "Description": "the normal perpendicular to the thickening direction. If the normal is not supplied (is null), the curve normal is used by default.\n\nVector\nDefault value : null",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e62f3868fe8f4d229a801cb8abd50788",
          "Name": "PolyCurve",
          "Description": "PolyCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Make PolyCurve by thickening a curve along a plane specified by the input normal.\n\nPolyCurve.ByThickeningCurveNormal (curve: Curve, thickness: double, normal: Vector = null): PolyCurve"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.PlaneAtParameter@double",
      "Id": "93f39ed37e1a4688b362ca827ce72af8",
      "Inputs": [
        {
          "Id": "28eacaad6d4a4ccca96a42615a3874f0",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "722f00709afd4c0687cd002800506ae8",
          "Name": "param",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "150ee0385c1341df873215911a2343b1",
          "Name": "Plane",
          "Description": "Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns a Plane whose normal aligns with the tangent of the Curve. Parameters are adjusted such that 0 is always the start Point and 1 is always the end Point.\n\nCurve.PlaneAtParameter (param: double = 0): Plane"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength@Autodesk.DesignScript.Geometry.Plane,double,double",
      "Id": "a9458c3eb4254e96998ca1b82c3ff893",
      "Inputs": [
        {
          "Id": "060f0f4f097b4d2bb63d80e1699742d8",
          "Name": "plane",
          "Description": "Plane used to center rectangle\n\nPlane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ebc3f40a76b34f1bac36472210262dd9",
          "Name": "width",
          "Description": "Width of rectangle\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5ebccbacf6174857bf13a0e4710c5d4b",
          "Name": "length",
          "Description": "Length of rectangle\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fa183c4289ad4aafbfc9b97388431019",
          "Name": "Rectangle",
          "Description": "Rectangle created by width and length",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Rectangle centered at input Plane root, with input width (Plane X axis length), and length (Plane Y axis length).\n\nRectangle.ByWidthLength (plane: Plane, width: double = 1, length: double = 1): Rectangle"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.4;",
      "Id": "2ec5d200236343adbb404cbcc8d40f5d",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "a9f0e413e04e40d991a3b27c79e3eff3",
          "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.4;",
      "Id": "9a438888079e4574b04666f4f9f13443",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "6fcd596e508b463c98a260ebbd9450c3",
          "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",
      "Id": "52eae7bb408844169fe56d8e6eb5e3da",
      "Inputs": [
        {
          "Id": "f4e4765a22b145f0880c28ce0f38676c",
          "Name": "surface",
          "Description": "Autodesk.DesignScript.Geometry.Surface",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "543ea90530ac460b99991b75a75e0171",
          "Name": "thickness",
          "Description": "Amount to thicken\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "63801231674547f894e7b80a3db77705",
          "Name": "Solid",
          "Description": "Thickened surface as 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": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.5;",
      "Id": "8d8b56a669b7485b97b85967105ba761",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "935238287bc442b1b59e34cdc4a87305",
          "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": 107,
        "G": 142,
        "B": 35,
        "A": 255
      },
      "NodeType": "ColorInputNode",
      "Id": "e353203ac4134070a4298a9ca2a0f8cd",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "86fadfc2bafe42ceaf5524164aacb2c4",
          "Name": "Color",
          "Description": "Selected Color.",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Select a Color from the palette"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color",
      "Id": "cf0cf6c81ef24d3294381d149b0ba33a",
      "Inputs": [
        {
          "Id": "9eb035c6c0bf4db981e066ba97f444e6",
          "Name": "geometry",
          "Description": "The geometry to which you would like to apply color.\n\nGeometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6b188804598048b08127b3fa36ae7b3e",
          "Name": "color",
          "Description": "The color.\n\nColor",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cfdd9b890f904d1d8e0e9123376de636",
          "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.Input.DoubleSlider, CoreNodeModels",
      "NodeType": "NumberInputNode",
      "NumberType": "Double",
      "MaximumValue": 982242151716733.0,
      "MinimumValue": 1.0,
      "StepValue": 0.1,
      "InputValue": 15.0,
      "Id": "f9d5faaec46c421789d2126ca1f7ad69",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f3959409ccb5423fa1350eb93146d29d",
          "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.Solid.BySweep@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve,bool",
      "Id": "0e150280127f4337a77086b32e82a5a9",
      "Inputs": [
        {
          "Id": "c91da7c520a44f5997066f805d907f22",
          "Name": "profile",
          "Description": "A closed curve that will be the profile of the sweep\n\nCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "083dbf12ff944aa2b81333cc47620d93",
          "Name": "path",
          "Description": "The path that represent the sweep path\n\nCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c0ee9e9302b548ceaa2f685d75c43e1b",
          "Name": "cutEndOff",
          "Description": "Cut the end of the sweep and make it normal to the path\n\nbool\nDefault value : false",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bd30c76a16f84e469dc1f5dd6a696f38",
          "Name": "Solid",
          "Description": "A solid by sweeping the profile curve along a path",
          "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, cutEndOff: bool = false): Solid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;",
      "Id": "8f9c705481c842efbef634ee907cebbb",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "d609d64848d54989b442bd9817a4a803",
          "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.15;",
      "Id": "3919bd5142024e86a13f617b57be1809",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "5602a6aa4c774a2399e92c8aba66dc74",
          "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.Rectangle.ByWidthLength@Autodesk.DesignScript.Geometry.Plane,double,double",
      "Id": "b39ee5f823af406e8c3cd0f1774fea7f",
      "Inputs": [
        {
          "Id": "7591ad6b40c545fb8ef26ee80211d7f1",
          "Name": "plane",
          "Description": "Plane used to center rectangle\n\nPlane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e3827864c4c14ffabd58525c3a39bdf2",
          "Name": "width",
          "Description": "Width of rectangle\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d5e87051d98b44acb6c219d3f98bf54a",
          "Name": "length",
          "Description": "Length of rectangle\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "934886c9ffb34490a3f31daee118a635",
          "Name": "Rectangle",
          "Description": "Rectangle created by width and length",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Rectangle centered at input Plane root, with input width (Plane X axis length), and length (Plane Y axis length).\n\nRectangle.ByWidthLength (plane: Plane, width: double = 1, length: double = 1): Rectangle"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Curve.PlaneAtParameter@double",
      "Id": "97ee9e9d87bd4a148f31e02e11e92051",
      "Inputs": [
        {
          "Id": "76f535fa4a3446c8bdc57da7c672db7f",
          "Name": "curve",
          "Description": "Autodesk.DesignScript.Geometry.Curve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1e8058581d31429bb21b53cdf143a63b",
          "Name": "param",
          "Description": "double\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d7202970b9934997b4d721be0232b5c6",
          "Name": "Plane",
          "Description": "Plane",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns a Plane whose normal aligns with the tangent of the Curve. Parameters are adjusted such that 0 is always the start Point and 1 is always the end Point.\n\nCurve.PlaneAtParameter (param: double = 0): Plane"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.5;",
      "Id": "2bb0340bb1c04f349db8e350b29dbb8e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "6efadc32d80c4eea96014ab378f9a0ef",
          "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.ByPatch@Autodesk.DesignScript.Geometry.Curve",
      "Id": "084d61185dfb4045949044897675913d",
      "Inputs": [
        {
          "Id": "0a2bd9858d324fbaa1019fb8c0933f0e",
          "Name": "closedCurve",
          "Description": "Closed curve used as surface boundary\n\nCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "345fe4364df24541b0df1520b9628f33",
          "Name": "Surface",
          "Description": "Surface created by patch",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Surface by filling in the interior of a closed boundary defined by input Curves.\n\nSurface.ByPatch (closedCurve: Curve): Surface"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.PolyCurve.ByThickeningCurveNormal@Autodesk.DesignScript.Geometry.Curve,double,Autodesk.DesignScript.Geometry.Vector",
      "Id": "5bfbad742525496faa0bfd179bab23a6",
      "Inputs": [
        {
          "Id": "7312620109f84f7a8f18d51d9754ff7b",
          "Name": "curve",
          "Description": "the curve to thicken\n\nCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8b36147c16d54db09859dc8df18f43ca",
          "Name": "thickness",
          "Description": "the thickness\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f3bb83cf487845649a897946160428cf",
          "Name": "normal",
          "Description": "the normal perpendicular to the thickening direction. If the normal is not supplied (is null), the curve normal is used by default.\n\nVector\nDefault value : null",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c73fa515bf434f4d9c37cedf7e3cb82a",
          "Name": "PolyCurve",
          "Description": "PolyCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Make PolyCurve by thickening a curve along a plane specified by the input normal.\n\nPolyCurve.ByThickeningCurveNormal (curve: Curve, thickness: double, normal: Vector = null): PolyCurve"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.5;",
      "Id": "eba39c490a8e424ebf4ccfe118c37ef6",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "831682f2a3fa41ad878f4a87d7135a67",
          "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.PolyCurve.ByThickeningCurveNormal@Autodesk.DesignScript.Geometry.Curve,double,Autodesk.DesignScript.Geometry.Vector",
      "Id": "8abb1fa8486d49c7a481efccd36cabb7",
      "Inputs": [
        {
          "Id": "3bb70164761542cb8a1c1222b0af0f7a",
          "Name": "curve",
          "Description": "the curve to thicken\n\nCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a79edc8a735a46f0927d48457be7f8a3",
          "Name": "thickness",
          "Description": "the thickness\n\ndouble",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a9529aec07924c19995421a3fed1cf85",
          "Name": "normal",
          "Description": "the normal perpendicular to the thickening direction. If the normal is not supplied (is null), the curve normal is used by default.\n\nVector\nDefault value : null",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "deaa291452364edda4e57fb61c5c8df2",
          "Name": "PolyCurve",
          "Description": "PolyCurve",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Make PolyCurve by thickening a curve along a plane specified by the input normal.\n\nPolyCurve.ByThickeningCurveNormal (curve: Curve, thickness: double, normal: Vector = null): PolyCurve"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.1;",
      "Id": "8b6aa4c41cfc4e2884ffa5a09eaa3b2e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "318b634be71b45fdabaf96a16867b604",
          "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.XAxis",
      "Id": "0afd88018ce74070a6945b302e614888",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "1dd8b1e0ffce4e799361b1bc7074cdf1",
          "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": "PergolaLengt / PerglaLengt;",
      "Id": "96de152fbb444a9f9bc454497402ef9f",
      "Inputs": [
        {
          "Id": "6132e14d032a4d4db1f6ee78804c143e",
          "Name": "PergolaLengt",
          "Description": "PergolaLengt",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f47cc9e697564ae18a9146601b6d5a72",
          "Name": "PerglaLengt",
          "Description": "PerglaLengt",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b65e51f4ddb44803a9476107fe7ecdc2",
          "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": "8d250dde419f452fb19eb5978f98c269",
      "Inputs": [
        {
          "Id": "24b43f59733d4190b4819d0f510156d0",
          "Name": "startPoint",
          "Description": "Line start point\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1dd09e9ca04b4e2fa0c4003d005c5b98",
          "Name": "direction",
          "Description": "Direction vector\n\nVector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ed2b76d1a9d64fcaa31fe8c042f6f155",
          "Name": "length",
          "Description": "Length of line\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "77361846e5764a95969eecae2addb86c",
          "Name": "Line",
          "Description": "Line from start direction and length",
          "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": "a3bd4e59d942421bb95e3d92e24d6e43",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "dd10d4eebb2c416ab8277d58985c8f37",
          "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": "0.3;",
      "Id": "b9b1311c1b4a4d19b811226368a07a4a",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "852b9a7f12574b79a2b539d43278d5b3",
          "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": "2a5ce7f146044c9295cf1a46a83982af",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "9440c1d1ab524efda5e9b8201979b20d",
          "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": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "de7eba34d83e40eaa29e7f524b7d82a4",
      "Inputs": [
        {
          "Id": "e9b039f332f54c8e9c9f12f4e9ed65a2",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "32aa20d4f3cf497da88fcda84e59ea0b",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b77b808649d3431599eebb062aae843c",
          "Name": "list",
          "Description": "A list (type: var[]..[])",
          "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": "-@var[]..[],var[]..[]",
      "Id": "4abebe34cdf44f9da362e3aa6db0df97",
      "Inputs": [
        {
          "Id": "53daa23ab6f74b9d96e1f05cdd2ca9dc",
          "Name": "x",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7ea0b27d3c1a4e80a967b5ec2258579b",
          "Name": "y",
          "Description": "Integer or double value\n\nvar[]..[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "40e75270ac574c83a0d647a5e98481dd",
          "Name": "number",
          "Description": "Result of the y input subtracted from the x input",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Returns subtraction of x minus y\n\n- (x: var[]..[], y: var[]..[]): var[]..[]"
    },
    {
      "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": "35855a5c71b44aa6a4a644b3ad1b9774",
      "Inputs": [
        {
          "Id": "8ff9926c658541f2a71a4bc85a2252bf",
          "Name": "startPoint",
          "Description": "Line start point\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4ac95137f4e7435f809764337cb0381c",
          "Name": "direction",
          "Description": "Direction vector\n\nVector",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "30437c82c08c4d959d54791f860630a1",
          "Name": "length",
          "Description": "Length of line\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "67c408f4b24e42f7bc78cc3340fc47bd",
          "Name": "Line",
          "Description": "Line from start direction and length",
          "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": "0.3;",
      "Id": "f3e8efbfa6f741e48da1ae1497189f9e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "a970c20cb05b492f9bea3879afdf28a0",
          "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": "58094508eb93436fae6b3c3f98d3e1f5",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "1a06e5035dd046a9b281c421611249af",
          "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": "1;",
      "Id": "6371ff8019f34fdbb9fad20d29fd5ab7",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "478504286a3144f3843257e1e1183a58",
          "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": "75628b535d4e40fcbc27df98e6b3dda0",
      "Inputs": [
        {
          "Id": "43e35a142355430a832e77226511d419",
          "Name": "geometry",
          "Description": "Autodesk.DesignScript.Geometry.Geometry",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0baa14040f2d466aadb709edea946245",
          "Name": "xTranslation",
          "Description": "Displacement along X-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "89b6fd48ee7448ea9a2947bce9cd4f7f",
          "Name": "yTranslation",
          "Description": "Displacement along Y-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bb37c58c03f543f0b5561406f02e4f6b",
          "Name": "zTranslation",
          "Description": "Displacement along Z-axis.\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "af2f5411e3ee45ed8690bdad8d77af12",
          "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.Sequence, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "eb2479357eae47e085efc63209ea9415",
      "Inputs": [
        {
          "Id": "f69fb896fb66446fac2ac4825c5dc768",
          "Name": "start",
          "Description": "Number or letter to start the sequence at\r\nDefault value: 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7f587137b5d64db0ab05d5d0337fcfc0",
          "Name": "amount",
          "Description": "Amount of numbers or letters in the sequence\r\nDefault value: 10",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8183a00f91dd4f5eb43d7726f29243ab",
          "Name": "step",
          "Description": "Space between numbers or letters\r\nDefault value: 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2c61fbe4f62740e08bc4ac09a0c194ae",
          "Name": "list",
          "Description": "New list of type: var[]..[]",
          "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.Vector.XAxis",
      "Id": "86ff67301d294e2295b94bb15cf6727a",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "df331d1f1c2d414e821934c1737d4425",
          "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": "",
      "Id": "ec0293b21bed40a6917df68bd435e219",
      "Inputs": [],
      "Outputs": [],
      "Replication": "Disabled",
      "Description": "Allows for DesignScript code to be authored directly"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "1e59907291ed4b03b3e0365203262542",
      "Inputs": [
        {
          "Id": "32fc5b19f96549cc9cb1925997a25953",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2767a8f3808e4a37b103d95eb00ae5ab",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a9df58ad2cd4401eaaf157055c907e00",
          "Name": "item2",
          "Description": "Item Index #2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3aef118063dd479180462eb1a8a5ddf5",
          "Name": "list",
          "Description": "A list (type: var[]..[])",
          "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.NurbsCurve.ByPoints@Autodesk.DesignScript.Geometry.Point[],int",
      "Id": "e661cf5bcd334f7190e10d9763556462",
      "Inputs": [
        {
          "Id": "c672cdaabe1442f3a2d2884b4e674ec6",
          "Name": "points",
          "Description": "Points for nurbs curve\n\nPoint[]",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "732252d58c61433a97556c34d0106a15",
          "Name": "degree",
          "Description": "int\nDefault value : 3",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "03667c52e64b4ca781ed0b41f7333cbb",
          "Name": "NurbsCurve",
          "Description": "Nurbscurve created from points",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a BSplineCurve by interpolating between points.\n\nNurbsCurve.ByPoints (points: Point[], degree: int = 3): NurbsCurve"
    },
    {
      "ConcreteType": "CoreNodeModels.CreateList, CoreNodeModels",
      "VariableInputPorts": true,
      "NodeType": "ExtensionNode",
      "Id": "e245aa6d22f249a3ab88ffbc2fd1884c",
      "Inputs": [
        {
          "Id": "a366784daeea497c8e572fc2a5ec380f",
          "Name": "item0",
          "Description": "Item Index #0",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dd7b60a1e3a5452ca74315084833a997",
          "Name": "item1",
          "Description": "Item Index #1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "75fa6184702b440fab09cf92174eb779",
          "Name": "item2",
          "Description": "Item Index #2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6d5b83bb42964c30824982407627d45e",
          "Name": "item3",
          "Description": "Item Index #3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "011925dc5f684e23ba33aa16d7121e87",
          "Name": "item4",
          "Description": "Item Index #4",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1c5a56dff08b4207b4399fe81a7f944c",
          "Name": "list",
          "Description": "A list (type: var[]..[])",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Makes a new list out of the given inputs"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.8;",
      "Id": "3a166dfec96c46628791515aa89d49a1",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "aaff495b450b489dad0858430140d3e0",
          "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": "SigmaEd / SigmaRd < 1.0;",
      "Id": "56f4b61a23f2469f835cc37070b27c70",
      "Inputs": [
        {
          "Id": "f257dc067f514ebeb8c0f2ef82482171",
          "Name": "SigmaEd",
          "Description": "SigmaEd",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8ee07d86f0a740aeabf089ee8372bc8e",
          "Name": "SigmaRd",
          "Description": "SigmaRd",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e223387aedc44ee7b74e37dd05d014f1",
          "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": "TauEd / TauRd < 1.0;",
      "Id": "fd5341676d6e47628502e5c9eff84cb0",
      "Inputs": [
        {
          "Id": "ad09c4478727453d97357c7331c85598",
          "Name": "TauEd",
          "Description": "TauEd",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cb2351f37d4e4e67bbb47566b4f21359",
          "Name": "TauRd",
          "Description": "TauRd",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "7e56986ddfea4357bfc4bcd8d8496807",
          "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": "// Normalspannungsnachweis\n\nSigmaEd = (MaxN / FlächeRiegel);\nSigmaRd = fy;\n\n// Schubspannungsnachweis\n\nTauEd = (MaxQ / FlächeRiegel);\nTauRd = (235 / 1.73205080757 * 1.0);",
      "Id": "f8595ffe156f4356a7a6a6ccff51774d",
      "Inputs": [
        {
          "Id": "4ced0347fe124740b0a2be6f143d78ab",
          "Name": "MaxN",
          "Description": "MaxN",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3bab7f4fbbe74b3187a691ec94f373ac",
          "Name": "FlächeRiegel",
          "Description": "FlächeRiegel",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9df6462b77094648a3053812a06f349a",
          "Name": "fy",
          "Description": "fy",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6e02938d4b9445cdbc7e349f669cc352",
          "Name": "MaxQ",
          "Description": "MaxQ",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c80339d2cd54403c8f1a09968b891790",
          "Name": "",
          "Description": "SigmaEd",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a075367cacf94269a878c7d52c436a01",
          "Name": "",
          "Description": "SigmaRd",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6306abce7a614deea2d7324f679f9ee0",
          "Name": "",
          "Description": "TauEd",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3adf578981a34360b2ff953a45eb7d05",
          "Name": "",
          "Description": "TauRd",
          "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": "97a87635cf544da3b3f4cef54d824c26",
      "Inputs": [
        {
          "Id": "5881f3cbcf0848b0b04b5263d3043175",
          "Name": "",
          "Description": "Node to show output from",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e895bda7349d4c64b64552dba3bbd88a",
          "Name": "",
          "Description": "Node output",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the node's output"
    },
    {
      "ConcreteType": "CoreNodeModels.Watch, CoreNodeModels",
      "NodeType": "ExtensionNode",
      "Id": "f6015a3b8732409d9edd38c1eb186ad2",
      "Inputs": [
        {
          "Id": "86dc3632c3964ed092c9bfcc86d2b5f1",
          "Name": "",
          "Description": "Node to show output from",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "dc42b31dd55740f9a76c04450f0d31d5",
          "Name": "",
          "Description": "Node output",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Disabled",
      "Description": "Visualize the node's output"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point",
      "Id": "6b70fd5d05884ba78fc87328878082e6",
      "Inputs": [
        {
          "Id": "ab52a2b75d6c4fd9be4f278571b0bdac",
          "Name": "startPoint",
          "Description": "Line start point\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c8178147e41246b9b966f17d67a9150e",
          "Name": "endPoint",
          "Description": "Line end point\n\nPoint",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6eecf5d0ff6043b484198949d4002f33",
          "Name": "Line",
          "Description": "Line from start and end point",
          "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": "46b77fffaa554ee09c4a1f65e592dae2",
      "Inputs": [
        {
          "Id": "f02d54d2b83d45c08d174673c576ed59",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1fc45b02609f42d5ad030998ba9b7e91",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "452e8dddb6504846951b7a624298e273",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3cb29703a6214deaa4c233043768d748",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "ba965c69637a4df49ea3c4794ba495c3",
      "Inputs": [
        {
          "Id": "e5f384659b3c4ba383d7430bdba3957e",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fb5544510d5b4daa9864dc87c419effd",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d525b9a0fe344705b27174d75936e762",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "f5a2718efb41433994f306bcba978de5",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "a76300aa5786412eb2bffd98ce1a731d",
      "Inputs": [
        {
          "Id": "8450c5dc0a2a422f97070f74773f120e",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fc085e32e25843cda4ff917453dd9f47",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8e1945b4bccf4bd488f0840a15d321c5",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "eb37192ec5204c68ab8cb7b1c3ebb1d6",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "4e2328f2b7874745b840f18af4bad663",
      "Inputs": [
        {
          "Id": "179480f166b2478ab7ea2ea56a19161b",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "75c8fbc1ab4e403084a2021617f74c80",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8ace1d0b20bf42f5a7aa585cfe79c398",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "c5f37cd5e3f1499cb2b06f57e57221b2",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "f696efbc596c4424b13f99114d9750e2",
      "Inputs": [
        {
          "Id": "b88fed8286af453785b589b1f98c8f4b",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "10f52f9e6cd74b25a616ddc0cff1f25c",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "63f1e57029324370a490dc7846270799",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "cc6111a801c64bb9985d5db81ad121fa",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "c516f4c9073e4d008a47738a8314ad0a",
      "Inputs": [
        {
          "Id": "dff90983ed42415086e25bb928fa6def",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "39cb9d5836af4a0c822d30d112e0ab32",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c3465944a4d845ff8035f699dd6af604",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b993525adc9a4ae884ad56574525c67e",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "// Berechnung nach Schneider Bautabellen\nN1 = - A1;\nN2 = -A2;\nN3= -A3;",
      "Id": "91a4d11b1bac41a5bb9087ea13f995b4",
      "Inputs": [
        {
          "Id": "e470391d95f949ea90f03306a5bfc199",
          "Name": "A1",
          "Description": "A1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b02510ef49fa48e6b3d6ad50419321a9",
          "Name": "A2",
          "Description": "A2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e3655323a02b4ddcbbb3b6746c96efc2",
          "Name": "A3",
          "Description": "A3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3e6ffae4eaaa461aaa090fdcbc58af4d",
          "Name": "",
          "Description": "N1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "21f4318f2db0412cbd67ca7e0b8b5823",
          "Name": "",
          "Description": "N2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4e203535d77c4230b34617edf2d47605",
          "Name": "",
          "Description": "N3",
          "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": "// Berechnung nach Schneider Bautabellen\nQ1 = (gRiegel * Weite) / 2;\nQ2 = (s * Weite) / 2;\nQ3 = F / 2;",
      "Id": "0d4ac9e6daea43c9bda807131b857d91",
      "Inputs": [
        {
          "Id": "db3aac7b177b4c13acc6768e0840c883",
          "Name": "gRiegel",
          "Description": "gRiegel",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c9d667b1f49f480f88032cd5fe40f305",
          "Name": "Weite",
          "Description": "Weite",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0432c3e7bba74a0bb9c1b1d7b987b153",
          "Name": "s",
          "Description": "s",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ff9b073415314c449dc4642d253cf63e",
          "Name": "F",
          "Description": "F",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6aac35dc32ff4a7a917a0cca95b98131",
          "Name": "",
          "Description": "Q1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1821a6e862d64407b4b4b198f7c15580",
          "Name": "",
          "Description": "Q2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7904f5e31b4a4b0e8793587b781e1615",
          "Name": "",
          "Description": "Q3",
          "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": "Widthh / 2;",
      "Id": "df7968ba556140cabe04bf4bb38b58d9",
      "Inputs": [
        {
          "Id": "eb324a4077ac4133bb99ca0b0c160e4d",
          "Name": "Widthh",
          "Description": "Widthh",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6f0b879ec0e643f18a45e90ae56a9f73",
          "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": "(Left + Right) / 2;",
      "Id": "c1f3e10802f74ea1a1dabdbab1b49584",
      "Inputs": [
        {
          "Id": "d874df4770e94ef49c198cc47cba88cd",
          "Name": "Left",
          "Description": "Left",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "787e2f7fa2f348d1bc5d1bd76247094a",
          "Name": "Right",
          "Description": "Right",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "852444e047674a7d80b868f0b7478784",
          "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": "// Zweiseitig eingespannter Rahmen\n\n//Eigengewicht\nA = (q * Weite) / 2;\nk = (Ir / Is) * (Elevation / Weite);\nH1 = (q * Weite * Weite) / (4 * Elevation * (k +2));\nH2 = H1;",
      "Id": "a5dacbfe752b47be9c3606cc682cb715",
      "Inputs": [
        {
          "Id": "13dc08f3a6a24e7a8ca0c279c1201500",
          "Name": "q",
          "Description": "q",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c62f9b0f33f4492ba3722fa65769dfa5",
          "Name": "Weite",
          "Description": "Weite",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "981da11f871944ae99d6feb655d55b0b",
          "Name": "Ir",
          "Description": "Ir",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "933f025f8fd649c9a7a7c71dcc38361e",
          "Name": "Is",
          "Description": "Is",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "31c0a182665c4b688f7bbb6f147139ea",
          "Name": "Elevation",
          "Description": "Elevation",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b834afb4cec2481b8ce5d6d1e478866e",
          "Name": "",
          "Description": "A",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d244746769124b3ba9c109295faeaf29",
          "Name": "",
          "Description": "k",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c2b23fff67494215a7daf61a8e67b79c",
          "Name": "",
          "Description": "H1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c9e4c1b4c0604a00903884cabdf498fb",
          "Name": "",
          "Description": "H2",
          "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": "// Windlast angenommen als Einzelkraft oben am Stiel angreifend\n\nA = (( F * Elevation) / Weite) / ((3 * k) / (6*k +1));\nB = -A;\nH1 = F / 2;\nH2= -H1;",
      "Id": "6060b265e09c40fda03d301a557e88af",
      "Inputs": [
        {
          "Id": "05ca01caa411467bba019bb49754bba6",
          "Name": "F",
          "Description": "F",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c0dc0f96041240f180067afe6fccddda",
          "Name": "Elevation",
          "Description": "Elevation",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b28f3b88af9c4bafb92a943327df88cf",
          "Name": "Weite",
          "Description": "Weite",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6a4b2ae35b934c5495b40f595d8c7a71",
          "Name": "k",
          "Description": "k",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "68f6718f329b4151afa4201927940a04",
          "Name": "",
          "Description": "A",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "eaa5e3b4078247f0bd78130643a84429",
          "Name": "",
          "Description": "B",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "273593524bc14f78b5fdbf6c14d1664b",
          "Name": "",
          "Description": "H1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8e3095d78606438c91b27f2f396beac8",
          "Name": "",
          "Description": "H2",
          "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": 10.0,
      "MinimumValue": 1.0,
      "StepValue": 0.1,
      "InputValue": 3.0,
      "Id": "7152b5f3aacc4abea2542d4014517748",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "7dd189c1828643ae8cfcd8623621ef7e",
          "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": 10.0,
      "MinimumValue": 2.0,
      "StepValue": 0.1,
      "InputValue": 8.0,
      "Id": "5a2836c44f78410db1180f7ba1c2a68f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f2a24101a8d54fafab307dc510f09db5",
          "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": 10.0,
      "MinimumValue": 1.0,
      "StepValue": 0.1,
      "InputValue": 5.0,
      "Id": "3c0aba4febd64cb995152069f2340a8f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "1924bd2d195041889b667a2393df5eef",
          "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": "// Schneelast\nA = (q * Weite) / 2;\nk = (Ir / Is) * (Elevation / Weite);\nH1 = (q * Weite * Weite) / (4 * Elevation * (k +2));\nH2 = H1;",
      "Id": "33b75d018f6e42abafd12a8b1846ae22",
      "Inputs": [
        {
          "Id": "b2ae754d2ec3432f9e0dd377acabf101",
          "Name": "q",
          "Description": "q",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f87618774ca744019d3183e66dfb7526",
          "Name": "Weite",
          "Description": "Weite",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5afb48c60f3d42c7a757f39a0a38217a",
          "Name": "Ir",
          "Description": "Ir",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "edeca9d7bb63477a9a0130cf90f32a10",
          "Name": "Is",
          "Description": "Is",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1127ab620c91454e9a39d263376e181e",
          "Name": "Elevation",
          "Description": "Elevation",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1f3d40dab70044a2b8bc74d85e488eb2",
          "Name": "",
          "Description": "A",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "36c751627a324dafbd889c21b41e5659",
          "Name": "",
          "Description": "k",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e0609f8ae80e4d86a3d3f3e04e9563e4",
          "Name": "",
          "Description": "H1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b2c301e9dd69458681fa39f886a038de",
          "Name": "",
          "Description": "H2",
          "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": "// Rahmenprofil Riegel: IPE 100\nFläche = 6.27;\n// Rahmenprofil Stiel IPE 120\n// S235\nfy = 23.5;\n// Statiknachweise\n// Eigengewicht (in kN)\ngRiegel = 0.081;\ngStiel = 0.104 * Elevation;\n// Schneelastn in kN\ns = 0.34 * Weite;\n// Windlast in kN\nw = 7.5;",
      "Id": "d20fe46956ae487ca7066365cf20f220",
      "Inputs": [
        {
          "Id": "7f452a680b114f94baf915b19b59d794",
          "Name": "Elevation",
          "Description": "Elevation",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dd5f38cd4abd45628e4ebe5349a88c62",
          "Name": "Weite",
          "Description": "Weite",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4833e7675f1946b7a7b529585077b78b",
          "Name": "",
          "Description": "Fläche",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6a71c272af6e43c89d804ea0895260d9",
          "Name": "",
          "Description": "fy",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e4227623416640699a6cf68c04463a22",
          "Name": "",
          "Description": "gRiegel",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "41d781d862d742fcbb21114633960ee0",
          "Name": "",
          "Description": "gStiel",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3644895000f34dc5943d2d0c01c87074",
          "Name": "",
          "Description": "s",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "68dbc31235d147f1ac0532d90d032e90",
          "Name": "",
          "Description": "w",
          "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": "// Wert aus Schneider Bautabellen\nIr = 171;",
      "Id": "d68c2b1e37f74e63a50f11ed2e266224",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "c5c66c3c701d4d49b4c61153e6f864a9",
          "Name": "",
          "Description": "Ir",
          "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": "// Wert aus Schneider Bautabellen\nIs = 318;",
      "Id": "f2c9f8a8127442fdafed49cc83e5ed5e",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "77fc95a3a3c14fec80f2cbd3aab92b47",
          "Name": "",
          "Description": "Is",
          "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": "28;\n-20;\n12;",
      "Id": "eadeb8bd89b748ef9e57ddd19baa5cbb",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "a9e1c0b984c84c04b9f016eb8a2ea35a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "930f47f67cae431ea187f642e554f373",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "76e15b3f50e04f199792ce04a1b2e237",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "43e16c23faa34c8dabf2edc41643cf3f",
      "Inputs": [
        {
          "Id": "4e6ff98598ff44fca9b4e7f969b0213e",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2242aab30c754bfca9aab3dbbf3b4e19",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9f66934aae994b3ebb1da14770ec6e8e",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3475657afe42422593ac0d9e06e63899",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b792cbdd0964498bb346e4f4b6e833b5",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "c1e5aee3d9884796979b12336096fdd4",
      "Inputs": [
        {
          "Id": "de686e4ba6194754aaf9f19e9ad143e9",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4cf2edbce85147868ccce2f78877bc33",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "839b36c3cfda48ab970e6f1fb71942d4",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "52b2a0c33daf42a78b06e06d55f3fb59",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "67ea65ea07ab45c09524aac797af5425",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "43d9189b4f4d481db8634969151007cf",
      "Inputs": [
        {
          "Id": "70aa3d3e606b4c628b7a7a501c597419",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f35e592f1dd448a2bec4ea2062ccb9f3",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "db58cd10d9c948ffa8d26ee1b0ac5703",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "148126570a6d4e6bb4d15f873e5a0b11",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "179265722b0d4ce7b3f4e769ea0928e7",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "ac22558da22448969b21508fff718301",
      "Inputs": [
        {
          "Id": "36b869ad8e754c2abfc853e9b5a40f16",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "974a6fb27bbf4d868db9d1335e25a7f2",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ada3d71820de41bc88fad982ced31b2e",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b84614f2a09b444ca1893c44a67a06c9",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "824fb15ac1024ea285a470fe3ec3a143",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "a0ced1e96c1e4003926319d2e738300a",
      "Inputs": [
        {
          "Id": "5714950a82d748ffa720ed91f06f508c",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d7858fd678ef407ea32c2443602e3da5",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4442596c9d48491c893d9cb079c8e8c9",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "525e96276a6a4a1c96c069fef2cedd11",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "0.4;\n20;\n0.5;",
      "Id": "95ad73c2cf94492cb656fb95ed445b36",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "90c04f1fcdaa46e7886a14adbdb390dc",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "259f16f751e14f18a56601c696dc28cf",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "27c87ce91fab447b8e24c1585640d635",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "968e536178a54ca7b29aa10476abf1bd",
      "Inputs": [
        {
          "Id": "a0ccd755cb3d42fb950bb7ba28e9c63d",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9a54bc3456944ba2be0e1b2d25f10953",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1d0949d849544d25a368b357614e430e",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d80000f2a5bf476b87e286b498ce653b",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "43d703f86db94fc8ac9163b9d691b001",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x;\ny;\nz;",
      "Id": "c3c4cb731d424456979a0ca0219a5304",
      "Inputs": [
        {
          "Id": "99e7c61d0cc94b268e961c4fca9e843a",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a68349387b944f199e1a09dd94b870ed",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d7e32be0c0a14df3b24a43654feab198",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1307361c285444b0ac8dd54aaade0664",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b5c53b68c55a4022810a5615b2d8104f",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "94b75edb4cc74b6e9362649eb5f25bb3",
          "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": "e57bb0abea05415891b274bd9abe499b",
      "Inputs": [
        {
          "Id": "b90720e209254373ad0064cc76639ed5",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e54a2b8ab894450495360c2f639036e3",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "618d1a46209c4ed4a396524f437dbacf",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2db1fefe8373487cbbb1472b2724bde8",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "0.15;\n20;\n0.5;",
      "Id": "4f8b8e1fb86745ad921d9b0f9af2848a",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "c3c6e921140a4d7b96698c7d706be0ad",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "33ff9c5076294c429b28e6980857563f",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "875bea27618948b3926b65acd39c6c8c",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+20;\ny;\nz;",
      "Id": "8e24c4949cc84dbe86a37da31824ab91",
      "Inputs": [
        {
          "Id": "6d21b5e53826483c8d441ce0785b3757",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ced5176c811b4f8e9b5b0b00aadca071",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b8f66d9ab14142d585ee30aea56797e1",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fdcf1c37ec49444ab9a37411e5984f44",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "203a1f353810451b9a48be64a278f7aa",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "73906672ab5b4917971821a854ca4406",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "20;\n0.15;\n0.5;",
      "Id": "5c5423b6c0b84734973ee17f230e4b53",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "1def4e43d555445989a8b17d4ac8b334",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "82921dc2be5d4efeb58ff5bd274eb7a5",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7891ad1817be41d0b5e5e64d177ee318",
          "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": "839a4e2e21c94a01bfe9f1e219c95ce2",
      "Inputs": [
        {
          "Id": "77292b8ae908499b8adf8b906c9e933a",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "618fc14223044aafb9da7f96d4021e52",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d13b8b0445524cb281d1fa2e87dabc88",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8c459fb753d642dcb66535395fbd836c",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x+10;\ny-10;\nz;",
      "Id": "7c7e5335cc2e4085afcf1581ad894093",
      "Inputs": [
        {
          "Id": "caf98e9c1f924270940a862057762a98",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9fe32ff2196c4684987cdbe16fe13cea",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "200375b1d8f2434a878fbda62b065ff3",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "36771e13370e47b8bc34861f828add80",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "69310a04b975406ab7e6da15670d7e08",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e8dee043b23343d4bd4e5c4bf5732b2c",
          "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": "5410f2e460c448ac914280e59b745d98",
      "Inputs": [
        {
          "Id": "fec3fa938fbf46b1abfb0d94c8c8f174",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2d4dc1e7aab2440a864cee3be36c5652",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8850bcd73eb7433f8c06f4cd2b30a207",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "26064be8b0b9455ea1b90c4779bf5426",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "20;\n0.15;\n0.5;",
      "Id": "61e3d6f04ce3466783f8d9d7e8ceb6a4",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "9704e47df0354e5488755669f90d8c21",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b899f7e0a9f4441fa344d8d5c74df7d7",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4ef18206f0714890a8f2d76b0a0dc9f4",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny;\nz;",
      "Id": "01b448a69dc34b6090270a83adcf7d3e",
      "Inputs": [
        {
          "Id": "fc86d8a1661c4d10b4f5b17e17623e74",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d5a3956f68e2446598867974603bb0a5",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b6ffe2d385e34e9b8a619c477f26aa4c",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ba0951ce9aef43a0bbd962fd3f84b3e1",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2feb0b8f541b4c4da1d601c6b0ca4651",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cca6b48ba1104e98b9a238c882bea697",
          "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": "a0a336f57007418a926589f52fe78020",
      "Inputs": [
        {
          "Id": "9e4d62f4ab004a1daeae0f6eb2d87928",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "feb596244df24d13b3cbca84786f6076",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "853b4c99f4ad4980aa7742cc954476aa",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "8214899856be485cb08938c5b907f263",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "20;\n0.15;\n0.5;",
      "Id": "37d4b7170b58474ca9565af6f18d53dc",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "20dd3e80519044029f23d082c01b56d0",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c8a85243692b4dada404d0b6d4eb6062",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d3fd0e48309846149110d9eeca2d4083",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny+10;\nz;",
      "Id": "fdaad20f12b045f495e1ce7c634b8d3e",
      "Inputs": [
        {
          "Id": "f7d05908a4234ef388abe4f147174bc1",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "24feb67373694cf8899dcbb60c1098ae",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e9ead7ebd8e9468d9a41a0c131fd66d6",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "4ed29216bfdb46ea8b3d233371adc657",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2135741b940c43c6961f7c35ab0aadbf",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c186c51bdba74505b1542665803deadd",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny+10;\nz+5;",
      "Id": "8145023eb1f54402a832aea89ce63228",
      "Inputs": [
        {
          "Id": "c4eb106f90ca4f7482ab23276ffc7ec4",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9f0e1f6d7c7841cea6c54eb0a7ab9e81",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a08bc3f0bb144a0bb0599ed84e1d6fe3",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "263a2b740b934e71801d0faa01513cc0",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2f1a051eb32e4aab88cdabd120e4084f",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5dd62e2405dc416fbcf64f21036f2735",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "20;\n0.15;\n0.5;",
      "Id": "3dc513672214452bb40ae0c33454338f",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "8430190e6c4c44b1979b9fa5a797b65d",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2c03991e45e041b59f05aaa5a5afc59d",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "09050ae2de2e424e9dc51b67056f9bef",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny;\nz+5;",
      "Id": "141b1cbd64c141058e2aedbcaca9f1f1",
      "Inputs": [
        {
          "Id": "c8b700b64b2f4fafa04bdea2c9e76fc6",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c8c8d1814035446aafd630ffa018d0b5",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8ef9d76fa872421f95763cffdf728caf",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bea97ba2787b4ff69feb1c2f2902a2e6",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "360489ef46b24d1cb7fb3d15fb8998c1",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "68a128a784614019a0f48f92e1e5aca8",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny-10;\nz+5;",
      "Id": "4ce66478925143a9b1878da6127f72e9",
      "Inputs": [
        {
          "Id": "cc6edde7da9845cf8aa52c497c9dd0a6",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "492d5131d9bb4acdaa1a5ff2c6b93043",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e4891555135f47ce94137f261a8249d4",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5f6c9c9a81b9407b9f42c4ce5af06639",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c23b147ea13544ffbf44169499f03c43",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "03f9e0821bd0469ca3b8f73ee053f03d",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+20;\ny;\nz+5;",
      "Id": "404a3389d5bd4cf592c437b91c0e37f6",
      "Inputs": [
        {
          "Id": "36cef1f34a5940f8b84a5c6fdd1976fa",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8cdeeb3249c74dbcbca1422687f17630",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ad78fcfce53d4ae8a3e1dfc17604c34f",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "9d0bda150695420fb593e39a521d3452",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "292068dc2a0d4ca69d6352cb1f37d614",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0a5187352c98419bb7244bd5f5df9375",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x;\ny;\nz+5;",
      "Id": "d4f8311413d8455bb7295d15175b5391",
      "Inputs": [
        {
          "Id": "80623f17cf3c4572be6633405ec755a3",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "88aed5ceb11f4d3784dbcb0a79d6b9a7",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c74a74c818fd408995554d320aeb492a",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6f0f04a22b1e48d5b531b5f101a180c8",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e1fcdda51dba48d6b58e38f724f3ac9d",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "85f2e755039245969d76d1c54545a0f2",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny;\nz+5;",
      "Id": "6b91673ddaeb4c7786a1f0293ee9b68c",
      "Inputs": [
        {
          "Id": "e05ceb055f2044af9e64e236c9bd2a3e",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "87a268ffd4734d0ea195e042b7efd4eb",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b68a35d1af17472eb87f7b0012cda0ad",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2a7142ddcb194178ae6b038cb9d4649c",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "35826de95272403eb6b4bb2df0fe5884",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9f047df8318c416d8a53de86820efddd",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "3dcd74d843ae4756961d15e2e8892e25",
      "Inputs": [
        {
          "Id": "f229a8d3696840b8ac34140d85bb3bf0",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "55fbf6d0bd7b4187943077c2fa7ea137",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a216f9ec7c764f5a8e16ee80ea74d85b",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "aae8d437dc444b8f8c541f6a0f911e4f",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0c40c7f3b8bb475792556955248c7fcf",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "20;\n0.15;\n0.5;",
      "Id": "c8908313924148fda124430675571701",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "91a883faf741400fa03e2d50d182b1a7",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5a1d25419f974116a995c7f07284c486",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "13d62df2b73d4ff1a32556562ec1984c",
          "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": "c4719dfb627e43fd9acf9c5d90cc6a6e",
      "Inputs": [
        {
          "Id": "3569c4d3e0f14133bd0d7280bc1be60b",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d7b23133a93c407a8af853779e3ea06b",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ff0713449d2d47b398af96d7a9967de5",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e5b1bcc6d23f488db80c5223b6bcad6f",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "3c51cfacea7447f5956aaddd7bec4790",
      "Inputs": [
        {
          "Id": "9e9d794f49304fa9a116d742152bffd2",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ab290059e27f42f6bb4d6358e302b2e8",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bf233b87f10d43b99d80bc05c38d0e4f",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e8bc87957f5547e4aa6dddf908045d79",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d6451c413c2a4387bc1c5d303925273c",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "7dc71d4e83fe4d17a19149f423783e81",
      "Inputs": [
        {
          "Id": "2472ec10aff14f98bf4701ef1058557a",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c0f1082ee5724e448a591564f5e8a0df",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f79b4bdb3ee64be0a9f00dccf9ce5f9a",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d1ae9d1b835e42d8b2640e61958aeb65",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "dba2252454094a8b8c8a5a7d2c18e207",
      "Inputs": [
        {
          "Id": "5fb0947ee56e4a5fbf537c36fb829cf6",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dcbec4824ae64381908d4e5a1c1d8479",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "71cf24eeca2141c3bfc061c3a9dae30c",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4cf5015e2dea42e58c9b9e408c7e0170",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d72e726b8a6b4e33b47e58078ad84272",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "6875dbbc69f34a8c9d660ce44c189ce3",
      "Inputs": [
        {
          "Id": "3c4f97c097e84b11a2fb98f34cd426f1",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3bbfa8e2a277455ba44a8e981b61e43e",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0aeda4f0b84f4f58a7bae19566f4ec7f",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0af0da406e2240e391765827710d3a0a",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "20;\n0.15;\n0.5;",
      "Id": "65f472a9f571435c933c84b7cda0aac0",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "7a4eec1241854c7ba3f1957d3b3a5b0b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a035c1396f604dbc8c99ab991b05f2a1",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e3063c3aa74f4329be0cf3c907e00a77",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "b31486c579894ae9a97f62540cc49a57",
      "Inputs": [
        {
          "Id": "8750fda962c64d29879302dec0e4b5b1",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "832d1fb82eab484c89baabd96939a4c2",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cc896354d4f94d79b52aa1a3756cc311",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6ff213f830df4ce5abccd3a5d2fe3f90",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "3a02ddff726f445c9fb7329fa005e59b",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n20;\n0.5;",
      "Id": "f65abddc23424b57a432ff94e6181254",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "dfa85ee5331644db9babdf43bea51d44",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f60db5c934c945e8b0a6d9d387afe9d8",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "56f24f6e450844fb9a1f65529dc6d0dd",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "f8a1b0ed3c254b638da598151147e996",
      "Inputs": [
        {
          "Id": "470341f87b24407081da65f272c4d731",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "aa6ab836021a46229ae1c0f0efc32e9d",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c7e21ae8e53342bf8be67bfb1c9c4bfb",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "070a74621a564a98b98d752c629a6fc7",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fa08ca42a8b14d7a943da5370d9d504b",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "d9f3fcfcfabb4f368d76cfc147d8fa2f",
      "Inputs": [
        {
          "Id": "b6cc8822fbcd474b86323e7a12dde2da",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "45fff084f9fb4fb5b81712f356ed2ec3",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "df9ec9c13f9b4ef0ad07529c61d6e5b7",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "99f5836fb2e44325b560d9232ff0a7a0",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "0aac0075c068475dab99ece1b1ee6fea",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "137e5729152d4ac5abf9cd976892a1a5",
      "Inputs": [
        {
          "Id": "2986ec9cfed84205b33a0271e5278ab2",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c674e969f4c9453685f016eeb41c010f",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "810bdf8650de445482c273031e029ba7",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fe5f4815833445bb8f51000cedf7ac73",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "54cbd10b2d594ec5b2406a97d8e396e0",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "71ee37b7eb0b480993deb7f3db1e6403",
      "Inputs": [
        {
          "Id": "5562b1368c8f4db7a4d2cb10ad38535c",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "57c46cbadd63422dab18b8ccd5e7de97",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b442caf26eba4faaacba83caa9834aae",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "85f538ddba9a4a1a8951481a38560fd2",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "479c437b05894b2a929576c19f47fad0",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "67dc6840014544ebb5b5518fbd2e3d87",
      "Inputs": [
        {
          "Id": "2dbc4870ea604e77af5596cd430a75db",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8e7467d6460a4d70b3d47a4d48527347",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fe9955aad26d4df1bbb3b7a0634d1707",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "691a2df3c4c44f5faa1d1674ea1866e2",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "d979dcad3602497f9c68e47179871e99",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "efce533c36c44002900eb7c011e7f47b",
      "Inputs": [
        {
          "Id": "b26df46b1be64ea5abe333fcc4540852",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "542550eb94de45af96034ed17d0acd64",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "11a31b0dd80d43fe95b89ca0dc7984f1",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4ac6ae9def9140aab0b44e5a32551a0c",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a765d5515da547a09b4dfcfb0132b744",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "042a74cf33804826aad86de021534b3c",
      "Inputs": [
        {
          "Id": "855bbab696344dfa90d267f672448dd6",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8f187fd43b9a4e34bccd095c37488c4a",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1b2d787cf26d40f7b08d08bf292f40dc",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "75beb1189cd14e408b9ac667c5a3dd54",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "4f275f037e854e0bb2afe55a075319e5",
      "Inputs": [
        {
          "Id": "137b6ce073c541bc972699ef0f12d310",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b5038ea8db3a45af9704583e4960ed28",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9033ad0f64c04991bfb3f3b476b8e945",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3f2ac8f370b840c193f0961cf2dad221",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "06314507cfe245eb98606d10bd770b29",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "1753b0f1b42a42a488424a64c2e3c94d",
      "Inputs": [
        {
          "Id": "15b57b1410d048ebb61415490ae15ca6",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "2087359658dd46b9acf8030f38fa7fe9",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0ca3f6c5d4544b04adab894094169c05",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "89f8031d64eb43aaaa79e62c780702ef",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "0.15;\n20;\n0.5;",
      "Id": "258fb143c5174879901d9501f0ceff61",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "060be09f857947e4a38e0e6c24c1dd10",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4f16f6ad729346c989942f07faca08d9",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1e04ff4dc0594d9c9e523a9fb4459975",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "e2f0c3cb717e45acb57b35a256b8d1ca",
      "Inputs": [
        {
          "Id": "effe9f4f325f4d7197a0df07c73a8e30",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "36b5d45ed8034b92afb978775f632173",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5c972096eb664243a47e6462bfb1bbdf",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cf1313b1efc04159b3670907a99aaa88",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1a62ce68a63d4b2f970f1cba54391bc7",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.15;\n20;\n0.5;",
      "Id": "d4f493d668174a0daceb91508d20bac5",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "b0166981930a427cb8885535dca17258",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "55883dd9421b43ea99fb027fcfdc2516",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8aeef189e4b94f199c9a7e3d2da9e055",
          "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": "d38a75ed6dcc44d2945595e457e148ca",
      "Inputs": [
        {
          "Id": "d968ca14a2cc444eb37164a5eec29742",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e0ec3896ac344985a88c420ac52312ca",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "18869a388fc942f2bc28bd00fdf45cc3",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "77b678568df8470bb94301ed80bb6093",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "0.4;\n0.5;\n5;",
      "Id": "415c46a1872f43c6be583041959e5596",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "d15e8364ce7a45bebbd23429b5e86dbe",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4a9950a2258e4ab998be5e08b0d6b0de",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "91ef3784ba7f4bc9bb20ab840ad653cc",
          "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": "e66d6386112b4e42bf552d9e6964a16f",
      "Inputs": [
        {
          "Id": "62aa331e58e047b38099b769e6797d90",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "52f97fbe241548fc803c8ffcfbced324",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "26644b552e7e45f98a5221d6eb512b3e",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "a1daed9dc61c4aaa8725bee6398c1606",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x;\ny-9.75;\nz+2.5;",
      "Id": "66b425515ca542aaad9665cc6a5f7100",
      "Inputs": [
        {
          "Id": "74513488afe5413893d38d2f249bc310",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4d118ea9207a4f83bb5877f683aa9074",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "867e33e44ac54e8ab868e5e88e7cd6a7",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "36831a1e2f58483fa18d3f1f04038b00",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a8d3311486a04d45b81b7f972fcf65f2",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "28fee3d1bf894ba88fe400e6f131ec39",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.4;\n0.5;\n5;",
      "Id": "dcb1ba55560149ceae90b4ae166106cc",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "0b5ca5e9cdca4481a54811da81e522df",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6053598ffaf1477cb9dc19ee55c3f054",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "48bb40342f8a4bf7a9c9ccf6421c5eb4",
          "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": "b758ca90182446058f635b73f7540213",
      "Inputs": [
        {
          "Id": "6f782f11876f4914a7bd2bfda830cee6",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "22a1ea89d438430598db71e3153a5b34",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "252611d3e5f540d7ad6403ccb2723aa1",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "986554c84cd9434abfd168a2ecacff8d",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x;\ny;\nz+2.5;",
      "Id": "e88ac930aaf043908a991690a9570c4b",
      "Inputs": [
        {
          "Id": "372f87c4427e4ebbac0aac1139177cf1",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bb6d55bd91f146d4a8dbd170469d1908",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "43e7bda29a014cdf9e9e919e09a50add",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "be4a3f900e024351bfedf7a875be1b35",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d0c141d0843542b98dea2d8cda63eafc",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "311750add4354a439eabed457e6fd346",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.4;\n0.5;\n5;",
      "Id": "575ec5c1b64e44609729d703c36e3a6a",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "4b96bddb03d54fb99b6bb8e00c6a6c02",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fb9be931fddf45c8a33ac5b52d62fcf2",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "925582fdd0c340c9aaf4c1fe78c744fc",
          "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": "b03155974a0a4111bd9c264758849485",
      "Inputs": [
        {
          "Id": "680f2a7804d34986968d3a614f42c9d6",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "91da0740bc3242b39ea4b5ec6e62977f",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "38318b6237c84c41bcad566625317421",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "12f5ccd521234a66b68fcf9a10124d4e",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x;\ny+9.75;\nz+2.5;",
      "Id": "587dcf5e13c043bab85ceceec303a0fa",
      "Inputs": [
        {
          "Id": "9858e179583b4e89abb6e93b6ade9093",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1441e55f30d04a039ef7071d7dc42917",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a0ce2c951d6849ca941c8d8e296cc0a4",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ef26e8ac2eef45568234b0ac990bd087",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "c7302628d05d4c44969f2defce29369c",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "feb374f017b94e9fbc477519f935ceed",
          "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": "9e875c11abca4a84b49957e1fa7b7002",
      "Inputs": [
        {
          "Id": "56fc32a3430249caa11b41296daa1923",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3e0a7b8d3e834bc6a864460389702d7d",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "76103a401ee14f548c801a383711d984",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6f671e20276a4378a3279b00c76109f8",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "34529a5ab81541a98104ffb8d0308017",
      "Inputs": [
        {
          "Id": "aca9a33acce0446c9779e76f566da41a",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b5a792c2c8d34e1d9742846b14b2cd6b",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "64dfed18ab8446599455c03286d4271e",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2a7c5add07c24fd49bf99c337048efce",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "0.4;\n0.5;\n5;",
      "Id": "55dc129251ac4afe9726cde9f437031b",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "0f62254ebded4028abc5f70bea662dc6",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7348734431104bf686c4f8c9e7cd0690",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "81eeea605a774bcc9ec049889bea1a98",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.4;\n0.5;\n5;",
      "Id": "fb2016ca3f9b424b9837e2ab13c965eb",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "f1ad7f73b49d4152b402bfe364e270be",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "1fa3b87d892746feb65261e093a720d0",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9f33ff49858442e29636b19bff30abec",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.4;\n0.5;\n5;",
      "Id": "c880baac691e4ae39db65a5cc8421abc",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "7a4ca7aa7fb5471fb18e1b9d1610ef96",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "135e4fd4c627488ca65198129ecaf67e",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "53f5d96f0028430b9d205d9c4c9e02c0",
          "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": "d7fc5894fbd64182ac6f2524fc8bc4cd",
      "Inputs": [
        {
          "Id": "7b93fea197954611a893f97f534621e9",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "dd9434eb51b2401ab2a07e38114b65ea",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9a7606908744461abe31200a372d7ec7",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "2b07ae1f4b09492ea4b13dff04ce0479",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x+10;\ny-9.75;\nz+2.5;",
      "Id": "cf6ea0302b56456599897f514a06b2fc",
      "Inputs": [
        {
          "Id": "e7b1d6ddf2fe4f198fc46989714d21d7",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9ef63ad1b64347e2a00afee7271d8925",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9dc7bfc21d604911bd61b28bea16abf3",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "12ae9c01f09e45dda6f0784d2f941efc",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "82d0e0c8ee1a4f6a94407113e2b8a8c4",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "080ec847a44e42c3aa6767032f3a5ffc",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny+9.75;\nz+2.5;",
      "Id": "94cebc782f234ab9a47a70803f1f53ce",
      "Inputs": [
        {
          "Id": "fd008a56f068470d8addcd48cc691492",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "23e3f3d8909d4d0fa60b61aef26a66c6",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "47a694e2784646b79904431e3c27c95f",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "606b76350f4a4d148d1507a90acfdd8a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "27559cc2ac654d57b43dfb8e27918566",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3c3a2091dd5a41ee8179b3f8f06f226e",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny;\nz+2.5;",
      "Id": "f004cfaa840e4e8d869ab3875d3d837d",
      "Inputs": [
        {
          "Id": "60fca279568c4a17909c674173fddf7a",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e283b71debf34893bb7b327fc2c4a125",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6ab4db5786844dab86866309109ec1e7",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "ad0025a033e9427e9a3165f647919f0c",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "438b4b81657b40ca845f3424100b3056",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "35cfeda4832b4df3ac6b54f5b0e7d4fa",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "4944a7bd752c4bd88e71dbed447a6769",
      "Inputs": [
        {
          "Id": "e384e2dde89e445c8b9bb4cd9bc10901",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8490cc9509a247acb9264ed0793f1c11",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b6e31933d6f9400ab5bf2b2f219cb6dc",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "013a15aa7cf7418bbf1eedfa7d4ea32f",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5d6aea69f2c049f499280d419e8b8b3a",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "fffd8468464f4fcea6670c4a3dd5c4d2",
      "Inputs": [
        {
          "Id": "dd700c1ee89f48bbbc50b5d983edfcce",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "875f4def115a4afc9cdc441dcec59a99",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4a8319562c284c81a7d260bd18b781e3",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5a9027cbe9a14df9a68934366969878f",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "x+20;\ny-9.75;\nz+2.5;",
      "Id": "0155172cd1a24691bb20c906790eedcd",
      "Inputs": [
        {
          "Id": "660450eb7038443495769711313325d0",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5fec29f871054c638023630bad17b80f",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "768a72a72a8e4ddd800c1a5813c9aa70",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "bc6c366b25144e8aa5f502e1227585da",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "19c1a124cccf4c73a268ff62618f4ed6",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "50ad44baad14428897853825b10cf7d0",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "a69a0c9833ad4e68812e382d42e77bb5",
      "Inputs": [
        {
          "Id": "53cc8bf43db4476a89fc7bdbbe72a02d",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "876bccd78a7241b4ba7f540d8c5e79f6",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "76777ad8a6a7465796008909cea0c28e",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "92c86f92041c4ff98939710265235df6",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b7f0898fe09641f393e91dc64111177b",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "2108db8cf95b4a2da5828a610847b0a3",
      "Inputs": [
        {
          "Id": "d649d6b135b6401382e124f2a23d7cde",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6bbeba69d72b4812a5e6f2b6193833af",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b03dbf3035434b3092c2f8223d38c131",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "795ed239ccea4d21a660d93512bb424b",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "819f122244964c83b274597f95cbb095",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "c4b579fae614497f92267f3310ea126f",
      "Inputs": [
        {
          "Id": "d179e3579e4c4d13a1b31b1945c75773",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "9a4f2111323c4267a8816a33ad56f3b8",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "0cfab9be37684c9e9b3403520104dfff",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "1e407874468f42a7a1964920cd321c2e",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "95a12bac716a41da837feb3186e74755",
      "Inputs": [
        {
          "Id": "6b219c20ef2d404ab67402b5856052a6",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8eb906b480084a53bde400973fa52e7f",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b38ff94c63f84d0cba2aa66f44aabeb4",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "80878d89b8c243c3a7e421ebab113deb",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "0.4;\n0.5;\n5;",
      "Id": "ee1472e423d24ea687e8a5e21aaa9a88",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "9c17f6706e904afc93bd442ddec02872",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "eab44b8029b046718ae6b0b6d881b86c",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "b56a70398377445dbd21d32d2e8f1839",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.4;\n0.5;\n5;",
      "Id": "38a416c58fa946f9962aa7dc0dde7c85",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "e3dab9a8cf7f47bb8c39c3a47758c549",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a6bbe5c4fd58454f857e025bcb6530b0",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a95aa254954c4ba5b35dd24dea1cddaf",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "0.4;\n0.5;\n5;",
      "Id": "b0c3daa783d743a48e0c7da86024de87",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "b5b599899bfc4bbdba1d45add209f1d4",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a8fdd03704fe458b91a02cb1d38e0a0b",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "deaf6ed040bb40af9adf50d13fe7c346",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+20;\ny+9.75;\nz+2.5;",
      "Id": "edd76f5eec3640678a5e63816ae513a6",
      "Inputs": [
        {
          "Id": "e965b621bd6747fc913a908847c0c5f1",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "d9bbd12b195246c09aa7504c20d6f8a7",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "79e165ab0fc74cefb39f705a279010d5",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "b85b37a900754a1fbac3c05d6a957f4c",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e04bbdb28ae84f11a5cf97f754cceefa",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bf6fdae2d3904d278d1a16a3d99fb601",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+20;\ny;\nz+2.5;",
      "Id": "63bd0f5392184ec38614892a16ff0b0d",
      "Inputs": [
        {
          "Id": "430bb50f075a4f2682e65cafbf89ea9c",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "835a9ec45748477797c3a0425b7d3691",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4a969cea88eb462d869733d2072ff60e",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "415ccdb37f034766b60f3bb82b1dc13b",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "cc8dd51e3ea2463f8e2519f1958cbf3b",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "52c04d532e164524ad318204ac8340a8",
          "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.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double",
      "Id": "2863fcd9f37c4b79970fb7f1dd6d1fe1",
      "Inputs": [
        {
          "Id": "6f3598a6e6264a7bbfb396f2897473b9",
          "Name": "coordinateSystem",
          "Description": "Parent coordinate system (center of cuboid)\n\nCoordinateSystem\nDefault value : Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "20d6f00c6db641a5867ac26ccd2aeb81",
          "Name": "width",
          "Description": "Width of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "72577c5f9c1b4a79a5c6bb24d7b63a6a",
          "Name": "length",
          "Description": "Length of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6ffec1737b0a4767924b4d60dc768b13",
          "Name": "height",
          "Description": "Height of cuboid\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "5f2adde101f34b4aa76ee2117f9f4631",
          "Name": "Cuboid",
          "Description": "Cuboid created from lengths",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Create a Cuboid centered at WCS origin, with width, length, and height.\n\nCuboid.ByLengths (coordinateSystem: CoordinateSystem = Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin(0, 0, 0), width: double = 1, length: double = 1, height: double = 1): Cuboid"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "4a60c6b9f1ac45e19587793933abcf3a",
      "Inputs": [
        {
          "Id": "c7de68baf0fd49d5929a4b6aba89a33d",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "122fc36bee774a45944563a671eda692",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "e10e17801f074f74b263914feb5e596f",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "afa44238d602479fbae16a0706fd12f1",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "20;\n20;\n0.5;",
      "Id": "f607c907e81f4badac012730267dea09",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "e67d769b3ae2418a85255e80cd956ec1",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "36dedb432e9549a08a841b798a4b254a",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7fdde9c2867d4346ab2a39288225684a",
          "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.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "x+10;\ny;\nz+2.5;",
      "Id": "0bef9c929e8a4a22860ea574119b76d0",
      "Inputs": [
        {
          "Id": "1e5978abccf94c3ba0ae37273b999fd7",
          "Name": "x",
          "Description": "x",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "06a73e21ea40437280dde0dd543b4620",
          "Name": "y",
          "Description": "y",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "8c5dc6eecdae4203b0683684ae9d0a73",
          "Name": "z",
          "Description": "z",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "fdefc185c31c456da783f100e0c5a249",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6355845b5cb04aef9b935759041a485d",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3ce7ea70fdf1491a85982c0a7e147051",
          "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.Cylinder.ByPointsRadius@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,double",
      "Id": "7e65535d25744cb3a9ece4fbf5b73140",
      "Inputs": [
        {
          "Id": "7a61b8e4f2674cff9a9b0864be1d38c8",
          "Name": "startPoint",
          "Description": "Start point of cylinder\n\nPoint\nDefault value : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "7b1d0651c100462fbf5de68085c36d00",
          "Name": "endPoint",
          "Description": "End point of cylinder\n\nPoint\nDefault value : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 1)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a22f0a14a1a54b73ac0f58a10499cd12",
          "Name": "radius",
          "Description": "Radius of cylinder\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "6d880c96d6544dba9cfab21714c18232",
          "Name": "Cylinder",
          "Description": "Cylinder created by points and radius",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Construct a Solid Cylinder given the bottom and top center point of the Cylinder.\n\nCylinder.ByPointsRadius (startPoint: Point = Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0), endPoint: Point = Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 1), radius: double = 1): Cylinder"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.CodeBlockNodeModel, DynamoCore",
      "NodeType": "CodeBlockNode",
      "Code": "10;\n0;\n0;\n40;\n-20;\n12;\n0.4;",
      "Id": "1fff2829ca52402482f4ac364d884a14",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "b29a2d0483e4447982be12df916868bf",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "4fbd9862981f4c628d29b06ba47337ae",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "58f1060ce0b64865886e916f2f0bfb5e",
          "Name": "",
          "Description": "Value of expression at line 3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "078b2bff02b44a8caad4cea4e63f3e98",
          "Name": "",
          "Description": "Value of expression at line 4",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "ae2d561ef289462dbf9a7825fb32f720",
          "Name": "",
          "Description": "Value of expression at line 5",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "84d2e924c60744eaaa102c96a640f591",
          "Name": "",
          "Description": "Value of expression at line 6",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "388d93d4a91145719f98a307e7bcacf5",
          "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.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "8b4211a9b99c41c0934258ccfa477044",
      "Inputs": [
        {
          "Id": "55a8a0449bd5494db648d6a9343f3f49",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f734304b316a414cafdbc01ca30b68ad",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "672d6283b91d4faca5ea5ef0ab52cad1",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "efeb831692fd4581bdbca4a527d00294",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "3be344fd4fe44a4280c300fb30f7e394",
      "Inputs": [
        {
          "Id": "387d58cd7da44ea2b0beb6f37f726c8b",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "51409162a67047e8b1ba699df604e2a3",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "fcaf7e8a96b2457c99cb26866f0c237d",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e4bc769cdcad47c1959fa25ed2c9360d",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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.Cylinder.ByPointsRadius@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,double",
      "Id": "f9f943620544433ab1dbbdc0b5e2a065",
      "Inputs": [
        {
          "Id": "2353732ed3e84ae9b3c5b1467caf7a20",
          "Name": "startPoint",
          "Description": "Start point of cylinder\n\nPoint\nDefault value : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "af5e66e0e48341cbbe28fe0794deff27",
          "Name": "endPoint",
          "Description": "End point of cylinder\n\nPoint\nDefault value : Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 1)",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "61a6401f6bf147a88b19014ea35cf5dd",
          "Name": "radius",
          "Description": "Radius of cylinder\n\ndouble\nDefault value : 1",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "026ddb94db4b4245aade2e1717fdde6a",
          "Name": "Cylinder",
          "Description": "Cylinder created by points and radius",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Replication": "Auto",
      "Description": "Construct a Solid Cylinder given the bottom and top center point of the Cylinder.\n\nCylinder.ByPointsRadius (startPoint: Point = Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 0), endPoint: Point = Autodesk.DesignScript.Geometry.Point.ByCoordinates(0, 0, 1), radius: double = 1): Cylinder"
    },
    {
      "ConcreteType": "Dynamo.Graph.Nodes.ZeroTouch.DSFunction, DynamoCore",
      "NodeType": "FunctionNode",
      "FunctionSignature": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double",
      "Id": "8baea0cff8734a1d9207d534b7e2fc16",
      "Inputs": [
        {
          "Id": "01bd9b7a20464ce3b2be01567d30ce87",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3506b830caa74be6ad8bd34f8119cd6b",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "6a60682420604194af001295a77c39fb",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "e0ebccf6012e4617961c244b2cd12b86",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "6bdd48c3415f48bfa8bc36e5deac24bd",
      "Inputs": [
        {
          "Id": "4c1e4118273243d5b3b0d6df68007425",
          "Name": "x",
          "Description": "X coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "5e79231c224b41c89d6185bc54075357",
          "Name": "y",
          "Description": "Y coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "f6202726eca04a8aa44f850e505123a0",
          "Name": "z",
          "Description": "Z coordinate\n\ndouble\nDefault value : 0",
          "UsingDefaultValue": true,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        }
      ],
      "Outputs": [
        {
          "Id": "30bc6c06923f4d96887d5ace8644ab92",
          "Name": "Point",
          "Description": "Point created by coordinates",
          "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": "40;\n-20;\n12;\n40;\n-50;\n10;\n0.4;",
      "Id": "7d764d175f18419f84e1b3f6b123dc6a",
      "Inputs": [],
      "Outputs": [
        {
          "Id": "02520c6596884ee8a62b7b8dc8cc313a",
          "Name": "",
          "Description": "Value of expression at line 1",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "3fdbee750a77491c9134932c1170ae6f",
          "Name": "",
          "Description": "Value of expression at line 2",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "581d92923b584f08a828fc361985c3a9",
          "Name": "",
          "Description": "Value of expression at line 3",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "bb910015f35a4e4288f83c7a1bddb417",
          "Name": "",
          "Description": "Value of expression at line 4",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "077a9d945eb64bfead4a3429be78c334",
          "Name": "",
          "Description": "Value of expression at line 5",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "794402d4fe9d4bc088f9fc6a6c6b3080",
          "Name": "",
          "Description": "Value of expression at line 6",
          "UsingDefaultValue": false,
          "Level": 2,
          "UseLevels": false,
          "KeepListStructure": false
        },
        {
          "Id": "a428e472039a4573871584f873aaa41f",
          "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"
    }
  ],
  "Connectors": [
    {
      "Start": "cbfd773b572d408895158992fc3855a0",
      "End": "26b233e0747540888fe19cc513710d18",
      "Id": "4f3650d23fa146f7a01e5a751c9a59df",
      "IsHidden": "False"
    },
    {
      "Start": "cbfd773b572d408895158992fc3855a0",
      "End": "9400de3e313d4430890ea9263f6d0ea6",
      "Id": "5aa3a132792748168e3a3996f52b2652",
      "IsHidden": "False"
    },
    {
      "Start": "183c13bf958e4a20b97cab0d63da0bf0",
      "End": "b97949d3f30346c59ca4db4f7e2a68a9",
      "Id": "9ec2b234c6d84a6480e3ebb8dd70fefb",
      "IsHidden": "False"
    },
    {
      "Start": "6e598fe4186145928986409dc8c60451",
      "End": "81f65665e03c42bab84fbe6a7a238caf",
      "Id": "33c3fd3318e444608f807cb157905287",
      "IsHidden": "False"
    },
    {
      "Start": "6e598fe4186145928986409dc8c60451",
      "End": "babe9cb7e1484c229d1f4bec3b470de9",
      "Id": "1d2aac6737a149e2b4538260ffe371f0",
      "IsHidden": "False"
    },
    {
      "Start": "6e598fe4186145928986409dc8c60451",
      "End": "dbb5f0377e664e70aa834a3fc7e2946b",
      "Id": "4ec7ccffc4524499aa6b95a5858af599",
      "IsHidden": "False"
    },
    {
      "Start": "5e0b386ccbfb4d9ebbcb87a40edfc559",
      "End": "40dd5eb66c4743008ec6dca640b95bf7",
      "Id": "491c77b9d59a4aec9b32a741585c833f",
      "IsHidden": "False"
    },
    {
      "Start": "77a2e0bc930d487f968f0971ca53fe4b",
      "End": "13a061094fa040238f1df49e69e04171",
      "Id": "aec31b2f730847dcbce121a7f98abf17",
      "IsHidden": "False"
    },
    {
      "Start": "77a2e0bc930d487f968f0971ca53fe4b",
      "End": "75a7111f4dd14047aa410e291ac20672",
      "Id": "f3c29255482446d4b563335a69ba2efa",
      "IsHidden": "False"
    },
    {
      "Start": "77a2e0bc930d487f968f0971ca53fe4b",
      "End": "e91e37a4fd114e0195049c525b6c6277",
      "Id": "47c431cb769c4c04b40a541f41aeb94f",
      "IsHidden": "False"
    },
    {
      "Start": "77a2e0bc930d487f968f0971ca53fe4b",
      "End": "fed93a78c65942e780fa7762d5c13319",
      "Id": "a322a1e5faee42c4bc46dc96256aa3c6",
      "IsHidden": "False"
    },
    {
      "Start": "77a2e0bc930d487f968f0971ca53fe4b",
      "End": "1861de83180347a09f8d4d5df9cb8a25",
      "Id": "6ac3f983fbbb48d0b0f6857d0b887292",
      "IsHidden": "False"
    },
    {
      "Start": "164f18c1478944c48c53c4c83d685456",
      "End": "887c8a2921f441259f061bd1697bd6df",
      "Id": "c46ec4c31a124d72955f41b604386eb8",
      "IsHidden": "False"
    },
    {
      "Start": "164f18c1478944c48c53c4c83d685456",
      "End": "d2db692122d24c259d1ba8f5c7ef6b94",
      "Id": "713e77b82aa441a6ab410956fef3c7dd",
      "IsHidden": "False"
    },
    {
      "Start": "cbcd5dc7a1f441079bd347a7f4eb51c3",
      "End": "dd443763c013433aa9e1f87564153685",
      "Id": "6824cfa6f3024778956e5ce82779ed29",
      "IsHidden": "False"
    },
    {
      "Start": "cbcd5dc7a1f441079bd347a7f4eb51c3",
      "End": "d7fabf4a44e74a84818a0e2e00f56725",
      "Id": "ae694cd4994344c395aad9a197fd94ea",
      "IsHidden": "False"
    },
    {
      "Start": "145af472beb74b3bb9d8d36f675da0ab",
      "End": "ef83c659a2ae48dc9ee7dcfbaf4d96df",
      "Id": "f14a0fd2d2e647b1b8b6f57c98b17287",
      "IsHidden": "False"
    },
    {
      "Start": "1a61a7cbfd4f491381c72621d849311b",
      "End": "93627b2fb56d4b19b25f81083dca0d6a",
      "Id": "6a10cf40bd4f4e8d829a230cdfa581b7",
      "IsHidden": "False"
    },
    {
      "Start": "00866b7eee8441b39869c06c3aaa4781",
      "End": "0bb19014664846d1a8874cbe4b3b76f7",
      "Id": "01ead101c1404b299534f8aba2da02a2",
      "IsHidden": "False"
    },
    {
      "Start": "b8bcff90f97945e387e393262d61ba6e",
      "End": "9cce8d8490714ded9dde91eae0fc8176",
      "Id": "40a53339328840bbbda41440cb8630ad",
      "IsHidden": "False"
    },
    {
      "Start": "78987dca8c9944c0ad9f8df101769ff9",
      "End": "5ae6d32fdcef4c5a90745b6703cc777e",
      "Id": "d331fb9fbb784b8a833cb27e07fbafc4",
      "IsHidden": "False"
    },
    {
      "Start": "78987dca8c9944c0ad9f8df101769ff9",
      "End": "777e078bb7a443df995c8bcf0cf8bf0d",
      "Id": "e50dbd8f6d9e4bacab7b921985267179",
      "IsHidden": "False"
    },
    {
      "Start": "1c51e1630f7f49588abe85ccacb7ef06",
      "End": "3db2092beb154c3abd6c118a917a3419",
      "Id": "9591a0e91a4a4fd5ba760de5d18c27f0",
      "IsHidden": "False"
    },
    {
      "Start": "5408638de0824f8ea1cec2a6daec8f92",
      "End": "8c60100d10f24b568074f1a98154a453",
      "Id": "5dc678046eeb42259fc84887d9bf8ff1",
      "IsHidden": "False"
    },
    {
      "Start": "729603a4ea774c33873199bf59a9053d",
      "End": "b2a88babb33542bd8508b94281337ce0",
      "Id": "5b0bf9ea5c18432996262c0cb3b71150",
      "IsHidden": "False"
    },
    {
      "Start": "729603a4ea774c33873199bf59a9053d",
      "End": "47f2d3e707d348df9055eaddf8fa8163",
      "Id": "cadb37af42114e658301835340a5450c",
      "IsHidden": "False"
    },
    {
      "Start": "729603a4ea774c33873199bf59a9053d",
      "End": "5bf5586af24d4a49aebf50c140968e7e",
      "Id": "a6062a39e8f544838097909fd1355c38",
      "IsHidden": "False"
    },
    {
      "Start": "729603a4ea774c33873199bf59a9053d",
      "End": "c966b586f5ef4957899d9babc5b1944f",
      "Id": "07f05c32f8774011bccace431abdfb6b",
      "IsHidden": "False"
    },
    {
      "Start": "729603a4ea774c33873199bf59a9053d",
      "End": "95212363174a41848f56d297b6c31670",
      "Id": "ee3262c8886748caa5d6450e3d5d9a37",
      "IsHidden": "False"
    },
    {
      "Start": "729603a4ea774c33873199bf59a9053d",
      "End": "92011f83642e4f48994104efa6de2e06",
      "Id": "893b2ef09ef149b396358c20a0aa1867",
      "IsHidden": "False"
    },
    {
      "Start": "729603a4ea774c33873199bf59a9053d",
      "End": "a711569b9ef247ecbc723ac49df54cf2",
      "Id": "623a74d6b5c34e4a917ea7fb0a7bb109",
      "IsHidden": "False"
    },
    {
      "Start": "729603a4ea774c33873199bf59a9053d",
      "End": "11518a1ad8b047299465e344665c0309",
      "Id": "1aa8a5e6c27743468da62c9fd8264c10",
      "IsHidden": "False"
    },
    {
      "Start": "729603a4ea774c33873199bf59a9053d",
      "End": "6255b162ce114b3f907af00f16eca8be",
      "Id": "5414ffd8a1c641f09ca9db1a3865d19a",
      "IsHidden": "False"
    },
    {
      "Start": "729603a4ea774c33873199bf59a9053d",
      "End": "b566679bf0be4e67bfd657a9efb93dc5",
      "Id": "6e4a3a3a754e4a8097f34eb8a11e0d7b",
      "IsHidden": "False"
    },
    {
      "Start": "11e57667ec9547c5a31d86f2fc4c44f7",
      "End": "0498febf29484e2cad88a093d203a57d",
      "Id": "7ae88e51cd844b548e466836fdc040e3",
      "IsHidden": "False"
    },
    {
      "Start": "69e425be32e640369dc0b697ca2d1e5b",
      "End": "6d47e12cb16e4757a5fccb56e80579fb",
      "Id": "aa4ea9e6a54347bcb633477de9511e3c",
      "IsHidden": "False"
    },
    {
      "Start": "69e425be32e640369dc0b697ca2d1e5b",
      "End": "7c4524007f3940e09b9883b476a9e142",
      "Id": "6df9b656ece44e319467acfb5607e280",
      "IsHidden": "False"
    },
    {
      "Start": "69e425be32e640369dc0b697ca2d1e5b",
      "End": "c6cd51d6e13249e787a27e612650ee32",
      "Id": "f4dde01e70054b56a82a4e16020fe7e0",
      "IsHidden": "False"
    },
    {
      "Start": "274c3475aa4543f68cd5124b7451b6d7",
      "End": "3b3c44dd491443b2a6a6295ff2814cf1",
      "Id": "2cb24b08c62d41babad7fdbe116e7cde",
      "IsHidden": "False"
    },
    {
      "Start": "bd7f0679b203412a81932fc67a4e1497",
      "End": "5e093965feb64006a00b33371622f0cf",
      "Id": "64fc6189e6ae4743a2e29c58b3375e03",
      "IsHidden": "False"
    },
    {
      "Start": "ae63034281b54af385540986d49b70bf",
      "End": "5912fcc283a64448ba80fc7b9954e445",
      "Id": "28ba3194cae84cc6b1bc4216af9b51cd",
      "IsHidden": "False"
    },
    {
      "Start": "432a273d5b954c3ba48318793183562c",
      "End": "fdd40c4edd444eb6a7dd540dc521f0d3",
      "Id": "44fbddc7e36e43b9807f56ef989ab8ab",
      "IsHidden": "False"
    },
    {
      "Start": "5ce2abea34a2490d8020a65e2f0aea19",
      "End": "7f253635526f4ca0a4f113684daeb7fa",
      "Id": "5e87de4858394cab8d281600602dd5ac",
      "IsHidden": "False"
    },
    {
      "Start": "37961801e2034839bc811c0aa599a9d6",
      "End": "f8cedd28105c45a8842483d3eeec814a",
      "Id": "5407353dae8047c1b41311d2fbb42815",
      "IsHidden": "False"
    },
    {
      "Start": "37961801e2034839bc811c0aa599a9d6",
      "End": "fc89140ec9774ac6b548c881831a02f0",
      "Id": "da1bede2934b4cb281a33c145665ebfa",
      "IsHidden": "False"
    },
    {
      "Start": "37961801e2034839bc811c0aa599a9d6",
      "End": "8d391bd2d9c84e85b6a0d85e27fee75d",
      "Id": "1f43e0d5c8de4da3b200b30db6866b47",
      "IsHidden": "False"
    },
    {
      "Start": "f5cbf16c17e14ebdacf3c70071d73f96",
      "End": "47793366c0f243329243faa14e9a2237",
      "Id": "d87f6fc6d10e43f4bd4c13af60f445aa",
      "IsHidden": "False"
    },
    {
      "Start": "f5cbf16c17e14ebdacf3c70071d73f96",
      "End": "38e4ca4dd2594d668e20c336e1d8fae5",
      "Id": "d81aefe0689c40368da33125eb266a87",
      "IsHidden": "False"
    },
    {
      "Start": "f5cbf16c17e14ebdacf3c70071d73f96",
      "End": "8cfafdeb2da3462b858f63c8bc7b2f80",
      "Id": "200558dfe483433f9671492b7f08a7f5",
      "IsHidden": "False"
    },
    {
      "Start": "f5cbf16c17e14ebdacf3c70071d73f96",
      "End": "c032d7d6fe654e9385ee666ad92859f8",
      "Id": "7717c01ec5c54d5a94508cf0ac60485d",
      "IsHidden": "False"
    },
    {
      "Start": "f5cbf16c17e14ebdacf3c70071d73f96",
      "End": "e90c1a974dc444f696a7c921172751f3",
      "Id": "9798c358c0994536bd77f4b174ccf7ec",
      "IsHidden": "False"
    },
    {
      "Start": "f5cbf16c17e14ebdacf3c70071d73f96",
      "End": "37700b4d8bdf4e0d930370fbade28bab",
      "Id": "34d17f75dcbe4574969aa596c0b0232f",
      "IsHidden": "False"
    },
    {
      "Start": "feba552cbfec4caaa646e25e487a545f",
      "End": "d823cb203938497784ea1019740ead1e",
      "Id": "26c0bdb90ca54b0abff9eec4ff6060b9",
      "IsHidden": "False"
    },
    {
      "Start": "feba552cbfec4caaa646e25e487a545f",
      "End": "5b7f2c973a46406887266b919b130594",
      "Id": "ae03646693194bff98aa5ddf5887936b",
      "IsHidden": "False"
    },
    {
      "Start": "a8d328b428574b63a5b631c1a602480c",
      "End": "1251326fb13243028f6848ecf878bbe9",
      "Id": "b3aad070fbb5437192c87e7651b1f46b",
      "IsHidden": "False"
    },
    {
      "Start": "de4b9df9528c4518a0d424418a831f76",
      "End": "a4ada10f9e59465fa3fd23eb556c8ed3",
      "Id": "05fe39074ae04df19acab86242720e6d",
      "IsHidden": "False"
    },
    {
      "Start": "670e03455d2b4661bdf54c20c6889be0",
      "End": "8e5ac32506ca4bc093e76be0bd1f6e23",
      "Id": "2071f11088724f26a1f3bee88cf670b6",
      "IsHidden": "False"
    },
    {
      "Start": "89732a4981974dabab9d21129f2e4062",
      "End": "4fbfd6e172bb4c86b6e85ef3c3786b36",
      "Id": "9e92bfff95264fa5bd8fa42e8a2056d8",
      "IsHidden": "False"
    },
    {
      "Start": "a7af961f48674a3fade823a61dca38ae",
      "End": "8af548a5a51146b79c108c6173cf1b0a",
      "Id": "afbe4539027140c9aa5cf96878eec290",
      "IsHidden": "False"
    },
    {
      "Start": "7fe73cd25a1f4513962672511b9e949e",
      "End": "be1b5744cf434d61b0f3d4acbdc01fcd",
      "Id": "c990e39e74194b2291e6c0154fac9e22",
      "IsHidden": "False"
    },
    {
      "Start": "69651d754b7b48f0a0c0313eb793a774",
      "End": "31db1e7918e34436b588c8e78151bfce",
      "Id": "9512c23043454df5bbb8dc1f3d7ad9a9",
      "IsHidden": "False"
    },
    {
      "Start": "224537df31444970a82e36262c9b7b22",
      "End": "a6de494be39b437a9cdaa1354b66a116",
      "Id": "b41870a813574a7f8ed1379d0d47b4dc",
      "IsHidden": "False"
    },
    {
      "Start": "93caa52c680946248abd2dff6637e06f",
      "End": "bc5bfcf595c94217804d710e5ec4bb88",
      "Id": "00d111b1361744209505aa11e7a42ed9",
      "IsHidden": "False"
    },
    {
      "Start": "93caa52c680946248abd2dff6637e06f",
      "End": "744821edec3b406e8926ac7bcccb82bc",
      "Id": "6e2ea72c74554e049914c8aef2d62ce2",
      "IsHidden": "False"
    },
    {
      "Start": "db24ce81ea1c407382533a5d4aa8b7d9",
      "End": "123e7fa9b77b4daeb0b057a4dd3bb215",
      "Id": "25770fab299d4f16b9365b4c84a36426",
      "IsHidden": "False"
    },
    {
      "Start": "917a6e868fcf4f0fbd6a81f514b16a79",
      "End": "11b75fcb054c4b1392773db6ffe57203",
      "Id": "c71ec7dc959b4bd891575759ede1b17d",
      "IsHidden": "False"
    },
    {
      "Start": "917a6e868fcf4f0fbd6a81f514b16a79",
      "End": "6c457e28e46c4feb8897be50333604f5",
      "Id": "a867e18a728d49a9a60905a4c764518c",
      "IsHidden": "False"
    },
    {
      "Start": "917a6e868fcf4f0fbd6a81f514b16a79",
      "End": "a4dea83203d343fab47c1c951bea1e54",
      "Id": "47ce523cfb144eddbd3fa17ea7251370",
      "IsHidden": "False"
    },
    {
      "Start": "fd526334f8424a2882d960abb8936afe",
      "End": "fbc8051327b849aa8df23d5f1e142e7e",
      "Id": "e06f138e4a7c4b0e9e8c94e1823909ff",
      "IsHidden": "False"
    },
    {
      "Start": "369c7e5b7e344c25b53b51442247854f",
      "End": "d973482b72e9404f86d44b67fd4ffad3",
      "Id": "6609bea4e0694ae4be183311c5f50614",
      "IsHidden": "False"
    },
    {
      "Start": "9aa964c2db75427f85f5254aa702fd0a",
      "End": "2acba76c639243c38c175ef1116e1f0d",
      "Id": "f2097769b347408ba0029005cbf70968",
      "IsHidden": "False"
    },
    {
      "Start": "e53bafc2591841d0b7c8a289693960ae",
      "End": "162d4d23828d420e9554afac4125d030",
      "Id": "0a091eb9382548ab8a227ef05b9bedc3",
      "IsHidden": "False"
    },
    {
      "Start": "ff9eb5bf148d490180eefb3261a483b1",
      "End": "2999bbde29974a079652b2c5660a2290",
      "Id": "f2a33bd5678648b08bef987be8a2994b",
      "IsHidden": "False"
    },
    {
      "Start": "cd77d9f1b0e24d2cb0f2a28451669222",
      "End": "169fb5e5f51d46b5bcdfbfc750283618",
      "Id": "12a14a2561bf4f839bc4adee26a480c5",
      "IsHidden": "False"
    },
    {
      "Start": "414df87695fd4dfa9167a6157a4fb5f4",
      "End": "ca0314af6db04af2b1fa1dfabeaff99d",
      "Id": "aae5401a68a7423ba34b08d8d9857e85",
      "IsHidden": "False"
    },
    {
      "Start": "8263f45a85004cab8aef50e8fef64cc8",
      "End": "4ddc9e9613614cb99b343dcf39489528",
      "Id": "4c29344f3d1d4423b345b9a7a673c14e",
      "IsHidden": "False"
    },
    {
      "Start": "cac99c110cb14a05afcaa8c7aa57c467",
      "End": "8600943d8a60458b84d924594f8e61a4",
      "Id": "1decaaf1549c47379549801503f237b8",
      "IsHidden": "False"
    },
    {
      "Start": "44238b25f7d842d6b59d0ed1ba884a0b",
      "End": "70366257b8a946339f22a3428d654cf7",
      "Id": "31b2867fb6b74e90adb0554add192dca",
      "IsHidden": "False"
    },
    {
      "Start": "84ba2ca603664ce88bf6e40a901b6d39",
      "End": "8a078e1df23b410a8d4dcfef3d1605f7",
      "Id": "fe95833ff5074126ace9cb2b7fb89d53",
      "IsHidden": "False"
    },
    {
      "Start": "2fdbfb150a484f049d3e76d26af01887",
      "End": "08e19d30dd384e19be9d623ee4da8f14",
      "Id": "ec0f7570d4b4476880198b3447571f76",
      "IsHidden": "False"
    },
    {
      "Start": "089c27fb1987428b9f30d8510315040e",
      "End": "bc54a4eb010747089f1d015083f3a7b2",
      "Id": "03ee9d223e924373bc5b9ee530a3cd73",
      "IsHidden": "False"
    },
    {
      "Start": "a2a62d135c8a40a2afeb8ba10ff32772",
      "End": "54eb241143344ecda99f54fae07ed472",
      "Id": "fa52052c13904657af314211720b1cee",
      "IsHidden": "False"
    },
    {
      "Start": "f3d439ee07b24b6ea08c41cb3d22d262",
      "End": "334e1689817e451ca731993d8d10442d",
      "Id": "b297e45d6f1e4db1a25f1fa2f1276483",
      "IsHidden": "False"
    },
    {
      "Start": "1f1b1b95cb4e4b4896350e47acc0d2a2",
      "End": "1a23d34b79364df0a8ee639c8226931f",
      "Id": "b079e5adc189428abf178a71e58e397a",
      "IsHidden": "False"
    },
    {
      "Start": "c9e92b342edf42e99a0b9d649e9172c7",
      "End": "dcd9b0a04e1a4ba58a8c8d638d1598ab",
      "Id": "c6285da8642a4164a7455bc643629cb2",
      "IsHidden": "False"
    },
    {
      "Start": "c9e92b342edf42e99a0b9d649e9172c7",
      "End": "4de9539b34de46f795823eaac292ecbc",
      "Id": "3d2764f7d90c4002baaf6d9eaa408ffd",
      "IsHidden": "False"
    },
    {
      "Start": "c9e92b342edf42e99a0b9d649e9172c7",
      "End": "6ca0c98ec78544dfade72fe3831a4c67",
      "Id": "ba61d911ebb540799a9ff4cac5bd8739",
      "IsHidden": "False"
    },
    {
      "Start": "c9e92b342edf42e99a0b9d649e9172c7",
      "End": "b1bbd919bf6b44288efc75a112a19d6a",
      "Id": "02c871f8fa0a4673b2b3c8e2a3fa0029",
      "IsHidden": "False"
    },
    {
      "Start": "c9e92b342edf42e99a0b9d649e9172c7",
      "End": "ff95fa7912d342d7a4e04ea6b123bc56",
      "Id": "9462dda0883a4a90a0d4773246f75c09",
      "IsHidden": "False"
    },
    {
      "Start": "c7726de220cf412b94fb2804a8fdae6f",
      "End": "e3fe6181753d45228506d6248d60dfc3",
      "Id": "0e4bf31dae794ec2965e63cd286d77f0",
      "IsHidden": "False"
    },
    {
      "Start": "c7726de220cf412b94fb2804a8fdae6f",
      "End": "814577e286604ad9a832839516e769eb",
      "Id": "b19707dc88b84b648b82493bbb4af8aa",
      "IsHidden": "False"
    },
    {
      "Start": "a4e58a929c724530bfbf0fad6af7b50c",
      "End": "0d2dab8c1c3e45bca4bdc685e1db9842",
      "Id": "ccc2401ab588487181a0454f1a22c40d",
      "IsHidden": "False"
    },
    {
      "Start": "36c5927e938f4e21a7c6ec238d299e1f",
      "End": "00a90e60d4c2451bb4a6dd235c59b2e7",
      "Id": "8e81c7309c7c42a1a526a45d3b67ad41",
      "IsHidden": "False"
    },
    {
      "Start": "36c5927e938f4e21a7c6ec238d299e1f",
      "End": "fd39bb74ae78470e949af5e4b8aeacbd",
      "Id": "3656df32fff74e4b99757fcbd4dee9f6",
      "IsHidden": "False"
    },
    {
      "Start": "71f8762babc945279baf4b97cd2c8f19",
      "End": "a5c158c732094244b907d26ae85cf0d4",
      "Id": "19717960ab6e4ed78120e441c547aad2",
      "IsHidden": "False"
    },
    {
      "Start": "71f8762babc945279baf4b97cd2c8f19",
      "End": "bd3fd2819fde4210893c9b88a5b3972f",
      "Id": "219777fc0cd54daf8571e5f933f076d2",
      "IsHidden": "False"
    },
    {
      "Start": "ebade57f7a8948c68e8573119b2d1b84",
      "End": "4f16f7e8ab1a43fe9f1c131bd679c1f5",
      "Id": "dea2b529927b482aa426e7037c6ef9fe",
      "IsHidden": "False"
    },
    {
      "Start": "dacfb0a0dd804150827bc3f4c2e68c21",
      "End": "f487a420f55d41498000e03e45df4cae",
      "Id": "abef8fd5010f4c28a573dca217e71584",
      "IsHidden": "False"
    },
    {
      "Start": "b441eb486d8e4d33956ff2ce2ca5c12a",
      "End": "715206bcebbd472d9754e76f788c99fc",
      "Id": "863449d3590a4c11bdf7a00cdc7bcf06",
      "IsHidden": "False"
    },
    {
      "Start": "b441eb486d8e4d33956ff2ce2ca5c12a",
      "End": "72895a6f6e4549019afcec0d02d76c9c",
      "Id": "cac703b57caf4f6ca57a5de998fd57d1",
      "IsHidden": "False"
    },
    {
      "Start": "948a560ee2ee4a96bcd87aadb90b0988",
      "End": "89fcc1299f16497fbc99c219f9bd614a",
      "Id": "19431f611a124c4689366167ba5105e8",
      "IsHidden": "False"
    },
    {
      "Start": "948a560ee2ee4a96bcd87aadb90b0988",
      "End": "77d62f1813794a03bea10f0c7e918370",
      "Id": "04b0e9d5e6a2436397aecc11dbe5f9b1",
      "IsHidden": "False"
    },
    {
      "Start": "c29c960f914c41f2a90e3644d532c6b9",
      "End": "ac8dad4b71794f6888c0e058199d07d9",
      "Id": "56e65e8ec8964758badfe16b510b09aa",
      "IsHidden": "False"
    },
    {
      "Start": "14c4677efd254bddae42c0f09592d580",
      "End": "3b1b9ece4934492e8a32a9927ab392d9",
      "Id": "f0118c5fa3e442bdbcdbf19ed176cb2c",
      "IsHidden": "False"
    },
    {
      "Start": "0eb37572452f4b3ba1c79a155d8f89cd",
      "End": "63fa23399b1548ff91724e4895a9720a",
      "Id": "cd73aa22757d4c33b9d0363113b57645",
      "IsHidden": "False"
    },
    {
      "Start": "0eb37572452f4b3ba1c79a155d8f89cd",
      "End": "71f99ae534754789a6f2a40f79993cf5",
      "Id": "c2e01ed0496b45e987a59e85e22d9463",
      "IsHidden": "False"
    },
    {
      "Start": "f7a345f64e1a40369f99eccd2091aa97",
      "End": "9d787a56c063495c9f242885c9f3fdfc",
      "Id": "7cf8614872b646e888789c7dbe1f20aa",
      "IsHidden": "False"
    },
    {
      "Start": "f7a345f64e1a40369f99eccd2091aa97",
      "End": "c41360fe852141d0b9e3eb5a9855cdf0",
      "Id": "fd9a210d055c472198658735bb816b4b",
      "IsHidden": "False"
    },
    {
      "Start": "13e7ed4061c643bfb861dd4741058f4d",
      "End": "2c5f10299eec40a59fb8d5b1f584b40c",
      "Id": "1bd67fa8b8a846b0a1dfb4c45a62e901",
      "IsHidden": "False"
    },
    {
      "Start": "13e7ed4061c643bfb861dd4741058f4d",
      "End": "f26209e98dd6485fa04314de553971aa",
      "Id": "ab7daa29f9f5445a8947c768237b3bed",
      "IsHidden": "False"
    },
    {
      "Start": "f251b2d4901e403284c5531407c659a0",
      "End": "db4ad757bea54d73b675606d0d8fc3ca",
      "Id": "8298ac91acb24de686b7416bfbb7364a",
      "IsHidden": "False"
    },
    {
      "Start": "f251b2d4901e403284c5531407c659a0",
      "End": "8bebd97c0e7e4c1c91698e15b64574a2",
      "Id": "58306f7060fe4a03896d942f8b982c1a",
      "IsHidden": "False"
    },
    {
      "Start": "44bd2afa0fdd4722887184575e855629",
      "End": "13b84b917fab4711aefb4909f981188c",
      "Id": "f82612efce1e4e538ec13e496b52e185",
      "IsHidden": "False"
    },
    {
      "Start": "8432c07e181144d99f1280877ae96327",
      "End": "7baac405bde14c01883c0de144767d18",
      "Id": "cc560e25267a4af4ada5ef4ec17d88d0",
      "IsHidden": "False"
    },
    {
      "Start": "c9447c88c4ad4512a830fecb1019417c",
      "End": "0d321125db3845adb0766b0b745e443c",
      "Id": "3bdd63bba5124bcdba2b2cb35047534c",
      "IsHidden": "False"
    },
    {
      "Start": "432e6c7c694a4546b0372830ee17aa35",
      "End": "f561ccf28c484fd3a99429d1f26b6d10",
      "Id": "775846a0685241c1b714d00540875ae6",
      "IsHidden": "False"
    },
    {
      "Start": "a703410489b64781bed64f05fbbbbcfe",
      "End": "a11e4a6a2f5c48deaa0fdfd43448e69c",
      "Id": "a732b75b3882455e8587ccf789e54ac1",
      "IsHidden": "False"
    },
    {
      "Start": "a703410489b64781bed64f05fbbbbcfe",
      "End": "5c833b6fe246496c815df6234647a90d",
      "Id": "b41d21e2f53e4d96a913923ad75f7922",
      "IsHidden": "False"
    },
    {
      "Start": "49ebeec3f1444d1686ba2adeacdb7253",
      "End": "ff5668342e6b48319eb00e5d15e9d4c4",
      "Id": "b773a5b5897241189e91dfd26d7f2e32",
      "IsHidden": "False"
    },
    {
      "Start": "49ebeec3f1444d1686ba2adeacdb7253",
      "End": "6beada89bd4d49749358e0c60d699ef9",
      "Id": "dccd100e3f8341b881779643bd2663fb",
      "IsHidden": "False"
    },
    {
      "Start": "4d5f8e501d79427da1019ed733eabf30",
      "End": "6d8b561c7acc4c03b11bc768dbf695b2",
      "Id": "29792206c9684601a741d36791a5ff5c",
      "IsHidden": "False"
    },
    {
      "Start": "eb760c91bccc4a34b6fb59ca75cf07bd",
      "End": "dcd4177907e943878bad0dc3a8f0a292",
      "Id": "b0f65e7d87574cc7b6e23bae149844c1",
      "IsHidden": "False"
    },
    {
      "Start": "8c03380eccd746c392db9c7349421b48",
      "End": "46677e8c68b8406182737f0fa0825926",
      "Id": "b123384617c34301b71dfb5b0d962422",
      "IsHidden": "False"
    },
    {
      "Start": "6bf64f730cc8486d881449ccf49f65fe",
      "End": "1a86accaaba947c5bb1a78f964897d48",
      "Id": "a4104c38936c49b0b6d1d48117b273ec",
      "IsHidden": "False"
    },
    {
      "Start": "839708d1dbce4f9794652d59403eb6d4",
      "End": "b000cee51ed8446da144094361e1aa17",
      "Id": "8d1092bc940e480cbab87c84f50c4bfa",
      "IsHidden": "False"
    },
    {
      "Start": "88caf2850e964d26a4017e99a8ca59f9",
      "End": "21a8c440c2c54f3484ce2e8884658864",
      "Id": "0827493ebed14f07bef5417078e74f4a",
      "IsHidden": "False"
    },
    {
      "Start": "dc00899baea84a2e8aad37ac643526c2",
      "End": "183d709356c84184bf69538bb53d87a6",
      "Id": "c39f706adc9746e1bf9a3ce260506cc1",
      "IsHidden": "False"
    },
    {
      "Start": "46dd5bcfedab42e19d4f7b094842215c",
      "End": "177bb8df12e84ea988733c9edee86c57",
      "Id": "e234737cc57a4d13baa0b4d965a85c5c",
      "IsHidden": "False"
    },
    {
      "Start": "3fd233c3a32646f09bc3681fca03cac7",
      "End": "ab9217fa3a5044c1adfef31278b7cc2b",
      "Id": "312ae842bf2f4da7af996606f1a49ad5",
      "IsHidden": "False"
    },
    {
      "Start": "602befa5121d41d497f6c4d61eb2de90",
      "End": "6df925d723ae48169d5c2a1afa10f4e1",
      "Id": "1d6483e847834442b75f3a8719dc3d07",
      "IsHidden": "False"
    },
    {
      "Start": "602befa5121d41d497f6c4d61eb2de90",
      "End": "265e042855a1455cb1308098e9459892",
      "Id": "8eb7dbef5bd746aebf2c08ac32bb75f9",
      "IsHidden": "False"
    },
    {
      "Start": "b640ea18465646ad8d26520efcef0e4b",
      "End": "94afc7860e0d4f61b1273084d65a7597",
      "Id": "aa957f597bd64d9688fcd03a7df686b7",
      "IsHidden": "False"
    },
    {
      "Start": "b640ea18465646ad8d26520efcef0e4b",
      "End": "257256a22b7a47329673dde8ef2bcb43",
      "Id": "36ddadae543f48f5b13a8da0fe7309bd",
      "IsHidden": "False"
    },
    {
      "Start": "5168947780ba4cf4ae97838fea7ab27f",
      "End": "37fe9ac08e994c05b1877a817b21340d",
      "Id": "c2b116c4ca07439f9038e593f89c76df",
      "IsHidden": "False"
    },
    {
      "Start": "ffb3d3dee7d3463c97c9ca31bdfec852",
      "End": "91dc0c6f57604f709d944dc4f3f3940a",
      "Id": "728fd2b703584cd7925b9cdb3b8a6953",
      "IsHidden": "False"
    },
    {
      "Start": "d5f132f197894d6c8be8692e55a7f024",
      "End": "3ffb1603a5424029952fb99da7d59c3b",
      "Id": "19567e00a20645cd85ee11807bf0ae71",
      "IsHidden": "False"
    },
    {
      "Start": "0d75df87d87e4dd9afb38feaed174898",
      "End": "91dddf62a684441389f778e1a7eb5177",
      "Id": "f6de6187366e45faabc08238cb278159",
      "IsHidden": "False"
    },
    {
      "Start": "fd5e15b86b894a019d824f94181bebcb",
      "End": "875ab2bcca8940b48a6eaaa63602b2d5",
      "Id": "a8de23f459bc4e13b5759af5e4ed8043",
      "IsHidden": "False"
    },
    {
      "Start": "b293daffb1664600aa31a77bbd92d16c",
      "End": "34db972b523041f7b8fe93cf0d180e88",
      "Id": "180d688728a9480084c2f9992c63a25f",
      "IsHidden": "False"
    },
    {
      "Start": "b293daffb1664600aa31a77bbd92d16c",
      "End": "b04e20f0cd11439fa259c3d9c47c4f26",
      "Id": "05671513fe1443159bcb09af796163b3",
      "IsHidden": "False"
    },
    {
      "Start": "ae993562f1c743729a2250385ad761cd",
      "End": "176baf23421d4310a320759b2925fc6f",
      "Id": "c7af55ec72a84229b0b4063ebaa48759",
      "IsHidden": "False"
    },
    {
      "Start": "684c9a8dc51c4825a8846f706ff2bc8d",
      "End": "0942ad44654d44ee8815aa0a66d1aca6",
      "Id": "829bca9e059241e5873cf3cf543259ac",
      "IsHidden": "False"
    },
    {
      "Start": "dc145c9b9b98425095ed7038a6e30632",
      "End": "b25a070eca1047df84f2bf2bddc8f4de",
      "Id": "52a39c234e7f42f5b605c59afcddd9eb",
      "IsHidden": "False"
    },
    {
      "Start": "8eec4ba4af474f90a7326b9199865c79",
      "End": "530ff54674aa4663ae50a4d44d474e68",
      "Id": "34810716c0bc469d8e56386f854c20f8",
      "IsHidden": "False"
    },
    {
      "Start": "52cb48d36ce447d4872f5235a0faa5a6",
      "End": "0df468586d2b404182317e17948dae07",
      "Id": "2852839f7ff14a32a0c4b800522cbd39",
      "IsHidden": "False"
    },
    {
      "Start": "52cb48d36ce447d4872f5235a0faa5a6",
      "End": "84113f12efe847748f6d294327dc346b",
      "Id": "c7be37685b704be89482a338016a1588",
      "IsHidden": "False"
    },
    {
      "Start": "ee01c306817f4e3f806316e20051272d",
      "End": "f0502ea614764981b614ae3610630221",
      "Id": "cf6ac0b61ee3493998d1684e8068c628",
      "IsHidden": "False"
    },
    {
      "Start": "b1179a1f70f148d389d3d0c9314a5c97",
      "End": "80d6b037ba6e4d71a9f5f6095ef5a607",
      "Id": "9027f257e4be486f818e54766a7ca06f",
      "IsHidden": "False"
    },
    {
      "Start": "ad77b72d8f18454fb75fc0107be4364e",
      "End": "3003cd6792624d558b1cdf74ee667298",
      "Id": "6c1fa3b9a41145dcae2461ada4d54a81",
      "IsHidden": "False"
    },
    {
      "Start": "ddc656c6b1b64fd6b04f9bcf1dd2d82f",
      "End": "369234f73cfb41e4a2968b176e04e4f7",
      "Id": "4ab26874d76f40c98c62b0ee9400bd68",
      "IsHidden": "False"
    },
    {
      "Start": "c039fb4878484b57a7487a2bdf9b9617",
      "End": "8a1d53ac07494a76b0433c23ea7898cb",
      "Id": "f2553d8e4d754d70bad3174705cd427d",
      "IsHidden": "False"
    },
    {
      "Start": "f5ccccbbdf9f4112a373209a08d7092d",
      "End": "48d5a31b732742699bc5ce2151819198",
      "Id": "b493049e69c440c8aaefb7b5a04a419f",
      "IsHidden": "False"
    },
    {
      "Start": "032dd6067864440e9167f1abc343d20d",
      "End": "ffcf5df7f3d440a5a185cdc0c55e4395",
      "Id": "9586fc4142ea483ea5619b96cf67f295",
      "IsHidden": "False"
    },
    {
      "Start": "5f91e3f8ae1a4242b46920bba767649d",
      "End": "98de341ba9b9411995078838a7ba0495",
      "Id": "16d7d9b99e93409daddd7a1ca489bb99",
      "IsHidden": "False"
    },
    {
      "Start": "bc29a9df9b1e40f7a737ee680f89f633",
      "End": "75bd3d526fbd44ecb108aa35b4ad3756",
      "Id": "fb2f410da9d5497c94a4dfadb9c576cc",
      "IsHidden": "False"
    },
    {
      "Start": "45b6030013fe41b4a8d8f9c9e87edc54",
      "End": "83f6b83debeb494bbb1f88dfe525ff9c",
      "Id": "e24b541c85e748da843079f66874a63d",
      "IsHidden": "False"
    },
    {
      "Start": "45b6030013fe41b4a8d8f9c9e87edc54",
      "End": "d5781dcbd81f4c78a10069a3f77c2a03",
      "Id": "7a78ebf0aedb47a4b2a12e09aa7a2472",
      "IsHidden": "False"
    },
    {
      "Start": "f66e75313c9e4b0c95ccf90f652b8456",
      "End": "715b2d13fd7d41a3a3fdd80f02a28c6e",
      "Id": "93a1839ec69e48d2bba551d9c80a8fb8",
      "IsHidden": "False"
    },
    {
      "Start": "538a14831475455c9e59c1b77be9bad0",
      "End": "cc8b057d14d64f4aa9675ae7c648b5f9",
      "Id": "24f5b61337f24409a49ac3f515c255f8",
      "IsHidden": "False"
    },
    {
      "Start": "538a14831475455c9e59c1b77be9bad0",
      "End": "d80c30a2e1ae40ffaf49b5bc858cadea",
      "Id": "90475de0d31a435e848e7aa01430a4fa",
      "IsHidden": "False"
    },
    {
      "Start": "0a51913fdec4445ca856168560085c59",
      "End": "615ec65f869d48af92fed06b3305bb4d",
      "Id": "828f9b4d7d4b414095ac046b4a772bbc",
      "IsHidden": "False"
    },
    {
      "Start": "0a51913fdec4445ca856168560085c59",
      "End": "cda835ee488d418684e84cb5fac17e9e",
      "Id": "dda935b48d6e4873a9c2887c129fd3f8",
      "IsHidden": "False"
    },
    {
      "Start": "3fbf8f2df4d84a84abaaf7a250845ab9",
      "End": "2aed38dc96444a6d984f9e239cef8bc1",
      "Id": "bf3e8d6973ff425a8e7c1f89f2fa310a",
      "IsHidden": "False"
    },
    {
      "Start": "8600df84e63a4b84b77b7d76cd0e6873",
      "End": "c1f86339a09f43e6937f37d5f961ae9f",
      "Id": "3d6c259d54f44aab982b47e35a96e3d6",
      "IsHidden": "False"
    },
    {
      "Start": "a66fd12ac4dd45c6b0fec0ede879ccbc",
      "End": "d4d4a96e4ae0475f94adde1968e3a57b",
      "Id": "c044db75f1ff40dfa131f0c9b985bc25",
      "IsHidden": "False"
    },
    {
      "Start": "c52e07dfe46c4320b2513e9935083323",
      "End": "2d138f7f88de41439881cacc61968959",
      "Id": "092efd90ffef4b78836fbf454b16cbec",
      "IsHidden": "False"
    },
    {
      "Start": "c83232f251d44775b67649225b2563d2",
      "End": "e532d3a7c3474c049dfe737c68a02ef2",
      "Id": "96dba0176924490092a31d17f58f38df",
      "IsHidden": "False"
    },
    {
      "Start": "3958b181c2a54904a959f2ce4d1322a8",
      "End": "5b989d63706e40e7838b60a5dc6ff3ee",
      "Id": "61329a5606054e9bbe06a03a5a02875e",
      "IsHidden": "False"
    },
    {
      "Start": "07ab339bdde147ce8f19ab68b84c5af0",
      "End": "11fc92b363794f148db07b5da142a0de",
      "Id": "ce41cf6f071a4bc2ad3fd4f58e137a88",
      "IsHidden": "False"
    },
    {
      "Start": "041e174885a94f14a28d375ea9839dc3",
      "End": "2540c2c45bca4e24a0edb8bc694b1eb3",
      "Id": "f622d7be58f34829ba36a35f3ec359f0",
      "IsHidden": "False"
    },
    {
      "Start": "27f0b56fbfaa4e0e985d7e95628c0584",
      "End": "ff441a2bf445442a900bd896d4dbc6ed",
      "Id": "b0774f13d6f541efa3988527612c73f6",
      "IsHidden": "False"
    },
    {
      "Start": "65880cd8442a4888a252ded4d7bb8ae7",
      "End": "4122d2e0a4774c4a8ee062138e29c5f8",
      "Id": "54506fc671164ee88e7037e102287ae1",
      "IsHidden": "False"
    },
    {
      "Start": "8b2dd26d4361458f9d026713fbcb7a70",
      "End": "eea057ce64f64f8bb862000caa61be62",
      "Id": "b1c88511d6a74544a9df9121c8ccd7e1",
      "IsHidden": "False"
    },
    {
      "Start": "629d5877fca247a88590692ee4e2a5a5",
      "End": "2e0dd8d532e24628a3e5b999ab68fb18",
      "Id": "30125b9ef45f4764bb7e0a3ecdc70918",
      "IsHidden": "False"
    },
    {
      "Start": "629d5877fca247a88590692ee4e2a5a5",
      "End": "017ac5f3334f43ebb057548b506a688c",
      "Id": "214980b5f6f04a3287b750d00378400d",
      "IsHidden": "False"
    },
    {
      "Start": "fd4b1cddb44c4a438ed46555c951373b",
      "End": "a3f1778093074cde8cb4d92277076df5",
      "Id": "64c5d76fa2904b1b904ca169e86883d9",
      "IsHidden": "False"
    },
    {
      "Start": "5b3ea479d2bb4ad184455e933c034685",
      "End": "e108fdbb66b64f37b76144e9cb5a90d8",
      "Id": "cbdb64b208334d08b3a19a3260b71e24",
      "IsHidden": "False"
    },
    {
      "Start": "5b3ea479d2bb4ad184455e933c034685",
      "End": "97c0345b28d34aedb49b558a41a62cbc",
      "Id": "8bdab44912604cbfb297a910ced98e08",
      "IsHidden": "False"
    },
    {
      "Start": "c5e940120f69438dbfaa44d872a946f1",
      "End": "e2f07cce00184b5dac515a522b69f0d8",
      "Id": "19e7de38e70c4607af30d66b4f448973",
      "IsHidden": "False"
    },
    {
      "Start": "28c37e3536694b9a9f060545f8f9d43e",
      "End": "090200b16dae428c898196fcbcb00178",
      "Id": "b0404dda57c04c2f817ffcc86ee21237",
      "IsHidden": "False"
    },
    {
      "Start": "28c37e3536694b9a9f060545f8f9d43e",
      "End": "851879bcf43b4c73885ff50d0c473662",
      "Id": "b5dc28bb0db741449e2f495a86748977",
      "IsHidden": "False"
    },
    {
      "Start": "69cde6e7dd604d4dbcf55e175a61bd61",
      "End": "acd0f49be64c4a038a5dbc052ab4cc49",
      "Id": "2ea8998493a34ac4af15ef46f533cd9c",
      "IsHidden": "False"
    },
    {
      "Start": "07f75467c0f647dbb496f9cabc26a235",
      "End": "e8d7454754994c328e16bf86df4f1c49",
      "Id": "8ea8bd54a7654b6f90655b984b3556b4",
      "IsHidden": "False"
    },
    {
      "Start": "5114aa3fc30f4116a07d3f3326cbbe92",
      "End": "279e95ab749045449459486a3a06da2f",
      "Id": "4aa0ea7dc1714ceb885d55cc0924bb45",
      "IsHidden": "False"
    },
    {
      "Start": "7da22ef5a2f24131813a90b256e13d14",
      "End": "6d35eb3f9bd64288967a298ddf763c08",
      "Id": "c446dae5c1bb4f42a055992b605dc2da",
      "IsHidden": "False"
    },
    {
      "Start": "3536a28ff6b84309a3e6c1be1a07f191",
      "End": "040728eb234d42a4b1d4dcc79ffc8be0",
      "Id": "7051d849837c4399a11e8fcc56f2c455",
      "IsHidden": "False"
    },
    {
      "Start": "c9cf366b44f7484288f12d190f0bb2ab",
      "End": "b0acb602058a4917944551adbace0510",
      "Id": "1c2119c927c244d6b3dd23ceba15dd43",
      "IsHidden": "False"
    },
    {
      "Start": "a1575ada6cc245dc9df0304fb0725033",
      "End": "bc2b896913394149934a6bbfa7d86cfb",
      "Id": "ac874adb01ee4b29ae522efc27bee45d",
      "IsHidden": "False"
    },
    {
      "Start": "fdc9d3db657844ffbc1bb096dee349a0",
      "End": "c196b3861327461e942f33366a9cadb2",
      "Id": "2fde153bfb80484fb705b6b1932c8179",
      "IsHidden": "False"
    },
    {
      "Start": "39b4ac73806948b3a1738ce324a5e25c",
      "End": "e5f9d8c14ea348e295f05df892ddc1f8",
      "Id": "bf4ea3419c014c608b417b6bd4ce1490",
      "IsHidden": "False"
    },
    {
      "Start": "35f3edd6c53a4777ba6eec4d6822f27b",
      "End": "1cec9d66c2db43b2b4eb2dc1332dba81",
      "Id": "a2e148370f8d4aa2a1985eee6ff10b48",
      "IsHidden": "False"
    },
    {
      "Start": "b9f9a9b0af6049c7a72a926e5081fb8c",
      "End": "82da990230894d3cb272416ef71d37f9",
      "Id": "727c2d6fe4b743c1b84dab4d72b63c70",
      "IsHidden": "False"
    },
    {
      "Start": "7e2d26b7cc7c42e58cf47319473de667",
      "End": "7dd438b7fa644a0db77e9476b089a4b3",
      "Id": "84dd77fabc044314845e5b32f685ee00",
      "IsHidden": "False"
    },
    {
      "Start": "fec8f0788998444485d360ec5f53d636",
      "End": "dd9380aad6cf470392c98ef6f2f1e440",
      "Id": "71033357645849a285b940fcbffb6793",
      "IsHidden": "False"
    },
    {
      "Start": "40164df684e64b8caaaa40ea9f21c01e",
      "End": "977c0c5f86334a3da4c40443d57375f2",
      "Id": "527fba2499924d17a344557e8222171b",
      "IsHidden": "False"
    },
    {
      "Start": "13810bdad1dd45758eecfbce8c2a19fa",
      "End": "6c4b71511a794ec1b07e63759a708629",
      "Id": "f707829636c64d5aa67f5c54a8900aad",
      "IsHidden": "False"
    },
    {
      "Start": "13810bdad1dd45758eecfbce8c2a19fa",
      "End": "ae95f9f2da76426dbe249a4c35d51165",
      "Id": "ed4b1521b7f44989af5b1401b1d20232",
      "IsHidden": "False"
    },
    {
      "Start": "5ebc18c3704f45da834c9ff96ea21a28",
      "End": "931900cd6c15436385e307d675de64a9",
      "Id": "771f2f4fb2c84ae78c3c9ed51556fd43",
      "IsHidden": "False"
    },
    {
      "Start": "5ebc18c3704f45da834c9ff96ea21a28",
      "End": "9461e06a1e484202993ee2d5e2bed19d",
      "Id": "b90a66666c64478ca2356a7f6d151cf3",
      "IsHidden": "False"
    },
    {
      "Start": "d915a6d564ab41988fc30991826026e3",
      "End": "838404cb326a40f5b7014c73cffaec86",
      "Id": "a7e86def0b864868b5e1aafd45c2fcad",
      "IsHidden": "False"
    },
    {
      "Start": "49ecf45efb634a4fbace24500f5a9b5a",
      "End": "a0c9af0872cf4302b32d95d4b2bc3587",
      "Id": "717baf6b989e44e88bd8d1349bed5c24",
      "IsHidden": "False"
    },
    {
      "Start": "ed9cf1669f2a4c78a96eb4422fbf89b0",
      "End": "e1a3fee5374d4d819692104994d9f03d",
      "Id": "8774ae77ca754b48ae035ced43aaa574",
      "IsHidden": "False"
    },
    {
      "Start": "d64dbb10c984485ea6ee41874ea6c3a3",
      "End": "ee6527d170d743db9ed0d8b97825052f",
      "Id": "8a257758da3c405ba2b75edc3b22a98d",
      "IsHidden": "False"
    },
    {
      "Start": "d64dbb10c984485ea6ee41874ea6c3a3",
      "End": "a35687b73ec6471dbad9eefb320a5c84",
      "Id": "0670b9330ca24ae096d8f186932931a7",
      "IsHidden": "False"
    },
    {
      "Start": "d64dbb10c984485ea6ee41874ea6c3a3",
      "End": "9777ff6bd62c4a0b8377f8a8aded0afe",
      "Id": "6ffed40e9c1343919c417a03f1b106d7",
      "IsHidden": "False"
    },
    {
      "Start": "d64dbb10c984485ea6ee41874ea6c3a3",
      "End": "b41104c59ed14eecbe7d07972e446b75",
      "Id": "06753cf2939e4d78a8260ce05e8e1cc5",
      "IsHidden": "False"
    },
    {
      "Start": "75d16c9ebd82418b8d364b0059ddb977",
      "End": "be109a77a7a34f739061f9ecf4251d6f",
      "Id": "56ef534608f34537aa3e971e788de39a",
      "IsHidden": "False"
    },
    {
      "Start": "a9091deee73e4875a1659aab8d08f8f4",
      "End": "b7540ab8a45b4fcbb2d5d120876d335f",
      "Id": "3ca55c6e8d9f4e37a27a84110a241907",
      "IsHidden": "False"
    },
    {
      "Start": "985b384a1d11426991c531eeccf2174d",
      "End": "f27b34defcd644f6bc194a9942a8e728",
      "Id": "e0436dc0c1874f439b57efd73d0dbab6",
      "IsHidden": "False"
    },
    {
      "Start": "cd0e35fd180c4c7d930dba3384f73e68",
      "End": "bcf433e489534eadaf02c4556bdf9604",
      "Id": "2f01769dd3c049aa8d8294c8aa638e83",
      "IsHidden": "False"
    },
    {
      "Start": "cd0e35fd180c4c7d930dba3384f73e68",
      "End": "998bfb68225d43dea72b261f6e6d0c3b",
      "Id": "92a735cae3e24faf9e0179ed4bf5de6c",
      "IsHidden": "False"
    },
    {
      "Start": "cd0e35fd180c4c7d930dba3384f73e68",
      "End": "887e690e25164de2b4f6f009d7a16d96",
      "Id": "43dc23f8050e45df8acc0b2e36d3b473",
      "IsHidden": "False"
    },
    {
      "Start": "cd0e35fd180c4c7d930dba3384f73e68",
      "End": "f3c242ba392f4ff8ab6d1f39c24b9ef7",
      "Id": "94971457e4e04e418a562649aeed0da4",
      "IsHidden": "False"
    },
    {
      "Start": "cd0e35fd180c4c7d930dba3384f73e68",
      "End": "d105a57442984cdea1d6bab7505a7e81",
      "Id": "877b781ed7744efe81e4fcfd320b2236",
      "IsHidden": "False"
    },
    {
      "Start": "0129b17f778445058f8ddf0d8b00f9bf",
      "End": "1552f773f8ba4deeb2801e477ea204aa",
      "Id": "84394f328fca443790f3e42911473b3c",
      "IsHidden": "False"
    },
    {
      "Start": "07d30be4d10741a49f55a9885eb24a7f",
      "End": "2163250aa6fe4bd8b993d476e241088d",
      "Id": "f80eab794864491d824f3dd807505f35",
      "IsHidden": "False"
    },
    {
      "Start": "f9f4b9b62b5e41fc99280e0791de0c48",
      "End": "5189cbf7a569464c96eeca06caea45bc",
      "Id": "f46bf8b47423416bb32d036a3067b267",
      "IsHidden": "False"
    },
    {
      "Start": "f7889c234e974169925d88fe8aa2facb",
      "End": "38277d478daf4ff58020039dc10c4d3b",
      "Id": "71f4b5b5776540a2ace29dfd9a40894c",
      "IsHidden": "False"
    },
    {
      "Start": "efccd9a8023a44bf85c5c98ccba24e53",
      "End": "fe01e5130f8f42aabf476a8d7b2581c8",
      "Id": "864cf46a18284d27834287e7cd45663c",
      "IsHidden": "False"
    },
    {
      "Start": "5831a3f025614e4185792334ab387397",
      "End": "ff2e011e862746df9ce851989fd717cd",
      "Id": "a99afeeed95346dcbcfa64b1352abd11",
      "IsHidden": "False"
    },
    {
      "Start": "5831a3f025614e4185792334ab387397",
      "End": "1759c8e17360486689a25bf690f8c87f",
      "Id": "e79de1464de942aba861f35f2c09915d",
      "IsHidden": "False"
    },
    {
      "Start": "5831a3f025614e4185792334ab387397",
      "End": "560a2fce0a5e4435a1f28956d3d431d6",
      "Id": "c35e8154906446d885e450e149dfc708",
      "IsHidden": "False"
    },
    {
      "Start": "5c67a9d29b0445eea80e473fb5d9484f",
      "End": "7f1c49e131694a49af159430c8440f2b",
      "Id": "dbe615aba3ca4ae7a00e6bc7b4efb183",
      "IsHidden": "False"
    },
    {
      "Start": "07e945a5148e47a9864fbd8543d1eac1",
      "End": "b534fce96e5b4abf821a03bafe2e868f",
      "Id": "acb43744af2f4d4eb9c79661a8461901",
      "IsHidden": "False"
    },
    {
      "Start": "07e945a5148e47a9864fbd8543d1eac1",
      "End": "5d3b79ae17d4427fae5cdca91607261b",
      "Id": "c817404a5ed641e98550a5b70f309a0f",
      "IsHidden": "False"
    },
    {
      "Start": "66da4afa6a9842779e64624eaf7ede29",
      "End": "f2ce0235352d4b3a875c84fd621ca915",
      "Id": "68d8a0d413d24898bc05a1e3f1c962e8",
      "IsHidden": "False"
    },
    {
      "Start": "11391b3ce59e4c0ea8c35ec2ce9b3a5f",
      "End": "be5ae4ded344492a9dbddb1ad1a1daca",
      "Id": "e30145330e7047beba2f9816f16fe35b",
      "IsHidden": "False"
    },
    {
      "Start": "7e86e92cc01142b7b1abcf984078dc85",
      "End": "c6906af726424f4aa9621615092c7eb1",
      "Id": "9635e90033cc41a1ad8775c4f4af2392",
      "IsHidden": "False"
    },
    {
      "Start": "3db12196b97e4e8f91394cbeabc6aee0",
      "End": "a42116e282814be39a431b943f2890ad",
      "Id": "41abd974800341c8ad009477c41c52a0",
      "IsHidden": "False"
    },
    {
      "Start": "caf3dc1663c7479e961cb98abb2ef5eb",
      "End": "138519e14f6c4aeeb89cf49089d2ea43",
      "Id": "3621c0b75ec24205a34dab2e407d3402",
      "IsHidden": "False"
    },
    {
      "Start": "caf3dc1663c7479e961cb98abb2ef5eb",
      "End": "98d073e25c6c4faea7452813e6e97a07",
      "Id": "8ed52e27b00e40cb84caef35ec24dc14",
      "IsHidden": "False"
    },
    {
      "Start": "5ec06f3c8abd40c4a435369d1b1afc4a",
      "End": "e9be8654d4774a7d8c7b153648cfc560",
      "Id": "b36ab51d54834e35b759ace5f2e40d75",
      "IsHidden": "False"
    },
    {
      "Start": "e87da50001d64ee08c716f72ec4be789",
      "End": "c3d64f8782804b79b006b973e66edcd2",
      "Id": "a7afaaf84605488f845693077b61a1e7",
      "IsHidden": "False"
    },
    {
      "Start": "821571c4513e40d0bbe8d76c1468e6d1",
      "End": "ee16fb0b8aa8451288c92a54321a9be9",
      "Id": "82689837fdfb4d69856c08a79b5b5725",
      "IsHidden": "False"
    },
    {
      "Start": "a8cc2115bf484b4294ecd873713ba86e",
      "End": "d8cfbaa387e24ae8b8e7c92821377788",
      "Id": "820ba311d69a4d8b93bed3a49bc68c8d",
      "IsHidden": "False"
    },
    {
      "Start": "686c9567ffba4df6b437540c5c014312",
      "End": "640015c26bd94b5fbb1fd55c4671c400",
      "Id": "f1f2258cfeef4128b611131908af0042",
      "IsHidden": "False"
    },
    {
      "Start": "20c7c2cb45bf48e7b838718b4c399077",
      "End": "c250820e8ec249bd8ddf77456a9bd62a",
      "Id": "52e2a4f63e2b4c1cbdb207e860fe4a26",
      "IsHidden": "False"
    },
    {
      "Start": "a4fd423d18e44bf99a661f56ed80641e",
      "End": "dd6d2b8c9ea345da8a95d2a301ec6d6c",
      "Id": "25d9762df5d94eadacf26339d3783931",
      "IsHidden": "False"
    },
    {
      "Start": "30a7e8e07f13418daba8e339cefadd2e",
      "End": "1afa0d4a71224eb1b7a8a21e3736c62e",
      "Id": "e69a6f318cd140469344ee531acbdeb9",
      "IsHidden": "False"
    },
    {
      "Start": "58319e36df9b42ef93961446f8e7768f",
      "End": "9cccea9de46f49109650a68c4ee66ec6",
      "Id": "faf0df785dbd49988ac18bac5a8e60a9",
      "IsHidden": "False"
    },
    {
      "Start": "e751416156f04bc0b8a574d6859d8eeb",
      "End": "5dca03d02e9e45a3aeca60e94fdee3c9",
      "Id": "6c3294ec6eb84556be1dd8f21a1fb5ea",
      "IsHidden": "False"
    },
    {
      "Start": "e751416156f04bc0b8a574d6859d8eeb",
      "End": "e1ab4258df114d82ae6b074cdb999dc8",
      "Id": "bb6926648a8e4e00b2dad1e3a87f2a95",
      "IsHidden": "False"
    },
    {
      "Start": "887da7d9bdb7441e84d784d7716b97e3",
      "End": "e904d4a8dc104770b410f0e361b365f2",
      "Id": "a7dc66a84c3244fbb72bb7bf5ecccd7e",
      "IsHidden": "False"
    },
    {
      "Start": "13cce3841d054626ac46a78843224f0f",
      "End": "cc6c2835584d47cab6cd120444d55ebe",
      "Id": "06f13e3861c34bd38a68fa411509f654",
      "IsHidden": "False"
    },
    {
      "Start": "d47c634d16844fe7a8a9b2bd04d0e97d",
      "End": "481e1ff1328a4c74bacf6ab0de83487b",
      "Id": "f841539efdc2414cb526194e1c4eca1f",
      "IsHidden": "False"
    },
    {
      "Start": "71b4e1b9b303494d8443e33c1213d68e",
      "End": "3549d83207004cfe9b57be4a0fdc6c4a",
      "Id": "5f5c04060d7f48e696e394cb29aacead",
      "IsHidden": "False"
    },
    {
      "Start": "2819790962294733aefb756d3912319f",
      "End": "0809de71413a4f83b825cf51a83e38f6",
      "Id": "0951d90b2eec49478c6527e85fa722f3",
      "IsHidden": "False"
    },
    {
      "Start": "499e2959de544b3d8a6bf111f3af6f14",
      "End": "63ca2be9b2974edcb1e124540f21e871",
      "Id": "5c8fc4f9bb7b451a9fe41e412db925a3",
      "IsHidden": "False"
    },
    {
      "Start": "1b2bd525c4ac45c3b0d82333358b44c3",
      "End": "df3d405bdf7345e787371ca4314a18bf",
      "Id": "c50da41258754f6182e3473c6b1f0575",
      "IsHidden": "False"
    },
    {
      "Start": "2891f72f117c4a8e9b4f15c419c91d87",
      "End": "b8d5555cc41e458a8d393b37906dba0d",
      "Id": "171d8bb61dc84e17818a79f765667dd7",
      "IsHidden": "False"
    },
    {
      "Start": "afa127ed43fe4b2d85632e4a310a633d",
      "End": "7acecdc6c70f4f278daf10c624eb9ef3",
      "Id": "df67781d1d1a42568f0f1f8e0256831e",
      "IsHidden": "False"
    },
    {
      "Start": "dc6b7988bf2e4f8c97b3d44fe5a5ad7b",
      "End": "0c4b1505bfa04225a857119b97d4115e",
      "Id": "e5320b6aa06640dead528d31e06f1463",
      "IsHidden": "False"
    },
    {
      "Start": "66593a3e811642c6b4c430aa23ea6059",
      "End": "eca0fc8206cb4619b0c4e86e755ff93f",
      "Id": "56abdf4d39c34b55bbc9340600ed7d6f",
      "IsHidden": "False"
    },
    {
      "Start": "508caee41b974c3ba0487e656a1b54b4",
      "End": "cf4c1cf284f948d4b17999d4bed0a54b",
      "Id": "6fe50905b23f4dc8bf332631c00ad2d2",
      "IsHidden": "False"
    },
    {
      "Start": "cb26548439b04f148b054a1d8a4713a4",
      "End": "264a6d0a39a44a86be625424e4e3c5da",
      "Id": "76a08807ddaf4e30bdf1d9ee43d9798e",
      "IsHidden": "False"
    },
    {
      "Start": "d83c9bbb70674cf2af6306b08a80c03c",
      "End": "be99b6517377490e9755c8533ae9e64b",
      "Id": "baf5c67b5d0a4ecd902d34cdd26aa15d",
      "IsHidden": "False"
    },
    {
      "Start": "446085e8967849cea5ac440b904baced",
      "End": "3bd54a8b6a9145cd9bfbb59fef8da6fe",
      "Id": "a17251bd4f8d417892925673b4198558",
      "IsHidden": "False"
    },
    {
      "Start": "c609662bfd5548f19fe49a91f437babc",
      "End": "768d97c715c5428e852a1e2108258425",
      "Id": "b5eb9bcb90284a618ec70daa962e33ea",
      "IsHidden": "False"
    },
    {
      "Start": "d2a6052581ae457aabad599352dcc048",
      "End": "e1592d7d98594428b216b6d3777b47c1",
      "Id": "e9b87bcf10954872bc51ce154f0fffc5",
      "IsHidden": "False"
    },
    {
      "Start": "7578d171426d4a57a5ea087ae63fbac5",
      "End": "a6e587bb64ee4dc68a40c114fd6392c1",
      "Id": "be130dd504ea4e4e85f9f1931c8399bd",
      "IsHidden": "False"
    },
    {
      "Start": "fa9fdb4fe734412291de671f4ab2a415",
      "End": "eea11d40ea594db3a1ad9473e5a5464d",
      "Id": "ea02efe299c240d0b37c39a651d46cc5",
      "IsHidden": "False"
    },
    {
      "Start": "24ede0f21b414bab82f35e437c9f6e8a",
      "End": "b18c7dc80fae4383bc4371f34d02be88",
      "Id": "7a4bd77c565244258df3319284e11d95",
      "IsHidden": "False"
    },
    {
      "Start": "36e4bf89f41248c99ebe106be8e6223c",
      "End": "9cf91176c6d941639bc8a67c517e2fda",
      "Id": "3dc96b7545fd462f85d01c091e2f395b",
      "IsHidden": "False"
    },
    {
      "Start": "e47025b0eb784ed38da7f0280f100477",
      "End": "2c8306efe9334c488523191b56da70c4",
      "Id": "a44c7265fd6147b797049f243bd309ab",
      "IsHidden": "False"
    },
    {
      "Start": "c305ad661a9c46069d92e8d34006359a",
      "End": "e848fe2e5deb4e06927d899b28c9c7b4",
      "Id": "f64479a09d954e35b027b4290e575e91",
      "IsHidden": "False"
    },
    {
      "Start": "77acf5775ed04ab9b6834ae1c1cd8e2c",
      "End": "543b3a48712442b8a79e6ecf1d5c2cc1",
      "Id": "097535ac2715437a906d95d953b406ef",
      "IsHidden": "False"
    },
    {
      "Start": "0974ea143fb24ed3ba3ac94d4223dad7",
      "End": "544b6c870e7a4a128a7e083b582588a6",
      "Id": "540463e13d9840e2b1b5e33464053a24",
      "IsHidden": "False"
    },
    {
      "Start": "bdbcc5eeaa964572ad1901b0a8c83c69",
      "End": "cbb355d325e54e5db567e4f8d2e20c85",
      "Id": "7af845de4ea649319dc7358026e0f02c",
      "IsHidden": "False"
    },
    {
      "Start": "7968bb68f2cf48d6888b3886039bb85d",
      "End": "61fc30f619a44e6380b2e95ca4107ecb",
      "Id": "58ea947307b9469fa1397ec35f0d3369",
      "IsHidden": "False"
    },
    {
      "Start": "2bd25737b5a24c1b8d5fd4e73cfd8a53",
      "End": "fa7f7faca17841d0a4eff5243e4f1234",
      "Id": "646bef2a61954c40b3a47526ed3a80b5",
      "IsHidden": "False"
    },
    {
      "Start": "0b4884bc9b4040c7abedf4cd2a187eba",
      "End": "47d6e2d57ca5442dbfc26531c1a27e27",
      "Id": "8a8664049b8448138c6f2daf11e7164b",
      "IsHidden": "False"
    },
    {
      "Start": "ce7f62c97c8f4ac0845795959de7098d",
      "End": "dba1b86908b14e30891fa0fadb37dd1f",
      "Id": "47a0292ea1a04e7ea19af87a9832c7b8",
      "IsHidden": "False"
    },
    {
      "Start": "12d1d5f3864f4ec7933d1285c0af2167",
      "End": "b160030fa7e741b1b48c56a1ddea0a03",
      "Id": "10d0e5783e6d42f395a639cd27ee8ed1",
      "IsHidden": "False"
    },
    {
      "Start": "9d9855bff0ba4dc6ac36055176cff3f0",
      "End": "686af28f1a6d489ba096f24cc69246a4",
      "Id": "f43d3911cc06449ab442414856d32b72",
      "IsHidden": "False"
    },
    {
      "Start": "fbec7813761344f9a9e2554a16e28196",
      "End": "a32ac7c4999146a482e2370dfe73cd60",
      "Id": "4467179d1c6e4d51973fdf78cc998b11",
      "IsHidden": "False"
    },
    {
      "Start": "dbb90563f90b4cabb0683e5e2f90ac44",
      "End": "bfb575fd7fde47758e31c64d926a4634",
      "Id": "ab2ad7a98e3b4c69aa8bf9566ef31a86",
      "IsHidden": "False"
    },
    {
      "Start": "8846b74615d543d19d8c1b498f579a6f",
      "End": "d8bf55fd8ec7410fa4d1b3a1734e81b0",
      "Id": "dcf4b656d39348ddafb8977718b6b6d4",
      "IsHidden": "False"
    },
    {
      "Start": "1168b5ea037e4a999b6978792bc05d70",
      "End": "6ab8cc0b1e844884b9ccc7ea4af6357c",
      "Id": "be371c87b56540f59dbfffbb5e1a73df",
      "IsHidden": "False"
    },
    {
      "Start": "12fe2407c25c4d1880a1a1cb73a77dda",
      "End": "e1bd76a902ec4d3591cd1b37615839ea",
      "Id": "df077f9a90fa4c55aae230cd05978147",
      "IsHidden": "False"
    },
    {
      "Start": "3638addf594c40ccb31510eba81e9102",
      "End": "7eddf5a9b4f344b082e97f6fc6e5d461",
      "Id": "9c640ede379a4527981d3b32ad05b9de",
      "IsHidden": "False"
    },
    {
      "Start": "36e8ae747df8406abb6f184b3d773b43",
      "End": "b16abc943908413c8db1e3711d7e7474",
      "Id": "f9230bc71c3241faacc240cb9be7e5b4",
      "IsHidden": "False"
    },
    {
      "Start": "600cca6d246c4c9d83cf479fe6abab5b",
      "End": "d6ae73133b944f8b9e7922a584d92eed",
      "Id": "dd198abbc91c4a0fb24fece3ed728823",
      "IsHidden": "False"
    },
    {
      "Start": "5e0b69bc7cfb4df5b082ba7491561125",
      "End": "9d549126798b49f6bb772bc15541bc65",
      "Id": "70f5ee252714469e815e09b90db6cc29",
      "IsHidden": "False"
    },
    {
      "Start": "a461dd962fcf484bb7352603d0a07fdb",
      "End": "e62b3b5d6e8447ddab2b2785006a0a78",
      "Id": "ca7cc9f1c543458e979922b1f7c0819e",
      "IsHidden": "False"
    },
    {
      "Start": "4c87edcccd864d8ebbe19f29afbfaa58",
      "End": "25e077c2214445208d7b97c0ef69f287",
      "Id": "699ed82862b64c4a8dd68d1ccb54cc2b",
      "IsHidden": "False"
    },
    {
      "Start": "ce55488b1fb54d2dad962afe770638f2",
      "End": "b7e9d7853e1c491f8813e50aae427423",
      "Id": "d71a397e505444d2873db2a8e537e013",
      "IsHidden": "False"
    },
    {
      "Start": "5fe525ebd3b245fbb2cec054b152e89d",
      "End": "e072d07785ba4fd99f7fd83e13268082",
      "Id": "277717cf97644e1a8c23af380e342eb6",
      "IsHidden": "False"
    },
    {
      "Start": "1955e7e2146142d3aeb5ce8d2ca74e0b",
      "End": "af13db367b7c403d8f97f88564954493",
      "Id": "ae96902ecdcb4a899b14529adb6dd157",
      "IsHidden": "False"
    },
    {
      "Start": "023ac5e7e3b44319ace069d7c12c2fd7",
      "End": "faca03dd66ce47d9a5f341d21d674f13",
      "Id": "684841243efa45a596f5e5bbc632f099",
      "IsHidden": "False"
    },
    {
      "Start": "01e7aff25be849dfbda7f95180ec37e0",
      "End": "d4d1a64625d848c79f0184784ab1dd4f",
      "Id": "f1143980864142af86d46a583567730d",
      "IsHidden": "False"
    },
    {
      "Start": "1ed9ab3d1c654662bb245c350594b830",
      "End": "4909f21d4fa349e3b499251e05444aa1",
      "Id": "51b29c4018dc4d9bb29387c2557ab830",
      "IsHidden": "False"
    },
    {
      "Start": "8d897596e2c8473db981a3f6e61b8c53",
      "End": "775fdf6fcbc74b20ae0dd3d999a2f87a",
      "Id": "76704a17ec2f4eecb6dfe0cd54ecc44b",
      "IsHidden": "False"
    },
    {
      "Start": "44aa68410aff4178a8813b8688725b69",
      "End": "eb191dee87fc4730b4f7acda12761f70",
      "Id": "dcccc19d543641c592186fdb2cae6675",
      "IsHidden": "False"
    },
    {
      "Start": "2d464f6f4482415fbdc4f245e125fb33",
      "End": "cb59a31382f34d73aa38094f6e225941",
      "Id": "f6e4d60b72b24f4cbfe22c394e068878",
      "IsHidden": "False"
    },
    {
      "Start": "46152087a0f548b68f2a7b8c291b7193",
      "End": "c2329f3d196040218aab4095f76ea8b8",
      "Id": "2901dba3a822461eb168f8b36521251c",
      "IsHidden": "False"
    },
    {
      "Start": "f506d2079ed94061bc6c35459fa06572",
      "End": "aaee6aa2cc6e407687b3af4f9590e44d",
      "Id": "be3df378685048c58dee61c571bb3871",
      "IsHidden": "False"
    },
    {
      "Start": "b478839958c945faae49ac1b2968a692",
      "End": "e8e7333c8680455ba5bef2c7502bbee9",
      "Id": "1307918dbd9140d98a5e8a8d244a186c",
      "IsHidden": "False"
    },
    {
      "Start": "3b9ddb3f4cf3474aaf546f2bf539686b",
      "End": "2b210b884b8c4bca95f1a1e92509e8a1",
      "Id": "1ad068ab78564ecca05aa4af21ac64f4",
      "IsHidden": "False"
    },
    {
      "Start": "34f9725d3a69462da3ed8b0c259f1d52",
      "End": "500e2e29399f49739d719dda5a2b265d",
      "Id": "9c8e9bcbe1cd45e7972677a89f4f1e3e",
      "IsHidden": "False"
    },
    {
      "Start": "4ec756e09f224d6295e1deb1c22cac51",
      "End": "61cb48f0476743288d0b9d290be9db04",
      "Id": "ae028c47ea3e4fa98fa08cbc1a3caea3",
      "IsHidden": "False"
    },
    {
      "Start": "0e1dc9f98f8e4c84a3b6ccd4371f26f1",
      "End": "f26a113af8124da09347e64b05d33308",
      "Id": "0346224f3ef240d9bbfdb982026ba4e7",
      "IsHidden": "False"
    },
    {
      "Start": "27f925203f5d4f9385731f62d949cf86",
      "End": "e95dcb628fcb4aa6af2b03fcc5fb1d2c",
      "Id": "a1a3344e29a04ed496e4dd760065f780",
      "IsHidden": "False"
    },
    {
      "Start": "1284f09e22914f0498e9e5571b3cb548",
      "End": "e50b333bde9d431987bbc308c7b425b9",
      "Id": "10bc378268074e1da99672fcaa5e5eb1",
      "IsHidden": "False"
    },
    {
      "Start": "ba55c38c8e4845c6bdfbd05750bc405f",
      "End": "dc64c14eb705428ea41f062252c0b852",
      "Id": "0054556615f94c42a5a34d12ade61b00",
      "IsHidden": "False"
    },
    {
      "Start": "b91accd5677e46d38bb462a877284e6f",
      "End": "353d2d1631ee48a7be8cb315596d1a30",
      "Id": "2ae1adb40e35436e9f8bcfb617c6d2d6",
      "IsHidden": "False"
    },
    {
      "Start": "01bff49240c24d5b852d49980adfb057",
      "End": "f1dac72452e9489eb3c1675f5120c259",
      "Id": "6adfcc8fe5904d51b917fd3db978e01b",
      "IsHidden": "False"
    },
    {
      "Start": "92f3a59d9f774b61977a791b4fb141cf",
      "End": "3e23e3fc4164400bbb37eb481487c030",
      "Id": "9d8c76e090e141e2b3df8039fba878d8",
      "IsHidden": "False"
    },
    {
      "Start": "a229085a067c4defab8f733735d58c5d",
      "End": "ddc4944a8e0e419f8d923561eab39062",
      "Id": "c3082238f5c240528a7535edacdba488",
      "IsHidden": "False"
    },
    {
      "Start": "e69b5f1d8f1a4af29c0a5aadc6d324f3",
      "End": "74f315c8c6db4604866d78634750ad7f",
      "Id": "9c200e59720344fa8a19b6a37a13dc6a",
      "IsHidden": "False"
    },
    {
      "Start": "9b7fec33e5684e7f95df53dfc7b7f6a7",
      "End": "72e17af3912b4c478b95f6e855eebcef",
      "Id": "8b9347d92ac646a69d2733cc5866cb72",
      "IsHidden": "False"
    },
    {
      "Start": "a01874ede46c472a847a752f7b6d2f02",
      "End": "66778c36c99d48c4992d46b4a50cf96a",
      "Id": "0cacb90330d04a788f07737634dde629",
      "IsHidden": "False"
    },
    {
      "Start": "f7a67e958cc84805882ff016bab64677",
      "End": "ac3a21a4a7024b1b9fbd25e6ca59264b",
      "Id": "17f9c40adffb45178797d1efe9717737",
      "IsHidden": "False"
    },
    {
      "Start": "ff1a57d5338f40e8a0b1fc617a890e3f",
      "End": "e9092c01dfdd4c3aa5c2902525a5a5bf",
      "Id": "64e1e0e34d9b420d844d9e850fcbbb64",
      "IsHidden": "False"
    },
    {
      "Start": "415363d044314f86bf32a76648744131",
      "End": "0ecef0dd41e441a4b55ff7b9cf9e9e1c",
      "Id": "5dc3f8abb6d54ae7a2ef7d94fc61f2a9",
      "IsHidden": "False"
    },
    {
      "Start": "c3a84e2c4421409baee73c81e1f70a28",
      "End": "f07fc2a5b05549ee93ea5101eb3b0b19",
      "Id": "64da381342ee4bbd8c51aedc1a485dc4",
      "IsHidden": "False"
    },
    {
      "Start": "68ee402719f74dbcb9b83c821ec8b12e",
      "End": "f7a3bbfd8495498b9812e2d774ea2592",
      "Id": "2dc786ccef734bc78f6027b84f3b9922",
      "IsHidden": "False"
    },
    {
      "Start": "74d2ffb1d3734a939e905d80a1c001b0",
      "End": "de075b391784499ebe1572344d557bf5",
      "Id": "e366c006428444bd8227e8c64aa06329",
      "IsHidden": "False"
    },
    {
      "Start": "63fc520779e446db9640462154608a5e",
      "End": "4e821cdf55f54605bc44ae18490304ab",
      "Id": "5551d323c67f4c25a82b9afacb5c9ca9",
      "IsHidden": "False"
    },
    {
      "Start": "b237c18876074b44b31716a00ace44ab",
      "End": "df11cd5ad563481580a2593720b07515",
      "Id": "01f5423ca2fa47bb813ecb6dd1e4c89e",
      "IsHidden": "False"
    },
    {
      "Start": "9848d5b6099246419dd3826af68ce1be",
      "End": "301300fba1054ea5a36b3d0822e59bcd",
      "Id": "bdc5011bbcbf4551a5573bc3cf227a48",
      "IsHidden": "False"
    },
    {
      "Start": "b63dfb732f784bdebb93e2a81f799164",
      "End": "b0d3c40d53334572a59973ea3f053d37",
      "Id": "2ef39b0ae96540c79548e57f2aff3d1b",
      "IsHidden": "False"
    },
    {
      "Start": "a7a8079a608f4293871385e4214fb087",
      "End": "576eaff07c694e5a945d87cd87c759d1",
      "Id": "2caf29b9b3e343c892bdb6be52ff68f0",
      "IsHidden": "False"
    },
    {
      "Start": "7b063ca205a0411eacd6d99f2e31dac0",
      "End": "c1d886c44791412ba8612d55016d822e",
      "Id": "f6578faff53d426db3551f9f775003c4",
      "IsHidden": "False"
    },
    {
      "Start": "9929901c02d64d6a966aa802f0e2810c",
      "End": "1490ddbb33c24c3c94be7408a1ff63c9",
      "Id": "e486815c93b44c36b06a3e0e8a298439",
      "IsHidden": "False"
    },
    {
      "Start": "cbaa4c1c1db84242b1f7578b208487c3",
      "End": "9899852049d4445485386ab32f6a8fe2",
      "Id": "6c445a26abaa493cb5e45e4bfbcfa3ef",
      "IsHidden": "False"
    },
    {
      "Start": "53e720ecd562425f9d51173658060111",
      "End": "0fdcfdb7d7d74a3695f1fc9effe6789c",
      "Id": "e0e19db0986a49c29e391e8c4e43beb9",
      "IsHidden": "False"
    },
    {
      "Start": "e3c8723a567f4f499c17a07d696612f7",
      "End": "d53285d263804b0baa8c5573d4a59df3",
      "Id": "8f9a9833daa34842b640dbd9c2413a05",
      "IsHidden": "False"
    },
    {
      "Start": "b3b4598953d0444d8cf3c16e7f9dafd5",
      "End": "d2f612bf4464407292c305bb747cccb4",
      "Id": "0605e00816384b8aa7d88c23484f06c1",
      "IsHidden": "False"
    },
    {
      "Start": "ca90303fd38d469ab6d848d21c552a0c",
      "End": "ce8a17b254be4c929c926feccfb621a2",
      "Id": "9b81ee29a29243c293ed3c14a6f46aa0",
      "IsHidden": "False"
    },
    {
      "Start": "facfdc7c29614fdfafc293dc73914b27",
      "End": "6e97c54389bf4e168e44001bff7b40f3",
      "Id": "f727f0cd62d443c8bdf6e5e726fee77b",
      "IsHidden": "False"
    },
    {
      "Start": "4e81105b313842dd939efc33c7fa59c5",
      "End": "12735e99699243d3ac977c836e2897a0",
      "Id": "115c9ccb73ea48848a2c919297e5ee29",
      "IsHidden": "False"
    },
    {
      "Start": "42ea525654eb402cbeeed39f49772b63",
      "End": "d8906c92cf1a4fd4a518afa7b57530ed",
      "Id": "cdd7f6adfa7b4274b0605998039d0de7",
      "IsHidden": "False"
    },
    {
      "Start": "6a96d2f29f5e4debaa40a52e2a8657dd",
      "End": "b3666ac4d1da45449468b26adc4a3ef1",
      "Id": "3a785ae594a64968bdcfc7b5d408da0c",
      "IsHidden": "False"
    },
    {
      "Start": "ba2dfaa8d6144f38b5886116bf0250b7",
      "End": "5d5a95945b61480e96e07ef17f879cd9",
      "Id": "c094b5311e604b5e9cac86fc44b6346d",
      "IsHidden": "False"
    },
    {
      "Start": "235e95cdb4ba446ebe7c70bc516d25b6",
      "End": "24bee6a1b7f449648764041d01c01bde",
      "Id": "241750e667a7422796fa5ee0a827618a",
      "IsHidden": "False"
    },
    {
      "Start": "9924c6ad043d42628674c8b904bc23e7",
      "End": "298bed91253242848f54c59d08485938",
      "Id": "c3320312e72a4271b772d0549b31d4dc",
      "IsHidden": "False"
    },
    {
      "Start": "d0e9245361674dcea188764d8b4fde1f",
      "End": "e189f34d7c524ab8ab04c0055c5c8e29",
      "Id": "e946740b6ac04df88202e792f0b197bf",
      "IsHidden": "False"
    },
    {
      "Start": "a25a2b986ebf40f4bc47436e9ed76474",
      "End": "2bcc8da04f384bfa8a21d26c61485f90",
      "Id": "86110384bd9f46c28592b8d3b11d9e60",
      "IsHidden": "False"
    },
    {
      "Start": "30b8084216114e969a6d4ca2638f688b",
      "End": "d8c909d06c5f45ca993d305cb19fd669",
      "Id": "c3088c50e1404a90a2b1ab8ae8125579",
      "IsHidden": "False"
    },
    {
      "Start": "ba8abeb9af494e1b9402083fa32a86af",
      "End": "8e4d148a085b4cdabeac3f0677c1cd65",
      "Id": "b34f7eb4c2db4290973a923f309fea3d",
      "IsHidden": "False"
    },
    {
      "Start": "c91b3ce0815449e6ba8805a52579bb72",
      "End": "53658b05f70142a59f63eb16232a97da",
      "Id": "de96effd61d946a3b660dc9d2f05e640",
      "IsHidden": "False"
    },
    {
      "Start": "ccec88680d01491d8b271b8c86e351c8",
      "End": "b061ef92fd1548c9a1d07b8fcf5a5756",
      "Id": "ea2199845c4441319d78a865a7be04dc",
      "IsHidden": "False"
    },
    {
      "Start": "c66748c2edde4ae7a187731caeb7478b",
      "End": "6839f3e753ec4d0a8a12f20a38f4eb9e",
      "Id": "ea421f2e24664c16abae025b3c446024",
      "IsHidden": "False"
    },
    {
      "Start": "d47da80af6384b13b32b0b6e40ac8c3e",
      "End": "da281c976cea44298f8b311aa61bc56c",
      "Id": "879c1083c0294ee1ae7d751bcc952b39",
      "IsHidden": "False"
    },
    {
      "Start": "629873a8fca1413fbc5f9bba7f7be6fc",
      "End": "3738c873b5f44f8fbd11262491016b75",
      "Id": "132d7fa4c38d4d10b5c8f81f2fba9407",
      "IsHidden": "False"
    },
    {
      "Start": "cd1d5ee3dbd04a59b14feed7768e3e46",
      "End": "405f5db59bce4a2c96c669748cb08ff8",
      "Id": "d07195924dd5453eab9de19b3bb252bc",
      "IsHidden": "False"
    },
    {
      "Start": "5625dd240b104f1a9f2af505ec28ce1e",
      "End": "651095de05d94362a891ba60ebe936ec",
      "Id": "b4922688baa34b0d84364d4b9988baae",
      "IsHidden": "False"
    },
    {
      "Start": "76640f5ad6f948b4a18958852710d940",
      "End": "f7ae4e0c8877485ca7fb2af23f3e84b2",
      "Id": "73959b36a8a14557a8a6b266cc1b38c2",
      "IsHidden": "False"
    },
    {
      "Start": "0b37bead87fc493389e44965524eec52",
      "End": "63fd50b2601b4c6281e36a12d97fee6a",
      "Id": "d62f8aeba3b44435a3288995117b3757",
      "IsHidden": "False"
    },
    {
      "Start": "33619c03e4b9476ebb21ddda52a938fc",
      "End": "d11add08eefd47f3ab2d6e29edcee40c",
      "Id": "8f4047f090214e4b844b92808851b1ab",
      "IsHidden": "False"
    },
    {
      "Start": "2add3139326a4495aeca8b03e5b8f2d0",
      "End": "586bcc556e0b4a1789b7b377fb0b4ace",
      "Id": "fe0fd435bffe4f969488002cd7bc027f",
      "IsHidden": "False"
    },
    {
      "Start": "b8283dcd9d5d46e7a35c8e62473c2989",
      "End": "231f9a8a93704af8b13799edf29df602",
      "Id": "95e9039e4bab466eb8ab9471415c5b13",
      "IsHidden": "False"
    },
    {
      "Start": "4bb2aa79a61240e88bb45c8475ac4007",
      "End": "319fdcb446b64703a01d13a8aca7b4dc",
      "Id": "9119fd6ba5814839a4da4a319b0c8b9e",
      "IsHidden": "False"
    },
    {
      "Start": "c0cf25d708e5468d9d11be1627eaf148",
      "End": "48427394249543c68a070126cb2ed744",
      "Id": "21ab2f27233845449f2e572ebd005085",
      "IsHidden": "False"
    },
    {
      "Start": "981a3dd39a344fe68a4f95fa9ca8d145",
      "End": "2b50c9658cd84804a30eba1cfc340a49",
      "Id": "57e4bce6a94b41e6b2a8cf814a0969d1",
      "IsHidden": "False"
    },
    {
      "Start": "e8d6a6f256d44d5dabc827346000551f",
      "End": "66a990578fe144f5b6b4642600207eab",
      "Id": "0c01b15da33d42dbba6230cfbb387dfa",
      "IsHidden": "False"
    },
    {
      "Start": "c2415ce43bc84112b826ad08599ed5c1",
      "End": "c92e271f71b74306a2a95e253659e81d",
      "Id": "db2ee1490ccd4bd7bea4f50534a416c3",
      "IsHidden": "False"
    },
    {
      "Start": "c2d8a763405b4feeb501b3eaadacfcc1",
      "End": "abb7e164c2f04891a5db766bb00bb7fb",
      "Id": "28a328623d7e48e096edde3b86babe0f",
      "IsHidden": "False"
    },
    {
      "Start": "8327bad1bb6e448ca7f78a34ac964d3a",
      "End": "39367be4635f469f89436e31266c44d0",
      "Id": "6c3ae2faba20440f9317ec11315a3b9d",
      "IsHidden": "False"
    },
    {
      "Start": "4e7bd68426f945f38d71869d7dfe783d",
      "End": "278ca8750b2b4712882fc7e8502aa925",
      "Id": "07d548bf45484596bd8c1dab4cb01e89",
      "IsHidden": "False"
    },
    {
      "Start": "0dda2a997dd147439f8733f23e96768b",
      "End": "e8bdfbff547448b9b557b03fca132027",
      "Id": "fcf8276284c0430d90cf4f22aa088b2b",
      "IsHidden": "False"
    },
    {
      "Start": "983f02d41c254784bbde499beaf6ec1d",
      "End": "9bad824471354734adf496bde274f717",
      "Id": "6720a5f616844c8484fcbdefd6866120",
      "IsHidden": "False"
    },
    {
      "Start": "326c14444920481e82c59f3e36678a15",
      "End": "f288283a81344d00ad28fef04bf9bbde",
      "Id": "8120e086fbfc4605bb1aa361d551edd0",
      "IsHidden": "False"
    },
    {
      "Start": "76ad5e21a1ff4b0d8081343c97f29ff7",
      "End": "dbcbd347e15f4b899d4d1450873b1790",
      "Id": "d3dda86484874ddd91764f68fff82641",
      "IsHidden": "False"
    },
    {
      "Start": "460cf1a8942f420fb70c1307949c90ff",
      "End": "e368d547115a4a27ad617cfbeafa5693",
      "Id": "0b75aee4f6b240249db7b75e903e3e8a",
      "IsHidden": "False"
    },
    {
      "Start": "e751e1d8681a4f1aa5430b2107900e9e",
      "End": "22d58583729947b28b3dedceda2b097e",
      "Id": "2c93cee056fe404b808d09b74d9c2b5c",
      "IsHidden": "False"
    },
    {
      "Start": "12702f6f8f334a10ba24466e579c1fed",
      "End": "90ebaffc7bc84b39b433a50b847cbe55",
      "Id": "315f4d8fd2064a1e8ddbbd02ccc31247",
      "IsHidden": "False"
    },
    {
      "Start": "2a1eda77023b46158eb76a8b64d07581",
      "End": "7455f609abf94e479453a6988af111ec",
      "Id": "3b9280acbab74afa938d0b9b9fd24476",
      "IsHidden": "False"
    },
    {
      "Start": "3ef55b52030f4d48bf2bca952fda2e0d",
      "End": "0af82b1b14ae4f03ab8f56a8328ecf77",
      "Id": "380d80ce4ffa453d93687889c28af9ba",
      "IsHidden": "False"
    },
    {
      "Start": "948ef79d01204093bae876c4c601c3c0",
      "End": "6e2493db37434bd1a3562c478bfbb6a0",
      "Id": "02beaf9f62e74d33ae5877cd25b266de",
      "IsHidden": "False"
    },
    {
      "Start": "c849b336a3bf42c4bbe01a7ed215b63a",
      "End": "119d91fa9d6d4290b84c2668535aab29",
      "Id": "fc8ce96f86124dbf8f2a26e564b25b40",
      "IsHidden": "False"
    },
    {
      "Start": "cb724b5ecbf648218b98d1709113c0c3",
      "End": "731297b11b074b579a736a1a6b6c9d95",
      "Id": "0df07bb88a5640e79157c03493b42fcc",
      "IsHidden": "False"
    },
    {
      "Start": "afa75a3bbe784cf4b6fa4d5104be5186",
      "End": "e2ea66826ee644c180363ef509435a05",
      "Id": "eb3271a8bf31485b801029fd3751544c",
      "IsHidden": "False"
    },
    {
      "Start": "3a91150621044467a872dad001740b87",
      "End": "8c8df5bddfcb406d8e71b4b8a2284e2f",
      "Id": "10a05cb7afd84d16b2762ca6239e6316",
      "IsHidden": "False"
    },
    {
      "Start": "974bcb993f9c43c582582aaf3bdad488",
      "End": "ee8f22a246ed4b0996f0cefd4456f3fb",
      "Id": "ae7a24c837854dd486a8bdd87cacc30c",
      "IsHidden": "False"
    },
    {
      "Start": "f88fd0a92c644faeb368812f08691f52",
      "End": "82a398c255c74a9ca848073cc628d2f1",
      "Id": "af9df5d7083c47f8a09ea918aadf139d",
      "IsHidden": "False"
    },
    {
      "Start": "5f7850af4e0342f1be07b75a30ba8dbd",
      "End": "fe9a93e863294a9ca438c00af7a7b7c4",
      "Id": "10ed7293ad1a4d10b021df02d2b8605e",
      "IsHidden": "False"
    },
    {
      "Start": "9f8c2aeb0ddd4fa5a71eb1a1e6b03eb4",
      "End": "9bf31962e3ce4141bc42fc10b0a9b409",
      "Id": "267866bb33be4ffbb80709b2b48e5e60",
      "IsHidden": "False"
    },
    {
      "Start": "5d6da5beeb0f418e87a91b6f09abc3eb",
      "End": "a070b8629b4142a9bf1636991795f9ab",
      "Id": "702fbb458e05424d8ff112154945b713",
      "IsHidden": "False"
    },
    {
      "Start": "5062667e86134b299e3fabaecacf7fb1",
      "End": "bc7567c0d1794fe29742b0fd1bf4efa3",
      "Id": "fb4671e5fd0e4e78a4849f8b0016129b",
      "IsHidden": "False"
    },
    {
      "Start": "f42e20c9e23945e8a5e9e5f7d1cebf8d",
      "End": "900aaae6477f499db579be5d82148f30",
      "Id": "352f094a1d864ee6bef691e31eeba134",
      "IsHidden": "False"
    },
    {
      "Start": "2b052b26477341eeb533234c504a5945",
      "End": "04606215b37a473f9f388c0e6adf9239",
      "Id": "6592421ea1f34d20aaab012dbe653a15",
      "IsHidden": "False"
    },
    {
      "Start": "56903e1b64814a6ebedba6a549556418",
      "End": "6aefb32e392842d0a35c1303e0adf3bd",
      "Id": "9b9d0ab323444fc29621933ff35df2d1",
      "IsHidden": "False"
    },
    {
      "Start": "db6596e9612b413885640ddb02b52f57",
      "End": "c9659d0a79f54bfb8033d9179cb35246",
      "Id": "8a5ae26687684b2c859bbf9a98c462e9",
      "IsHidden": "False"
    },
    {
      "Start": "adec728b4da94ab18b669e7af6e9ceb9",
      "End": "23136b5144324d7896bceba42f9e6d34",
      "Id": "5d39113dc4c441179c97826fc4d3e01d",
      "IsHidden": "False"
    },
    {
      "Start": "59004cb9c2374d40a73b36b3fc729aee",
      "End": "365504e9812b463bbc9c406b451062be",
      "Id": "7d97950f2cf54689a0dbf004f6b585c8",
      "IsHidden": "False"
    },
    {
      "Start": "44307c18db044d93aa3b1c39b5c9cbeb",
      "End": "10a7e118e3794d0e94ba8e21b3fab97a",
      "Id": "73e96ddfbf264607806278b99735e491",
      "IsHidden": "False"
    },
    {
      "Start": "e43f7418821f4d7da3d9a441cd97c9a7",
      "End": "e7ccc38024b7441a971f65fb87ec4e5f",
      "Id": "2cbaa2307fe4460f9a0dc43224ca73d3",
      "IsHidden": "False"
    },
    {
      "Start": "9d64fbc04b6b4548bf67687c4d54819c",
      "End": "24a5c0b382244739aaf84e33d5eea9f8",
      "Id": "2645d879120f448ca941747c3cae11e3",
      "IsHidden": "False"
    },
    {
      "Start": "949a2677d4ec420b99232e2ee871644b",
      "End": "829ec2cc93fc47c08948acad7be7c8b8",
      "Id": "889aa42a156c4735a9c222a6f78ac66d",
      "IsHidden": "False"
    },
    {
      "Start": "eb45016356a5474baae09abe0e700242",
      "End": "498961fe016949eeb493f8e96f76c130",
      "Id": "c332f41d834c419888c1bdbe3042f2ec",
      "IsHidden": "False"
    },
    {
      "Start": "4ca8635d6cba44e1a1d126b2aad84ef3",
      "End": "ec4ee6993ed1452e88381b481ae74557",
      "Id": "e21eaf66c2794352857a213c21a442e4",
      "IsHidden": "False"
    },
    {
      "Start": "6b5f338bc4134cc59114cc52f33e64d6",
      "End": "51d67f85b6bc4b2c956129c0bec96fa0",
      "Id": "71f96ebb74fb4ee5b37f815cc5632762",
      "IsHidden": "False"
    },
    {
      "Start": "468609da1cfc438d97367e0e8a325d02",
      "End": "3447119f98f9458c8b7318bea6b27d50",
      "Id": "96a2c7268de4464ab43effbc5eea4c8c",
      "IsHidden": "False"
    },
    {
      "Start": "983f40f901964dadafb763d5cb17b405",
      "End": "8167e9cd6a17443f959a239c56edcebe",
      "Id": "ca934eb78a23406a8ea6376db64218a5",
      "IsHidden": "False"
    },
    {
      "Start": "c9b198ddc53d4326a76bb30fc3ebe998",
      "End": "b62ff4461c0d49b2a9986241524267e6",
      "Id": "3df431bbee954dbf898f1b9cecbccdf9",
      "IsHidden": "False"
    },
    {
      "Start": "c8631ba7ac64439c9c5a2c91a805a95d",
      "End": "c7fa6e7bf4c049caa9f75bd594046b8c",
      "Id": "fb1acda997a94a5b8d1c18e745267b98",
      "IsHidden": "False"
    },
    {
      "Start": "e20418ea911e45b3aa0ec555317e8780",
      "End": "d8f9aa386b254dd296267d35625a99dd",
      "Id": "04a11fdaa20b48e0b2a7ae6af5a75647",
      "IsHidden": "False"
    },
    {
      "Start": "d9092f72035d4dcab583d3cee15db2cc",
      "End": "92a8541d00ef40f89e6df1b6a5a69967",
      "Id": "6c15b57e55944402bb6e43c434893979",
      "IsHidden": "False"
    },
    {
      "Start": "4c04aa27e8754a4da5f4a0f598db37ac",
      "End": "6ef7b6492ebe4ad4a8d7b1bc9b84506f",
      "Id": "43db52551c3149be89f5fb86be3badf0",
      "IsHidden": "False"
    },
    {
      "Start": "4cd0990e84c941eda4afced1927f4a07",
      "End": "03aa043aaa124e24b7cb89928863e854",
      "Id": "ad73ef9104ef4229babee7d1194e7034",
      "IsHidden": "False"
    },
    {
      "Start": "d491765503d140ff9624e01a5a80cfd9",
      "End": "cc39b64b44c84a709dbca459a74c6470",
      "Id": "507cfe728a49431f8d3c2780165ae91f",
      "IsHidden": "False"
    },
    {
      "Start": "eeca0b132d734b97bae51a4308015761",
      "End": "1b380d44bb8d4b03bd2a2d4b3da60c41",
      "Id": "c25cf475c10b409b828dccbcdbd5a03e",
      "IsHidden": "False"
    },
    {
      "Start": "9ea44ee9c8c34f18aa06e4b9d081db6a",
      "End": "33e32ba312444eae81c967c74be43bb3",
      "Id": "2aaf910a3392457db742db190cd9d557",
      "IsHidden": "False"
    },
    {
      "Start": "aa0d1cb4572c47cb9ba3bd68199bc30f",
      "End": "d2f21aa6cf5d4ab696d0b73021aa7847",
      "Id": "d2abc99caf584c598bb6c2570b05b70a",
      "IsHidden": "False"
    },
    {
      "Start": "59ce77eda93f4564a0a0bb6942f29543",
      "End": "c125fa744566456090fb7970815b1e0f",
      "Id": "625e383768f64639bbf3b9d8c9224197",
      "IsHidden": "False"
    },
    {
      "Start": "a61733a6be3a429cbbfdc59867b8cac5",
      "End": "113da32d00094d21926e11225aebedc8",
      "Id": "1afa909677b74953b255efe4236623de",
      "IsHidden": "False"
    },
    {
      "Start": "858fcde8feab434da5a7f88542b1b8a8",
      "End": "c30016862a2f41d684b5a3594edf9d83",
      "Id": "084562b22967460e98ab19b9532bc13d",
      "IsHidden": "False"
    },
    {
      "Start": "4a80659f80b74181b70a88e13696a9c8",
      "End": "7cc356cfaf4543d68c8f72a9ae5c2a51",
      "Id": "2787fab60d83434a8f4bcef996ec8143",
      "IsHidden": "False"
    },
    {
      "Start": "2ba1f7a1bb744c5e952de52c934e0688",
      "End": "afe334c17ea446a18d92df4781c1232c",
      "Id": "274df781ade940359e639f0af5862d36",
      "IsHidden": "False"
    },
    {
      "Start": "297f7f7fd0a64880816c2e287cdcff86",
      "End": "20a912a4b5144568a7718b016f8decd6",
      "Id": "975943e01deb4f5ab526bc9d2c95530b",
      "IsHidden": "False"
    },
    {
      "Start": "a4366d8ea4974821836cb385e4f57685",
      "End": "fe703705f4d749d183d423d6dbd9fe6a",
      "Id": "0d731c82d5e94d8f8d1c2fa535804f1e",
      "IsHidden": "False"
    },
    {
      "Start": "60656b500c454b2fbba8761323ebda94",
      "End": "8af8a9af3b394d278308bbdb6fa02f16",
      "Id": "9c526f90d5b0428ca45b1d03866a70e4",
      "IsHidden": "False"
    },
    {
      "Start": "9ee9374af5914699a1be214592238325",
      "End": "830c1db41a154d4ca01c788efdc53c38",
      "Id": "c84e74a238cd4cdbbb2b09f2d926b065",
      "IsHidden": "False"
    },
    {
      "Start": "88a078141bad4c4cb3217f57981d9c55",
      "End": "1f41a67de99b4c39a0fc61fc7144f4b5",
      "Id": "e478d91d666f4993a6e1e4cfd024feb6",
      "IsHidden": "False"
    },
    {
      "Start": "5c4961eaa80c4b1791b4e2fc38e5c5e1",
      "End": "ad6b371413ae4fedba6cfe77cb00a472",
      "Id": "8534373c80ae4feaafb04d8a9107e7e5",
      "IsHidden": "False"
    },
    {
      "Start": "ac98f9ec16c8465eb91d7dd4753e3a29",
      "End": "f8ac5dc31b6f4e2385913858ebdfef70",
      "Id": "db18b06ed67841b191fc2bb12ed65410",
      "IsHidden": "False"
    },
    {
      "Start": "d1adceb951344d43a2f386b0f619f6bd",
      "End": "79491e4e5fe94cc4a3dd8cd88cacea7c",
      "Id": "69b5d97b68d2485185f1fa3131355075",
      "IsHidden": "False"
    },
    {
      "Start": "4f528e534e3143baa635225b02a07e0d",
      "End": "92f360df3c1e41c09930b383ee0f9dd5",
      "Id": "49e6dcd52c264b00978a4eb37ef39ece",
      "IsHidden": "False"
    },
    {
      "Start": "7d8f0696b4c04804855e05320afae49d",
      "End": "00e09357d6ab40f8a702844e9d396b75",
      "Id": "e58570bc876c4ed3823a03b4a492e46c",
      "IsHidden": "False"
    },
    {
      "Start": "745156617b364a5eb97268bb0343aeeb",
      "End": "40301054ede44d26ae985b58904912d3",
      "Id": "4e3107cec3d04f849155b91e37c43ee3",
      "IsHidden": "False"
    },
    {
      "Start": "3eb6046c815c4f7fbf9993cbafdbabff",
      "End": "4ae242a91ba2427dbe71339f39d42919",
      "Id": "5a7174bb77ff4a94b5d32e840bc0faee",
      "IsHidden": "False"
    },
    {
      "Start": "d4c6785047264dc4afbb3f72a5c26898",
      "End": "7f7f06489c0f499a93cd9687c00c26c0",
      "Id": "127ca38223b44b3580fe9ee4d74fa4c9",
      "IsHidden": "False"
    },
    {
      "Start": "b8f4d5ab1b144f40be6e08a76b761f2b",
      "End": "53b932ce83bb49cbb0b50f57599767ae",
      "Id": "5e458ccd24904994b9fe8fcb6c4c6c5f",
      "IsHidden": "False"
    },
    {
      "Start": "ffe8de2bb99e485cacfd220ac38f986b",
      "End": "70a9a2f408bf4755a5d6237146e8473b",
      "Id": "ddbe524515624dfc90f95a82e43c9dad",
      "IsHidden": "False"
    },
    {
      "Start": "5d1fda80339b4cd79f9423fe61185d02",
      "End": "44ad54bbd8594603872fc8ef4550e1a7",
      "Id": "0ee45ddb68b9437185210994ff7c7d92",
      "IsHidden": "False"
    },
    {
      "Start": "374b99c5cb30413191529fdc50954f48",
      "End": "167de72e1f9e48368af2d01b1adce7d3",
      "Id": "8b72bbfe30c54a1b9e6d82ed48ac15e1",
      "IsHidden": "False"
    },
    {
      "Start": "5b3758658880493d8cbe3183eb07683c",
      "End": "d8b5810fb5b84e51ab6c9e0545479616",
      "Id": "3c13f70d3c144298afb1b3cf26234164",
      "IsHidden": "False"
    },
    {
      "Start": "366b8ceac722402da4706af81e89f833",
      "End": "1979a76606334d58a4a7c75d27328f43",
      "Id": "99566f877c3d48fa83cff56e2268d88a",
      "IsHidden": "False"
    },
    {
      "Start": "53ceb4055393459a892664e3140115c1",
      "End": "771b6ad3318c4f668cdb810e32506dfe",
      "Id": "4d5e8d7c4e974b818c5be550e1bcebf6",
      "IsHidden": "False"
    },
    {
      "Start": "1c0dd2cb27874562af44e8e64ddf58f0",
      "End": "aa9f313ad1594a9e8c22807b78ece672",
      "Id": "00620e961ed5454a92918c28b7ebad37",
      "IsHidden": "False"
    },
    {
      "Start": "362390e74b6043be95b62983b12ae059",
      "End": "3092606e6b794c48a296b1b079cde5af",
      "Id": "50094357ec0c4ca4a73c457258146f4c",
      "IsHidden": "False"
    },
    {
      "Start": "9d939cd0e7984574b0ee56e19b9ea94e",
      "End": "3f4d513cd85b4c599be43ea9ec59a155",
      "Id": "92b1d169e7e54ef4afdeb1903358cd59",
      "IsHidden": "False"
    },
    {
      "Start": "8afbf98ed97c47a481b06b9c08bd2c80",
      "End": "1a1e6e7503e647be96dcc92cfe4cba22",
      "Id": "a68a5ec23d09426887b79b2727638dc1",
      "IsHidden": "False"
    },
    {
      "Start": "587eb96deb21457cb23225f8745e560e",
      "End": "c5aa2e7d15e148c3974c567a7493e460",
      "Id": "dc50e380e6c24e2ab286cec299b26f03",
      "IsHidden": "False"
    },
    {
      "Start": "30b9c675b32e46819fe98088d502f0b5",
      "End": "750f1b9de080466384f50a9d512a20b4",
      "Id": "d8c9e06c55eb42e3989dbafa409e02f4",
      "IsHidden": "False"
    },
    {
      "Start": "8f0336f1e5a04709aa9223970e480a7f",
      "End": "3fea70c1afd64ea38f9411088517d735",
      "Id": "c20af569c37e47288ec0bcc21ee03426",
      "IsHidden": "False"
    },
    {
      "Start": "6defb62316684875892146511efeb059",
      "End": "8c6e222b61b04761b472986551daddfa",
      "Id": "2dbbafe0a1a1470c8cd9e529a9a8464f",
      "IsHidden": "False"
    },
    {
      "Start": "d7cefc421a56482899680c993d7db20b",
      "End": "461f42d7b8d84e3eb96f2002455dc4e6",
      "Id": "caf39633a0a14f0598ca70d9002447cb",
      "IsHidden": "False"
    },
    {
      "Start": "1dfc87ab5156421a81359d1c87907fd2",
      "End": "faed0071acc542569486c48bc60ddf4a",
      "Id": "c71dbed4a406426aa429c39dc89901bd",
      "IsHidden": "False"
    },
    {
      "Start": "db35aabd2e6943e6b35f1c31bec5e245",
      "End": "af2e24a8d86b4f29810407789b14f3c0",
      "Id": "0550d21f3e6f4e20a3f756bf4779d11d",
      "IsHidden": "False"
    },
    {
      "Start": "ba5e9b0acd7b4585979300fac1c95c5e",
      "End": "e5f166d7ec3f427196f7a7b8ce3852cb",
      "Id": "daca204e3c774a47b918d3a674321641",
      "IsHidden": "False"
    },
    {
      "Start": "f25bff2c0504480fbd0d902f6c422d6e",
      "End": "bc0804d9b64d4b39940456954758ac9c",
      "Id": "0d3a1fd2f31143a0b28f3251daa2c3d6",
      "IsHidden": "False"
    },
    {
      "Start": "ef3b5ac3d01145fa900d5e02dff6f24f",
      "End": "9c06b05a9a024ef0bd917d5c5264a29e",
      "Id": "47e7529b91544444a79a0ff4f1b28105",
      "IsHidden": "False"
    },
    {
      "Start": "8706e95a47f948f18518f77e32dbbcff",
      "End": "f07ba533b8d04dcea4cf7c635a47fe28",
      "Id": "ebadb736e547400491594d4fdfffbd88",
      "IsHidden": "False"
    },
    {
      "Start": "8f9c33d2eee04010abc35eba2b91a255",
      "End": "a0622a07dd564485be4e98806635ae57",
      "Id": "19bf404da4904292bacd67629abbdcee",
      "IsHidden": "False"
    },
    {
      "Start": "252a50a955a44dbe89a934048b34cf28",
      "End": "31e05ad934c440a78950575ba4fa152f",
      "Id": "554c1ed00deb4b82b1485c647e6cac4d",
      "IsHidden": "False"
    },
    {
      "Start": "7ab6a2cbdd134171aaeec5c84a7f4bcf",
      "End": "361a0f918d2448669afbf93f9baa532b",
      "Id": "dac82ec61b6748ba811c933936b2518f",
      "IsHidden": "False"
    },
    {
      "Start": "3e1e3b060dbe4bf5b8fe651680ac29ba",
      "End": "ca593876158c4b84842fd816d4056f34",
      "Id": "4578750e31a54dbe81f062b19f096759",
      "IsHidden": "False"
    },
    {
      "Start": "77aab4ddb8e1442f94aa5306ed4fc705",
      "End": "3351ac6085e44b9a9fc9eca9421fe745",
      "Id": "e131777fea6f42139f6f724f6fdc692b",
      "IsHidden": "False"
    },
    {
      "Start": "dce2491695a244b9aeac7f95412f769a",
      "End": "71d921ebbfd64b0c810751cbbfa8e16e",
      "Id": "add7f31a186a4b2ea25b95fe0c384539",
      "IsHidden": "False"
    },
    {
      "Start": "f53adb7a521b471bba41c8669dde3a18",
      "End": "25a4307491d946ffaf24a65c5c94b1e8",
      "Id": "61115ce6fcb144d48b132a5694dd785d",
      "IsHidden": "False"
    },
    {
      "Start": "e56c46f907864a4090172d48fbd6e905",
      "End": "b21954b94d8d4aff82cfbb526a456c4c",
      "Id": "ca56d1ef8e404c63a6fcafd302f1e09d",
      "IsHidden": "False"
    },
    {
      "Start": "98aff6d350604d37aef3fc1588f00160",
      "End": "9c3e4dcb3a7049b88a79ace92c15c6bb",
      "Id": "6e1c23770bb9488392445087adb44d34",
      "IsHidden": "False"
    },
    {
      "Start": "2cc9f37dd7ba41e0bf142e58f0a963c6",
      "End": "8d95be4dd20d40f4aed676d0ef468e2a",
      "Id": "b7dbe540997041f29627f3f6f570f19e",
      "IsHidden": "False"
    },
    {
      "Start": "2fd5638dfbf84743839e637d84a20657",
      "End": "86155eadea074ece926212632e72a4ce",
      "Id": "dccbca81075b430fad89896fcb949444",
      "IsHidden": "False"
    },
    {
      "Start": "7b4ecb4ddfbd4ecd85ae5cd8e7f351a3",
      "End": "840114e4451a4ad6bdfbe50aa9399aa2",
      "Id": "9326b4a7edb945ed95daef777fc60753",
      "IsHidden": "False"
    },
    {
      "Start": "21b691676b9d4cbb8f86cc7120b3d754",
      "End": "d13c11e741d04fafa6224d99aa4533d8",
      "Id": "998b8e96c9c145be9bcbfa2604f9f90b",
      "IsHidden": "False"
    },
    {
      "Start": "7506b86ecce9413aae025160cfce2e90",
      "End": "445bb21141ee4bbf8600a3869460c63b",
      "Id": "31666694bf72468f8751cdb9630592cd",
      "IsHidden": "False"
    },
    {
      "Start": "68392770a402401b93ed59f4a8ec18b4",
      "End": "88e7e1b1123244b4946a94ae25134b2e",
      "Id": "070f3a0edbc14740b59bfff60be6f919",
      "IsHidden": "False"
    },
    {
      "Start": "d680dcea98b64bdaa37dd92ada7a7251",
      "End": "05589159f8fc4344b4774cb5d85df777",
      "Id": "b8d5152ad62c43769ebd74ea1a5de510",
      "IsHidden": "False"
    },
    {
      "Start": "6bfb70aee35d49fa88cfaec6eb633174",
      "End": "025b99071aac4310a19a60ca0979045e",
      "Id": "1094be8ce6074b9b8996600c1c680b72",
      "IsHidden": "False"
    },
    {
      "Start": "a393f124d0f24b35b60b5b1838ed3d67",
      "End": "12f1f4955755481095a5614134fa0e4d",
      "Id": "977ef054f06c405099714cab3babe66a",
      "IsHidden": "False"
    },
    {
      "Start": "96d93dff3ddb416c8eedab85064909bd",
      "End": "a1b453a78dad4c459b647e6648e94d38",
      "Id": "894f7d1b4fb54382a434cd0af0bc0d44",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "168373bbdea64728ad4c79721504d6e3",
      "Id": "a80afd16e0d54c7b8ba5351668dc67d8",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "a9e94a5a87b94eb39d03aab9331dab9b",
      "Id": "790962d83bc345f095ef10012f2fa3dd",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "a650e5efd48a44488d05b91e5fc3b3db",
      "Id": "b76aa9e826c8400aa62a58aed68313fc",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "d124504ee15748599b54ce0957bc9d95",
      "Id": "2ba252c514ec4b1d939de249a61386b3",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "e89546058f874b7ba5066044bd8fa98f",
      "Id": "612f2dc8866d411592fe9371dc3dd7cc",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "e87d2e2e39e743d88d4febd289593c9e",
      "Id": "1b365d982c9d424b8b2d21ca0ce4c3e1",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "03a70f45d4394a929f15fe8eaba3bd73",
      "Id": "fcb075d2096940e58451eaaeccc22d6b",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "5ac16922d1c54226b291fa2b83c6905a",
      "Id": "4f335403b7224c9d978ed12e6f18c9b2",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "5207355cbd1a4a4190fee97265232160",
      "Id": "3683e6953c414ac6b3a60efc550f1c3a",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "d51c72aef4d840dcbdea854a3ae2d4cd",
      "Id": "65c7c8f8a7424deb88332cfd99ed5042",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "d3dec2fa7b86482aaa841f877d4dd580",
      "Id": "a2d28b213fc54d7a8f9e31718146ac6f",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "3a36a7705a2043df8039db433668e7f0",
      "Id": "5a2d66e1089848c9bb9bdb0af5dd8635",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "2736a43d5f30489cbc1d8d4021ede30f",
      "Id": "4fed734353fb4eecb3b733756faef2e9",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "7d206cd4e2c743d9bcdb4e5e4c640947",
      "Id": "e606113f99cd4f66b1d8b1a98f0d4818",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "77d9b919ea7d49ef851717bc7572a766",
      "Id": "0e8584bfc5344ca99a7af03adaceff3a",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "c05e1e8d4e4e4d70862447662820865c",
      "Id": "07cb510054514d8abecb1db13dcdb505",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "3a579efd578440adb2080cbfb9d44374",
      "Id": "e1228daf5f56464991aecabe6e60a75b",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "ec959dc536c54e5aa3eda29b8a67d3c9",
      "Id": "615ef2e029514168af79cb4794643493",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "f2190da460e14e7eb5976b8fef4c09b6",
      "Id": "beddd647a2b24b598815e6e45d71dc3a",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "07be415a574640b297709d2e98be3768",
      "Id": "b590b544e3594703ba1ae102fca7e5f5",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "5085b1a05a9d4f8197a407942caebef0",
      "Id": "2755198cdbeb4a2591e439d128128ff7",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "f259c7c47dc14ff39ab031f4270f76d8",
      "Id": "bfed12d7aa27463b8c48a40eb09ed573",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "58b9faeda07046fab127ae03ab52165b",
      "Id": "62882b333fed474aa0fb24f3d6123d80",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "563faf4ede0e486b815291757a4e0da6",
      "Id": "317cedfc69ec4a46982817cba70124ba",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "ff7dd92fac0d48caa5cbf4f6092489ed",
      "Id": "c465e9c84ad64921a47f77017b293b57",
      "IsHidden": "False"
    },
    {
      "Start": "5df2434525e540ca8062a8bbc0865d5f",
      "End": "e5c85db62258496dbcfdc384d0008840",
      "Id": "b596368b58444804807f35955782989a",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "2f5a4a49cada4dccb8c5673731960250",
      "Id": "71df5da865e945ec8e2b537db5642b47",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "e8b46c4510a64d8b929f9f94f0bc2391",
      "Id": "bab9a17d440e423c9083784536084136",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "ae581013560c437c8ea840eb2a6065e4",
      "Id": "0deb39d6c2594633a0732b95bbf74a74",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "cc11beb71ba3490fa932bd3bd2ee6439",
      "Id": "ce8b3be7fb7347e497d9f3475dc82446",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "b7689b0bb1ed4d2cba604fe9acb22420",
      "Id": "3d9040fc15be422da9763592c2e98b85",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "c0c245fe7f9d4ff299903fc0db045df8",
      "Id": "72dc7fa250ac4b31b2645f4534cce2f9",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "c8b06dc2877e4964815913afddc7a693",
      "Id": "bbf00d4fb80f4298a2a9d00da2d78270",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "82e8bf4868954dfa98482e618bb4b47d",
      "Id": "081ad2acc9034eb98ef36a346e4ea26d",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "1f76c7426c454127bf0ce2f0203b8134",
      "Id": "e62f0e4196b34dd49dbd3fa927d59346",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "1bfff554f28549ef92ae13fbe710c66f",
      "Id": "54b3fdd2f0c14b34a2a73327dc266dca",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "b0b6d1a8089640a5adab1a2d85f5ddf4",
      "Id": "88529d21f984498095bc21d9262d4b20",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "67309cce6a2648cc8a14a960194b485c",
      "Id": "73dbf61fe3ff4b868fb63c76e05e57d9",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "f0bdd6dfbf72455fb9c3d3f38ec5ff90",
      "Id": "6eb581a262a2402d9b5d07347a62c975",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "dc6fc403b34e4d4b8746df2471a48ccb",
      "Id": "69b04e19ac0d430db0d1ce998eccd76e",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "4c2472fa6523456c9531542f7b362993",
      "Id": "c292b5a9247848e9bc29b7404c9c4656",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "18f81a8fdaea4712b369dcf3e44cbf49",
      "Id": "45e7cddbd8344094b2d41a32b5049767",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "42b49428151a405397b3adb5f3b1c0c7",
      "Id": "0cdac4420e4a4d3ab3d603a7147a8b6a",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "a8076bbd3bca40538609569c9f71f268",
      "Id": "c4ebae7d6d944661b71bc6de1bca3d56",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "9c11506053114c7b92349a28d5e2c411",
      "Id": "6f4c1c6f24c74ec9af33512c8eb1a45b",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "563379f619464f7f94d98d77c5d8bff6",
      "Id": "cfaa4e7980b04e2e87abac7c31af57b3",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "2ef79ba308274ea89a668c09a3fc5424",
      "Id": "c24b73bf3cb9448389dda0c8cef7b230",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "0818a1f13dcd4c09a68e499a29dc110d",
      "Id": "5737dc02a244433e9209ceb3e4c1ffc7",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "05dfc4c22b394b0c85eb6ec93aa12bec",
      "Id": "6cae606439f1478296fa739aff27fac2",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "6b25a8b62777435a81aebc71bba3057f",
      "Id": "e0d7c63067f247829f266458912ebaeb",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "1751fd80122c499bb6aa194bf27a0443",
      "Id": "b60cf043dd0b4d23940a0365ee081893",
      "IsHidden": "False"
    },
    {
      "Start": "117c08c43d394656b751db849244a91f",
      "End": "a76e724724d24c2d99047cd85fb8f477",
      "Id": "93c14b6fc36a4a7eab36b516babb1dcf",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "2b1cd2204f324fc0a161e698ad49507b",
      "Id": "698bbde99a9540ee81635e23349f60f6",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "268160593bf04e54ac1c2b0fcf34116d",
      "Id": "bcd01c5c98a648b08f6f2c6861c5a3bb",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "ae743428b63042e2a23a42bc1cec6b39",
      "Id": "6df8f9f9e6784fe58a4bf323c1b27d61",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "6c5a7cf95c11419aa3dca2c7e6bac81f",
      "Id": "fa24dae1f8934cb29147d47b68d420c9",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "63e80acf7eee466bae3ed06ac758600f",
      "Id": "26729d42b1354ed99566fdc667584280",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "1a82dfc4f35c4a00a3f0cbc1e472ce29",
      "Id": "0935de03daaa4e2791c7ba8441eb9092",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "56614414b14b437692fc86ccc23a3064",
      "Id": "c36d096af5634811ae53740833760e13",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "38d48df006464db1ba3a97c2ae681894",
      "Id": "705b1abbf4c440cc8056a63bded15edb",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "7f0e115b61c24b808b2a7485e746df3d",
      "Id": "320372f5b95243e1a140d45aacc2b213",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "9e6e2014542f43b9a90c06552cf4f5e9",
      "Id": "1f9f0988cef047bfac8fc3261e07dcea",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "90b0844a4d4a4ec68e15f85eaa2b0175",
      "Id": "d10b4d16822a4ecf888f997ad9d5a057",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "a338bd72e7d14058bb0bf6a1e58b3787",
      "Id": "731aaf3ec8f445b88d42119b303328d0",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "a3a05a1d2a9e4beb8b30b4901d18daea",
      "Id": "b2cbce12e10241eaada0174969dfb934",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "25e13432f0954c05b66cb24bde9f1465",
      "Id": "008046d5ed334f3da0f8de95d94c4eda",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "e8290a0a5fda407f87ee3cd8cc46c4b9",
      "Id": "5bbb2921968e47ad8a8ce4084453b692",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "fc9046b335fc47cf9d3db17e87b04adb",
      "Id": "8bc507a6809e4a7698ee6114a44a397a",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "f75ac7aa3dfd43258afa2a495b7704e5",
      "Id": "bcd4eb156fc24d6ea3775ae8a1dd3575",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "d5a8ae661e984387a865fe470046a492",
      "Id": "91feea420cfe4da99c224e64dd80bb16",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "e0666158c925457ba80bfdbf2883473c",
      "Id": "d4c24ebc3bdc4a4fb3868c365a1c9db6",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "fd1ff66cd853402ca230f2a73900ff70",
      "Id": "6265ba6b6f644dd0bfd525e6d90be13f",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "a5d4a6cc0da049bf919f68024329fff7",
      "Id": "63fb538c569649968b39018d7fe34a55",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "c12d02a34bab40009ca2189f74ace769",
      "Id": "68b67ca9bee94ee7abeff879cb8ac125",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "4a17a22bffcc454e9e98d1b28f56709c",
      "Id": "916ab2c5a21c4442a9bd22bc031f0c6e",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "6b125a80c1bd44ea93b22d2c35b08b70",
      "Id": "b3122dad10f14a108077d6f51d627b8d",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "6152a86c9fce42a8b0e87dc14fcd3648",
      "Id": "0f9344aabf3b4b1f85e0cba30cdfdc6a",
      "IsHidden": "False"
    },
    {
      "Start": "c5515593ab614846b2c95cdc45bf938c",
      "End": "b1b136df02b84ef7b320fa55d55c6069",
      "Id": "51fe24263c20462281be6b8d37377b25",
      "IsHidden": "False"
    },
    {
      "Start": "db60d8ee37cb40419da1ad1c6ab87a6a",
      "End": "6a4029c9a6274d6ab3e373459107e3f8",
      "Id": "d1e37a3b9f8d424ea49a466b5c5673eb",
      "IsHidden": "False"
    },
    {
      "Start": "08a5b35684184d88890e35445ddbbcc5",
      "End": "ee275fad961a4fd28cdcb31a028fc72d",
      "Id": "4d438799d7a2463c99920100d12d9b16",
      "IsHidden": "False"
    },
    {
      "Start": "69c5af54b67e430ab4edec60acc22f0a",
      "End": "805d8cc7cfa2417b938bf78d79254f38",
      "Id": "5b3edf5c8d974e66afcfd4681336ec48",
      "IsHidden": "False"
    },
    {
      "Start": "c81e9318cc7c4784812cb250c45e9f37",
      "End": "4abbdf2164294324aa0fcc2eff50d70e",
      "Id": "54ff4d280e384d25b6baaab4f0ca59f3",
      "IsHidden": "False"
    },
    {
      "Start": "79aa90408746418c99ae94a718e9a3bd",
      "End": "26de9b396ebf4833a8996721a9eaee8a",
      "Id": "6639fed9946f4344b5fcc6d584dc5f52",
      "IsHidden": "False"
    },
    {
      "Start": "cb4668a37ee54e219933e6a079ab0d17",
      "End": "85f288d0f7834c41a8fe6afa110f8036",
      "Id": "ae80c873dff647fcad42d78e2adbdff5",
      "IsHidden": "False"
    },
    {
      "Start": "3fdebd9d4d7845c4b9e0b167e48b7160",
      "End": "e6722c73b11b4eeeac83147f855d86aa",
      "Id": "c2d5ab481b6843929e727ce3faf78b67",
      "IsHidden": "False"
    },
    {
      "Start": "b42bedffc57640749b8bdd3415e52b65",
      "End": "176b9b7ba3094e29b063599416b5c827",
      "Id": "2cebdc50aa8742f4998e4e1d3b72545f",
      "IsHidden": "False"
    },
    {
      "Start": "2111350bc8734f619f5cbbd3c6a28741",
      "End": "eebb7c07b9dc45868d3b5c82bf2359bb",
      "Id": "790e09f180cb4ff8b53fe43485179908",
      "IsHidden": "False"
    },
    {
      "Start": "fad6fa1a63d64955b731bfa368845eb5",
      "End": "788e847be60640b590cb21a96be7d547",
      "Id": "2459d2deb38f4194b5943d119eb897cd",
      "IsHidden": "False"
    },
    {
      "Start": "cb8f89a1e2bf4cf98b47de0d24797a70",
      "End": "13c76a1300aa4dddbc3fb27eaacb6709",
      "Id": "6d208f0ee9714812acfaa03e12e4d89a",
      "IsHidden": "False"
    },
    {
      "Start": "dfd560fd0a4f4e3a843acf9f69c06c24",
      "End": "c13676e5eae84c2eace0d18edc56b665",
      "Id": "2d07c71d42204c5985adf596b6c5a1dd",
      "IsHidden": "False"
    },
    {
      "Start": "8e42ebf6ae50449d87706c5285f12c4f",
      "End": "95428ec841324f3c9d2cfdb5a11161e5",
      "Id": "de4d4aaa4433472d978c30cae8b015c0",
      "IsHidden": "False"
    },
    {
      "Start": "a884195e42d949ba9b07984c420517dc",
      "End": "5e42e5a0207d4aeeadd8ec03bd71a0ff",
      "Id": "fa1b6f6455b443178ade0528a082a747",
      "IsHidden": "False"
    },
    {
      "Start": "fc7e5bb14a464386856cb52f87038ade",
      "End": "69dd44fb81494b73ae94cfd7e30008d2",
      "Id": "3d4b2290766f438a9d5157538138f1e1",
      "IsHidden": "False"
    },
    {
      "Start": "49bb4423feae43bf84b036844869c5da",
      "End": "78641a2348c8421c9a302a39f26abfa0",
      "Id": "3c530e8292fc4b2aac9782b645bfd377",
      "IsHidden": "False"
    },
    {
      "Start": "98e82e2d225a49a59dfe454e172e6a87",
      "End": "476bff3a12684dd5bdbca73a110fe96b",
      "Id": "f354e1172db64833a8c626342d8c6b08",
      "IsHidden": "False"
    },
    {
      "Start": "75bd6e944baf47f3b0e76f575818005f",
      "End": "f8b723ec0fd04714bff9a56bcec0dcaf",
      "Id": "7bb08ceab7884abbaece357472c12e36",
      "IsHidden": "False"
    },
    {
      "Start": "46ac6878d0ca4336bf403fd26fcb5caf",
      "End": "e84239bc64d444d1b4ba96639fc78f37",
      "Id": "72f0c68c0ab844f4885d0bdb33b8cec9",
      "IsHidden": "False"
    },
    {
      "Start": "fb115a386305423fa5c9ba25515aa256",
      "End": "f556784b7b924369a4d358044ada4691",
      "Id": "bfc25b3fd7f94e38be848e72cffe4e76",
      "IsHidden": "False"
    },
    {
      "Start": "b11a53a073414d6786e252ed737ce549",
      "End": "fa4c66c505804a9dbe0425ca2147cb9a",
      "Id": "ffddd932a771478ba088ca8ba0f9695d",
      "IsHidden": "False"
    },
    {
      "Start": "fbe70bf2d8894b199331823587083dcc",
      "End": "1a2c9c01c0f24097851cf2e181624b95",
      "Id": "a36c82cfa90042dd8238a7918abf8a52",
      "IsHidden": "False"
    },
    {
      "Start": "df74576a89b644abb87ca062510a0ffe",
      "End": "03065a98cfd94829ba8f3f24423bcdcc",
      "Id": "9595959216754652b84de7d20013fcf8",
      "IsHidden": "False"
    },
    {
      "Start": "1daeb061d3794068bf2cd787038494e0",
      "End": "779f46add47843a5b67590f0f78105b2",
      "Id": "4e7d4a04981746558aefc7db081f622e",
      "IsHidden": "False"
    },
    {
      "Start": "248a4a9570f94b8181afc058623ea731",
      "End": "a1f87fbc67b3497fa14c058b5e2f5ba4",
      "Id": "2b2f53c56f4642a5a4b447ef2ca15dfc",
      "IsHidden": "False"
    },
    {
      "Start": "1070c80aed744cc2b0c166f3d6ea986c",
      "End": "9a280a2999624270aadceca1fd3e87e8",
      "Id": "418aeeaa33464e0290ddd4dba1900b6e",
      "IsHidden": "False"
    },
    {
      "Start": "8edc944ad1f84a1e87b5d13b9b095bc6",
      "End": "6aa23c7f0e204988a5d2874d6b3acb4e",
      "Id": "7d1ebc732e124c76adc54a84af489c22",
      "IsHidden": "False"
    },
    {
      "Start": "0de2fbbc368c459f8591a0bc3dcf3079",
      "End": "2d7081431a4a43e0b256a854f976aec5",
      "Id": "345dfa2b5f6b4ac0836952b9456b97a8",
      "IsHidden": "False"
    },
    {
      "Start": "ce7a6bd0ad794246a0b2ace7bbc36bd3",
      "End": "2e5b86eea80549fcbac061ee00c2cca8",
      "Id": "fcc401d463b142128a27aed65a7a2a8f",
      "IsHidden": "False"
    },
    {
      "Start": "8fdb654e714a43a3aa1b02c2fb72689f",
      "End": "35f58eec867c478da9dfb4855820dd82",
      "Id": "a4d057d0af5c4cda8a48ffb6808014b2",
      "IsHidden": "False"
    },
    {
      "Start": "1a942af3098e406fbfe08cf13f3dfcdb",
      "End": "75e50ab45ebc49e1b20eecf4f706015b",
      "Id": "11d6c666d06a4d718213b46f356cd555",
      "IsHidden": "False"
    },
    {
      "Start": "7cf3abd44e5e40728617ae166648c55c",
      "End": "f894b5adda934be3a9aa95d0621452c4",
      "Id": "c9e3b8a9ac7e4ed092a73e5f2507fffd",
      "IsHidden": "False"
    },
    {
      "Start": "626404cd377845b0b82d59e02fd21b29",
      "End": "46669fec68f84505806bbb194b2cbbfe",
      "Id": "7dcf5a09a2e44fb49a22dc150a1999a1",
      "IsHidden": "False"
    },
    {
      "Start": "7f3e10568243409f93c395b4b159233e",
      "End": "1a0149145939407b965b788bf9784177",
      "Id": "7c89f5f93c4c499fbe7eecdee14ed770",
      "IsHidden": "False"
    },
    {
      "Start": "8bf3e15fac5d42cd8867f229b9962cbb",
      "End": "66186a3835e24222b144aaf3eba1a053",
      "Id": "52b5963d644448958cc7ee44ef14b21d",
      "IsHidden": "False"
    },
    {
      "Start": "a671d81734a64289bdf74eeb5b148ad3",
      "End": "fbec9ca2fb484b4fa05943025f7e1f7b",
      "Id": "9fddfe870bd54e28950b46819bd79f39",
      "IsHidden": "False"
    },
    {
      "Start": "746ce6c253c94fa3bc7e212d4be80ffb",
      "End": "769576919c4643ccbf352452e553b14e",
      "Id": "7b3dde10e45741f2a0e4c4e9bec1957b",
      "IsHidden": "False"
    },
    {
      "Start": "48040c1de2b5464f88c9d7e7fb85959a",
      "End": "389436111df345b1a0204c14823e185d",
      "Id": "bd446bc5ce3842d7a73b027abc47cbca",
      "IsHidden": "False"
    },
    {
      "Start": "4a4bd0f913e44fd293e5106dbffedb96",
      "End": "f500322ad9004df5b0206176d77e10d1",
      "Id": "feae9b844101403fa25c1904e37bbe85",
      "IsHidden": "False"
    },
    {
      "Start": "a4568b994b674367bfde608476676329",
      "End": "78de325cc0814c21aa916a7ad1023765",
      "Id": "bd5413ea052c4e9494d7885ca368f3a8",
      "IsHidden": "False"
    },
    {
      "Start": "47a2c317c52640f2bb0dcf12844d6bcd",
      "End": "76092d1c4082414aaa3899f18d7a9ef9",
      "Id": "d2dad019149c47afb4e5061746b7918c",
      "IsHidden": "False"
    },
    {
      "Start": "85e58da1041742a7a9b8cbd1ae527863",
      "End": "d302beda7eed42bbbcf774db51c377ef",
      "Id": "2bdbea81bc37458da7c3add938f81d8f",
      "IsHidden": "False"
    },
    {
      "Start": "88b99fe3996342bfa98b38d4b28d4334",
      "End": "c7b9259b4fde4fe89d23103cfcfa07c9",
      "Id": "9fcaacec28dc4a35928eea91dbbfa894",
      "IsHidden": "False"
    },
    {
      "Start": "12a788d2706842be9ee0b70dbeb4fb0c",
      "End": "066e0d71a22a4ac0b18ec97117852db4",
      "Id": "195ced80401f4100b978b4606873c1cf",
      "IsHidden": "False"
    },
    {
      "Start": "cc8b277da1174f1989e41cdc3832c67b",
      "End": "4a483909863b4440a902200c649f7af8",
      "Id": "71ae6b4bf64842c6958f62255437c8bd",
      "IsHidden": "False"
    },
    {
      "Start": "d8af237b7dbd4649b7615b9ed642a99b",
      "End": "bf03a2b6d7694eaea1f932504ca99f2e",
      "Id": "71235a25b2164399a3c2456afac4a35d",
      "IsHidden": "False"
    },
    {
      "Start": "5dc2d540c0ea493fad47fc05083b107f",
      "End": "3ae8ca5bb518430e9e05f69f8b8b7db5",
      "Id": "0a5065ca1e924cee883571f1046c0aa0",
      "IsHidden": "False"
    },
    {
      "Start": "f1e1811eb00c46b48dc6e891dfcbbcd9",
      "End": "e0f7002398034b6684bb39ede19d67ee",
      "Id": "4f7cd8d76e0149cfa84381219fccd431",
      "IsHidden": "False"
    },
    {
      "Start": "7b4abda20cff43e2988b599a106c43db",
      "End": "862cccb694094562b619cc5a7b52eb4e",
      "Id": "21c55294cd3c4d3491b436c98b83f2c5",
      "IsHidden": "False"
    },
    {
      "Start": "74f123d572c14840b61e04453a0c67e2",
      "End": "c8edae5691a24c80b5be41f254d85ea0",
      "Id": "75374f40748c4a8baed3a9f6f8c6f645",
      "IsHidden": "False"
    },
    {
      "Start": "0a2a5e0b5ea84f2bb70cba636643b312",
      "End": "969218adeaab41b8ad0ebb4cc444644d",
      "Id": "f0ad6a9d99b74375b72dc253bf5e38cb",
      "IsHidden": "False"
    },
    {
      "Start": "139a1a0eb5ba4f6c9cfb21dadab55a67",
      "End": "5a6a65c1f7e74cfda92c57077ad1f92c",
      "Id": "67f061ec31714bc9b8a985fa341fbe59",
      "IsHidden": "False"
    },
    {
      "Start": "c6e51d56521a476b8f42c0a45460938f",
      "End": "8ccb468a5e7942f1a4490af92ce3bca1",
      "Id": "db2e2d522bed47a2afe2573a6ff2d88e",
      "IsHidden": "False"
    },
    {
      "Start": "6e0fa87e59a548e180b008d2689826ab",
      "End": "e84bdbe8fe004ddab943be830c9ef99f",
      "Id": "5d9f2db77e2f4f1d92f0ce5325e87615",
      "IsHidden": "False"
    },
    {
      "Start": "ecc4a023fe6446158104ba385c3aa6ea",
      "End": "f371fe25ab43435488b3b09f66435083",
      "Id": "691ab74634974cfa8c35363a226b0ac7",
      "IsHidden": "False"
    },
    {
      "Start": "ed1d0a66f06e404badb5d4305e7ebf05",
      "End": "7a606f465842472da1363c2e37dde10c",
      "Id": "62cfee670bd240a3a59383917b1c67ad",
      "IsHidden": "False"
    },
    {
      "Start": "fa53ae934f7e45beac33855353e8fd44",
      "End": "0ba88d6806ac48059278349377f321f0",
      "Id": "f852b426413c4d6aaf23cee928f3842e",
      "IsHidden": "False"
    },
    {
      "Start": "8d66958d5ecb4cc48e255f164270e7d0",
      "End": "d87aeb2f1c7449488f1cb7ed0ff930e5",
      "Id": "d07b399510a94198b4fd00d9abe1b3f1",
      "IsHidden": "False"
    },
    {
      "Start": "fa823062022d40ce8116a1dcc4db8ed3",
      "End": "2e95073b1e644345a503abaf40fa6318",
      "Id": "c73fbcc06f4f40c6b5977d8e572bf756",
      "IsHidden": "False"
    },
    {
      "Start": "05dbd847b2ec49eb88fdcedfaf63f843",
      "End": "3de8a2416c4d49b08d0b55588aef15a3",
      "Id": "c680e4032ba34e5ca0a8d26e82b68839",
      "IsHidden": "False"
    },
    {
      "Start": "653486eca46b487cb551bc8abfcf06c3",
      "End": "c4eceebe1c844fe99c76465aec5fd64a",
      "Id": "dd91069b0db54ae68e684c52d2bcc213",
      "IsHidden": "False"
    },
    {
      "Start": "61a09be41bdc46c7b60dc19b35675e61",
      "End": "59e351771d204c0281210992de7c7e64",
      "Id": "3cbe881a989b4daa90a0e807183eb53b",
      "IsHidden": "False"
    },
    {
      "Start": "a47d8b645fe14a8b8ccbffeb8aa1c489",
      "End": "7ff6c32fc163494c87641e2bb55dad51",
      "Id": "7a71e6c608824874b0ab7bd554ea180c",
      "IsHidden": "False"
    },
    {
      "Start": "b76d2565d0424c26acc90cd4f20420c8",
      "End": "d44a426c703a46c4ac9f32d1757d02b3",
      "Id": "64f8543465414701abd798fa1efad240",
      "IsHidden": "False"
    },
    {
      "Start": "369ad5f282e34aed86ed8a2b65ad8739",
      "End": "4862822a3b9648c3a44d1089f2be7ae9",
      "Id": "1f905f79d9d940b8b58189938fb41ed1",
      "IsHidden": "False"
    },
    {
      "Start": "1b01e69c5eec4b5da49b80e84df0bd06",
      "End": "8ca5949bf6dc41bb8c494c6d96d8314b",
      "Id": "190dc93fc909402c9a2b1ffdf7579ed0",
      "IsHidden": "False"
    },
    {
      "Start": "c35db1a98ae64280a18ad14e9de823f4",
      "End": "2eae25ac944c4aaf91d57bb4b0584b8c",
      "Id": "3931109c4ee044c59ec5195093f137be",
      "IsHidden": "False"
    },
    {
      "Start": "880cc75ae8d1448191ca0a1502ea3ae4",
      "End": "6ea9670353ad4ccfbddbd9492a1ea64a",
      "Id": "260a65f6e3684db68bf98072f70e1f6d",
      "IsHidden": "False"
    },
    {
      "Start": "1b008940cd754b0f96a3102829698fd3",
      "End": "a6d62250ab2f454896b806ff8dc7e116",
      "Id": "ba22239215d547b69959536e5d4852a5",
      "IsHidden": "False"
    },
    {
      "Start": "f73bdcb6da534d92b34396d2a3ce2c44",
      "End": "698f959c24684e05b7a83f07ff99dc99",
      "Id": "25b66d70c1994f6f90a373b818f217d0",
      "IsHidden": "False"
    },
    {
      "Start": "b75e3a8eafef4dd4a282cd655792d8ea",
      "End": "fcae1ac014d54ad48889eba06b9ebff3",
      "Id": "a0003ace4e1d47e4b11596923397956b",
      "IsHidden": "False"
    },
    {
      "Start": "025a95c94520422a8c461abf8a828ace",
      "End": "b203d204ca9c4de197fa44c7e2d6c9a2",
      "Id": "ecd20da2993c429fbdfc5f58c3e4de92",
      "IsHidden": "False"
    },
    {
      "Start": "5a1be7959a7540ccb88e971c8f405a6f",
      "End": "826719cabeb24db9a76f6194155ba599",
      "Id": "238c6f3209cd4572917a56401db10f90",
      "IsHidden": "False"
    },
    {
      "Start": "7816d9b1e4e8412fa1e8e82400a22742",
      "End": "f6bd6547d56d46dca838f32f95d79ac5",
      "Id": "c05c8d5609f74312a0e326f5b563322d",
      "IsHidden": "False"
    },
    {
      "Start": "e4bae092659e42fabaf0afa96d3709ac",
      "End": "5cf6f026a966406aa16a0891994e442e",
      "Id": "55bed8997696481ba86b6e887c119635",
      "IsHidden": "False"
    },
    {
      "Start": "968e0dd6d32f4ecca84bb273912507c1",
      "End": "0eec0224956d4c14bbb86bd6a6c4aa42",
      "Id": "ca8d7ece0b1f404e8d0ef927072d33a6",
      "IsHidden": "False"
    },
    {
      "Start": "9ead1349ed9946e9a7ac99f3ccff637f",
      "End": "8c9748183b3045a6b2469d5bac7c6703",
      "Id": "f17d0ac25ae240428fa446982a6c8dd9",
      "IsHidden": "False"
    },
    {
      "Start": "a792eddfb0cd4d63bce68de3deb891cc",
      "End": "0cf31ee9a7ad410db4b2aa5a04acd378",
      "Id": "1d2203c21da941bda9249afefcbb78a1",
      "IsHidden": "False"
    },
    {
      "Start": "2d051f1e3cb44bfb8c5aeeb19dd50c40",
      "End": "1945923d662e4ed389fcf9d1a3d9a10b",
      "Id": "81d964c7bd1547ffb7f0583ed94fd18f",
      "IsHidden": "False"
    },
    {
      "Start": "c31572e498cb45aba919d777eedb1862",
      "End": "17ef30a1c95e44cea69a0644522eca71",
      "Id": "313c75607f8d4f5b984d0917620c0560",
      "IsHidden": "False"
    },
    {
      "Start": "2c0e1268ef1e46d5913ba4f2a94f9ac4",
      "End": "9d6da9596f584d36a2fc7723a0b49231",
      "Id": "ae88d00d2c214c4f941eab32581cb0ad",
      "IsHidden": "False"
    },
    {
      "Start": "875e3fdc84d74226b867d6b29685ebb6",
      "End": "062e878c52bf4cc4bb6e3ea115eac441",
      "Id": "98a65a93845740619cdbb26851853e86",
      "IsHidden": "False"
    },
    {
      "Start": "c6da0f08ae9e4c769afc4048d37b9c97",
      "End": "90fa82a1aa014b10b3da84cb41d6cbe1",
      "Id": "2ab1b8b87bf34129ac80db6c1b8d8a3b",
      "IsHidden": "False"
    },
    {
      "Start": "076021187e6d4862b66f9943058d3ddb",
      "End": "f0e06f0d5c72459cbb49505ccd8ac10c",
      "Id": "8135ca71cdf046228d555f72f8819c30",
      "IsHidden": "False"
    },
    {
      "Start": "b0d5943d6f1543e692e31f5e3e591270",
      "End": "809a6dc8620c4eb181d3f77e663ef92b",
      "Id": "2fae8b31bd4f4ef6a2dcc70486d69dad",
      "IsHidden": "False"
    },
    {
      "Start": "90ba735beca5400a83b748653ae3fd02",
      "End": "24c061bce7e94b18bd3e9cee8bc0cc73",
      "Id": "917e3f14dbbe49c19150b329467237bd",
      "IsHidden": "False"
    },
    {
      "Start": "74e1c8ca678044ceb41ed588c88cacab",
      "End": "60b1178c842b4327bcc5e56dcb1d5a91",
      "Id": "21a63766050644e1af42bac7596aae64",
      "IsHidden": "False"
    },
    {
      "Start": "6a651e11a4ae426f9b385389f440af82",
      "End": "f3e41871b47d46f4a7cb7256157038dd",
      "Id": "589fd937e86e49ac98733032f49e03ec",
      "IsHidden": "False"
    },
    {
      "Start": "8015b65f01084aaeb8f8be5aa3c12993",
      "End": "d0c383a24dfd4ed5b0adde8a10ee4ff8",
      "Id": "7ba73ae20d094dc48a0cac7a8240c685",
      "IsHidden": "False"
    },
    {
      "Start": "7cae3fd6ddc747dfbb88dfaa4167a7b0",
      "End": "1b6960da557e418b9a8fba6fb1193cf6",
      "Id": "d88d632419ee432db2924a41a650bd6d",
      "IsHidden": "False"
    },
    {
      "Start": "37f56ac6b006478c93636ca598dacc8b",
      "End": "298d44e175284c79abbf099b487e11cc",
      "Id": "923ae9575ee84595b792af31d6ea3032",
      "IsHidden": "False"
    },
    {
      "Start": "863ddc3a0a164daf8e96f552e49296fd",
      "End": "80c2ad7af77a4a6fbbb1d191534bbc75",
      "Id": "cdbf0645031e4f9cbe1af80fa3123b1c",
      "IsHidden": "False"
    },
    {
      "Start": "127504e743224c7189562c9b80d941b1",
      "End": "999a62f668a44660b4c780c8f442bdaa",
      "Id": "107925cc6b9c44e68bfdd59e8590f7ac",
      "IsHidden": "False"
    },
    {
      "Start": "286757b93a0a455a82d69f94a8184abd",
      "End": "839cf1236d7444c48d3bd89251efb95b",
      "Id": "ca77a4333d624be3b47b4aa006214438",
      "IsHidden": "False"
    },
    {
      "Start": "bb343885315e492981cb3ae548381b12",
      "End": "eaebb0f9f20d474f8ae7e2c724bb73d4",
      "Id": "88567869deec46449bb4b67226738c4c",
      "IsHidden": "False"
    },
    {
      "Start": "cea25121e2d042aea42d8762277038c9",
      "End": "bd3479ce2f404f76881d565c2f7b40be",
      "Id": "38eef5707c654ec7bba5a455b7c0a499",
      "IsHidden": "False"
    },
    {
      "Start": "3540a04fca5e4913afd04b27ff0776e8",
      "End": "6b836fb72af54c5d84a78300c4009de8",
      "Id": "fbff881b1863490391fb4cfb88fcf6ff",
      "IsHidden": "False"
    },
    {
      "Start": "a1e8135ab50a40f0afae2492507a56c4",
      "End": "50b6f048dfbb4a9897dc22ccaaf0a9ff",
      "Id": "d6c6876307034a12afd593e83e5cbd3a",
      "IsHidden": "False"
    },
    {
      "Start": "67780e8154904fcab44fb55ee94f5fc8",
      "End": "6d4d0761869d4d0c9d16bd4264f47019",
      "Id": "92da450c0a0b4650bba42b11dc5697dd",
      "IsHidden": "False"
    },
    {
      "Start": "5649db23147b4bc9a360e6dc9e096db6",
      "End": "96bc805e52154334831606b4d976edfe",
      "Id": "2b5fb3ce9de3406c8f209bb7d10dad3b",
      "IsHidden": "False"
    },
    {
      "Start": "ef63494273314051a79cbb649d50871c",
      "End": "9899de4f725c4e0c83fbcf609369bcbb",
      "Id": "b9c0f1f5669949ca90d244ccd8232321",
      "IsHidden": "False"
    },
    {
      "Start": "0f2abf0256fc45f9b3f47ac29d5851c5",
      "End": "a6c35c98ded34b069ca8614999d96013",
      "Id": "7b1b41a207b44de6b570da5cfcb1580e",
      "IsHidden": "False"
    },
    {
      "Start": "f9ad7bab4ffb43b1bb4be866d92bd24b",
      "End": "822234edffe54d7bb541f8689c5dc846",
      "Id": "c9ae5b991fcc47bf92bc59276e0807ef",
      "IsHidden": "False"
    },
    {
      "Start": "b84cdc6219a246ef9013bd5aac9b5619",
      "End": "9103400e6ad54cd0b4ad15426fb2732b",
      "Id": "dd55d335190a4800aeab66393b69f2d8",
      "IsHidden": "False"
    },
    {
      "Start": "467895173ede4506a8d88302299fb136",
      "End": "9b3f348fa68041e78ddb787b37c16488",
      "Id": "1530fc67d92e495ca9d66ebe22631e4e",
      "IsHidden": "False"
    },
    {
      "Start": "672806f3e66d4f138f6f863dfd542955",
      "End": "7835425bbebe47b485c9647bee585389",
      "Id": "3dec0266348d4a08a5f9387910f1cd91",
      "IsHidden": "False"
    },
    {
      "Start": "f470d4984be447278ca973358bdf9315",
      "End": "305eb460a7974553b624ec180e3a4e90",
      "Id": "a9c5f0080e084d3d854c791ad0ae6901",
      "IsHidden": "False"
    },
    {
      "Start": "68d559338ee846ea8754db62caf4db76",
      "End": "d439b567bb714392a760697cbfc6ccac",
      "Id": "62e81c51ff3d4c7ba85f66afb1f133b4",
      "IsHidden": "False"
    },
    {
      "Start": "152b9127158d4d15acc92061a30cd27e",
      "End": "959cd720181a4f0b85c8a468e2dbea86",
      "Id": "047ba6e2bd9842bdb82c78fc96fbe495",
      "IsHidden": "False"
    },
    {
      "Start": "c537a287c4df425daf63b2935fd52194",
      "End": "2d550969de8541f2890bef32267bd1cc",
      "Id": "28ed986c78f84a87bd05d5a59315b573",
      "IsHidden": "False"
    },
    {
      "Start": "ddf81908aa8249c7a9c0d32327dce779",
      "End": "e635a018708649aaa1d1a3c45360e018",
      "Id": "50f6e68e0b544c9a9dfa2d57e4ec2361",
      "IsHidden": "False"
    },
    {
      "Start": "a42ad38738da46ceb55459d189381af2",
      "End": "05257bc668ba499a8197c25d77978f29",
      "Id": "4225042db8c74362a1b34fbbdc8f425d",
      "IsHidden": "False"
    },
    {
      "Start": "e351fa44c0e14282879aa33a07089502",
      "End": "617f11767e6044058d0cab104376b7f3",
      "Id": "e20a30905f564196b0c6bb2582ef29a1",
      "IsHidden": "False"
    },
    {
      "Start": "ac87ebb4b496493a9a260a8cc67e53e2",
      "End": "74bf925951504987bbde29def5017b12",
      "Id": "e2c1217a4785422b820c679682b5c3fb",
      "IsHidden": "False"
    },
    {
      "Start": "13fc4dcbe6f447f0a1ed3654bdcc961a",
      "End": "12442c3675564516b9c958edd128d2f3",
      "Id": "3f7b8a8c080247079d764923b6a13452",
      "IsHidden": "False"
    },
    {
      "Start": "4dc87751c38543fbbe0c179130155ef9",
      "End": "53fefb2de8454706bd6774b96fcdda0c",
      "Id": "3f5590c3cdfa453eacf48caaf9151565",
      "IsHidden": "False"
    },
    {
      "Start": "8119ef7522af454295b71189995c31e3",
      "End": "2e99940a764444e7a7308c52a5a1a38b",
      "Id": "dcbe5b5a2c164f9f84a2c889e42ce882",
      "IsHidden": "False"
    },
    {
      "Start": "8d38eea356e7468db509c1689d6d913e",
      "End": "883c592bb9d04e05b6138deb382f7468",
      "Id": "00e2615ed0944e59aacec2eb84481997",
      "IsHidden": "False"
    },
    {
      "Start": "3518549e7bb149f1847ca8180e0c914b",
      "End": "b68e85fe5dc2433a8d40be8cc1231359",
      "Id": "028aca91fcf84384b43b5ab12261b2b2",
      "IsHidden": "False"
    },
    {
      "Start": "b529e1647e634cf8929de96d8c002b93",
      "End": "f7604e0e08204532bc5393ffeb2cacfb",
      "Id": "377bf47d491249f3bf4cf3fede10b087",
      "IsHidden": "False"
    },
    {
      "Start": "306dc29528b540889a33f443d8fae0c8",
      "End": "fed2131eb1c44d43bbd357e45d3ae24e",
      "Id": "4e05782c64314f90b59d6b0aa728395c",
      "IsHidden": "False"
    },
    {
      "Start": "74e83ee8df794e5dbe73c9bb88806f16",
      "End": "efbaf34711bf422e884b59bf8d9bbd1a",
      "Id": "4506351e8d024b2eae3c1e0af459f4f4",
      "IsHidden": "False"
    },
    {
      "Start": "64dc9d5b79184702bfbc4adea0ef97fa",
      "End": "04dca20bd2114481b44a82a13dd6c371",
      "Id": "f1d52519e30148cd954710336473c473",
      "IsHidden": "False"
    },
    {
      "Start": "6182426122654de0a84402ba98f2301b",
      "End": "dc40ab4ad25b4dbeb33932aa99151a93",
      "Id": "04c684716970466e857c08dd8cf76186",
      "IsHidden": "False"
    },
    {
      "Start": "16674e9419854585bfba60b1cf69a4bc",
      "End": "dea4954c886a41afad2b7a3db81809fd",
      "Id": "90943a4f1064499aba4f5393ef581728",
      "IsHidden": "False"
    },
    {
      "Start": "576f7ba82be04aaa80ed3823bdb03f9e",
      "End": "0980e7b6910143ef814d7a688b5622ce",
      "Id": "b14a4797323d4eea883e0bd2fd4d0097",
      "IsHidden": "False"
    },
    {
      "Start": "97afc2b9b41c4f00a17ce6863656c7d2",
      "End": "b1df85a0db4f4b6694b3787a726c10cb",
      "Id": "2544e3be3654417283b4cc6c86f07ea3",
      "IsHidden": "False"
    },
    {
      "Start": "47def4309e4f422eb7812691e9e6e4d9",
      "End": "ed9bac110a68427981f269e01e87508c",
      "Id": "8e349d186e754d1bb47a532139233c15",
      "IsHidden": "False"
    },
    {
      "Start": "6de3460ede85476ea4662e3d21a06ee3",
      "End": "31668582c78d41b4a786de192805b68c",
      "Id": "4fb9638aeb0944c8bf2c21f0afb72eed",
      "IsHidden": "False"
    },
    {
      "Start": "0d45a4eb05294f02b4c181a4961eec3f",
      "End": "a712320798ec4b30a3ef65cae0ab9e08",
      "Id": "2f027fd1066e4fc7ad4819650d07fa86",
      "IsHidden": "False"
    },
    {
      "Start": "575a40d984f54c309230751922eae211",
      "End": "d8a66d0792934218bc8dfae0ab2f1d16",
      "Id": "9bc3321a53c749e0b6f008d435723bf9",
      "IsHidden": "False"
    },
    {
      "Start": "943c11658bd64e92a205a9a980fa445c",
      "End": "89338695e2b44155bf317ba5895be3a7",
      "Id": "bb5a204eea63475da85283b4d4e9d439",
      "IsHidden": "False"
    },
    {
      "Start": "9c6c133e97aa4eed8507f437e647459f",
      "End": "ad2bcff3724a4b8ea1388c3584d13db8",
      "Id": "ae47394ba7a54ebaa70ecd7fdf363e98",
      "IsHidden": "False"
    },
    {
      "Start": "4bfc17d8b03c4cf1b3aecbc1fdaab727",
      "End": "a7d8da2dbd6643ffaca97a91e628753b",
      "Id": "126fecd45db64e8b8467f413cd722fec",
      "IsHidden": "False"
    },
    {
      "Start": "3c32cd705eed44f5b3c9c6a568aac4cb",
      "End": "9b23962dc1b949a5946841d3403de9c2",
      "Id": "e6a2a9bfb7964950acfea3031136535a",
      "IsHidden": "False"
    },
    {
      "Start": "d69e15c35917487dbddc1a17e5c1578a",
      "End": "dce1de71cda34a399b16c29ceada0cde",
      "Id": "db4ea56c69c04722968066ff82cc29f6",
      "IsHidden": "False"
    },
    {
      "Start": "c0fdc71e8fdd435c9f5ca71f9e140f4d",
      "End": "6b628931ae7c4f8794cebbe39e7f5a9b",
      "Id": "ff3fe858c19b4847b81aa777d907e005",
      "IsHidden": "False"
    },
    {
      "Start": "6216a0689f8a43a5bebbc54e241062ce",
      "End": "9df7f7cecedc4e63a37a7202058ff87b",
      "Id": "42057638c49547b3b9146f596e80330c",
      "IsHidden": "False"
    },
    {
      "Start": "e754d63f6c624c73a3b10c78089f5d02",
      "End": "26026eaea9b741f69e2d6e9f6af5ef2b",
      "Id": "8d5167a854354b9d80fecd3e9f37d436",
      "IsHidden": "False"
    },
    {
      "Start": "24950f42fe414c38a801dec27fa4580b",
      "End": "d6ed2d428dc34575826af3be47acc278",
      "Id": "12e6112a15c24ff693b0d23d3e927945",
      "IsHidden": "False"
    },
    {
      "Start": "fffff2a6c293484983d45d8ddaa620b0",
      "End": "6ea9370b8e994506ab668f4eb145bd29",
      "Id": "797a4ed230864ba8aa497ed004ce8795",
      "IsHidden": "False"
    },
    {
      "Start": "e2378d46d510464da5df9f0e85c36f28",
      "End": "caab186bf01d45d29dc29d595c978fac",
      "Id": "2ea820f7dd504d1bb11807279d636d7d",
      "IsHidden": "False"
    },
    {
      "Start": "045c6ae48e504297ad4b0701baeb2675",
      "End": "2a034b44a8904e288d7141d6c793f8d4",
      "Id": "1906cc2acd7b4a42ab8c08163d4863b7",
      "IsHidden": "False"
    },
    {
      "Start": "bab9f0e2fbb843d98769ffa374112df4",
      "End": "2d573b414ba5490ca4080b976789ebce",
      "Id": "1db07d80b4114553988b8835c2387291",
      "IsHidden": "False"
    },
    {
      "Start": "43057a1350974664a2a5908dfff094a4",
      "End": "f50a2f85f7d542548a4cdf1129bedc5b",
      "Id": "b6ee71bdd80245c2a783e3eca4e5def0",
      "IsHidden": "False"
    },
    {
      "Start": "dbd49a36e873435989029495abdeddcf",
      "End": "58f014416ac445b0a1196b569afe87c0",
      "Id": "0a9ebb569af4414593fbe32ba97f3122",
      "IsHidden": "False"
    },
    {
      "Start": "4a254326a12f4774b00f46b925ab0c64",
      "End": "ff5f42b2c4ff4530ac6454fbcb11f516",
      "Id": "af8373cfc00843f4b59fbcc1083aa921",
      "IsHidden": "False"
    },
    {
      "Start": "c814288fa4fc4197b81c93cdfbefca60",
      "End": "c062cf3176394c4f851a84bc453a7049",
      "Id": "e530471fee4c4cda9c9b32d768fd491b",
      "IsHidden": "False"
    },
    {
      "Start": "11a5827ee52648c4a76905fb1aa2f0cd",
      "End": "4e80799c5a154c48873b016e558ac5c2",
      "Id": "0a8d8e92295240469396ddc1f734a0fa",
      "IsHidden": "False"
    },
    {
      "Start": "8af8cbd2731f44a8939bf12cad0beeee",
      "End": "4d4b0ec312fd47e2830737274e2d5593",
      "Id": "15aab908ce00487290db01be8bf1bd24",
      "IsHidden": "False"
    },
    {
      "Start": "71b135b977ae460b8906c61d237a34a5",
      "End": "2da697edc5a84506b0844d43460436da",
      "Id": "863138b13f41491194ce4ad464d44502",
      "IsHidden": "False"
    },
    {
      "Start": "08a490062ec54e579659ed9248a721a8",
      "End": "5048cb8129a2463da84ab80071ac87e4",
      "Id": "5c008f703f08445582521891dd35e96c",
      "IsHidden": "False"
    },
    {
      "Start": "f05fc6b4ee244d608744a1270819c56a",
      "End": "4be7fabd9733465aad0c7d4af1490868",
      "Id": "60814b2be8e64621942c5f5e3c391e24",
      "IsHidden": "False"
    },
    {
      "Start": "91fd5f0e1fbe4c7f8a77bb6f5be7c180",
      "End": "cbb141d0e0cd4a17b2c06ab684da79a9",
      "Id": "caef5aa1153a40668296a0859bc9eca5",
      "IsHidden": "False"
    },
    {
      "Start": "91eb88f6f0534c4aaae1ca0e88d68608",
      "End": "df26a71a9e994140ac29da0c1b4fe004",
      "Id": "a27f62d77ad64d10854ff118cd5fdc7f",
      "IsHidden": "False"
    },
    {
      "Start": "780e64cb8f9d433ca496f727df08b81c",
      "End": "ed436451ef2347daa59fa6f6c87adcc7",
      "Id": "2db8cf8bd33340c9ad79f9d5af28fda0",
      "IsHidden": "False"
    },
    {
      "Start": "5a025cf2bc814a37aae46b4c26562500",
      "End": "ff26842db0074fbf9d5725599166d198",
      "Id": "3722a962230b40f6b7e46b457530a1df",
      "IsHidden": "False"
    },
    {
      "Start": "f21ef078405c46df8115e4759fadc4bb",
      "End": "d83f0b0bfdf14fa0a07c743f7843d62e",
      "Id": "f6bcbe46ba2a4e6ab38d05caa330b8ff",
      "IsHidden": "False"
    },
    {
      "Start": "8b7f80d3be004b449fdaec70c14ee7a5",
      "End": "ac6de5c296b94ba29e9a99d9eefd16ba",
      "Id": "6e34c133f2cb4cd7a786409302e74a7d",
      "IsHidden": "False"
    },
    {
      "Start": "55e37ef8b6ec43c88dc2debda63b760d",
      "End": "4d6b476b318043eb8a14f8c376b6b2d9",
      "Id": "2b339affc83f46c7b317f39c9328325e",
      "IsHidden": "False"
    },
    {
      "Start": "e6c184afded6404d9215229af181082a",
      "End": "4356a2bddb144b9a97c331bb79eb108c",
      "Id": "73036ff9e6074098b50a2b950b916061",
      "IsHidden": "False"
    },
    {
      "Start": "82fb1bb884d643fd89a11de428462caf",
      "End": "70c620e8d9ef448ab03da4f8bc6729d4",
      "Id": "bb5df9fec81f4fe582f324ee73fb82a7",
      "IsHidden": "False"
    },
    {
      "Start": "170305ae4cf246eebda3616635f26e31",
      "End": "9a83f0c7133649468db7f00d607c7278",
      "Id": "d91fe0cd239d46f3bc958b7236e634f6",
      "IsHidden": "False"
    },
    {
      "Start": "5b8c177ac12c4d1d8718837ad55b3ad8",
      "End": "448886c6fc8b4b9683f7b77adeade56a",
      "Id": "fd0dfe58005b41ce917df57751b08f02",
      "IsHidden": "False"
    },
    {
      "Start": "53c578ea2d0346b39f7c7a9ef765b2dc",
      "End": "8c70cfd2e7af4103ad04116c73c7718d",
      "Id": "3d183e9c80f7410cb3e3554007d10616",
      "IsHidden": "False"
    },
    {
      "Start": "9eb93c74d92f4687acfe37ba930e7c81",
      "End": "14c689dd90ae49adbc37356e27085620",
      "Id": "2992d081e1964faab2004f339d2cf440",
      "IsHidden": "False"
    },
    {
      "Start": "1f8aaa3168dd4a2d9ee8b3a05dd9384d",
      "End": "ae84ea70c2ab4c2e97e536ad281abec3",
      "Id": "7c2965cbdf02499385270b2443742d99",
      "IsHidden": "False"
    },
    {
      "Start": "dfc003985bda47028d35b200ea2216ef",
      "End": "4f6879ddd7834514bc26ee40c23c598a",
      "Id": "07fc34ee1c89478d8a9a04b116a8f016",
      "IsHidden": "False"
    },
    {
      "Start": "0b3bffce61fb4cb38d80e21f5cbb50b5",
      "End": "9286c1e214994976a5577d508d7452a5",
      "Id": "92343cdfe7204182b115b545bf6cd948",
      "IsHidden": "False"
    },
    {
      "Start": "f05019755c89482680a3cbe00d6e7676",
      "End": "8068bc3c9b054a179cd966a147b34340",
      "Id": "b4f22abbf6884cf5a83f79f3a86d6a6b",
      "IsHidden": "False"
    },
    {
      "Start": "fa9add0db7fa4292accc48e2c3b218a1",
      "End": "01e4a639a8b24b678f1d01b9d5c1d24c",
      "Id": "36a8aae1694d469983a9e1fa072c9ee9",
      "IsHidden": "False"
    },
    {
      "Start": "9f32cb65d99343d29898f8c66e36ee7e",
      "End": "d8ea9da37b764c4a8444c23720443853",
      "Id": "139044bb6c664f45a18f65547732d954",
      "IsHidden": "False"
    },
    {
      "Start": "d5f1370d31b0416e978e49c79ce4d7bb",
      "End": "323019174aee4e53ac3e773d7daeecac",
      "Id": "6cfd011282464a36a06081b758223e05",
      "IsHidden": "False"
    },
    {
      "Start": "e0b490e3bdf7427ba1e8060ab9c67e9d",
      "End": "c4032f987f784380b8f6db355f21e6fd",
      "Id": "201e5e3d1f3244dc9061bb3a099a9981",
      "IsHidden": "False"
    },
    {
      "Start": "8e500f9a4bf441ce9de2407036f741ff",
      "End": "615be1fcca0641b6a3342f39fefa53f6",
      "Id": "8c026fc4a45649a9a7c5ef16bf528ddb",
      "IsHidden": "False"
    },
    {
      "Start": "dc62ca0ccc444e7e8e85a116225b6a95",
      "End": "fc879474413f4ca2a8a873f4317b7ca9",
      "Id": "658ef11e54d947f180e8f59da77a4205",
      "IsHidden": "False"
    },
    {
      "Start": "6a930bfddf274aa79f42f1890f95b7b5",
      "End": "24d9e5747ceb41bbb4857d6d03620f45",
      "Id": "c01615e919604a9a8d65b6db543501d9",
      "IsHidden": "False"
    },
    {
      "Start": "8c0e3828d4c54a27915d498473355873",
      "End": "44212228f0774642a921ca492e93be19",
      "Id": "3f60994ce3974edd90b9c8aa726440dc",
      "IsHidden": "False"
    },
    {
      "Start": "5197939d63cc47cbae83dec590a66b01",
      "End": "3b63641b4cba44ea9f4399f6ba3144d9",
      "Id": "51e84a2007a648a49fd879ebfc9c5033",
      "IsHidden": "False"
    },
    {
      "Start": "bbb4b6093366440aa7ad9697c8d293b0",
      "End": "554d4fc36e5f4af085256f3bdebbfd80",
      "Id": "035061a991ed461b8b93bcc6c952ad48",
      "IsHidden": "False"
    },
    {
      "Start": "3aadf1d91ced4ddb96b86339422c04d3",
      "End": "def3e6a8e604494c83902f4fc21e4294",
      "Id": "af57a2fdbb704050b5b15f0ce081fc79",
      "IsHidden": "False"
    },
    {
      "Start": "2e33eb74e8514f2dac9c5d9300c83cd9",
      "End": "0cab83e72bf546e8984066e4c2d5826f",
      "Id": "66b6b2ab576d4035b75e761bd45a13a1",
      "IsHidden": "False"
    },
    {
      "Start": "77aea287ad6a43a8995763a55ea7db56",
      "End": "e8d021a4fa9d4b2984c11a3c90b0f306",
      "Id": "7d650f5d2e0f4f2787d2b7c1a93a67b7",
      "IsHidden": "False"
    },
    {
      "Start": "0a2f600f090240bdb6814eeb17629759",
      "End": "232177e0cc4d44f9a2459972eb11ef3c",
      "Id": "e12f50fc98074cd699f52d37894b88c9",
      "IsHidden": "False"
    },
    {
      "Start": "8001fba84c894a0ab9c6b2df728d277f",
      "End": "e1dbed16c1ba4a338140581a453418c0",
      "Id": "c33d2614ab38417cada2fb163202f19c",
      "IsHidden": "False"
    },
    {
      "Start": "f0f1666cfb7d44088822fb31b8f27c64",
      "End": "b3fb9b64cab541f194bf88d731aec7ec",
      "Id": "571db99bd5a8475d8849ed0367ac85c0",
      "IsHidden": "False"
    },
    {
      "Start": "c8677c5bb7b948818ca4598cfea07c9e",
      "End": "666350a3979040f0b11f27e50959079c",
      "Id": "ff63cfed0a0f4ebb84d37dc9cfbffee9",
      "IsHidden": "False"
    },
    {
      "Start": "6fe1221f41324c95af1b051cdfcb225e",
      "End": "917e422d5da54a79ba6a499f979e5af1",
      "Id": "dc8707511b6740c6a7d03fdbb4769668",
      "IsHidden": "False"
    },
    {
      "Start": "72d76cdc86004ee0a6d687b3d3335fd3",
      "End": "2575dc7f7488490e89e42cb2a55e8581",
      "Id": "a223cfe3b73046a7be99c8aab8b7eba6",
      "IsHidden": "False"
    },
    {
      "Start": "a9764b119489483a9a1269bd81170289",
      "End": "f7122cfea23144d391e25a23c41bfbae",
      "Id": "0a0e994d7c164b22aef2befd30d8fbdf",
      "IsHidden": "False"
    },
    {
      "Start": "d086401e0da44e6da6753a90eff3c3eb",
      "End": "13c815941d24468aa61dde7917a47e82",
      "Id": "f15bce55d59c440e8dc448f55ff0c2e5",
      "IsHidden": "False"
    },
    {
      "Start": "e83befc83f824e979edcea55fd973893",
      "End": "dee9ea380e29456b9f29fe753c9f29a4",
      "Id": "af6ff8261fc44f55bfc29445a2159ce8",
      "IsHidden": "False"
    },
    {
      "Start": "7e4c8f9a183643c6a0cbd058c29df182",
      "End": "132a1c4ddd384accb4760a87b623f552",
      "Id": "cfda04ac01ff4d9e9e3a487d74f7ad28",
      "IsHidden": "False"
    },
    {
      "Start": "fbca2719c7b842f69de22b51b1bef981",
      "End": "6b3b034a52cd402098c77eb6039a2215",
      "Id": "7077d63f29604403850697e0f3a9c7b6",
      "IsHidden": "False"
    },
    {
      "Start": "2c1ba4d85ddd47c9a4ef66440d584a5f",
      "End": "c5a08f7863ff4114a6431044b67a40de",
      "Id": "f23e97b911044dc9ba956204e18e6f8c",
      "IsHidden": "False"
    },
    {
      "Start": "f0ffa289e81440459bdbf9908a6f25c7",
      "End": "12226c0092e047d6ad62a4177430bcec",
      "Id": "fac513bfa09b4de78b647bb5652960ce",
      "IsHidden": "False"
    },
    {
      "Start": "2027142058d2443a84657143e42cc89b",
      "End": "caf2a30e45024fd5ac38e5a7a073281a",
      "Id": "801b34ade1614fa394ddf9434e08f9bf",
      "IsHidden": "False"
    },
    {
      "Start": "dd682b2a10e44f20b10ce7c59ae11e59",
      "End": "e73a5e1a57664d5ca89ce1a0368a5f46",
      "Id": "ee01d8fcdd9042058ad2c46689a9ae95",
      "IsHidden": "False"
    },
    {
      "Start": "8fe8e16932894b678b9f7dc696da002a",
      "End": "a2536e36b7c44d66b79bcbe29c3e503c",
      "Id": "96169af131034d56b6220816faf8f026",
      "IsHidden": "False"
    },
    {
      "Start": "5906267333de4fb38cb83554309db62c",
      "End": "1a026c65f15b4119936a1181d168c023",
      "Id": "193f1aaa3ca646e896860537d94472c1",
      "IsHidden": "False"
    },
    {
      "Start": "bb5bc55ba3ad4503ba5f09381d911c5b",
      "End": "798a5399888a48ea99e19e40c32555c4",
      "Id": "499c3f8985de4e89a16504a1b1aa03ae",
      "IsHidden": "False"
    },
    {
      "Start": "911a51fabcad4e9488db3034a9ac8f90",
      "End": "53a2dbfc84454d8e9d37780d8d770c44",
      "Id": "cb889ab2bc8b43119f31b5059adbc15d",
      "IsHidden": "False"
    },
    {
      "Start": "91bbb95601f04b4aa3cf43c9da676200",
      "End": "4dd983060885492fbc49d8e65a146295",
      "Id": "6dc3e4138d2f4bf6876f2e159b22f0a4",
      "IsHidden": "False"
    },
    {
      "Start": "a928848fc33148be9f8f385b3a778931",
      "End": "77166eb448f94ff5a65b9d81bc218afe",
      "Id": "c190c64fabe04552a849b592d51790e9",
      "IsHidden": "False"
    },
    {
      "Start": "13ee1acdbcfe48a3ab275b172fdf8bcf",
      "End": "560ed073a6f5451c97bbdad3525e6c64",
      "Id": "d19edacccc054f1cad29617c5ed14035",
      "IsHidden": "False"
    },
    {
      "Start": "88d9dc4e53ef44a8be40a051bfad6a63",
      "End": "d0cc0878086d49219062f6cc662504fc",
      "Id": "ccbf592acb31458eba2005be1a880430",
      "IsHidden": "False"
    },
    {
      "Start": "c7b0de9ec5a74a12a3bd0e969ab23ad3",
      "End": "a1554e432bea43b5ade98525a4711958",
      "Id": "b34a670e7f954150a90a62919741b257",
      "IsHidden": "False"
    },
    {
      "Start": "150da18a8d1849bfa80aac02e816c83d",
      "End": "b0cf5ddd4ee64fa4ab283fc975837114",
      "Id": "0e51c1c448be4bec929e3139516dd3e4",
      "IsHidden": "False"
    },
    {
      "Start": "cf3af052e0814cde8b91f0219c3d0297",
      "End": "e57054c6efed456a9c427f6440cc5d7e",
      "Id": "1718d58266a54453b3acb3eb497ca63a",
      "IsHidden": "False"
    },
    {
      "Start": "4dbea912dc33464795b51e403a76f85a",
      "End": "9239ff3d9b6244a68925b8d1c4423a6b",
      "Id": "fe013621fc5c43ed8294c70c869e50c1",
      "IsHidden": "False"
    },
    {
      "Start": "6d69c34ece764f5f826c786e57a37090",
      "End": "c95451b24cab4ce28c11e7d179e5621a",
      "Id": "ca8a618416804b169b8b83ccf525c0b4",
      "IsHidden": "False"
    },
    {
      "Start": "197b31d276f94ca6bcc0d3ef2d96d9d2",
      "End": "b29acb8871eb4f9db61d05fd80ffebaf",
      "Id": "a5c7d8cf342c4565ab8d377bee3b2821",
      "IsHidden": "False"
    },
    {
      "Start": "ee05baf5483f4c9aaf3a20a740c9384d",
      "End": "03ce7c49a5224edd9b78e305c8145424",
      "Id": "e4aeed80511846b785841c5d265ced67",
      "IsHidden": "False"
    },
    {
      "Start": "5ce205c067db416caf8b781883ffc5bf",
      "End": "7d40db254a0640aa9faeb38616279c29",
      "Id": "134d13bcc3474ac2a41721e76071ad93",
      "IsHidden": "False"
    },
    {
      "Start": "c90fb8ba6db6404f82b590d0098adf74",
      "End": "17cec5df0cf84594a113cb2bba927a19",
      "Id": "83f1d1ac6a9b43c5be5841fe397c7087",
      "IsHidden": "False"
    },
    {
      "Start": "7243d84346e94254860ccacf0c80c32f",
      "End": "d72c570a836645ea951a9f10043fd205",
      "Id": "e5a41891f2a64ca2895403bf959c7ea2",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "f1d974c87afa4c8ab2aed8f8b67f5ffe",
      "Id": "84f8fe598553463b9c385bceae17ce4d",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "8ecf394076c34120ace4a922cf3a9810",
      "Id": "04d316d6971f4b16a39c5df9fe8fbfca",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "316f197f3f544343af0ad2fdfce0c59d",
      "Id": "e138fbe1bc614c81835e9dabab16cdcf",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "8afde277f40b400b8d03a805a54278ff",
      "Id": "7512b39f98084e6fae7eea9d9377bd85",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "98fdde397ae9487f9b863f64ee1e4bf5",
      "Id": "a23e809352ec417c9e0e1a11f0aa65e0",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "7510d2b0149a4e95838f9d68c8a81cfd",
      "Id": "5aea4f86fca149e594cb99520c31ce71",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "dbc121f8e8e9438b888d48d3d4ab4767",
      "Id": "81d027f1374d44ccb56723d43670e144",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "6dfb596721644fba8685c138d03e200f",
      "Id": "2845f57895c94491a9e6b0889412bf92",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "9888c3a0ff0e419e85a761725469f7bf",
      "Id": "c4f4855f5a024e8a886bfe17f8baf355",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "6ce3f251f348410a88bb4b1af30dabdf",
      "Id": "920bd365fa2540be960a7cf9e87f559f",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "0ddec3c81aac4b1f88ea4536bbb6f784",
      "Id": "fc518e4c6bce4f93a3ac3ab5a77d4314",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "3f493a63cebf4426a7122c49bd36b153",
      "Id": "f7ec18598e1442a79ea5200cb0c34a38",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "55d8f61d26ff4cc3bf2bc0460c234f41",
      "Id": "b02ac7cfd6344b25b4acd6164e1f6746",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "a4299a86c9a1486ab5164f4eaa1cefcf",
      "Id": "089bd604d66a4dff97423e03ed674f43",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "c4e17ca8d9cf4c2195703db28635f869",
      "Id": "e9934767cac74fa8bcfd824546840962",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "f6de51c1ac6e4706bb646b873b7796ef",
      "Id": "ae1a4d3609974bb19e2b271580ee0896",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "68b852590aac40b7af86e017f686d27c",
      "Id": "35dfc04d9da542f3ad90677fe3c71ac7",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "fe2543ded66944d6b9c4e5530e7fae08",
      "Id": "904d1d05bcaa4b89b916e77ce6b1d3d0",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "866f9eb9f7294d7384aaf585b0d3cccb",
      "Id": "71ee6646ad4b4edab1bdfb8dc0bef501",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "cb7b88ece653402b92aa5bbc1076968b",
      "Id": "7c21676a1880445e907f6395ef052ab9",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "7b1c1210c49b487ab801a7ca302d4c96",
      "Id": "ccd26fc2658e46baa66ccb8760734760",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "c07eefb818e24beba690fddd6ba144ce",
      "Id": "6c9ad48690244aa5aa573f61fb48f249",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "3e16a907071a41269a441b55ab5f0207",
      "Id": "fa26d8f1c53845aabb908d07384cfc7d",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "e276939a790d4933a9091610da2bf027",
      "Id": "a7041ff1819e4ac192fc03cea7e4064c",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "d1b196139a1e4841a8c4c90864cda186",
      "Id": "73c6b38c98294d57b2be85eb209618ee",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "3ed16467e1dc4d63ab4cb95463bde9e7",
      "Id": "d3752af211714e19ac1e683a63102b61",
      "IsHidden": "False"
    },
    {
      "Start": "8273719fa4654c42acf28fba7fe240a4",
      "End": "8499256b4c65443c8906e74b1ffee2aa",
      "Id": "44a1b7ad56e347df83aa42cb078bdafb",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "c790718104ce4f5788e592c5432c78b0",
      "Id": "92a6cabeac18415db9e5f21c60482f7c",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "ce368c1a71c646fc8b4c03c9f250be93",
      "Id": "5f47c9ab39a2439492373baae8755d38",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "d218eb770dbe49a8a59bf9ecd5c69483",
      "Id": "9a44ce19b5434ab78737190b495199be",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "f5bd43e6b2be48539dc418f95e449f43",
      "Id": "e881693e9179419482ed60d683394b16",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "6251efd780454f5e9ad67856770eccea",
      "Id": "12228a65bc3745ec846839a1b5a2fcbb",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "a9ed5b5e1a224c2abfa663cc843771a7",
      "Id": "848bd84bd8574dce8c55b48917e92864",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "5dbae70da858401181d894fe430b3250",
      "Id": "cead0076f07b4a40bd841494bc40302a",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "852919d99d6a4e60b11371966642c9a7",
      "Id": "b1f095871e524d7fb4362cc3fe3d7649",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "868881865a4b4c7ca629c20caba8f72e",
      "Id": "e2e2740c23d04235a3cf5dca18499dcf",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "6cfaa6252611498182d2ca70734bf61b",
      "Id": "4508ca94c0994fcf8e99644c2088de83",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "e5fb830587cf44509b06e5bcda080fa1",
      "Id": "6d05a9dd77f44ef39d32cf76387de234",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "8b82169870bf47de9a7e97538185bf2f",
      "Id": "36ca6bccc6ea4768a6ebc727ed731f60",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "40358d5c0f9347da9810467a5ef4af4d",
      "Id": "6f7f7eb26ab94999b305bc60105756f9",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "45b35d2be780416b8f78f14d8e7333c8",
      "Id": "36d91319e5554e3d811a4f44a9c563ae",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "d8e4174ba03f40fea445c25fa48d7081",
      "Id": "2c347e6dc88e41d089f130cda9c90ad8",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "372caca9ed1841c082b1b43cc6bdc122",
      "Id": "43f9bee47f82494c9a37524f634a43e7",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "4804e602fcc342a49eb75e4b9fd87ceb",
      "Id": "6761123dc3e9486d9ce51b90804a9e47",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "520fd90f19e648df9c3a12c16371e205",
      "Id": "1df1b917cb1e46ec9e55be2b01be52c1",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "1f55017c514e414d989245f82ee035c6",
      "Id": "f6d7acc28ed740dd9abbc4d554b9824f",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "8b990bb3788643459e70fce606e8d574",
      "Id": "ee756405d45f40eda160f23018433452",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "f36aaa173ee245c09d6109419458cf5b",
      "Id": "51f759a6612d4f9ebcdedfe855ed7eac",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "b2cd4ef4588b420389c0b73cf42204b1",
      "Id": "c16c0c3b2dcb46ad8e2ea4666cb4bf40",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "0410415c54e0405d923db5426162397d",
      "Id": "954e6b8ceaeb480a9b9f125f7a866f45",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "c885ee794f744f778ab8bd25da672e17",
      "Id": "c26611f62e41484e9a909686372ed50b",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "c0b1ce52a9f048298491e3c1560b658c",
      "Id": "d67b8791485b41dcbffbe972689042a6",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "e6e32e3fac224dcda614ea63808e5200",
      "Id": "6bb9a674399f487587bb9c7ca2b70498",
      "IsHidden": "False"
    },
    {
      "Start": "8893ff7d3910491db262c94b1dc74a66",
      "End": "37e79d9820b54f44b74157a130b392cd",
      "Id": "bd5b147f74e146a1a52836af26d2fddc",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "8dab314d2501405d8cbf44288206003a",
      "Id": "a402ac9f34464fab958953032d34d49c",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "b9c0bc6eb63d417fb79c97a937a0af61",
      "Id": "bbafdd9c6a864206bc2cbaa19f8a850f",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "71385352c77c41fda897e765a5b80414",
      "Id": "9b984638cdda41b1ad45f82cb537e2ba",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "534c4f0357a04154824cde7e1003a800",
      "Id": "90300cb486bb4524b67a9b685f49d536",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "8c331cf0c6774a76ba83982bf73f67a0",
      "Id": "6d80e46250e34befbc2f639011d1c666",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "a371ee0048c6451ba41439e61147a1d0",
      "Id": "754e15b4f3d241a782af330479257cc1",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "112ce6c005684f8a893a5ae8479aa7ae",
      "Id": "70b31422d5e14eec92bb320c0c6a819c",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "93c0260ded6540ca959ed3f32b153caf",
      "Id": "05976f48a9604dae93caab5f533b58da",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "2d8ba5091c7a4bf28c650fea2de66bca",
      "Id": "45ad0584d6294cc2b2719c0ff316aa5d",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "8bc95b7db1d847aaa4c4353ab39c81a2",
      "Id": "b14da525b7ec44bca105dbc88a41edb7",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "5df8493b65d34051bad9b3ea208343f2",
      "Id": "3708bf0c3d9f4038a61aeb4565aced76",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "def68dcfd6fc4153bc9e5fca3ec83897",
      "Id": "f9ac3b411abc4ec8a27faf4f4009ce79",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "6f6a44323ca543309dea7a618102dd6a",
      "Id": "9671c99ade8b4532ab5a4a39d497573b",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "31d31ca50eba4d4caf81f46b05c3aeee",
      "Id": "564e98313913433c98e36f06d33c88c6",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "3f670b43134c4c5cbd13b46722aa3d53",
      "Id": "f20e43b6ca5f40d8a237b668c75e5391",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "729b99b7d6fd4c248b28e65535bc998a",
      "Id": "d6991d73429f4027af41f7592cf642b8",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "ac6294a3a3c44381b8ffe4780ee19d98",
      "Id": "436320922d8b4bddadd813d1a4f9524c",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "d7b988fc17ff4601bfb78d6b3696d32d",
      "Id": "93262285593744dba7d5f00ed3ecc4cd",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "6e7a658d977546d0b6e5a12fb17d2cd6",
      "Id": "7fcf89bb300f4820b09913b6820eb3f4",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "4fc5537249f147cf867e9e431942e7eb",
      "Id": "846d331b4e4d47b4bf79e498f10fc4ee",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "2ef12bb04f4b4a0b9e5a5f81451d8b2f",
      "Id": "d93da5f6b19a43a9bd3d57eca6413e4b",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "9cefafef97424ff3879af5e1aac5b713",
      "Id": "97b27672eab34015b7bd660135cb5d35",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "247fe81dce0c425d813042f2181cf6a2",
      "Id": "1836086631d6474c8e657f6ddcd83bfe",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "11c4d81575d941dbaa0cbaf3c1a85365",
      "Id": "bb75ce540c8749afbdb01734aa11e826",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "c6105d02d6634614aa10e3babe8df283",
      "Id": "fc20d5eafd9d48e3b70c7ebb57f10e3f",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "aa271367066e4e9c941a128df4a7e6e4",
      "Id": "512eae1d7d8545ecadf954d0d17b9751",
      "IsHidden": "False"
    },
    {
      "Start": "9d2f4ef44be9423294e91740bdf2ef60",
      "End": "e1999df9ce7a426b999bd9de447079ed",
      "Id": "358831b16ffd4ab69513888c6dba8489",
      "IsHidden": "False"
    },
    {
      "Start": "f8da67f884ca4d52846a9ce52df48eb6",
      "End": "0eab7c835ad842158001c98755b3b1a9",
      "Id": "fe9b157ee81a42909296c87edc27d3be",
      "IsHidden": "False"
    },
    {
      "Start": "acd944561d4d4be88360567071e3e40d",
      "End": "ee5365b5a554419c9f79b1330442f957",
      "Id": "77a8d614de8b4f3b87293548fff71727",
      "IsHidden": "False"
    },
    {
      "Start": "fa6e941b5d164ccd83e47aabcd5c29b7",
      "End": "fad6752badac436ba55119ca721ae90b",
      "Id": "48fa8b03520e4e9f8c3b84c9a63520a9",
      "IsHidden": "False"
    },
    {
      "Start": "db2465c65d604c71ae37d75f32bbc857",
      "End": "088f2bd21b5b4e07bf1c07da38e660c9",
      "Id": "1ce844b48d6c41f8bffb9916c6dfac21",
      "IsHidden": "False"
    },
    {
      "Start": "8b471d4cda2e41bf874ed3c09418edc4",
      "End": "91024b29f958429bbffaebc1c151f3b9",
      "Id": "f5ea9b3c86374c6585d35db0cf66675d",
      "IsHidden": "False"
    },
    {
      "Start": "63f0f168df94483a94e4632550d6462a",
      "End": "0dc1a4b7f25e4da6b0e3f6ed4b472e7a",
      "Id": "7e1f570753fb449590738479791aa12f",
      "IsHidden": "False"
    },
    {
      "Start": "f13ffd1ac6164870bdca67c424cc9322",
      "End": "b408a52377f6447a80ce84437fba16b6",
      "Id": "214451b8a7d54305b9883c5e6aeb9f3f",
      "IsHidden": "False"
    },
    {
      "Start": "f13ffd1ac6164870bdca67c424cc9322",
      "End": "a433f6164a864c64ab49bac45a48ca3b",
      "Id": "19dc677edb3546f4bc30f9f992b11271",
      "IsHidden": "False"
    },
    {
      "Start": "f13ffd1ac6164870bdca67c424cc9322",
      "End": "31917ba8b78d4cc69a0279544a8fbf08",
      "Id": "1cc45614fbb74e0fb234f39f9b3ff295",
      "IsHidden": "False"
    },
    {
      "Start": "f13ffd1ac6164870bdca67c424cc9322",
      "End": "4a40254514ed4a9f87fa855f1147e1f7",
      "Id": "e47b9db9a42d42e28f85180089c3aa42",
      "IsHidden": "False"
    },
    {
      "Start": "ecbf3888d9d54f3e993646cfa7fe6359",
      "End": "c15e9fbc95c74efb967ae427e38c9cbc",
      "Id": "3109f319b8ce40a69b53a01e5d59688f",
      "IsHidden": "False"
    },
    {
      "Start": "fb8c0376c9b44a1aa0e025606854d2f2",
      "End": "b37e572b698547c88556b418c13ea9cd",
      "Id": "3a22ff6bc5e34670ae62c68b70959c63",
      "IsHidden": "False"
    },
    {
      "Start": "2bc9ad581a84481d94ba4b12edab9b0b",
      "End": "4fe4749c74fb44519323523bbbc869f3",
      "Id": "081b3c3d7feb4d08819de27f2652e9eb",
      "IsHidden": "False"
    },
    {
      "Start": "3c705a6784964d81a1fd302dbf4ee082",
      "End": "0f9ec40e76ee40b4be410c4cc771742f",
      "Id": "bb3291f165ce4e5494c9f65cf2a7ed6c",
      "IsHidden": "False"
    },
    {
      "Start": "e62f3868fe8f4d229a801cb8abd50788",
      "End": "6b7b408620a74b8fae81cff3bfbaf2c2",
      "Id": "6c3129a3754d468fac3b5b70c3109ab6",
      "IsHidden": "False"
    },
    {
      "Start": "e62f3868fe8f4d229a801cb8abd50788",
      "End": "28eacaad6d4a4ccca96a42615a3874f0",
      "Id": "2c208caf8f3f40f18178d03afb275323",
      "IsHidden": "False"
    },
    {
      "Start": "150ee0385c1341df873215911a2343b1",
      "End": "060f0f4f097b4d2bb63d80e1699742d8",
      "Id": "ae32bc74dd084d8ab416dfc1b3f991fd",
      "IsHidden": "False"
    },
    {
      "Start": "fa183c4289ad4aafbfc9b97388431019",
      "End": "a30978f2e07e436facb71a4905222ab0",
      "Id": "0b096f46a1b144799998ae7dc1c0b3b2",
      "IsHidden": "False"
    },
    {
      "Start": "a9f0e413e04e40d991a3b27c79e3eff3",
      "End": "ebc3f40a76b34f1bac36472210262dd9",
      "Id": "b4a6f383c1c3443799ae9566f48bd747",
      "IsHidden": "False"
    },
    {
      "Start": "6fcd596e508b463c98a260ebbd9450c3",
      "End": "5ebccbacf6174857bf13a0e4710c5d4b",
      "Id": "c5458f42114a4a68a8cea6874db1bc5d",
      "IsHidden": "False"
    },
    {
      "Start": "63801231674547f894e7b80a3db77705",
      "End": "9eb035c6c0bf4db981e066ba97f444e6",
      "Id": "482bde736f2044efa45e7b15c1201934",
      "IsHidden": "False"
    },
    {
      "Start": "63801231674547f894e7b80a3db77705",
      "End": "7c90cb7600a744f394a696a0fe0e124d",
      "Id": "2de46f7235624556a6887ff9c10acf69",
      "IsHidden": "False"
    },
    {
      "Start": "935238287bc442b1b59e34cdc4a87305",
      "End": "543ea90530ac460b99991b75a75e0171",
      "Id": "eda0ef8aaac64176a064c372ad17206d",
      "IsHidden": "False"
    },
    {
      "Start": "86fadfc2bafe42ceaf5524164aacb2c4",
      "End": "6b188804598048b08127b3fa36ae7b3e",
      "Id": "15022a7a60fb488188a9f05bd86e0414",
      "IsHidden": "False"
    },
    {
      "Start": "f3959409ccb5423fa1350eb93146d29d",
      "End": "3f58aa6ee46e4a29914260d15f3f7065",
      "Id": "9821fd38be1240e2a02148a187fd0513",
      "IsHidden": "False"
    },
    {
      "Start": "f3959409ccb5423fa1350eb93146d29d",
      "End": "7f587137b5d64db0ab05d5d0337fcfc0",
      "Id": "68acb6185e2340029e22cb4073b2f4ca",
      "IsHidden": "False"
    },
    {
      "Start": "f3959409ccb5423fa1350eb93146d29d",
      "End": "53daa23ab6f74b9d96e1f05cdd2ca9dc",
      "Id": "00c210c7142549e6af5db419c96c4557",
      "IsHidden": "False"
    },
    {
      "Start": "f3959409ccb5423fa1350eb93146d29d",
      "End": "6132e14d032a4d4db1f6ee78804c143e",
      "Id": "231446efc1064b3f886c94def85a8b76",
      "IsHidden": "False"
    },
    {
      "Start": "f3959409ccb5423fa1350eb93146d29d",
      "End": "f47cc9e697564ae18a9146601b6d5a72",
      "Id": "fd7c9c15ee7a441c843d2007a8606246",
      "IsHidden": "False"
    },
    {
      "Start": "bd30c76a16f84e469dc1f5dd6a696f38",
      "End": "b1a21e502ddc4ed8b3cb4d3495da9039",
      "Id": "c77902ce457f4defb987f80032aa808b",
      "IsHidden": "False"
    },
    {
      "Start": "d609d64848d54989b442bd9817a4a803",
      "End": "d5e87051d98b44acb6c219d3f98bf54a",
      "Id": "85bebb1f6dcf481e83ba169f59c96618",
      "IsHidden": "False"
    },
    {
      "Start": "5602a6aa4c774a2399e92c8aba66dc74",
      "End": "e3827864c4c14ffabd58525c3a39bdf2",
      "Id": "68b0979ef70e4ffbaa37a74625f44476",
      "IsHidden": "False"
    },
    {
      "Start": "934886c9ffb34490a3f31daee118a635",
      "End": "c91da7c520a44f5997066f805d907f22",
      "Id": "827335c575a141f185f12b08b1646a72",
      "IsHidden": "False"
    },
    {
      "Start": "d7202970b9934997b4d721be0232b5c6",
      "End": "7591ad6b40c545fb8ef26ee80211d7f1",
      "Id": "0e8c78f29ae34b35b61ea5a0f5e74ed3",
      "IsHidden": "False"
    },
    {
      "Start": "6efadc32d80c4eea96014ab378f9a0ef",
      "End": "722f00709afd4c0687cd002800506ae8",
      "Id": "7868b6f1292546c7af83fa574cd788b0",
      "IsHidden": "False"
    },
    {
      "Start": "345fe4364df24541b0df1520b9628f33",
      "End": "f4e4765a22b145f0880c28ce0f38676c",
      "Id": "b17e8af4735a453e96888a1b7544d8f5",
      "IsHidden": "False"
    },
    {
      "Start": "c73fa515bf434f4d9c37cedf7e3cb82a",
      "End": "083dbf12ff944aa2b81333cc47620d93",
      "Id": "814da1822bd64129b4944c4d33749d03",
      "IsHidden": "False"
    },
    {
      "Start": "c73fa515bf434f4d9c37cedf7e3cb82a",
      "End": "76f535fa4a3446c8bdc57da7c672db7f",
      "Id": "60c7a95bb5104422ad0f9457ac74f1b2",
      "IsHidden": "False"
    },
    {
      "Start": "831682f2a3fa41ad878f4a87d7135a67",
      "End": "1e8058581d31429bb21b53cdf143a63b",
      "Id": "b5921b042a974709a87830f080f3bebf",
      "IsHidden": "False"
    },
    {
      "Start": "deaa291452364edda4e57fb61c5c8df2",
      "End": "0a2bd9858d324fbaa1019fb8c0933f0e",
      "Id": "9c64ecf8dca74b6e9e9a349a719863e6",
      "IsHidden": "False"
    },
    {
      "Start": "318b634be71b45fdabaf96a16867b604",
      "End": "a79edc8a735a46f0927d48457be7f8a3",
      "Id": "9ddcfad1473a4c8f9deb4a69bba8dfd3",
      "IsHidden": "False"
    },
    {
      "Start": "1dd8b1e0ffce4e799361b1bc7074cdf1",
      "End": "a9529aec07924c19995421a3fed1cf85",
      "Id": "7102fec0ad3e4b2cbc1f8b7335847cfd",
      "IsHidden": "False"
    },
    {
      "Start": "b65e51f4ddb44803a9476107fe7ecdc2",
      "End": "8183a00f91dd4f5eb43d7726f29243ab",
      "Id": "96eb8c6a7e8a4e108bdbfdd2df3cce02",
      "IsHidden": "False"
    },
    {
      "Start": "77361846e5764a95969eecae2addb86c",
      "End": "fce44771f1b04bc7a128287f917212ac",
      "Id": "baa5e3d1324c4e4b981c478b15d86e85",
      "IsHidden": "False"
    },
    {
      "Start": "dd10d4eebb2c416ab8277d58985c8f37",
      "End": "1dd09e9ca04b4e2fa0c4003d005c5b98",
      "Id": "780df9f83e7e4b0a85e4d27f6e09ed23",
      "IsHidden": "False"
    },
    {
      "Start": "852b9a7f12574b79a2b539d43278d5b3",
      "End": "c520d360f97f44779e0fd82a1b164600",
      "Id": "7e02a4c6a9034818a7575a3c5e1bdb92",
      "IsHidden": "False"
    },
    {
      "Start": "9440c1d1ab524efda5e9b8201979b20d",
      "End": "b82c6171d82f4b6cb41f8e2aa6a3796a",
      "Id": "956821f3e530445d987d6f9901a55283",
      "IsHidden": "False"
    },
    {
      "Start": "b77b808649d3431599eebb062aae843c",
      "End": "24b43f59733d4190b4819d0f510156d0",
      "Id": "2d11315e58b44f9a9b6df9389b469664",
      "IsHidden": "False"
    },
    {
      "Start": "40e75270ac574c83a0d647a5e98481dd",
      "End": "ed2b76d1a9d64fcaa31fe8c042f6f155",
      "Id": "9428bef6fff24c3dba1148529c321b35",
      "IsHidden": "False"
    },
    {
      "Start": "40e75270ac574c83a0d647a5e98481dd",
      "End": "30437c82c08c4d959d54791f860630a1",
      "Id": "8aad3fed0135484f9f9798cc6370c02c",
      "IsHidden": "False"
    },
    {
      "Start": "67c408f4b24e42f7bc78cc3340fc47bd",
      "End": "7312620109f84f7a8f18d51d9754ff7b",
      "Id": "21a2b376180b4beca728d86e07b11348",
      "IsHidden": "False"
    },
    {
      "Start": "a970c20cb05b492f9bea3879afdf28a0",
      "End": "8b36147c16d54db09859dc8df18f43ca",
      "Id": "7b748a6b842642d0a4cf94a9860338c4",
      "IsHidden": "False"
    },
    {
      "Start": "1a06e5035dd046a9b281c421611249af",
      "End": "f3bb83cf487845649a897946160428cf",
      "Id": "7a86653a79d8473e9f9cde047dba2ba7",
      "IsHidden": "False"
    },
    {
      "Start": "478504286a3144f3843257e1e1183a58",
      "End": "732252d58c61433a97556c34d0106a15",
      "Id": "8447dc71fc424c1eb61729712039c292",
      "IsHidden": "False"
    },
    {
      "Start": "af2f5411e3ee45ed8690bdad8d77af12",
      "End": "3bb70164761542cb8a1c1222b0af0f7a",
      "Id": "e3d87f0728de4f63a5e4cc0cc889ea02",
      "IsHidden": "False"
    },
    {
      "Start": "2c61fbe4f62740e08bc4ac09a0c194ae",
      "End": "0baa14040f2d466aadb709edea946245",
      "Id": "17c2ce8066be4f06b09d85aa898a466f",
      "IsHidden": "False"
    },
    {
      "Start": "df331d1f1c2d414e821934c1737d4425",
      "End": "4ac95137f4e7435f809764337cb0381c",
      "Id": "4a7099d7432948ea81b3caca9c0a42b5",
      "IsHidden": "False"
    },
    {
      "Start": "3aef118063dd479180462eb1a8a5ddf5",
      "End": "8ff9926c658541f2a71a4bc85a2252bf",
      "Id": "ba001f1ec9f14544b668df1c56c3be4b",
      "IsHidden": "False"
    },
    {
      "Start": "03667c52e64b4ca781ed0b41f7333cbb",
      "End": "43e35a142355430a832e77226511d419",
      "Id": "f9bdba5883e049b7990cd903d8e09e61",
      "IsHidden": "False"
    },
    {
      "Start": "1c5a56dff08b4207b4399fe81a7f944c",
      "End": "c672cdaabe1442f3a2d2884b4e674ec6",
      "Id": "b13157473f414eb98c91d6047a1803fb",
      "IsHidden": "False"
    },
    {
      "Start": "aaff495b450b489dad0858430140d3e0",
      "End": "7ea0b27d3c1a4e80a967b5ec2258579b",
      "Id": "1f366abf19ad4c1b9e4e025cd55f3864",
      "IsHidden": "False"
    },
    {
      "Start": "c80339d2cd54403c8f1a09968b891790",
      "End": "f257dc067f514ebeb8c0f2ef82482171",
      "Id": "436d287d6e254c129fe3870826807aa7",
      "IsHidden": "False"
    },
    {
      "Start": "a075367cacf94269a878c7d52c436a01",
      "End": "8ee07d86f0a740aeabf089ee8372bc8e",
      "Id": "758b8558dbb34a56b1e1a27ad94633aa",
      "IsHidden": "False"
    },
    {
      "Start": "6306abce7a614deea2d7324f679f9ee0",
      "End": "ad09c4478727453d97357c7331c85598",
      "Id": "0cbd4d44e6cf400e91c51ebcb0b6940d",
      "IsHidden": "False"
    },
    {
      "Start": "3adf578981a34360b2ff953a45eb7d05",
      "End": "cb2351f37d4e4e67bbb47566b4f21359",
      "Id": "043876ca253245b1890300effd5f2ab8",
      "IsHidden": "False"
    },
    {
      "Start": "e895bda7349d4c64b64552dba3bbd88a",
      "End": "4ced0347fe124740b0a2be6f143d78ab",
      "Id": "399a30e21ae14a709fe87626a0a0b5f0",
      "IsHidden": "False"
    },
    {
      "Start": "dc42b31dd55740f9a76c04450f0d31d5",
      "End": "6e02938d4b9445cdbc7e349f669cc352",
      "Id": "21c6b5ecfe33400f9b5716783623c54a",
      "IsHidden": "False"
    },
    {
      "Start": "6eecf5d0ff6043b484198949d4002f33",
      "End": "33fe5bfbbdda4cb792bb905783cc1c80",
      "Id": "7ab65f8ca03141479347cdf4ecc67b97",
      "IsHidden": "False"
    },
    {
      "Start": "6eecf5d0ff6043b484198949d4002f33",
      "End": "f440790f35804a139a9367cf0d8609a8",
      "Id": "47e9aa9aaf5d4c67845bd078d73ce3a5",
      "IsHidden": "False"
    },
    {
      "Start": "3cb29703a6214deaa4c233043768d748",
      "End": "32fc5b19f96549cc9cb1925997a25953",
      "Id": "a005cf8844cf430791c9f156ee47a38b",
      "IsHidden": "False"
    },
    {
      "Start": "3cb29703a6214deaa4c233043768d748",
      "End": "dd7b60a1e3a5452ca74315084833a997",
      "Id": "48eb658008f5464c8667c657e502bf50",
      "IsHidden": "False"
    },
    {
      "Start": "f5a2718efb41433994f306bcba978de5",
      "End": "32aa20d4f3cf497da88fcda84e59ea0b",
      "Id": "8919b41ce00c4e99a7cc860831246fda",
      "IsHidden": "False"
    },
    {
      "Start": "f5a2718efb41433994f306bcba978de5",
      "End": "a366784daeea497c8e572fc2a5ec380f",
      "Id": "742043f8ae154b14810ce5e82880eceb",
      "IsHidden": "False"
    },
    {
      "Start": "eb37192ec5204c68ab8cb7b1c3ebb1d6",
      "End": "e9b039f332f54c8e9c9f12f4e9ed65a2",
      "Id": "b86ac239b4974222b4fe9ff5909f63c6",
      "IsHidden": "False"
    },
    {
      "Start": "eb37192ec5204c68ab8cb7b1c3ebb1d6",
      "End": "011925dc5f684e23ba33aa16d7121e87",
      "Id": "62bcd9e038c64a43919d2edb31a1df42",
      "IsHidden": "False"
    },
    {
      "Start": "c5f37cd5e3f1499cb2b06f57e57221b2",
      "End": "2767a8f3808e4a37b103d95eb00ae5ab",
      "Id": "b041a29f6ca64abdbb26d5bfa63d5003",
      "IsHidden": "False"
    },
    {
      "Start": "c5f37cd5e3f1499cb2b06f57e57221b2",
      "End": "6d5b83bb42964c30824982407627d45e",
      "Id": "bde67077b3844094acfe8f6e50276569",
      "IsHidden": "False"
    },
    {
      "Start": "cc6111a801c64bb9985d5db81ad121fa",
      "End": "a9df58ad2cd4401eaaf157055c907e00",
      "Id": "4a6d4503877a49b1a912f262cae4d836",
      "IsHidden": "False"
    },
    {
      "Start": "cc6111a801c64bb9985d5db81ad121fa",
      "End": "75fa6184702b440fab09cf92174eb779",
      "Id": "d0bf4e85aebf4858b8ff6eb251190aeb",
      "IsHidden": "False"
    },
    {
      "Start": "cc6111a801c64bb9985d5db81ad121fa",
      "End": "c8178147e41246b9b966f17d67a9150e",
      "Id": "0786ee6ac99949aa9b795bfbb919161d",
      "IsHidden": "False"
    },
    {
      "Start": "b993525adc9a4ae884ad56574525c67e",
      "End": "ab52a2b75d6c4fd9be4f278571b0bdac",
      "Id": "09557536c5aa434daf0a28987663fe88",
      "IsHidden": "False"
    },
    {
      "Start": "21f4318f2db0412cbd67ca7e0b8b5823",
      "End": "5881f3cbcf0848b0b04b5263d3043175",
      "Id": "17cfc58ad06d40a49942f6cdd336f6ba",
      "IsHidden": "False"
    },
    {
      "Start": "1821a6e862d64407b4b4b198f7c15580",
      "End": "86dc3632c3964ed092c9bfcc86d2b5f1",
      "Id": "21f1dc2c5e97483b9763c9ff98a14214",
      "IsHidden": "False"
    },
    {
      "Start": "6f0b879ec0e643f18a45e90ae56a9f73",
      "End": "10f52f9e6cd74b25a616ddc0cff1f25c",
      "Id": "86119027b51d48c3845be1a164e13b70",
      "IsHidden": "False"
    },
    {
      "Start": "6f0b879ec0e643f18a45e90ae56a9f73",
      "End": "39cb9d5836af4a0c822d30d112e0ab32",
      "Id": "8a871db8d48147c59c9d03e97fd19ed9",
      "IsHidden": "False"
    },
    {
      "Start": "852444e047674a7d80b868f0b7478784",
      "End": "63f1e57029324370a490dc7846270799",
      "Id": "bdd5a67e59504b65a5315cd253ad2f34",
      "IsHidden": "False"
    },
    {
      "Start": "b834afb4cec2481b8ce5d6d1e478866e",
      "End": "e3655323a02b4ddcbbb3b6746c96efc2",
      "Id": "99ca19bd0c3d4dd28b4965e01b9b94cc",
      "IsHidden": "False"
    },
    {
      "Start": "68f6718f329b4151afa4201927940a04",
      "End": "b02510ef49fa48e6b3d6ad50419321a9",
      "Id": "c2e04ae81a99483493cd7cc62d6d5846",
      "IsHidden": "False"
    },
    {
      "Start": "7dd189c1828643ae8cfcd8623621ef7e",
      "End": "452e8dddb6504846951b7a624298e273",
      "Id": "ca50db173e1b43ab8dbeff4650c9cc3d",
      "IsHidden": "False"
    },
    {
      "Start": "7dd189c1828643ae8cfcd8623621ef7e",
      "End": "d874df4770e94ef49c198cc47cba88cd",
      "Id": "72adc852c77248e6b86902b11432787a",
      "IsHidden": "False"
    },
    {
      "Start": "f2a24101a8d54fafab307dc510f09db5",
      "End": "1fc45b02609f42d5ad030998ba9b7e91",
      "Id": "1dcb463e4d7c44b6a162e75e08de2b70",
      "IsHidden": "False"
    },
    {
      "Start": "f2a24101a8d54fafab307dc510f09db5",
      "End": "fb5544510d5b4daa9864dc87c419effd",
      "Id": "2b72e4bab3cc43e5a0f86a4e666ae291",
      "IsHidden": "False"
    },
    {
      "Start": "f2a24101a8d54fafab307dc510f09db5",
      "End": "c9d667b1f49f480f88032cd5fe40f305",
      "Id": "3e0f7e3c463941c1a1d1f3536029fcb3",
      "IsHidden": "False"
    },
    {
      "Start": "f2a24101a8d54fafab307dc510f09db5",
      "End": "eb324a4077ac4133bb99ca0b0c160e4d",
      "Id": "bd36c2f0276e4f25866a9cb4d01ddf9c",
      "IsHidden": "False"
    },
    {
      "Start": "f2a24101a8d54fafab307dc510f09db5",
      "End": "c62f9b0f33f4492ba3722fa65769dfa5",
      "Id": "b317e55c83304ef99db26bc32c948576",
      "IsHidden": "False"
    },
    {
      "Start": "f2a24101a8d54fafab307dc510f09db5",
      "End": "b28f3b88af9c4bafb92a943327df88cf",
      "Id": "28b0733cf8024a7483269b662b509052",
      "IsHidden": "False"
    },
    {
      "Start": "f2a24101a8d54fafab307dc510f09db5",
      "End": "f87618774ca744019d3183e66dfb7526",
      "Id": "a93a28932c31498eb6e4b3a6b793a607",
      "IsHidden": "False"
    },
    {
      "Start": "f2a24101a8d54fafab307dc510f09db5",
      "End": "dd5f38cd4abd45628e4ebe5349a88c62",
      "Id": "b4e6cce85e57409ea3e30362812218d7",
      "IsHidden": "False"
    },
    {
      "Start": "1924bd2d195041889b667a2393df5eef",
      "End": "8ace1d0b20bf42f5a7aa585cfe79c398",
      "Id": "b69a87fc34264b47a47fe8c9be0a3df9",
      "IsHidden": "False"
    },
    {
      "Start": "1924bd2d195041889b667a2393df5eef",
      "End": "787e2f7fa2f348d1bc5d1bd76247094a",
      "Id": "4eb135067a664aebba52ee4df7261d9e",
      "IsHidden": "False"
    },
    {
      "Start": "1924bd2d195041889b667a2393df5eef",
      "End": "31c0a182665c4b688f7bbb6f147139ea",
      "Id": "e2ef83d32ed2449793c3eff8d56edf17",
      "IsHidden": "False"
    },
    {
      "Start": "1924bd2d195041889b667a2393df5eef",
      "End": "c0dc0f96041240f180067afe6fccddda",
      "Id": "d015039c79ce425ead0a95af67f82b94",
      "IsHidden": "False"
    },
    {
      "Start": "1924bd2d195041889b667a2393df5eef",
      "End": "1127ab620c91454e9a39d263376e181e",
      "Id": "4bddad103dc34755aa722577f372908f",
      "IsHidden": "False"
    },
    {
      "Start": "1924bd2d195041889b667a2393df5eef",
      "End": "7f452a680b114f94baf915b19b59d794",
      "Id": "f19e574b0b5545029c6b848ef5cbaf6c",
      "IsHidden": "False"
    },
    {
      "Start": "1f3d40dab70044a2b8bc74d85e488eb2",
      "End": "e470391d95f949ea90f03306a5bfc199",
      "Id": "d30d8ab6b5294746b288e04a3a23c129",
      "IsHidden": "False"
    },
    {
      "Start": "36c751627a324dafbd889c21b41e5659",
      "End": "6a4b2ae35b934c5495b40f595d8c7a71",
      "Id": "17d871b94e5546fd94b75f05a1afb70e",
      "IsHidden": "False"
    },
    {
      "Start": "4833e7675f1946b7a7b529585077b78b",
      "End": "3bab7f4fbbe74b3187a691ec94f373ac",
      "Id": "0a5462b083e34e6289d2d47dc87144a8",
      "IsHidden": "False"
    },
    {
      "Start": "6a71c272af6e43c89d804ea0895260d9",
      "End": "9df6462b77094648a3053812a06f349a",
      "Id": "e83e4144df1646508502f255eb302a13",
      "IsHidden": "False"
    },
    {
      "Start": "e4227623416640699a6cf68c04463a22",
      "End": "db3aac7b177b4c13acc6768e0840c883",
      "Id": "94ae5fed078d43c0a01258a9363e6151",
      "IsHidden": "False"
    },
    {
      "Start": "e4227623416640699a6cf68c04463a22",
      "End": "13dc08f3a6a24e7a8ca0c279c1201500",
      "Id": "57f8656a9cd44290bc4c9be9158a749c",
      "IsHidden": "False"
    },
    {
      "Start": "e4227623416640699a6cf68c04463a22",
      "End": "db3aac7b177b4c13acc6768e0840c883",
      "Id": "c97416e09cbe46bfbb3f69bd904b843a",
      "IsHidden": "False"
    },
    {
      "Start": "e4227623416640699a6cf68c04463a22",
      "End": "13dc08f3a6a24e7a8ca0c279c1201500",
      "Id": "1777ce14cf5544229a3439b25eee275b",
      "IsHidden": "False"
    },
    {
      "Start": "3644895000f34dc5943d2d0c01c87074",
      "End": "0432c3e7bba74a0bb9c1b1d7b987b153",
      "Id": "3ae7b062fbbe423083cc0e781dff7d9f",
      "IsHidden": "False"
    },
    {
      "Start": "3644895000f34dc5943d2d0c01c87074",
      "End": "b2ae754d2ec3432f9e0dd377acabf101",
      "Id": "01fc9947de124579aab9b0241c92c781",
      "IsHidden": "False"
    },
    {
      "Start": "3644895000f34dc5943d2d0c01c87074",
      "End": "0432c3e7bba74a0bb9c1b1d7b987b153",
      "Id": "6bf964d127994da7820b1d34a2cb4eed",
      "IsHidden": "False"
    },
    {
      "Start": "3644895000f34dc5943d2d0c01c87074",
      "End": "b2ae754d2ec3432f9e0dd377acabf101",
      "Id": "6e2a1027da054587a29d313166b5d885",
      "IsHidden": "False"
    },
    {
      "Start": "68dbc31235d147f1ac0532d90d032e90",
      "End": "ff9b073415314c449dc4642d253cf63e",
      "Id": "11c5555dfb274ae7a12ffa31be16b11e",
      "IsHidden": "False"
    },
    {
      "Start": "68dbc31235d147f1ac0532d90d032e90",
      "End": "05ca01caa411467bba019bb49754bba6",
      "Id": "124e1700912049eb96361608d77607d7",
      "IsHidden": "False"
    },
    {
      "Start": "68dbc31235d147f1ac0532d90d032e90",
      "End": "ff9b073415314c449dc4642d253cf63e",
      "Id": "3f6d6d7a6ed54a9f9706bbb234742ed1",
      "IsHidden": "False"
    },
    {
      "Start": "68dbc31235d147f1ac0532d90d032e90",
      "End": "05ca01caa411467bba019bb49754bba6",
      "Id": "ba6a231eee5545c88f598b158bd50b0e",
      "IsHidden": "False"
    },
    {
      "Start": "c5c66c3c701d4d49b4c61153e6f864a9",
      "End": "981da11f871944ae99d6feb655d55b0b",
      "Id": "bf65d3b19a624b09b92cf8794d734618",
      "IsHidden": "False"
    },
    {
      "Start": "c5c66c3c701d4d49b4c61153e6f864a9",
      "End": "5afb48c60f3d42c7a757f39a0a38217a",
      "Id": "e79224bd09c246e4a459fa268de55a4c",
      "IsHidden": "False"
    },
    {
      "Start": "77fc95a3a3c14fec80f2cbd3aab92b47",
      "End": "933f025f8fd649c9a7a7c71dcc38361e",
      "Id": "f68b20ed1ee245ad91a4b8692eee208e",
      "IsHidden": "False"
    },
    {
      "Start": "77fc95a3a3c14fec80f2cbd3aab92b47",
      "End": "edeca9d7bb63477a9a0130cf90f32a10",
      "Id": "e2055987828f4ff69555acf37fc1217d",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "c4eb106f90ca4f7482ab23276ffc7ec4",
      "Id": "8f3aa0023083474989e66f6aa43bd91a",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "c8b700b64b2f4fafa04bdea2c9e76fc6",
      "Id": "a710d06472f940f1be571a392122c92a",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "cc6edde7da9845cf8aa52c497c9dd0a6",
      "Id": "ac1e8c75798045bfa5e6820b70e14ad6",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "36cef1f34a5940f8b84a5c6fdd1976fa",
      "Id": "04afae7ca2da47848f91f19cd31f9b53",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "99e7c61d0cc94b268e961c4fca9e843a",
      "Id": "5dc6128b0fc7477c8413c8f1864cf6ab",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "6d21b5e53826483c8d441ce0785b3757",
      "Id": "aa3014ec1b814f759a325fd0c728b1e1",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "caf98e9c1f924270940a862057762a98",
      "Id": "b5a28c2339c24acf9734390e5929f50c",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "fc86d8a1661c4d10b4f5b17e17623e74",
      "Id": "bd87554093fd4463b7fad118cb0f8ca0",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "f7d05908a4234ef388abe4f147174bc1",
      "Id": "af921b4adce64aeb8424e777dd78e4fb",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "80623f17cf3c4572be6633405ec755a3",
      "Id": "ba7724a6563c46f9932db3cb51dcb3c1",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "e05ceb055f2044af9e64e236c9bd2a3e",
      "Id": "1723e444207b4384952d3de574ebd69c",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "74513488afe5413893d38d2f249bc310",
      "Id": "0b09b538cd08418e87dc0c7d42a4c775",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "e965b621bd6747fc913a908847c0c5f1",
      "Id": "6d107386e34f4414b47bd4dd6357759e",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "430bb50f075a4f2682e65cafbf89ea9c",
      "Id": "ddbfff18ecc54cecaaf4cec3175c2a51",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "660450eb7038443495769711313325d0",
      "Id": "d7e99c7ea28d413ea54873aa63732aa8",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "372f87c4427e4ebbac0aac1139177cf1",
      "Id": "d1ec1f1a2af742ef9cece6225e138b6d",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "9858e179583b4e89abb6e93b6ade9093",
      "Id": "b2b66849fabf4bf5ba410d4b3fe21117",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "fd008a56f068470d8addcd48cc691492",
      "Id": "234225f60f014f45873589a0c5e6b867",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "60fca279568c4a17909c674173fddf7a",
      "Id": "3749c91512a145f0bbe9d616dd41bc77",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "e7b1d6ddf2fe4f198fc46989714d21d7",
      "Id": "0708446ae6e545ca818971d555443fb9",
      "IsHidden": "False"
    },
    {
      "Start": "a9e1c0b984c84c04b9f016eb8a2ea35a",
      "End": "1e5978abccf94c3ba0ae37273b999fd7",
      "Id": "3b5df329f1e4479ab7286b46be1cea38",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "9f0e1f6d7c7841cea6c54eb0a7ab9e81",
      "Id": "51852a70887544c5ab86e4c8270f0476",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "c8c8d1814035446aafd630ffa018d0b5",
      "Id": "c7efdf7790db4bccad9b2bbb183cb9af",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "492d5131d9bb4acdaa1a5ff2c6b93043",
      "Id": "594244d7d0af43c4a8ae337de5996136",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "8cdeeb3249c74dbcbca1422687f17630",
      "Id": "5061ed8ed4c3479391c0d462d27ac362",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "a68349387b944f199e1a09dd94b870ed",
      "Id": "a04a932f784649458d32152617d2b8c7",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "ced5176c811b4f8e9b5b0b00aadca071",
      "Id": "1c4042067d9a4a8db216be7be9054199",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "9fe32ff2196c4684987cdbe16fe13cea",
      "Id": "59ea4da223dd401ebf4794e2eae44950",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "d5a3956f68e2446598867974603bb0a5",
      "Id": "bb584cf11b3341e1bfe6ffce35453343",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "24feb67373694cf8899dcbb60c1098ae",
      "Id": "9c2418f4ee0c44c980c9a24f4cf5547d",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "88aed5ceb11f4d3784dbcb0a79d6b9a7",
      "Id": "4aa828a44bb74151963eba213501c1bf",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "87a268ffd4734d0ea195e042b7efd4eb",
      "Id": "93ca14d2c7c4402393f6746687e3e4cd",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "4d118ea9207a4f83bb5877f683aa9074",
      "Id": "9a3ab451b7d94b69bdc99060bdf52763",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "d9bbd12b195246c09aa7504c20d6f8a7",
      "Id": "dfd51c4e34fa4f47b50087741975edb6",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "835a9ec45748477797c3a0425b7d3691",
      "Id": "1834fcc205cd4984a21b54a22e606e16",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "5fec29f871054c638023630bad17b80f",
      "Id": "e5a66f3461a04d4b96fe105b75d96fd1",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "bb6d55bd91f146d4a8dbd170469d1908",
      "Id": "9b5abf35911e4cbcbddb7044bc1ca12f",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "1441e55f30d04a039ef7071d7dc42917",
      "Id": "5cb6aa8d3fbb4e3ca9b8269004a70c93",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "23e3f3d8909d4d0fa60b61aef26a66c6",
      "Id": "d830b3be6c9d40bca55f7be42dfa26fc",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "e283b71debf34893bb7b327fc2c4a125",
      "Id": "e234058e52a543349594656972eb0e5c",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "9ef63ad1b64347e2a00afee7271d8925",
      "Id": "3908d80b98d142cdaf17c19d053fe448",
      "IsHidden": "False"
    },
    {
      "Start": "930f47f67cae431ea187f642e554f373",
      "End": "06a73e21ea40437280dde0dd543b4620",
      "Id": "ac18d5dfeed043099b981514570344da",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "a08bc3f0bb144a0bb0599ed84e1d6fe3",
      "Id": "aedc6d6b40e9455e8895bab0310d2bcf",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "8ef9d76fa872421f95763cffdf728caf",
      "Id": "5f07cedd5fc14304891ed3296a9c5370",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "e4891555135f47ce94137f261a8249d4",
      "Id": "4846f2eef6e94b6a8cb92b298653e1e2",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "ad78fcfce53d4ae8a3e1dfc17604c34f",
      "Id": "3a6e7b4b26eb404d879a33dd528d6911",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "d7e32be0c0a14df3b24a43654feab198",
      "Id": "a7eace1b90574993ab0bda4c15ae3371",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "b8f66d9ab14142d585ee30aea56797e1",
      "Id": "f6fd35d7c19946aa977b85e412c7f4f8",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "200375b1d8f2434a878fbda62b065ff3",
      "Id": "3f63d79b033744048f1cff7029a55ed3",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "b6ffe2d385e34e9b8a619c477f26aa4c",
      "Id": "b0ac126fddd24afb8d7108cdadffbd9d",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "e9ead7ebd8e9468d9a41a0c131fd66d6",
      "Id": "d798f1a2ed854c6e8e9247c0dc6ba39f",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "c74a74c818fd408995554d320aeb492a",
      "Id": "7bc66f6559c44db48ea1f54e05fcf063",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "b68a35d1af17472eb87f7b0012cda0ad",
      "Id": "2bb78370135b4a9c8e841caa25e68f55",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "867e33e44ac54e8ab868e5e88e7cd6a7",
      "Id": "3d24defa99004fad84e808fa29c8199a",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "79e165ab0fc74cefb39f705a279010d5",
      "Id": "03f9f39e515545c9b4988df1a46bcf1e",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "4a969cea88eb462d869733d2072ff60e",
      "Id": "efd986250fe3436585dbfbddd5e26955",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "768a72a72a8e4ddd800c1a5813c9aa70",
      "Id": "413b841995f9435e829da81152b9d558",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "43e7bda29a014cdf9e9e919e09a50add",
      "Id": "518c28591ca0488d876b6750fc250005",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "a0ce2c951d6849ca941c8d8e296cc0a4",
      "Id": "9f84e4ebc1514b9c94b7568497a1516c",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "47a694e2784646b79904431e3c27c95f",
      "Id": "62e77f4fa76343fea3b1351c3ac59474",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "6ab4db5786844dab86866309109ec1e7",
      "Id": "0bdc54f6af2145bd9269d1f1735f4ec1",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "9dc7bfc21d604911bd61b28bea16abf3",
      "Id": "40d521f42c984ce78cb1dd90267dd172",
      "IsHidden": "False"
    },
    {
      "Start": "76e15b3f50e04f199792ce04a1b2e237",
      "End": "8c5dc6eecdae4203b0683684ae9d0a73",
      "Id": "cea9863aa14d4ab58613cc890ca3ee14",
      "IsHidden": "False"
    },
    {
      "Start": "b792cbdd0964498bb346e4f4b6e833b5",
      "End": "24653421dd7547379c55634c1b5c2db1",
      "Id": "6668f7c6183f4161867da69762fb0a8c",
      "IsHidden": "False"
    },
    {
      "Start": "67ea65ea07ab45c09524aac797af5425",
      "End": "3e50c7ee9adf4600bff667e55439ece9",
      "Id": "9f4966b39a8445c3a1936fe9408581e2",
      "IsHidden": "False"
    },
    {
      "Start": "179265722b0d4ce7b3f4e769ea0928e7",
      "End": "a722fdda3abe45978bd724709bbd4a2d",
      "Id": "ab563e1f2b6840bfbe67f9cc7a4a2fd5",
      "IsHidden": "False"
    },
    {
      "Start": "824fb15ac1024ea285a470fe3ec3a143",
      "End": "66a062d95d8d4884b098605c6a5a2e8a",
      "Id": "8505572243944c63b665bc99a23ec75a",
      "IsHidden": "False"
    },
    {
      "Start": "525e96276a6a4a1c96c069fef2cedd11",
      "End": "a0ccd755cb3d42fb950bb7ba28e9c63d",
      "Id": "11de34c7913f47eaa09a791c9d5f451f",
      "IsHidden": "False"
    },
    {
      "Start": "90c04f1fcdaa46e7886a14adbdb390dc",
      "End": "9a54bc3456944ba2be0e1b2d25f10953",
      "Id": "bf123c4a403b4eb0a4f1652045e791f6",
      "IsHidden": "False"
    },
    {
      "Start": "259f16f751e14f18a56601c696dc28cf",
      "End": "1d0949d849544d25a368b357614e430e",
      "Id": "5b40ff46bd654275a984040261171207",
      "IsHidden": "False"
    },
    {
      "Start": "27c87ce91fab447b8e24c1585640d635",
      "End": "d80000f2a5bf476b87e286b498ce653b",
      "Id": "3e1a29bdc3c94711b19becd6b2564093",
      "IsHidden": "False"
    },
    {
      "Start": "43d703f86db94fc8ac9163b9d691b001",
      "End": "bf9b4e635b6c4fc0883c052a4ece7d49",
      "Id": "e00526b94612472fa11dc865f4b149a5",
      "IsHidden": "False"
    },
    {
      "Start": "1307361c285444b0ac8dd54aaade0664",
      "End": "5714950a82d748ffa720ed91f06f508c",
      "Id": "56718e7c49cf4330940cf7598724ba22",
      "IsHidden": "False"
    },
    {
      "Start": "b5c53b68c55a4022810a5615b2d8104f",
      "End": "d7858fd678ef407ea32c2443602e3da5",
      "Id": "a5db476a123a480a8ad9f381f96c72f4",
      "IsHidden": "False"
    },
    {
      "Start": "94b75edb4cc74b6e9362649eb5f25bb3",
      "End": "4442596c9d48491c893d9cb079c8e8c9",
      "Id": "0017b67ca7e4423684bf38ee613808c3",
      "IsHidden": "False"
    },
    {
      "Start": "2db1fefe8373487cbbb1472b2724bde8",
      "End": "4e6ff98598ff44fca9b4e7f969b0213e",
      "Id": "df178caba68e4cbe859927632e780859",
      "IsHidden": "False"
    },
    {
      "Start": "c3c6e921140a4d7b96698c7d706be0ad",
      "End": "2242aab30c754bfca9aab3dbbf3b4e19",
      "Id": "cc1cc5f267c94c24a439a6cdeeee35ad",
      "IsHidden": "False"
    },
    {
      "Start": "33ff9c5076294c429b28e6980857563f",
      "End": "9f66934aae994b3ebb1da14770ec6e8e",
      "Id": "da152bfe8b804cb2879f5307f2dca1ee",
      "IsHidden": "False"
    },
    {
      "Start": "875bea27618948b3926b65acd39c6c8c",
      "End": "3475657afe42422593ac0d9e06e63899",
      "Id": "547de49415be4102b93e789a70d00822",
      "IsHidden": "False"
    },
    {
      "Start": "fdcf1c37ec49444ab9a37411e5984f44",
      "End": "b90720e209254373ad0064cc76639ed5",
      "Id": "d42650c004ba463083ef941d9d33b177",
      "IsHidden": "False"
    },
    {
      "Start": "203a1f353810451b9a48be64a278f7aa",
      "End": "e54a2b8ab894450495360c2f639036e3",
      "Id": "cbeea819c701400181c7949582332719",
      "IsHidden": "False"
    },
    {
      "Start": "73906672ab5b4917971821a854ca4406",
      "End": "618d1a46209c4ed4a396524f437dbacf",
      "Id": "c3ccb88b748441fa80e18f5c24aa0433",
      "IsHidden": "False"
    },
    {
      "Start": "1def4e43d555445989a8b17d4ac8b334",
      "End": "4cf2edbce85147868ccce2f78877bc33",
      "Id": "ee98593367f14c16ae6bc5306e008768",
      "IsHidden": "False"
    },
    {
      "Start": "82921dc2be5d4efeb58ff5bd274eb7a5",
      "End": "839b36c3cfda48ab970e6f1fb71942d4",
      "Id": "503663b356c4425eabc41f5938e18cb5",
      "IsHidden": "False"
    },
    {
      "Start": "7891ad1817be41d0b5e5e64d177ee318",
      "End": "52b2a0c33daf42a78b06e06d55f3fb59",
      "Id": "06fb84f8f50a446e88d4700c9b2eb7d7",
      "IsHidden": "False"
    },
    {
      "Start": "8c459fb753d642dcb66535395fbd836c",
      "End": "de686e4ba6194754aaf9f19e9ad143e9",
      "Id": "1cc307a0aba74028b6687f1f82ce9733",
      "IsHidden": "False"
    },
    {
      "Start": "36771e13370e47b8bc34861f828add80",
      "End": "77292b8ae908499b8adf8b906c9e933a",
      "Id": "cfa53d3cf8a44f638c45f88fe82c85a9",
      "IsHidden": "False"
    },
    {
      "Start": "69310a04b975406ab7e6da15670d7e08",
      "End": "618fc14223044aafb9da7f96d4021e52",
      "Id": "ed77e31d670e4b1aaca222527f800126",
      "IsHidden": "False"
    },
    {
      "Start": "e8dee043b23343d4bd4e5c4bf5732b2c",
      "End": "d13b8b0445524cb281d1fa2e87dabc88",
      "Id": "0d077b18a7df4dec845b32bf6b80c38c",
      "IsHidden": "False"
    },
    {
      "Start": "26064be8b0b9455ea1b90c4779bf5426",
      "End": "70aa3d3e606b4c628b7a7a501c597419",
      "Id": "d42a797ed0a74e628c77938a940005c0",
      "IsHidden": "False"
    },
    {
      "Start": "9704e47df0354e5488755669f90d8c21",
      "End": "f35e592f1dd448a2bec4ea2062ccb9f3",
      "Id": "8bf9208923024b59be002793a4360853",
      "IsHidden": "False"
    },
    {
      "Start": "b899f7e0a9f4441fa344d8d5c74df7d7",
      "End": "db58cd10d9c948ffa8d26ee1b0ac5703",
      "Id": "7527dff93e2c4b89bf59fc4884c9b735",
      "IsHidden": "False"
    },
    {
      "Start": "4ef18206f0714890a8f2d76b0a0dc9f4",
      "End": "148126570a6d4e6bb4d15f873e5a0b11",
      "Id": "7f94eea3f0da4f7a89810805fb4bbaea",
      "IsHidden": "False"
    },
    {
      "Start": "ba0951ce9aef43a0bbd962fd3f84b3e1",
      "End": "fec3fa938fbf46b1abfb0d94c8c8f174",
      "Id": "34a2a67a3f6346e5b917029b4e9fc909",
      "IsHidden": "False"
    },
    {
      "Start": "2feb0b8f541b4c4da1d601c6b0ca4651",
      "End": "2d4dc1e7aab2440a864cee3be36c5652",
      "Id": "8bc01f5cdb834cacb12b930f5e027b15",
      "IsHidden": "False"
    },
    {
      "Start": "cca6b48ba1104e98b9a238c882bea697",
      "End": "8850bcd73eb7433f8c06f4cd2b30a207",
      "Id": "37561cb3d4024e7c9e4a44b27d27d74c",
      "IsHidden": "False"
    },
    {
      "Start": "8214899856be485cb08938c5b907f263",
      "End": "36b869ad8e754c2abfc853e9b5a40f16",
      "Id": "485461af3a2744bfabbb705da99827b5",
      "IsHidden": "False"
    },
    {
      "Start": "20dd3e80519044029f23d082c01b56d0",
      "End": "974a6fb27bbf4d868db9d1335e25a7f2",
      "Id": "596dea3665d842608538af0e3c557071",
      "IsHidden": "False"
    },
    {
      "Start": "c8a85243692b4dada404d0b6d4eb6062",
      "End": "ada3d71820de41bc88fad982ced31b2e",
      "Id": "44efa3c23d8345bda1767afbecd0bb1c",
      "IsHidden": "False"
    },
    {
      "Start": "d3fd0e48309846149110d9eeca2d4083",
      "End": "b84614f2a09b444ca1893c44a67a06c9",
      "Id": "fe63adca4ef941179d7545b1d9cd37d7",
      "IsHidden": "False"
    },
    {
      "Start": "4ed29216bfdb46ea8b3d233371adc657",
      "End": "9e4d62f4ab004a1daeae0f6eb2d87928",
      "Id": "b3e0838178284336abc8dcfd633bdbe1",
      "IsHidden": "False"
    },
    {
      "Start": "2135741b940c43c6961f7c35ab0aadbf",
      "End": "feb596244df24d13b3cbca84786f6076",
      "Id": "90d0f31efcf74990a9695b4b9a12867f",
      "IsHidden": "False"
    },
    {
      "Start": "c186c51bdba74505b1542665803deadd",
      "End": "853b4c99f4ad4980aa7742cc954476aa",
      "Id": "f5f66b4760a04b52959f68a0dfaebcb5",
      "IsHidden": "False"
    },
    {
      "Start": "263a2b740b934e71801d0faa01513cc0",
      "End": "3569c4d3e0f14133bd0d7280bc1be60b",
      "Id": "2591821ec918462c9da0922ec1af0600",
      "IsHidden": "False"
    },
    {
      "Start": "2f1a051eb32e4aab88cdabd120e4084f",
      "End": "d7b23133a93c407a8af853779e3ea06b",
      "Id": "854e13ffab21466dac504180fefaae1d",
      "IsHidden": "False"
    },
    {
      "Start": "5dd62e2405dc416fbcf64f21036f2735",
      "End": "ff0713449d2d47b398af96d7a9967de5",
      "Id": "7570577ef05b49b6b332d9cfa316b46f",
      "IsHidden": "False"
    },
    {
      "Start": "8430190e6c4c44b1979b9fa5a797b65d",
      "End": "ab290059e27f42f6bb4d6358e302b2e8",
      "Id": "adf520cf560242db90610dcede184391",
      "IsHidden": "False"
    },
    {
      "Start": "2c03991e45e041b59f05aaa5a5afc59d",
      "End": "bf233b87f10d43b99d80bc05c38d0e4f",
      "Id": "5249869f16ea4a4ab57a29e5796471fa",
      "IsHidden": "False"
    },
    {
      "Start": "09050ae2de2e424e9dc51b67056f9bef",
      "End": "e8bc87957f5547e4aa6dddf908045d79",
      "Id": "dec8171ae930450d947a384b16c2e471",
      "IsHidden": "False"
    },
    {
      "Start": "bea97ba2787b4ff69feb1c2f2902a2e6",
      "End": "2472ec10aff14f98bf4701ef1058557a",
      "Id": "d4f9e64311e64bfbb3db5d6e4ab14666",
      "IsHidden": "False"
    },
    {
      "Start": "360489ef46b24d1cb7fb3d15fb8998c1",
      "End": "c0f1082ee5724e448a591564f5e8a0df",
      "Id": "0328ced712994027945e1c6e442d44ec",
      "IsHidden": "False"
    },
    {
      "Start": "68a128a784614019a0f48f92e1e5aca8",
      "End": "f79b4bdb3ee64be0a9f00dccf9ce5f9a",
      "Id": "489ce87a1dc248928997db11909c8bae",
      "IsHidden": "False"
    },
    {
      "Start": "5f6c9c9a81b9407b9f42c4ce5af06639",
      "End": "3c4f97c097e84b11a2fb98f34cd426f1",
      "Id": "9c65d1e7ab5f47c2a0decd6011675497",
      "IsHidden": "False"
    },
    {
      "Start": "c23b147ea13544ffbf44169499f03c43",
      "End": "3bbfa8e2a277455ba44a8e981b61e43e",
      "Id": "81db8119d1b44ac4953ce1113a88c703",
      "IsHidden": "False"
    },
    {
      "Start": "03f9e0821bd0469ca3b8f73ee053f03d",
      "End": "0aeda4f0b84f4f58a7bae19566f4ec7f",
      "Id": "9d468377966c4b909f13bbcd5d3fb77e",
      "IsHidden": "False"
    },
    {
      "Start": "9d0bda150695420fb593e39a521d3452",
      "End": "855bbab696344dfa90d267f672448dd6",
      "Id": "ae46837ea1e24b568093fd0fd0ea4b11",
      "IsHidden": "False"
    },
    {
      "Start": "292068dc2a0d4ca69d6352cb1f37d614",
      "End": "8f187fd43b9a4e34bccd095c37488c4a",
      "Id": "278f459fe7224dc4a1c09d9748f72f77",
      "IsHidden": "False"
    },
    {
      "Start": "0a5187352c98419bb7244bd5f5df9375",
      "End": "1b2d787cf26d40f7b08d08bf292f40dc",
      "Id": "8b09081dd26d4bfd9a04b1612277bc72",
      "IsHidden": "False"
    },
    {
      "Start": "6f0f04a22b1e48d5b531b5f101a180c8",
      "End": "d968ca14a2cc444eb37164a5eec29742",
      "Id": "c4af25a0922f46dbbb5eb2b333fb7e81",
      "IsHidden": "False"
    },
    {
      "Start": "e1fcdda51dba48d6b58e38f724f3ac9d",
      "End": "e0ec3896ac344985a88c420ac52312ca",
      "Id": "de570fa03df145ffb251115ff358a373",
      "IsHidden": "False"
    },
    {
      "Start": "85f2e755039245969d76d1c54545a0f2",
      "End": "18869a388fc942f2bc28bd00fdf45cc3",
      "Id": "e0602de9b5db45dca64e0e7103a0feac",
      "IsHidden": "False"
    },
    {
      "Start": "2a7142ddcb194178ae6b038cb9d4649c",
      "End": "15b57b1410d048ebb61415490ae15ca6",
      "Id": "bde8ac8732a94442b09ef77d3a70a9eb",
      "IsHidden": "False"
    },
    {
      "Start": "35826de95272403eb6b4bb2df0fe5884",
      "End": "2087359658dd46b9acf8030f38fa7fe9",
      "Id": "161b9a64c66048cd903d3d912f95ed4c",
      "IsHidden": "False"
    },
    {
      "Start": "9f047df8318c416d8a53de86820efddd",
      "End": "0ca3f6c5d4544b04adab894094169c05",
      "Id": "4fc7c881b0e640608236e6ae9af93c07",
      "IsHidden": "False"
    },
    {
      "Start": "0c40c7f3b8bb475792556955248c7fcf",
      "End": "e76097766da440d8b79daf5300874fa3",
      "Id": "7a2e9432d494471e80469ad1a25bf97f",
      "IsHidden": "False"
    },
    {
      "Start": "91a883faf741400fa03e2d50d182b1a7",
      "End": "55fbf6d0bd7b4187943077c2fa7ea137",
      "Id": "347d7499e6fa4433b4cd344ec85d9744",
      "IsHidden": "False"
    },
    {
      "Start": "5a1d25419f974116a995c7f07284c486",
      "End": "a216f9ec7c764f5a8e16ee80ea74d85b",
      "Id": "3d025383460c4c29ac17a7e32c3e5c1c",
      "IsHidden": "False"
    },
    {
      "Start": "13d62df2b73d4ff1a32556562ec1984c",
      "End": "aae8d437dc444b8f8c541f6a0f911e4f",
      "Id": "1dbca45b72a4424d8a3d3d215cff8795",
      "IsHidden": "False"
    },
    {
      "Start": "e5b1bcc6d23f488db80c5223b6bcad6f",
      "End": "f229a8d3696840b8ac34140d85bb3bf0",
      "Id": "90c2a4b2f17e439db4c5c042373dee81",
      "IsHidden": "False"
    },
    {
      "Start": "d6451c413c2a4387bc1c5d303925273c",
      "End": "8ec82f6b9a814d1d9425c8679025fa39",
      "Id": "e69c37f45d96487795571eebd1af4821",
      "IsHidden": "False"
    },
    {
      "Start": "d1ae9d1b835e42d8b2640e61958aeb65",
      "End": "9e9d794f49304fa9a116d742152bffd2",
      "Id": "5e9b22f2fb074306adfbe2820c04dbb6",
      "IsHidden": "False"
    },
    {
      "Start": "d72e726b8a6b4e33b47e58078ad84272",
      "End": "91320137afc146888e26066d5edd5d69",
      "Id": "7240099faf534f939e49779e014d4af6",
      "IsHidden": "False"
    },
    {
      "Start": "0af0da406e2240e391765827710d3a0a",
      "End": "5fb0947ee56e4a5fbf537c36fb829cf6",
      "Id": "1216caf8bb6e457f98a5a5b6cbbd0f98",
      "IsHidden": "False"
    },
    {
      "Start": "7a4eec1241854c7ba3f1957d3b3a5b0b",
      "End": "dcbec4824ae64381908d4e5a1c1d8479",
      "Id": "98244ded88db480fb765b066f65b274a",
      "IsHidden": "False"
    },
    {
      "Start": "a035c1396f604dbc8c99ab991b05f2a1",
      "End": "71cf24eeca2141c3bfc061c3a9dae30c",
      "Id": "70de37e1af8044d6a06225efd623d3ce",
      "IsHidden": "False"
    },
    {
      "Start": "e3063c3aa74f4329be0cf3c907e00a77",
      "End": "4cf5015e2dea42e58c9b9e408c7e0170",
      "Id": "328ab6e918db4b499395b5be4a735318",
      "IsHidden": "False"
    },
    {
      "Start": "3a02ddff726f445c9fb7329fa005e59b",
      "End": "2f48d90a8dfa4b94a075c9c30487f01f",
      "Id": "76a1675b7bfc4269bf4fe48df7931c06",
      "IsHidden": "False"
    },
    {
      "Start": "dfa85ee5331644db9babdf43bea51d44",
      "End": "832d1fb82eab484c89baabd96939a4c2",
      "Id": "658bf6ef07b048779712f42e1470de3a",
      "IsHidden": "False"
    },
    {
      "Start": "f60db5c934c945e8b0a6d9d387afe9d8",
      "End": "cc896354d4f94d79b52aa1a3756cc311",
      "Id": "22e9991454744f3085f08d967db197b4",
      "IsHidden": "False"
    },
    {
      "Start": "56f24f6e450844fb9a1f65529dc6d0dd",
      "End": "6ff213f830df4ce5abccd3a5d2fe3f90",
      "Id": "9bb21f9a2f5642cfa2aa05b8bc2ab5a1",
      "IsHidden": "False"
    },
    {
      "Start": "fa08ca42a8b14d7a943da5370d9d504b",
      "End": "0930437e9f864f9481a08c7ce7e79e6f",
      "Id": "8880724d008d4db68905820638f60ee5",
      "IsHidden": "False"
    },
    {
      "Start": "0aac0075c068475dab99ece1b1ee6fea",
      "End": "0a553f04e2e44539b50cf0cb5d625384",
      "Id": "b0f2f3ececb646bcacaa9cf7fcd745a9",
      "IsHidden": "False"
    },
    {
      "Start": "54cbd10b2d594ec5b2406a97d8e396e0",
      "End": "a93d0530f7e34a1aaf514740582092e4",
      "Id": "611a4fd0703447cea942be55769b6a53",
      "IsHidden": "False"
    },
    {
      "Start": "479c437b05894b2a929576c19f47fad0",
      "End": "a41fb2b2c9134df68224e6e3b0ab37c4",
      "Id": "21508f9815114490a5f7222607c7a273",
      "IsHidden": "False"
    },
    {
      "Start": "d979dcad3602497f9c68e47179871e99",
      "End": "48f721f938274ac4868c72b2df73d2f4",
      "Id": "bda72bbdc4ef4a8cbf4d93e356a7b155",
      "IsHidden": "False"
    },
    {
      "Start": "a765d5515da547a09b4dfcfb0132b744",
      "End": "2f62571db2884e6ba40e625f555cf5d6",
      "Id": "6a4003fd87554c958f2ed0d45ebfcdbb",
      "IsHidden": "False"
    },
    {
      "Start": "75beb1189cd14e408b9ac667c5a3dd54",
      "End": "8750fda962c64d29879302dec0e4b5b1",
      "Id": "8a3f0fd2e4eb4d5e826e757f27b8dac8",
      "IsHidden": "False"
    },
    {
      "Start": "06314507cfe245eb98606d10bd770b29",
      "End": "14603d26fb3e4cdeb6db3181a13ed3a4",
      "Id": "b36a446fd2cb4be0a6260e240ee327a8",
      "IsHidden": "False"
    },
    {
      "Start": "89f8031d64eb43aaaa79e62c780702ef",
      "End": "137b6ce073c541bc972699ef0f12d310",
      "Id": "76156925eca8468893c00ee83ed1d82a",
      "IsHidden": "False"
    },
    {
      "Start": "060be09f857947e4a38e0e6c24c1dd10",
      "End": "36b5d45ed8034b92afb978775f632173",
      "Id": "68412bdc8a3046c68203f434f219b58b",
      "IsHidden": "False"
    },
    {
      "Start": "4f16f6ad729346c989942f07faca08d9",
      "End": "5c972096eb664243a47e6462bfb1bbdf",
      "Id": "a008ccf288bb4b5db02965610490e69a",
      "IsHidden": "False"
    },
    {
      "Start": "1e04ff4dc0594d9c9e523a9fb4459975",
      "End": "cf1313b1efc04159b3670907a99aaa88",
      "Id": "ca465478522940faa55c91dfc8941750",
      "IsHidden": "False"
    },
    {
      "Start": "1a62ce68a63d4b2f970f1cba54391bc7",
      "End": "2229433277ef46d6989b75497294d722",
      "Id": "4ff5ce4a4fe14a9f9d596c82b72c0cab",
      "IsHidden": "False"
    },
    {
      "Start": "b0166981930a427cb8885535dca17258",
      "End": "b5038ea8db3a45af9704583e4960ed28",
      "Id": "e7b2eb027e994dd6a63dfab4aabb7d7d",
      "IsHidden": "False"
    },
    {
      "Start": "55883dd9421b43ea99fb027fcfdc2516",
      "End": "9033ad0f64c04991bfb3f3b476b8e945",
      "Id": "3dabad7e7a0e4d8a9413300e35f5ccce",
      "IsHidden": "False"
    },
    {
      "Start": "8aeef189e4b94f199c9a7e3d2da9e055",
      "End": "3f2ac8f370b840c193f0961cf2dad221",
      "Id": "c0a0db501d734a5e966da17b428f2331",
      "IsHidden": "False"
    },
    {
      "Start": "77b678568df8470bb94301ed80bb6093",
      "End": "effe9f4f325f4d7197a0df07c73a8e30",
      "Id": "23b252d50cbf4a12b26166d38a539c98",
      "IsHidden": "False"
    },
    {
      "Start": "d15e8364ce7a45bebbd23429b5e86dbe",
      "End": "aa6ab836021a46229ae1c0f0efc32e9d",
      "Id": "a5d33a78df0549f4a60f102a9ad889ed",
      "IsHidden": "False"
    },
    {
      "Start": "4a9950a2258e4ab998be5e08b0d6b0de",
      "End": "c7e21ae8e53342bf8be67bfb1c9c4bfb",
      "Id": "a7062d45b58b4ba1a4c1cdf3a9103da8",
      "IsHidden": "False"
    },
    {
      "Start": "91ef3784ba7f4bc9bb20ab840ad653cc",
      "End": "070a74621a564a98b98d752c629a6fc7",
      "Id": "69b727af56e540eabc089c3af5716f43",
      "IsHidden": "False"
    },
    {
      "Start": "a1daed9dc61c4aaa8725bee6398c1606",
      "End": "470341f87b24407081da65f272c4d731",
      "Id": "fe1769fc655b4fb5aac567639a9cf331",
      "IsHidden": "False"
    },
    {
      "Start": "36831a1e2f58483fa18d3f1f04038b00",
      "End": "62aa331e58e047b38099b769e6797d90",
      "Id": "4695eee7ec9f49c4a21dab86ec25203f",
      "IsHidden": "False"
    },
    {
      "Start": "a8d3311486a04d45b81b7f972fcf65f2",
      "End": "52f97fbe241548fc803c8ffcfbced324",
      "Id": "b0095e7add9f4921a60116c0e947d83e",
      "IsHidden": "False"
    },
    {
      "Start": "28fee3d1bf894ba88fe400e6f131ec39",
      "End": "26644b552e7e45f98a5221d6eb512b3e",
      "Id": "5498163a48224942b637a55885dba284",
      "IsHidden": "False"
    },
    {
      "Start": "0b5ca5e9cdca4481a54811da81e522df",
      "End": "45fff084f9fb4fb5b81712f356ed2ec3",
      "Id": "c0c5ec1b86b64f2e8b7f444d67854c60",
      "IsHidden": "False"
    },
    {
      "Start": "6053598ffaf1477cb9dc19ee55c3f054",
      "End": "df9ec9c13f9b4ef0ad07529c61d6e5b7",
      "Id": "0c4b2768c93c435aa32109e9359aca68",
      "IsHidden": "False"
    },
    {
      "Start": "48bb40342f8a4bf7a9c9ccf6421c5eb4",
      "End": "99f5836fb2e44325b560d9232ff0a7a0",
      "Id": "f07efe6b4dd149e3a7ff6ce4964cb262",
      "IsHidden": "False"
    },
    {
      "Start": "986554c84cd9434abfd168a2ecacff8d",
      "End": "b6cc8822fbcd474b86323e7a12dde2da",
      "Id": "a190eb6ca17f4c71a83dcc0d6caced0e",
      "IsHidden": "False"
    },
    {
      "Start": "be4a3f900e024351bfedf7a875be1b35",
      "End": "6f782f11876f4914a7bd2bfda830cee6",
      "Id": "74c24e932dc74f5995758d8c883307f5",
      "IsHidden": "False"
    },
    {
      "Start": "d0c141d0843542b98dea2d8cda63eafc",
      "End": "22a1ea89d438430598db71e3153a5b34",
      "Id": "021d17517ff4418283ba816bc5894699",
      "IsHidden": "False"
    },
    {
      "Start": "311750add4354a439eabed457e6fd346",
      "End": "252611d3e5f540d7ad6403ccb2723aa1",
      "Id": "78d03853f9bb4bd7bf08d8b35c477906",
      "IsHidden": "False"
    },
    {
      "Start": "4b96bddb03d54fb99b6bb8e00c6a6c02",
      "End": "c674e969f4c9453685f016eeb41c010f",
      "Id": "61e567d9ddb14de9837dae2f2b1b6c15",
      "IsHidden": "False"
    },
    {
      "Start": "fb9be931fddf45c8a33ac5b52d62fcf2",
      "End": "810bdf8650de445482c273031e029ba7",
      "Id": "1912450f7fdb48f2ac957ec56521a2b2",
      "IsHidden": "False"
    },
    {
      "Start": "925582fdd0c340c9aaf4c1fe78c744fc",
      "End": "fe5f4815833445bb8f51000cedf7ac73",
      "Id": "22f36256cb6f4710a98b8b8178a877ea",
      "IsHidden": "False"
    },
    {
      "Start": "12f5ccd521234a66b68fcf9a10124d4e",
      "End": "2986ec9cfed84205b33a0271e5278ab2",
      "Id": "f27673d6d55f43229b0ded4e91e5d852",
      "IsHidden": "False"
    },
    {
      "Start": "ef26e8ac2eef45568234b0ac990bd087",
      "End": "680f2a7804d34986968d3a614f42c9d6",
      "Id": "7bcd2d791d5045ad817d0533a5b4e1d4",
      "IsHidden": "False"
    },
    {
      "Start": "c7302628d05d4c44969f2defce29369c",
      "End": "91da0740bc3242b39ea4b5ec6e62977f",
      "Id": "13a7bb295224473dae68b341ce4fa4ef",
      "IsHidden": "False"
    },
    {
      "Start": "feb374f017b94e9fbc477519f935ceed",
      "End": "38318b6237c84c41bcad566625317421",
      "Id": "6ea601956ef64855aa77fe4b2239804a",
      "IsHidden": "False"
    },
    {
      "Start": "6f671e20276a4378a3279b00c76109f8",
      "End": "5562b1368c8f4db7a4d2cb10ad38535c",
      "Id": "5a8cb83cc232422198f1837ff8c511d6",
      "IsHidden": "False"
    },
    {
      "Start": "2a7c5add07c24fd49bf99c337048efce",
      "End": "2dbc4870ea604e77af5596cd430a75db",
      "Id": "cd6db732a5024c51a1efad79313671ef",
      "IsHidden": "False"
    },
    {
      "Start": "0f62254ebded4028abc5f70bea662dc6",
      "End": "542550eb94de45af96034ed17d0acd64",
      "Id": "240c6e7305d24af6847757ef7d74c1e1",
      "IsHidden": "False"
    },
    {
      "Start": "7348734431104bf686c4f8c9e7cd0690",
      "End": "11a31b0dd80d43fe95b89ca0dc7984f1",
      "Id": "8bc906d425bb4809bd5c9fbe52a8ec6f",
      "IsHidden": "False"
    },
    {
      "Start": "81eeea605a774bcc9ec049889bea1a98",
      "End": "4ac6ae9def9140aab0b44e5a32551a0c",
      "Id": "1151fafe2cb849ea877300cb93bd0534",
      "IsHidden": "False"
    },
    {
      "Start": "f1ad7f73b49d4152b402bfe364e270be",
      "End": "8e7467d6460a4d70b3d47a4d48527347",
      "Id": "1fdfa2d2f1084265b4403098024feeba",
      "IsHidden": "False"
    },
    {
      "Start": "1fa3b87d892746feb65261e093a720d0",
      "End": "fe9955aad26d4df1bbb3b7a0634d1707",
      "Id": "a61513b4aed545aab9c53d81e9f933b4",
      "IsHidden": "False"
    },
    {
      "Start": "9f33ff49858442e29636b19bff30abec",
      "End": "691a2df3c4c44f5faa1d1674ea1866e2",
      "Id": "39ae5447d5a74788a6fe8c7cc0ac04ae",
      "IsHidden": "False"
    },
    {
      "Start": "7a4ca7aa7fb5471fb18e1b9d1610ef96",
      "End": "57c46cbadd63422dab18b8ccd5e7de97",
      "Id": "a10cbe65670a4f5b8356787c714af01c",
      "IsHidden": "False"
    },
    {
      "Start": "135e4fd4c627488ca65198129ecaf67e",
      "End": "b442caf26eba4faaacba83caa9834aae",
      "Id": "91680dae0a6d4e209775c67d21df9f7c",
      "IsHidden": "False"
    },
    {
      "Start": "53f5d96f0028430b9d205d9c4c9e02c0",
      "End": "85f538ddba9a4a1a8951481a38560fd2",
      "Id": "ce82d7abf80f44618d0408ca01ea39e9",
      "IsHidden": "False"
    },
    {
      "Start": "2b07ae1f4b09492ea4b13dff04ce0479",
      "End": "b26df46b1be64ea5abe333fcc4540852",
      "Id": "5ec48be174a34d3daa9373f859486afb",
      "IsHidden": "False"
    },
    {
      "Start": "12ae9c01f09e45dda6f0784d2f941efc",
      "End": "7b93fea197954611a893f97f534621e9",
      "Id": "33af46e4afef4175b963d64df623d5ff",
      "IsHidden": "False"
    },
    {
      "Start": "82d0e0c8ee1a4f6a94407113e2b8a8c4",
      "End": "dd9434eb51b2401ab2a07e38114b65ea",
      "Id": "9891dbee7d5046f8b71fdc4c3344a406",
      "IsHidden": "False"
    },
    {
      "Start": "080ec847a44e42c3aa6767032f3a5ffc",
      "End": "9a7606908744461abe31200a372d7ec7",
      "Id": "c4fcd4920656418fb6e38475a284f72d",
      "IsHidden": "False"
    },
    {
      "Start": "606b76350f4a4d148d1507a90acfdd8a",
      "End": "56fc32a3430249caa11b41296daa1923",
      "Id": "19a826473e0c404b8a64d9b1cb71c818",
      "IsHidden": "False"
    },
    {
      "Start": "27559cc2ac654d57b43dfb8e27918566",
      "End": "3e0a7b8d3e834bc6a864460389702d7d",
      "Id": "add5e93534e148f8bfd817891342f9e6",
      "IsHidden": "False"
    },
    {
      "Start": "3c3a2091dd5a41ee8179b3f8f06f226e",
      "End": "76103a401ee14f548c801a383711d984",
      "Id": "92630e797d984c18b332b7cc5879ab78",
      "IsHidden": "False"
    },
    {
      "Start": "ad0025a033e9427e9a3165f647919f0c",
      "End": "aca9a33acce0446c9779e76f566da41a",
      "Id": "70d9af7b03c349d3b09e476436506ff8",
      "IsHidden": "False"
    },
    {
      "Start": "438b4b81657b40ca845f3424100b3056",
      "End": "b5a792c2c8d34e1d9742846b14b2cd6b",
      "Id": "c4a201a7196a4f1ab60d8b3365c13e2e",
      "IsHidden": "False"
    },
    {
      "Start": "35cfeda4832b4df3ac6b54f5b0e7d4fa",
      "End": "64dfed18ab8446599455c03286d4271e",
      "Id": "5079122e09dc4a0494e7e2cfabcedde7",
      "IsHidden": "False"
    },
    {
      "Start": "5d6aea69f2c049f499280d419e8b8b3a",
      "End": "da86ebe2102d498481ef69e32345b80f",
      "Id": "48ee3ae5df7b43dda0ff099d78d94ee4",
      "IsHidden": "False"
    },
    {
      "Start": "5a9027cbe9a14df9a68934366969878f",
      "End": "e384e2dde89e445c8b9bb4cd9bc10901",
      "Id": "cc07ad8aaa7647e0ae8ecd9f8ffbb9b3",
      "IsHidden": "False"
    },
    {
      "Start": "bc6c366b25144e8aa5f502e1227585da",
      "End": "dd700c1ee89f48bbbc50b5d983edfcce",
      "Id": "db8f4d9e0cab48d5beba3db54196b6eb",
      "IsHidden": "False"
    },
    {
      "Start": "19c1a124cccf4c73a268ff62618f4ed6",
      "End": "875f4def115a4afc9cdc441dcec59a99",
      "Id": "993871ce82084426b9018773aed42a9a",
      "IsHidden": "False"
    },
    {
      "Start": "50ad44baad14428897853825b10cf7d0",
      "End": "4a8319562c284c81a7d260bd18b781e3",
      "Id": "1327f7ae84be4a0994c9d47bdb655a1f",
      "IsHidden": "False"
    },
    {
      "Start": "b7f0898fe09641f393e91dc64111177b",
      "End": "0de5f8a17dbe4cf59151d2facf965ecd",
      "Id": "c7462d3425fa416f9edbada88aea4fc7",
      "IsHidden": "False"
    },
    {
      "Start": "819f122244964c83b274597f95cbb095",
      "End": "4632e50d44964062af5c90c2b8c0d85f",
      "Id": "ff46ee7b64194093a4c385bafc703e72",
      "IsHidden": "False"
    },
    {
      "Start": "1e407874468f42a7a1964920cd321c2e",
      "End": "53cc8bf43db4476a89fc7bdbbe72a02d",
      "Id": "910e05c939954c6cb3b3928e673acd8a",
      "IsHidden": "False"
    },
    {
      "Start": "80878d89b8c243c3a7e421ebab113deb",
      "End": "d649d6b135b6401382e124f2a23d7cde",
      "Id": "542dd1390474444f8f1216458a333b67",
      "IsHidden": "False"
    },
    {
      "Start": "9c17f6706e904afc93bd442ddec02872",
      "End": "8490cc9509a247acb9264ed0793f1c11",
      "Id": "8db9bc8ce2844885a4bde50959d0d946",
      "IsHidden": "False"
    },
    {
      "Start": "eab44b8029b046718ae6b0b6d881b86c",
      "End": "b6e31933d6f9400ab5bf2b2f219cb6dc",
      "Id": "128c82a68ee744e7b98bfbe69577e1ff",
      "IsHidden": "False"
    },
    {
      "Start": "b56a70398377445dbd21d32d2e8f1839",
      "End": "013a15aa7cf7418bbf1eedfa7d4ea32f",
      "Id": "4a24647de1be4d459de8e0916ec31405",
      "IsHidden": "False"
    },
    {
      "Start": "e3dab9a8cf7f47bb8c39c3a47758c549",
      "End": "876bccd78a7241b4ba7f540d8c5e79f6",
      "Id": "f58a8d29d1d2401784499dacd01ec84e",
      "IsHidden": "False"
    },
    {
      "Start": "a6bbe5c4fd58454f857e025bcb6530b0",
      "End": "76777ad8a6a7465796008909cea0c28e",
      "Id": "1ca09e7d62304e06b23e816fd9911b15",
      "IsHidden": "False"
    },
    {
      "Start": "a95aa254954c4ba5b35dd24dea1cddaf",
      "End": "92c86f92041c4ff98939710265235df6",
      "Id": "3d0942d871ab434fbcc692ce90dbc91e",
      "IsHidden": "False"
    },
    {
      "Start": "b5b599899bfc4bbdba1d45add209f1d4",
      "End": "6bbeba69d72b4812a5e6f2b6193833af",
      "Id": "189fc547fc52417c9399c4a5b11c4249",
      "IsHidden": "False"
    },
    {
      "Start": "a8fdd03704fe458b91a02cb1d38e0a0b",
      "End": "b03dbf3035434b3092c2f8223d38c131",
      "Id": "286f2ae031174f4488d53d4f6feb4cb3",
      "IsHidden": "False"
    },
    {
      "Start": "deaf6ed040bb40af9adf50d13fe7c346",
      "End": "795ed239ccea4d21a660d93512bb424b",
      "Id": "64a67f4afd8946179bcab31811625837",
      "IsHidden": "False"
    },
    {
      "Start": "b85b37a900754a1fbac3c05d6a957f4c",
      "End": "d179e3579e4c4d13a1b31b1945c75773",
      "Id": "b3160ea860ab40d68dd1daa964f2414b",
      "IsHidden": "False"
    },
    {
      "Start": "e04bbdb28ae84f11a5cf97f754cceefa",
      "End": "9a4f2111323c4267a8816a33ad56f3b8",
      "Id": "8bdb39611fb443a08f1195adc03a607c",
      "IsHidden": "False"
    },
    {
      "Start": "bf6fdae2d3904d278d1a16a3d99fb601",
      "End": "0cfab9be37684c9e9b3403520104dfff",
      "Id": "5d5896c64ade41e3863775d16b857868",
      "IsHidden": "False"
    },
    {
      "Start": "415ccdb37f034766b60f3bb82b1dc13b",
      "End": "6b219c20ef2d404ab67402b5856052a6",
      "Id": "0bb195be0414450a8ffb0ea814cde6fe",
      "IsHidden": "False"
    },
    {
      "Start": "cc8dd51e3ea2463f8e2519f1958cbf3b",
      "End": "8eb906b480084a53bde400973fa52e7f",
      "Id": "ca767a6c5ebf4a75b484d78d203c05c7",
      "IsHidden": "False"
    },
    {
      "Start": "52c04d532e164524ad318204ac8340a8",
      "End": "b38ff94c63f84d0cba2aa66f44aabeb4",
      "Id": "27279488b505492ab1280f4cce075de3",
      "IsHidden": "False"
    },
    {
      "Start": "5f2adde101f34b4aa76ee2117f9f4631",
      "End": "61dc2409634548bbbb0a074d7498fc85",
      "Id": "d0c00f36e49543cfb99a834e1c3a70d1",
      "IsHidden": "False"
    },
    {
      "Start": "afa44238d602479fbae16a0706fd12f1",
      "End": "6f3598a6e6264a7bbfb396f2897473b9",
      "Id": "6e3c019777964953822504110825946b",
      "IsHidden": "False"
    },
    {
      "Start": "e67d769b3ae2418a85255e80cd956ec1",
      "End": "20d6f00c6db641a5867ac26ccd2aeb81",
      "Id": "ab2d703bcc32433fbea895e81ff64664",
      "IsHidden": "False"
    },
    {
      "Start": "36dedb432e9549a08a841b798a4b254a",
      "End": "72577c5f9c1b4a79a5c6bb24d7b63a6a",
      "Id": "cfce2eb8d6044c3fab05924ca56a8093",
      "IsHidden": "False"
    },
    {
      "Start": "7fdde9c2867d4346ab2a39288225684a",
      "End": "6ffec1737b0a4767924b4d60dc768b13",
      "Id": "8464d4b76f26497eaf0a26aa767a6f07",
      "IsHidden": "False"
    },
    {
      "Start": "fdefc185c31c456da783f100e0c5a249",
      "End": "c7de68baf0fd49d5929a4b6aba89a33d",
      "Id": "36e37481c4f54bac95739146b0fc66f6",
      "IsHidden": "False"
    },
    {
      "Start": "6355845b5cb04aef9b935759041a485d",
      "End": "122fc36bee774a45944563a671eda692",
      "Id": "58c873dd240444dfae1d62f88006f19e",
      "IsHidden": "False"
    },
    {
      "Start": "3ce7ea70fdf1491a85982c0a7e147051",
      "End": "e10e17801f074f74b263914feb5e596f",
      "Id": "30e096f90bce47e9bf587b25045cd8f2",
      "IsHidden": "False"
    },
    {
      "Start": "6d880c96d6544dba9cfab21714c18232",
      "End": "ad96272250bf4c91945aec693fea7b5c",
      "Id": "0280f7ca87cc424598e9f1c2106c003b",
      "IsHidden": "False"
    },
    {
      "Start": "b29a2d0483e4447982be12df916868bf",
      "End": "55a8a0449bd5494db648d6a9343f3f49",
      "Id": "0196ad2e13ef4bf3bebbe06c87ae2256",
      "IsHidden": "False"
    },
    {
      "Start": "4fbd9862981f4c628d29b06ba47337ae",
      "End": "f734304b316a414cafdbc01ca30b68ad",
      "Id": "f46fd11ff80a46838b7646e5e4cc4ee2",
      "IsHidden": "False"
    },
    {
      "Start": "58f1060ce0b64865886e916f2f0bfb5e",
      "End": "672d6283b91d4faca5ea5ef0ab52cad1",
      "Id": "c44c3ce4a7b04b3baa743ad7a04fc0f9",
      "IsHidden": "False"
    },
    {
      "Start": "078b2bff02b44a8caad4cea4e63f3e98",
      "End": "387d58cd7da44ea2b0beb6f37f726c8b",
      "Id": "742318dd8dd54d039efe9bdee691d771",
      "IsHidden": "False"
    },
    {
      "Start": "ae2d561ef289462dbf9a7825fb32f720",
      "End": "51409162a67047e8b1ba699df604e2a3",
      "Id": "370e4549f0ab407c8626c3ebc361326e",
      "IsHidden": "False"
    },
    {
      "Start": "84d2e924c60744eaaa102c96a640f591",
      "End": "fcaf7e8a96b2457c99cb26866f0c237d",
      "Id": "d149ab3f9d2c431284203926d75a0331",
      "IsHidden": "False"
    },
    {
      "Start": "388d93d4a91145719f98a307e7bcacf5",
      "End": "a22f0a14a1a54b73ac0f58a10499cd12",
      "Id": "10c23427047f46ebb4e842e1b0b6e7c0",
      "IsHidden": "False"
    },
    {
      "Start": "efeb831692fd4581bdbca4a527d00294",
      "End": "7a61b8e4f2674cff9a9b0864be1d38c8",
      "Id": "a970af475199452d86f0154934a216c5",
      "IsHidden": "False"
    },
    {
      "Start": "e4bc769cdcad47c1959fa25ed2c9360d",
      "End": "7b1d0651c100462fbf5de68085c36d00",
      "Id": "f564cc20987049579be924e9c3680c89",
      "IsHidden": "False"
    },
    {
      "Start": "026ddb94db4b4245aade2e1717fdde6a",
      "End": "ef48a96b817541f7991714d1ef0638ba",
      "Id": "4c543764935d4b6e9615c6bef5060799",
      "IsHidden": "False"
    },
    {
      "Start": "e0ebccf6012e4617961c244b2cd12b86",
      "End": "af5e66e0e48341cbbe28fe0794deff27",
      "Id": "ee7d925ebdac40d79f48db0bdc9226f6",
      "IsHidden": "False"
    },
    {
      "Start": "30bc6c06923f4d96887d5ace8644ab92",
      "End": "2353732ed3e84ae9b3c5b1467caf7a20",
      "Id": "5e680ad2d4ad4a82ae8f15ce57e791ae",
      "IsHidden": "False"
    },
    {
      "Start": "02520c6596884ee8a62b7b8dc8cc313a",
      "End": "4c1e4118273243d5b3b0d6df68007425",
      "Id": "8de95cb6f1fc4bbbaadfd4970bef3748",
      "IsHidden": "False"
    },
    {
      "Start": "3fdbee750a77491c9134932c1170ae6f",
      "End": "5e79231c224b41c89d6185bc54075357",
      "Id": "a761eef8672f4ae2a983dbd1ecbd00ea",
      "IsHidden": "False"
    },
    {
      "Start": "581d92923b584f08a828fc361985c3a9",
      "End": "f6202726eca04a8aa44f850e505123a0",
      "Id": "ef574ef2c17642a38995516110021c77",
      "IsHidden": "False"
    },
    {
      "Start": "bb910015f35a4e4288f83c7a1bddb417",
      "End": "01bd9b7a20464ce3b2be01567d30ce87",
      "Id": "5f641703302046d6bd5ba60301414b1d",
      "IsHidden": "False"
    },
    {
      "Start": "077a9d945eb64bfead4a3429be78c334",
      "End": "3506b830caa74be6ad8bd34f8119cd6b",
      "Id": "faa8d81fc7c04e0b943d28d9c3188ec8",
      "IsHidden": "False"
    },
    {
      "Start": "794402d4fe9d4bc088f9fc6a6c6b3080",
      "End": "6a60682420604194af001295a77c39fb",
      "Id": "b90393ffdeb24dd99ef37bb3b40c1002",
      "IsHidden": "False"
    },
    {
      "Start": "a428e472039a4573871584f873aaa41f",
      "End": "61a6401f6bf147a88b19014ea35cf5dd",
      "Id": "863c1f19241c4108a7da916624f0c4b8",
      "IsHidden": "False"
    }
  ],
  "Dependencies": [],
  "NodeLibraryDependencies": [
    {
      "Name": "MeshToolkit",
      "Version": "3.0.0",
      "ReferenceType": "Package",
      "Nodes": [
        "f0415bf506374fd7b9a9d66a4ab397e3",
        "a572b36fc6f740e59be318369b0913d7"
      ]
    },
    {
      "Name": "SE_ModelAssG.dae",
      "ReferenceType": "External",
      "Nodes": [
        "a572b36fc6f740e59be318369b0913d7",
        "7bd7cf85969f4ab29f09b7e05d963e82"
      ]
    }
  ],
  "Thumbnail": "",
  "GraphDocumentationURL": null,
  "ExtensionWorkspaceData": [
    {
      "ExtensionGuid": "28992e1d-abb9-417f-8b1b-05e053bee670",
      "Name": "Properties",
      "Version": "2.13",
      "Data": {}
    },
    {
      "ExtensionGuid": "DFBD9CC0-DB40-457A-939E-8C8555555A9D",
      "Name": "Generative Design",
      "Version": "2.0",
      "Data": {}
    }
  ],
  "Author": "",
  "Linting": {
    "activeLinter": "None",
    "activeLinterId": "7b75fb44-43fd-4631-a878-29f4d5d8399a",
    "warningCount": 0,
    "errorCount": 0
  },
  "Bindings": [],
  "View": {
    "Dynamo": {
      "ScaleFactor": 1.0,
      "HasRunWithoutCrash": true,
      "IsVisibleInDynamoLibrary": true,
      "Version": "2.16.1.2727",
      "RunType": "Manual",
      "RunPeriod": "1000"
    },
    "Camera": {
      "Name": "Background Preview",
      "EyeX": 60.069866180419922,
      "EyeY": 29.288259506225586,
      "EyeZ": -1.2151768207550049,
      "LookX": -0.043365478515625,
      "LookY": -0.020267486572265625,
      "LookZ": 0.026384472846984863,
      "UpX": -0.13387888669967651,
      "UpY": 0.98741191625595093,
      "UpZ": 0.08422677218914032
    },
    "ConnectorPins": [],
    "NodeViews": [
      {
        "Name": "Start.Point",
        "ShowGeometry": false,
        "Id": "e925b57981204d2a8349fb2bab8ace39",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 579.93881101011607,
        "Y": -117.13166868293288
      },
      {
        "Name": "Vector.ByCoordinates",
        "ShowGeometry": false,
        "Id": "cad0fa9e769b4c6eaa99c15f59dd2f0c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 577.84246724686682,
        "Y": 68.6733709570313
      },
      {
        "Name": "Bridge.Central.Axis",
        "ShowGeometry": false,
        "Id": "5906e9a4b32b43bd8592c75389ea83e6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1132.382408055244,
        "Y": -89.89627332308288
      },
      {
        "Name": "End.Point",
        "ShowGeometry": false,
        "Id": "d71f55205a784308b7762515d30855a6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 841.53286662367532,
        "Y": -5.7805541104752365
      },
      {
        "Name": "Bridge.Length",
        "ShowGeometry": true,
        "Id": "687cf644de004e1db06d910517dae01b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 108.60799803111468,
        "Y": 161.6332711980312
      },
      {
        "Name": "Bridge.Elevation",
        "ShowGeometry": true,
        "Id": "ec8c8c79d31b4f03bf672196407f4d65",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 101.15504503279124,
        "Y": -169.1581248862683
      },
      {
        "Name": "Bridge.Width",
        "ShowGeometry": true,
        "Id": "31699a6817bb4277873876745910ab01",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1003.2975192111767,
        "Y": 300.35939147970163
      },
      {
        "Name": "Line.Direction",
        "ShowGeometry": true,
        "Id": "6f9b1fe9f44f4d7a95a833cc130e3f43",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1489.0232816449427,
        "Y": -153.25146050755143
      },
      {
        "Name": "Vector.Normalized",
        "ShowGeometry": true,
        "Id": "2cf85cc33b244443a04f344ac6d67f46",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1731.3294872057545,
        "Y": -86.491339264248779
      },
      {
        "Name": "Vector.Cross",
        "ShowGeometry": true,
        "Id": "96721c50129d4bacb786d28e847e13a0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1991.9097659378756,
        "Y": -55.139050118441475
      },
      {
        "Name": "Vector.ZAxis",
        "ShowGeometry": true,
        "Id": "79867306c32b4980a99ab9807de66e69",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1775.8121262779791,
        "Y": 52.409943018931131
      },
      {
        "Name": "Formula",
        "ShowGeometry": true,
        "Id": "5ebb6162fda440b1a198b8a9a537dc85",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1520.2321461565866,
        "Y": 185.14302617039448
      },
      {
        "Name": "Formula",
        "ShowGeometry": true,
        "Id": "ae1554eb86db473f983f547189c45811",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1880.150673191609,
        "Y": 295.61236647437352
      },
      {
        "Name": "List Create",
        "ShowGeometry": true,
        "Id": "cb3727f3088b474dba1b7d27e4181a5a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2197.6965041618164,
        "Y": 226.03483240391256
      },
      {
        "Name": "Geometry.Translate",
        "ShowGeometry": false,
        "Id": "fb1c8b85e8df42cab55dc331a49cd08d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2414.9676126592176,
        "Y": -144.00409036846304
      },
      {
        "Name": "T/L",
        "ShowGeometry": true,
        "Id": "c59413f472fd4c0b93fb306daf218d27",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 68.82193754956802,
        "Y": 427.74163668677261
      },
      {
        "Name": "Bridge.Transversal.Span",
        "ShowGeometry": true,
        "Id": "79e7e433a77946879f15834a34ecc6ce",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2779.057583631557,
        "Y": -37.852121864873652
      },
      {
        "Name": "/",
        "ShowGeometry": true,
        "Id": "f567fc8bab9f4a78b37b989c3e56736e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3314.1546594282481,
        "Y": -114.04586175783436
      },
      {
        "Name": "%",
        "ShowGeometry": true,
        "Id": "24f62bf8a1bd42f2a0a95ed21ee53f8b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3309.2683349213962,
        "Y": 74.396632033489709
      },
      {
        "Name": "/",
        "ShowGeometry": true,
        "Id": "e92a8e93bf084f9ebbd2eeb23f6a36e0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3571.3226153503124,
        "Y": 221.9114838699976
      },
      {
        "Name": "Number",
        "ShowGeometry": true,
        "Id": "68044776efbe41799366c383eddee56f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3334.1370924901075,
        "Y": 283.87295369045876
      },
      {
        "Name": "Math.Ceiling",
        "ShowGeometry": true,
        "Id": "c0070bbe5cfc4f67b13d174c045fd0af",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3559.9493169572538,
        "Y": -34.665946149981551
      },
      {
        "Name": "Sequence",
        "ShowGeometry": true,
        "Id": "c7e484452e594cf8bc248bc7e01b8810",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3853.577163478973,
        "Y": 56.808522181535295
      },
      {
        "Name": "Curve.PointAtSegmentLength",
        "ShowGeometry": true,
        "Id": "7ac438dd8af446fc88e5f250b4212207",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4155.5638468064226,
        "Y": 190.32788577721169
      },
      {
        "Name": "Watch",
        "ShowGeometry": true,
        "Id": "b3eac23b8bab40c4ae4d19eb83c995bc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5025.717664255083,
        "Y": -16.349684109038435
      },
      {
        "Name": "List.Transpose",
        "ShowGeometry": true,
        "Id": "e6dd5f2dca7f43e8a9dae5f4240197e6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4443.9475988693193,
        "Y": 4.8232428009481509
      },
      {
        "Name": "PolyCurve.ByPoints",
        "ShowGeometry": false,
        "Id": "706ce8105c7b47f19c9df9a23c68f7bc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4648.36756036218,
        "Y": 249.74185549551282
      },
      {
        "Name": "H/L",
        "ShowGeometry": true,
        "Id": "1535f16820874c75909b71714e423d29",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 600.785614094531,
        "Y": 1011.0365733498297
      },
      {
        "Name": "Arches.InclinationAngle",
        "ShowGeometry": true,
        "Id": "65022089093f400ea0195cd4653b4e67",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2219.9856140945317,
        "Y": 1303.3815733498295
      },
      {
        "Name": "List.Deconstruct",
        "ShowGeometry": true,
        "Id": "0575a7ca3e0f4e48b1773e5577e3d277",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 72.042021171587749,
        "Y": 1113.7630018000032
      },
      {
        "Name": "Curve.Reverse",
        "ShowGeometry": true,
        "Id": "67ca1c272b7d42c5a6fb0db740d6111a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 320.98610971858307,
        "Y": 1125.5886429724121
      },
      {
        "Name": "List Create",
        "ShowGeometry": true,
        "Id": "f9b1282edf8242e69f049bb6789481ec",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 581.48366033551656,
        "Y": 1223.806326902878
      },
      {
        "Name": "List.Flatten",
        "ShowGeometry": false,
        "Id": "493c19b356ce4fe7ba7f10a005428b22",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1043.9856140945312,
        "Y": 1156.8815733498295
      },
      {
        "Name": "Curve.CoordinateSystemAtParameter",
        "ShowGeometry": false,
        "Id": "dfcbb221b20c4d94a2bd92c8d7ce86d5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1379.8316245005462,
        "Y": 1227.2508997458199
      },
      {
        "Name": "Number",
        "ShowGeometry": true,
        "Id": "ace04bf30a744bbbba72be2ae4dc3f37",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1043.9856140945312,
        "Y": 1335.8815733498295
      },
      {
        "Name": "CoordinateSystem.YZPlane",
        "ShowGeometry": false,
        "Id": "945add6c4d61466ab6187b032a5f2967",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1847.9856140945312,
        "Y": 1120.3815733498295
      },
      {
        "Name": "Plane.Origin",
        "ShowGeometry": false,
        "Id": "c2a7b81f8ab14c83904f6970546ea43d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2219.9856140945317,
        "Y": 1008.3815733498295
      },
      {
        "Name": "Plane.XAxis",
        "ShowGeometry": false,
        "Id": "9cfdad6bd3824ee3b66144901b75cde6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2220.7538172263808,
        "Y": 1153.3087608224328
      },
      {
        "Name": "Geometry.Rotate",
        "ShowGeometry": false,
        "Id": "c6e45e8fdbc145eeb4f57f282172fb4e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2635.7689094587458,
        "Y": 1028.4325430060135
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "51545619a83247e3a4b8dcb8cd9ea9c5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1042.9902996738615,
        "Y": 862.58478613149623
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "b5fdf9ff985c4067a7f7d591deaccfc7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1438.7630729391417,
        "Y": 1030.7375157322854
      },
      {
        "Name": "Curve.PointAtParameter",
        "ShowGeometry": false,
        "Id": "9ce38fa72d5b413489f95d186cd36124",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1854.0795986034846,
        "Y": 690.07652786498079
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "38cb4e04f1d04f72ad7fe40029b4bf7a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1466.1674967607223,
        "Y": 757.3175972811357
      },
      {
        "Name": "Geometry.Translate",
        "ShowGeometry": false,
        "Id": "9f45bfad129c43caad6f00a69afafbfe",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2219.9856140945317,
        "Y": 830.38157334982975
      },
      {
        "Name": "Vector.ByCoordinates",
        "ShowGeometry": false,
        "Id": "818de58b462b4d88ae658cad1ebefc70",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1847.9856140945312,
        "Y": 906.38157334982975
      },
      {
        "Name": "Arc.ByBestFitThroughPoints",
        "ShowGeometry": false,
        "Id": "d671d401746941daa2cb4dacf0bbd3d3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2619.3620716314254,
        "Y": 886.34151523429671
      },
      {
        "Name": "Curve.Project",
        "ShowGeometry": false,
        "Id": "2dda06cf7f63432dbe4287373d997e7a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3046.3856140945318,
        "Y": 1060.3815733498295
      },
      {
        "Name": "CoordinateSystem.XAxis",
        "ShowGeometry": true,
        "Id": "966dd42cc4894680aee266359cc2cee2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2659.4836920092166,
        "Y": 1282.4828201640612
      },
      {
        "Name": "List.Deconstruct",
        "ShowGeometry": true,
        "Id": "bbf3bd23cc164cd7becb04f824c0b504",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3447.9856140945303,
        "Y": 1060.3815733498295
      },
      {
        "Name": "Curve.Reverse",
        "ShowGeometry": false,
        "Id": "78f52ca57a7f4392970283871d96fc9b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3742.6364490803808,
        "Y": 1017.4311713222974
      },
      {
        "Name": "List Create",
        "ShowGeometry": true,
        "Id": "cd70d7fc70cf4e90975c786b132e9f44",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4032.7856140945314,
        "Y": 1060.3815733498295
      },
      {
        "Name": "List.Flatten",
        "ShowGeometry": false,
        "Id": "69063a802c72451db4c533e78777e42f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4285.9053125745522,
        "Y": 1058.0986761021163
      },
      {
        "Name": "Curve.PlaneAtSegmentLength",
        "ShowGeometry": false,
        "Id": "1f4bebe8e10145e79e6b04e0d8e6f303",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4993.5734847338663,
        "Y": 928.98811807132324
      },
      {
        "Name": "Geometry.Rotate",
        "ShowGeometry": false,
        "Id": "3539789414014694b3a0f6d395525da3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5440.595060857504,
        "Y": 897.86218005175169
      },
      {
        "Name": "Vector.XAxis",
        "ShowGeometry": true,
        "Id": "5eb40bb769c644cfb5118af675062df3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5049.1399512887692,
        "Y": 1189.9359970854712
      },
      {
        "Name": "Cables.Inclination",
        "ShowGeometry": true,
        "Id": "a9fb2efd47fa4d5ebfa00df703ce2d1f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4610.9803933907551,
        "Y": 1168.8497470854709
      },
      {
        "Name": "Geometry.Rotate",
        "ShowGeometry": false,
        "Id": "1247a50ebc614ea287f7fca9c5face16",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5445.139951288771,
        "Y": 1246.935997085473
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "c9c6dfdd151d47e7921a0ead08f5ca7c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5049.1399512887692,
        "Y": 1348.763497085471
      },
      {
        "Name": "Geometry.Intersect",
        "ShowGeometry": true,
        "Id": "29463dd85e844f1cb32bd61e2b29d6d2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5782.73995128877,
        "Y": 852.93599708547117
      },
      {
        "Name": "Geometry.Intersect",
        "ShowGeometry": true,
        "Id": "063884e69e7a4cb799973e4a7dabe5d8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5781.4631182987705,
        "Y": 1212.935997085473
      },
      {
        "Name": "List.IsEmpty",
        "ShowGeometry": true,
        "Id": "d37b78a0eb554a3c96aef470f219f06a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6129.9399512887685,
        "Y": 778.43599708547117
      },
      {
        "Name": "List.IsEmpty",
        "ShowGeometry": true,
        "Id": "4d500c86c4e341c39cd89ad41f10eb49",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6112.8936153278555,
        "Y": 1260.2831936066591
      },
      {
        "Name": "List.FilterByBoolMask",
        "ShowGeometry": true,
        "Id": "b4ac1858e6824244a3bf136599d0629a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6389.8113761751647,
        "Y": 758.91278786667817
      },
      {
        "Name": "List.FilterByBoolMask",
        "ShowGeometry": true,
        "Id": "00fa8acc064945448c99a35eab508432",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6400.33995128877,
        "Y": 1104.6859970854712
      },
      {
        "Name": "List.Flatten",
        "ShowGeometry": true,
        "Id": "a6112a77af574c50b58e8d8e9a1fed56",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6400.33995128877,
        "Y": 927.43599708547117
      },
      {
        "Name": "List.Flatten",
        "ShowGeometry": true,
        "Id": "819f4e9193a240ee833e700ec9734f72",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6400.33995128877,
        "Y": 1287.1859970854712
      },
      {
        "Name": "Point.Z",
        "ShowGeometry": true,
        "Id": "a088671019a2430e9a0875bceeca8b9a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6741.795160386333,
        "Y": 862.55302423143985
      },
      {
        "Name": "Point.Z",
        "ShowGeometry": true,
        "Id": "982607c7c8ff4d908f0d160bab8130e4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6758.0717356723908,
        "Y": 1220.6083434983234
      },
      {
        "Name": "Point.Z",
        "ShowGeometry": true,
        "Id": "bd8e9271c65044a98ff6f849eaab994b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6739.07622457031,
        "Y": 730.09526894231612
      },
      {
        "Name": "Point.Z",
        "ShowGeometry": true,
        "Id": "40476829485f40a989a2a0311321bc78",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6751.2294383229164,
        "Y": 1069.3230310457825
      },
      {
        "Name": ">",
        "ShowGeometry": true,
        "Id": "5c588c035df443aea283fbeda0df224d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7029.9399512887685,
        "Y": 950.18599708547117
      },
      {
        "Name": ">",
        "ShowGeometry": true,
        "Id": "494b091907074922b7f815ca38cc3e90",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7029.9399512887685,
        "Y": 1132.6859970854712
      },
      {
        "Name": "List.FilterByBoolMask",
        "ShowGeometry": true,
        "Id": "9ed36c82ea7f4f5ab7a9c4670bc06f78",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7623.5399512887689,
        "Y": 770.68599708547117
      },
      {
        "Name": "List.FilterByBoolMask",
        "ShowGeometry": true,
        "Id": "bc473dbfd2fe46d2b5a7f3ed1b57cc7c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7289.1399512887692,
        "Y": 1243.6859970854712
      },
      {
        "Name": "List.FilterByBoolMask",
        "ShowGeometry": true,
        "Id": "08191d93e71446e7ae323ce2677ba17c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7289.1399512887692,
        "Y": 1061.6859970854712
      },
      {
        "Name": "List.FilterByBoolMask",
        "ShowGeometry": true,
        "Id": "03d2811fcc494e42afc001ef804d9572",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7623.5399512887689,
        "Y": 952.36992519627029
      },
      {
        "Name": "List Create",
        "ShowGeometry": true,
        "Id": "a057e9964f734ecab1443ed41443757a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7957.9399512887685,
        "Y": 882.68599708547117
      },
      {
        "Name": "List Create",
        "ShowGeometry": true,
        "Id": "6c1ccef784af43dc853cd87551f27121",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7623.5399512887689,
        "Y": 1135.6859970854712
      },
      {
        "Name": "List.Flatten",
        "ShowGeometry": true,
        "Id": "1688cfd4a3794dce99a9d598b99cc538",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8246.73995128877,
        "Y": 882.68599708547117
      },
      {
        "Name": "List.Flatten",
        "ShowGeometry": true,
        "Id": "3e445df00d484383bdcd3ac54a145881",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7957.9399512887685,
        "Y": 1060.6859970854712
      },
      {
        "Name": "List.UniqueItems",
        "ShowGeometry": true,
        "Id": "3e15504436444452af68068aec285457",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8246.73995128877,
        "Y": 1060.6859970854712
      },
      {
        "Name": "Line.ByStartPointEndPoint",
        "ShowGeometry": true,
        "Id": "2c8d79954fc1475bb8c96e397b99bbb3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8546.73995128877,
        "Y": 954.68599708547117
      },
      {
        "Name": "Start",
        "ShowGeometry": true,
        "Id": "4f014467a1b34cdd8b4d896625ab9785",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 64.648471858319681,
        "Y": 1742.8824457266142
      },
      {
        "Name": "Number.Elements",
        "ShowGeometry": true,
        "Id": "52fde46db2ae4f6984eb4700c5b20d2c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 472.48262586512965,
        "Y": 1837.4439947600372
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "336209150233466ea53d580e6bf527bb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 540.187690044595,
        "Y": 1668.8480502634611
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "1c3db81cfd6d468d8fe7d7703230a3be",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 951.04847185831977,
        "Y": 1754.468695726614
      },
      {
        "Name": "Curve.PointAtParameter",
        "ShowGeometry": false,
        "Id": "483c5c9c2d5c449d8e2a15c5f8c1b4d6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1303.8484718583195,
        "Y": 1720.6411957266141
      },
      {
        "Name": "List.Transpose",
        "ShowGeometry": true,
        "Id": "1cf467ab15eb42a58f371f19800cdeaa",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1655.8484718583195,
        "Y": 1720.6411957266141
      },
      {
        "Name": "PolyCurve.ByPoints",
        "ShowGeometry": false,
        "Id": "aa8085c5e831410291c4bf9a24534fdd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1935.0484718583202,
        "Y": 1720.6411957266141
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "dcec65ac92cf4459a318fe3609f7e32e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 263.33668817706939,
        "Y": 2772.0445365898213
      },
      {
        "Name": "Radius",
        "ShowGeometry": true,
        "Id": "75841096c1bb4fc6aaab55a8542819c7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 517.736688177074,
        "Y": 2916.0445365898222
      },
      {
        "Name": "Curve.PlaneAtParameter",
        "ShowGeometry": false,
        "Id": "dca4c63046524ed4b6faad4bdb72915e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 517.736688177069,
        "Y": 2738.2170365898219
      },
      {
        "Name": "Circle.ByPlaneRadius",
        "ShowGeometry": false,
        "Id": "6358e29552274629ad70048ec402db64",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 872.13668817707367,
        "Y": 2810.2170365898219
      },
      {
        "Name": "Solid.BySweep",
        "ShowGeometry": false,
        "Id": "971824cf0db74878a173cb1c29ee22cf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1201.736688177074,
        "Y": 2810.2170365898219
      },
      {
        "Name": "GeometryColor.ByGeometryColor",
        "ShowGeometry": true,
        "Id": "a48efb82a346493290f1aea72dabebe4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1495.3366881770739,
        "Y": 2888.2170365898219
      },
      {
        "Name": "Color Palette",
        "ShowGeometry": true,
        "Id": "35d3ccbf8f3f4fa8aa44b6e2a6af327d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1201.736688177074,
        "Y": 3000.2170365898219
      },
      {
        "Name": "Solid.BySweep",
        "ShowGeometry": false,
        "Id": "e9874f73e98c4c21a609cdb2721114ec",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3481.5232401303583,
        "Y": 1756.4184012187566
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "b9c71a551b0b445cb7d9dc79dede54f5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2761.2390627983177,
        "Y": 1876.9863482598976
      },
      {
        "Name": "Circle.ByPlaneRadius",
        "ShowGeometry": false,
        "Id": "766b55062d284b93bbf2137a700aa60a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3112.5506535411073,
        "Y": 1778.8798714029222
      },
      {
        "Name": "Curve.PlaneAtParameter",
        "ShowGeometry": false,
        "Id": "9814abbecf494777b8abfc2a0819f804",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2761.2390627983177,
        "Y": 1699.1588482598977
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "5cbbd271805541d8bf7f2139d51b4646",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2506.8390627983176,
        "Y": 1732.9863482598976
      },
      {
        "Name": "Color Palette",
        "ShowGeometry": true,
        "Id": "8b0ae729b0ac4bb9a58c567f10c2b8c2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6817.87886695692,
        "Y": 1960.0886085412967
      },
      {
        "Name": "GeometryColor.ByGeometryColor",
        "ShowGeometry": true,
        "Id": "1e6905f59d3149dc8b5a879716b9ceab",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7111.87886695692,
        "Y": 1854.0886085412958
      },
      {
        "Name": "Curve.Offset",
        "ShowGeometry": true,
        "Id": "55bc4c7a8ce445e8b66b14c7673a4cfa",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6509.87886695692,
        "Y": 1782.0886085412958
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "03e7efe1033640a495d6779632af9f5d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6179.87886695692,
        "Y": 1887.9161085412966
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "b60ecdf3e46d4dbd90a5c1b98387fa7c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5782.87886695692,
        "Y": 1815.8298585412958
      },
      {
        "Name": "List.MaximumItem",
        "ShowGeometry": true,
        "Id": "75d950c6ec574db28597498f09d9f27b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5470.87886695692,
        "Y": 1849.8298585412963
      },
      {
        "Name": "Point.Z",
        "ShowGeometry": true,
        "Id": "5cec2a765a4c41a494cde6f6582fdc53",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5173.87886695692,
        "Y": 1832.8298585412958
      },
      {
        "Name": "Curve.PlaneAtParameter",
        "ShowGeometry": false,
        "Id": "c7a8f98e30d049b5905b09167cdb45d6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4529.87886695692,
        "Y": 1771.4592335412958
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "5f56219d9fb84750a4b5e3d7b17f34a2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4275.87886695692,
        "Y": 1805.2867335412957
      },
      {
        "Name": "GeometryColor.ByGeometryColor",
        "ShowGeometry": true,
        "Id": "fd2114f6630d4bc2a8e088198d94096b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3738.8390627983176,
        "Y": 1843.1588482598977
      },
      {
        "Name": "Color Palette",
        "ShowGeometry": true,
        "Id": "1a8fdb3feb66416e895101d49e365712",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3445.2390627983177,
        "Y": 1949.1588482598977
      },
      {
        "Name": "Color Palette",
        "ShowGeometry": true,
        "Id": "1712385279f0470aad5e734930ca99d8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1413.2049791877857,
        "Y": 2411.6364830269927
      },
      {
        "Name": "GeometryColor.ByGeometryColor",
        "ShowGeometry": true,
        "Id": "9539a34faba648c686b2a5bfe40e6b82",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1706.8049791877856,
        "Y": 2298.2172705149251
      },
      {
        "Name": "Solid.BySweep",
        "ShowGeometry": false,
        "Id": "02bdb78d7f0b4f588e320f4fda3d5d66",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1407.1753050702632,
        "Y": 2205.5573520469325
      },
      {
        "Name": "Width",
        "ShowGeometry": true,
        "Id": "318ba1ca3fd4461db435fbf3fca24d9a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 692.404979187786,
        "Y": 2413.4639830269925
      },
      {
        "Name": "Height",
        "ShowGeometry": true,
        "Id": "2c04cd6857594e28807a758349f58bab",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 692.404979187786,
        "Y": 2265.4639830269925
      },
      {
        "Name": "Rectangle.ByWidthLength",
        "ShowGeometry": false,
        "Id": "cd67a5f0d6a34ab09fc5dcb7aa2ede25",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 1024.6633393454786,
        "Y": 2162.5921101141739
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "b357b8e0125b47539eba10852fb869bf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 438.00497918778592,
        "Y": 2121.4639830269925
      },
      {
        "Name": "Curve.PlaneAtParameter",
        "ShowGeometry": false,
        "Id": "6adb72d18d594c6489a84819f6c0c0c2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 692.404979187786,
        "Y": 2087.6364830269927
      },
      {
        "Name": "PolySurface.BySolid",
        "ShowGeometry": false,
        "Id": "d76f5c94ac604f308e2340b1b9f78e19",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4353.0883928905241,
        "Y": 2313.8006233505439
      },
      {
        "Name": "PolySurface.Surfaces",
        "ShowGeometry": false,
        "Id": "b679a97ea7444c2bacd53b35c3af6708",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4615.7305482218935,
        "Y": 2311.2673470971831
      },
      {
        "Name": "List.GetItemAtIndex",
        "ShowGeometry": false,
        "Id": "3a59e3b7c4974889a66d1b61a80be9cc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5013.3555824411042,
        "Y": 2312.0312319363038
      },
      {
        "Name": "Integer Slider",
        "ShowGeometry": true,
        "Id": "20a50ba2dec5404e831efe66b2e65458",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4618.2637468130333,
        "Y": 2464.8846073567038
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "36afd9e218154c4c83c6c04dfbbe376c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5079.1129953209238,
        "Y": 2467.3285114255232
      },
      {
        "Name": "Surface.PointAtParameter",
        "ShowGeometry": true,
        "Id": "44030405666a4020a121340b36f6de78",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5309.6729975051339,
        "Y": 2326.6857280934837
      },
      {
        "Name": "Plane.ByOriginNormal",
        "ShowGeometry": false,
        "Id": "9adbc11d2bf14d11bbd5d4cc22e52b04",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5614.8159084917534,
        "Y": 2343.5458605374533
      },
      {
        "Name": "Geometry.Translate",
        "ShowGeometry": false,
        "Id": "ab9aba6ca1884cc4a9b79d54634738df",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5910.0220865904785,
        "Y": 2424.0311348047671
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "b5b527a65cea47688f9e6f3e55fdedc3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5668.6888299450093,
        "Y": 2521.8385208102791
      },
      {
        "Name": "Geometry.Intersect",
        "ShowGeometry": true,
        "Id": "a1e75830e23f459ea2bf90b1b1a7e629",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6266.1879300284563,
        "Y": 2315.7918909129248
      },
      {
        "Name": "Geometry.Intersect",
        "ShowGeometry": true,
        "Id": "8637a90e92414f4caad630b266e4e218",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6275.3622952997484,
        "Y": 2543.3593579041644
      },
      {
        "Name": "List.Deconstruct",
        "ShowGeometry": true,
        "Id": "0626b790669a4398a5fd18312cafc55f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6594.1138316187644,
        "Y": 2312.973817368179
      },
      {
        "Name": "List.Deconstruct",
        "ShowGeometry": true,
        "Id": "b6898f7e6603439bb6770c2175ae4230",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6594.9964698458807,
        "Y": 2512.5730089531071
      },
      {
        "Name": "List.Flatten",
        "ShowGeometry": true,
        "Id": "3f48cf22a0454ceba416f663cc1255be",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6864.56977635984,
        "Y": 2322.1698871869785
      },
      {
        "Name": "List.Flatten",
        "ShowGeometry": true,
        "Id": "ac669faf065048a5895c7c8ba7c33564",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6858.8620506717,
        "Y": 2515.9482978710457
      },
      {
        "Name": "Geometry.DistanceTo",
        "ShowGeometry": true,
        "Id": "9874a079a3994efe82d6eadca04d0481",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7121.7831406568866,
        "Y": 2276.734656411355
      },
      {
        "Name": "Geometry.DistanceTo",
        "ShowGeometry": true,
        "Id": "8d81662c694d42ff9bf54fc37ec62948",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7139.8280174830179,
        "Y": 2483.4920260897079
      },
      {
        "Name": "Math.Ceiling",
        "ShowGeometry": true,
        "Id": "7aeeec209f7d4b6aa4c17ed45dae3c56",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7497.5568301667608,
        "Y": 2258.4855762138241
      },
      {
        "Name": "Math.Ceiling",
        "ShowGeometry": true,
        "Id": "164c4677b5a34ec8b35f6ffffca1db55",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7505.7781268601893,
        "Y": 2460.6047117515382
      },
      {
        "Name": "List.UniqueItems",
        "ShowGeometry": true,
        "Id": "88d0a92e4a3c4458ac46b5191e871310",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7733.9581894483445,
        "Y": 2252.3185842325656
      },
      {
        "Name": "List.UniqueItems",
        "ShowGeometry": true,
        "Id": "00e0207a8ece4f958616c46b50c34f19",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7751.4533097294643,
        "Y": 2438.3781520014227
      },
      {
        "Name": "<",
        "ShowGeometry": true,
        "Id": "ba66f5501aeb46cc8cf2bae679e8fb90",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8028.1969823988475,
        "Y": 2321.054938323141
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "aac85c38038f440494d8718b2780f9ac",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8496.3072836830452,
        "Y": 2352.3487822203142
      },
      {
        "Name": "If",
        "ShowGeometry": true,
        "Id": "fa729570f5734e3e97adb54dace0e455",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8255.9421804335179,
        "Y": 2330.3104150841709
      },
      {
        "Name": "Watch",
        "ShowGeometry": true,
        "Id": "495ed41a049e4f81af9a09a5f0c02b09",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11524.978338340476,
        "Y": 5055.3481454532557
      },
      {
        "Name": "Surface.Area",
        "ShowGeometry": true,
        "Id": "43d71f2eab784d8e990479578ad3d7de",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5289.6331840232078,
        "Y": 2643.3131093083466
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "6156f476871045c7aaab6645e1fe48f4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5576.8705989645978,
        "Y": 2692.1376516893779
      },
      {
        "Name": "Watch",
        "ShowGeometry": true,
        "Id": "931a74e96ea54df5b181350401aaa825",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11200.8463032148,
        "Y": 5055.63764995598
      },
      {
        "Name": "Circle.ByPlaneRadius",
        "ShowGeometry": true,
        "Id": "50c56b849d1a4ea5926aec7a0bc7b4f2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6179.87886695692,
        "Y": 1710.0886085412958
      },
      {
        "Name": "Plane.Origin",
        "ShowGeometry": false,
        "Id": "e5f7539c18124026a55434e88af76c14",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4884.87886695692,
        "Y": 1832.8298585412954
      },
      {
        "Name": "Solid.BySweep",
        "ShowGeometry": false,
        "Id": "9ff9ee848a354373b4b3537bbe9b016c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6817.87886695692,
        "Y": 1782.0886085412958
      },
      {
        "Name": "List.Count",
        "ShowGeometry": true,
        "Id": "012f1844b05749b58bac505eacafe044",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3795.0792363196929,
        "Y": 1261.9769755061118
      },
      {
        "Name": "Vector.XAxis",
        "ShowGeometry": true,
        "Id": "02c7a6efb39d4d36b757d22417429dee",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5720.130958381922,
        "Y": 397.69357004193853
      },
      {
        "Name": "Geometry.Rotate",
        "ShowGeometry": false,
        "Id": "4b86a970dab541b18bb14e606be0497e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5921.3178587898019,
        "Y": -152.16214010265139
      },
      {
        "Name": "Curve.PlaneAtSegmentLength",
        "ShowGeometry": false,
        "Id": "964bdd16b50a46069cb8a2f83bd45fc7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5525.317858789801,
        "Y": -263.16214010265139
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "4292213ce7d344489dadf937af984a38",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5525.317858789801,
        "Y": 61.66535989734848
      },
      {
        "Name": "Vector.ZAxis",
        "ShowGeometry": true,
        "Id": "863f423c20c64054a4b7119473b6e8a9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5525.317858789801,
        "Y": -85.162140102651392
      },
      {
        "Name": "Rectangle.ByWidthLength",
        "ShowGeometry": false,
        "Id": "cfb55f36d2734794a04b8bdb9d8116be",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6258.9178587898,
        "Y": 28.837859897348608
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "f4bc9da4a05f459d83b7d9a16a200f43",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5921.3178587898019,
        "Y": 96.665359897348708
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "a762146886d04b809a305660486364af",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5921.3178587898019,
        "Y": 243.66535989734871
      },
      {
        "Name": "Solid.ByLoft",
        "ShowGeometry": false,
        "Id": "ee2e2700e45e4795881294b1b626a114",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6904.5178587898008,
        "Y": 28.837859897348608
      },
      {
        "Name": "List.Transpose",
        "ShowGeometry": true,
        "Id": "7047da751a6646089537c0fb1f2094c5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6625.3178587898019,
        "Y": 28.837859897348608
      },
      {
        "Name": "Color Palette",
        "ShowGeometry": true,
        "Id": "2de74e2d27584b2c8dc337cc350315af",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6904.5178587898008,
        "Y": 188.83785989734861
      },
      {
        "Name": "GeometryColor.ByGeometryColor",
        "ShowGeometry": true,
        "Id": "ded6886f304a473db2f12c1d1475dab7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7239.7178587898015,
        "Y": 91.837859897348608
      },
      {
        "Name": "Color Palette",
        "ShowGeometry": true,
        "Id": "d6bdac340f644ad58453d54e71641d91",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3600.1217584445162,
        "Y": 2471.71648363906
      },
      {
        "Name": "GeometryColor.ByGeometryColor",
        "ShowGeometry": true,
        "Id": "93a96e1833024562ad6715371b7593c8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3911.3217584445165,
        "Y": 2359.71648363906
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "09649e2f25b74afc87ffac5d2fb0c218",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3251.3217584445165,
        "Y": 2378.54398363906
      },
      {
        "Name": "Surface.Thicken",
        "ShowGeometry": false,
        "Id": "a7a012bffb7d450c9a556284ae7ab351",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3600.1217584445162,
        "Y": 2282.86919622847
      },
      {
        "Name": "Surface.ByLoft",
        "ShowGeometry": false,
        "Id": "ffb711215be941a6bdd049a6c3f20a1c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3251.3217584445165,
        "Y": 2218.71648363906
      },
      {
        "Name": "Geometry.Translate",
        "ShowGeometry": true,
        "Id": "576f03575a464f42b4bf403c53fa8ba5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2913.7217584445166,
        "Y": 2218.71648363906
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "de343c3022b74ac997229cbf10854be6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2538.5217584445163,
        "Y": 2343.54398363906
      },
      {
        "Name": "Vector.ZAxis",
        "ShowGeometry": true,
        "Id": "e67c673a61eb445e89ee359684e68df7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2538.5217584445163,
        "Y": 2195.71648363906
      },
      {
        "Name": "Curve.Extend",
        "ShowGeometry": true,
        "Id": "a6eb83c74228435785f692d4b554920b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2769.6508524071678,
        "Y": 3073.9270990493628
      },
      {
        "Name": "Vector.ZAxis",
        "ShowGeometry": true,
        "Id": "629dac2523c04b1bbf91efb490754c52",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2326.9325143000292,
        "Y": 3682.1290945102942
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "6aed3d5f10ef46c89ed72d875cf8c833",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2326.9325143000292,
        "Y": 3829.9565945102945
      },
      {
        "Name": "Geometry.Translate",
        "ShowGeometry": true,
        "Id": "6ea13d5c8c4842acacade97726f3755d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2702.1325143000295,
        "Y": 3705.1290945102942
      },
      {
        "Name": "Surface.ByLoft",
        "ShowGeometry": false,
        "Id": "49e75ba1dd914a7b84de39b045844417",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3039.7325143000294,
        "Y": 3705.1290945102942
      },
      {
        "Name": "Surface.Thicken",
        "ShowGeometry": false,
        "Id": "181b66d710a34490ab9a520ea73cad36",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3388.5325143000296,
        "Y": 3769.2818070997046
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "3c2f0ae7343649dfb3acc5333bb5131b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3039.7325143000294,
        "Y": 3864.9565945102945
      },
      {
        "Name": "GeometryColor.ByGeometryColor",
        "ShowGeometry": true,
        "Id": "6ed05d90ddce477096286425f59e2cee",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3699.7325143000294,
        "Y": 3846.1290945102942
      },
      {
        "Name": "Color Palette",
        "ShowGeometry": true,
        "Id": "1620d36944f3496381e9599d0e5c1091",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3388.5325143000296,
        "Y": 3958.1290945102942
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "1308b362bda4475aab9e34183d3d2b79",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2473.6508524071678,
        "Y": 3050.7545990493627
      },
      {
        "Name": "Curve.StartPoint",
        "ShowGeometry": true,
        "Id": "34584907f9c940838bef83ab1e356114",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2473.6508524071678,
        "Y": 3198.9270990493628
      },
      {
        "Name": "Curve.Extend",
        "ShowGeometry": true,
        "Id": "f5bf99f6ee2d4a8ead751a7964122ff5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3077.6508524071678,
        "Y": 3230.9270990493628
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "a6f9e96eef7e4851b498871d38171bc8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2769.6508524071678,
        "Y": 3286.7545990493627
      },
      {
        "Name": "Curve.EndPoint",
        "ShowGeometry": true,
        "Id": "b826f3515cad4e2286743d53375d9274",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2769.6508524071678,
        "Y": 3433.9270990493628
      },
      {
        "Name": "GeometryColor.ByGeometryColor",
        "ShowGeometry": true,
        "Id": "71f1615796cc43549eab6ee07e9610ec",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10789.136667021605,
        "Y": 1874.5444758937715
      },
      {
        "Name": "Watch 3D",
        "ShowGeometry": true,
        "Id": "090ca155deab42d4b104a63309de948b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10777.193351025115,
        "Y": 2133.7103902533613
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "63c1ee472f0142ebaa9c2e5fb38a558d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10631.082836377705,
        "Y": 2066.9145436298313
      },
      {
        "Name": "Mesh.ByGeometry",
        "ShowGeometry": true,
        "Id": "f0415bf506374fd7b9a9d66a4ab397e3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10851.512454567575,
        "Y": 1535.2972605476211
      },
      {
        "Name": "Color Palette",
        "ShowGeometry": true,
        "Id": "d63f71a4607f4a609775e340b404b2ad",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10425.632639181815,
        "Y": 2447.8347570192914
      },
      {
        "Name": "Solid.ByUnion",
        "ShowGeometry": true,
        "Id": "4ff862ccde574463a5cb38f3d892b44e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10520.895859858376,
        "Y": 1494.0989309888414
      },
      {
        "Name": "Mesh.ExportMeshes",
        "ShowGeometry": true,
        "Id": "a572b36fc6f740e59be318369b0913d7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 11183.159007515776,
        "Y": 1398.3128147646812
      },
      {
        "Name": "File Path",
        "ShowGeometry": true,
        "Id": "7bd7cf85969f4ab29f09b7e05d963e82",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10613.592101365675,
        "Y": 1296.3469491066912
      },
      {
        "Name": "List.Flatten",
        "ShowGeometry": true,
        "Id": "03e1bb4261d747fb8e50e052eea0534b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10135.325061468175,
        "Y": 1498.2736828881912
      },
      {
        "Name": "List Create",
        "ShowGeometry": true,
        "Id": "945b11b4a9364c7abd73468198d45221",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 12703.785502628876,
        "Y": 19755.395950540053
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "3e5216f3e8514ab096a4a021c9bd830f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8765.7527251542051,
        "Y": -7137.7071024814131
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "eb57d0455c9b4427ad09cced8f927f73",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9311.037776680716,
        "Y": -7130.7972191001727
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "59d3959c2bdc45c3841f5b231ebe37f4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8762.5463642374852,
        "Y": -7322.7436989320831
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "2d261bdfeb8e4f509d6dc135be59e37e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8580.4616885048163,
        "Y": -7320.0732734884132
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "fc0bdeaf266c4ce1b0da2d67a40295cc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8582.904852372536,
        "Y": -7086.1775279250833
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "04be42065fc34315bfeda38fd40a96f4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9307.8314157639961,
        "Y": -7315.8338155508427
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "8d4a349560e049e2acbb3c5c872647ec",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9125.7467400313253,
        "Y": -7313.1633901071727
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "4555d44dfffa4585aec104b8ba0d23b1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9128.189903899045,
        "Y": -7079.2676445438428
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "6af01f39d89049f58e78faa3efc03cff",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8039.6483955669355,
        "Y": -6715.248353090863
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "4447253002c24e87b962a8daf47a26ca",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8035.4957398164461,
        "Y": -7149.9146220577732
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "37e1dd9f20c74679be025b7d510dedfb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8036.4420346502156,
        "Y": -6900.284949541533
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "5bf04071043a408f9e9ffd4d23db9a5c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8045.9469131281166,
        "Y": -7627.8448455794132
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "c8363654ffac41eca3173c184fc2fc5f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8032.2893788997262,
        "Y": -7334.9512185084432
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "5ec78b86479442c8a9898d61e122a1c6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8042.740552211395,
        "Y": -7812.8814420300823
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "59f1cd1b47674758be87a033294b66f2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8048.7924432447562,
        "Y": -8085.2517959473771
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "1a5f2c82663e41229320c0edb737b41b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7860.655876478726,
        "Y": -7810.2110165864124
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "4cf1d9003bd346d6b8765c5f546da821",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7865.9445704630962,
        "Y": -8033.7222213910436
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "a1434e399b234b26a060448fb4470ce6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7854.3573589175467,
        "Y": -6897.6145240978631
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "bfb16ec27a024b188c504b4199dd85d9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7863.0990403464566,
        "Y": -7576.3152710230825
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "6dd7cb571e7f4cc5aa48386ec98c6e03",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7850.2047031670554,
        "Y": -7332.2807930647732
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "0547cdfe9b8e46f39675a473dc3e0235",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7856.8005227852755,
        "Y": -6663.7187785345322
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "6c8b8e159598480c9d763bbe7efd3e5a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7852.6478670347751,
        "Y": -7098.3850475014424
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "08d87f6c2e464abba00272da4a319575",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8596.201555800857,
        "Y": -8021.5147018146836
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "7e374760fee547c59a3d25c7108806db",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8779.0494285825152,
        "Y": -8073.0442763710171
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "d894010d8055460697dad4a834bd43eb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8772.9975375491558,
        "Y": -7800.6739224537232
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "3bb15191307d490ab80bf713f24ccd30",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8590.9128618164868,
        "Y": -7798.0034970100533
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "bad7f2e478b84d45b5e11f03c0965466",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8593.3560256842156,
        "Y": -7564.1077514467233
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "8a171e7f35134f3e9ab656929fd64b49",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8776.2038984658757,
        "Y": -7615.6373260030532
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "d6edb52a64c24050b1b3dd614b239fca",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9314.1607009768159,
        "Y": -8059.3756541799285
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "ad741d4a0ee84d04ab58264b61e6d85f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9131.3128281951558,
        "Y": -8007.8460796235959
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "e132178153954ee28571e9fc75d28dc7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9136.1979133429959,
        "Y": -7791.0936136288128
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "7b60dee4c1994e188713cd28966266ac",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9138.6410772107265,
        "Y": -7557.1978680654929
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "d14154627bc04595b6bd22d4bb8364fb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9318.2825890756667,
        "Y": -7793.7640390724928
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "562276ac7ca445bf85ae28faa3a4e675",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9321.4889499923866,
        "Y": -7608.7274426218228
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "0d76c711d53b444087ed87a44a449411",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6996.6591580336462,
        "Y": -8714.4142934792417
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "779f228fafdf480296c07678ac05c817",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7179.5070308153063,
        "Y": -8765.9438680355743
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "16e7f4f210434a3eaad7cc31d704ef72",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7010.8706660458156,
        "Y": -8266.0505008615746
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "9621476f6dbf4e1eb133827a10a1c7e7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7013.3138299135462,
        "Y": -8032.1547552982438
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "caf107b3925f4cdd9c5b4cd03e42ebf5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7192.9553417784864,
        "Y": -8268.7209263052409
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "d473833747a7474890f73c1a3de5d394",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7196.1617026952063,
        "Y": -8083.6843298545773
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "e645c6a945d640f4ae7513c660b14b34",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7193.3161725785667,
        "Y": -7626.2773794866134
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "2c21cb2f3cf244e3be819a7a043cbbe8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7190.1098116618468,
        "Y": -7811.3139759372825
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "db7cd3e49b724d409c2de0eafc35cd79",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7008.025135929176,
        "Y": -7808.6435504936126
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "7a54aade7bee4b4cb7f4da44b781a4eb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7010.4682997969066,
        "Y": -7574.7478049302827
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "54340c307ac44c31abc2d61b71872b7a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7182.8649992668961,
        "Y": -7148.3471559649734
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "28575cb914234f11a66026477a680741",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7179.6586383501763,
        "Y": -7333.3837524156424
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "bb451cf67e1048d4b809ccd3af4ef36b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6997.5739626175055,
        "Y": -7330.7133269719725
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "b3ad068e0bb44b458caaf6d0a89307d3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7000.0171264852252,
        "Y": -7096.8175814086426
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "04e672cc391e4ec5b6dab010a759e38d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7187.0176550173856,
        "Y": -6713.6808869980632
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "18ba20f6ffb8476baa602f621c4ff2cf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7183.8112941006657,
        "Y": -6898.7174834487323
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "d187a178207b48eea63bc9c6807b1b96",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7001.7266183679967,
        "Y": -6896.0470580050624
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "41611ff2273a4b8fbdc408659a2503f2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7004.1697822357255,
        "Y": -6662.1513124417324
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "ad0a255d5d424520ab07a869dca4fa44",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7863.5014065953656,
        "Y": -8267.6179669543744
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "898df815d0a1475eb60bf162120b2839",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8045.5860823280364,
        "Y": -8270.28839239804
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "e8c976ae7e084002961f7c4545ead425",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8593.7583919331264,
        "Y": -8255.4104473780135
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "4034aa41965a40e6adc967a343da94e4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8775.8430676657954,
        "Y": -8258.0808728216816
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "7d67899809ec4af0afe8105dacb8601f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9310.954340060096,
        "Y": -8244.4122506305921
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "d557fb3129544367a6639b090ec75211",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9128.869664327427,
        "Y": -8241.7418251869258
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "7b5e36f4e966457a80fcd0211373cefa",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7299.7645950979258,
        "Y": -5196.7758989905524
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "dc731beb499d4ca4aa15f958665b66bd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7296.558234181206,
        "Y": -5381.8124954412233
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "598b559d9e9e485fa18b43e04dca4222",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7114.4735584485261,
        "Y": -5379.1420699975533
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "3714d4c3a3c4451eb3e4f24f7abf1474",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7116.9167223162567,
        "Y": -5145.2463244342234
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "16ea59ceffde4db2bd7d674fa40dd756",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6369.4275248844751,
        "Y": -7381.5593404120227
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "c19dc4958158475bb8217f8a0dba0763",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6364.6781415452188,
        "Y": -6889.0784789481622
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "408d06521d4c4caf83052fc058b39453",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6366.8913438152686,
        "Y": -6419.798050794383
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "8e2dd6f295a541e4a83e264a43a7d0d2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6411.7631027702064,
        "Y": -4196.4702025472125
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "2e924560455d455fa129e5b6be4d3da1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6413.9763050402562,
        "Y": -3727.1897743934323
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "5d75237526054fb0ba0245bcde4665c4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6408.5567418534847,
        "Y": -4381.5067989978825
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "2aa65f9cd97849d1a461c0701ec25292",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6410.7699441235345,
        "Y": -3912.2263708441023
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "cf78f4f7e5d3454cb8384b0f806a6e8b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6416.5124861094628,
        "Y": -4688.951064011072
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "f7292744cb484ff5bc44834fce7dba26",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6413.3061251927429,
        "Y": -4873.9876604617421
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "eb20095656dd4419a5ecbd9e11886c6a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6373.079986288556,
        "Y": -5149.4471107759127
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "7a31ac07c6a54f3fb8e6a1a64eaee2b7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6326.87576222493,
        "Y": -8785.4112627490085
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "a8c6968d7e8f4d3797e3feec8c2c2285",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6324.782788187289,
        "Y": -8301.863733648137
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "57096d72826147cfb0e4a5c6f5b70f03",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6325.9950250635684,
        "Y": -7842.0553871768625
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "7bc0702fadc84b2dbbecde4132ed4852",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6369.8736253718344,
        "Y": -5334.4837072265827
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "1f82794e3aa54828979fc349427c1d3f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6994.2159941659156,
        "Y": -8948.3100390425716
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "6c46d870b57f419caf3ba635c37a12ea",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7176.3006698985864,
        "Y": -8950.98046448624
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "108ace7fd32e4465a8d745d2fefee942",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6366.2211639677553,
        "Y": -7566.5959368626927
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "0bebaa31f7b34d169cf973a5feb76f8e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6361.4717806284989,
        "Y": -7074.1150753988331
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "68212b03d005477681680b36039a6df2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6363.6849828985487,
        "Y": -6604.834647245053
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "7f02b97989a94f63991bde775624b3be",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6323.6694013082106,
        "Y": -8970.447859199674
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "d0eac125ffdd435a88598436e870b54d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6321.5764272705692,
        "Y": -8486.9003300988024
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "ded677bfe23a41ebb73ae81d98f8c9d8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6322.7886641468485,
        "Y": -8027.09198362753
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "5aa495c44f994028b69d9238d40da179",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6184.1364882350754,
        "Y": -7563.9255114190228
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "7a64304115484b5d96ff22d0d8e9386d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6179.387104895819,
        "Y": -7071.4446499551632
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "bdccecffb7ba444499cd7bba62eaa51c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6181.6003071658688,
        "Y": -6602.1642218013831
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "4645d140f40f43c282a5b6d52fa237ac",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6231.221449460063,
        "Y": -4871.3172350180721
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "973c577130bb4aedb9f71abb9379a5a5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6228.6852683908564,
        "Y": -3909.5559454004324
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "94b8f122eadb42fe99800444acc274c1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6226.4720661208066,
        "Y": -4378.8363735542125
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "e9681f1ecf8d4a4bb0b06edbf48b3bcf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6233.6646133277973,
        "Y": -4637.4214894547422
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "67970052c8bc43d7a780be12ebf6fd2e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6228.9152299885409,
        "Y": -4144.9406279908826
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "fbfbb24b1cca44babade8a8433a4c7af",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6231.1284322585907,
        "Y": -3675.6601998371025
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "80a19bf35b2f4c8ab5744070f4200992",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6187.7889496391563,
        "Y": -5331.8132817829128
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "16a64833c8a8401c83e70f1a0cc95195",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6144.0278894432668,
        "Y": -8733.8816881926759
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "5d7059e2b8f34dceab7be175d4e0cd19",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6141.5847255755325,
        "Y": -8967.7774337560077
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "7e04e56bd35848d1b2138a52f2ced546",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6141.9349154056235,
        "Y": -8250.3341590918044
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "0d08a0de07514f449aeef98a34ba024d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6139.4917515378893,
        "Y": -8484.2299046551361
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "6c9e579a07a34b10a9bb90cd67144905",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6140.7039884141686,
        "Y": -8024.4215581838625
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "842ee0033c364f6b8cb62d21e8d0563c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6143.1471522819047,
        "Y": -7790.5258126205326
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "3afda7acf85546f18d0bbb37d722e0a7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6186.57965210281,
        "Y": -7330.0297658556929
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "3e6c8f76c8764a89b260eb41f75d4cba",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6181.8302687635532,
        "Y": -6837.5489043918333
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "9bb5affd791c438d880bf52c8c550f43",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6184.0434710336031,
        "Y": -6368.2684762380522
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "0aef6d034552432aa471a60ec1044e91",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6190.2321135068905,
        "Y": -5097.9175362195829
      },
      {
        "Name": "StartingPoint",
        "ShowGeometry": true,
        "Id": "fd1e1f325a724ec7b56325ade735c3a1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5947.1306983774939,
        "Y": -8964.5182846433418
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "e7c84f92da6a40ac91b35f512743b24a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7022.9558842120705,
        "Y": 9502.4647990868325
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "d6e0163016ab4bf1a8affcb5556a81bf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6757.329658070098,
        "Y": 9587.424093269452
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "ddc476b88ee54b16879aaf2589847b67",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8553.8100968844883,
        "Y": 9495.2800057233
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "adec7565e455435a88fc416c8ee16dbe",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8288.18387074252,
        "Y": 9580.23929990592
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "c20aed45e7dc4fa5a0ca5390dce6b5b5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6753.9036576958924,
        "Y": 9381.10385906717
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "6e53f20d4e7a4aaa9639afcf73e1366a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6532.0216966938451,
        "Y": 9476.1039863358019
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "b72398e6cbc74eeab721090a80c14da9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8284.75787036831,
        "Y": 9373.9190657036415
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "1b8cd88f280444778b3bdc68d1b55576",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8062.8759093662693,
        "Y": 9468.9191929722729
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "be48ae92e2d44718b821be2bd0ffd9ec",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6955.1958641544361,
        "Y": 8985.8184247871322
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "c1f074b028d4440fbd04953051f8b952",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6686.143637638258,
        "Y": 8864.45748476747
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "f0c4c803273c4c0da220dcee2b4885f5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6689.5696380124673,
        "Y": 9070.7777189697517
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "4008c09ac24a4455a425cd9b198fc178",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6464.2616766362144,
        "Y": 8959.4576120361016
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "802ab29bdfab4476ac76a65e4a11d516",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8486.0500768268612,
        "Y": 8978.6336314236
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "3c1aee00029d420a8bf3a9d2b71aaa2e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8216.99785031068,
        "Y": 8857.2726914039413
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "c358d4a9e5b1421c896e1c3dcf379bd0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8220.4238506848887,
        "Y": 9063.5929256062227
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "03b19662f2c94948811e7d9ad4b88fde",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7995.1158893086385,
        "Y": 8952.2728186725726
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "3c23066c35944f96aa395ab7dac6eb55",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6984.24784335662,
        "Y": 8524.46526749256
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "9b431fdfa90a48fba18a468314317861",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6715.1956168404422,
        "Y": 8403.1043274729018
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "7a0973ed11e14c7cb01f50511c4e577b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6718.6216172146515,
        "Y": 8609.4245616751832
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "7810bbdea1ba4d40814e7bf301d21f3a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6493.3136558383949,
        "Y": 8498.1044547415331
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "a939e0c6404847d986202b9a150e6e98",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8515.1020560290381,
        "Y": 8517.2804741290311
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "0b5b5b03f15847f3924305f8122ca9b9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8246.0498295128709,
        "Y": 8395.9195341093728
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "b2c1395c0c2045b89a1a62c0c6606a24",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8249.47582988707,
        "Y": 8602.23976831165
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "710c8eb1441643a98098d1ec5af6abce",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8024.1678685108191,
        "Y": 8490.919661378
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "f03e0e4552a74c4aaca450e912060e3c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5671.65418391293,
        "Y": 16400.749576239956
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "1099552a4b4c496389f8eb196c0416a2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5654.8274675054627,
        "Y": 15887.848134222999
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "03e013091dd04f2fbc88e5e2ad4ed722",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5674.0503931552767,
        "Y": 15400.506476344652
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "f9a8645db1174a51bfb86b13ca86b29c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5548.1970329490423,
        "Y": 7984.6429393281305
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "5feb875b89214d6497a46df961450cd6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5529.9044448742052,
        "Y": 8503.935922130393
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "22ae8806a7ee41b19139fbaf83bb0290",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5500.8524656720247,
        "Y": 8965.2890794249615
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "451249dbdfba49a78a09621a936ccfdb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5568.6124857296554,
        "Y": 9481.9354537246618
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "76780cad8f7a45b386643ab4b03597ed",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7002.5404314314574,
        "Y": 8005.1722846903012
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "4788ef2bddcf4aec816a341b3852352c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6736.9142052894849,
        "Y": 8090.1315788729207
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "a37ce334c5e24d71a19228372c74b398",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6511.6062439132284,
        "Y": 7978.8114719392706
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "d7733e0c4489494ca16488ac19a92b0a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8533.3946441038788,
        "Y": 7997.98749132677
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "d09c5b900e574166aea6fcb88ec69d65",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8267.76841796191,
        "Y": 8082.9467855093917
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "df693ed5c57849668fa85dfc588c9486",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8042.4604565856489,
        "Y": 7971.6266785757452
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "f491fa59bfdb4ebbbb8a8326953f45f3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5562.9450163044194,
        "Y": 11261.584091178282
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "54055f7cea024cf088be8eb1d0547e63",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5543.7220906546017,
        "Y": 11748.925749056629
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "4b0122de41cd4a3896445c349409c1f2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5560.5488070620731,
        "Y": 12261.827191073588
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "7a0bd52394a946ffb5ef6beb52856a81",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5573.5849376113611,
        "Y": 14441.7358198393
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "eb049d08e92447c3a2369c23b119f205",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5556.7582212038933,
        "Y": 13928.834377822341
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "fde1e6ede9d745d98d7b3a49709d2b6a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5575.9811468537073,
        "Y": 13441.49271994399
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "1668f353b693417abd4beeb855351221",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6733.4882049152793,
        "Y": 7883.8113446706466
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "4e746458a3fd45ccb49b81eea76217ac",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8264.3424175877,
        "Y": 7876.6265513071176
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "f29c710510cd4b5ca3d3585c6ec5124f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5402.6019573967524,
        "Y": 16279.3886362203
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "6127140e8346459ab96b15c8bbccb154",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5404.9981666390986,
        "Y": 15279.14553632499
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "cb87dcedf5254f67809d7a2d58e9b6e8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5385.775240989281,
        "Y": 15766.487194203337
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "d96d52d36950418a8c80e0d315c3814d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5289.9579894269655,
        "Y": 6876.0185467002157
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "4fab01a1f4c04acf923596b4440b7972",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5293.3839898011711,
        "Y": 7082.3387809024844
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "8a35a8790cdc4b468fef6a13daddd127",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5559.0102159431435,
        "Y": 6997.3794867198721
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "83c7694b22444159af47b8a92d9d0951",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5068.0760284249145,
        "Y": 6971.0186739688434
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "8d266d4919204efbadad5b124310c8b3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5550.7525598835336,
        "Y": 7465.2472751288005
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "df69f8f7311d45b583e97c0257a5daca",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5281.7003333673556,
        "Y": 7343.8863351091441
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "8b42637b0b4344c0b95e57ea4b170eb9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5285.1263337415612,
        "Y": 7550.2065693114127
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "10f904b85fa9496fa79f5faaf0661d60",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5059.8183723653046,
        "Y": 7438.8864623777717
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "7fadd2555e194c52841044b3d66f2110",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5279.1448064328642,
        "Y": 7863.2819993084777
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "1807ebe3baad484694fecd5a65779db4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5282.57080680707,
        "Y": 8069.6022335107518
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "8b2b05849cf24a5fbe49cf402bf1bf9f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5057.2628454308133,
        "Y": 7958.2821265771054
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "c63465e5cc414a6fa28cad1f4b9f80ad",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5264.2782187322364,
        "Y": 8588.8952163130125
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "0deabe18ab194fcba7194915694d421b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5260.8522183580271,
        "Y": 8382.5749821107311
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "71229257ae424f6aa2b1d73ded1394fd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5038.97025735598,
        "Y": 8477.5751093793624
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "e783b7a15290437abc9e6e200a5912ac",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5231.800239155843,
        "Y": 8843.9281394053
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "77b1c07f38e242bc9968643f57db25f2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5235.2262395300522,
        "Y": 9050.248373607581
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "49b5ab2939e3400a9445e21eba8f1af5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5009.9182781537993,
        "Y": 8938.9282666739309
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "26d69400724347c8bd71b0d4893134da",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5299.5602592134774,
        "Y": 9360.574513705
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "55035d52f8d143aba7be4548636211e4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5302.986259587683,
        "Y": 9566.8947479072813
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "ec2a0b0e1057496b9e027f8e3eab418b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5077.67829821143,
        "Y": 9455.5746409736312
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "0f13942f362546a0af83a4429b0346d8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7005.0959583659487,
        "Y": 7485.7766204909713
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "a211a240ac69463b883db14930a4f7c3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6736.0437318497707,
        "Y": 7364.415680471313
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "faad8e9ff8444051b9d49cb514a04057",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6747.7273882835862,
        "Y": 7102.8681262646533
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "f355c9fa709e4e49a2b77153c7f8108f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7013.3536144255586,
        "Y": 7017.908832082041
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "1a4d3d476ce44022909c62c52e0620ec",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6739.4697322239763,
        "Y": 7570.7359146735816
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "17ff63e69e1945d29ff9e26ed39b2592",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6744.3013879093805,
        "Y": 6896.5478920623846
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "7315241b9efc4c05aa7459d1c87d957c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6522.41942690733,
        "Y": 6991.5480193310123
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "de8be79376f843a4bba665fab21b363f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6514.16177084772,
        "Y": 7459.4158077399406
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "1d20da6f66464b0f8c9c1ed19afe900e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8535.95017103837,
        "Y": 7478.59182712744
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "c236583f9ccb4d5ea3b32423196dff67",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8266.8979445221885,
        "Y": 7357.2308871077839
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "0982962f18f348f690c03385f5af9fa4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8278.5816009560112,
        "Y": 7095.6833329011242
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "47312b3852de47788d948b3f21d43375",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8544.20782709798,
        "Y": 7010.724038718512
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "da094a9ea3a841cfa112309a9e971104",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8270.3239448964014,
        "Y": 7563.5511213100526
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "74b4395c9ebe41f9a9595bfe380cda09",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8275.1556005817984,
        "Y": 6889.3630986988537
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "cd3ae4028ba341729061ec3777d87907",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8053.27363957975,
        "Y": 6984.3632259674832
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "01c62d07d96a4ecf80259b6fe0a4b2d1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8045.01598352014,
        "Y": 7452.2310143764116
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "ed67a1a10a364311bfeccc8224d0f561",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5297.3187901624506,
        "Y": 11346.54338536089
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "3587b1c773e2428bbbc480c9d18bad53",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5293.8927897882413,
        "Y": 11140.22315115862
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "497d7661e7c94d99a01b01fce31ec7d7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5072.01082878619,
        "Y": 11235.223278427251
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "34551d800d324718a2b612196bc11602",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5278.0958645126329,
        "Y": 11833.885043239237
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "e7ecce31de3641cba02a591cbfc37e38",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5274.6698641384237,
        "Y": 11627.56480903697
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "86888cb60ab24a199ac52bf409b2e89d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5052.7879031363727,
        "Y": 11722.564936305598
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "6907447edef4425fbbd444e31cbe6cf1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5294.9225809201043,
        "Y": 12346.786485256189
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "482adad94c124120b2e09453acc73077",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5291.4965805458914,
        "Y": 12140.466251053929
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "4663d2d46b16458ca406b81deafc41da",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5069.6146195438405,
        "Y": 12235.46637832255
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "04cec8106a864dc1a7275e4cd50f58ed",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5304.532711095183,
        "Y": 14320.374879819641
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "197f48268d4d4ea4b5d786b74536f629",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5287.7059946877116,
        "Y": 13807.473437802679
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "fb86a3a7b8ea4d9c83b73a9c0e060e4f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5310.3549207117385,
        "Y": 13526.452014126598
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "71c82caf7ea74dbbb2f239cc4dd0866e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5291.1319950619209,
        "Y": 14013.793672004949
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "1ecdf3e22c5a4232959f531173d62b1e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5307.9587114693923,
        "Y": 14526.6951140219
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "bb8954f278f24914b138d1711ef2b1aa",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5306.9289203375292,
        "Y": 13320.131779924328
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "1ad1ff8f39e24be19427bc9dcdee1936",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5085.0469593354783,
        "Y": 13415.131907192959
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "76176c8299fb486489a9c26e0d0f1207",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5082.650750093132,
        "Y": 14415.375007088262
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "8357b45ac1734930af8a2a4a27d64732",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5065.8240336856607,
        "Y": 13902.47356507131
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "07ebe48b85fc40b79481377b88ee6cd7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5408.4241670133079,
        "Y": 15485.46577052726
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "0fc0a32e2355434e9b89d58775897e6d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5406.0279577709616,
        "Y": 16485.708870422561
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "f93f1bad252345fb9595269d260e92ea",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5389.20124136349,
        "Y": 15972.807428405607
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "992c900c747943e2ba35ad6cc09661a3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5183.1162056370476,
        "Y": 15374.145663593621
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "dfe12bfb49c642b7818e070eee0d62d3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5180.7199963947014,
        "Y": 16374.38876348892
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "58e0e7a7d0a4420f919bed41a68cfd66",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5163.89327998723,
        "Y": 15861.487321471972
      },
      {
        "Name": "StartingPoint",
        "ShowGeometry": true,
        "Id": "c736ec7cabc249f7b8cf4b84a63a87e0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4568.6013779431587,
        "Y": 7375.0697608127248
      },
      {
        "Name": "Geometry.Translate",
        "ShowGeometry": true,
        "Id": "03322e7c94ad4f63984acb3919e52480",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9395.1687941162127,
        "Y": 21234.533436871337
      },
      {
        "Name": "PolyCurve.ByThickeningCurveNormal",
        "ShowGeometry": true,
        "Id": "12061370941045a2826461f8c92988a9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9737.1687941162127,
        "Y": 21196.533436871337
      },
      {
        "Name": "Distance.SecondMiddleStrut",
        "ShowGeometry": true,
        "Id": "fd4a3a8bc1124655ae0d0848ed17b181",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8994.1687941162127,
        "Y": 21359.53343687133
      },
      {
        "Name": "Vector.XAxis",
        "ShowGeometry": true,
        "Id": "a2dc886b6a9c45d8be56f31c78dbdd07",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8994.1687941162127,
        "Y": 21211.533436871337
      },
      {
        "Name": "Surface.Thicken",
        "ShowGeometry": true,
        "Id": "bba61faa0cf7411a879671b0a98c1aef",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10532.168794116213,
        "Y": 21179.533436871337
      },
      {
        "Name": "Surface.ByPatch",
        "ShowGeometry": true,
        "Id": "08c7a3222ab04ad7a35b88962288bbfb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10187.168794116213,
        "Y": 21179.533436871337
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "61c667c3f9b54f57b7b7c17d50be76a5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9395.1687941162127,
        "Y": 21086.360936871337
      },
      {
        "Name": "PolyCurve.ByThickeningCurveNormal",
        "ShowGeometry": true,
        "Id": "627a51666913467eac2e79b2847bddc9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9737.1687941162127,
        "Y": 20984.533436871337
      },
      {
        "Name": "Surface.ByPatch",
        "ShowGeometry": true,
        "Id": "6b14b10e5afe43c9bfcc2f4f045f216f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10187.168794116213,
        "Y": 21001.533436871337
      },
      {
        "Name": "Surface.Thicken",
        "ShowGeometry": true,
        "Id": "67f7e7653d74416cbfaa6a9a2e1516d8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 10532.168794116213,
        "Y": 21001.533436871337
      },
      {
        "Name": "Solid.BySweep",
        "ShowGeometry": true,
        "Id": "1e2b897b4b734d59a742de898234aab3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8514.0615511358847,
        "Y": 21531.206960342286
      },
      {
        "Name": "PolyCurve.ByThickeningCurveNormal",
        "ShowGeometry": true,
        "Id": "f78a29e506094ae8a99bdbec7fc60987",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7342.0615511358847,
        "Y": 21530.206960342286
      },
      {
        "Name": "Curve.PlaneAtParameter",
        "ShowGeometry": true,
        "Id": "93f39ed37e1a4688b362ca827ce72af8",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7792.0615511358847,
        "Y": 21397.206960342286
      },
      {
        "Name": "Rectangle.ByWidthLength",
        "ShowGeometry": true,
        "Id": "a9458c3eb4254e96998ca1b82c3ff893",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8147.0615511358847,
        "Y": 21531.206960342286
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "2ec5d200236343adbb404cbcc8d40f5d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7792.0615511358847,
        "Y": 21575.034460342285
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "9a438888079e4574b04666f4f9f13443",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7792.0615511358847,
        "Y": 21723.034460342285
      },
      {
        "Name": "Surface.Thicken",
        "ShowGeometry": true,
        "Id": "52eae7bb408844169fe56d8e6eb5e3da",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9332.7937235099853,
        "Y": 20466.303923504391
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "8d8b56a669b7485b97b85967105ba761",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8987.7937235099853,
        "Y": 20557.131423504397
      },
      {
        "Name": "Color Palette",
        "ShowGeometry": true,
        "Id": "e353203ac4134070a4298a9ca2a0f8cd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9332.7937235099853,
        "Y": 20644.303923504391
      },
      {
        "Name": "GeometryColor.ByGeometryColor",
        "ShowGeometry": true,
        "Id": "cf0cf6c81ef24d3294381d149b0ba33a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 9648.7937235099853,
        "Y": 20538.303923504391
      },
      {
        "Name": "Pergola.Length",
        "ShowGeometry": true,
        "Id": "f9d5faaec46c421789d2126ca1f7ad69",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7360.79823947182,
        "Y": 20541.968143121645
      },
      {
        "Name": "Solid.BySweep",
        "ShowGeometry": true,
        "Id": "0e150280127f4337a77086b32e82a5a9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8254.2218810346749,
        "Y": 22277.171389967283
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "8f9c705481c842efbef634ee907cebbb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7532.2218810346749,
        "Y": 22468.998889967283
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "3919bd5142024e86a13f617b57be1809",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7532.2218810346749,
        "Y": 22320.998889967283
      },
      {
        "Name": "Rectangle.ByWidthLength",
        "ShowGeometry": true,
        "Id": "b39ee5f823af406e8c3cd0f1774fea7f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7887.2218810346749,
        "Y": 22277.171389967283
      },
      {
        "Name": "Curve.PlaneAtParameter",
        "ShowGeometry": true,
        "Id": "97ee9e9d87bd4a148f31e02e11e92051",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7532.2218810346749,
        "Y": 22143.171389967283
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "2bb0340bb1c04f349db8e350b29dbb8e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7342.0615511358847,
        "Y": 21382.034460342285
      },
      {
        "Name": "Surface.ByPatch",
        "ShowGeometry": true,
        "Id": "084d61185dfb4045949044897675913d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8987.7937235099853,
        "Y": 20409.303923504391
      },
      {
        "Name": "PolyCurve.ByThickeningCurveNormal",
        "ShowGeometry": true,
        "Id": "5bfbad742525496faa0bfd179bab23a6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7082.2218810346712,
        "Y": 22276.171389967283
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "eba39c490a8e424ebf4ccfe118c37ef6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7191.2159945715684,
        "Y": 22129.534018326951
      },
      {
        "Name": "PolyCurve.ByThickeningCurveNormal",
        "ShowGeometry": true,
        "Id": "8abb1fa8486d49c7a481efccd36cabb7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8430.6005564933221,
        "Y": 20061.442317730114
      },
      {
        "Name": "Struts..Thickness",
        "ShowGeometry": true,
        "Id": "8b6aa4c41cfc4e2884ffa5a09eaa3b2e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8072.6005564933221,
        "Y": 20129.269817730114
      },
      {
        "Name": "Vector.XAxis",
        "ShowGeometry": true,
        "Id": "0afd88018ce74070a6945b302e614888",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8072.6005564933221,
        "Y": 20276.442317730114
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "96de152fbb444a9f9bc454497402ef9f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7231.8343192211541,
        "Y": 20002.852183471616
      },
      {
        "Name": "Line.ByStartPointDirectionLength",
        "ShowGeometry": true,
        "Id": "8d250dde419f452fb19eb5978f98c269",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6918.0615511358847,
        "Y": 21373.206960342286
      },
      {
        "Name": "Vector.XAxis",
        "ShowGeometry": true,
        "Id": "a3bd4e59d942421bb95e3d92e24d6e43",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6635.0615511358847,
        "Y": 21417.206960342286
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "b9b1311c1b4a4d19b811226368a07a4a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6918.0615511358847,
        "Y": 21586.034460342285
      },
      {
        "Name": "Vector.ZAxis",
        "ShowGeometry": true,
        "Id": "2a5ce7f146044c9295cf1a46a83982af",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6918.0615511358847,
        "Y": 21733.206960342286
      },
      {
        "Name": "List Create",
        "ShowGeometry": true,
        "Id": "de7eba34d83e40eaa29e7f524b7d82a4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6635.0615511358847,
        "Y": 21240.206960342286
      },
      {
        "Name": "-",
        "ShowGeometry": true,
        "Id": "4abebe34cdf44f9da362e3aa6db0df97",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6604.1714064016123,
        "Y": 21562.276326296393
      },
      {
        "Name": "Line.ByStartPointDirectionLength",
        "ShowGeometry": true,
        "Id": "35855a5c71b44aa6a4a644b3ad1b9774",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6658.2218810346712,
        "Y": 22119.171389967283
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "f3e8efbfa6f741e48da1ae1497189f9e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6658.2218810346712,
        "Y": 22331.998889967283
      },
      {
        "Name": "Vector.ZAxis",
        "ShowGeometry": true,
        "Id": "58094508eb93436fae6b3c3f98d3e1f5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6658.2218810346712,
        "Y": 22479.171389967283
      },
      {
        "Name": "Struts.Degree",
        "ShowGeometry": true,
        "Id": "6371ff8019f34fdbb9fad20d29fd5ab7",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6455.6691478598223,
        "Y": 20041.468550474056
      },
      {
        "Name": "Geometry.Translate",
        "ShowGeometry": true,
        "Id": "75628b535d4e40fcbc27df98e6b3dda0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 8072.6005564933221,
        "Y": 19880.442317730107
      },
      {
        "Name": "Sequence",
        "ShowGeometry": true,
        "Id": "eb2479357eae47e085efc63209ea9415",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 7777.6005564933221,
        "Y": 19914.442317730107
      },
      {
        "Name": "Vector.XAxis",
        "ShowGeometry": true,
        "Id": "86ff67301d294e2295b94bb15cf6727a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6393.2218810346731,
        "Y": 22242.171389967283
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "ec0293b21bed40a6917df68bd435e219",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6412.7669385918744,
        "Y": 21697.023197816205
      },
      {
        "Name": "List Create",
        "ShowGeometry": true,
        "Id": "1e59907291ed4b03b3e0365203262542",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6393.2218810346731,
        "Y": 22030.171389967283
      },
      {
        "Name": "NurbsCurve.ByPoints",
        "ShowGeometry": true,
        "Id": "e661cf5bcd334f7190e10d9763556462",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6729.6691478598223,
        "Y": 19882.641050474056
      },
      {
        "Name": "List Create",
        "ShowGeometry": true,
        "Id": "e245aa6d22f249a3ab88ffbc2fd1884c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6455.6691478598223,
        "Y": 19757.641050474056
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "3a166dfec96c46628791515aa89d49a1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 6381.0615511358847,
        "Y": 21598.034460342285
      },
      {
        "Name": "Normalspannungsnachweis Erfüllt True / False",
        "ShowGeometry": true,
        "Id": "56f4b61a23f2469f835cc37070b27c70",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5777.773731856254,
        "Y": 22331.394275276805
      },
      {
        "Name": "Schubsspannungsnachweis Erfüllt True / False",
        "ShowGeometry": true,
        "Id": "fd5341676d6e47628502e5c9eff84cb0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5773.3663762006072,
        "Y": 22545.534591653115
      },
      {
        "Name": "Statiknachweise",
        "ShowGeometry": true,
        "Id": "f8595ffe156f4356a7a6a6ccff51774d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 5217.773731856254,
        "Y": 22355.496775276806
      },
      {
        "Name": "Watch",
        "ShowGeometry": true,
        "Id": "97a87635cf544da3b3f4cef54d824c26",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4892.773731856254,
        "Y": 22330.496775276806
      },
      {
        "Name": "Watch",
        "ShowGeometry": true,
        "Id": "f6015a3b8732409d9edd38c1eb186ad2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4892.773731856254,
        "Y": 22482.496775276806
      },
      {
        "Name": "Line.ByStartPointEndPoint",
        "ShowGeometry": true,
        "Id": "6b70fd5d05884ba78fc87328878082e6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4626.7780883150135,
        "Y": 20122.582966029353
      },
      {
        "Name": "Left.Elevated",
        "ShowGeometry": true,
        "Id": "46b77fffaa554ee09c4a1f65e592dae2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4626.7780883150135,
        "Y": 19673.955749378692
      },
      {
        "Name": "Left.Corner",
        "ShowGeometry": true,
        "Id": "ba965c69637a4df49ea3c4794ba495c3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4626.7780883150135,
        "Y": 19419.97353456619
      },
      {
        "Name": "Rigth.Corner",
        "ShowGeometry": true,
        "Id": "a76300aa5786412eb2bffd98ce1a731d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4168.9062397594107,
        "Y": 19431.411302390377
      },
      {
        "Name": "Rigth.Elevated",
        "ShowGeometry": true,
        "Id": "4e2328f2b7874745b840f18af4bad663",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4626.7780883150135,
        "Y": 19897.955749378692
      },
      {
        "Name": "MidPoint.Elevated",
        "ShowGeometry": true,
        "Id": "f696efbc596c4424b13f99114d9750e2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4317.7780883150135,
        "Y": 20251.582966029353
      },
      {
        "Name": "MidPoint",
        "ShowGeometry": true,
        "Id": "c516f4c9073e4d008a47738a8314ad0a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4317.7780883150135,
        "Y": 20027.582966029353
      },
      {
        "Name": "Maximale Normalkraft",
        "ShowGeometry": true,
        "Id": "91a4d11b1bac41a5bb9087ea13f995b4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4331.773731856254,
        "Y": 22267.634275276803
      },
      {
        "Name": "Maximale Querkaft",
        "ShowGeometry": true,
        "Id": "0d4ac9e6daea43c9bda807131b857d91",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 4331.773731856254,
        "Y": 22479.634275276803
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "df7968ba556140cabe04bf4bb38b58d9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3932.7780883150135,
        "Y": 20172.410466029352
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "c1f3e10802f74ea1a1dabdbab1b49584",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3932.7780883150135,
        "Y": 20320.410466029352
      },
      {
        "Name": "Lagerkräfte berechnen - Eigengewicht",
        "ShowGeometry": true,
        "Id": "a5dacbfe752b47be9c3606cc682cb715",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3580.773731856254,
        "Y": 22401.426775276806
      },
      {
        "Name": "Lagerkräfte berechnen - Windlast",
        "ShowGeometry": true,
        "Id": "6060b265e09c40fda03d301a557e88af",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3580.773731856254,
        "Y": 22153.7717752768
      },
      {
        "Name": "Pergola.Elevation.Left",
        "ShowGeometry": true,
        "Id": "7152b5f3aacc4abea2542d4014517748",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3484.7780883150135,
        "Y": 20031.183107704026
      },
      {
        "Name": "Pergola.Width",
        "ShowGeometry": true,
        "Id": "5a2836c44f78410db1180f7ba1c2a68f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3484.7780883150135,
        "Y": 21093.286690042747
      },
      {
        "Name": "Pergola.Elevation.Right",
        "ShowGeometry": true,
        "Id": "3c0aba4febd64cb995152069f2340a8f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 3484.7780883150135,
        "Y": 20944.890453065083
      },
      {
        "Name": "Lagerkräfte berechnen - Schneelast",
        "ShowGeometry": true,
        "Id": "33b75d018f6e42abafd12a8b1846ae22",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2914.773731856254,
        "Y": 22237.013025276807
      },
      {
        "Name": "Lastkräfte berechnen",
        "ShowGeometry": true,
        "Id": "d20fe46956ae487ca7066365cf20f220",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2412.773731856254,
        "Y": 22076.839275276805
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "d68c2b1e37f74e63a50f11ed2e266224",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2412.773731856254,
        "Y": 22413.7024002768
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "f2c9f8a8127442fdafed49cc83e5ed5e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 2412.773731856254,
        "Y": 22571.7024002768
      },
      {
        "Name": "StartingPoint",
        "ShowGeometry": true,
        "Id": "eadeb8bd89b748ef9e57ddd19baa5cbb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 20901.855609174669,
        "Y": -7096.9453231433627
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "43e16c23faa34c8dabf2edc41643cf3f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21881.451264180549,
        "Y": -6487.3721446279533
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "c1e5aee3d9884796979b12336096fdd4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21863.158676105719,
        "Y": -5968.0791618256935
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "43d9189b4f4d481db8634969151007cf",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21834.106696903531,
        "Y": -5506.7260045311232
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "ac22558da22448969b21508fff718301",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21901.866716961169,
        "Y": -4990.0796302314229
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "a0ced1e96c1e4003926319d2e738300a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21623.212220658479,
        "Y": -7595.9965372558627
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "95ad73c2cf94492cb656fb95ed445b36",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21626.638221032677,
        "Y": -7389.6763030536031
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "968e536178a54ca7b29aa10476abf1bd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21892.26444717465,
        "Y": -7474.6355972362126
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "c3c4cb731d424456979a0ca0219a5304",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21401.330259656417,
        "Y": -7500.9964099872432
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "e57bb0abea05415891b274bd9abe499b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21612.399037664371,
        "Y": -6608.7330846476025
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "4f8b8e1fb86745ad921d9b0f9af2848a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21615.82503803858,
        "Y": -6402.4128504453329
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "8e24c4949cc84dbe86a37da31824ab91",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21390.51707666232,
        "Y": -6513.732957378973
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "5c5423b6c0b84734973ee17f230e4b53",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21597.53244996375,
        "Y": -5883.1198676430722
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "839a4e2e21c94a01bfe9f1e219c95ce2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21594.106449589541,
        "Y": -6089.4401018453536
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "7c7e5335cc2e4085afcf1581ad894093",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21372.22448858749,
        "Y": -5994.4399745767223
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "5410f2e460c448ac914280e59b745d98",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21565.054470387349,
        "Y": -5628.0869445507833
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "61e3d6f04ce3466783f8d9d7e8ceb6a4",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21568.480470761559,
        "Y": -5421.7667103485037
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "01b448a69dc34b6090270a83adcf7d3e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21343.172509385309,
        "Y": -5533.0868172821538
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "a0a336f57007418a926589f52fe78020",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21632.814490444987,
        "Y": -5111.440570251083
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "37d4b7170b58474ca9565af6f18d53dc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21636.240490819189,
        "Y": -4905.1203360488034
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "fdaad20f12b045f495e1ce7c634b8d3e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21410.93252944294,
        "Y": -5016.4404429824535
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "8145023eb1f54402a832aea89ce63228",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22865.275927925359,
        "Y": -4995.9110976202828
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "3dc513672214452bb40ae0c33454338f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23022.823869243977,
        "Y": -5401.237364986333
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "141b1cbd64c141058e2aedbcaca9f1f1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22797.515907867717,
        "Y": -5512.5574719199831
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "4ce66478925143a9b1878da6127f72e9",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22826.567887069898,
        "Y": -5973.9106292145534
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "404a3389d5bd4cf592c437b91c0e37f6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22844.860475144738,
        "Y": -6493.2036120168132
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "d4f8311413d8455bb7295d15175b5391",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22855.67365813884,
        "Y": -7480.4670646250725
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "6b91673ddaeb4c7786a1f0293ee9b68c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22847.41600207923,
        "Y": -7012.5992762161432
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "3dcd74d843ae4756961d15e2e8892e25",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23356.21011544358,
        "Y": -4969.5502848692522
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "c8908313924148fda124430675571701",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23090.583889301608,
        "Y": -4884.5909906866327
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "c4719dfb627e43fd9acf9c5d90cc6a6e",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23087.1578889274,
        "Y": -5090.9112248889123
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "3c51cfacea7447f5956aaddd7bec4790",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23288.45009538595,
        "Y": -5486.1966591689525
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "7dc71d4e83fe4d17a19149f423783e81",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23019.397868869768,
        "Y": -5607.5575991886126
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "dba2252454094a8b8c8a5a7d2c18e207",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23317.50207458813,
        "Y": -5947.5498164635228
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "6875dbbc69f34a8c9d660ce44c189ce3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23048.449848071949,
        "Y": -6068.9107564831829
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "65f472a9f571435c933c84b7cda0aac0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23051.875848446158,
        "Y": -5862.5905222809033
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "b31486c579894ae9a97f62540cc49a57",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23335.794662662971,
        "Y": -6466.8427992657826
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "f65abddc23424b57a432ff94e6181254",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23070.168436520988,
        "Y": -6381.8835050831631
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "f8a1b0ed3c254b638da598151147e996",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21896.199247535929,
        "Y": -3210.4309927777831
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "d9f3fcfcfabb4f368d76cfc147d8fa2f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21876.976321886108,
        "Y": -2723.0893348994832
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "137e5729152d4ac5abf9cd976892a1a5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21893.803038293579,
        "Y": -2210.1878928824826
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "71ee37b7eb0b480993deb7f3db1e6403",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21906.839168842867,
        "Y": -30.279264116783452
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "67dc6840014544ebb5b5518fbd2e3d87",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21890.0124524354,
        "Y": -543.18070613378222
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "efce533c36c44002900eb7c011e7f47b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21909.235378085221,
        "Y": -1030.5223640120821
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "042a74cf33804826aad86de021534b3c",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23066.742436146789,
        "Y": -6588.2037392854327
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "4f275f037e854e0bb2afe55a075319e5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23338.350189597459,
        "Y": -6986.2384634651125
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "1753b0f1b42a42a488424a64c2e3c94d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23069.297963081277,
        "Y": -7107.5994034847727
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "258fb143c5174879901d9501f0ceff61",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23080.9816195151,
        "Y": -7369.1469576914333
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "e2f0c3cb717e45acb57b35a256b8d1ca",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23346.607845657069,
        "Y": -7454.1062518740428
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "d4f493d668174a0daceb91508d20bac5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23072.72396345549,
        "Y": -6901.2791692825031
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "d38a75ed6dcc44d2945595e457e148ca",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23077.55561914089,
        "Y": -7575.4671918937029
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "415c46a1872f43c6be583041959e5596",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21630.573021393961,
        "Y": -3125.4716985951836
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "e66d6386112b4e42bf552d9e6964a16f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21627.147021019751,
        "Y": -3331.7919327974832
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "66b425515ca542aaad9665cc6a5f7100",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21405.2650600177,
        "Y": -3236.7918055287828
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "dcb1ba55560149ceae90b4ae166106cc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21611.350095744139,
        "Y": -2638.1300407168837
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "b758ca90182446058f635b73f7540213",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21607.92409536993,
        "Y": -2844.4502749190833
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "e88ac930aaf043908a991690a9570c4b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21386.042134367879,
        "Y": -2749.4501476504829
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "575ec5c1b64e44609729d703c36e3a6a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21628.176812151607,
        "Y": -2125.2285986998832
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "b03155974a0a4111bd9c264758849485",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21624.750811777398,
        "Y": -2331.5488329021828
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "587dcf5e13c043bab85ceceec303a0fa",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21402.868850775347,
        "Y": -2236.5487056335824
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "9e875c11abca4a84b49957e1fa7b7002",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21637.786942326689,
        "Y": -151.64020413648359
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "34529a5ab81541a98104ffb8d0308017",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21620.960225919218,
        "Y": -664.54164615338232
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "55dc129251ac4afe9726cde9f437031b",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21643.609151943248,
        "Y": -945.56306982948263
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "fb2016ca3f9b424b9837e2ab13c965eb",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21624.386226293427,
        "Y": -458.22141195118274
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "c880baac691e4ae39db65a5cc8421abc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21641.2129427009,
        "Y": 54.680030065817846
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "d7fc5894fbd64182ac6f2524fc8bc4cd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21640.183151569039,
        "Y": -1151.8833040317822
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "cf6ea0302b56456599897f514a06b2fc",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21418.301190566988,
        "Y": -1056.8831767630836
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "94cebc782f234ab9a47a70803f1f53ce",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21415.904981324638,
        "Y": -56.640076867783137
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "f004cfaa840e4e8d869ab3875d3d837d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21399.078264917167,
        "Y": -569.54151888478373
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "4944a7bd752c4bd88e71dbed447a6769",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22007.30462438679,
        "Y": 928.4913923886179
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "fffd8468464f4fcea6670c4a3dd5c4d2",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21738.252397870609,
        "Y": 807.13045236891776
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "0155172cd1a24691bb20c906790eedcd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21516.370436868558,
        "Y": 902.13057963751635
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "a69a0c9833ad4e68812e382d42e77bb5",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22004.90841514444,
        "Y": 1928.7344922839166
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "2108db8cf95b4a2da5828a610847b0a3",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21988.081698736969,
        "Y": 1415.8330502669178
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "c4b579fae614497f92267f3310ea126f",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21735.856188628259,
        "Y": 1807.3735522642164
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "95a12bac716a41da837feb3186e74755",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21719.029472220791,
        "Y": 1294.4721102472176
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "ee1472e423d24ea687e8a5e21aaa9a88",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21741.678398244818,
        "Y": 1013.4506865712174
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "38a416c58fa946f9962aa7dc0dde7c85",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21739.282189002468,
        "Y": 2013.6937864665178
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "b0c3daa783d743a48e0c7da86024de87",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21722.455472595,
        "Y": 1500.7923444495173
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "edd76f5eec3640678a5e63816ae513a6",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21513.974227626208,
        "Y": 1902.3736795328168
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "63bd0f5392184ec38614892a16ff0b0d",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 21497.14751121874,
        "Y": 1389.4722375159163
      },
      {
        "Name": "Cuboid.ByLengths",
        "ShowGeometry": true,
        "Id": "2863fcd9f37c4b79970fb7f1dd6d1fe1",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22684.546639953598,
        "Y": -486.81989338278083
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "4a60c6b9f1ac45e19587793933abcf3a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22415.494413437398,
        "Y": -608.18083340238081
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "f607c907e81f4badac012730267dea09",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22418.9204138116,
        "Y": -401.86059920018181
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "0bef9c929e8a4a22860ea574119b76d0",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 22193.612452435398,
        "Y": -513.18070613378279
      },
      {
        "Name": "Cylinder.ByPointsRadius",
        "ShowGeometry": true,
        "Id": "7e65535d25744cb3a9ece4fbf5b73140",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 24127.862772821849,
        "Y": -1335.7061783520239
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "1fff2829ca52402482f4ac364d884a14",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23424.0,
        "Y": -1296.0
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "8b4211a9b99c41c0934258ccfa477044",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23803.434624353769,
        "Y": -1380.3028390427562
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "3be344fd4fe44a4280c300fb30f7e394",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23797.15239668607,
        "Y": -1141.7150876883288
      },
      {
        "Name": "Cylinder.ByPointsRadius",
        "ShowGeometry": true,
        "Id": "f9f943620544433ab1dbbdc0b5e2a065",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 24389.119053472954,
        "Y": -698.18887648358555
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "8baea0cff8734a1d9207d534b7e2fc16",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 24058.408677337251,
        "Y": -504.19778581989544
      },
      {
        "Name": "Point.ByCoordinates",
        "ShowGeometry": true,
        "Id": "6bdd48c3415f48bfa8bc36e5deac24bd",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 24064.690905004951,
        "Y": -742.78553717432555
      },
      {
        "Name": "Code Block",
        "ShowGeometry": true,
        "Id": "7d764d175f18419f84e1b3f6b123dc6a",
        "IsSetAsInput": false,
        "IsSetAsOutput": false,
        "Excluded": false,
        "X": 23685.256280651152,
        "Y": -658.48269813156548
      }
    ],
    "Annotations": [
      {
        "Id": "bd4f9f7613a14edd9cecf99746eb9632",
        "Title": "Defining the Central Axis",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "e925b57981204d2a8349fb2bab8ace39",
          "cad0fa9e769b4c6eaa99c15f59dd2f0c",
          "5906e9a4b32b43bd8592c75389ea83e6",
          "d71f55205a784308b7762515d30855a6"
        ],
        "HasNestedGroups": false,
        "Left": 567.84246724686682,
        "Top": -189.53166868293289,
        "Width": 788.93994080837729,
        "Height": 468.40503963996417,
        "FontSize": 36.0,
        "InitialTop": -117.13166868293288,
        "InitialHeight": 330.80503963996421,
        "TextblockHeight": 62.4,
        "Background": "#FFD4B6DB"
      },
      {
        "Id": "661d72c8bfd34575ae165b380646be89",
        "Title": "Create the two sides of the bridge",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "6f9b1fe9f44f4d7a95a833cc130e3f43",
          "2cf85cc33b244443a04f344ac6d67f46",
          "96721c50129d4bacb786d28e847e13a0",
          "79867306c32b4980a99ab9807de66e69",
          "5ebb6162fda440b1a198b8a9a537dc85",
          "ae1554eb86db473f983f547189c45811",
          "cb3727f3088b474dba1b7d27e4181a5a",
          "fb1c8b85e8df42cab55dc331a49cd08d"
        ],
        "HasNestedGroups": false,
        "Left": 1479.0232816449427,
        "Top": -225.65146050755143,
        "Width": 1189.1443310142747,
        "Height": 653.063826981925,
        "FontSize": 36.0,
        "InitialTop": -153.25146050755143,
        "InitialHeight": 593.863826981925,
        "TextblockHeight": 62.4,
        "Background": "#FFFFB8D8"
      },
      {
        "Id": "8dd6d7bb607d475993955700c2953386",
        "Title": "Define the Girders needed based on transversal span size",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "79e7e433a77946879f15834a34ecc6ce",
          "f567fc8bab9f4a78b37b989c3e56736e",
          "24f62bf8a1bd42f2a0a95ed21ee53f8b",
          "e92a8e93bf084f9ebbd2eeb23f6a36e0",
          "68044776efbe41799366c383eddee56f",
          "c0070bbe5cfc4f67b13d174c045fd0af",
          "c7e484452e594cf8bc248bc7e01b8810",
          "7ac438dd8af446fc88e5f250b4212207",
          "e6dd5f2dca7f43e8a9dae5f4240197e6",
          "706ce8105c7b47f19c9df9a23c68f7bc"
        ],
        "HasNestedGroups": false,
        "Left": 2769.057583631557,
        "Top": -186.44586175783436,
        "Width": 2185.3099767306226,
        "Height": 611.18771725334716,
        "FontSize": 36.0,
        "InitialTop": -114.04586175783436,
        "InitialHeight": 542.91881544829312,
        "TextblockHeight": 62.4,
        "Background": "#FFE8F7AD"
      },
      {
        "Id": "a09d6703a6b946caa532cd5e2c4d2c15",
        "Title": "Creation of Bridge Arc",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "1535f16820874c75909b71714e423d29",
          "65022089093f400ea0195cd4653b4e67",
          "0575a7ca3e0f4e48b1773e5577e3d277",
          "67ca1c272b7d42c5a6fb0db740d6111a",
          "f9b1282edf8242e69f049bb6789481ec",
          "493c19b356ce4fe7ba7f10a005428b22",
          "dfcbb221b20c4d94a2bd92c8d7ce86d5",
          "ace04bf30a744bbbba72be2ae4dc3f37",
          "945add6c4d61466ab6187b032a5f2967",
          "c2a7b81f8ab14c83904f6970546ea43d",
          "9cfdad6bd3824ee3b66144901b75cde6",
          "c6e45e8fdbc145eeb4f57f282172fb4e",
          "51545619a83247e3a4b8dcb8cd9ea9c5",
          "b5fdf9ff985c4067a7f7d591deaccfc7",
          "9ce38fa72d5b413489f95d186cd36124",
          "38cb4e04f1d04f72ad7fe40029b4bf7a",
          "9f45bfad129c43caad6f00a69afafbfe",
          "818de58b462b4d88ae658cad1ebefc70",
          "d671d401746941daa2cb4dacf0bbd3d3",
          "2dda06cf7f63432dbe4287373d997e7a",
          "966dd42cc4894680aee266359cc2cee2",
          "bbf3bd23cc164cd7becb04f824c0b504",
          "78f52ca57a7f4392970283871d96fc9b",
          "cd70d7fc70cf4e90975c786b132e9f44",
          "69063a802c72451db4c533e78777e42f",
          "012f1844b05749b58bac505eacafe044"
        ],
        "HasNestedGroups": false,
        "Left": 62.042021171587749,
        "Top": 617.67652786498081,
        "Width": 4427.4632914029644,
        "Height": 850.00504548484867,
        "FontSize": 36.0,
        "InitialTop": 690.07652786498079,
        "InitialHeight": 790.80504548484873,
        "TextblockHeight": 62.4,
        "Background": "#FFFFC999"
      },
      {
        "Id": "616663a5390b4e57b20974a76386d643",
        "Title": "Cables Geometry",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "1f4bebe8e10145e79e6b04e0d8e6f303",
          "3539789414014694b3a0f6d395525da3",
          "5eb40bb769c644cfb5118af675062df3",
          "a9fb2efd47fa4d5ebfa00df703ce2d1f",
          "1247a50ebc614ea287f7fca9c5face16",
          "c9c6dfdd151d47e7921a0ead08f5ca7c",
          "29463dd85e844f1cb32bd61e2b29d6d2",
          "063884e69e7a4cb799973e4a7dabe5d8",
          "d37b78a0eb554a3c96aef470f219f06a",
          "4d500c86c4e341c39cd89ad41f10eb49",
          "b4ac1858e6824244a3bf136599d0629a",
          "00fa8acc064945448c99a35eab508432",
          "a6112a77af574c50b58e8d8e9a1fed56",
          "819f4e9193a240ee833e700ec9734f72",
          "a088671019a2430e9a0875bceeca8b9a",
          "982607c7c8ff4d908f0d160bab8130e4",
          "bd8e9271c65044a98ff6f849eaab994b",
          "40476829485f40a989a2a0311321bc78",
          "5c588c035df443aea283fbeda0df224d",
          "494b091907074922b7f815ca38cc3e90",
          "9ed36c82ea7f4f5ab7a9c4670bc06f78",
          "bc473dbfd2fe46d2b5a7f3ed1b57cc7c",
          "08191d93e71446e7ae323ce2677ba17c",
          "03d2811fcc494e42afc001ef804d9572",
          "a057e9964f734ecab1443ed41443757a",
          "6c1ccef784af43dc853cd87551f27121",
          "1688cfd4a3794dce99a9d598b99cc538",
          "3e445df00d484383bdcd3ac54a145881",
          "3e15504436444452af68068aec285457",
          "2c8d79954fc1475bb8c96e397b99bbb3"
        ],
        "HasNestedGroups": false,
        "Left": 4600.9803933907551,
        "Top": 657.69526894231615,
        "Width": 4226.9595578980152,
        "Height": 834.64072814315693,
        "FontSize": 36.0,
        "InitialTop": 730.09526894231612,
        "InitialHeight": 763.66822814315492,
        "TextblockHeight": 62.4,
        "Background": "#FFB5B5B5"
      },
      {
        "Id": "6af5b7f78df94931920028f21dbb16aa",
        "Title": "Creation of Transversal Elements",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "4f014467a1b34cdd8b4d896625ab9785",
          "52fde46db2ae4f6984eb4700c5b20d2c",
          "336209150233466ea53d580e6bf527bb",
          "1c3db81cfd6d468d8fe7d7703230a3be",
          "483c5c9c2d5c449d8e2a15c5f8c1b4d6",
          "1cf467ab15eb42a58f371f19800cdeaa",
          "aa8085c5e831410291c4bf9a24534fdd"
        ],
        "HasNestedGroups": false,
        "Left": 54.648471858319681,
        "Top": 1596.448050263461,
        "Width": 2186.4000000000005,
        "Height": 372.79594449657611,
        "FontSize": 36.0,
        "InitialTop": 1668.8480502634611,
        "InitialHeight": 313.59594449657607,
        "TextblockHeight": 62.4,
        "Background": "#FFA4E1FF"
      },
      {
        "Id": "0db8f3fb561840308aae9acb18ff3794",
        "Title": "Geometry Elements between Arches",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "5cbbd271805541d8bf7f2139d51b4646",
          "9814abbecf494777b8abfc2a0819f804",
          "766b55062d284b93bbf2137a700aa60a",
          "b9c71a551b0b445cb7d9dc79dede54f5",
          "e9874f73e98c4c21a609cdb2721114ec",
          "fd2114f6630d4bc2a8e088198d94096b",
          "1a8fdb3feb66416e895101d49e365712"
        ],
        "HasNestedGroups": false,
        "Left": 2496.8390627983176,
        "Top": 1626.7588482598976,
        "Width": 1571.1999999999998,
        "Height": 454.20000000000027,
        "FontSize": 36.0,
        "InitialTop": 1699.1588482598977,
        "InitialHeight": 395.0,
        "TextblockHeight": 62.4,
        "Background": "#FFBB87C6"
      },
      {
        "Id": "78a4d0fc047c4db198601afe1dbdf57f",
        "Title": "Geometry Cables",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "dcec65ac92cf4459a318fe3609f7e32e",
          "75841096c1bb4fc6aaab55a8542819c7",
          "dca4c63046524ed4b6faad4bdb72915e",
          "6358e29552274629ad70048ec402db64",
          "971824cf0db74878a173cb1c29ee22cf",
          "a48efb82a346493290f1aea72dabebe4",
          "35d3ccbf8f3f4fa8aa44b6e2a6af327d"
        ],
        "HasNestedGroups": false,
        "Left": 253.33668817706939,
        "Top": 2665.8170365898218,
        "Width": 1571.2000000000046,
        "Height": 466.20000000000027,
        "FontSize": 36.0,
        "InitialTop": 2738.2170365898219,
        "InitialHeight": 407.0,
        "TextblockHeight": 62.4,
        "Background": "#FFC1D676"
      },
      {
        "Id": "c6a4cee79bbc4ea4aca9c966ca1db079",
        "Title": "Geometry Arches",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "5f56219d9fb84750a4b5e3d7b17f34a2",
          "c7a8f98e30d049b5905b09167cdb45d6",
          "5cec2a765a4c41a494cde6f6582fdc53",
          "75d950c6ec574db28597498f09d9f27b",
          "b60ecdf3e46d4dbd90a5c1b98387fa7c",
          "03e7efe1033640a495d6779632af9f5d",
          "55bc4c7a8ce445e8b66b14c7673a4cfa",
          "1e6905f59d3149dc8b5a879716b9ceab",
          "8b0ae729b0ac4bb9a58c567f10c2b8c2",
          "50c56b849d1a4ea5926aec7a0bc7b4f2",
          "e5f7539c18124026a55434e88af76c14",
          "9ff9ee848a354373b4b3537bbe9b016c"
        ],
        "HasNestedGroups": false,
        "Left": 4265.87886695692,
        "Top": 1637.6886085412957,
        "Width": 3175.2,
        "Height": 454.20000000000118,
        "FontSize": 36.0,
        "InitialTop": 1710.0886085412958,
        "InitialHeight": 395.00000000000091,
        "TextblockHeight": 62.4,
        "Background": "#FFFFAA45"
      },
      {
        "Id": "a4f0bc95c5264475ab3f68051c870129",
        "Title": "Geometry Elements of Girders",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "6adb72d18d594c6489a84819f6c0c0c2",
          "b357b8e0125b47539eba10852fb869bf",
          "cd67a5f0d6a34ab09fc5dcb7aa2ede25",
          "2c04cd6857594e28807a758349f58bab",
          "318ba1ca3fd4461db435fbf3fca24d9a",
          "02bdb78d7f0b4f588e320f4fda3d5d66",
          "9539a34faba648c686b2a5bfe40e6b82",
          "1712385279f0470aad5e734930ca99d8"
        ],
        "HasNestedGroups": false,
        "Left": 428.00497918778592,
        "Top": 2015.2364830269926,
        "Width": 1607.9999999999998,
        "Height": 530.02750000000015,
        "FontSize": 36.0,
        "InitialTop": 2087.6364830269927,
        "InitialHeight": 470.82749999999987,
        "TextblockHeight": 62.4,
        "Background": "#FFFFFFFF"
      },
      {
        "Id": "8acf9e11e4ca4956b05607430f3266a4",
        "Title": "Cables Geometry",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "964bdd16b50a46069cb8a2f83bd45fc7",
          "4b86a970dab541b18bb14e606be0497e",
          "02c7a6efb39d4d36b757d22417429dee",
          "cfb55f36d2734794a04b8bdb9d8116be",
          "f4bc9da4a05f459d83b7d9a16a200f43",
          "ee2e2700e45e4795881294b1b626a114",
          "7047da751a6646089537c0fb1f2094c5",
          "a762146886d04b809a305660486364af",
          "2de74e2d27584b2c8dc337cc350315af",
          "ded6886f304a473db2f12c1d1475dab7",
          "4292213ce7d344489dadf937af984a38",
          "863f423c20c64054a4b7119473b6e8a9"
        ],
        "HasNestedGroups": false,
        "Left": 5515.317858789801,
        "Top": -335.56214010265137,
        "Width": 2053.6000000000004,
        "Height": 865.05571014458985,
        "FontSize": 36.0,
        "InitialTop": -263.16214010265139,
        "InitialHeight": 805.85571014458992,
        "TextblockHeight": 62.4,
        "Background": "#FFB9F9E1"
      },
      {
        "Id": "8b78e6fbef0a4cc3a8f0185326d7f790",
        "Title": "High Performance Criteria",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "d76f5c94ac604f308e2340b1b9f78e19",
          "b679a97ea7444c2bacd53b35c3af6708",
          "3a59e3b7c4974889a66d1b61a80be9cc",
          "20a50ba2dec5404e831efe66b2e65458",
          "36afd9e218154c4c83c6c04dfbbe376c",
          "44030405666a4020a121340b36f6de78",
          "9adbc11d2bf14d11bbd5d4cc22e52b04",
          "ab9aba6ca1884cc4a9b79d54634738df",
          "b5b527a65cea47688f9e6f3e55fdedc3",
          "a1e75830e23f459ea2bf90b1b1a7e629",
          "8637a90e92414f4caad630b266e4e218",
          "0626b790669a4398a5fd18312cafc55f",
          "b6898f7e6603439bb6770c2175ae4230",
          "3f48cf22a0454ceba416f663cc1255be",
          "ac669faf065048a5895c7c8ba7c33564",
          "9874a079a3994efe82d6eadca04d0481",
          "8d81662c694d42ff9bf54fc37ec62948",
          "7aeeec209f7d4b6aa4c17ed45dae3c56",
          "164c4677b5a34ec8b35f6ffffca1db55",
          "88d0a92e4a3c4458ac46b5191e871310",
          "00e0207a8ece4f958616c46b50c34f19",
          "ba66f5501aeb46cc8cf2bae679e8fb90",
          "aac85c38038f440494d8718b2780f9ac",
          "fa729570f5734e3e97adb54dace0e455",
          "43d71f2eab784d8e990479578ad3d7de",
          "6156f476871045c7aaab6645e1fe48f4"
        ],
        "HasNestedGroups": false,
        "Left": 4343.0883928905241,
        "Top": 2179.9185842325655,
        "Width": 4699.2188907925211,
        "Height": 1208.8190674568123,
        "FontSize": 36.0,
        "InitialTop": 2252.3185842325656,
        "InitialHeight": 584.81906745681226,
        "TextblockHeight": 62.4,
        "Background": "#FF48B9FF"
      },
      {
        "Id": "dc8f325d04e94b3a8a4220fde9c82dd4",
        "Title": "Deck Geometry",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "e67c673a61eb445e89ee359684e68df7",
          "de343c3022b74ac997229cbf10854be6",
          "576f03575a464f42b4bf403c53fa8ba5",
          "ffb711215be941a6bdd049a6c3f20a1c",
          "a7a012bffb7d450c9a556284ae7ab351",
          "09649e2f25b74afc87ffac5d2fb0c218",
          "93a96e1833024562ad6715371b7593c8",
          "d6bdac340f644ad58453d54e71641d91"
        ],
        "HasNestedGroups": false,
        "Left": 2528.5217584445163,
        "Top": 2123.3164836390597,
        "Width": 1712.0,
        "Height": 480.20000000000027,
        "FontSize": 36.0,
        "InitialTop": 2195.71648363906,
        "InitialHeight": 421.0,
        "TextblockHeight": 62.4,
        "Background": "#FF71C6A8"
      },
      {
        "Id": "ec09f517af484e8b93107599ceccbe89",
        "Title": "Deck Geometry",
        "DescriptionText": "<Double click here to edit group description>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "629dac2523c04b1bbf91efb490754c52",
          "6aed3d5f10ef46c89ed72d875cf8c833",
          "6ea13d5c8c4842acacade97726f3755d",
          "49e75ba1dd914a7b84de39b045844417",
          "181b66d710a34490ab9a520ea73cad36",
          "3c2f0ae7343649dfb3acc5333bb5131b",
          "6ed05d90ddce477096286425f59e2cee",
          "1620d36944f3496381e9599d0e5c1091"
        ],
        "HasNestedGroups": false,
        "Left": 2316.9325143000292,
        "Top": 3609.7290945102941,
        "Width": 1712.0,
        "Height": 480.20000000000027,
        "FontSize": 36.0,
        "InitialTop": 3682.1290945102942,
        "InitialHeight": 421.0,
        "TextblockHeight": 62.4,
        "Background": "#FF71C6A8"
      },
      {
        "Id": "481fd86ec8c84a0c82e86d9e4244f936",
        "Title": "Side Extension",
        "DescriptionText": "",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "a6eb83c74228435785f692d4b554920b",
          "1308b362bda4475aab9e34183d3d2b79",
          "34584907f9c940838bef83ab1e356114",
          "a6f9e96eef7e4851b498871d38171bc8",
          "f5bf99f6ee2d4a8ead751a7964122ff5",
          "b826f3515cad4e2286743d53375d9274"
        ],
        "HasNestedGroups": false,
        "Left": 2463.6508524071678,
        "Top": 2978.3545990493626,
        "Width": 836.80000000000018,
        "Height": 587.3725000000004,
        "FontSize": 36.0,
        "InitialTop": 3050.7545990493627,
        "InitialHeight": 528.17250000000013,
        "TextblockHeight": 62.4,
        "Background": "#FFC1D676"
      },
      {
        "Id": "221ce866a22646118226247c515b6d67",
        "Title": "4.b Managing the two Middle Struts ",
        "DescriptionText": "<Hier doppelklicken, um die Gruppenbeschreibung zu bearbeiten>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "61c667c3f9b54f57b7b7c17d50be76a5",
          "627a51666913467eac2e79b2847bddc9",
          "6b14b10e5afe43c9bfcc2f4f045f216f",
          "67f7e7653d74416cbfaa6a9a2e1516d8",
          "03322e7c94ad4f63984acb3919e52480",
          "a2dc886b6a9c45d8be56f31c78dbdd07",
          "fd4a3a8bc1124655ae0d0848ed17b181",
          "12061370941045a2826461f8c92988a9",
          "bba61faa0cf7411a879671b0a98c1aef",
          "08c7a3222ab04ad7a35b88962288bbfb"
        ],
        "HasNestedGroups": false,
        "Left": 8984.1687941162127,
        "Top": 20912.133436871336,
        "Width": 1774.0,
        "Height": 579.19999999999345,
        "FontSize": 36.0,
        "InitialTop": 20984.533436871337,
        "InitialHeight": 536.80000000000018,
        "TextblockHeight": 62.4,
        "Background": "#FFB9F9E1"
      },
      {
        "Id": "83b3dc80b7c94e2d9e4f83e26294f23c",
        "Title": "5.a Modeling the Fundament",
        "DescriptionText": "<Hier doppelklicken, um die Gruppenbeschreibung zu bearbeiten>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "8d250dde419f452fb19eb5978f98c269",
          "a3bd4e59d942421bb95e3d92e24d6e43",
          "f78a29e506094ae8a99bdbec7fc60987",
          "b9b1311c1b4a4d19b811226368a07a4a",
          "2a5ce7f146044c9295cf1a46a83982af",
          "93f39ed37e1a4688b362ca827ce72af8",
          "2bb0340bb1c04f349db8e350b29dbb8e",
          "a9458c3eb4254e96998ca1b82c3ff893",
          "2ec5d200236343adbb404cbcc8d40f5d",
          "9a438888079e4574b04666f4f9f13443",
          "1e2b897b4b734d59a742de898234aab3",
          "de7eba34d83e40eaa29e7f524b7d82a4",
          "4abebe34cdf44f9da362e3aa6db0df97",
          "3a166dfec96c46628791515aa89d49a1"
        ],
        "HasNestedGroups": false,
        "Left": 6371.0615511358847,
        "Top": 21167.806960342285,
        "Width": 2370.6000000000004,
        "Height": 697.20000000000073,
        "FontSize": 36.0,
        "InitialTop": 21240.206960342286,
        "InitialHeight": 654.80000000000018,
        "TextblockHeight": 62.4,
        "Background": "#FFA4E1FF"
      },
      {
        "Id": "38dd8db00dcd4fe0b1f13601416ccab7",
        "Title": "3.Translated Curves 2D",
        "DescriptionText": "<Hier doppelklicken, um die Gruppenbeschreibung zu bearbeiten>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "75628b535d4e40fcbc27df98e6b3dda0",
          "eb2479357eae47e085efc63209ea9415",
          "8abb1fa8486d49c7a481efccd36cabb7",
          "8b6aa4c41cfc4e2884ffa5a09eaa3b2e",
          "0afd88018ce74070a6945b302e614888",
          "96de152fbb444a9f9bc454497402ef9f",
          "f9d5faaec46c421789d2126ca1f7ad69"
        ],
        "HasNestedGroups": false,
        "Left": 7221.8343192211541,
        "Top": 19808.042317730105,
        "Width": 1568.3662372721683,
        "Height": 865.72582539153882,
        "FontSize": 36.0,
        "InitialTop": 19880.442317730107,
        "InitialHeight": 823.32582539153418,
        "TextblockHeight": 62.4,
        "Background": "#FFFFC999"
      },
      {
        "Id": "35b2ed558c734a4382cb49abe9b2199c",
        "Title": "4.a 3D",
        "DescriptionText": "<Hier doppelklicken, um die Gruppenbeschreibung zu bearbeiten>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "084d61185dfb4045949044897675913d",
          "52eae7bb408844169fe56d8e6eb5e3da",
          "8d8b56a669b7485b97b85967105ba761",
          "e353203ac4134070a4298a9ca2a0f8cd",
          "cf0cf6c81ef24d3294381d149b0ba33a"
        ],
        "HasNestedGroups": false,
        "Left": 8977.7937235099853,
        "Top": 20336.903923504389,
        "Width": 1000.2000000000007,
        "Height": 439.20000000000073,
        "FontSize": 36.0,
        "InitialTop": 20409.303923504391,
        "InitialHeight": 396.80000000000018,
        "TextblockHeight": 62.4,
        "Background": "#FFB9F9E1"
      },
      {
        "Id": "4ca16cccf9054aeb85b9438231b4dd72",
        "Title": "5.b Modeling the Longitudinal beams",
        "DescriptionText": "<Hier doppelklicken, um die Gruppenbeschreibung zu bearbeiten>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "1e59907291ed4b03b3e0365203262542",
          "0e150280127f4337a77086b32e82a5a9",
          "8f9c705481c842efbef634ee907cebbb",
          "3919bd5142024e86a13f617b57be1809",
          "b39ee5f823af406e8c3cd0f1774fea7f",
          "eba39c490a8e424ebf4ccfe118c37ef6",
          "97ee9e9d87bd4a148f31e02e11e92051",
          "58094508eb93436fae6b3c3f98d3e1f5",
          "f3e8efbfa6f741e48da1ae1497189f9e",
          "5bfbad742525496faa0bfd179bab23a6",
          "86ff67301d294e2295b94bb15cf6727a",
          "35855a5c71b44aa6a4a644b3ad1b9774"
        ],
        "HasNestedGroups": false,
        "Left": 6383.2218810346731,
        "Top": 21957.771389967282,
        "Width": 2098.6000000000022,
        "Height": 653.20000000000073,
        "FontSize": 36.0,
        "InitialTop": 22030.171389967283,
        "InitialHeight": 610.80000000000018,
        "TextblockHeight": 62.4,
        "Background": "#FFA4E1FF"
      },
      {
        "Id": "f92068549c3b4220a92f4a61bd2be120",
        "Title": "2. Merging the points + Adding BasicCurveForm 1D",
        "DescriptionText": "<Hier doppelklicken, um die Gruppenbeschreibung zu bearbeiten>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "e661cf5bcd334f7190e10d9763556462",
          "e245aa6d22f249a3ab88ffbc2fd1884c",
          "6371ff8019f34fdbb9fad20d29fd5ab7"
        ],
        "HasNestedGroups": false,
        "Left": 6445.6691478598223,
        "Top": 19642.041050474058,
        "Width": 530.80000000000018,
        "Height": 531.22749999999724,
        "FontSize": 36.0,
        "InitialTop": 19757.641050474056,
        "InitialHeight": 445.62749999999778,
        "TextblockHeight": 105.6,
        "Background": "#FFD4B6DB"
      },
      {
        "Id": "1a5c55dd32db4cad93b58a2b3c281b44",
        "Title": "6. High Performance Criteria - Statiknachweise: Normal- und Schubspannungsnachweis",
        "DescriptionText": "<Hier doppelklicken, um die Gruppenbeschreibung zu bearbeiten>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "d20fe46956ae487ca7066365cf20f220",
          "a5dacbfe752b47be9c3606cc682cb715",
          "33b75d018f6e42abafd12a8b1846ae22",
          "6060b265e09c40fda03d301a557e88af",
          "91a4d11b1bac41a5bb9087ea13f995b4",
          "0d4ac9e6daea43c9bda807131b857d91",
          "d68c2b1e37f74e63a50f11ed2e266224",
          "f2c9f8a8127442fdafed49cc83e5ed5e",
          "97a87635cf544da3b3f4cef54d824c26",
          "f8595ffe156f4356a7a6a6ccff51774d",
          "56f4b61a23f2469f835cc37070b27c70",
          "fd5341676d6e47628502e5c9eff84cb0",
          "f6015a3b8732409d9edd38c1eb186ad2"
        ],
        "HasNestedGroups": false,
        "Left": 2402.773731856254,
        "Top": 22004.439275276804,
        "Width": 3808.2,
        "Height": 708.66312499999913,
        "FontSize": 36.0,
        "InitialTop": 22076.839275276805,
        "InitialHeight": 666.26312499999949,
        "TextblockHeight": 62.4,
        "Background": "#FF71C6A8"
      },
      {
        "Id": "b3ae23eb380d497c97aa2b2e05a0964b",
        "Title": "1. Bestimmung der Eckpunkte /Zentralen Punkte für die Geometrie",
        "DescriptionText": "<Hier doppelklicken, um die Gruppenbeschreibung zu bearbeiten>",
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [
          "46b77fffaa554ee09c4a1f65e592dae2",
          "ba965c69637a4df49ea3c4794ba495c3",
          "7152b5f3aacc4abea2542d4014517748",
          "a76300aa5786412eb2bffd98ce1a731d",
          "5a2836c44f78410db1180f7ba1c2a68f",
          "4e2328f2b7874745b840f18af4bad663",
          "f696efbc596c4424b13f99114d9750e2",
          "3c0aba4febd64cb995152069f2340a8f",
          "c516f4c9073e4d008a47738a8314ad0a",
          "6b70fd5d05884ba78fc87328878082e6",
          "df7968ba556140cabe04bf4bb38b58d9",
          "c1f3e10802f74ea1a1dabdbab1b49584",
          "24b2fb7840ec4cf5a137d670255580d3",
          "fb8fef5f2baf4b0b80e3bf05934e289c"
        ],
        "HasNestedGroups": false,
        "Left": 3474.7780883150117,
        "Top": 19347.573534566189,
        "Width": 1433.2000000000016,
        "Height": 1877.5131554765576,
        "FontSize": 36.0,
        "InitialTop": 19419.97353456619,
        "InitialHeight": 1835.1131554765525,
        "TextblockHeight": 62.4,
        "Background": "#FFC1D676"
      },
      {
        "Id": "24b2fb7840ec4cf5a137d670255580d3",
        "Title": "Max.10 because Windlast-Rechnung",
        "DescriptionText": null,
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [],
        "HasNestedGroups": false,
        "Left": 3484.7780883150117,
        "Top": 19992.183107704019,
        "Width": 0.0,
        "Height": 0.0,
        "FontSize": 36.0,
        "InitialTop": 0.0,
        "InitialHeight": 0.0,
        "TextblockHeight": 0.0,
        "Background": "#FFC1D676"
      },
      {
        "Id": "fb8fef5f2baf4b0b80e3bf05934e289c",
        "Title": "Max.10 because Windlast-Rechnung",
        "DescriptionText": null,
        "IsExpanded": true,
        "WidthAdjustment": 0.0,
        "HeightAdjustment": 0.0,
        "Nodes": [],
        "HasNestedGroups": false,
        "Left": 3484.7780883150117,
        "Top": 20905.890453065083,
        "Width": 0.0,
        "Height": 0.0,
        "FontSize": 36.0,
        "InitialTop": 0.0,
        "InitialHeight": 0.0,
        "TextblockHeight": 0.0,
        "Background": "#FFC1D676"
      }
    ],
    "X": -4216.7849832879747,
    "Y": -8818.9020218090591,
    "Zoom": 0.39751693895031753
  }
}