﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Archive name="Root">
  <!--Grasshopper archive-->
  <!--Grasshopper and GH_IO.dll are copyrighted by Robert McNeel & Associates-->
  <!--Archive generated by GH_IO.dll file utility library {0.2.0002}-->
  <items count="1">
    <item name="ArchiveVersion" type_name="gh_version" type_code="80">
      <Major>0</Major>
      <Minor>2</Minor>
      <Revision>2</Revision>
    </item>
  </items>
  <chunks count="2">
    <chunk name="Definition">
      <items count="1">
        <item name="plugin_version" type_name="gh_version" type_code="80">
          <Major>0</Major>
          <Minor>9</Minor>
          <Revision>76</Revision>
        </item>
      </items>
      <chunks count="5">
        <chunk name="DocumentHeader">
          <items count="5">
            <item name="DocumentID" type_name="gh_guid" type_code="9">8e339cb4-0a98-4d2e-9c8b-0dc13d1ace41</item>
            <item name="Preview" type_name="gh_string" type_code="10">Shaded</item>
            <item name="PreviewMeshType" type_name="gh_int32" type_code="3">2</item>
            <item name="PreviewNormal" type_name="gh_drawing_color" type_code="36">
              <ARGB>255;50;50;50</ARGB>
            </item>
            <item name="PreviewSelected" type_name="gh_drawing_color" type_code="36">
              <ARGB>255;200;10;0</ARGB>
            </item>
          </items>
        </chunk>
        <chunk name="DefinitionProperties">
          <items count="3">
            <item name="Date" type_name="gh_date" type_code="8">634706287358688727</item>
            <item name="Description" type_name="gh_string" type_code="10"></item>
            <item name="Name" type_name="gh_string" type_code="10">2015_04_11-binary.ghx</item>
          </items>
          <chunks count="3">
            <chunk name="Revisions">
              <items count="1">
                <item name="RevisionCount" type_name="gh_int32" type_code="3">0</item>
              </items>
            </chunk>
            <chunk name="Projection">
              <items count="2">
                <item name="Target" type_name="gh_drawing_point" type_code="30">
                  <X>-18</X>
                  <Y>101</Y>
                </item>
                <item name="Zoom" type_name="gh_single" type_code="5">1</item>
              </items>
            </chunk>
            <chunk name="Views">
              <items count="1">
                <item name="ViewCount" type_name="gh_int32" type_code="3">0</item>
              </items>
            </chunk>
          </chunks>
        </chunk>
        <chunk name="RcpLayout">
          <items count="1">
            <item name="GroupCount" type_name="gh_int32" type_code="3">0</item>
          </items>
        </chunk>
        <chunk name="GHALibraries">
          <items count="1">
            <item name="Count" type_name="gh_int32" type_code="3">0</item>
          </items>
        </chunk>
        <chunk name="DefinitionObjects">
          <items count="1">
            <item name="ObjectCount" type_name="gh_int32" type_code="3">9</item>
          </items>
          <chunks count="9">
            <chunk name="Object" index="0">
              <items count="2">
                <item name="GUID" type_name="gh_guid" type_code="9">079bd9bd-54a0-41d4-98af-db999015f63d</item>
                <item name="Name" type_name="gh_string" type_code="10">VB Script</item>
              </items>
              <chunks count="1">
                <chunk name="Container">
                  <items count="8">
                    <item name="Description" type_name="gh_string" type_code="10">A VB.NET scriptable component</item>
                    <item name="EditorPosition" type_name="gh_drawing_point" type_code="30">
                      <X>32</X>
                      <Y>97</Y>
                    </item>
                    <item name="InstanceGuid" type_name="gh_guid" type_code="9">0ae655b4-9b12-4649-809b-6022729c61fe</item>
                    <item name="Name" type_name="gh_string" type_code="10">VB Script</item>
                    <item name="NickName" type_name="gh_string" type_code="10">VB</item>
                    <item name="OutParameter" type_name="gh_bool" type_code="1">true</item>
                    <item name="ReferenceCount" type_name="gh_int32" type_code="3">0</item>
                    <item name="ScriptSource" type_name="gh_string" type_code="10">    Dim i,j As Int32
    Dim d(15,65536) As Line
    Dim temppoint As Point3d
    Dim tempdirection1, tempdirection2 As Vector3d
    Dim tempbranch1, tempbranch2 As Line
    Dim tempdist As Double
    Dim vector As New Vector3d(0, 0, 1)
    Dim result As New List (Of Line)
    d(0, 0) = c

    For i = 0 To x
      For j = 0 To (2 ^ i) - 1
        temppoint = d(i, j).To
        tempdirection1 = d(i, j).Direction
        tempdirection2 = d(i, j).Direction
        tempdirection1.Rotate(t, vector)
        tempdirection2.Rotate(-y, vector)
        tempdist = d(i, j).Length * k
        tempbranch1 = New Line(temppoint, tempdirection1, tempdist)
        tempbranch2 = New Line(temppoint, tempdirection2, tempdist)
        d(i + 1, j * 2) = tempbranch1
        d(i + 1, (j * 2) + 1) = tempbranch2
        result.Add(tempbranch1)
        result.Add(tempbranch2)
      Next
    Next
    A = result</item>
                  </items>
                  <chunks count="2">
                    <chunk name="Attributes">
                      <items count="2">
                        <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                          <X>416</X>
                          <Y>70</Y>
                          <W>80</W>
                          <H>104</H>
                        </item>
                        <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                          <X>448</X>
                          <Y>122</Y>
                        </item>
                      </items>
                    </chunk>
                    <chunk name="ParameterData">
                      <items count="9">
                        <item name="InputCount" type_name="gh_int32" type_code="3">5</item>
                        <item name="InputId" index="0" type_name="gh_guid" type_code="9">84fa917c-1ed8-4db3-8be1-7bdc4a6495a2</item>
                        <item name="InputId" index="1" type_name="gh_guid" type_code="9">84fa917c-1ed8-4db3-8be1-7bdc4a6495a2</item>
                        <item name="InputId" index="2" type_name="gh_guid" type_code="9">84fa917c-1ed8-4db3-8be1-7bdc4a6495a2</item>
                        <item name="InputId" index="3" type_name="gh_guid" type_code="9">84fa917c-1ed8-4db3-8be1-7bdc4a6495a2</item>
                        <item name="InputId" index="4" type_name="gh_guid" type_code="9">84fa917c-1ed8-4db3-8be1-7bdc4a6495a2</item>
                        <item name="OutputCount" type_name="gh_int32" type_code="3">2</item>
                        <item name="OutputId" index="0" type_name="gh_guid" type_code="9">3ede854e-c753-40eb-84cb-b48008f14fd4</item>
                        <item name="OutputId" index="1" type_name="gh_guid" type_code="9">8ec86459-bf01-4409-baee-174d0d2b13d0</item>
                      </items>
                      <chunks count="7">
                        <chunk name="InputParam" index="0">
                          <items count="10">
                            <item name="AllowTreeAccess" type_name="gh_bool" type_code="1">true</item>
                            <item name="Description" type_name="gh_string" type_code="10">Script Variable x</item>
                            <item name="InstanceGuid" type_name="gh_guid" type_code="9">2657aacf-9832-4510-b09e-57d7caf6ed10</item>
                            <item name="Name" type_name="gh_string" type_code="10">x</item>
                            <item name="NickName" type_name="gh_string" type_code="10">x</item>
                            <item name="Optional" type_name="gh_bool" type_code="1">true</item>
                            <item name="ScriptParamAccess" type_name="gh_int32" type_code="3">0</item>
                            <item name="ShowTypeHints" type_name="gh_bool" type_code="1">true</item>
                            <item name="Source" index="0" type_name="gh_guid" type_code="9">15ae04f6-4ab0-4180-9073-30e7bf7ecbf1</item>
                            <item name="SourceCount" type_name="gh_int32" type_code="3">1</item>
                          </items>
                          <chunks count="1">
                            <chunk name="Attributes">
                              <items count="2">
                                <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                                  <X>418</X>
                                  <Y>72</Y>
                                  <W>15</W>
                                  <H>20</H>
                                </item>
                                <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                                  <X>427</X>
                                  <Y>82</Y>
                                </item>
                              </items>
                            </chunk>
                          </chunks>
                        </chunk>
                        <chunk name="InputParam" index="1">
                          <items count="11">
                            <item name="AllowTreeAccess" type_name="gh_bool" type_code="1">true</item>
                            <item name="Description" type_name="gh_string" type_code="10">Script Variable c</item>
                            <item name="InstanceGuid" type_name="gh_guid" type_code="9">65b5ea66-ffc6-4b0f-9d86-03f5782e34bc</item>
                            <item name="Name" type_name="gh_string" type_code="10">c</item>
                            <item name="NickName" type_name="gh_string" type_code="10">c</item>
                            <item name="Optional" type_name="gh_bool" type_code="1">true</item>
                            <item name="ScriptParamAccess" type_name="gh_int32" type_code="3">0</item>
                            <item name="ShowTypeHints" type_name="gh_bool" type_code="1">true</item>
                            <item name="Source" index="0" type_name="gh_guid" type_code="9">7403e7df-9aac-42e9-b3d1-8269fb76be95</item>
                            <item name="SourceCount" type_name="gh_int32" type_code="3">1</item>
                            <item name="TypeHintID" type_name="gh_guid" type_code="9">f802a8cd-e699-4a94-97ea-83b5406271de</item>
                          </items>
                          <chunks count="1">
                            <chunk name="Attributes">
                              <items count="2">
                                <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                                  <X>418</X>
                                  <Y>92</Y>
                                  <W>15</W>
                                  <H>20</H>
                                </item>
                                <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                                  <X>427</X>
                                  <Y>102</Y>
                                </item>
                              </items>
                            </chunk>
                          </chunks>
                        </chunk>
                        <chunk name="InputParam" index="2">
                          <items count="11">
                            <item name="AllowTreeAccess" type_name="gh_bool" type_code="1">true</item>
                            <item name="Description" type_name="gh_string" type_code="10">Script Variable t</item>
                            <item name="InstanceGuid" type_name="gh_guid" type_code="9">8bcb2380-d44a-48a0-b664-cf00ac004f65</item>
                            <item name="Name" type_name="gh_string" type_code="10">t</item>
                            <item name="NickName" type_name="gh_string" type_code="10">t</item>
                            <item name="Optional" type_name="gh_bool" type_code="1">true</item>
                            <item name="ScriptParamAccess" type_name="gh_int32" type_code="3">0</item>
                            <item name="ShowTypeHints" type_name="gh_bool" type_code="1">true</item>
                            <item name="Source" index="0" type_name="gh_guid" type_code="9">bac6ec34-5e9f-43d3-b8dd-e837deab77b0</item>
                            <item name="SourceCount" type_name="gh_int32" type_code="3">1</item>
                            <item name="TypeHintID" type_name="gh_guid" type_code="9">8e991e99-5fb8-41e1-928d-1bba8fb9f7d7</item>
                          </items>
                          <chunks count="1">
                            <chunk name="Attributes">
                              <items count="2">
                                <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                                  <X>418</X>
                                  <Y>112</Y>
                                  <W>15</W>
                                  <H>20</H>
                                </item>
                                <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                                  <X>427</X>
                                  <Y>122</Y>
                                </item>
                              </items>
                            </chunk>
                          </chunks>
                        </chunk>
                        <chunk name="InputParam" index="3">
                          <items count="11">
                            <item name="AllowTreeAccess" type_name="gh_bool" type_code="1">true</item>
                            <item name="Description" type_name="gh_string" type_code="10">Script Variable k</item>
                            <item name="InstanceGuid" type_name="gh_guid" type_code="9">dffd0238-b335-4f9a-8728-b097fd31a379</item>
                            <item name="Name" type_name="gh_string" type_code="10">k</item>
                            <item name="NickName" type_name="gh_string" type_code="10">k</item>
                            <item name="Optional" type_name="gh_bool" type_code="1">true</item>
                            <item name="ScriptParamAccess" type_name="gh_int32" type_code="3">0</item>
                            <item name="ShowTypeHints" type_name="gh_bool" type_code="1">true</item>
                            <item name="Source" index="0" type_name="gh_guid" type_code="9">a2cda75e-52b7-4d85-bbfb-adc4074cc02f</item>
                            <item name="SourceCount" type_name="gh_int32" type_code="3">1</item>
                            <item name="TypeHintID" type_name="gh_guid" type_code="9">8e991e99-5fb8-41e1-928d-1bba8fb9f7d7</item>
                          </items>
                          <chunks count="1">
                            <chunk name="Attributes">
                              <items count="2">
                                <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                                  <X>418</X>
                                  <Y>132</Y>
                                  <W>15</W>
                                  <H>20</H>
                                </item>
                                <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                                  <X>427</X>
                                  <Y>142</Y>
                                </item>
                              </items>
                            </chunk>
                          </chunks>
                        </chunk>
                        <chunk name="InputParam" index="4">
                          <items count="10">
                            <item name="AllowTreeAccess" type_name="gh_bool" type_code="1">true</item>
                            <item name="Description" type_name="gh_string" type_code="10">Script Variable y</item>
                            <item name="InstanceGuid" type_name="gh_guid" type_code="9">a08cda5a-5f67-4a27-b8d3-28de0b4f8a5c</item>
                            <item name="Name" type_name="gh_string" type_code="10">y</item>
                            <item name="NickName" type_name="gh_string" type_code="10">y</item>
                            <item name="Optional" type_name="gh_bool" type_code="1">true</item>
                            <item name="ScriptParamAccess" type_name="gh_int32" type_code="3">0</item>
                            <item name="ShowTypeHints" type_name="gh_bool" type_code="1">true</item>
                            <item name="Source" index="0" type_name="gh_guid" type_code="9">32331714-4672-45dc-81af-4464b5d26e72</item>
                            <item name="SourceCount" type_name="gh_int32" type_code="3">1</item>
                          </items>
                          <chunks count="1">
                            <chunk name="Attributes">
                              <items count="2">
                                <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                                  <X>418</X>
                                  <Y>152</Y>
                                  <W>15</W>
                                  <H>20</H>
                                </item>
                                <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                                  <X>427</X>
                                  <Y>162</Y>
                                </item>
                              </items>
                            </chunk>
                          </chunks>
                        </chunk>
                        <chunk name="OutputParam" index="0">
                          <items count="7">
                            <item name="Access" type_name="gh_int32" type_code="3">1</item>
                            <item name="Description" type_name="gh_string" type_code="10">Print, Reflect and Error streams</item>
                            <item name="InstanceGuid" type_name="gh_guid" type_code="9">57a7a274-c1fa-4392-bf06-0235ff1cc318</item>
                            <item name="Name" type_name="gh_string" type_code="10">out</item>
                            <item name="NickName" type_name="gh_string" type_code="10">out</item>
                            <item name="Optional" type_name="gh_bool" type_code="1">false</item>
                            <item name="SourceCount" type_name="gh_int32" type_code="3">0</item>
                          </items>
                          <chunks count="1">
                            <chunk name="Attributes">
                              <items count="2">
                                <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                                  <X>463</X>
                                  <Y>72</Y>
                                  <W>31</W>
                                  <H>50</H>
                                </item>
                                <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                                  <X>478.5</X>
                                  <Y>97</Y>
                                </item>
                              </items>
                            </chunk>
                          </chunks>
                        </chunk>
                        <chunk name="OutputParam" index="1">
                          <items count="6">
                            <item name="Description" type_name="gh_string" type_code="10">Output parameter A</item>
                            <item name="InstanceGuid" type_name="gh_guid" type_code="9">cdb49ae3-e99e-45aa-8ca5-1da7bce3ea66</item>
                            <item name="Name" type_name="gh_string" type_code="10">A</item>
                            <item name="NickName" type_name="gh_string" type_code="10">A</item>
                            <item name="Optional" type_name="gh_bool" type_code="1">false</item>
                            <item name="SourceCount" type_name="gh_int32" type_code="3">0</item>
                          </items>
                          <chunks count="1">
                            <chunk name="Attributes">
                              <items count="2">
                                <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                                  <X>463</X>
                                  <Y>122</Y>
                                  <W>31</W>
                                  <H>50</H>
                                </item>
                                <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                                  <X>478.5</X>
                                  <Y>147</Y>
                                </item>
                              </items>
                            </chunk>
                          </chunks>
                        </chunk>
                      </chunks>
                    </chunk>
                  </chunks>
                </chunk>
              </chunks>
            </chunk>
            <chunk name="Object" index="1">
              <items count="2">
                <item name="GUID" type_name="gh_guid" type_code="9">57da07bd-ecab-415d-9d86-af36d7073abc</item>
                <item name="Name" type_name="gh_string" type_code="10">Number Slider</item>
              </items>
              <chunks count="1">
                <chunk name="Container">
                  <items count="6">
                    <item name="Description" type_name="gh_string" type_code="10">Numeric slider for single values</item>
                    <item name="InstanceGuid" type_name="gh_guid" type_code="9">a2cda75e-52b7-4d85-bbfb-adc4074cc02f</item>
                    <item name="Name" type_name="gh_string" type_code="10">Number Slider</item>
                    <item name="NickName" type_name="gh_string" type_code="10"></item>
                    <item name="Optional" type_name="gh_bool" type_code="1">false</item>
                    <item name="SourceCount" type_name="gh_int32" type_code="3">0</item>
                  </items>
                  <chunks count="2">
                    <chunk name="Attributes">
                      <items count="2">
                        <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                          <X>67</X>
                          <Y>146</Y>
                          <W>168</W>
                          <H>20</H>
                        </item>
                        <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                          <X>67.33102</X>
                          <Y>146.6075</Y>
                        </item>
                      </items>
                    </chunk>
                    <chunk name="Slider">
                      <items count="7">
                        <item name="Digits" type_name="gh_int32" type_code="3">3</item>
                        <item name="GripDisplay" type_name="gh_int32" type_code="3">1</item>
                        <item name="Interval" type_name="gh_int32" type_code="3">0</item>
                        <item name="Max" type_name="gh_double" type_code="6">1</item>
                        <item name="Min" type_name="gh_double" type_code="6">0</item>
                        <item name="SnapCount" type_name="gh_int32" type_code="3">0</item>
                        <item name="Value" type_name="gh_double" type_code="6">0.586</item>
                      </items>
                    </chunk>
                  </chunks>
                </chunk>
              </chunks>
            </chunk>
            <chunk name="Object" index="2">
              <items count="2">
                <item name="GUID" type_name="gh_guid" type_code="9">57da07bd-ecab-415d-9d86-af36d7073abc</item>
                <item name="Name" type_name="gh_string" type_code="10">Number Slider</item>
              </items>
              <chunks count="1">
                <chunk name="Container">
                  <items count="6">
                    <item name="Description" type_name="gh_string" type_code="10">Numeric slider for single values</item>
                    <item name="InstanceGuid" type_name="gh_guid" type_code="9">15ae04f6-4ab0-4180-9073-30e7bf7ecbf1</item>
                    <item name="Name" type_name="gh_string" type_code="10">Number Slider</item>
                    <item name="NickName" type_name="gh_string" type_code="10"></item>
                    <item name="Optional" type_name="gh_bool" type_code="1">false</item>
                    <item name="SourceCount" type_name="gh_int32" type_code="3">0</item>
                  </items>
                  <chunks count="2">
                    <chunk name="Attributes">
                      <items count="2">
                        <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                          <X>210</X>
                          <Y>82</Y>
                          <W>168</W>
                          <H>20</H>
                        </item>
                        <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                          <X>210.2723</X>
                          <Y>82.65375</Y>
                        </item>
                      </items>
                    </chunk>
                    <chunk name="Slider">
                      <items count="7">
                        <item name="Digits" type_name="gh_int32" type_code="3">3</item>
                        <item name="GripDisplay" type_name="gh_int32" type_code="3">1</item>
                        <item name="Interval" type_name="gh_int32" type_code="3">1</item>
                        <item name="Max" type_name="gh_double" type_code="6">14</item>
                        <item name="Min" type_name="gh_double" type_code="6">1</item>
                        <item name="SnapCount" type_name="gh_int32" type_code="3">0</item>
                        <item name="Value" type_name="gh_double" type_code="6">10</item>
                      </items>
                    </chunk>
                  </chunks>
                </chunk>
              </chunks>
            </chunk>
            <chunk name="Object" index="3">
              <items count="2">
                <item name="GUID" type_name="gh_guid" type_code="9">a4cd2751-414d-42ec-8916-476ebf62d7fe</item>
                <item name="Name" type_name="gh_string" type_code="10">Radians</item>
              </items>
              <chunks count="1">
                <chunk name="Container">
                  <items count="4">
                    <item name="Description" type_name="gh_string" type_code="10">Convert an angle specified in degrees to radians</item>
                    <item name="InstanceGuid" type_name="gh_guid" type_code="9">7d212a0d-2467-4bc7-8379-836a7985f1a7</item>
                    <item name="Name" type_name="gh_string" type_code="10">Radians</item>
                    <item name="NickName" type_name="gh_string" type_code="10">Rad</item>
                  </items>
                  <chunks count="3">
                    <chunk name="Attributes">
                      <items count="2">
                        <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                          <X>277</X>
                          <Y>173</Y>
                          <W>71</W>
                          <H>46</H>
                        </item>
                        <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                          <X>312</X>
                          <Y>196</Y>
                        </item>
                      </items>
                    </chunk>
                    <chunk name="param_input" index="0">
                      <items count="7">
                        <item name="Description" type_name="gh_string" type_code="10">Angle in degrees</item>
                        <item name="InstanceGuid" type_name="gh_guid" type_code="9">628e98f3-789a-4bd7-a9b7-8a47c0e04f38</item>
                        <item name="Name" type_name="gh_string" type_code="10">Degrees</item>
                        <item name="NickName" type_name="gh_string" type_code="10">D</item>
                        <item name="Optional" type_name="gh_bool" type_code="1">false</item>
                        <item name="Source" index="0" type_name="gh_guid" type_code="9">54252a69-374f-4fd1-b45c-d0283fe97947</item>
                        <item name="SourceCount" type_name="gh_int32" type_code="3">1</item>
                      </items>
                      <chunks count="1">
                        <chunk name="Attributes">
                          <items count="2">
                            <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                              <X>279</X>
                              <Y>175</Y>
                              <W>18</W>
                              <H>42</H>
                            </item>
                            <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                              <X>289.5</X>
                              <Y>196</Y>
                            </item>
                          </items>
                        </chunk>
                      </chunks>
                    </chunk>
                    <chunk name="param_output" index="0">
                      <items count="6">
                        <item name="Description" type_name="gh_string" type_code="10">Angle in radians</item>
                        <item name="InstanceGuid" type_name="gh_guid" type_code="9">bac6ec34-5e9f-43d3-b8dd-e837deab77b0</item>
                        <item name="Name" type_name="gh_string" type_code="10">Radians</item>
                        <item name="NickName" type_name="gh_string" type_code="10">R</item>
                        <item name="Optional" type_name="gh_bool" type_code="1">false</item>
                        <item name="SourceCount" type_name="gh_int32" type_code="3">0</item>
                      </items>
                      <chunks count="1">
                        <chunk name="Attributes">
                          <items count="2">
                            <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                              <X>327</X>
                              <Y>175</Y>
                              <W>19</W>
                              <H>42</H>
                            </item>
                            <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                              <X>336.5</X>
                              <Y>196</Y>
                            </item>
                          </items>
                        </chunk>
                      </chunks>
                    </chunk>
                  </chunks>
                </chunk>
              </chunks>
            </chunk>
            <chunk name="Object" index="4">
              <items count="2">
                <item name="GUID" type_name="gh_guid" type_code="9">d5967b9f-e8ee-436b-a8ad-29fdcecf32d5</item>
                <item name="Name" type_name="gh_string" type_code="10">Curve</item>
              </items>
              <chunks count="1">
                <chunk name="Container">
                  <items count="7">
                    <item name="Description" type_name="gh_string" type_code="10">Contains a collection of generic curves</item>
                    <item name="Hidden" type_name="gh_bool" type_code="1">true</item>
                    <item name="InstanceGuid" type_name="gh_guid" type_code="9">7403e7df-9aac-42e9-b3d1-8269fb76be95</item>
                    <item name="Name" type_name="gh_string" type_code="10">Curve</item>
                    <item name="NickName" type_name="gh_string" type_code="10">Crv</item>
                    <item name="Optional" type_name="gh_bool" type_code="1">false</item>
                    <item name="SourceCount" type_name="gh_int32" type_code="3">0</item>
                  </items>
                  <chunks count="2">
                    <chunk name="Attributes">
                      <items count="2">
                        <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                          <X>297</X>
                          <Y>119</Y>
                          <W>50</W>
                          <H>20</H>
                        </item>
                        <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                          <X>322.179</X>
                          <Y>129.8972</Y>
                        </item>
                      </items>
                    </chunk>
                    <chunk name="PersistentData">
                      <items count="1">
                        <item name="Count" type_name="gh_int32" type_code="3">1</item>
                      </items>
                      <chunks count="1">
                        <chunk name="Branch" index="0">
                          <items count="2">
                            <item name="Count" type_name="gh_int32" type_code="3">1</item>
                            <item name="Path" type_name="gh_string" type_code="10">{0}</item>
                          </items>
                          <chunks count="1">
                            <chunk name="Item" index="0">
                              <items count="2">
                                <item name="EdgeIndex" type_name="gh_int32" type_code="3">-1</item>
                                <item name="RefID" type_name="gh_guid" type_code="9">9757fa4b-f3ea-495f-90b5-5303c3426e20</item>
                              </items>
                            </chunk>
                          </chunks>
                        </chunk>
                      </chunks>
                    </chunk>
                  </chunks>
                </chunk>
              </chunks>
            </chunk>
            <chunk name="Object" index="5">
              <items count="2">
                <item name="GUID" type_name="gh_guid" type_code="9">d5967b9f-e8ee-436b-a8ad-29fdcecf32d5</item>
                <item name="Name" type_name="gh_string" type_code="10">Curve</item>
              </items>
              <chunks count="1">
                <chunk name="Container">
                  <items count="8">
                    <item name="Description" type_name="gh_string" type_code="10">Contains a collection of generic curves</item>
                    <item name="Hidden" type_name="gh_bool" type_code="1">true</item>
                    <item name="InstanceGuid" type_name="gh_guid" type_code="9">676c584d-94c9-4cb7-b3f2-0bb46267c5f4</item>
                    <item name="Name" type_name="gh_string" type_code="10">Curve</item>
                    <item name="NickName" type_name="gh_string" type_code="10">Crv</item>
                    <item name="Optional" type_name="gh_bool" type_code="1">false</item>
                    <item name="Source" index="0" type_name="gh_guid" type_code="9">cdb49ae3-e99e-45aa-8ca5-1da7bce3ea66</item>
                    <item name="SourceCount" type_name="gh_int32" type_code="3">1</item>
                  </items>
                  <chunks count="1">
                    <chunk name="Attributes">
                      <items count="2">
                        <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                          <X>525</X>
                          <Y>137</Y>
                          <W>50</W>
                          <H>20</H>
                        </item>
                        <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                          <X>550.5242</X>
                          <Y>147.0843</Y>
                        </item>
                      </items>
                    </chunk>
                  </chunks>
                </chunk>
              </chunks>
            </chunk>
            <chunk name="Object" index="6">
              <items count="2">
                <item name="GUID" type_name="gh_guid" type_code="9">57da07bd-ecab-415d-9d86-af36d7073abc</item>
                <item name="Name" type_name="gh_string" type_code="10">Number Slider</item>
              </items>
              <chunks count="1">
                <chunk name="Container">
                  <items count="6">
                    <item name="Description" type_name="gh_string" type_code="10">Numeric slider for single values</item>
                    <item name="InstanceGuid" type_name="gh_guid" type_code="9">54252a69-374f-4fd1-b45c-d0283fe97947</item>
                    <item name="Name" type_name="gh_string" type_code="10">Number Slider</item>
                    <item name="NickName" type_name="gh_string" type_code="10"></item>
                    <item name="Optional" type_name="gh_bool" type_code="1">false</item>
                    <item name="SourceCount" type_name="gh_int32" type_code="3">0</item>
                  </items>
                  <chunks count="2">
                    <chunk name="Attributes">
                      <items count="2">
                        <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                          <X>57</X>
                          <Y>194</Y>
                          <W>184</W>
                          <H>20</H>
                        </item>
                        <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                          <X>57.25422</X>
                          <Y>194.6843</Y>
                        </item>
                      </items>
                    </chunk>
                    <chunk name="Slider">
                      <items count="7">
                        <item name="Digits" type_name="gh_int32" type_code="3">3</item>
                        <item name="GripDisplay" type_name="gh_int32" type_code="3">1</item>
                        <item name="Interval" type_name="gh_int32" type_code="3">0</item>
                        <item name="Max" type_name="gh_double" type_code="6">180</item>
                        <item name="Min" type_name="gh_double" type_code="6">0</item>
                        <item name="SnapCount" type_name="gh_int32" type_code="3">0</item>
                        <item name="Value" type_name="gh_double" type_code="6">23.04</item>
                      </items>
                    </chunk>
                  </chunks>
                </chunk>
              </chunks>
            </chunk>
            <chunk name="Object" index="7">
              <items count="2">
                <item name="GUID" type_name="gh_guid" type_code="9">57da07bd-ecab-415d-9d86-af36d7073abc</item>
                <item name="Name" type_name="gh_string" type_code="10">Number Slider</item>
              </items>
              <chunks count="1">
                <chunk name="Container">
                  <items count="6">
                    <item name="Description" type_name="gh_string" type_code="10">Numeric slider for single values</item>
                    <item name="InstanceGuid" type_name="gh_guid" type_code="9">5ba290bb-c939-43b1-acf3-c9be993316f6</item>
                    <item name="Name" type_name="gh_string" type_code="10">Number Slider</item>
                    <item name="NickName" type_name="gh_string" type_code="10"></item>
                    <item name="Optional" type_name="gh_bool" type_code="1">false</item>
                    <item name="SourceCount" type_name="gh_int32" type_code="3">0</item>
                  </items>
                  <chunks count="2">
                    <chunk name="Attributes">
                      <items count="2">
                        <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                          <X>70</X>
                          <Y>223</Y>
                          <W>184</W>
                          <H>20</H>
                        </item>
                        <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                          <X>70.8734</X>
                          <Y>223.3531</Y>
                        </item>
                      </items>
                    </chunk>
                    <chunk name="Slider">
                      <items count="7">
                        <item name="Digits" type_name="gh_int32" type_code="3">3</item>
                        <item name="GripDisplay" type_name="gh_int32" type_code="3">1</item>
                        <item name="Interval" type_name="gh_int32" type_code="3">0</item>
                        <item name="Max" type_name="gh_double" type_code="6">90</item>
                        <item name="Min" type_name="gh_double" type_code="6">0</item>
                        <item name="SnapCount" type_name="gh_int32" type_code="3">0</item>
                        <item name="Value" type_name="gh_double" type_code="6">34.548</item>
                      </items>
                    </chunk>
                  </chunks>
                </chunk>
              </chunks>
            </chunk>
            <chunk name="Object" index="8">
              <items count="2">
                <item name="GUID" type_name="gh_guid" type_code="9">a4cd2751-414d-42ec-8916-476ebf62d7fe</item>
                <item name="Name" type_name="gh_string" type_code="10">Radians</item>
              </items>
              <chunks count="1">
                <chunk name="Container">
                  <items count="4">
                    <item name="Description" type_name="gh_string" type_code="10">Convert an angle specified in degrees to radians</item>
                    <item name="InstanceGuid" type_name="gh_guid" type_code="9">532ecbe7-022d-4b16-886f-eca6b8f59733</item>
                    <item name="Name" type_name="gh_string" type_code="10">Radians</item>
                    <item name="NickName" type_name="gh_string" type_code="10">Rad</item>
                  </items>
                  <chunks count="3">
                    <chunk name="Attributes">
                      <items count="2">
                        <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                          <X>277</X>
                          <Y>223</Y>
                          <W>71</W>
                          <H>46</H>
                        </item>
                        <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                          <X>312</X>
                          <Y>246</Y>
                        </item>
                      </items>
                    </chunk>
                    <chunk name="param_input" index="0">
                      <items count="7">
                        <item name="Description" type_name="gh_string" type_code="10">Angle in degrees</item>
                        <item name="InstanceGuid" type_name="gh_guid" type_code="9">3c46e096-2342-4ae9-8660-5ffc59a0b3f5</item>
                        <item name="Name" type_name="gh_string" type_code="10">Degrees</item>
                        <item name="NickName" type_name="gh_string" type_code="10">D</item>
                        <item name="Optional" type_name="gh_bool" type_code="1">false</item>
                        <item name="Source" index="0" type_name="gh_guid" type_code="9">54252a69-374f-4fd1-b45c-d0283fe97947</item>
                        <item name="SourceCount" type_name="gh_int32" type_code="3">1</item>
                      </items>
                      <chunks count="1">
                        <chunk name="Attributes">
                          <items count="2">
                            <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                              <X>279</X>
                              <Y>225</Y>
                              <W>18</W>
                              <H>42</H>
                            </item>
                            <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                              <X>289.5</X>
                              <Y>246</Y>
                            </item>
                          </items>
                        </chunk>
                      </chunks>
                    </chunk>
                    <chunk name="param_output" index="0">
                      <items count="6">
                        <item name="Description" type_name="gh_string" type_code="10">Angle in radians</item>
                        <item name="InstanceGuid" type_name="gh_guid" type_code="9">32331714-4672-45dc-81af-4464b5d26e72</item>
                        <item name="Name" type_name="gh_string" type_code="10">Radians</item>
                        <item name="NickName" type_name="gh_string" type_code="10">R</item>
                        <item name="Optional" type_name="gh_bool" type_code="1">false</item>
                        <item name="SourceCount" type_name="gh_int32" type_code="3">0</item>
                      </items>
                      <chunks count="1">
                        <chunk name="Attributes">
                          <items count="2">
                            <item name="Bounds" type_name="gh_drawing_rectanglef" type_code="35">
                              <X>327</X>
                              <Y>225</Y>
                              <W>19</W>
                              <H>42</H>
                            </item>
                            <item name="Pivot" type_name="gh_drawing_pointf" type_code="31">
                              <X>336.5</X>
                              <Y>246</Y>
                            </item>
                          </items>
                        </chunk>
                      </chunks>
                    </chunk>
                  </chunks>
                </chunk>
              </chunks>
            </chunk>
          </chunks>
        </chunk>
      </chunks>
    </chunk>
    <chunk name="Thumbnail">
      <items count="1">
        <item name="Thumbnail" type_name="gh_drawing_bitmap" type_code="37">
          <bitmap length="6044">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</bitmap>
        </item>
      </items>
    </chunk>
  </chunks>
</Archive>