X3D Model Documentation: PajekVisualizationExamples.x3d

  1  <?xml version="1.0" encoding="UTF-8"?>
  2  <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
  3  <X3D profile='Immersive' version='3.2 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'>
  4       <head>
  5            <meta name='titlecontent=' PajekVisualizationExamples.x3d '/>
  6            <meta name='descriptioncontent='Reverse engineer and hopefully elaborate on Pajek visualization structures'/>
  7            <meta name='creatorcontent='Don Brutzman and Elaine Reid'/>
  8            <meta name='createdcontent='17 May 2011'/>
  9            <meta name='modifiedcontent='25 September 2023'/>
 10            <meta name='referencecontent='http://pajek.imfm.si'/>
 11            <meta name='subjectcontent='network visualization'/>
 12            <meta name=' warning content=' under development '/>
 13            <meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/>
 14            <meta name='generatorcontent='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/>
 15            <meta name='licensecontent='../../license.html'/>
 16       </head>
<!--

<!-- to top DEF node index:

Index for Viewpoint node: Viewpoint_1

Index for ExternProtoDeclare definitions: Arc, NetworkText, Vertex
-->
 17       <Scene>
 18            <WorldInfo title='PajekVisualizationExamples.x3d'/>
 19            <ExternProtoDeclare name='Arcappinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency'   url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '>
 20                 <field name='nametype='SFStringaccessType='inputOutput'
                appinfo='name to identify this Arc'/>
 21                 <field name='descriptiontype='SFStringaccessType='inputOutput'
                appinfo='popup text describing this Arc'/>
 22                 <field name='cylinderHeighttype='SFFloataccessType='initializeOnly'
                appinfo='length of Arc between Vertex locations'/>
 23                 <field name='urltype='MFStringaccessType='inputOutput'
                appinfo='link to some other resource'/>
 24                 <field name='cylinderTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Arc'/>
 25                 <field name='coneTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='see TODO items in ArcScript'/>
 26                 <field name='rotationtype='SFRotationaccessType='inputOutput'
                appinfo='orientation of Arc'/>
 27                 <field name='displayModetype='SFStringaccessType='inputOutput'
                appinfo='rendering choices: BallAndStick, Ball, Stick'/>
 28                 <field name='diffuseColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Arc'/>
 29                 <field name='transparencytype='SFFloataccessType='inputOutput'
                appinfo='transparency of Arc'/>
 30                 <field name='ballRadiustype='SFFloataccessType='inputOutput'
                appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/>
 31                 <field name='traceEnabledtype='SFBoolaccessType='inputOutput'
                appinfo='debug trace to Browser output console'/>
 32            </ExternProtoDeclare>
 33            <ExternProtoDeclare name='Vertexappinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency'   url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '>
 34                 <field name='nametype='SFStringaccessType='inputOutput'
                appinfo='name to identify this Vertex'/>
 35                 <field name='descriptiontype='SFStringaccessType='inputOutput'
                appinfo='popup text describing this Vertex'/>
 36                 <field name='urltype='MFStringaccessType='inputOutput'
                appinfo='link to some other resource'/>
 37                 <field name='radiustype='SFFloataccessType='initializeOnly'
                appinfo='size of Vertex ball'/>
 38                 <field name='displayModetype='SFStringaccessType='inputOutput'
                appinfo='rendering choices: BallAndStick, Ball, Stick'/>
 39                 <field name='diffuseColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Vertex'/>
 40                 <field name='transparencytype='SFFloataccessType='inputOutput'
                appinfo='transparency of Vertex'/>
 41                 <field name='translationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Vertex'/>
 42                 <field name='vertexTexttype='MFStringaccessType='inputOutput'
                appinfo='labels to identify Vertex'/>
 43                 <field name='textTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Text'/>
 44                 <field name='textColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Text'/>
 45            </ExternProtoDeclare>
 46            <ExternProtoDeclare name='NetworkTextappinfo='Text describing what the Vertices and Arcs are about'   url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '>
 47                 <field name='texttype='MFStringaccessType='inputOutput'
                appinfo='information to identify the Integral Network'/>
 48            </ExternProtoDeclare>
 49            <Background groundAngle='1.309 1.570796groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7skyAngle='1.309 1.571skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/>
 50            <PointLight ambientIntensity='1location='0 0 5radius='30'/>
 51            <NavigationInfo transitionType='"ANIMATE"type='"EXAMINE" "FLY" "ANY"'/>
 52            <Viewpoint description='Inspect 15JAN2010Newmanorientation='1 0 0 -0.0997position='0 2 20'/>
 53            <ProtoInstance name='Arc'>
 54                 <fieldValue name='cylinderHeightvalue='0.46695'/>
 55                 <fieldValue name='cylinderTranslationvalue='-2.08203 -0.76493 0.63475'/>
 56                 <fieldValue name='coneTranslationvalue='-2.14208 -0.80294 0.65340'/>
 57                 <fieldValue name='rotationvalue='11.85127 -0.00000 38.16246 2.11456'/>
 58                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 59                 <fieldValue name='ballRadiusvalue='0.02'/>
 60                 <fieldValue name='traceEnabledvalue='false'/>
 61                 <fieldValue name='displayMode'/>
 62                 <fieldValue name='transparencyvalue='0'/>
 63            </ProtoInstance>
 64            <ProtoInstance name='Arc'>
 65                 <fieldValue name='cylinderHeightvalue='0.81706'/>
 66                 <fieldValue name='cylinderTranslationvalue='-1.77302 -0.33837 0.81929'/>
 67                 <fieldValue name='coneTranslationvalue='-1.70112 -0.15236 0.96761'/>
 68                 <fieldValue name='rotationvalue='48.75926 0 -23.63879 0.72508'/>
 69                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 70                 <fieldValue name='ballRadiusvalue='0.02'/>
 71                 <fieldValue name='traceEnabledvalue='false'/>
 72                 <fieldValue name='displayMode'/>
 73                 <fieldValue name='transparencyvalue='0'/>
 74            </ProtoInstance>
 75            <ProtoInstance name='Arc'>
 76                 <fieldValue name='cylinderHeightvalue='0.84999'/>
 77                 <fieldValue name='cylinderTranslationvalue='-2.29906 -0.54458 0.64162'/>
 78                 <fieldValue name='coneTranslationvalue='-2.55336 -0.48250 0.68286'/>
 79                 <fieldValue name='rotationvalue='13.22577 -0.00000 81.56901 1.33435'/>
 80                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 81                 <fieldValue name='ballRadiusvalue='0.02'/>
 82                 <fieldValue name='traceEnabledvalue='false'/>
 83                 <fieldValue name='displayMode'/>
 84                 <fieldValue name='transparencyvalue='0'/>
 85            </ProtoInstance>
 86            <ProtoInstance name='Arc'>
 87                 <fieldValue name='cylinderHeightvalue='0.27108'/>
 88                 <fieldValue name='cylinderTranslationvalue='-2.02603 -0.65630 0.58230'/>
 89                 <fieldValue name='coneTranslationvalue='-2.00170 -0.65411 0.58107'/>
 90                 <fieldValue name='rotationvalue='1.36105 -0.00000 26.96377 1.66069'/>
 91                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 92                 <fieldValue name='ballRadiusvalue='0.02'/>
 93                 <fieldValue name='traceEnabledvalue='false'/>
 94                 <fieldValue name='displayMode'/>
 95                 <fieldValue name='transparencyvalue='0'/>
 96            </ProtoInstance>
 97            <ProtoInstance name='Arc'>
 98                 <fieldValue name='cylinderHeightvalue='0.45921'/>
 99                 <fieldValue name='cylinderTranslationvalue='-1.90241 -0.83079 0.70874'/>
100                 <fieldValue name='coneTranslationvalue='-1.90580 -0.88738 0.74913'/>
101                 <fieldValue name='rotationvalue='26.64865 -0.00000 2.23849 2.51997'/>
102                 <fieldValue name='diffuseColorvalue='0 0 0'/>
103                 <fieldValue name='ballRadiusvalue='0.02'/>
104                 <fieldValue name='traceEnabledvalue='false'/>
105                 <fieldValue name='displayMode'/>
106                 <fieldValue name='transparencyvalue='0'/>
107            </ProtoInstance>
108            <ProtoInstance name='Arc'>
109                 <fieldValue name='cylinderHeightvalue='0.46126'/>
110                 <fieldValue name='cylinderTranslationvalue='-2.11970 -0.67166 0.59055'/>
111                 <fieldValue name='coneTranslationvalue='-2.18967 -0.68009 0.59516'/>
112                 <fieldValue name='rotationvalue='3.01059 -0.00000 45.69673 1.69044'/>
113                 <fieldValue name='diffuseColorvalue='0 0 0'/>
114                 <fieldValue name='ballRadiusvalue='0.02'/>
115                 <fieldValue name='traceEnabledvalue='false'/>
116                 <fieldValue name='displayMode'/>
117                 <fieldValue name='transparencyvalue='0'/>
118            </ProtoInstance>
119            <ProtoInstance name='Arc'>
120                 <fieldValue name='cylinderHeightvalue='0.49271'/>
121                 <fieldValue name='cylinderTranslationvalue='-2.11388 -0.54742 0.61739'/>
122                 <fieldValue name='coneTranslationvalue='-2.19193 -0.51352 0.63208'/>
123                 <fieldValue name='rotationvalue='8.37925 -0.00000 44.53360 1.16735'/>
124                 <fieldValue name='diffuseColorvalue='0 0 0'/>
125                 <fieldValue name='ballRadiusvalue='0.02'/>
126                 <fieldValue name='traceEnabledvalue='false'/>
127                 <fieldValue name='displayMode'/>
128                 <fieldValue name='transparencyvalue='0'/>
129            </ProtoInstance>
130            <ProtoInstance name='Arc'>
131                 <fieldValue name='cylinderHeightvalue='0.81148'/>
132                 <fieldValue name='cylinderTranslationvalue='-2.29438 -0.67610 0.60801'/>
133                 <fieldValue name='coneTranslationvalue='-2.53856 -0.69546 0.62770'/>
134                 <fieldValue name='rotationvalue='6.50249 -0.00000 80.63371 1.64966'/>
135                 <fieldValue name='diffuseColorvalue='0 0 0'/>
136                 <fieldValue name='ballRadiusvalue='0.02'/>
137                 <fieldValue name='traceEnabledvalue='false'/>
138                 <fieldValue name='displayMode'/>
139                 <fieldValue name='transparencyvalue='0'/>
140            </ProtoInstance>
141            <ProtoInstance name='Arc'>
142                 <fieldValue name='cylinderHeightvalue='0.78332'/>
143                 <fieldValue name='cylinderTranslationvalue='-2.27992 -0.67963 0.60781'/>
144                 <fieldValue name='coneTranslationvalue='-2.50983 -0.70063 0.62693'/>
145                 <fieldValue name='rotationvalue='6.46361 -0.00000 77.74115 1.66155'/>
146                 <fieldValue name='diffuseColorvalue='0 0 0'/>
147                 <fieldValue name='ballRadiusvalue='0.02'/>
148                 <fieldValue name='traceEnabledvalue='false'/>
149                 <fieldValue name='displayMode'/>
150                 <fieldValue name='transparencyvalue='0'/>
151            </ProtoInstance>
152            <ProtoInstance name='Arc'>
153                 <fieldValue name='cylinderHeightvalue='0.36414'/>
154                 <fieldValue name='cylinderTranslationvalue='-2.07220 -0.66041 0.58677'/>
155                 <fieldValue name='coneTranslationvalue='-2.09414 -0.66238 0.58813'/>
156                 <fieldValue name='rotationvalue='2.25418 -0.00000 36.19783 1.66028'/>
157                 <fieldValue name='diffuseColorvalue='0 0 0'/>
158                 <fieldValue name='ballRadiusvalue='0.02'/>
159                 <fieldValue name='traceEnabledvalue='false'/>
160                 <fieldValue name='displayMode'/>
161                 <fieldValue name='transparencyvalue='0'/>
162            </ProtoInstance>
163            <ProtoInstance name='Arc'>
164                 <fieldValue name='cylinderHeightvalue='0.38248'/>
165                 <fieldValue name='cylinderTranslationvalue='-1.86948 -0.45521 0.59565'/>
166                 <fieldValue name='coneTranslationvalue='-1.86592 -0.42435 0.59894'/>
167                 <fieldValue name='rotationvalue='4.03081 0 -4.34771 0.15564'/>
168                 <fieldValue name='diffuseColorvalue='0 0 0'/>
169                 <fieldValue name='ballRadiusvalue='0.02'/>
170                 <fieldValue name='traceEnabledvalue='false'/>
171                 <fieldValue name='displayMode'/>
172                 <fieldValue name='transparencyvalue='0'/>
173            </ProtoInstance>
174            <ProtoInstance name='Arc'>
175                 <fieldValue name='cylinderHeightvalue='0.19004'/>
176                 <fieldValue name='cylinderTranslationvalue='-1.98542 -0.65321 0.56706'/>
177                 <fieldValue name='coneTranslationvalue='-1.92100 -0.64700 0.57283'/>
178                 <fieldValue name='rotationvalue='-1.68652 0 18.84194 1.66643'/>
179                 <fieldValue name='diffuseColorvalue='0 0 0'/>
180                 <fieldValue name='ballRadiusvalue='0.02'/>
181                 <fieldValue name='traceEnabledvalue='false'/>
182                 <fieldValue name='displayMode'/>
183                 <fieldValue name='transparencyvalue='0'/>
184            </ProtoInstance>
185            <ProtoInstance name='Arc'>
186                 <fieldValue name='cylinderHeightvalue='0.82951'/>
187                 <fieldValue name='cylinderTranslationvalue='-2.13396 -0.72876 0.25002'/>
188                 <fieldValue name='coneTranslationvalue='-2.28306 -0.78074 0.05010'/>
189                 <fieldValue name='rotationvalue='-65.09572 0 48.54858 1.77628'/>
190                 <fieldValue name='diffuseColorvalue='0 0 0'/>
191                 <fieldValue name='ballRadiusvalue='0.02'/>
192                 <fieldValue name='traceEnabledvalue='false'/>
193                 <fieldValue name='displayMode'/>
194                 <fieldValue name='transparencyvalue='0'/>
195            </ProtoInstance>
196            <ProtoInstance name='Arc'>
197                 <fieldValue name='cylinderHeightvalue='0.75942'/>
198                 <fieldValue name='cylinderTranslationvalue='-2.26316 -0.72044 0.57948'/>
199                 <fieldValue name='coneTranslationvalue='-2.47837 -0.76460 0.58179'/>
200                 <fieldValue name='rotationvalue='0.79710 -0.00000 74.38875 1.77314'/>
201                 <fieldValue name='diffuseColorvalue='0 0 0'/>
202                 <fieldValue name='ballRadiusvalue='0.02'/>
203                 <fieldValue name='traceEnabledvalue='false'/>
204                 <fieldValue name='displayMode'/>
205                 <fieldValue name='transparencyvalue='0'/>
206            </ProtoInstance>
207            <ProtoInstance name='Arc'>
208                 <fieldValue name='cylinderHeightvalue='0.97183'/>
209                 <fieldValue name='cylinderTranslationvalue='-1.62831 -0.53339 0.18214'/>
210                 <fieldValue name='coneTranslationvalue='-1.45197 -0.45911 -0.08169'/>
211                 <fieldValue name='rotationvalue='-78.67050 0 -52.58145 1.34086'/>
212                 <fieldValue name='diffuseColorvalue='0 0 0'/>
213                 <fieldValue name='ballRadiusvalue='0.02'/>
214                 <fieldValue name='traceEnabledvalue='false'/>
215                 <fieldValue name='displayMode'/>
216                 <fieldValue name='transparencyvalue='0'/>
217            </ProtoInstance>
218            <ProtoInstance name='Arc'>
219                 <fieldValue name='cylinderHeightvalue='0.75942'/>
220                 <fieldValue name='cylinderTranslationvalue='-2.26316 -0.72044 0.57948'/>
221                 <fieldValue name='coneTranslationvalue='-2.47837 -0.76460 0.58179'/>
222                 <fieldValue name='rotationvalue='0.79711 -0.00000 74.38875 1.77314'/>
223                 <fieldValue name='diffuseColorvalue='0 0 0'/>
224                 <fieldValue name='ballRadiusvalue='0.02'/>
225                 <fieldValue name='traceEnabledvalue='false'/>
226                 <fieldValue name='displayMode'/>
227                 <fieldValue name='transparencyvalue='0'/>
228            </ProtoInstance>
229            <ProtoInstance name='Arc'>
230                 <fieldValue name='cylinderHeightvalue='1.48184'/>
231                 <fieldValue name='cylinderTranslationvalue='-1.29497 -0.25764 0.78544'/>
232                 <fieldValue name='coneTranslationvalue='-0.82748 0.04539 0.95005'/>
233                 <fieldValue name='rotationvalue='41.98910 0 -119.24873 1.02203'/>
234                 <fieldValue name='diffuseColorvalue='0 0 0'/>
235                 <fieldValue name='ballRadiusvalue='0.02'/>
236                 <fieldValue name='traceEnabledvalue='false'/>
237                 <fieldValue name='displayMode'/>
238                 <fieldValue name='transparencyvalue='0'/>
239            </ProtoInstance>
240            <ProtoInstance name='Arc'>
241                 <fieldValue name='cylinderHeightvalue='0.88907'/>
242                 <fieldValue name='cylinderTranslationvalue='-2.32120 -0.75522 0.55593'/>
243                 <fieldValue name='coneTranslationvalue='-2.59642 -0.82633 0.54341'/>
244                 <fieldValue name='rotationvalue='-3.91228 0 85.99731 1.82337'/>
245                 <fieldValue name='diffuseColorvalue='0 0 0'/>
246                 <fieldValue name='ballRadiusvalue='0.02'/>
247                 <fieldValue name='traceEnabledvalue='false'/>
248                 <fieldValue name='displayMode'/>
249                 <fieldValue name='transparencyvalue='0'/>
250            </ProtoInstance>
251            <ProtoInstance name='Arc'>
252                 <fieldValue name='cylinderHeightvalue='0.48750'/>
253                 <fieldValue name='cylinderTranslationvalue='-2.13287 -0.66868 0.59582'/>
254                 <fieldValue name='coneTranslationvalue='-2.21591 -0.67712 0.60281'/>
255                 <fieldValue name='rotationvalue='4.06530 -0.00000 48.33190 1.67167'/>
256                 <fieldValue name='diffuseColorvalue='0 0 0'/>
257                 <fieldValue name='ballRadiusvalue='0.02'/>
258                 <fieldValue name='traceEnabledvalue='false'/>
259                 <fieldValue name='displayMode'/>
260                 <fieldValue name='transparencyvalue='0'/>
261            </ProtoInstance>
262            <ProtoInstance name='Arc'>
263                 <fieldValue name='cylinderHeightvalue='0.49401'/>
264                 <fieldValue name='cylinderTranslationvalue='-2.13599 -0.66934 0.59691'/>
265                 <fieldValue name='coneTranslationvalue='-2.22221 -0.67822 0.60445'/>
266                 <fieldValue name='rotationvalue='4.28205 -0.00000 48.95581 1.67301'/>
267                 <fieldValue name='diffuseColorvalue='0 0 0'/>
268                 <fieldValue name='ballRadiusvalue='0.02'/>
269                 <fieldValue name='traceEnabledvalue='false'/>
270                 <fieldValue name='displayMode'/>
271                 <fieldValue name='transparencyvalue='0'/>
272            </ProtoInstance>
273            <ProtoInstance name='Arc'>
274                 <fieldValue name='cylinderHeightvalue='1.27851'/>
275                 <fieldValue name='cylinderTranslationvalue='-1.36219 -0.29008 0.51697'/>
276                 <fieldValue name='coneTranslationvalue='-0.96557 -0.02464 0.47309'/>
277                 <fieldValue name='rotationvalue='-11.70497 0 -105.80496 0.98381'/>
278                 <fieldValue name='diffuseColorvalue='0 0 0'/>
279                 <fieldValue name='ballRadiusvalue='0.02'/>
280                 <fieldValue name='traceEnabledvalue='false'/>
281                 <fieldValue name='displayMode'/>
282                 <fieldValue name='transparencyvalue='0'/>
283            </ProtoInstance>
284            <ProtoInstance name='Arc'>
285                 <fieldValue name='cylinderHeightvalue='0.47628'/>
286                 <fieldValue name='cylinderTranslationvalue='-2.04860 -0.68846 0.40237'/>
287                 <fieldValue name='coneTranslationvalue='-2.10025 -0.70301 0.34556'/>
288                 <fieldValue name='rotationvalue='-34.62575 0 31.47805 1.75803'/>
289                 <fieldValue name='diffuseColorvalue='0 0 0'/>
290                 <fieldValue name='ballRadiusvalue='0.02'/>
291                 <fieldValue name='traceEnabledvalue='false'/>
292                 <fieldValue name='displayMode'/>
293                 <fieldValue name='transparencyvalue='0'/>
294            </ProtoInstance>
295            <ProtoInstance name='Arc'>
296                 <fieldValue name='cylinderHeightvalue='1.48019'/>
297                 <fieldValue name='cylinderTranslationvalue='-1.38456 -0.17724 0.30522'/>
298                 <fieldValue name='coneTranslationvalue='-0.98744 0.18873 0.09338'/>
299                 <fieldValue name='rotationvalue='-54.05483 0 -101.33046 0.88813'/>
300                 <fieldValue name='diffuseColorvalue='0 0 0'/>
301                 <fieldValue name='ballRadiusvalue='0.02'/>
302                 <fieldValue name='traceEnabledvalue='false'/>
303                 <fieldValue name='displayMode'/>
304                 <fieldValue name='transparencyvalue='0'/>
305            </ProtoInstance>
306            <ProtoInstance name='Arc'>
307                 <fieldValue name='cylinderHeightvalue='0.92801'/>
308                 <fieldValue name='cylinderTranslationvalue='-1.80786 -0.64805 0.11905'/>
309                 <fieldValue name='coneTranslationvalue='-1.75326 -0.65061 -0.18000'/>
310                 <fieldValue name='rotationvalue='-91.28865 0 -16.66979 1.57923'/>
311                 <fieldValue name='diffuseColorvalue='0 0 0'/>
312                 <fieldValue name='ballRadiusvalue='0.02'/>
313                 <fieldValue name='traceEnabledvalue='false'/>
314                 <fieldValue name='displayMode'/>
315                 <fieldValue name='transparencyvalue='0'/>
316            </ProtoInstance>
317            <ProtoInstance name='Arc'>
318                 <fieldValue name='cylinderHeightvalue='1.12496'/>
319                 <fieldValue name='cylinderTranslationvalue='-1.48785 -0.91404 0.85980'/>
320                 <fieldValue name='coneTranslationvalue='-1.19922 -1.10718 1.06322'/>
321                 <fieldValue name='rotationvalue='56.86005 0 -80.67317 2.07129'/>
322                 <fieldValue name='diffuseColorvalue='0 0 0'/>
323                 <fieldValue name='ballRadiusvalue='0.02'/>
324                 <fieldValue name='traceEnabledvalue='false'/>
325                 <fieldValue name='displayMode'/>
326                 <fieldValue name='transparencyvalue='0'/>
327            </ProtoInstance>
328            <ProtoInstance name='Arc'>
329                 <fieldValue name='cylinderHeightvalue='0.58845'/>
330                 <fieldValue name='cylinderTranslationvalue='1.13529 0.11847 1.05955'/>
331                 <fieldValue name='coneTranslationvalue='1.16040 0.21869 1.14524'/>
332                 <fieldValue name='rotationvalue='37.56876 0 -11.00575 0.72786'/>
333                 <fieldValue name='diffuseColorvalue='0 0 0'/>
334                 <fieldValue name='ballRadiusvalue='0.02'/>
335                 <fieldValue name='traceEnabledvalue='false'/>
336                 <fieldValue name='displayMode'/>
337                 <fieldValue name='transparencyvalue='0'/>
338            </ProtoInstance>
339            <ProtoInstance name='Arc'>
340                 <fieldValue name='cylinderHeightvalue='0.71755'/>
341                 <fieldValue name='cylinderTranslationvalue='0.85915 -0.29193 1.08014'/>
342                 <fieldValue name='coneTranslationvalue='0.73665 -0.39761 1.19563'/>
343                 <fieldValue name='rotationvalue='41.68747 -0.00000 44.22289 2.13133'/>
344                 <fieldValue name='diffuseColorvalue='0 0 0'/>
345                 <fieldValue name='ballRadiusvalue='0.02'/>
346                 <fieldValue name='traceEnabledvalue='false'/>
347                 <fieldValue name='displayMode'/>
348                 <fieldValue name='transparencyvalue='0'/>
349            </ProtoInstance>
350            <ProtoInstance name='Arc'>
351                 <fieldValue name='cylinderHeightvalue='0.71100'/>
352                 <fieldValue name='cylinderTranslationvalue='1.18475 -0.44012 0.84738'/>
353                 <fieldValue name='coneTranslationvalue='1.24221 -0.62651 0.83400'/>
354                 <fieldValue name='rotationvalue='-4.86527 0 -20.89654 2.83505'/>
355                 <fieldValue name='diffuseColorvalue='0 0 0'/>
356                 <fieldValue name='ballRadiusvalue='0.02'/>
357                 <fieldValue name='traceEnabledvalue='false'/>
358                 <fieldValue name='displayMode'/>
359                 <fieldValue name='transparencyvalue='0'/>
360            </ProtoInstance>
361            <ProtoInstance name='Arc'>
362                 <fieldValue name='cylinderHeightvalue='1.05519'/>
363                 <fieldValue name='cylinderTranslationvalue='0.80077 0.19802 1.20444'/>
364                 <fieldValue name='coneTranslationvalue='0.60604 0.40650 1.43627'/>
365                 <fieldValue name='rotationvalue='66.54702 -0.00000 55.89837 0.96778'/>
366                 <fieldValue name='diffuseColorvalue='0 0 0'/>
367                 <fieldValue name='ballRadiusvalue='0.02'/>
368                 <fieldValue name='traceEnabledvalue='false'/>
369                 <fieldValue name='displayMode'/>
370                 <fieldValue name='transparencyvalue='0'/>
371            </ProtoInstance>
372            <ProtoInstance name='Arc'>
373                 <fieldValue name='cylinderHeightvalue='0.54149'/>
374                 <fieldValue name='cylinderTranslationvalue='1.12136 -0.00139 1.12001'/>
375                 <fieldValue name='coneTranslationvalue='1.13817 0.03944 1.22157'/>
376                 <fieldValue name='rotationvalue='49.65977 0 -8.21835 1.19325'/>
377                 <fieldValue name='diffuseColorvalue='0 0 0'/>
378                 <fieldValue name='ballRadiusvalue='0.02'/>
379                 <fieldValue name='traceEnabledvalue='false'/>
380                 <fieldValue name='displayMode'/>
381                 <fieldValue name='transparencyvalue='0'/>
382            </ProtoInstance>
383            <ProtoInstance name='Arc'>
384                 <fieldValue name='cylinderHeightvalue='0.35687'/>
385                 <fieldValue name='cylinderTranslationvalue='1.23108 -0.00618 0.87990'/>
386                 <fieldValue name='coneTranslationvalue='1.24666 0.00364 0.88074'/>
387                 <fieldValue name='rotationvalue='1.63783 0 -30.16183 1.00924'/>
388                 <fieldValue name='diffuseColorvalue='0 0 0'/>
389                 <fieldValue name='ballRadiusvalue='0.02'/>
390                 <fieldValue name='traceEnabledvalue='false'/>
391                 <fieldValue name='displayMode'/>
392                 <fieldValue name='transparencyvalue='0'/>
393            </ProtoInstance>
394            <ProtoInstance name='Arc'>
395                 <fieldValue name='cylinderHeightvalue='0.96851'/>
396                 <fieldValue name='cylinderTranslationvalue='1.21873 0.09867 1.29049'/>
397                 <fieldValue name='coneTranslationvalue='1.31145 0.23250 1.57091'/>
398                 <fieldValue name='rotationvalue='83.75748 0 -27.69367 1.14535'/>
399                 <fieldValue name='diffuseColorvalue='0 0 0'/>
400                 <fieldValue name='ballRadiusvalue='0.02'/>
401                 <fieldValue name='traceEnabledvalue='false'/>
402                 <fieldValue name='displayMode'/>
403                 <fieldValue name='transparencyvalue='0'/>
404            </ProtoInstance>
405            <ProtoInstance name='Arc'>
406                 <fieldValue name='cylinderHeightvalue='0.60746'/>
407                 <fieldValue name='cylinderTranslationvalue='1.24787 -0.12661 1.12373'/>
408                 <fieldValue name='coneTranslationvalue='1.32718 -0.13864 1.24299'/>
409                 <fieldValue name='rotationvalue='50.40390 0 -33.52069 1.65457'/>
410                 <fieldValue name='diffuseColorvalue='0 0 0'/>
411                 <fieldValue name='ballRadiusvalue='0.02'/>
412                 <fieldValue name='traceEnabledvalue='false'/>
413                 <fieldValue name='displayMode'/>
414                 <fieldValue name='transparencyvalue='0'/>
415            </ProtoInstance>
416            <ProtoInstance name='Arc'>
417                 <fieldValue name='cylinderHeightvalue='0.83001'/>
418                 <fieldValue name='cylinderTranslationvalue='1.35618 -0.39654 0.77751'/>
419                 <fieldValue name='coneTranslationvalue='1.52571 -0.57803 0.71963'/>
420                 <fieldValue name='rotationvalue='-18.83936 0 -55.18216 2.36267'/>
421                 <fieldValue name='diffuseColorvalue='0 0 0'/>
422                 <fieldValue name='ballRadiusvalue='0.02'/>
423                 <fieldValue name='traceEnabledvalue='false'/>
424                 <fieldValue name='displayMode'/>
425                 <fieldValue name='transparencyvalue='0'/>
426            </ProtoInstance>
427            <ProtoInstance name='Arc'>
428                 <fieldValue name='cylinderHeightvalue='0.87772'/>
429                 <fieldValue name='cylinderTranslationvalue='0.67719 -0.14354 1.04004'/>
430                 <fieldValue name='coneTranslationvalue='0.42107 -0.17044 1.14701'/>
431                 <fieldValue name='rotationvalue='33.66720 -0.00000 80.61482 1.66743'/>
432                 <fieldValue name='diffuseColorvalue='0 0 0'/>
433                 <fieldValue name='ballRadiusvalue='0.02'/>
434                 <fieldValue name='traceEnabledvalue='false'/>
435                 <fieldValue name='displayMode'/>
436                 <fieldValue name='transparencyvalue='0'/>
437            </ProtoInstance>
438            <ProtoInstance name='Arc'>
439                 <fieldValue name='cylinderHeightvalue='0.91495'/>
440                 <fieldValue name='cylinderTranslationvalue='1.25762 -0.24583 0.47559'/>
441                 <fieldValue name='coneTranslationvalue='1.37295 -0.33988 0.21801'/>
442                 <fieldValue name='rotationvalue='-79.22358 0 -35.47172 1.89248'/>
443                 <fieldValue name='diffuseColorvalue='0 0 0'/>
444                 <fieldValue name='ballRadiusvalue='0.02'/>
445                 <fieldValue name='traceEnabledvalue='false'/>
446                 <fieldValue name='displayMode'/>
447                 <fieldValue name='transparencyvalue='0'/>
448            </ProtoInstance>
449            <ProtoInstance name='Arc'>
450                 <fieldValue name='cylinderHeightvalue='0.96851'/>
451                 <fieldValue name='cylinderTranslationvalue='1.21874 0.09867 1.29049'/>
452                 <fieldValue name='coneTranslationvalue='1.31145 0.23250 1.57091'/>
453                 <fieldValue name='rotationvalue='83.75704 0 -27.69382 1.14534'/>
454                 <fieldValue name='diffuseColorvalue='0 0 0'/>
455                 <fieldValue name='ballRadiusvalue='0.02'/>
456                 <fieldValue name='traceEnabledvalue='false'/>
457                 <fieldValue name='displayMode'/>
458                 <fieldValue name='transparencyvalue='0'/>
459            </ProtoInstance>
460            <ProtoInstance name='Arc'>
461                 <fieldValue name='cylinderHeightvalue='0.17806'/>
462                 <fieldValue name='cylinderTranslationvalue='1.04858 -0.01979 0.88888'/>
463                 <fieldValue name='coneTranslationvalue='1.07384 -0.08468 0.87519'/>
464                 <fieldValue name='rotationvalue='3.43445 -0.00000 6.33772 0.41681'/>
465                 <fieldValue name='diffuseColorvalue='0 0 0'/>
466                 <fieldValue name='ballRadiusvalue='0.02'/>
467                 <fieldValue name='traceEnabledvalue='false'/>
468                 <fieldValue name='displayMode'/>
469                 <fieldValue name='transparencyvalue='0'/>
470            </ProtoInstance>
471            <ProtoInstance name='Arc'>
472                 <fieldValue name='cylinderHeightvalue='0.62891'/>
473                 <fieldValue name='cylinderTranslationvalue='0.83856 0.07501 0.96872'/>
474                 <fieldValue name='coneTranslationvalue='0.71983 0.16155 1.01638'/>
475                 <fieldValue name='rotationvalue='19.40324 -0.00000 48.34168 0.97600'/>
476                 <fieldValue name='diffuseColorvalue='0 0 0'/>
477                 <fieldValue name='ballRadiusvalue='0.02'/>
478                 <fieldValue name='traceEnabledvalue='false'/>
479                 <fieldValue name='displayMode'/>
480                 <fieldValue name='transparencyvalue='0'/>
481            </ProtoInstance>
482            <ProtoInstance name='Arc'>
483                 <fieldValue name='cylinderHeightvalue='0.62194'/>
484                 <fieldValue name='cylinderTranslationvalue='1.35961 -0.08448 1.00731'/>
485                 <fieldValue name='coneTranslationvalue='1.49522 -0.07636 1.07315'/>
486                 <fieldValue name='rotationvalue='27.12110 0 -55.86864 1.51701'/>
487                 <fieldValue name='diffuseColorvalue='0 0 0'/>
488                 <fieldValue name='ballRadiusvalue='0.02'/>
489                 <fieldValue name='traceEnabledvalue='false'/>
490                 <fieldValue name='displayMode'/>
491                 <fieldValue name='transparencyvalue='0'/>
492            </ProtoInstance>
493            <ProtoInstance name='Arc'>
494                 <fieldValue name='cylinderHeightvalue='0.66083'/>
495                 <fieldValue name='cylinderTranslationvalue='1.32732 0.10805 0.93771'/>
496                 <fieldValue name='coneTranslationvalue='1.45474 0.21597 0.97175'/>
497                 <fieldValue name='rotationvalue='13.20091 0 -49.41060 0.88503'/>
498                 <fieldValue name='diffuseColorvalue='0 0 0'/>
499                 <fieldValue name='ballRadiusvalue='0.02'/>
500                 <fieldValue name='traceEnabledvalue='false'/>
501                 <fieldValue name='displayMode'/>
502                 <fieldValue name='transparencyvalue='0'/>
503            </ProtoInstance>
504            <ProtoInstance name='Arc'>
505                 <fieldValue name='cylinderHeightvalue='0.68473'/>
506                 <fieldValue name='cylinderTranslationvalue='1.35257 0.03725 0.71713'/>
507                 <fieldValue name='coneTranslationvalue='1.49762 0.11099 0.63479'/>
508                 <fieldValue name='rotationvalue='-30.91562 0 -54.46158 1.15450'/>
509                 <fieldValue name='diffuseColorvalue='0 0 0'/>
510                 <fieldValue name='ballRadiusvalue='0.02'/>
511                 <fieldValue name='traceEnabledvalue='false'/>
512                 <fieldValue name='displayMode'/>
513                 <fieldValue name='transparencyvalue='0'/>
514            </ProtoInstance>
515            <ProtoInstance name='Arc'>
516                 <fieldValue name='cylinderHeightvalue='0.34414'/>
517                 <fieldValue name='cylinderTranslationvalue='0.92664 -0.04963 0.92956'/>
518                 <fieldValue name='coneTranslationvalue='0.91586 -0.04601 0.93362'/>
519                 <fieldValue name='rotationvalue='11.57121 -0.00000 30.72571 1.26645'/>
520                 <fieldValue name='diffuseColorvalue='0 0 0'/>
521                 <fieldValue name='ballRadiusvalue='0.02'/>
522                 <fieldValue name='traceEnabledvalue='false'/>
523                 <fieldValue name='displayMode'/>
524                 <fieldValue name='transparencyvalue='0'/>
525            </ProtoInstance>
526            <ProtoInstance name='Arc'>
527                 <fieldValue name='cylinderHeightvalue='0.57916'/>
528                 <fieldValue name='cylinderTranslationvalue='1.07002 0.02117 1.13397'/>
529                 <fieldValue name='coneTranslationvalue='1.06544 0.07592 1.25132'/>
530                 <fieldValue name='rotationvalue='52.45178 -0.00000 2.04833 1.13454'/>
531                 <fieldValue name='diffuseColorvalue='0 0 0'/>
532                 <fieldValue name='ballRadiusvalue='0.02'/>
533                 <fieldValue name='traceEnabledvalue='false'/>
534                 <fieldValue name='displayMode'/>
535                 <fieldValue name='transparencyvalue='0'/>
536            </ProtoInstance>
537            <ProtoInstance name='Arc'>
538                 <fieldValue name='cylinderHeightvalue='0.73098'/>
539                 <fieldValue name='cylinderTranslationvalue='0.87515 0.11271 1.08562'/>
540                 <fieldValue name='coneTranslationvalue='0.75983 0.23297 1.20588'/>
541                 <fieldValue name='rotationvalue='42.78171 -0.00000 41.02309 0.94562'/>
542                 <fieldValue name='diffuseColorvalue='0 0 0'/>
543                 <fieldValue name='ballRadiusvalue='0.02'/>
544                 <fieldValue name='traceEnabledvalue='false'/>
545                 <fieldValue name='displayMode'/>
546                 <fieldValue name='transparencyvalue='0'/>
547            </ProtoInstance>
548            <ProtoInstance name='Arc'>
549                 <fieldValue name='cylinderHeightvalue='1.04093'/>
550                 <fieldValue name='cylinderTranslationvalue='1.46282 0.22565 1.00477'/>
551                 <fieldValue name='coneTranslationvalue='1.72778 0.45202 1.09693'/>
552                 <fieldValue name='rotationvalue='26.61265 0 -76.51144 0.89183'/>
553                 <fieldValue name='diffuseColorvalue='0 0 0'/>
554                 <fieldValue name='ballRadiusvalue='0.02'/>
555                 <fieldValue name='traceEnabledvalue='false'/>
556                 <fieldValue name='displayMode'/>
557                 <fieldValue name='transparencyvalue='0'/>
558            </ProtoInstance>
559            <ProtoInstance name='Arc'>
560                 <fieldValue name='cylinderHeightvalue='0.80037'/>
561                 <fieldValue name='cylinderTranslationvalue='1.17738 0.16546 0.58955'/>
562                 <fieldValue name='coneTranslationvalue='1.23567 0.32550 0.42021'/>
563                 <fieldValue name='rotationvalue='-56.43085 0 -19.42294 0.84152'/>
564                 <fieldValue name='diffuseColorvalue='0 0 0'/>
565                 <fieldValue name='ballRadiusvalue='0.02'/>
566                 <fieldValue name='traceEnabledvalue='false'/>
567                 <fieldValue name='displayMode'/>
568                 <fieldValue name='transparencyvalue='0'/>
569            </ProtoInstance>
570            <ProtoInstance name='Arc'>
571                 <fieldValue name='cylinderHeightvalue='0.61914'/>
572                 <fieldValue name='cylinderTranslationvalue='1.28670 0.12004 0.93708'/>
573                 <fieldValue name='coneTranslationvalue='1.38643 0.22693 0.96867'/>
574                 <fieldValue name='rotationvalue='13.07496 0 -41.28597 0.77466'/>
575                 <fieldValue name='diffuseColorvalue='0 0 0'/>
576                 <fieldValue name='ballRadiusvalue='0.02'/>
577                 <fieldValue name='traceEnabledvalue='false'/>
578                 <fieldValue name='displayMode'/>
579                 <fieldValue name='transparencyvalue='0'/>
580            </ProtoInstance>
581            <ProtoInstance name='Arc'>
582                 <fieldValue name='cylinderHeightvalue='0.48284'/>
583                 <fieldValue name='cylinderTranslationvalue='1.10755 -0.33960 0.84522'/>
584                 <fieldValue name='coneTranslationvalue='1.11675 -0.42001 0.83629'/>
585                 <fieldValue name='rotationvalue='-5.29757 0 -5.45595 2.98344'/>
586                 <fieldValue name='diffuseColorvalue='0 0 0'/>
587                 <fieldValue name='ballRadiusvalue='0.02'/>
588                 <fieldValue name='traceEnabledvalue='false'/>
589                 <fieldValue name='displayMode'/>
590                 <fieldValue name='transparencyvalue='0'/>
591            </ProtoInstance>
592            <ProtoInstance name='Arc'>
593                 <fieldValue name='cylinderHeightvalue='1.03735'/>
594                 <fieldValue name='cylinderTranslationvalue='1.48760 0.11763 1.10670'/>
595                 <fieldValue name='coneTranslationvalue='1.76928 0.26894 1.26919'/>
596                 <fieldValue name='rotationvalue='46.99766 0 -81.46668 1.13528'/>
597                 <fieldValue name='diffuseColorvalue='0 0 0'/>
598                 <fieldValue name='ballRadiusvalue='0.02'/>
599                 <fieldValue name='traceEnabledvalue='false'/>
600                 <fieldValue name='displayMode'/>
601                 <fieldValue name='transparencyvalue='0'/>
602            </ProtoInstance>
603            <ProtoInstance name='Arc'>
604                 <fieldValue name='cylinderHeightvalue='1.10310'/>
605                 <fieldValue name='cylinderTranslationvalue='1.39383 -0.51567 0.68706'/>
606                 <fieldValue name='coneTranslationvalue='1.61642 -0.80992 0.55598'/>
607                 <fieldValue name='rotationvalue='-36.92880 0 -62.71196 2.42110'/>
608                 <fieldValue name='diffuseColorvalue='0 0 0'/>
609                 <fieldValue name='ballRadiusvalue='0.02'/>
610                 <fieldValue name='traceEnabledvalue='false'/>
611                 <fieldValue name='displayMode'/>
612                 <fieldValue name='transparencyvalue='0'/>
613            </ProtoInstance>
614            <ProtoInstance name='Arc'>
615                 <fieldValue name='cylinderHeightvalue='1.04989'/>
616                 <fieldValue name='cylinderTranslationvalue='1.51899 0.17814 0.80056'/>
617                 <fieldValue name='coneTranslationvalue='1.82399 0.37233 0.75109'/>
618                 <fieldValue name='rotationvalue='-14.23036 0 -87.74453 1.00970'/>
619                 <fieldValue name='diffuseColorvalue='0 0 0'/>
620                 <fieldValue name='ballRadiusvalue='0.02'/>
621                 <fieldValue name='traceEnabledvalue='false'/>
622                 <fieldValue name='displayMode'/>
623                 <fieldValue name='transparencyvalue='0'/>
624            </ProtoInstance>
625            <ProtoInstance name='Arc'>
626                 <fieldValue name='cylinderHeightvalue='0.65525'/>
627                 <fieldValue name='cylinderTranslationvalue='1.34406 0.03633 1.00895'/>
628                 <fieldValue name='coneTranslationvalue='1.47903 0.10669 1.07917'/>
629                 <fieldValue name='rotationvalue='27.44867 0 -52.75923 1.13761'/>
630                 <fieldValue name='diffuseColorvalue='0 0 0'/>
631                 <fieldValue name='ballRadiusvalue='0.02'/>
632                 <fieldValue name='traceEnabledvalue='false'/>
633                 <fieldValue name='displayMode'/>
634                 <fieldValue name='transparencyvalue='0'/>
635            </ProtoInstance>
636            <ProtoInstance name='Arc'>
637                 <fieldValue name='cylinderHeightvalue='1.33014'/>
638                 <fieldValue name='cylinderTranslationvalue='0.59008 0.14976 0.49880'/>
639                 <fieldValue name='coneTranslationvalue='0.21782 0.34034 0.21561'/>
640                 <fieldValue name='rotationvalue='-74.58046 0 98.03741 1.18388'/>
641                 <fieldValue name='diffuseColorvalue='0 0 0'/>
642                 <fieldValue name='ballRadiusvalue='0.02'/>
643                 <fieldValue name='traceEnabledvalue='false'/>
644                 <fieldValue name='displayMode'/>
645                 <fieldValue name='transparencyvalue='0'/>
646            </ProtoInstance>
647            <ProtoInstance name='Arc'>
648                 <fieldValue name='cylinderHeightvalue='0.48691'/>
649                 <fieldValue name='cylinderTranslationvalue='1.19938 -0.09869 0.65940'/>
650                 <fieldValue name='coneTranslationvalue='1.24021 -0.09784 0.58662'/>
651                 <fieldValue name='rotationvalue='-42.46188 0 -23.82282 1.56053'/>
652                 <fieldValue name='diffuseColorvalue='0 0 0'/>
653                 <fieldValue name='ballRadiusvalue='0.02'/>
654                 <fieldValue name='traceEnabledvalue='false'/>
655                 <fieldValue name='displayMode'/>
656                 <fieldValue name='transparencyvalue='0'/>
657            </ProtoInstance>
658            <ProtoInstance name='Arc'>
659                 <fieldValue name='cylinderHeightvalue='1.15434'/>
660                 <fieldValue name='cylinderTranslationvalue='0.53357 -0.10784 0.68676'/>
661                 <fieldValue name='coneTranslationvalue='0.13843 -0.11264 0.55309'/>
662                 <fieldValue name='rotationvalue='-36.98886 0 109.33930 1.58230'/>
663                 <fieldValue name='diffuseColorvalue='0 0 0'/>
664                 <fieldValue name='ballRadiusvalue='0.02'/>
665                 <fieldValue name='traceEnabledvalue='false'/>
666                 <fieldValue name='displayMode'/>
667                 <fieldValue name='transparencyvalue='0'/>
668            </ProtoInstance>
669            <ProtoInstance name='Arc'>
670                 <fieldValue name='cylinderHeightvalue='0.66082'/>
671                 <fieldValue name='cylinderTranslationvalue='1.32759 0.10765 0.93792'/>
672                 <fieldValue name='coneTranslationvalue='1.45516 0.21536 0.97207'/>
673                 <fieldValue name='rotationvalue='13.24249 0 -49.46575 0.88658'/>
674                 <fieldValue name='diffuseColorvalue='0 0 0'/>
675                 <fieldValue name='ballRadiusvalue='0.02'/>
676                 <fieldValue name='traceEnabledvalue='false'/>
677                 <fieldValue name='displayMode'/>
678                 <fieldValue name='transparencyvalue='0'/>
679            </ProtoInstance>
680            <ProtoInstance name='Arc'>
681                 <fieldValue name='cylinderHeightvalue='1.11634'/>
682                 <fieldValue name='cylinderTranslationvalue='1.00413 -0.51694 0.50715'/>
683                 <fieldValue name='coneTranslationvalue='0.94981 -0.81352 0.24709'/>
684                 <fieldValue name='rotationvalue='-72.91241 0 15.22819 2.41110'/>
685                 <fieldValue name='diffuseColorvalue='0 0 0'/>
686                 <fieldValue name='ballRadiusvalue='0.02'/>
687                 <fieldValue name='traceEnabledvalue='false'/>
688                 <fieldValue name='displayMode'/>
689                 <fieldValue name='transparencyvalue='0'/>
690            </ProtoInstance>
691            <ProtoInstance name='Arc'>
692                 <fieldValue name='cylinderHeightvalue='0.58265'/>
693                 <fieldValue name='cylinderTranslationvalue='1.32068 0.04396 0.79425'/>
694                 <fieldValue name='coneTranslationvalue='1.42906 0.10940 0.75933'/>
695                 <fieldValue name='rotationvalue='-15.49221 0 -48.08304 1.04920'/>
696                 <fieldValue name='diffuseColorvalue='0 0 0'/>
697                 <fieldValue name='ballRadiusvalue='0.02'/>
698                 <fieldValue name='traceEnabledvalue='false'/>
699                 <fieldValue name='displayMode'/>
700                 <fieldValue name='transparencyvalue='0'/>
701            </ProtoInstance>
702            <ProtoInstance name='Arc'>
703                 <fieldValue name='cylinderHeightvalue='0.46028'/>
704                 <fieldValue name='cylinderTranslationvalue='1.23317 -0.20792 1.00660'/>
705                 <fieldValue name='coneTranslationvalue='1.27977 -0.24044 1.04772'/>
706                 <fieldValue name='rotationvalue='26.97942 0 -30.58001 2.05299'/>
707                 <fieldValue name='diffuseColorvalue='0 0 0'/>
708                 <fieldValue name='ballRadiusvalue='0.02'/>
709                 <fieldValue name='traceEnabledvalue='false'/>
710                 <fieldValue name='displayMode'/>
711                 <fieldValue name='transparencyvalue='0'/>
712            </ProtoInstance>
713            <ProtoInstance name='Arc'>
714                 <fieldValue name='cylinderHeightvalue='0.71764'/>
715                 <fieldValue name='cylinderTranslationvalue='1.18909 -0.44230 0.84821'/>
716                 <fieldValue name='coneTranslationvalue='1.24939 -0.63131 0.83519'/>
717                 <fieldValue name='rotationvalue='-4.69911 0 -21.76496 2.82611'/>
718                 <fieldValue name='diffuseColorvalue='0 0 0'/>
719                 <fieldValue name='ballRadiusvalue='0.02'/>
720                 <fieldValue name='traceEnabledvalue='false'/>
721                 <fieldValue name='displayMode'/>
722                 <fieldValue name='transparencyvalue='0'/>
723            </ProtoInstance>
724            <ProtoInstance name='Arc'>
725                 <fieldValue name='cylinderHeightvalue='1.04874'/>
726                 <fieldValue name='cylinderTranslationvalue='0.91835 -0.44661 0.51194'/>
727                 <fieldValue name='coneTranslationvalue='0.80583 -0.68663 0.26194'/>
728                 <fieldValue name='rotationvalue='-71.95383 0 32.38414 2.28992'/>
729                 <fieldValue name='diffuseColorvalue='0 0 0'/>
730                 <fieldValue name='ballRadiusvalue='0.02'/>
731                 <fieldValue name='traceEnabledvalue='false'/>
732                 <fieldValue name='displayMode'/>
733                 <fieldValue name='transparencyvalue='0'/>
734            </ProtoInstance>
735            <ProtoInstance name='Arc'>
736                 <fieldValue name='cylinderHeightvalue='0.57373'/>
737                 <fieldValue name='cylinderTranslationvalue='0.88846 -0.17892 0.67307'/>
738                 <fieldValue name='coneTranslationvalue='0.80363 -0.21330 0.58522'/>
739                 <fieldValue name='rotationvalue='-39.72809 0 38.36182 1.84519'/>
740                 <fieldValue name='diffuseColorvalue='0 0 0'/>
741                 <fieldValue name='ballRadiusvalue='0.02'/>
742                 <fieldValue name='traceEnabledvalue='false'/>
743                 <fieldValue name='displayMode'/>
744                 <fieldValue name='transparencyvalue='0'/>
745            </ProtoInstance>
746            <ProtoInstance name='Arc'>
747                 <fieldValue name='cylinderHeightvalue='0.61929'/>
748                 <fieldValue name='cylinderTranslationvalue='1.33112 0.02703 1.00020'/>
749                 <fieldValue name='coneTranslationvalue='1.45236 0.08899 1.06230'/>
750                 <fieldValue name='rotationvalue='25.69874 0 -50.17118 1.14385'/>
751                 <fieldValue name='diffuseColorvalue='0 0 0'/>
752                 <fieldValue name='ballRadiusvalue='0.02'/>
753                 <fieldValue name='traceEnabledvalue='false'/>
754                 <fieldValue name='displayMode'/>
755                 <fieldValue name='transparencyvalue='0'/>
756            </ProtoInstance>
757            <ProtoInstance name='Arc'>
758                 <fieldValue name='cylinderHeightvalue='0.98507'/>
759                 <fieldValue name='cylinderTranslationvalue='0.91076 -0.36197 0.48980'/>
760                 <fieldValue name='coneTranslationvalue='0.79632 -0.53804 0.23196'/>
761                 <fieldValue name='rotationvalue='-76.38147 0 33.90087 2.12876'/>
762                 <fieldValue name='diffuseColorvalue='0 0 0'/>
763                 <fieldValue name='ballRadiusvalue='0.02'/>
764                 <fieldValue name='traceEnabledvalue='false'/>
765                 <fieldValue name='displayMode'/>
766                 <fieldValue name='transparencyvalue='0'/>
767            </ProtoInstance>
768            <ProtoInstance name='Arc'>
769                 <fieldValue name='cylinderHeightvalue='0.67090'/>
770                 <fieldValue name='cylinderTranslationvalue='1.27222 -0.09104 1.14662'/>
771                 <fieldValue name='coneTranslationvalue='1.37261 -0.08573 1.29041'/>
772                 <fieldValue name='rotationvalue='54.98325 0 -38.39029 1.54053'/>
773                 <fieldValue name='diffuseColorvalue='0 0 0'/>
774                 <fieldValue name='ballRadiusvalue='0.02'/>
775                 <fieldValue name='traceEnabledvalue='false'/>
776                 <fieldValue name='displayMode'/>
777                 <fieldValue name='transparencyvalue='0'/>
778            </ProtoInstance>
779            <ProtoInstance name='Arc'>
780                 <fieldValue name='cylinderHeightvalue='0.59702'/>
781                 <fieldValue name='cylinderTranslationvalue='1.18570 -0.04114 1.14444'/>
782                 <fieldValue name='coneTranslationvalue='1.23462 -0.01328 1.27099'/>
783                 <fieldValue name='rotationvalue='54.54717 0 -21.08633 1.36824'/>
784                 <fieldValue name='diffuseColorvalue='0 0 0'/>
785                 <fieldValue name='ballRadiusvalue='0.02'/>
786                 <fieldValue name='traceEnabledvalue='false'/>
787                 <fieldValue name='displayMode'/>
788                 <fieldValue name='transparencyvalue='0'/>
789            </ProtoInstance>
790            <ProtoInstance name='Arc'>
791                 <fieldValue name='cylinderHeightvalue='0.95415'/>
792                 <fieldValue name='cylinderTranslationvalue='1.44679 -0.13507 1.17521'/>
793                 <fieldValue name='coneTranslationvalue='1.69039 -0.15758 1.37692'/>
794                 <fieldValue name='rotationvalue='60.70012 0 -73.30494 1.64186'/>
795                 <fieldValue name='diffuseColorvalue='0 0 0'/>
796                 <fieldValue name='ballRadiusvalue='0.02'/>
797                 <fieldValue name='traceEnabledvalue='false'/>
798                 <fieldValue name='displayMode'/>
799                 <fieldValue name='transparencyvalue='0'/>
800            </ProtoInstance>
801            <ProtoInstance name='Arc'>
802                 <fieldValue name='cylinderHeightvalue='0.60878'/>
803                 <fieldValue name='cylinderTranslationvalue='1.25038 0.12493 0.98387'/>
804                 <fieldValue name='coneTranslationvalue='1.33108 0.23220 1.03707'/>
805                 <fieldValue name='rotationvalue='22.43205 0 -34.02288 0.73342'/>
806                 <fieldValue name='diffuseColorvalue='0 0 0'/>
807                 <fieldValue name='ballRadiusvalue='0.02'/>
808                 <fieldValue name='traceEnabledvalue='false'/>
809                 <fieldValue name='displayMode'/>
810                 <fieldValue name='transparencyvalue='0'/>
811            </ProtoInstance>
812            <ProtoInstance name='Arc'>
813                 <fieldValue name='cylinderHeightvalue='0.28214'/>
814                 <fieldValue name='cylinderTranslationvalue='1.19793 -0.16017 0.92248'/>
815                 <fieldValue name='coneTranslationvalue='1.18214 -0.15226 0.91566'/>
816                 <fieldValue name='rotationvalue='10.15393 0 -23.53264 2.00213'/>
817                 <fieldValue name='diffuseColorvalue='0 0 0'/>
818                 <fieldValue name='ballRadiusvalue='0.02'/>
819                 <fieldValue name='traceEnabledvalue='false'/>
820                 <fieldValue name='displayMode'/>
821                 <fieldValue name='transparencyvalue='0'/>
822            </ProtoInstance>
823            <ProtoInstance name='Arc'>
824                 <fieldValue name='cylinderHeightvalue='0.64316'/>
825                 <fieldValue name='cylinderTranslationvalue='1.37556 -0.22834 0.86445'/>
826                 <fieldValue name='coneTranslationvalue='1.52393 -0.29223 0.86080'/>
827                 <fieldValue name='rotationvalue='-1.45206 0 -59.05787 1.97728'/>
828                 <fieldValue name='diffuseColorvalue='0 0 0'/>
829                 <fieldValue name='ballRadiusvalue='0.02'/>
830                 <fieldValue name='traceEnabledvalue='false'/>
831                 <fieldValue name='displayMode'/>
832                 <fieldValue name='transparencyvalue='0'/>
833            </ProtoInstance>
834            <ProtoInstance name='Arc'>
835                 <fieldValue name='cylinderHeightvalue='0.65513'/>
836                 <fieldValue name='cylinderTranslationvalue='1.33860 0.01977 1.03274'/>
837                 <fieldValue name='coneTranslationvalue='1.47075 0.08164 1.11511'/>
838                 <fieldValue name='rotationvalue='32.20583 0 -51.66664 1.19257'/>
839                 <fieldValue name='diffuseColorvalue='0 0 0'/>
840                 <fieldValue name='ballRadiusvalue='0.02'/>
841                 <fieldValue name='traceEnabledvalue='false'/>
842                 <fieldValue name='displayMode'/>
843                 <fieldValue name='transparencyvalue='0'/>
844            </ProtoInstance>
845            <ProtoInstance name='Arc'>
846                 <fieldValue name='cylinderHeightvalue='1.05255'/>
847                 <fieldValue name='cylinderTranslationvalue='1.38739 -0.04732 1.29566'/>
848                 <fieldValue name='coneTranslationvalue='1.60114 -0.00982 1.59072'/>
849                 <fieldValue name='rotationvalue='84.79049 0 -61.42509 1.46824'/>
850                 <fieldValue name='diffuseColorvalue='0 0 0'/>
851                 <fieldValue name='ballRadiusvalue='0.02'/>
852                 <fieldValue name='traceEnabledvalue='false'/>
853                 <fieldValue name='displayMode'/>
854                 <fieldValue name='transparencyvalue='0'/>
855            </ProtoInstance>
856            <ProtoInstance name='Arc'>
857                 <fieldValue name='cylinderHeightvalue='1.03785'/>
858                 <fieldValue name='cylinderTranslationvalue='1.47657 0.08978 1.14694'/>
859                 <fieldValue name='coneTranslationvalue='1.75068 0.22187 1.33731'/>
860                 <fieldValue name='rotationvalue='55.04707 0 -79.26087 1.19392'/>
861                 <fieldValue name='diffuseColorvalue='0 0 0'/>
862                 <fieldValue name='ballRadiusvalue='0.02'/>
863                 <fieldValue name='traceEnabledvalue='false'/>
864                 <fieldValue name='displayMode'/>
865                 <fieldValue name='transparencyvalue='0'/>
866            </ProtoInstance>
867            <ProtoInstance name='Arc'>
868                 <fieldValue name='cylinderHeightvalue='1.05848'/>
869                 <fieldValue name='cylinderTranslationvalue='1.32028 -0.08297 0.40038'/>
870                 <fieldValue name='coneTranslationvalue='1.48774 -0.07025 0.07154'/>
871                 <fieldValue name='rotationvalue='-94.26602 0 -48.00344 1.53635'/>
872                 <fieldValue name='diffuseColorvalue='0 0 0'/>
873                 <fieldValue name='ballRadiusvalue='0.02'/>
874                 <fieldValue name='traceEnabledvalue='false'/>
875                 <fieldValue name='displayMode'/>
876                 <fieldValue name='transparencyvalue='0'/>
877            </ProtoInstance>
878            <ProtoInstance name='Arc'>
879                 <fieldValue name='cylinderHeightvalue='0.24189'/>
880                 <fieldValue name='cylinderTranslationvalue='1.15056 -0.16459 0.94699'/>
881                 <fieldValue name='coneTranslationvalue='1.12786 -0.14412 0.92268'/>
882                 <fieldValue name='rotationvalue='15.05606 0 -14.05901 2.12255'/>
883                 <fieldValue name='diffuseColorvalue='0 0 0'/>
884                 <fieldValue name='ballRadiusvalue='0.02'/>
885                 <fieldValue name='traceEnabledvalue='false'/>
886                 <fieldValue name='displayMode'/>
887                 <fieldValue name='transparencyvalue='0'/>
888            </ProtoInstance>
889            <ProtoInstance name='Arc'>
890                 <fieldValue name='cylinderHeightvalue='1.04095'/>
891                 <fieldValue name='cylinderTranslationvalue='1.46236 0.22634 1.00445'/>
892                 <fieldValue name='coneTranslationvalue='1.72699 0.45319 1.09638'/>
893                 <fieldValue name='rotationvalue='26.54782 0 -76.41885 0.89014'/>
894                 <fieldValue name='diffuseColorvalue='0 0 0'/>
895                 <fieldValue name='ballRadiusvalue='0.02'/>
896                 <fieldValue name='traceEnabledvalue='false'/>
897                 <fieldValue name='displayMode'/>
898                 <fieldValue name='transparencyvalue='0'/>
899            </ProtoInstance>
900            <ProtoInstance name='Arc'>
901                 <fieldValue name='cylinderHeightvalue='0.59702'/>
902                 <fieldValue name='cylinderTranslationvalue='1.18570 -0.04114 1.14444'/>
903                 <fieldValue name='coneTranslationvalue='1.23462 -0.01328 1.27099'/>
904                 <fieldValue name='rotationvalue='54.54717 0 -21.08633 1.36824'/>
905                 <fieldValue name='diffuseColorvalue='0 0 0'/>
906                 <fieldValue name='ballRadiusvalue='0.02'/>
907                 <fieldValue name='traceEnabledvalue='false'/>
908                 <fieldValue name='displayMode'/>
909                 <fieldValue name='transparencyvalue='0'/>
910            </ProtoInstance>
911            <ProtoInstance name='Arc'>
912                 <fieldValue name='cylinderHeightvalue='0.30309'/>
913                 <fieldValue name='cylinderTranslationvalue='1.04572 -0.02134 0.99579'/>
914                 <fieldValue name='coneTranslationvalue='1.04765 -0.02580 0.98886'/>
915                 <fieldValue name='rotationvalue='24.81569 -0.00000 6.90904 1.01580'/>
916                 <fieldValue name='diffuseColorvalue='0 0 0'/>
917                 <fieldValue name='ballRadiusvalue='0.02'/>
918                 <fieldValue name='traceEnabledvalue='false'/>
919                 <fieldValue name='displayMode'/>
920                 <fieldValue name='transparencyvalue='0'/>
921            </ProtoInstance>
922            <ProtoInstance name='Arc'>
923                 <fieldValue name='cylinderHeightvalue='0.61914'/>
924                 <fieldValue name='cylinderTranslationvalue='1.37447 -0.17296 0.93593'/>
925                 <fieldValue name='coneTranslationvalue='1.51662 -0.20763 0.96696'/>
926                 <fieldValue name='rotationvalue='12.84461 0 -58.84149 1.80474'/>
927                 <fieldValue name='diffuseColorvalue='0 0 0'/>
928                 <fieldValue name='ballRadiusvalue='0.02'/>
929                 <fieldValue name='traceEnabledvalue='false'/>
930                 <fieldValue name='displayMode'/>
931                 <fieldValue name='transparencyvalue='0'/>
932            </ProtoInstance>
933            <ProtoInstance name='Arc'>
934                 <fieldValue name='cylinderHeightvalue='1.76555'/>
935                 <fieldValue name='cylinderTranslationvalue='0.35357 -0.46782 1.21345'/>
936                 <fieldValue name='coneTranslationvalue='-0.24141 -0.76800 1.49326'/>
937                 <fieldValue name='rotationvalue='68.34934 -0.00000 145.33911 1.99908'/>
938                 <fieldValue name='diffuseColorvalue='0 0 0'/>
939                 <fieldValue name='ballRadiusvalue='0.02'/>
940                 <fieldValue name='traceEnabledvalue='false'/>
941                 <fieldValue name='displayMode'/>
942                 <fieldValue name='transparencyvalue='0'/>
943            </ProtoInstance>
944            <ProtoInstance name='Arc'>
945                 <fieldValue name='cylinderHeightvalue='0.47647'/>
946                 <fieldValue name='cylinderTranslationvalue='2.01850 -0.08839 -1.17621'/>
947                 <fieldValue name='coneTranslationvalue='2.06845 -0.07377 -1.23463'/>
948                 <fieldValue name='rotationvalue='-35.57565 0 -30.41710 1.38272'/>
949                 <fieldValue name='diffuseColorvalue='0 0 0'/>
950                 <fieldValue name='ballRadiusvalue='0.02'/>
951                 <fieldValue name='traceEnabledvalue='false'/>
952                 <fieldValue name='displayMode'/>
953                 <fieldValue name='transparencyvalue='0'/>
954            </ProtoInstance>
955            <ProtoInstance name='Arc'>
956                 <fieldValue name='cylinderHeightvalue='0.73682'/>
957                 <fieldValue name='cylinderTranslationvalue='2.07407 -0.43691 -0.98398'/>
958                 <fieldValue name='coneTranslationvalue='2.19154 -0.60887 -0.97586'/>
959                 <fieldValue name='rotationvalue='2.87045 0 -41.52997 2.54118'/>
960                 <fieldValue name='diffuseColorvalue='0 0 0'/>
961                 <fieldValue name='ballRadiusvalue='0.02'/>
962                 <fieldValue name='traceEnabledvalue='false'/>
963                 <fieldValue name='displayMode'/>
964                 <fieldValue name='transparencyvalue='0'/>
965            </ProtoInstance>
966            <ProtoInstance name='Arc'>
967                 <fieldValue name='cylinderHeightvalue='0.83317'/>
968                 <fieldValue name='cylinderTranslationvalue='2.15102 -0.03676 -1.28695'/>
969                 <fieldValue name='coneTranslationvalue='2.32632 0.02247 -1.46471'/>
970                 <fieldValue name='rotationvalue='-57.72233 0 -56.92058 1.33784'/>
971                 <fieldValue name='diffuseColorvalue='0 0 0'/>
972                 <fieldValue name='ballRadiusvalue='0.02'/>
973                 <fieldValue name='traceEnabledvalue='false'/>
974                 <fieldValue name='displayMode'/>
975                 <fieldValue name='transparencyvalue='0'/>
976            </ProtoInstance>
977            <ProtoInstance name='Arc'>
978                 <fieldValue name='cylinderHeightvalue='0.48567'/>
979                 <fieldValue name='cylinderTranslationvalue='2.02195 -0.08736 -1.17918'/>
980                 <fieldValue name='coneTranslationvalue='2.07500 -0.07182 -1.24086'/>
981                 <fieldValue name='rotationvalue='-36.16816 0 -31.10564 1.38201'/>
982                 <fieldValue name='diffuseColorvalue='0 0 0'/>
983                 <fieldValue name='ballRadiusvalue='0.02'/>
984                 <fieldValue name='traceEnabledvalue='false'/>
985                 <fieldValue name='displayMode'/>
986                 <fieldValue name='transparencyvalue='0'/>
987            </ProtoInstance>
988            <ProtoInstance name='Arc'>
989                 <fieldValue name='cylinderHeightvalue='0.88180'/>
990                 <fieldValue name='cylinderTranslationvalue='2.12181 -0.09642 -1.35588'/>
991                 <fieldValue name='coneTranslationvalue='2.28452 -0.07316 -1.58367'/>
992                 <fieldValue name='rotationvalue='-71.50872 0 -51.07757 1.48789'/>
993                 <fieldValue name='diffuseColorvalue='0 0 0'/>
994                 <fieldValue name='ballRadiusvalue='0.02'/>
995                 <fieldValue name='traceEnabledvalue='false'/>
996                 <fieldValue name='displayMode'/>
997                 <fieldValue name='transparencyvalue='0'/>
998            </ProtoInstance>
999            <ProtoInstance name='Arc'>
1000                 <fieldValue name='cylinderHeightvalue='0.48567'/>
1001                 <fieldValue name='cylinderTranslationvalue='2.02195 -0.08736 -1.17918'/>
1002                 <fieldValue name='coneTranslationvalue='2.07500 -0.07182 -1.24086'/>
1003                 <fieldValue name='rotationvalue='-36.16816 0 -31.10564 1.38201'/>
1004                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1005                 <fieldValue name='ballRadiusvalue='0.02'/>
1006                 <fieldValue name='traceEnabledvalue='false'/>
1007                 <fieldValue name='displayMode'/>
1008                 <fieldValue name='transparencyvalue='0'/>
1009            </ProtoInstance>
1010            <ProtoInstance name='Arc'>
1011                 <fieldValue name='cylinderHeightvalue='0.83449'/>
1012                 <fieldValue name='cylinderTranslationvalue='2.14236 -0.04851 -1.29970'/>
1013                 <fieldValue name='coneTranslationvalue='2.31248 0.00354 -1.48550'/>
1014                 <fieldValue name='rotationvalue='-60.27344 0 -55.18789 1.36705'/>
1015                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1016                 <fieldValue name='ballRadiusvalue='0.02'/>
1017                 <fieldValue name='traceEnabledvalue='false'/>
1018                 <fieldValue name='displayMode'/>
1019                 <fieldValue name='transparencyvalue='0'/>
1020            </ProtoInstance>
1021            <ProtoInstance name='Arc'>
1022                 <fieldValue name='cylinderHeightvalue='0.47647'/>
1023                 <fieldValue name='cylinderTranslationvalue='2.01850 -0.08839 -1.17621'/>
1024                 <fieldValue name='coneTranslationvalue='2.06845 -0.07377 -1.23463'/>
1025                 <fieldValue name='rotationvalue='-35.57565 0 -30.41710 1.38272'/>
1026                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1027                 <fieldValue name='ballRadiusvalue='0.02'/>
1028                 <fieldValue name='traceEnabledvalue='false'/>
1029                 <fieldValue name='displayMode'/>
1030                 <fieldValue name='transparencyvalue='0'/>
1031            </ProtoInstance>
1032            <ProtoInstance name='Arc'>
1033                 <fieldValue name='cylinderHeightvalue='1.18346'/>
1034                 <fieldValue name='cylinderTranslationvalue='1.83959 -0.59387 -0.62824'/>
1035                 <fieldValue name='coneTranslationvalue='1.82002 -0.93017 -0.35822'/>
1036                 <fieldValue name='rotationvalue='74.01814 -0.00000 5.36530 2.46379'/>
1037                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1038                 <fieldValue name='ballRadiusvalue='0.02'/>
1039                 <fieldValue name='traceEnabledvalue='false'/>
1040                 <fieldValue name='displayMode'/>
1041                 <fieldValue name='transparencyvalue='0'/>
1042            </ProtoInstance>
1043            <ProtoInstance name='Arc'>
1044                 <fieldValue name='cylinderHeightvalue='0.51462'/>
1045                 <fieldValue name='cylinderTranslationvalue='2.03678 -0.07734 -1.18298'/>
1046                 <fieldValue name='coneTranslationvalue='2.10120 -0.05631 -1.25282'/>
1047                 <fieldValue name='rotationvalue='-36.92995 0 -34.07136 1.35300'/>
1048                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1049                 <fieldValue name='ballRadiusvalue='0.02'/>
1050                 <fieldValue name='traceEnabledvalue='false'/>
1051                 <fieldValue name='displayMode'/>
1052                 <fieldValue name='transparencyvalue='0'/>
1053            </ProtoInstance>
1054            <ProtoInstance name='Arc'>
1055                 <fieldValue name='cylinderHeightvalue='0.51467'/>
1056                 <fieldValue name='cylinderTranslationvalue='2.03644 -0.07778 -1.18347'/>
1057                 <fieldValue name='coneTranslationvalue='2.10074 -0.05692 -1.25349'/>
1058                 <fieldValue name='rotationvalue='-37.02661 0 -34.00352 1.35479'/>
1059                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1060                 <fieldValue name='ballRadiusvalue='0.02'/>
1061                 <fieldValue name='traceEnabledvalue='false'/>
1062                 <fieldValue name='displayMode'/>
1063                 <fieldValue name='transparencyvalue='0'/>
1064            </ProtoInstance>
1065            <ProtoInstance name='Arc'>
1066                 <fieldValue name='cylinderHeightvalue='0.88180'/>
1067                 <fieldValue name='cylinderTranslationvalue='2.12181 -0.09642 -1.35588'/>
1068                 <fieldValue name='coneTranslationvalue='2.28452 -0.07316 -1.58367'/>
1069                 <fieldValue name='rotationvalue='-71.50872 0 -51.07757 1.48789'/>
1070                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1071                 <fieldValue name='ballRadiusvalue='0.02'/>
1072                 <fieldValue name='traceEnabledvalue='false'/>
1073                 <fieldValue name='displayMode'/>
1074                 <fieldValue name='transparencyvalue='0'/>
1075            </ProtoInstance>
1076            <ProtoInstance name='Arc'>
1077                 <fieldValue name='cylinderHeightvalue='0.51534'/>
1078                 <fieldValue name='cylinderTranslationvalue='2.03300 -0.08242 -1.18831'/>
1079                 <fieldValue name='coneTranslationvalue='2.09614 -0.06327 -1.26032'/>
1080                 <fieldValue name='rotationvalue='-37.99522 0 -33.31658 1.37345'/>
1081                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1082                 <fieldValue name='ballRadiusvalue='0.02'/>
1083                 <fieldValue name='traceEnabledvalue='false'/>
1084                 <fieldValue name='displayMode'/>
1085                 <fieldValue name='transparencyvalue='0'/>
1086            </ProtoInstance>
1087            <ProtoInstance name='Arc'>
1088                 <fieldValue name='cylinderHeightvalue='1.90951'/>
1089                 <fieldValue name='cylinderTranslationvalue='1.00363 0.27505 -0.97205'/>
1090                 <fieldValue name='coneTranslationvalue='0.28542 0.61467 -0.95016'/>
1091                 <fieldValue name='rotationvalue='5.25763 -0.00000 172.55858 1.12927'/>
1092                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1093                 <fieldValue name='ballRadiusvalue='0.02'/>
1094                 <fieldValue name='traceEnabledvalue='false'/>
1095                 <fieldValue name='displayMode'/>
1096                 <fieldValue name='transparencyvalue='0'/>
1097            </ProtoInstance>
1098            <ProtoInstance name='Arc'>
1099                 <fieldValue name='cylinderHeightvalue='0.33201'/>
1100                 <fieldValue name='cylinderTranslationvalue='1.97075 -0.10252 -1.12382'/>
1101                 <fieldValue name='coneTranslationvalue='1.97452 -0.10142 -1.12836'/>
1102                 <fieldValue name='rotationvalue='-25.09801 0 -20.86592 1.38654'/>
1103                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1104                 <fieldValue name='ballRadiusvalue='0.02'/>
1105                 <fieldValue name='traceEnabledvalue='false'/>
1106                 <fieldValue name='displayMode'/>
1107                 <fieldValue name='transparencyvalue='0'/>
1108            </ProtoInstance>
1109            <ProtoInstance name='Arc'>
1110                 <fieldValue name='cylinderHeightvalue='0.97898'/>
1111                 <fieldValue name='cylinderTranslationvalue='1.71336 -0.09884 -0.53464'/>
1112                 <fieldValue name='coneTranslationvalue='1.61033 -0.07589 -0.22252'/>
1113                 <fieldValue name='rotationvalue='92.73817 -0.00000 30.61182 1.50108'/>
1114                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1115                 <fieldValue name='ballRadiusvalue='0.02'/>
1116                 <fieldValue name='traceEnabledvalue='false'/>
1117                 <fieldValue name='displayMode'/>
1118                 <fieldValue name='transparencyvalue='0'/>
1119            </ProtoInstance>
1120            <ProtoInstance name='Arc'>
1121                 <fieldValue name='cylinderHeightvalue='0.83332'/>
1122                 <fieldValue name='cylinderTranslationvalue='2.14992 -0.03822 -1.28861'/>
1123                 <fieldValue name='coneTranslationvalue='2.32456 0.02012 -1.46742'/>
1124                 <fieldValue name='rotationvalue='-58.05591 0 -56.70071 1.34148'/>
1125                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1126                 <fieldValue name='ballRadiusvalue='0.02'/>
1127                 <fieldValue name='traceEnabledvalue='false'/>
1128                 <fieldValue name='displayMode'/>
1129                 <fieldValue name='transparencyvalue='0'/>
1130            </ProtoInstance>
1131            <ProtoInstance name='Arc'>
1132                 <fieldValue name='cylinderHeightvalue='0.50756'/>
1133                 <fieldValue name='cylinderTranslationvalue='-1.56469 -0.64997 -0.87372'/>
1134                 <fieldValue name='coneTranslationvalue='-1.65154 -0.67701 -0.89654'/>
1135                 <fieldValue name='rotationvalue='-12.35173 0 47.00430 1.86331'/>
1136                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1137                 <fieldValue name='ballRadiusvalue='0.02'/>
1138                 <fieldValue name='traceEnabledvalue='false'/>
1139                 <fieldValue name='displayMode'/>
1140                 <fieldValue name='transparencyvalue='0'/>
1141            </ProtoInstance>
1142            <ProtoInstance name='Arc'>
1143                 <fieldValue name='cylinderHeightvalue='0.62083'/>
1144                 <fieldValue name='cylinderTranslationvalue='-1.14438 -0.72559 -1.01167'/>
1145                 <fieldValue name='coneTranslationvalue='-1.05460 -0.79769 -1.10844'/>
1146                 <fieldValue name='rotationvalue='-39.94267 0 -37.05653 2.07072'/>
1147                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1148                 <fieldValue name='ballRadiusvalue='0.02'/>
1149                 <fieldValue name='traceEnabledvalue='false'/>
1150                 <fieldValue name='displayMode'/>
1151                 <fieldValue name='transparencyvalue='0'/>
1152            </ProtoInstance>
1153            <ProtoInstance name='Arc'>
1154                 <fieldValue name='cylinderHeightvalue='0.51940'/>
1155                 <fieldValue name='cylinderTranslationvalue='-1.49151 -0.64747 -1.00237'/>
1156                 <fieldValue name='coneTranslationvalue='-1.55364 -0.67460 -1.07546'/>
1157                 <fieldValue name='rotationvalue='-38.08159 0 32.36884 1.84643'/>
1158                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1159                 <fieldValue name='ballRadiusvalue='0.02'/>
1160                 <fieldValue name='traceEnabledvalue='false'/>
1161                 <fieldValue name='displayMode'/>
1162                 <fieldValue name='transparencyvalue='0'/>
1163            </ProtoInstance>
1164            <ProtoInstance name='Arc'>
1165                 <fieldValue name='cylinderHeightvalue='0.54585'/>
1166                 <fieldValue name='cylinderTranslationvalue='-1.50090 -0.65053 -1.01128'/>
1167                 <fieldValue name='coneTranslationvalue='-1.57175 -0.68104 -1.09375'/>
1168                 <fieldValue name='rotationvalue='-39.86419 0 34.24687 1.84438'/>
1169                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1170                 <fieldValue name='ballRadiusvalue='0.02'/>
1171                 <fieldValue name='traceEnabledvalue='false'/>
1172                 <fieldValue name='displayMode'/>
1173                 <fieldValue name='transparencyvalue='0'/>
1174            </ProtoInstance>
1175            <ProtoInstance name='Arc'>
1176                 <fieldValue name='cylinderHeightvalue='0.47468'/>
1177                 <fieldValue name='cylinderTranslationvalue='-1.54921 -0.64855 -0.86658'/>
1178                 <fieldValue name='coneTranslationvalue='-1.62075 -0.67193 -0.88438'/>
1179                 <fieldValue name='rotationvalue='-10.92442 0 43.90825 1.87794'/>
1180                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1181                 <fieldValue name='ballRadiusvalue='0.02'/>
1182                 <fieldValue name='traceEnabledvalue='false'/>
1183                 <fieldValue name='displayMode'/>
1184                 <fieldValue name='transparencyvalue='0'/>
1185            </ProtoInstance>
1186            <ProtoInstance name='Arc'>
1187                 <fieldValue name='cylinderHeightvalue='0.87868'/>
1188                 <fieldValue name='cylinderTranslationvalue='-1.61665 -0.68488 -1.12656'/>
1189                 <fieldValue name='coneTranslationvalue='-1.79912 -0.75361 -1.32659'/>
1190                 <fieldValue name='rotationvalue='-62.92050 0 57.39672 1.81938'/>
1191                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1192                 <fieldValue name='ballRadiusvalue='0.02'/>
1193                 <fieldValue name='traceEnabledvalue='false'/>
1194                 <fieldValue name='displayMode'/>
1195                 <fieldValue name='transparencyvalue='0'/>
1196            </ProtoInstance>
1197            <ProtoInstance name='Arc'>
1198                 <fieldValue name='cylinderHeightvalue='0.27238'/>
1199                 <fieldValue name='cylinderTranslationvalue='-1.40873 -0.64845 -0.89658'/>
1200                 <fieldValue name='coneTranslationvalue='-1.39491 -0.63592 -0.88179'/>
1201                 <fieldValue name='rotationvalue='-16.92418 0 15.81379 2.12490'/>
1202                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1203                 <fieldValue name='ballRadiusvalue='0.02'/>
1204                 <fieldValue name='traceEnabledvalue='false'/>
1205                 <fieldValue name='displayMode'/>
1206                 <fieldValue name='transparencyvalue='0'/>
1207            </ProtoInstance>
1208            <ProtoInstance name='Arc'>
1209                 <fieldValue name='cylinderHeightvalue='0.52683'/>
1210                 <fieldValue name='cylinderTranslationvalue='-1.15721 -0.53436 -0.61742'/>
1211                 <fieldValue name='coneTranslationvalue='-1.08950 -0.51770 -0.54104'/>
1212                 <fieldValue name='rotationvalue='38.90775 0 -34.49136 1.40901'/>
1213                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1214                 <fieldValue name='ballRadiusvalue='0.02'/>
1215                 <fieldValue name='traceEnabledvalue='false'/>
1216                 <fieldValue name='displayMode'/>
1217                 <fieldValue name='transparencyvalue='0'/>
1218            </ProtoInstance>
1219            <ProtoInstance name='Arc'>
1220                 <fieldValue name='cylinderHeightvalue='0.91858'/>
1221                 <fieldValue name='cylinderTranslationvalue='-1.59590 -0.76947 -1.13281'/>
1222                 <fieldValue name='coneTranslationvalue='-1.76938 -0.89503 -1.34189'/>
1223                 <fieldValue name='rotationvalue='-64.17000 0 53.24633 2.00370'/>
1224                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1225                 <fieldValue name='ballRadiusvalue='0.02'/>
1226                 <fieldValue name='traceEnabledvalue='false'/>
1227                 <fieldValue name='displayMode'/>
1228                 <fieldValue name='transparencyvalue='0'/>
1229            </ProtoInstance>
1230            <ProtoInstance name='Arc'>
1231                 <fieldValue name='cylinderHeightvalue='0.85381'/>
1232                 <fieldValue name='cylinderTranslationvalue='-1.68449 -0.68764 -1.02186'/>
1233                 <fieldValue name='coneTranslationvalue='-1.90634 -0.75694 -1.15309'/>
1234                 <fieldValue name='rotationvalue='-41.98027 0 70.96582 1.83346'/>
1235                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1236                 <fieldValue name='ballRadiusvalue='0.02'/>
1237                 <fieldValue name='traceEnabledvalue='false'/>
1238                 <fieldValue name='displayMode'/>
1239                 <fieldValue name='transparencyvalue='0'/>
1240            </ProtoInstance>
1241            <ProtoInstance name='Arc'>
1242                 <fieldValue name='cylinderHeightvalue='0.56813'/>
1243                 <fieldValue name='cylinderTranslationvalue='-1.51023 -0.64970 -1.01878'/>
1244                 <fieldValue name='coneTranslationvalue='-1.58908 -0.68154 -1.10911'/>
1245                 <fieldValue name='rotationvalue='-41.36409 0 36.11201 1.83036'/>
1246                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1247                 <fieldValue name='ballRadiusvalue='0.02'/>
1248                 <fieldValue name='traceEnabledvalue='false'/>
1249                 <fieldValue name='displayMode'/>
1250                 <fieldValue name='transparencyvalue='0'/>
1251            </ProtoInstance>
1252            <ProtoInstance name='Arc'>
1253                 <fieldValue name='cylinderHeightvalue='0.87868'/>
1254                 <fieldValue name='cylinderTranslationvalue='-1.61665 -0.68488 -1.12656'/>
1255                 <fieldValue name='coneTranslationvalue='-1.79912 -0.75361 -1.32659'/>
1256                 <fieldValue name='rotationvalue='-62.92050 0 57.39672 1.81938'/>
1257                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1258                 <fieldValue name='ballRadiusvalue='0.02'/>
1259                 <fieldValue name='traceEnabledvalue='false'/>
1260                 <fieldValue name='displayMode'/>
1261                 <fieldValue name='transparencyvalue='0'/>
1262            </ProtoInstance>
1263            <ProtoInstance name='Arc'>
1264                 <fieldValue name='cylinderHeightvalue='1.91651'/>
1265                 <fieldValue name='cylinderTranslationvalue='-0.67140 -0.34563 -0.15507'/>
1266                 <fieldValue name='coneTranslationvalue='-0.12304 -0.15307 0.39214'/>
1267                 <fieldValue name='rotationvalue='131.37767 0 -131.65384 1.32717'/>
1268                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1269                 <fieldValue name='ballRadiusvalue='0.02'/>
1270                 <fieldValue name='traceEnabledvalue='false'/>
1271                 <fieldValue name='displayMode'/>
1272                 <fieldValue name='transparencyvalue='0'/>
1273            </ProtoInstance>
1274            <ProtoInstance name='Arc'>
1275                 <fieldValue name='cylinderHeightvalue='0.98978'/>
1276                 <fieldValue name='cylinderTranslationvalue='-0.85534 -0.55158 -0.67306'/>
1277                 <fieldValue name='coneTranslationvalue='-0.53436 -0.53452 -0.57907'/>
1278                 <fieldValue name='rotationvalue='27.77934 0 -94.86552 1.51983'/>
1279                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1280                 <fieldValue name='ballRadiusvalue='0.02'/>
1281                 <fieldValue name='traceEnabledvalue='false'/>
1282                 <fieldValue name='displayMode'/>
1283                 <fieldValue name='transparencyvalue='0'/>
1284            </ProtoInstance>
1285            <ProtoInstance name='Arc'>
1286                 <fieldValue name='cylinderHeightvalue='0.62124'/>
1287                 <fieldValue name='cylinderTranslationvalue='-1.34753 -0.49972 -0.51158'/>
1288                 <fieldValue name='coneTranslationvalue='-1.35620 -0.46234 -0.36593'/>
1289                 <fieldValue name='rotationvalue='60.07481 -0.00000 3.57338 1.32004'/>
1290                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1291                 <fieldValue name='ballRadiusvalue='0.02'/>
1292                 <fieldValue name='traceEnabledvalue='false'/>
1293                 <fieldValue name='displayMode'/>
1294                 <fieldValue name='transparencyvalue='0'/>
1295            </ProtoInstance>
1296            <ProtoInstance name='Arc'>
1297                 <fieldValue name='cylinderHeightvalue='0.91874'/>
1298                 <fieldValue name='cylinderTranslationvalue='-1.59470 -0.77257 -1.13203'/>
1299                 <fieldValue name='coneTranslationvalue='-1.76742 -0.90016 -1.34062'/>
1300                 <fieldValue name='rotationvalue='-64.01486 0 53.00675 2.01107'/>
1301                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1302                 <fieldValue name='ballRadiusvalue='0.02'/>
1303                 <fieldValue name='traceEnabledvalue='false'/>
1304                 <fieldValue name='displayMode'/>
1305                 <fieldValue name='transparencyvalue='0'/>
1306            </ProtoInstance>
1307            <ProtoInstance name='Arc'>
1308                 <fieldValue name='cylinderHeightvalue='1.29590'/>
1309                 <fieldValue name='cylinderTranslationvalue='-1.16743 -0.12779 -1.25004'/>
1310                 <fieldValue name='coneTranslationvalue='-1.04525 0.21034 -1.57994'/>
1311                 <fieldValue name='rotationvalue='-87.61600 0 -32.44801 0.80521'/>
1312                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1313                 <fieldValue name='ballRadiusvalue='0.02'/>
1314                 <fieldValue name='traceEnabledvalue='false'/>
1315                 <fieldValue name='displayMode'/>
1316                 <fieldValue name='transparencyvalue='0'/>
1317            </ProtoInstance>
1318            <ProtoInstance name='Arc'>
1319                 <fieldValue name='cylinderHeightvalue='0.87451'/>
1320                 <fieldValue name='cylinderTranslationvalue='-1.61242 -0.69123 -1.12524'/>
1321                 <fieldValue name='coneTranslationvalue='-1.79171 -0.76379 -1.32388'/>
1322                 <fieldValue name='rotationvalue='-62.65557 0 56.55162 1.83559'/>
1323                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1324                 <fieldValue name='ballRadiusvalue='0.02'/>
1325                 <fieldValue name='traceEnabledvalue='false'/>
1326                 <fieldValue name='displayMode'/>
1327                 <fieldValue name='transparencyvalue='0'/>
1328            </ProtoInstance>
1329            <ProtoInstance name='Arc'>
1330                 <fieldValue name='cylinderHeightvalue='0.94250'/>
1331                 <fieldValue name='cylinderTranslationvalue='-1.41001 -0.37367 -1.22952'/>
1332                 <fieldValue name='coneTranslationvalue='-1.46307 -0.23951 -1.50532'/>
1333                 <fieldValue name='rotationvalue='-83.51303 0 16.06882 1.12516'/>
1334                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1335                 <fieldValue name='ballRadiusvalue='0.02'/>
1336                 <fieldValue name='traceEnabledvalue='false'/>
1337                 <fieldValue name='displayMode'/>
1338                 <fieldValue name='transparencyvalue='0'/>
1339            </ProtoInstance>
1340            <ProtoInstance name='Arc'>
1341                 <fieldValue name='cylinderHeightvalue='0.62191'/>
1342                 <fieldValue name='cylinderTranslationvalue='-1.52709 -0.61438 -0.57467'/>
1343                 <fieldValue name='coneTranslationvalue='-1.62293 -0.63262 -0.45948'/>
1344                 <fieldValue name='rotationvalue='47.45666 -0.00000 39.48505 1.69196'/>
1345                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1346                 <fieldValue name='ballRadiusvalue='0.02'/>
1347                 <fieldValue name='traceEnabledvalue='false'/>
1348                 <fieldValue name='displayMode'/>
1349                 <fieldValue name='transparencyvalue='0'/>
1350            </ProtoInstance>
1351            <ProtoInstance name='Arc'>
1352                 <fieldValue name='cylinderHeightvalue='0.50750'/>
1353                 <fieldValue name='cylinderTranslationvalue='-1.51274 -0.64822 -0.97250'/>
1354                 <fieldValue name='coneTranslationvalue='-1.58038 -0.67461 -1.03181'/>
1355                 <fieldValue name='rotationvalue='-32.10783 0 36.61441 1.85614'/>
1356                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1357                 <fieldValue name='ballRadiusvalue='0.02'/>
1358                 <fieldValue name='traceEnabledvalue='false'/>
1359                 <fieldValue name='displayMode'/>
1360                 <fieldValue name='transparencyvalue='0'/>
1361            </ProtoInstance>
1362            <ProtoInstance name='Arc'>
1363                 <fieldValue name='cylinderHeightvalue='0.69989'/>
1364                 <fieldValue name='cylinderTranslationvalue='-0.49481 0.95723 -0.23352'/>
1365                 <fieldValue name='coneTranslationvalue='-0.56302 1.12856 -0.27902'/>
1366                 <fieldValue name='rotationvalue='-16.76689 0 25.13348 0.44636'/>
1367                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1368                 <fieldValue name='ballRadiusvalue='0.02'/>
1369                 <fieldValue name='traceEnabledvalue='false'/>
1370                 <fieldValue name='displayMode'/>
1371                 <fieldValue name='transparencyvalue='0'/>
1372            </ProtoInstance>
1373            <ProtoInstance name='Arc'>
1374                 <fieldValue name='cylinderHeightvalue='0.72243'/>
1375                 <fieldValue name='cylinderTranslationvalue='-0.56604 0.92973 -0.24279'/>
1376                 <fieldValue name='coneTranslationvalue='-0.67572 1.09025 -0.29466'/>
1377                 <fieldValue name='rotationvalue='-18.62113 0 39.37949 0.64722'/>
1378                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1379                 <fieldValue name='ballRadiusvalue='0.02'/>
1380                 <fieldValue name='traceEnabledvalue='false'/>
1381                 <fieldValue name='displayMode'/>
1382                 <fieldValue name='transparencyvalue='0'/>
1383            </ProtoInstance>
1384            <ProtoInstance name='Arc'>
1385                 <fieldValue name='cylinderHeightvalue='0.34910'/>
1386                 <fieldValue name='cylinderTranslationvalue='-0.44769 0.72819 -0.27928'/>
1387                 <fieldValue name='coneTranslationvalue='-0.45423 0.73541 -0.29008'/>
1388                 <fieldValue name='rotationvalue='-25.91825 0 15.70956 1.05149'/>
1389                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1390                 <fieldValue name='ballRadiusvalue='0.02'/>
1391                 <fieldValue name='traceEnabledvalue='false'/>
1392                 <fieldValue name='displayMode'/>
1393                 <fieldValue name='transparencyvalue='0'/>
1394            </ProtoInstance>
1395            <ProtoInstance name='Arc'>
1396                 <fieldValue name='cylinderHeightvalue='0.39774'/>
1397                 <fieldValue name='cylinderTranslationvalue='-0.42984 0.52811 -0.30132'/>
1398                 <fieldValue name='coneTranslationvalue='-0.44171 0.50594 -0.33096'/>
1399                 <fieldValue name='rotationvalue='-30.32630 0 12.14092 2.17792'/>
1400                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1401                 <fieldValue name='ballRadiusvalue='0.02'/>
1402                 <fieldValue name='traceEnabledvalue='false'/>
1403                 <fieldValue name='displayMode'/>
1404                 <fieldValue name='transparencyvalue='0'/>
1405            </ProtoInstance>
1406            <ProtoInstance name='Arc'>
1407                 <fieldValue name='cylinderHeightvalue='0.72243'/>
1408                 <fieldValue name='cylinderTranslationvalue='-0.56613 0.92975 -0.24255'/>
1409                 <fieldValue name='coneTranslationvalue='-0.67587 1.09028 -0.29427'/>
1410                 <fieldValue name='rotationvalue='-18.57192 0 39.39871 0.64715'/>
1411                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1412                 <fieldValue name='ballRadiusvalue='0.02'/>
1413                 <fieldValue name='traceEnabledvalue='false'/>
1414                 <fieldValue name='displayMode'/>
1415                 <fieldValue name='transparencyvalue='0'/>
1416            </ProtoInstance>
1417            <ProtoInstance name='Arc'>
1418                 <fieldValue name='cylinderHeightvalue='0.72235'/>
1419                 <fieldValue name='cylinderTranslationvalue='-0.65943 0.85500 -0.12469'/>
1420                 <fieldValue name='coneTranslationvalue='-0.82112 0.97388 -0.11076'/>
1421                 <fieldValue name='rotationvalue='4.99963 -0.00000 58.05785 0.93857'/>
1422                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1423                 <fieldValue name='ballRadiusvalue='0.02'/>
1424                 <fieldValue name='traceEnabledvalue='false'/>
1425                 <fieldValue name='displayMode'/>
1426                 <fieldValue name='transparencyvalue='0'/>
1427            </ProtoInstance>
1428            <ProtoInstance name='Arc'>
1429                 <fieldValue name='cylinderHeightvalue='0.35879'/>
1430                 <fieldValue name='cylinderTranslationvalue='-0.33053 0.80648 -0.20882'/>
1431                 <fieldValue name='coneTranslationvalue='-0.32636 0.82431 -0.21521'/>
1432                 <fieldValue name='rotationvalue='-11.82595 0 -7.72150 0.40460'/>
1433                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1434                 <fieldValue name='ballRadiusvalue='0.02'/>
1435                 <fieldValue name='traceEnabledvalue='false'/>
1436                 <fieldValue name='displayMode'/>
1437                 <fieldValue name='transparencyvalue='0'/>
1438            </ProtoInstance>
1439            <ProtoInstance name='Arc'>
1440                 <fieldValue name='cylinderHeightvalue='0.83993'/>
1441                 <fieldValue name='cylinderTranslationvalue='-0.36464 0.78426 -0.54464'/>
1442                 <fieldValue name='coneTranslationvalue='-0.36186 0.87258 -0.78913'/>
1443                 <fieldValue name='rotationvalue='-78.99116 0 -0.89855 1.22414'/>
1444                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1445                 <fieldValue name='ballRadiusvalue='0.02'/>
1446                 <fieldValue name='traceEnabledvalue='false'/>
1447                 <fieldValue name='displayMode'/>
1448                 <fieldValue name='transparencyvalue='0'/>
1449            </ProtoInstance>
1450            <ProtoInstance name='Arc'>
1451                 <fieldValue name='cylinderHeightvalue='0.69989'/>
1452                 <fieldValue name='cylinderTranslationvalue='-0.49481 0.95723 -0.23352'/>
1453                 <fieldValue name='coneTranslationvalue='-0.56302 1.12856 -0.27902'/>
1454                 <fieldValue name='rotationvalue='-16.76666 0 25.13413 0.44637'/>
1455                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1456                 <fieldValue name='ballRadiusvalue='0.02'/>
1457                 <fieldValue name='traceEnabledvalue='false'/>
1458                 <fieldValue name='displayMode'/>
1459                 <fieldValue name='transparencyvalue='0'/>
1460            </ProtoInstance>
1461            <ProtoInstance name='Arc'>
1462                 <fieldValue name='cylinderHeightvalue='0.27631'/>
1463                 <fieldValue name='cylinderTranslationvalue='-0.31822 0.76750 -0.17486'/>
1464                 <fieldValue name='coneTranslationvalue='-0.32627 0.74759 -0.17088'/>
1465                 <fieldValue name='rotationvalue='-5.03478 0 -10.18431 0.42374'/>
1466                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1467                 <fieldValue name='ballRadiusvalue='0.02'/>
1468                 <fieldValue name='traceEnabledvalue='false'/>
1469                 <fieldValue name='displayMode'/>
1470                 <fieldValue name='transparencyvalue='0'/>
1471            </ProtoInstance>
1472            <ProtoInstance name='Arc'>
1473                 <fieldValue name='cylinderHeightvalue='0.24363'/>
1474                 <fieldValue name='cylinderTranslationvalue='-0.39965 0.75143 -0.19257'/>
1475                 <fieldValue name='coneTranslationvalue='-0.39009 0.71699 -0.17912'/>
1476                 <fieldValue name='rotationvalue='-8.57588 0 6.10311 0.44676'/>
1477                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1478                 <fieldValue name='ballRadiusvalue='0.02'/>
1479                 <fieldValue name='traceEnabledvalue='false'/>
1480                 <fieldValue name='displayMode'/>
1481                 <fieldValue name='transparencyvalue='0'/>
1482            </ProtoInstance>
1483            <ProtoInstance name='Arc'>
1484                 <fieldValue name='cylinderHeightvalue='0.36508'/>
1485                 <fieldValue name='cylinderTranslationvalue='-0.41884 0.79295 -0.23877'/>
1486                 <fieldValue name='coneTranslationvalue='-0.42498 0.81164 -0.24977'/>
1487                 <fieldValue name='rotationvalue='-17.81572 0 9.94094 0.59296'/>
1488                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1489                 <fieldValue name='ballRadiusvalue='0.02'/>
1490                 <fieldValue name='traceEnabledvalue='false'/>
1491                 <fieldValue name='displayMode'/>
1492                 <fieldValue name='transparencyvalue='0'/>
1493            </ProtoInstance>
1494            <ProtoInstance name='Arc'>
1495                 <fieldValue name='cylinderHeightvalue='0.38990'/>
1496                 <fieldValue name='cylinderTranslationvalue='-0.45344 0.80255 -0.22028'/>
1497                 <fieldValue name='coneTranslationvalue='-0.46856 0.83141 -0.23294'/>
1498                 <fieldValue name='rotationvalue='-14.11919 0 16.86094 0.59926'/>
1499                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1500                 <fieldValue name='ballRadiusvalue='0.02'/>
1501                 <fieldValue name='traceEnabledvalue='false'/>
1502                 <fieldValue name='displayMode'/>
1503                 <fieldValue name='transparencyvalue='0'/>
1504            </ProtoInstance>
1505            <ProtoInstance name='Arc'>
1506                 <fieldValue name='cylinderHeightvalue='0.76298'/>
1507                 <fieldValue name='cylinderTranslationvalue='-0.42404 1.01392 -0.21192'/>
1508                 <fieldValue name='coneTranslationvalue='-0.45591 1.23011 -0.24805'/>
1509                 <fieldValue name='rotationvalue='-12.44578 0 10.97958 0.21928'/>
1510                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1511                 <fieldValue name='ballRadiusvalue='0.02'/>
1512                 <fieldValue name='traceEnabledvalue='false'/>
1513                 <fieldValue name='displayMode'/>
1514                 <fieldValue name='transparencyvalue='0'/>
1515            </ProtoInstance>
1516            <ProtoInstance name='Arc'>
1517                 <fieldValue name='cylinderHeightvalue='0.38899'/>
1518                 <fieldValue name='cylinderTranslationvalue='-0.45531 0.78781 -0.24464'/>
1519                 <fieldValue name='coneTranslationvalue='-0.47059 0.81375 -0.26148'/>
1520                 <fieldValue name='rotationvalue='-18.99090 0 17.23439 0.71986'/>
1521                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1522                 <fieldValue name='ballRadiusvalue='0.02'/>
1523                 <fieldValue name='traceEnabledvalue='false'/>
1524                 <fieldValue name='displayMode'/>
1525                 <fieldValue name='transparencyvalue='0'/>
1526            </ProtoInstance>
1527            <ProtoInstance name='Arc'>
1528                 <fieldValue name='cylinderHeightvalue='0.28536'/>
1529                 <fieldValue name='cylinderTranslationvalue='-0.38132 0.77453 -0.20001'/>
1530                 <fieldValue name='coneTranslationvalue='-0.37984 0.75839 -0.19390'/>
1531                 <fieldValue name='rotationvalue='-10.06473 0 2.43605 0.37136'/>
1532                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1533                 <fieldValue name='ballRadiusvalue='0.02'/>
1534                 <fieldValue name='traceEnabledvalue='false'/>
1535                 <fieldValue name='displayMode'/>
1536                 <fieldValue name='transparencyvalue='0'/>
1537            </ProtoInstance>
1538            <ProtoInstance name='Arc'>
1539                 <fieldValue name='cylinderHeightvalue='0.76298'/>
1540                 <fieldValue name='cylinderTranslationvalue='-0.42404 1.01392 -0.21192'/>
1541                 <fieldValue name='coneTranslationvalue='-0.45591 1.23011 -0.24805'/>
1542                 <fieldValue name='rotationvalue='-12.44578 0 10.97958 0.21928'/>
1543                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1544                 <fieldValue name='ballRadiusvalue='0.02'/>
1545                 <fieldValue name='traceEnabledvalue='false'/>
1546                 <fieldValue name='displayMode'/>
1547                 <fieldValue name='transparencyvalue='0'/>
1548            </ProtoInstance>
1549            <ProtoInstance name='Arc'>
1550                 <fieldValue name='cylinderHeightvalue='0.59494'/>
1551                 <fieldValue name='cylinderTranslationvalue='-0.13462 0.52114 -0.01189'/>
1552                 <fieldValue name='coneTranslationvalue='-0.02625 0.46549 0.05179'/>
1553                 <fieldValue name='rotationvalue='27.55893 0 -46.90297 1.98760'/>
1554                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1555                 <fieldValue name='ballRadiusvalue='0.02'/>
1556                 <fieldValue name='traceEnabledvalue='false'/>
1557                 <fieldValue name='displayMode'/>
1558                 <fieldValue name='transparencyvalue='0'/>
1559            </ProtoInstance>
1560            <ProtoInstance name='Arc'>
1561                 <fieldValue name='cylinderHeightvalue='0.65809'/>
1562                 <fieldValue name='cylinderTranslationvalue='-0.32137 0.62303 0.17535'/>
1563                 <fieldValue name='coneTranslationvalue='-0.29683 0.61351 0.34233'/>
1564                 <fieldValue name='rotationvalue='65.00651 0 -9.55361 1.62716'/>
1565                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1566                 <fieldValue name='ballRadiusvalue='0.02'/>
1567                 <fieldValue name='traceEnabledvalue='false'/>
1568                 <fieldValue name='displayMode'/>
1569                 <fieldValue name='transparencyvalue='0'/>
1570            </ProtoInstance>
1571            <ProtoInstance name='Arc'>
1572                 <fieldValue name='cylinderHeightvalue='0.39015'/>
1573                 <fieldValue name='cylinderTranslationvalue='-0.18894 0.58761 -0.09801'/>
1574                 <fieldValue name='coneTranslationvalue='-0.15654 0.57791 -0.08872'/>
1575                 <fieldValue name='rotationvalue='10.33508 0 -36.04019 1.85104'/>
1576                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1577                 <fieldValue name='ballRadiusvalue='0.02'/>
1578                 <fieldValue name='traceEnabledvalue='false'/>
1579                 <fieldValue name='displayMode'/>
1580                 <fieldValue name='transparencyvalue='0'/>
1581            </ProtoInstance>
1582            <ProtoInstance name='Arc'>
1583                 <fieldValue name='cylinderHeightvalue='1.22965'/>
1584                 <fieldValue name='cylinderTranslationvalue='-0.37507 0.05760 -0.34193'/>
1585                 <fieldValue name='coneTranslationvalue='-0.37947 -0.37439 -0.48414'/>
1586                 <fieldValue name='rotationvalue='-38.44780 0 1.18725 2.82343'/>
1587                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1588                 <fieldValue name='ballRadiusvalue='0.02'/>
1589                 <fieldValue name='traceEnabledvalue='false'/>
1590                 <fieldValue name='displayMode'/>
1591                 <fieldValue name='transparencyvalue='0'/>
1592            </ProtoInstance>
1593            <ProtoInstance name='Arc'>
1594                 <fieldValue name='cylinderHeightvalue='1.52716'/>
1595                 <fieldValue name='cylinderTranslationvalue='0.16376 0.19246 0.16237'/>
1596                 <fieldValue name='coneTranslationvalue='0.58499 -0.16255 0.40904'/>
1597                 <fieldValue name='rotationvalue='62.41130 0 -106.57855 2.19958'/>
1598                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1599                 <fieldValue name='ballRadiusvalue='0.02'/>
1600                 <fieldValue name='traceEnabledvalue='false'/>
1601                 <fieldValue name='displayMode'/>
1602                 <fieldValue name='transparencyvalue='0'/>
1603            </ProtoInstance>
1604            <ProtoInstance name='Arc'>
1605                 <fieldValue name='cylinderHeightvalue='0.68472'/>
1606                 <fieldValue name='cylinderTranslationvalue='-0.45181 0.96405 -0.06980'/>
1607                 <fieldValue name='coneTranslationvalue='-0.49584 1.13582 -0.02724'/>
1608                 <fieldValue name='rotationvalue='15.97797 -0.00000 16.53368 0.34245'/>
1609                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1610                 <fieldValue name='ballRadiusvalue='0.02'/>
1611                 <fieldValue name='traceEnabledvalue='false'/>
1612                 <fieldValue name='displayMode'/>
1613                 <fieldValue name='transparencyvalue='0'/>
1614            </ProtoInstance>
1615            <ProtoInstance name='Arc'>
1616                 <fieldValue name='cylinderHeightvalue='0.94632'/>
1617                 <fieldValue name='cylinderTranslationvalue='-0.11415 0.66231 -0.54772'/>
1618                 <fieldValue name='coneTranslationvalue='0.05461 0.67603 -0.81116'/>
1619                 <fieldValue name='rotationvalue='-79.60716 0 -50.99705 1.52696'/>
1620                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1621                 <fieldValue name='ballRadiusvalue='0.02'/>
1622                 <fieldValue name='traceEnabledvalue='false'/>
1623                 <fieldValue name='displayMode'/>
1624                 <fieldValue name='transparencyvalue='0'/>
1625            </ProtoInstance>
1626            <ProtoInstance name='Arc'>
1627                 <fieldValue name='cylinderHeightvalue='0.37673'/>
1628                 <fieldValue name='cylinderTranslationvalue='-0.54310 0.66777 -0.08236'/>
1629                 <fieldValue name='coneTranslationvalue='-0.56929 0.67171 -0.07222'/>
1630                 <fieldValue name='rotationvalue='13.46575 -0.00000 34.79156 1.43125'/>
1631                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1632                 <fieldValue name='ballRadiusvalue='0.02'/>
1633                 <fieldValue name='traceEnabledvalue='false'/>
1634                 <fieldValue name='displayMode'/>
1635                 <fieldValue name='transparencyvalue='0'/>
1636            </ProtoInstance>
1637            <ProtoInstance name='Arc'>
1638                 <fieldValue name='cylinderHeightvalue='0.73676'/>
1639                 <fieldValue name='cylinderTranslationvalue='-0.34405 0.99446 -0.25236'/>
1640                 <fieldValue name='coneTranslationvalue='-0.32985 1.19408 -0.31044'/>
1641                 <fieldValue name='rotationvalue='-20.53447 0 -5.01826 0.29100'/>
1642                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1643                 <fieldValue name='ballRadiusvalue='0.02'/>
1644                 <fieldValue name='traceEnabledvalue='false'/>
1645                 <fieldValue name='displayMode'/>
1646                 <fieldValue name='transparencyvalue='0'/>
1647            </ProtoInstance>
1648            <ProtoInstance name='Arc'>
1649                 <fieldValue name='cylinderHeightvalue='0.95852'/>
1650                 <fieldValue name='cylinderTranslationvalue='-0.60115 0.35277 0.15438'/>
1651                 <fieldValue name='coneTranslationvalue='-0.75571 0.16039 0.35693'/>
1652                 <fieldValue name='rotationvalue='60.81320 -0.00000 46.40264 2.21754'/>
1653                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1654                 <fieldValue name='ballRadiusvalue='0.02'/>
1655                 <fieldValue name='traceEnabledvalue='false'/>
1656                 <fieldValue name='displayMode'/>
1657                 <fieldValue name='transparencyvalue='0'/>
1658            </ProtoInstance>
1659            <ProtoInstance name='Arc'>
1660                 <fieldValue name='cylinderHeightvalue='0.64558'/>
1661                 <fieldValue name='cylinderTranslationvalue='-0.62352 0.46562 -0.05737'/>
1662                 <fieldValue name='coneTranslationvalue='-0.75182 0.37688 -0.01081'/>
1663                 <fieldValue name='rotationvalue='18.46334 -0.00000 50.87714 2.14730'/>
1664                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1665                 <fieldValue name='ballRadiusvalue='0.02'/>
1666                 <fieldValue name='traceEnabledvalue='false'/>
1667                 <fieldValue name='displayMode'/>
1668                 <fieldValue name='transparencyvalue='0'/>
1669            </ProtoInstance>
1670            <ProtoInstance name='Arc'>
1671                 <fieldValue name='cylinderHeightvalue='0.38991'/>
1672                 <fieldValue name='cylinderTranslationvalue='-0.45340 0.80254 -0.22037'/>
1673                 <fieldValue name='coneTranslationvalue='-0.46851 0.83140 -0.23304'/>
1674                 <fieldValue name='rotationvalue='-14.13664 0 16.85294 0.59940'/>
1675                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1676                 <fieldValue name='ballRadiusvalue='0.02'/>
1677                 <fieldValue name='traceEnabledvalue='false'/>
1678                 <fieldValue name='displayMode'/>
1679                 <fieldValue name='transparencyvalue='0'/>
1680            </ProtoInstance>
1681            <ProtoInstance name='Arc'>
1682                 <fieldValue name='cylinderHeightvalue='0.34957'/>
1683                 <fieldValue name='cylinderTranslationvalue='-0.53506 0.69057 -0.17457'/>
1684                 <fieldValue name='coneTranslationvalue='-0.54909 0.69472 -0.17668'/>
1685                 <fieldValue name='rotationvalue='-4.97674 0 33.18413 1.28663'/>
1686                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1687                 <fieldValue name='ballRadiusvalue='0.02'/>
1688                 <fieldValue name='traceEnabledvalue='false'/>
1689                 <fieldValue name='displayMode'/>
1690                 <fieldValue name='transparencyvalue='0'/>
1691            </ProtoInstance>
1692            <ProtoInstance name='Arc'>
1693                 <fieldValue name='cylinderHeightvalue='0.72356'/>
1694                 <fieldValue name='cylinderTranslationvalue='-0.56880 0.91223 -0.28296'/>
1695                 <fieldValue name='coneTranslationvalue='-0.68016 1.06318 -0.35730'/>
1696                 <fieldValue name='rotationvalue='-26.65541 0 39.93229 0.72555'/>
1697                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1698                 <fieldValue name='ballRadiusvalue='0.02'/>
1699                 <fieldValue name='traceEnabledvalue='false'/>
1700                 <fieldValue name='displayMode'/>
1701                 <fieldValue name='transparencyvalue='0'/>
1702            </ProtoInstance>
1703            <ProtoInstance name='Arc'>
1704                 <fieldValue name='cylinderHeightvalue='0.69989'/>
1705                 <fieldValue name='cylinderTranslationvalue='-0.49481 0.95723 -0.23352'/>
1706                 <fieldValue name='coneTranslationvalue='-0.56302 1.12856 -0.27902'/>
1707                 <fieldValue name='rotationvalue='-16.76689 0 25.13348 0.44636'/>
1708                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1709                 <fieldValue name='ballRadiusvalue='0.02'/>
1710                 <fieldValue name='traceEnabledvalue='false'/>
1711                 <fieldValue name='displayMode'/>
1712                 <fieldValue name='transparencyvalue='0'/>
1713            </ProtoInstance>
1714            <ProtoInstance name='Arc'>
1715                 <fieldValue name='cylinderHeightvalue='0.72243'/>
1716                 <fieldValue name='cylinderTranslationvalue='-0.56604 0.92973 -0.24279'/>
1717                 <fieldValue name='coneTranslationvalue='-0.67572 1.09025 -0.29466'/>
1718                 <fieldValue name='rotationvalue='-18.62113 0 39.37949 0.64722'/>
1719                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1720                 <fieldValue name='ballRadiusvalue='0.02'/>
1721                 <fieldValue name='traceEnabledvalue='false'/>
1722                 <fieldValue name='displayMode'/>
1723                 <fieldValue name='transparencyvalue='0'/>
1724            </ProtoInstance>
1725            <ProtoInstance name='Arc'>
1726                 <fieldValue name='cylinderHeightvalue='0.34910'/>
1727                 <fieldValue name='cylinderTranslationvalue='-0.44769 0.72819 -0.27928'/>
1728                 <fieldValue name='coneTranslationvalue='-0.45423 0.73541 -0.29008'/>
1729                 <fieldValue name='rotationvalue='-25.91825 0 15.70956 1.05149'/>
1730                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1731                 <fieldValue name='ballRadiusvalue='0.02'/>
1732                 <fieldValue name='traceEnabledvalue='false'/>
1733                 <fieldValue name='displayMode'/>
1734                 <fieldValue name='transparencyvalue='0'/>
1735            </ProtoInstance>
1736            <ProtoInstance name='Arc'>
1737                 <fieldValue name='cylinderHeightvalue='0.39774'/>
1738                 <fieldValue name='cylinderTranslationvalue='-0.42984 0.52811 -0.30132'/>
1739                 <fieldValue name='coneTranslationvalue='-0.44171 0.50594 -0.33096'/>
1740                 <fieldValue name='rotationvalue='-30.32630 0 12.14092 2.17792'/>
1741                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1742                 <fieldValue name='ballRadiusvalue='0.02'/>
1743                 <fieldValue name='traceEnabledvalue='false'/>
1744                 <fieldValue name='displayMode'/>
1745                 <fieldValue name='transparencyvalue='0'/>
1746            </ProtoInstance>
1747            <ProtoInstance name='Arc'>
1748                 <fieldValue name='cylinderHeightvalue='0.72243'/>
1749                 <fieldValue name='cylinderTranslationvalue='-0.56613 0.92975 -0.24255'/>
1750                 <fieldValue name='coneTranslationvalue='-0.67587 1.09028 -0.29427'/>
1751                 <fieldValue name='rotationvalue='-18.57192 0 39.39871 0.64715'/>
1752                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1753                 <fieldValue name='ballRadiusvalue='0.02'/>
1754                 <fieldValue name='traceEnabledvalue='false'/>
1755                 <fieldValue name='displayMode'/>
1756                 <fieldValue name='transparencyvalue='0'/>
1757            </ProtoInstance>
1758            <ProtoInstance name='Arc'>
1759                 <fieldValue name='cylinderHeightvalue='0.72235'/>
1760                 <fieldValue name='cylinderTranslationvalue='-0.65943 0.85500 -0.12469'/>
1761                 <fieldValue name='coneTranslationvalue='-0.82112 0.97388 -0.11076'/>
1762                 <fieldValue name='rotationvalue='4.99963 -0.00000 58.05785 0.93857'/>
1763                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1764                 <fieldValue name='ballRadiusvalue='0.02'/>
1765                 <fieldValue name='traceEnabledvalue='false'/>
1766                 <fieldValue name='displayMode'/>
1767                 <fieldValue name='transparencyvalue='0'/>
1768            </ProtoInstance>
1769            <ProtoInstance name='Arc'>
1770                 <fieldValue name='cylinderHeightvalue='0.35879'/>
1771                 <fieldValue name='cylinderTranslationvalue='-0.33053 0.80648 -0.20882'/>
1772                 <fieldValue name='coneTranslationvalue='-0.32636 0.82431 -0.21521'/>
1773                 <fieldValue name='rotationvalue='-11.82595 0 -7.72150 0.40460'/>
1774                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1775                 <fieldValue name='ballRadiusvalue='0.02'/>
1776                 <fieldValue name='traceEnabledvalue='false'/>
1777                 <fieldValue name='displayMode'/>
1778                 <fieldValue name='transparencyvalue='0'/>
1779            </ProtoInstance>
1780            <ProtoInstance name='Arc'>
1781                 <fieldValue name='cylinderHeightvalue='0.83993'/>
1782                 <fieldValue name='cylinderTranslationvalue='-0.36464 0.78426 -0.54464'/>
1783                 <fieldValue name='coneTranslationvalue='-0.36186 0.87258 -0.78913'/>
1784                 <fieldValue name='rotationvalue='-78.99116 0 -0.89855 1.22414'/>
1785                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1786                 <fieldValue name='ballRadiusvalue='0.02'/>
1787                 <fieldValue name='traceEnabledvalue='false'/>
1788                 <fieldValue name='displayMode'/>
1789                 <fieldValue name='transparencyvalue='0'/>
1790            </ProtoInstance>
1791            <ProtoInstance name='Arc'>
1792                 <fieldValue name='cylinderHeightvalue='0.69989'/>
1793                 <fieldValue name='cylinderTranslationvalue='-0.49481 0.95723 -0.23352'/>
1794                 <fieldValue name='coneTranslationvalue='-0.56302 1.12856 -0.27902'/>
1795                 <fieldValue name='rotationvalue='-16.76666 0 25.13413 0.44637'/>
1796                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1797                 <fieldValue name='ballRadiusvalue='0.02'/>
1798                 <fieldValue name='traceEnabledvalue='false'/>
1799                 <fieldValue name='displayMode'/>
1800                 <fieldValue name='transparencyvalue='0'/>
1801            </ProtoInstance>
1802            <ProtoInstance name='Arc'>
1803                 <fieldValue name='cylinderHeightvalue='0.27631'/>
1804                 <fieldValue name='cylinderTranslationvalue='-0.31822 0.76750 -0.17486'/>
1805                 <fieldValue name='coneTranslationvalue='-0.32627 0.74759 -0.17088'/>
1806                 <fieldValue name='rotationvalue='-5.03478 0 -10.18431 0.42374'/>
1807                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1808                 <fieldValue name='ballRadiusvalue='0.02'/>
1809                 <fieldValue name='traceEnabledvalue='false'/>
1810                 <fieldValue name='displayMode'/>
1811                 <fieldValue name='transparencyvalue='0'/>
1812            </ProtoInstance>
1813            <ProtoInstance name='Arc'>
1814                 <fieldValue name='cylinderHeightvalue='0.24363'/>
1815                 <fieldValue name='cylinderTranslationvalue='-0.39965 0.75143 -0.19257'/>
1816                 <fieldValue name='coneTranslationvalue='-0.39009 0.71699 -0.17912'/>
1817                 <fieldValue name='rotationvalue='-8.57588 0 6.10311 0.44676'/>
1818                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1819                 <fieldValue name='ballRadiusvalue='0.02'/>
1820                 <fieldValue name='traceEnabledvalue='false'/>
1821                 <fieldValue name='displayMode'/>
1822                 <fieldValue name='transparencyvalue='0'/>
1823            </ProtoInstance>
1824            <ProtoInstance name='Arc'>
1825                 <fieldValue name='cylinderHeightvalue='0.36508'/>
1826                 <fieldValue name='cylinderTranslationvalue='-0.41884 0.79295 -0.23877'/>
1827                 <fieldValue name='coneTranslationvalue='-0.42498 0.81164 -0.24977'/>
1828                 <fieldValue name='rotationvalue='-17.81572 0 9.94094 0.59296'/>
1829                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1830                 <fieldValue name='ballRadiusvalue='0.02'/>
1831                 <fieldValue name='traceEnabledvalue='false'/>
1832                 <fieldValue name='displayMode'/>
1833                 <fieldValue name='transparencyvalue='0'/>
1834            </ProtoInstance>
1835            <ProtoInstance name='Arc'>
1836                 <fieldValue name='cylinderHeightvalue='0.38990'/>
1837                 <fieldValue name='cylinderTranslationvalue='-0.45344 0.80255 -0.22028'/>
1838                 <fieldValue name='coneTranslationvalue='-0.46856 0.83141 -0.23294'/>
1839                 <fieldValue name='rotationvalue='-14.11919 0 16.86094 0.59926'/>
1840                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1841                 <fieldValue name='ballRadiusvalue='0.02'/>
1842                 <fieldValue name='traceEnabledvalue='false'/>
1843                 <fieldValue name='displayMode'/>
1844                 <fieldValue name='transparencyvalue='0'/>
1845            </ProtoInstance>
1846            <ProtoInstance name='Arc'>
1847                 <fieldValue name='cylinderHeightvalue='0.76298'/>
1848                 <fieldValue name='cylinderTranslationvalue='-0.42404 1.01392 -0.21192'/>
1849                 <fieldValue name='coneTranslationvalue='-0.45591 1.23011 -0.24805'/>
1850                 <fieldValue name='rotationvalue='-12.44578 0 10.97958 0.21928'/>
1851                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1852                 <fieldValue name='ballRadiusvalue='0.02'/>
1853                 <fieldValue name='traceEnabledvalue='false'/>
1854                 <fieldValue name='displayMode'/>
1855                 <fieldValue name='transparencyvalue='0'/>
1856            </ProtoInstance>
1857            <ProtoInstance name='Arc'>
1858                 <fieldValue name='cylinderHeightvalue='0.38899'/>
1859                 <fieldValue name='cylinderTranslationvalue='-0.45531 0.78781 -0.24464'/>
1860                 <fieldValue name='coneTranslationvalue='-0.47059 0.81375 -0.26148'/>
1861                 <fieldValue name='rotationvalue='-18.99090 0 17.23439 0.71986'/>
1862                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1863                 <fieldValue name='ballRadiusvalue='0.02'/>
1864                 <fieldValue name='traceEnabledvalue='false'/>
1865                 <fieldValue name='displayMode'/>
1866                 <fieldValue name='transparencyvalue='0'/>
1867            </ProtoInstance>
1868            <ProtoInstance name='Arc'>
1869                 <fieldValue name='cylinderHeightvalue='0.28536'/>
1870                 <fieldValue name='cylinderTranslationvalue='-0.38132 0.77453 -0.20001'/>
1871                 <fieldValue name='coneTranslationvalue='-0.37984 0.75839 -0.19390'/>
1872                 <fieldValue name='rotationvalue='-10.06473 0 2.43605 0.37136'/>
1873                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1874                 <fieldValue name='ballRadiusvalue='0.02'/>
1875                 <fieldValue name='traceEnabledvalue='false'/>
1876                 <fieldValue name='displayMode'/>
1877                 <fieldValue name='transparencyvalue='0'/>
1878            </ProtoInstance>
1879            <ProtoInstance name='Arc'>
1880                 <fieldValue name='cylinderHeightvalue='0.76298'/>
1881                 <fieldValue name='cylinderTranslationvalue='-0.42404 1.01392 -0.21192'/>
1882                 <fieldValue name='coneTranslationvalue='-0.45591 1.23011 -0.24805'/>
1883                 <fieldValue name='rotationvalue='-12.44578 0 10.97958 0.21928'/>
1884                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1885                 <fieldValue name='ballRadiusvalue='0.02'/>
1886                 <fieldValue name='traceEnabledvalue='false'/>
1887                 <fieldValue name='displayMode'/>
1888                 <fieldValue name='transparencyvalue='0'/>
1889            </ProtoInstance>
1890            <ProtoInstance name='Arc'>
1891                 <fieldValue name='cylinderHeightvalue='0.59494'/>
1892                 <fieldValue name='cylinderTranslationvalue='-0.13462 0.52114 -0.01189'/>
1893                 <fieldValue name='coneTranslationvalue='-0.02625 0.46549 0.05179'/>
1894                 <fieldValue name='rotationvalue='27.55893 0 -46.90297 1.98760'/>
1895                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1896                 <fieldValue name='ballRadiusvalue='0.02'/>
1897                 <fieldValue name='traceEnabledvalue='false'/>
1898                 <fieldValue name='displayMode'/>
1899                 <fieldValue name='transparencyvalue='0'/>
1900            </ProtoInstance>
1901            <ProtoInstance name='Arc'>
1902                 <fieldValue name='cylinderHeightvalue='0.65809'/>
1903                 <fieldValue name='cylinderTranslationvalue='-0.32137 0.62303 0.17535'/>
1904                 <fieldValue name='coneTranslationvalue='-0.29683 0.61351 0.34233'/>
1905                 <fieldValue name='rotationvalue='65.00651 0 -9.55361 1.62716'/>
1906                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1907                 <fieldValue name='ballRadiusvalue='0.02'/>
1908                 <fieldValue name='traceEnabledvalue='false'/>
1909                 <fieldValue name='displayMode'/>
1910                 <fieldValue name='transparencyvalue='0'/>
1911            </ProtoInstance>
1912            <ProtoInstance name='Arc'>
1913                 <fieldValue name='cylinderHeightvalue='0.39015'/>
1914                 <fieldValue name='cylinderTranslationvalue='-0.18894 0.58761 -0.09801'/>
1915                 <fieldValue name='coneTranslationvalue='-0.15654 0.57791 -0.08872'/>
1916                 <fieldValue name='rotationvalue='10.33508 0 -36.04019 1.85104'/>
1917                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1918                 <fieldValue name='ballRadiusvalue='0.02'/>
1919                 <fieldValue name='traceEnabledvalue='false'/>
1920                 <fieldValue name='displayMode'/>
1921                 <fieldValue name='transparencyvalue='0'/>
1922            </ProtoInstance>
1923            <ProtoInstance name='Arc'>
1924                 <fieldValue name='cylinderHeightvalue='1.22965'/>
1925                 <fieldValue name='cylinderTranslationvalue='-0.37507 0.05760 -0.34193'/>
1926                 <fieldValue name='coneTranslationvalue='-0.37947 -0.37439 -0.48414'/>
1927                 <fieldValue name='rotationvalue='-38.44780 0 1.18725 2.82343'/>
1928                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1929                 <fieldValue name='ballRadiusvalue='0.02'/>
1930                 <fieldValue name='traceEnabledvalue='false'/>
1931                 <fieldValue name='displayMode'/>
1932                 <fieldValue name='transparencyvalue='0'/>
1933            </ProtoInstance>
1934            <ProtoInstance name='Arc'>
1935                 <fieldValue name='cylinderHeightvalue='1.52716'/>
1936                 <fieldValue name='cylinderTranslationvalue='0.16376 0.19246 0.16237'/>
1937                 <fieldValue name='coneTranslationvalue='0.58499 -0.16255 0.40904'/>
1938                 <fieldValue name='rotationvalue='62.41130 0 -106.57855 2.19958'/>
1939                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1940                 <fieldValue name='ballRadiusvalue='0.02'/>
1941                 <fieldValue name='traceEnabledvalue='false'/>
1942                 <fieldValue name='displayMode'/>
1943                 <fieldValue name='transparencyvalue='0'/>
1944            </ProtoInstance>
1945            <ProtoInstance name='Arc'>
1946                 <fieldValue name='cylinderHeightvalue='0.68472'/>
1947                 <fieldValue name='cylinderTranslationvalue='-0.45181 0.96405 -0.06980'/>
1948                 <fieldValue name='coneTranslationvalue='-0.49584 1.13582 -0.02724'/>
1949                 <fieldValue name='rotationvalue='15.97797 -0.00000 16.53368 0.34245'/>
1950                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1951                 <fieldValue name='ballRadiusvalue='0.02'/>
1952                 <fieldValue name='traceEnabledvalue='false'/>
1953                 <fieldValue name='displayMode'/>
1954                 <fieldValue name='transparencyvalue='0'/>
1955            </ProtoInstance>
1956            <ProtoInstance name='Arc'>
1957                 <fieldValue name='cylinderHeightvalue='0.94632'/>
1958                 <fieldValue name='cylinderTranslationvalue='-0.11415 0.66231 -0.54772'/>
1959                 <fieldValue name='coneTranslationvalue='0.05461 0.67603 -0.81116'/>
1960                 <fieldValue name='rotationvalue='-79.60716 0 -50.99705 1.52696'/>
1961                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1962                 <fieldValue name='ballRadiusvalue='0.02'/>
1963                 <fieldValue name='traceEnabledvalue='false'/>
1964                 <fieldValue name='displayMode'/>
1965                 <fieldValue name='transparencyvalue='0'/>
1966            </ProtoInstance>
1967            <ProtoInstance name='Arc'>
1968                 <fieldValue name='cylinderHeightvalue='0.37673'/>
1969                 <fieldValue name='cylinderTranslationvalue='-0.54310 0.66777 -0.08236'/>
1970                 <fieldValue name='coneTranslationvalue='-0.56929 0.67171 -0.07222'/>
1971                 <fieldValue name='rotationvalue='13.46575 -0.00000 34.79156 1.43125'/>
1972                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1973                 <fieldValue name='ballRadiusvalue='0.02'/>
1974                 <fieldValue name='traceEnabledvalue='false'/>
1975                 <fieldValue name='displayMode'/>
1976                 <fieldValue name='transparencyvalue='0'/>
1977            </ProtoInstance>
1978            <ProtoInstance name='Arc'>
1979                 <fieldValue name='cylinderHeightvalue='0.73676'/>
1980                 <fieldValue name='cylinderTranslationvalue='-0.34405 0.99446 -0.25236'/>
1981                 <fieldValue name='coneTranslationvalue='-0.32985 1.19408 -0.31044'/>
1982                 <fieldValue name='rotationvalue='-20.53447 0 -5.01826 0.29100'/>
1983                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1984                 <fieldValue name='ballRadiusvalue='0.02'/>
1985                 <fieldValue name='traceEnabledvalue='false'/>
1986                 <fieldValue name='displayMode'/>
1987                 <fieldValue name='transparencyvalue='0'/>
1988            </ProtoInstance>
1989            <ProtoInstance name='Arc'>
1990                 <fieldValue name='cylinderHeightvalue='0.95852'/>
1991                 <fieldValue name='cylinderTranslationvalue='-0.60115 0.35277 0.15438'/>
1992                 <fieldValue name='coneTranslationvalue='-0.75571 0.16039 0.35693'/>
1993                 <fieldValue name='rotationvalue='60.81320 -0.00000 46.40264 2.21754'/>
1994                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1995                 <fieldValue name='ballRadiusvalue='0.02'/>
1996                 <fieldValue name='traceEnabledvalue='false'/>
1997                 <fieldValue name='displayMode'/>
1998                 <fieldValue name='transparencyvalue='0'/>
1999            </ProtoInstance>
2000            <ProtoInstance name='Arc'>
2001                 <fieldValue name='cylinderHeightvalue='0.64558'/>
2002                 <fieldValue name='cylinderTranslationvalue='-0.62352 0.46562 -0.05737'/>
2003                 <fieldValue name='coneTranslationvalue='-0.75182 0.37688 -0.01081'/>
2004                 <fieldValue name='rotationvalue='18.46334 -0.00000 50.87714 2.14730'/>
2005                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2006                 <fieldValue name='ballRadiusvalue='0.02'/>
2007                 <fieldValue name='traceEnabledvalue='false'/>
2008                 <fieldValue name='displayMode'/>
2009                 <fieldValue name='transparencyvalue='0'/>
2010            </ProtoInstance>
2011            <ProtoInstance name='Arc'>
2012                 <fieldValue name='cylinderHeightvalue='0.38991'/>
2013                 <fieldValue name='cylinderTranslationvalue='-0.45340 0.80254 -0.22037'/>
2014                 <fieldValue name='coneTranslationvalue='-0.46851 0.83140 -0.23304'/>
2015                 <fieldValue name='rotationvalue='-14.13664 0 16.85294 0.59940'/>
2016                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2017                 <fieldValue name='ballRadiusvalue='0.02'/>
2018                 <fieldValue name='traceEnabledvalue='false'/>
2019                 <fieldValue name='displayMode'/>
2020                 <fieldValue name='transparencyvalue='0'/>
2021            </ProtoInstance>
2022            <ProtoInstance name='Arc'>
2023                 <fieldValue name='cylinderHeightvalue='0.34957'/>
2024                 <fieldValue name='cylinderTranslationvalue='-0.53506 0.69057 -0.17457'/>
2025                 <fieldValue name='coneTranslationvalue='-0.54909 0.69472 -0.17668'/>
2026                 <fieldValue name='rotationvalue='-4.97674 0 33.18413 1.28663'/>
2027                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2028                 <fieldValue name='ballRadiusvalue='0.02'/>
2029                 <fieldValue name='traceEnabledvalue='false'/>
2030                 <fieldValue name='displayMode'/>
2031                 <fieldValue name='transparencyvalue='0'/>
2032            </ProtoInstance>
2033            <ProtoInstance name='Arc'>
2034                 <fieldValue name='cylinderHeightvalue='0.72356'/>
2035                 <fieldValue name='cylinderTranslationvalue='-0.56880 0.91223 -0.28296'/>
2036                 <fieldValue name='coneTranslationvalue='-0.68016 1.06318 -0.35730'/>
2037                 <fieldValue name='rotationvalue='-26.65541 0 39.93229 0.72555'/>
2038                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2039                 <fieldValue name='ballRadiusvalue='0.02'/>
2040                 <fieldValue name='traceEnabledvalue='false'/>
2041                 <fieldValue name='displayMode'/>
2042                 <fieldValue name='transparencyvalue='0'/>
2043            </ProtoInstance>
2044            <ProtoInstance name='Arc'>
2045                 <fieldValue name='cylinderHeightvalue='0.56963'/>
2046                 <fieldValue name='cylinderTranslationvalue='0.31797 -1.34884 -0.79779'/>
2047                 <fieldValue name='coneTranslationvalue='0.30308 -1.42735 -0.89367'/>
2048                 <fieldValue name='rotationvalue='-43.75810 0 6.79558 2.25108'/>
2049                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2050                 <fieldValue name='ballRadiusvalue='0.02'/>
2051                 <fieldValue name='traceEnabledvalue='false'/>
2052                 <fieldValue name='displayMode'/>
2053                 <fieldValue name='transparencyvalue='0'/>
2054            </ProtoInstance>
2055            <ProtoInstance name='Arc'>
2056                 <fieldValue name='cylinderHeightvalue='1.02615'/>
2057                 <fieldValue name='cylinderTranslationvalue='0.63762 -1.43534 -0.24573'/>
2058                 <fieldValue name='coneTranslationvalue='0.83421 -1.61814 -0.01639'/>
2059                 <fieldValue name='rotationvalue='66.65410 0 -57.13460 2.11501'/>
2060                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2061                 <fieldValue name='ballRadiusvalue='0.02'/>
2062                 <fieldValue name='traceEnabledvalue='false'/>
2063                 <fieldValue name='displayMode'/>
2064                 <fieldValue name='transparencyvalue='0'/>
2065            </ProtoInstance>
2066            <ProtoInstance name='Arc'>
2067                 <fieldValue name='cylinderHeightvalue='0.80340'/>
2068                 <fieldValue name='cylinderTranslationvalue='0.05282 -1.17291 -0.84709'/>
2069                 <fieldValue name='coneTranslationvalue='-0.12717 -1.17485 -1.00840'/>
2070                 <fieldValue name='rotationvalue='-53.61801 0 59.82697 1.57881'/>
2071                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2072                 <fieldValue name='ballRadiusvalue='0.02'/>
2073                 <fieldValue name='traceEnabledvalue='false'/>
2074                 <fieldValue name='displayMode'/>
2075                 <fieldValue name='transparencyvalue='0'/>
2076            </ProtoInstance>
2077            <ProtoInstance name='Arc'>
2078                 <fieldValue name='cylinderHeightvalue='0.51456'/>
2079                 <fieldValue name='cylinderTranslationvalue='0.41549 -1.41613 -0.61675'/>
2080                 <fieldValue name='coneTranslationvalue='0.43951 -1.50931 -0.63103'/>
2081                 <fieldValue name='rotationvalue='-7.55097 0 -12.70705 2.85023'/>
2082                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2083                 <fieldValue name='ballRadiusvalue='0.02'/>
2084                 <fieldValue name='traceEnabledvalue='false'/>
2085                 <fieldValue name='displayMode'/>
2086                 <fieldValue name='transparencyvalue='0'/>
2087            </ProtoInstance>
2088            <ProtoInstance name='Arc'>
2089                 <fieldValue name='cylinderHeightvalue='0.21724'/>
2090                 <fieldValue name='cylinderTranslationvalue='0.43983 -1.18171 -0.64171'/>
2091                 <fieldValue name='coneTranslationvalue='0.39826 -1.17603 -0.61205'/>
2092                 <fieldValue name='rotationvalue='-12.54178 0 -17.57480 1.68169'/>
2093                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2094                 <fieldValue name='ballRadiusvalue='0.02'/>
2095                 <fieldValue name='traceEnabledvalue='false'/>
2096                 <fieldValue name='displayMode'/>
2097                 <fieldValue name='transparencyvalue='0'/>
2098            </ProtoInstance>
2099            <ProtoInstance name='Arc'>
2100                 <fieldValue name='cylinderHeightvalue='0.97126'/>
2101                 <fieldValue name='cylinderTranslationvalue='0.30770 -1.46586 -0.96131'/>
2102                 <fieldValue name='coneTranslationvalue='0.27803 -1.66446 -1.21765'/>
2103                 <fieldValue name='rotationvalue='-76.46139 0 8.85034 2.22670'/>
2104                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2105                 <fieldValue name='ballRadiusvalue='0.02'/>
2106                 <fieldValue name='traceEnabledvalue='false'/>
2107                 <fieldValue name='displayMode'/>
2108                 <fieldValue name='transparencyvalue='0'/>
2109            </ProtoInstance>
2110            <ProtoInstance name='Arc'>
2111                 <fieldValue name='cylinderHeightvalue='0.93372'/>
2112                 <fieldValue name='cylinderTranslationvalue='0.30574 -1.45410 -0.94633'/>
2113                 <fieldValue name='coneTranslationvalue='0.27537 -1.64104 -1.18778'/>
2114                 <fieldValue name='rotationvalue='-73.46703 0 9.24184 2.22585'/>
2115                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2116                 <fieldValue name='ballRadiusvalue='0.02'/>
2117                 <fieldValue name='traceEnabledvalue='false'/>
2118                 <fieldValue name='displayMode'/>
2119                 <fieldValue name='transparencyvalue='0'/>
2120            </ProtoInstance>
2121            <ProtoInstance name='Arc'>
2122                 <fieldValue name='cylinderHeightvalue='0.59824'/>
2123                 <fieldValue name='cylinderTranslationvalue='0.31878 -1.35163 -0.81410'/>
2124                 <fieldValue name='coneTranslationvalue='0.30335 -1.43624 -0.92344'/>
2125                 <fieldValue name='rotationvalue='-47.01945 0 6.63451 2.22463'/>
2126                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2127                 <fieldValue name='ballRadiusvalue='0.02'/>
2128                 <fieldValue name='traceEnabledvalue='false'/>
2129                 <fieldValue name='displayMode'/>
2130                 <fieldValue name='transparencyvalue='0'/>
2131            </ProtoInstance>
2132            <ProtoInstance name='Arc'>
2133                 <fieldValue name='cylinderHeightvalue='0.52846'/>
2134                 <fieldValue name='cylinderTranslationvalue='0.35159 -1.31592 -0.79908'/>
2135                 <fieldValue name='coneTranslationvalue='0.35145 -1.37360 -0.88589'/>
2136                 <fieldValue name='rotationvalue='-44.01600 0 0.07155 2.15724'/>
2137                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2138                 <fieldValue name='ballRadiusvalue='0.02'/>
2139                 <fieldValue name='traceEnabledvalue='false'/>
2140                 <fieldValue name='displayMode'/>
2141                 <fieldValue name='transparencyvalue='0'/>
2142            </ProtoInstance>
2143            <ProtoInstance name='Arc'>
2144                 <fieldValue name='cylinderHeightvalue='0.97628'/>
2145                 <fieldValue name='cylinderTranslationvalue='-0.01453 -0.84803 -0.55658'/>
2146                 <fieldValue name='coneTranslationvalue='-0.26089 -0.63180 -0.54151'/>
2147                 <fieldValue name='rotationvalue='4.48347 -0.00000 73.29612 0.85136'/>
2148                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2149                 <fieldValue name='ballRadiusvalue='0.02'/>
2150                 <fieldValue name='traceEnabledvalue='false'/>
2151                 <fieldValue name='displayMode'/>
2152                 <fieldValue name='transparencyvalue='0'/>
2153            </ProtoInstance>
2154            <ProtoInstance name='Arc'>
2155                 <fieldValue name='cylinderHeightvalue='0.95324'/>
2156                 <fieldValue name='cylinderTranslationvalue='0.63997 -1.05119 -0.21821'/>
2157                 <fieldValue name='coneTranslationvalue='0.83130 -0.97247 0.02147'/>
2158                 <fieldValue name='rotationvalue='72.15826 0 -57.60332 1.31954'/>
2159                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2160                 <fieldValue name='ballRadiusvalue='0.02'/>
2161                 <fieldValue name='traceEnabledvalue='false'/>
2162                 <fieldValue name='displayMode'/>
2163                 <fieldValue name='transparencyvalue='0'/>
2164            </ProtoInstance>
2165            <ProtoInstance name='Arc'>
2166                 <fieldValue name='cylinderHeightvalue='0.91697'/>
2167                 <fieldValue name='cylinderTranslationvalue='0.55419 -0.98086 -0.21342'/>
2168                 <fieldValue name='coneTranslationvalue='0.68585 -0.85792 0.02459'/>
2169                 <fieldValue name='rotationvalue='73.11683 0 -40.44737 1.14630'/>
2170                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2171                 <fieldValue name='ballRadiusvalue='0.02'/>
2172                 <fieldValue name='traceEnabledvalue='false'/>
2173                 <fieldValue name='displayMode'/>
2174                 <fieldValue name='transparencyvalue='0'/>
2175            </ProtoInstance>
2176            <ProtoInstance name='Arc'>
2177                 <fieldValue name='cylinderHeightvalue='0.96048'/>
2178                 <fieldValue name='cylinderTranslationvalue='0.54660 -0.89622 -0.23555'/>
2179                 <fieldValue name='coneTranslationvalue='0.67641 -0.71386 -0.00653'/>
2180                 <fieldValue name='rotationvalue='68.68919 0 -38.93064 0.96497'/>
2181                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2182                 <fieldValue name='ballRadiusvalue='0.02'/>
2183                 <fieldValue name='traceEnabledvalue='false'/>
2184                 <fieldValue name='displayMode'/>
2185                 <fieldValue name='transparencyvalue='0'/>
2186            </ProtoInstance>
2187            <ProtoInstance name='Arc'>
2188                 <fieldValue name='cylinderHeightvalue='0.57266'/>
2189                 <fieldValue name='cylinderTranslationvalue='0.31751 -1.34314 -0.80420'/>
2190                 <fieldValue name='coneTranslationvalue='0.30232 -1.41966 -0.90356'/>
2191                 <fieldValue name='rotationvalue='-45.04039 0 6.88753 2.22150'/>
2192                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2193                 <fieldValue name='ballRadiusvalue='0.02'/>
2194                 <fieldValue name='traceEnabledvalue='false'/>
2195                 <fieldValue name='displayMode'/>
2196                 <fieldValue name='transparencyvalue='0'/>
2197            </ProtoInstance>
2198            <ProtoInstance name='Arc'>
2199                 <fieldValue name='cylinderHeightvalue='0.55519'/>
2200                 <fieldValue name='cylinderTranslationvalue='0.33085 -1.36980 -0.77024'/>
2201                 <fieldValue name='coneTranslationvalue='0.32191 -1.45456 -0.85125'/>
2202                 <fieldValue name='rotationvalue='-38.24822 0 4.22039 2.37581'/>
2203                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2204                 <fieldValue name='ballRadiusvalue='0.02'/>
2205                 <fieldValue name='traceEnabledvalue='false'/>
2206                 <fieldValue name='displayMode'/>
2207                 <fieldValue name='transparencyvalue='0'/>
2208            </ProtoInstance>
2209            <ProtoInstance name='Arc'>
2210                 <fieldValue name='cylinderHeightvalue='0.51618'/>
2211                 <fieldValue name='cylinderTranslationvalue='0.30792 0.47511 1.39366'/>
2212                 <fieldValue name='coneTranslationvalue='0.38901 0.48352 1.44821'/>
2213                 <fieldValue name='rotationvalue='28.70288 0 -42.67338 1.48494'/>
2214                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2215                 <fieldValue name='ballRadiusvalue='0.02'/>
2216                 <fieldValue name='traceEnabledvalue='false'/>
2217                 <fieldValue name='displayMode'/>
2218                 <fieldValue name='transparencyvalue='0'/>
2219            </ProtoInstance>
2220            <ProtoInstance name='Arc'>
2221                 <fieldValue name='cylinderHeightvalue='0.54882'/>
2222                 <fieldValue name='cylinderTranslationvalue='0.12612 0.60564 1.47597'/>
2223                 <fieldValue name='coneTranslationvalue='0.13929 0.66929 1.57012'/>
2224                 <fieldValue name='rotationvalue='45.16428 0 -6.31489 0.98081'/>
2225                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2226                 <fieldValue name='ballRadiusvalue='0.02'/>
2227                 <fieldValue name='traceEnabledvalue='false'/>
2228                 <fieldValue name='displayMode'/>
2229                 <fieldValue name='transparencyvalue='0'/>
2230            </ProtoInstance>
2231            <ProtoInstance name='Arc'>
2232                 <fieldValue name='cylinderHeightvalue='0.57186'/>
2233                 <fieldValue name='cylinderTranslationvalue='0.34570 0.35209 1.15794'/>
2234                 <fieldValue name='coneTranslationvalue='0.45631 0.30766 1.11734'/>
2235                 <fieldValue name='rotationvalue='-18.44090 0 -50.23008 1.93139'/>
2236                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2237                 <fieldValue name='ballRadiusvalue='0.02'/>
2238                 <fieldValue name='traceEnabledvalue='false'/>
2239                 <fieldValue name='displayMode'/>
2240                 <fieldValue name='transparencyvalue='0'/>
2241            </ProtoInstance>
2242            <ProtoInstance name='Arc'>
2243                 <fieldValue name='cylinderHeightvalue='0.85602'/>
2244                 <fieldValue name='cylinderTranslationvalue='0.43378 0.22746 1.11878'/>
2245                 <fieldValue name='coneTranslationvalue='0.64620 0.08624 1.03653'/>
2246                 <fieldValue name='rotationvalue='-26.27293 0 -67.84605 2.12575'/>
2247                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2248                 <fieldValue name='ballRadiusvalue='0.02'/>
2249                 <fieldValue name='traceEnabledvalue='false'/>
2250                 <fieldValue name='displayMode'/>
2251                 <fieldValue name='transparencyvalue='0'/>
2252            </ProtoInstance>
2253            <ProtoInstance name='Arc'>
2254                 <fieldValue name='cylinderHeightvalue='0.59126'/>
2255                 <fieldValue name='cylinderTranslationvalue='0.38229 0.38979 1.27484'/>
2256                 <fieldValue name='coneTranslationvalue='0.51430 0.36080 1.28616'/>
2257                 <fieldValue name='rotationvalue='4.93757 0 -57.54867 1.78619'/>
2258                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2259                 <fieldValue name='ballRadiusvalue='0.02'/>
2260                 <fieldValue name='traceEnabledvalue='false'/>
2261                 <fieldValue name='displayMode'/>
2262                 <fieldValue name='transparencyvalue='0'/>
2263            </ProtoInstance>
2264            <ProtoInstance name='Arc'>
2265                 <fieldValue name='cylinderHeightvalue='0.59772'/>
2266                 <fieldValue name='cylinderTranslationvalue='0.03434 0.62224 1.48898'/>
2267                 <fieldValue name='coneTranslationvalue='0.00636 0.70088 1.59995'/>
2268                 <fieldValue name='rotationvalue='47.76649 -0.00000 12.04243 0.96871'/>
2269                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2270                 <fieldValue name='ballRadiusvalue='0.02'/>
2271                 <fieldValue name='traceEnabledvalue='false'/>
2272                 <fieldValue name='displayMode'/>
2273                 <fieldValue name='transparencyvalue='0'/>
2274            </ProtoInstance>
2275            <ProtoInstance name='Arc'>
2276                 <fieldValue name='cylinderHeightvalue='0.41184'/>
2277                 <fieldValue name='cylinderTranslationvalue='0.17568 0.51428 1.42921'/>
2278                 <fieldValue name='coneTranslationvalue='0.19377 0.52795 1.46914'/>
2279                 <fieldValue name='rotationvalue='35.81216 0 -16.22622 1.26852'/>
2280                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2281                 <fieldValue name='ballRadiusvalue='0.02'/>
2282                 <fieldValue name='traceEnabledvalue='false'/>
2283                 <fieldValue name='displayMode'/>
2284                 <fieldValue name='transparencyvalue='0'/>
2285            </ProtoInstance>
2286            <ProtoInstance name='Arc'>
2287                 <fieldValue name='cylinderHeightvalue='0.48829'/>
2288                 <fieldValue name='cylinderTranslationvalue='0.23888 0.52685 1.43268'/>
2289                 <fieldValue name='coneTranslationvalue='0.28863 0.55231 1.49558'/>
2290                 <fieldValue name='rotationvalue='36.50530 0 -28.86688 1.26339'/>
2291                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2292                 <fieldValue name='ballRadiusvalue='0.02'/>
2293                 <fieldValue name='traceEnabledvalue='false'/>
2294                 <fieldValue name='displayMode'/>
2295                 <fieldValue name='transparencyvalue='0'/>
2296            </ProtoInstance>
2297            <ProtoInstance name='Arc'>
2298                 <fieldValue name='cylinderHeightvalue='0.84891'/>
2299                 <fieldValue name='cylinderTranslationvalue='-0.08953 0.52873 0.87526'/>
2300                 <fieldValue name='coneTranslationvalue='-0.20421 0.57594 0.64169'/>
2301                 <fieldValue name='rotationvalue='-74.97702 0 36.81501 1.39135'/>
2302                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2303                 <fieldValue name='ballRadiusvalue='0.02'/>
2304                 <fieldValue name='traceEnabledvalue='false'/>
2305                 <fieldValue name='displayMode'/>
2306                 <fieldValue name='transparencyvalue='0'/>
2307            </ProtoInstance>
2308            <ProtoInstance name='Arc'>
2309                 <fieldValue name='cylinderHeightvalue='0.94530'/>
2310                 <fieldValue name='cylinderTranslationvalue='0.04071 0.16925 0.87598'/>
2311                 <fieldValue name='coneTranslationvalue='0.00510 -0.01843 0.62848'/>
2312                 <fieldValue name='rotationvalue='-74.83301 0 10.76755 2.21466'/>
2313                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2314                 <fieldValue name='ballRadiusvalue='0.02'/>
2315                 <fieldValue name='traceEnabledvalue='false'/>
2316                 <fieldValue name='displayMode'/>
2317                 <fieldValue name='transparencyvalue='0'/>
2318            </ProtoInstance>
2319            <ProtoInstance name='Arc'>
2320                 <fieldValue name='cylinderHeightvalue='0.92456'/>
2321                 <fieldValue name='cylinderTranslationvalue='0.04648 0.73042 1.61678'/>
2322                 <fieldValue name='coneTranslationvalue='0.01504 0.91184 1.85651'/>
2323                 <fieldValue name='rotationvalue='73.32541 -0.00000 9.61431 0.92709'/>
2324                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2325                 <fieldValue name='ballRadiusvalue='0.02'/>
2326                 <fieldValue name='traceEnabledvalue='false'/>
2327                 <fieldValue name='displayMode'/>
2328                 <fieldValue name='transparencyvalue='0'/>
2329            </ProtoInstance>
2330            <ProtoInstance name='Arc'>
2331                 <fieldValue name='cylinderHeightvalue='1.21154'/>
2332                 <fieldValue name='cylinderTranslationvalue='0.39560 0.09816 0.86229'/>
2333                 <fieldValue name='coneTranslationvalue='0.61713 -0.16294 0.57687'/>
2334                 <fieldValue name='rotationvalue='-77.57223 0 -60.20993 2.19657'/>
2335                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2336                 <fieldValue name='ballRadiusvalue='0.02'/>
2337                 <fieldValue name='traceEnabledvalue='false'/>
2338                 <fieldValue name='displayMode'/>
2339                 <fieldValue name='transparencyvalue='0'/>
2340            </ProtoInstance>
2341            <ProtoInstance name='Arc'>
2342                 <fieldValue name='cylinderHeightvalue='0.58920'/>
2343                 <fieldValue name='cylinderTranslationvalue='0.00042 0.62490 1.47008'/>
2344                 <fieldValue name='coneTranslationvalue='-0.04259 0.70345 1.57057'/>
2345                 <fieldValue name='rotationvalue='43.98723 -0.00000 18.82554 0.94766'/>
2346                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2347                 <fieldValue name='ballRadiusvalue='0.02'/>
2348                 <fieldValue name='traceEnabledvalue='false'/>
2349                 <fieldValue name='displayMode'/>
2350                 <fieldValue name='transparencyvalue='0'/>
2351            </ProtoInstance>
2352            <ProtoInstance name='Arc'>
2353                 <fieldValue name='cylinderHeightvalue='0.89401'/>
2354                 <fieldValue name='cylinderTranslationvalue='-0.30209 0.29091 1.12277'/>
2355                 <fieldValue name='coneTranslationvalue='-0.55675 0.18686 1.04098'/>
2356                 <fieldValue name='rotationvalue='-25.47626 0 79.32749 1.94181'/>
2357                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2358                 <fieldValue name='ballRadiusvalue='0.02'/>
2359                 <fieldValue name='traceEnabledvalue='false'/>
2360                 <fieldValue name='displayMode'/>
2361                 <fieldValue name='transparencyvalue='0'/>
2362            </ProtoInstance>
2363            <ProtoInstance name='Arc'>
2364                 <fieldValue name='cylinderHeightvalue='0.87560'/>
2365                 <fieldValue name='cylinderTranslationvalue='0.18494 0.67509 1.61643'/>
2366                 <fieldValue name='coneTranslationvalue='0.24230 0.81603 1.84886'/>
2367                 <fieldValue name='rotationvalue='73.25707 0 -18.07813 1.03870'/>
2368                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2369                 <fieldValue name='ballRadiusvalue='0.02'/>
2370                 <fieldValue name='traceEnabledvalue='false'/>
2371                 <fieldValue name='displayMode'/>
2372                 <fieldValue name='transparencyvalue='0'/>
2373            </ProtoInstance>
2374            <ProtoInstance name='Arc'>
2375                 <fieldValue name='cylinderHeightvalue='0.93705'/>
2376                 <fieldValue name='cylinderTranslationvalue='-0.00505 0.72835 1.61589'/>
2377                 <fieldValue name='coneTranslationvalue='-0.07064 0.90968 1.85673'/>
2378                 <fieldValue name='rotationvalue='73.14832 -0.00000 19.92041 0.94254'/>
2379                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2380                 <fieldValue name='ballRadiusvalue='0.02'/>
2381                 <fieldValue name='traceEnabledvalue='false'/>
2382                 <fieldValue name='displayMode'/>
2383                 <fieldValue name='transparencyvalue='0'/>
2384            </ProtoInstance>
2385            <ProtoInstance name='Arc'>
2386                 <fieldValue name='cylinderHeightvalue='0.34535'/>
2387                 <fieldValue name='cylinderTranslationvalue='0.04132 0.61656 1.23525'/>
2388                 <fieldValue name='coneTranslationvalue='0.03742 0.62857 1.23415'/>
2389                 <fieldValue name='rotationvalue='-2.98008 0 10.64487 0.32582'/>
2390                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2391                 <fieldValue name='ballRadiusvalue='0.02'/>
2392                 <fieldValue name='traceEnabledvalue='false'/>
2393                 <fieldValue name='displayMode'/>
2394                 <fieldValue name='transparencyvalue='0'/>
2395            </ProtoInstance>
2396            <ProtoInstance name='Arc'>
2397                 <fieldValue name='cylinderHeightvalue='0.38431'/>
2398                 <fieldValue name='cylinderTranslationvalue='0.08869 0.55869 1.41051'/>
2399                 <fieldValue name='coneTranslationvalue='0.08770 0.57638 1.43735'/>
2400                 <fieldValue name='rotationvalue='32.07223 -0.00000 1.17251 0.98829'/>
2401                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2402                 <fieldValue name='ballRadiusvalue='0.02'/>
2403                 <fieldValue name='traceEnabledvalue='false'/>
2404                 <fieldValue name='displayMode'/>
2405                 <fieldValue name='transparencyvalue='0'/>
2406            </ProtoInstance>
2407            <ProtoInstance name='Arc'>
2408                 <fieldValue name='cylinderHeightvalue='0.51803'/>
2409                 <fieldValue name='cylinderTranslationvalue='0.13840 0.59288 1.46367'/>
2410                 <fieldValue name='coneTranslationvalue='0.15516 0.64637 1.54529'/>
2411                 <fieldValue name='rotationvalue='42.70395 0 -8.76999 1.00017'/>
2412                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2413                 <fieldValue name='ballRadiusvalue='0.02'/>
2414                 <fieldValue name='traceEnabledvalue='false'/>
2415                 <fieldValue name='displayMode'/>
2416                 <fieldValue name='transparencyvalue='0'/>
2417            </ProtoInstance>
2418            <ProtoInstance name='Arc'>
2419                 <fieldValue name='cylinderHeightvalue='0.58920'/>
2420                 <fieldValue name='cylinderTranslationvalue='0.00042 0.62490 1.47008'/>
2421                 <fieldValue name='coneTranslationvalue='-0.04259 0.70345 1.57057'/>
2422                 <fieldValue name='rotationvalue='43.98723 -0.00000 18.82554 0.94766'/>
2423                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2424                 <fieldValue name='ballRadiusvalue='0.02'/>
2425                 <fieldValue name='traceEnabledvalue='false'/>
2426                 <fieldValue name='displayMode'/>
2427                 <fieldValue name='transparencyvalue='0'/>
2428            </ProtoInstance>
2429            <ProtoInstance name='Arc'>
2430                 <fieldValue name='cylinderHeightvalue='1.00637'/>
2431                 <fieldValue name='cylinderTranslationvalue='0.55286 0.25575 1.18501'/>
2432                 <fieldValue name='coneTranslationvalue='0.86544 0.12123 1.14058'/>
2433                 <fieldValue name='rotationvalue='-13.02846 0 -91.66271 1.97356'/>
2434                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2435                 <fieldValue name='ballRadiusvalue='0.02'/>
2436                 <fieldValue name='traceEnabledvalue='false'/>
2437                 <fieldValue name='displayMode'/>
2438                 <fieldValue name='transparencyvalue='0'/>
2439            </ProtoInstance>
2440            <ProtoInstance name='Arc'>
2441                 <fieldValue name='cylinderHeightvalue='0.95117'/>
2442                 <fieldValue name='cylinderTranslationvalue='1.54884 -1.60408 0.86738'/>
2443                 <fieldValue name='coneTranslationvalue='1.71812 -1.78812 1.05990'/>
2444                 <fieldValue name='rotationvalue='58.02524 0 -51.02091 2.19346'/>
2445                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2446                 <fieldValue name='ballRadiusvalue='0.02'/>
2447                 <fieldValue name='traceEnabledvalue='false'/>
2448                 <fieldValue name='displayMode'/>
2449                 <fieldValue name='transparencyvalue='0'/>
2450            </ProtoInstance>
2451            <ProtoInstance name='Arc'>
2452                 <fieldValue name='cylinderHeightvalue='0.60032'/>
2453                 <fieldValue name='cylinderTranslationvalue='1.29148 -1.05288 0.70015'/>
2454                 <fieldValue name='coneTranslationvalue='1.29043 -0.92502 0.75754'/>
2455                 <fieldValue name='rotationvalue='24.58027 -0.00000 0.45001 0.42193'/>
2456                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2457                 <fieldValue name='ballRadiusvalue='0.02'/>
2458                 <fieldValue name='traceEnabledvalue='false'/>
2459                 <fieldValue name='displayMode'/>
2460                 <fieldValue name='transparencyvalue='0'/>
2461            </ProtoInstance>
2462            <ProtoInstance name='Arc'>
2463                 <fieldValue name='cylinderHeightvalue='0.61744'/>
2464                 <fieldValue name='cylinderTranslationvalue='1.46258 -1.51635 0.75286'/>
2465                 <fieldValue name='coneTranslationvalue='1.54392 -1.60771 0.83745'/>
2466                 <fieldValue name='rotationvalue='35.12084 0 -33.76970 2.23225'/>
2467                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2468                 <fieldValue name='ballRadiusvalue='0.02'/>
2469                 <fieldValue name='traceEnabledvalue='false'/>
2470                 <fieldValue name='displayMode'/>
2471                 <fieldValue name='transparencyvalue='0'/>
2472            </ProtoInstance>
2473            <ProtoInstance name='Arc'>
2474                 <fieldValue name='cylinderHeightvalue='0.99920'/>
2475                 <fieldValue name='cylinderTranslationvalue='1.62342 -1.55331 0.87652'/>
2476                 <fieldValue name='coneTranslationvalue='1.84752 -1.70734 1.07994'/>
2477                 <fieldValue name='rotationvalue='59.85321 0 -65.93780 2.04155'/>
2478                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2479                 <fieldValue name='ballRadiusvalue='0.02'/>
2480                 <fieldValue name='traceEnabledvalue='false'/>
2481                 <fieldValue name='displayMode'/>
2482                 <fieldValue name='transparencyvalue='0'/>
2483            </ProtoInstance>
2484            <ProtoInstance name='Arc'>
2485                 <fieldValue name='cylinderHeightvalue='0.95551'/>
2486                 <fieldValue name='cylinderTranslationvalue='1.27486 -1.76448 0.76766'/>
2487                 <fieldValue name='coneTranslationvalue='1.26230 -2.05564 0.89430'/>
2488                 <fieldValue name='rotationvalue='38.08171 -0.00000 3.77475 2.72953'/>
2489                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2490                 <fieldValue name='ballRadiusvalue='0.02'/>
2491                 <fieldValue name='traceEnabledvalue='false'/>
2492                 <fieldValue name='displayMode'/>
2493                 <fieldValue name='transparencyvalue='0'/>
2494            </ProtoInstance>
2495            <ProtoInstance name='Arc'>
2496                 <fieldValue name='cylinderHeightvalue='0.53977'/>
2497                 <fieldValue name='cylinderTranslationvalue='1.29738 -1.58478 0.49833'/>
2498                 <fieldValue name='coneTranslationvalue='1.29886 -1.68985 0.46619'/>
2499                 <fieldValue name='rotationvalue='-15.78467 0 -0.72885 2.84450'/>
2500                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2501                 <fieldValue name='ballRadiusvalue='0.02'/>
2502                 <fieldValue name='traceEnabledvalue='false'/>
2503                 <fieldValue name='displayMode'/>
2504                 <fieldValue name='transparencyvalue='0'/>
2505            </ProtoInstance>
2506            <ProtoInstance name='Arc'>
2507                 <fieldValue name='cylinderHeightvalue='0.71910'/>
2508                 <fieldValue name='cylinderTranslationvalue='1.10851 -1.51385 0.33240'/>
2509                 <fieldValue name='coneTranslationvalue='1.00572 -1.61771 0.19650'/>
2510                 <fieldValue name='rotationvalue='-48.97102 0 37.04347 2.11818'/>
2511                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2512                 <fieldValue name='ballRadiusvalue='0.02'/>
2513                 <fieldValue name='traceEnabledvalue='false'/>
2514                 <fieldValue name='displayMode'/>
2515                 <fieldValue name='transparencyvalue='0'/>
2516            </ProtoInstance>
2517            <ProtoInstance name='Arc'>
2518                 <fieldValue name='cylinderHeightvalue='0.94414'/>
2519                 <fieldValue name='cylinderTranslationvalue='1.22237 -1.75223 0.38569'/>
2520                 <fieldValue name='coneTranslationvalue='1.17520 -2.03353 0.25906'/>
2521                 <fieldValue name='rotationvalue='-38.31162 0 14.27182 2.69375'/>
2522                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2523                 <fieldValue name='ballRadiusvalue='0.02'/>
2524                 <fieldValue name='traceEnabledvalue='false'/>
2525                 <fieldValue name='displayMode'/>
2526                 <fieldValue name='transparencyvalue='0'/>
2527            </ProtoInstance>
2528            <ProtoInstance name='Arc'>
2529                 <fieldValue name='cylinderHeightvalue='0.54617'/>
2530                 <fieldValue name='cylinderTranslationvalue='1.44795 -1.55133 0.59574'/>
2531                 <fieldValue name='coneTranslationvalue='1.51181 -1.64434 0.60339'/>
2532                 <fieldValue name='rotationvalue='3.69681 0 -30.84370 2.53658'/>
2533                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2534                 <fieldValue name='ballRadiusvalue='0.02'/>
2535                 <fieldValue name='traceEnabledvalue='false'/>
2536                 <fieldValue name='displayMode'/>
2537                 <fieldValue name='transparencyvalue='0'/>
2538            </ProtoInstance>
2539            <ProtoInstance name='Arc'>
2540                 <fieldValue name='cylinderHeightvalue='1.02041'/>
2541                 <fieldValue name='cylinderTranslationvalue='1.55325 -1.19076 0.15955'/>
2542                 <fieldValue name='coneTranslationvalue='1.73138 -1.09744 -0.12716'/>
2543                 <fieldValue name='rotationvalue='-83.54049 0 -51.90340 1.30106'/>
2544                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2545                 <fieldValue name='ballRadiusvalue='0.02'/>
2546                 <fieldValue name='traceEnabledvalue='false'/>
2547                 <fieldValue name='displayMode'/>
2548                 <fieldValue name='transparencyvalue='0'/>
2549            </ProtoInstance>
2550            <ProtoInstance name='Arc'>
2551                 <fieldValue name='cylinderHeightvalue='0.59158'/>
2552                 <fieldValue name='cylinderTranslationvalue='1.21896 -1.60569 0.64110'/>
2553                 <fieldValue name='coneTranslationvalue='1.18464 -1.73376 0.67041'/>
2554                 <fieldValue name='rotationvalue='12.76985 -0.00000 14.95397 2.80274'/>
2555                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2556                 <fieldValue name='ballRadiusvalue='0.02'/>
2557                 <fieldValue name='traceEnabledvalue='false'/>
2558                 <fieldValue name='displayMode'/>
2559                 <fieldValue name='transparencyvalue='0'/>
2560            </ProtoInstance>
2561            <ProtoInstance name='Arc'>
2562                 <fieldValue name='cylinderHeightvalue='0.80257'/>
2563                 <fieldValue name='cylinderTranslationvalue='1.21428 -0.95236 0.69799'/>
2564                 <fieldValue name='coneTranslationvalue='1.16650 -0.72727 0.77059'/>
2565                 <fieldValue name='rotationvalue='24.14798 -0.00000 15.89061 0.36846'/>
2566                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2567                 <fieldValue name='ballRadiusvalue='0.02'/>
2568                 <fieldValue name='traceEnabledvalue='false'/>
2569                 <fieldValue name='displayMode'/>
2570                 <fieldValue name='transparencyvalue='0'/>
2571            </ProtoInstance>
2572            <ProtoInstance name='Arc'>
2573                 <fieldValue name='cylinderHeightvalue='0.58942'/>
2574                 <fieldValue name='cylinderTranslationvalue='1.43107 -1.53092 0.73941'/>
2575                 <fieldValue name='coneTranslationvalue='1.49385 -1.62426 0.81353'/>
2576                 <fieldValue name='rotationvalue='32.43084 0 -27.46767 2.33628'/>
2577                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2578                 <fieldValue name='ballRadiusvalue='0.02'/>
2579                 <fieldValue name='traceEnabledvalue='false'/>
2580                 <fieldValue name='displayMode'/>
2581                 <fieldValue name='transparencyvalue='0'/>
2582            </ProtoInstance>
2583            <ProtoInstance name='Arc'>
2584                 <fieldValue name='cylinderHeightvalue='0.54054'/>
2585                 <fieldValue name='cylinderTranslationvalue='1.34575 -1.57674 0.66572'/>
2586                 <fieldValue name='coneTranslationvalue='1.36698 -1.67876 0.70181'/>
2587                 <fieldValue name='rotationvalue='17.69308 0 -10.40445 2.75210'/>
2588                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2589                 <fieldValue name='ballRadiusvalue='0.02'/>
2590                 <fieldValue name='traceEnabledvalue='false'/>
2591                 <fieldValue name='displayMode'/>
2592                 <fieldValue name='transparencyvalue='0'/>
2593            </ProtoInstance>
2594            <ProtoInstance name='Arc'>
2595                 <fieldValue name='cylinderHeightvalue='0.99920'/>
2596                 <fieldValue name='cylinderTranslationvalue='1.62342 -1.55331 0.87652'/>
2597                 <fieldValue name='coneTranslationvalue='1.84752 -1.70734 1.07994'/>
2598                 <fieldValue name='rotationvalue='59.85321 0 -65.93780 2.04155'/>
2599                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2600                 <fieldValue name='ballRadiusvalue='0.02'/>
2601                 <fieldValue name='traceEnabledvalue='false'/>
2602                 <fieldValue name='displayMode'/>
2603                 <fieldValue name='transparencyvalue='0'/>
2604            </ProtoInstance>
2605            <ProtoInstance name='Arc'>
2606                 <fieldValue name='cylinderHeightvalue='0.69135'/>
2607                 <fieldValue name='cylinderTranslationvalue='1.11086 -1.12971 0.35992'/>
2608                 <fieldValue name='coneTranslationvalue='1.01263 -1.02388 0.24318'/>
2609                 <fieldValue name='rotationvalue='-43.46686 0 36.57475 0.96437'/>
2610                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2611                 <fieldValue name='ballRadiusvalue='0.02'/>
2612                 <fieldValue name='traceEnabledvalue='false'/>
2613                 <fieldValue name='displayMode'/>
2614                 <fieldValue name='transparencyvalue='0'/>
2615            </ProtoInstance>
2616            <ProtoInstance name='Arc'>
2617                 <fieldValue name='cylinderHeightvalue='0.95117'/>
2618                 <fieldValue name='cylinderTranslationvalue='1.54884 -1.60408 0.86738'/>
2619                 <fieldValue name='coneTranslationvalue='1.71812 -1.78812 1.05990'/>
2620                 <fieldValue name='rotationvalue='58.02524 0 -51.02091 2.19346'/>
2621                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2622                 <fieldValue name='ballRadiusvalue='0.02'/>
2623                 <fieldValue name='traceEnabledvalue='false'/>
2624                 <fieldValue name='displayMode'/>
2625                 <fieldValue name='transparencyvalue='0'/>
2626            </ProtoInstance>
2627            <ProtoInstance name='Arc'>
2628                 <fieldValue name='cylinderHeightvalue='0.59702'/>
2629                 <fieldValue name='cylinderTranslationvalue='1.29582 -1.05506 0.70098'/>
2630                 <fieldValue name='coneTranslationvalue='1.29679 -0.92902 0.75840'/>
2631                 <fieldValue name='rotationvalue='24.74644 0 -0.41841 0.42745'/>
2632                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2633                 <fieldValue name='ballRadiusvalue='0.02'/>
2634                 <fieldValue name='traceEnabledvalue='false'/>
2635                 <fieldValue name='displayMode'/>
2636                 <fieldValue name='transparencyvalue='0'/>
2637            </ProtoInstance>
2638            <ProtoInstance name='Arc'>
2639                 <fieldValue name='cylinderHeightvalue='0.86908'/>
2640                 <fieldValue name='cylinderTranslationvalue='1.02508 -1.05937 0.36471'/>
2641                 <fieldValue name='coneTranslationvalue='0.85534 -0.89046 0.23043'/>
2642                 <fieldValue name='rotationvalue='-42.50829 0 53.73069 0.90810'/>
2643                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2644                 <fieldValue name='ballRadiusvalue='0.02'/>
2645                 <fieldValue name='traceEnabledvalue='false'/>
2646                 <fieldValue name='displayMode'/>
2647                 <fieldValue name='transparencyvalue='0'/>
2648            </ProtoInstance>
2649            <ProtoInstance name='Arc'>
2650                 <fieldValue name='cylinderHeightvalue='1.22968'/>
2651                 <fieldValue name='cylinderTranslationvalue='0.99519 -0.79168 0.52584'/>
2652                 <fieldValue name='coneTranslationvalue='0.77434 -0.39588 0.48781'/>
2653                 <fieldValue name='rotationvalue='-10.28254 0 59.70838 0.51520'/>
2654                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2655                 <fieldValue name='ballRadiusvalue='0.02'/>
2656                 <fieldValue name='traceEnabledvalue='false'/>
2657                 <fieldValue name='displayMode'/>
2658                 <fieldValue name='transparencyvalue='0'/>
2659            </ProtoInstance>
2660            <ProtoInstance name='Arc'>
2661                 <fieldValue name='cylinderHeightvalue='0.94365'/>
2662                 <fieldValue name='cylinderTranslationvalue='1.48680 -1.65298 0.85814'/>
2663                 <fieldValue name='coneTranslationvalue='1.61439 -1.86860 1.04377'/>
2664                 <fieldValue name='rotationvalue='56.17714 0 -38.61333 2.33434'/>
2665                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2666                 <fieldValue name='ballRadiusvalue='0.02'/>
2667                 <fieldValue name='traceEnabledvalue='false'/>
2668                 <fieldValue name='displayMode'/>
2669                 <fieldValue name='transparencyvalue='0'/>
2670            </ProtoInstance>
2671            <ProtoInstance name='Arc'>
2672                 <fieldValue name='cylinderHeightvalue='0.96561'/>
2673                 <fieldValue name='cylinderTranslationvalue='1.69351 -1.36226 0.30889'/>
2674                 <fieldValue name='coneTranslationvalue='1.96080 -1.38603 0.12947'/>
2675                 <fieldValue name='rotationvalue='-53.67185 0 -79.95524 1.64448'/>
2676                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2677                 <fieldValue name='ballRadiusvalue='0.02'/>
2678                 <fieldValue name='traceEnabledvalue='false'/>
2679                 <fieldValue name='displayMode'/>
2680                 <fieldValue name='transparencyvalue='0'/>
2681            </ProtoInstance>
2682            <ProtoInstance name='Arc'>
2683                 <fieldValue name='cylinderHeightvalue='1.00245'/>
2684                 <fieldValue name='cylinderTranslationvalue='1.44701 -1.66903 0.90974'/>
2685                 <fieldValue name='coneTranslationvalue='1.55136 -1.90208 1.13609'/>
2686                 <fieldValue name='rotationvalue='66.49785 0 -30.65637 2.32261'/>
2687                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2688                 <fieldValue name='ballRadiusvalue='0.02'/>
2689                 <fieldValue name='traceEnabledvalue='false'/>
2690                 <fieldValue name='displayMode'/>
2691                 <fieldValue name='transparencyvalue='0'/>
2692            </ProtoInstance>
2693            <ProtoInstance name='Arc'>
2694                 <fieldValue name='cylinderHeightvalue='0.63356'/>
2695                 <fieldValue name='cylinderTranslationvalue='1.16451 -1.61594 0.57883'/>
2696                 <fieldValue name='coneTranslationvalue='1.10055 -1.75908 0.57962'/>
2697                 <fieldValue name='rotationvalue='0.31655 -0.00000 25.84531 2.72136'/>
2698                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2699                 <fieldValue name='ballRadiusvalue='0.02'/>
2700                 <fieldValue name='traceEnabledvalue='false'/>
2701                 <fieldValue name='displayMode'/>
2702                 <fieldValue name='transparencyvalue='0'/>
2703            </ProtoInstance>
2704            <ProtoInstance name='Arc'>
2705                 <fieldValue name='cylinderHeightvalue='0.69716'/>
2706                 <fieldValue name='cylinderTranslationvalue='1.15578 -1.64104 0.63793'/>
2707                 <fieldValue name='coneTranslationvalue='1.08115 -1.81108 0.67075'/>
2708                 <fieldValue name='rotationvalue='12.13483 -0.00000 27.58971 2.69451'/>
2709                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2710                 <fieldValue name='ballRadiusvalue='0.02'/>
2711                 <fieldValue name='traceEnabledvalue='false'/>
2712                 <fieldValue name='displayMode'/>
2713                 <fieldValue name='transparencyvalue='0'/>
2714            </ProtoInstance>
2715            <ProtoInstance name='Arc'>
2716                 <fieldValue name='cylinderHeightvalue='1.00245'/>
2717                 <fieldValue name='cylinderTranslationvalue='1.44701 -1.66903 0.90974'/>
2718                 <fieldValue name='coneTranslationvalue='1.55136 -1.90208 1.13609'/>
2719                 <fieldValue name='rotationvalue='66.49785 0 -30.65637 2.32261'/>
2720                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2721                 <fieldValue name='ballRadiusvalue='0.02'/>
2722                 <fieldValue name='traceEnabledvalue='false'/>
2723                 <fieldValue name='displayMode'/>
2724                 <fieldValue name='transparencyvalue='0'/>
2725            </ProtoInstance>
2726            <ProtoInstance name='Arc'>
2727                 <fieldValue name='cylinderHeightvalue='0.56023'/>
2728                 <fieldValue name='cylinderTranslationvalue='1.33508 -1.56787 0.44086'/>
2729                 <fieldValue name='coneTranslationvalue='1.35281 -1.67127 0.38238'/>
2730                 <fieldValue name='rotationvalue='-27.27788 0 -8.26924 2.60782'/>
2731                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2732                 <fieldValue name='ballRadiusvalue='0.02'/>
2733                 <fieldValue name='traceEnabledvalue='false'/>
2734                 <fieldValue name='displayMode'/>
2735                 <fieldValue name='transparencyvalue='0'/>
2736            </ProtoInstance>
2737            <ProtoInstance name='Arc'>
2738                 <fieldValue name='cylinderHeightvalue='0.53783'/>
2739                 <fieldValue name='cylinderTranslationvalue='1.42647 -1.54050 0.67208'/>
2740                 <fieldValue name='coneTranslationvalue='1.48023 -1.62709 0.71049'/>
2741                 <fieldValue name='rotationvalue='18.96602 0 -26.54736 2.48979'/>
2742                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2743                 <fieldValue name='ballRadiusvalue='0.02'/>
2744                 <fieldValue name='traceEnabledvalue='false'/>
2745                 <fieldValue name='displayMode'/>
2746                 <fieldValue name='transparencyvalue='0'/>
2747            </ProtoInstance>
2748            <ProtoInstance name='Arc'>
2749                 <fieldValue name='cylinderHeightvalue='0.71166'/>
2750                 <fieldValue name='cylinderTranslationvalue='1.45903 -1.59909 0.41880'/>
2751                 <fieldValue name='coneTranslationvalue='1.55000 -1.74899 0.33160'/>
2752                 <fieldValue name='rotationvalue='-31.69041 0 -33.05962 2.44253'/>
2753                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2754                 <fieldValue name='ballRadiusvalue='0.02'/>
2755                 <fieldValue name='traceEnabledvalue='false'/>
2756                 <fieldValue name='displayMode'/>
2757                 <fieldValue name='transparencyvalue='0'/>
2758            </ProtoInstance>
2759            <ProtoInstance name='Arc'>
2760                 <fieldValue name='cylinderHeightvalue='0.52520'/>
2761                 <fieldValue name='cylinderTranslationvalue='2.27368 -1.85655 -0.05964'/>
2762                 <fieldValue name='coneTranslationvalue='2.35524 -1.89181 -0.11093'/>
2763                 <fieldValue name='rotationvalue='-26.25366 0 -41.75275 1.92163'/>
2764                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2765                 <fieldValue name='ballRadiusvalue='0.02'/>
2766                 <fieldValue name='traceEnabledvalue='false'/>
2767                 <fieldValue name='displayMode'/>
2768                 <fieldValue name='transparencyvalue='0'/>
2769            </ProtoInstance>
2770            <ProtoInstance name='Arc'>
2771                 <fieldValue name='cylinderHeightvalue='1.30990'/>
2772                 <fieldValue name='cylinderTranslationvalue='1.84850 -1.22910 0.37747'/>
2773                 <fieldValue name='coneTranslationvalue='1.68496 -0.82313 0.60860'/>
2774                 <fieldValue name='rotationvalue='61.16836 -0.00000 43.28250 0.60900'/>
2775                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2776                 <fieldValue name='ballRadiusvalue='0.02'/>
2777                 <fieldValue name='traceEnabledvalue='false'/>
2778                 <fieldValue name='displayMode'/>
2779                 <fieldValue name='transparencyvalue='0'/>
2780            </ProtoInstance>
2781            <ProtoInstance name='Arc'>
2782                 <fieldValue name='cylinderHeightvalue='0.86017'/>
2783                 <fieldValue name='cylinderTranslationvalue='2.29818 -2.03818 -0.16637'/>
2784                 <fieldValue name='coneTranslationvalue='2.44467 -2.20891 -0.31582'/>
2785                 <fieldValue name='rotationvalue='-47.59919 0 -46.65375 2.25512'/>
2786                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2787                 <fieldValue name='ballRadiusvalue='0.02'/>
2788                 <fieldValue name='traceEnabledvalue='false'/>
2789                 <fieldValue name='displayMode'/>
2790                 <fieldValue name='transparencyvalue='0'/>
2791            </ProtoInstance>
2792            <ProtoInstance name='Arc'>
2793                 <fieldValue name='cylinderHeightvalue='0.90596'/>
2794                 <fieldValue name='cylinderTranslationvalue='2.22281 -2.10612 -0.18289'/>
2795                 <fieldValue name='coneTranslationvalue='2.32493 -2.32592 -0.34751'/>
2796                 <fieldValue name='rotationvalue='-50.90418 0 -31.57895 2.41915'/>
2797                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2798                 <fieldValue name='ballRadiusvalue='0.02'/>
2799                 <fieldValue name='traceEnabledvalue='false'/>
2800                 <fieldValue name='displayMode'/>
2801                 <fieldValue name='transparencyvalue='0'/>
2802            </ProtoInstance>
2803            <ProtoInstance name='Arc'>
2804                 <fieldValue name='cylinderHeightvalue='0.86017'/>
2805                 <fieldValue name='cylinderTranslationvalue='2.29818 -2.03818 -0.16637'/>
2806                 <fieldValue name='coneTranslationvalue='2.44467 -2.20891 -0.31582'/>
2807                 <fieldValue name='rotationvalue='-47.59921 0 -46.65363 2.25512'/>
2808                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2809                 <fieldValue name='ballRadiusvalue='0.02'/>
2810                 <fieldValue name='traceEnabledvalue='false'/>
2811                 <fieldValue name='displayMode'/>
2812                 <fieldValue name='transparencyvalue='0'/>
2813            </ProtoInstance>
2814            <ProtoInstance name='Arc'>
2815                 <fieldValue name='cylinderHeightvalue='0.83080'/>
2816                 <fieldValue name='cylinderTranslationvalue='2.35114 -2.05212 -0.02290'/>
2817                 <fieldValue name='coneTranslationvalue='2.52712 -2.22785 -0.08102'/>
2818                 <fieldValue name='rotationvalue='-18.90610 0 -57.24535 2.32962'/>
2819                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2820                 <fieldValue name='ballRadiusvalue='0.02'/>
2821                 <fieldValue name='traceEnabledvalue='false'/>
2822                 <fieldValue name='displayMode'/>
2823                 <fieldValue name='transparencyvalue='0'/>
2824            </ProtoInstance>
2825            <ProtoInstance name='Arc'>
2826                 <fieldValue name='cylinderHeightvalue='0.40710'/>
2827                 <fieldValue name='cylinderTranslationvalue='2.12970 -1.95862 0.05591'/>
2828                 <fieldValue name='coneTranslationvalue='2.14356 -1.99977 0.05255'/>
2829                 <fieldValue name='rotationvalue='-3.14339 0 -12.95724 2.80793'/>
2830                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2831                 <fieldValue name='ballRadiusvalue='0.02'/>
2832                 <fieldValue name='traceEnabledvalue='false'/>
2833                 <fieldValue name='displayMode'/>
2834                 <fieldValue name='transparencyvalue='0'/>
2835            </ProtoInstance>
2836            <ProtoInstance name='Arc'>
2837                 <fieldValue name='cylinderHeightvalue='0.84739'/>
2838                 <fieldValue name='cylinderTranslationvalue='2.40805 -1.92623 -0.11863'/>
2839                 <fieldValue name='coneTranslationvalue='2.62161 -2.02576 -0.23704'/>
2840                 <fieldValue name='rotationvalue='-38.05180 0 -68.62740 1.95785'/>
2841                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2842                 <fieldValue name='ballRadiusvalue='0.02'/>
2843                 <fieldValue name='traceEnabledvalue='false'/>
2844                 <fieldValue name='displayMode'/>
2845                 <fieldValue name='transparencyvalue='0'/>
2846            </ProtoInstance>
2847            <ProtoInstance name='Arc'>
2848                 <fieldValue name='cylinderHeightvalue='0.80539'/>
2849                 <fieldValue name='cylinderTranslationvalue='2.38936 -1.99677 0.01018'/>
2850                 <fieldValue name='coneTranslationvalue='2.58490 -2.13567 -0.02686'/>
2851                 <fieldValue name='rotationvalue='-12.29077 0 -64.89042 2.18013'/>
2852                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2853                 <fieldValue name='ballRadiusvalue='0.02'/>
2854                 <fieldValue name='traceEnabledvalue='false'/>
2855                 <fieldValue name='displayMode'/>
2856                 <fieldValue name='transparencyvalue='0'/>
2857            </ProtoInstance>
2858            <ProtoInstance name='Arc'>
2859                 <fieldValue name='cylinderHeightvalue='0.82375'/>
2860                 <fieldValue name='cylinderTranslationvalue='1.93884 -1.41055 -0.09326'/>
2861                 <fieldValue name='coneTranslationvalue='1.86174 -1.19300 -0.19410'/>
2862                 <fieldValue name='rotationvalue='-32.97832 0 25.21471 0.52817'/>
2863                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2864                 <fieldValue name='ballRadiusvalue='0.02'/>
2865                 <fieldValue name='traceEnabledvalue='false'/>
2866                 <fieldValue name='displayMode'/>
2867                 <fieldValue name='transparencyvalue='0'/>
2868            </ProtoInstance>
2869            <ProtoInstance name='Arc'>
2870                 <fieldValue name='cylinderHeightvalue='0.71158'/>
2871                 <fieldValue name='cylinderTranslationvalue='2.03457 -2.12068 0.06280'/>
2872                 <fieldValue name='coneTranslationvalue='2.01788 -2.31570 0.05795'/>
2873                 <fieldValue name='rotationvalue='-1.76535 0 6.06757 3.05267'/>
2874                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2875                 <fieldValue name='ballRadiusvalue='0.02'/>
2876                 <fieldValue name='traceEnabledvalue='false'/>
2877                 <fieldValue name='displayMode'/>
2878                 <fieldValue name='transparencyvalue='0'/>
2879            </ProtoInstance>
2880            <ProtoInstance name='Arc'>
2881                 <fieldValue name='cylinderHeightvalue='0.51741'/>
2882                 <fieldValue name='cylinderTranslationvalue='2.25533 -1.93027 0.01013'/>
2883                 <fieldValue name='coneTranslationvalue='2.32799 -1.99283 -0.01333'/>
2884                 <fieldValue name='rotationvalue='-12.29968 0 -38.08422 2.25726'/>
2885                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2886                 <fieldValue name='ballRadiusvalue='0.02'/>
2887                 <fieldValue name='traceEnabledvalue='false'/>
2888                 <fieldValue name='displayMode'/>
2889                 <fieldValue name='transparencyvalue='0'/>
2890            </ProtoInstance>
2891            <ProtoInstance name='Arc'>
2892                 <fieldValue name='cylinderHeightvalue='1.00625'/>
2893                 <fieldValue name='cylinderTranslationvalue='1.88615 -1.34823 0.28702'/>
2894                 <fieldValue name='coneTranslationvalue='1.76423 -1.06311 0.43392'/>
2895                 <fieldValue name='rotationvalue='43.07892 -0.00000 35.75271 0.58999'/>
2896                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2897                 <fieldValue name='ballRadiusvalue='0.02'/>
2898                 <fieldValue name='traceEnabledvalue='false'/>
2899                 <fieldValue name='displayMode'/>
2900                 <fieldValue name='transparencyvalue='0'/>
2901            </ProtoInstance>
2902            <ProtoInstance name='Arc'>
2903                 <fieldValue name='cylinderHeightvalue='0.14403'/>
2904                 <fieldValue name='cylinderTranslationvalue='2.11381 -1.73189 0.11177'/>
2905                 <fieldValue name='coneTranslationvalue='2.05407 -1.77393 0.06273'/>
2906                 <fieldValue name='rotationvalue='8.02819 0 -9.77893 1.07260'/>
2907                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2908                 <fieldValue name='ballRadiusvalue='0.02'/>
2909                 <fieldValue name='traceEnabledvalue='false'/>
2910                 <fieldValue name='displayMode'/>
2911                 <fieldValue name='transparencyvalue='0'/>
2912            </ProtoInstance>
2913            <ProtoInstance name='Arc'>
2914                 <fieldValue name='cylinderHeightvalue='0.68335'/>
2915                 <fieldValue name='cylinderTranslationvalue='2.27807 -1.54280 0.21776'/>
2916                 <fieldValue name='coneTranslationvalue='2.39141 -1.42396 0.29546'/>
2917                 <fieldValue name='rotationvalue='29.22551 0 -42.63093 0.85776'/>
2918                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2919                 <fieldValue name='ballRadiusvalue='0.02'/>
2920                 <fieldValue name='traceEnabledvalue='false'/>
2921                 <fieldValue name='displayMode'/>
2922                 <fieldValue name='transparencyvalue='0'/>
2923            </ProtoInstance>
2924            <ProtoInstance name='Arc'>
2925                 <fieldValue name='cylinderHeightvalue='0.43711'/>
2926                 <fieldValue name='cylinderTranslationvalue='2.23957 -1.89586 0.04981'/>
2927                 <fieldValue name='coneTranslationvalue='2.28636 -1.93057 0.04396'/>
2928                 <fieldValue name='rotationvalue='-4.36464 0 -34.93125 2.20533'/>
2929                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2930                 <fieldValue name='ballRadiusvalue='0.02'/>
2931                 <fieldValue name='traceEnabledvalue='false'/>
2932                 <fieldValue name='displayMode'/>
2933                 <fieldValue name='transparencyvalue='0'/>
2934            </ProtoInstance>
2935            <ProtoInstance name='Arc'>
2936                 <fieldValue name='cylinderHeightvalue='0.41796'/>
2937                 <fieldValue name='cylinderTranslationvalue='2.12082 -1.96589 0.04497'/>
2938                 <fieldValue name='coneTranslationvalue='2.13392 -2.01267 0.03873'/>
2939                 <fieldValue name='rotationvalue='-5.33103 0 -11.18120 2.84070'/>
2940                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2941                 <fieldValue name='ballRadiusvalue='0.02'/>
2942                 <fieldValue name='traceEnabledvalue='false'/>
2943                 <fieldValue name='displayMode'/>
2944                 <fieldValue name='transparencyvalue='0'/>
2945            </ProtoInstance>
2946            <ProtoInstance name='Arc'>
2947                 <fieldValue name='cylinderHeightvalue='0.40136'/>
2948                 <fieldValue name='cylinderTranslationvalue='2.22158 -1.88460 0.03003'/>
2949                 <fieldValue name='coneTranslationvalue='2.25334 -1.90858 0.02160'/>
2950                 <fieldValue name='rotationvalue='-8.31983 0 -31.33400 2.20126'/>
2951                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2952                 <fieldValue name='ballRadiusvalue='0.02'/>
2953                 <fieldValue name='traceEnabledvalue='false'/>
2954                 <fieldValue name='displayMode'/>
2955                 <fieldValue name='transparencyvalue='0'/>
2956            </ProtoInstance>
2957            <ProtoInstance name='Arc'>
2958                 <fieldValue name='cylinderHeightvalue='0.49127'/>
2959                 <fieldValue name='cylinderTranslationvalue='2.22276 -1.94546 0.01399'/>
2960                 <fieldValue name='coneTranslationvalue='2.27779 -2.00792 -0.00610'/>
2961                 <fieldValue name='rotationvalue='-11.52755 0 -31.56919 2.38821'/>
2962                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2963                 <fieldValue name='ballRadiusvalue='0.02'/>
2964                 <fieldValue name='traceEnabledvalue='false'/>
2965                 <fieldValue name='displayMode'/>
2966                 <fieldValue name='transparencyvalue='0'/>
2967            </ProtoInstance>
2968            <ProtoInstance name='Arc'>
2969                 <fieldValue name='cylinderHeightvalue='0.55716'/>
2970                 <fieldValue name='cylinderTranslationvalue='2.22728 -1.94175 -0.07140'/>
2971                 <fieldValue name='coneTranslationvalue='2.29640 -2.01644 -0.13228'/>
2972                 <fieldValue name='rotationvalue='-28.60573 0 -32.47417 2.25212'/>
2973                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2974                 <fieldValue name='ballRadiusvalue='0.02'/>
2975                 <fieldValue name='traceEnabledvalue='false'/>
2976                 <fieldValue name='displayMode'/>
2977                 <fieldValue name='transparencyvalue='0'/>
2978            </ProtoInstance>
2979            <ProtoInstance name='Arc'>
2980                 <fieldValue name='cylinderHeightvalue='0.72805'/>
2981                 <fieldValue name='cylinderTranslationvalue='1.72067 -1.78766 0.18805'/>
2982                 <fieldValue name='coneTranslationvalue='1.52773 -1.79963 0.25330'/>
2983                 <fieldValue name='rotationvalue='23.28429 -0.00000 68.84887 1.62950'/>
2984                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2985                 <fieldValue name='ballRadiusvalue='0.02'/>
2986                 <fieldValue name='traceEnabledvalue='false'/>
2987                 <fieldValue name='displayMode'/>
2988                 <fieldValue name='transparencyvalue='0'/>
2989            </ProtoInstance>
2990            <ProtoInstance name='Arc'>
2991                 <fieldValue name='cylinderHeightvalue='0.45594'/>
2992                 <fieldValue name='cylinderTranslationvalue='2.19219 -1.71819 -0.11128'/>
2993                 <fieldValue name='coneTranslationvalue='2.23014 -1.70384 -0.16582'/>
2994                 <fieldValue name='rotationvalue='-36.58280 0 -25.45527 1.35816'/>
2995                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2996                 <fieldValue name='ballRadiusvalue='0.02'/>
2997                 <fieldValue name='traceEnabledvalue='false'/>
2998                 <fieldValue name='displayMode'/>
2999                 <fieldValue name='transparencyvalue='0'/>
3000            </ProtoInstance>
3001            <ProtoInstance name='Arc'>
3002                 <fieldValue name='cylinderHeightvalue='0.80540'/>
3003                 <fieldValue name='cylinderTranslationvalue='2.38951 -1.99658 0.01021'/>
3004                 <fieldValue name='coneTranslationvalue='2.58514 -2.13537 -0.02680'/>
3005                 <fieldValue name='rotationvalue='-12.28336 0 -64.91969 2.17955'/>
3006                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3007                 <fieldValue name='ballRadiusvalue='0.02'/>
3008                 <fieldValue name='traceEnabledvalue='false'/>
3009                 <fieldValue name='displayMode'/>
3010                 <fieldValue name='transparencyvalue='0'/>
3011            </ProtoInstance>
3012            <ProtoInstance name='Arc'>
3013                 <fieldValue name='cylinderHeightvalue='0.49070'/>
3014                 <fieldValue name='cylinderTranslationvalue='1.84462 -1.81888 0.16599'/>
3015                 <fieldValue name='coneTranslationvalue='1.76799 -1.83717 0.19881'/>
3016                 <fieldValue name='rotationvalue='18.87177 -0.00000 44.05850 1.78678'/>
3017                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3018                 <fieldValue name='ballRadiusvalue='0.02'/>
3019                 <fieldValue name='traceEnabledvalue='false'/>
3020                 <fieldValue name='displayMode'/>
3021                 <fieldValue name='transparencyvalue='0'/>
3022            </ProtoInstance>
3023            <ProtoInstance name='Arc'>
3024                 <fieldValue name='cylinderHeightvalue='0.32468'/>
3025                 <fieldValue name='cylinderTranslationvalue='-0.79402 2.17839 0.30180'/>
3026                 <fieldValue name='coneTranslationvalue='-0.79409 2.17705 0.29988'/>
3027                 <fieldValue name='rotationvalue='-26.57429 0 0.95036 2.18194'/>
3028                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3029                 <fieldValue name='ballRadiusvalue='0.02'/>
3030                 <fieldValue name='traceEnabledvalue='false'/>
3031                 <fieldValue name='displayMode'/>
3032                 <fieldValue name='transparencyvalue='0'/>
3033            </ProtoInstance>
3034            <ProtoInstance name='Arc'>
3035                 <fieldValue name='cylinderHeightvalue='0.52277'/>
3036                 <fieldValue name='cylinderTranslationvalue='-0.89370 2.47078 0.56780'/>
3037                 <fieldValue name='coneTranslationvalue='-0.93420 2.54806 0.61944'/>
3038                 <fieldValue name='rotationvalue='26.62611 -0.00000 20.88510 0.70406'/>
3039                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3040                 <fieldValue name='ballRadiusvalue='0.02'/>
3041                 <fieldValue name='traceEnabledvalue='false'/>
3042                 <fieldValue name='displayMode'/>
3043                 <fieldValue name='transparencyvalue='0'/>
3044            </ProtoInstance>
3045            <ProtoInstance name='Arc'>
3046                 <fieldValue name='cylinderHeightvalue='0.51656'/>
3047                 <fieldValue name='cylinderTranslationvalue='-0.84811 2.48442 0.56858'/>
3048                 <fieldValue name='coneTranslationvalue='-0.87049 2.56542 0.61953'/>
3049                 <fieldValue name='rotationvalue='26.78138 -0.00000 11.76721 0.60201'/>
3050                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3051                 <fieldValue name='ballRadiusvalue='0.02'/>
3052                 <fieldValue name='traceEnabledvalue='false'/>
3053                 <fieldValue name='displayMode'/>
3054                 <fieldValue name='transparencyvalue='0'/>
3055            </ProtoInstance>
3056            <ProtoInstance name='Arc'>
3057                 <fieldValue name='cylinderHeightvalue='0.51656'/>
3058                 <fieldValue name='cylinderTranslationvalue='-0.84811 2.48442 0.56858'/>
3059                 <fieldValue name='coneTranslationvalue='-0.87049 2.56542 0.61953'/>
3060                 <fieldValue name='rotationvalue='26.78138 -0.00000 11.76721 0.60201'/>
3061                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3062                 <fieldValue name='ballRadiusvalue='0.02'/>
3063                 <fieldValue name='traceEnabledvalue='false'/>
3064                 <fieldValue name='displayMode'/>
3065                 <fieldValue name='transparencyvalue='0'/>
3066            </ProtoInstance>
3067            <ProtoInstance name='Arc'>
3068                 <fieldValue name='cylinderHeightvalue='0.51887'/>
3069                 <fieldValue name='cylinderTranslationvalue='-0.75855 2.51295 0.52460'/>
3070                 <fieldValue name='coneTranslationvalue='-0.74678 2.60547 0.55907'/>
3071                 <fieldValue name='rotationvalue='17.98614 0 -6.14368 0.37503'/>
3072                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3073                 <fieldValue name='ballRadiusvalue='0.02'/>
3074                 <fieldValue name='traceEnabledvalue='false'/>
3075                 <fieldValue name='displayMode'/>
3076                 <fieldValue name='transparencyvalue='0'/>
3077            </ProtoInstance>
3078            <ProtoInstance name='Arc'>
3079                 <fieldValue name='cylinderHeightvalue='1.10247'/>
3080                 <fieldValue name='cylinderTranslationvalue='-0.66187 1.77904 0.22238'/>
3081                 <fieldValue name='coneTranslationvalue='-0.57145 1.42949 0.07171'/>
3082                 <fieldValue name='rotationvalue='-42.45751 0 -25.47961 2.67579'/>
3083                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3084                 <fieldValue name='ballRadiusvalue='0.02'/>
3085                 <fieldValue name='traceEnabledvalue='false'/>
3086                 <fieldValue name='displayMode'/>
3087                 <fieldValue name='transparencyvalue='0'/>
3088            </ProtoInstance>
3089            <ProtoInstance name='Arc'>
3090                 <fieldValue name='cylinderHeightvalue='0.81426'/>
3091                 <fieldValue name='cylinderTranslationvalue='-1.34257 -1.31348 2.27574'/>
3092                 <fieldValue name='coneTranslationvalue='-1.36819 -1.39312 2.50828'/>
3093                 <fieldValue name='rotationvalue='76.61890 -0.00000 8.44227 1.89889'/>
3094                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3095                 <fieldValue name='ballRadiusvalue='0.02'/>
3096                 <fieldValue name='traceEnabledvalue='false'/>
3097                 <fieldValue name='displayMode'/>
3098                 <fieldValue name='transparencyvalue='0'/>
3099            </ProtoInstance>
3100            <ProtoInstance name='Arc'>
3101                 <fieldValue name='cylinderHeightvalue='0.84112'/>
3102                 <fieldValue name='cylinderTranslationvalue='-1.57233 -1.47001 2.03448'/>
3103                 <fieldValue name='coneTranslationvalue='-1.74083 -1.64827 2.12235'/>
3104                 <fieldValue name='rotationvalue='28.36607 -0.00000 54.39467 2.32422'/>
3105                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3106                 <fieldValue name='ballRadiusvalue='0.02'/>
3107                 <fieldValue name='traceEnabledvalue='false'/>
3108                 <fieldValue name='displayMode'/>
3109                 <fieldValue name='transparencyvalue='0'/>
3110            </ProtoInstance>
3111            <ProtoInstance name='Arc'>
3112                 <fieldValue name='cylinderHeightvalue='0.90259'/>
3113                 <fieldValue name='cylinderTranslationvalue='-1.32230 -0.81749 1.62787'/>
3114                 <fieldValue name='coneTranslationvalue='-1.33647 -0.58202 1.45697'/>
3115                 <fieldValue name='rotationvalue='-52.95489 0 4.38941 0.62946'/>
3116                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3117                 <fieldValue name='ballRadiusvalue='0.02'/>
3118                 <fieldValue name='traceEnabledvalue='false'/>
3119                 <fieldValue name='displayMode'/>
3120                 <fieldValue name='transparencyvalue='0'/>
3121            </ProtoInstance>
3122            <ProtoInstance name='Arc'>
3123                 <fieldValue name='cylinderHeightvalue='0.81242'/>
3124                 <fieldValue name='cylinderTranslationvalue='-1.54289 -1.17456 2.21841'/>
3125                 <fieldValue name='coneTranslationvalue='-1.68989 -1.16988 2.41586'/>
3126                 <fieldValue name='rotationvalue='65.15331 -0.00000 48.50620 1.55176'/>
3127                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3128                 <fieldValue name='ballRadiusvalue='0.02'/>
3129                 <fieldValue name='traceEnabledvalue='false'/>
3130                 <fieldValue name='displayMode'/>
3131                 <fieldValue name='transparencyvalue='0'/>
3132            </ProtoInstance>
3133            <ProtoInstance name='Arc'>
3134                 <fieldValue name='cylinderHeightvalue='0.47717'/>
3135                 <fieldValue name='cylinderTranslationvalue='-1.44348 -1.18467 2.08352'/>
3136                 <fieldValue name='coneTranslationvalue='-1.49062 -1.18545 2.14639'/>
3137                 <fieldValue name='rotationvalue='38.17454 -0.00000 28.62514 1.58076'/>
3138                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3139                 <fieldValue name='ballRadiusvalue='0.02'/>
3140                 <fieldValue name='traceEnabledvalue='false'/>
3141                 <fieldValue name='displayMode'/>
3142                 <fieldValue name='transparencyvalue='0'/>
3143            </ProtoInstance>
3144            <ProtoInstance name='Arc'>
3145                 <fieldValue name='cylinderHeightvalue='0.80665'/>
3146                 <fieldValue name='cylinderTranslationvalue='-1.61813 -1.24613 2.13267'/>
3147                 <fieldValue name='coneTranslationvalue='-1.80984 -1.28464 2.27748'/>
3148                 <fieldValue name='rotationvalue='48.00602 -0.00000 63.55496 1.72973'/>
3149                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3150                 <fieldValue name='ballRadiusvalue='0.02'/>
3151                 <fieldValue name='traceEnabledvalue='false'/>
3152                 <fieldValue name='displayMode'/>
3153                 <fieldValue name='transparencyvalue='0'/>
3154            </ProtoInstance>
3155            <ProtoInstance name='Arc'>
3156                 <fieldValue name='cylinderHeightvalue='0.40719'/>
3157                 <fieldValue name='cylinderTranslationvalue='-1.39343 -1.25951 2.05643'/>
3158                 <fieldValue name='coneTranslationvalue='-1.41335 -1.27604 2.09150'/>
3159                 <fieldValue name='rotationvalue='32.75713 -0.00000 18.61388 1.95981'/>
3160                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3161                 <fieldValue name='ballRadiusvalue='0.02'/>
3162                 <fieldValue name='traceEnabledvalue='false'/>
3163                 <fieldValue name='displayMode'/>
3164                 <fieldValue name='transparencyvalue='0'/>
3165            </ProtoInstance>
3166            <ProtoInstance name='Arc'>
3167                 <fieldValue name='cylinderHeightvalue='0.20936'/>
3168                 <fieldValue name='cylinderTranslationvalue='-1.34472 -1.23289 1.97283'/>
3169                 <fieldValue name='coneTranslationvalue='-1.32128 -1.20615 1.93046'/>
3170                 <fieldValue name='rotationvalue='16.03689 -0.00000 8.87276 2.07532'/>
3171                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3172                 <fieldValue name='ballRadiusvalue='0.02'/>
3173                 <fieldValue name='traceEnabledvalue='false'/>
3174                 <fieldValue name='displayMode'/>
3175                 <fieldValue name='transparencyvalue='0'/>
3176            </ProtoInstance>
3177            <ProtoInstance name='Arc'>
3178                 <fieldValue name='cylinderHeightvalue='0.49493'/>
3179                 <fieldValue name='cylinderTranslationvalue='-1.49299 -1.22056 2.04319'/>
3180                 <fieldValue name='coneTranslationvalue='-1.56108 -1.23408 2.09641'/>
3181                 <fieldValue name='rotationvalue='30.10998 -0.00000 38.52766 1.72605'/>
3182                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3183                 <fieldValue name='ballRadiusvalue='0.02'/>
3184                 <fieldValue name='traceEnabledvalue='false'/>
3185                 <fieldValue name='displayMode'/>
3186                 <fieldValue name='transparencyvalue='0'/>
3187            </ProtoInstance>
3188            <ProtoInstance name='Arc'>
3189                 <fieldValue name='cylinderHeightvalue='0.14472'/>
3190                 <fieldValue name='cylinderTranslationvalue='-1.24652 -1.18257 1.94100'/>
3191                 <fieldValue name='coneTranslationvalue='-1.31172 -1.18223 1.88243'/>
3192                 <fieldValue name='rotationvalue='9.67092 0 -10.76615 1.57462'/>
3193                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3194                 <fieldValue name='ballRadiusvalue='0.02'/>
3195                 <fieldValue name='traceEnabledvalue='false'/>
3196                 <fieldValue name='displayMode'/>
3197                 <fieldValue name='transparencyvalue='0'/>
3198            </ProtoInstance>
3199            <ProtoInstance name='Arc'>
3200                 <fieldValue name='cylinderHeightvalue='0.86763'/>
3201                 <fieldValue name='cylinderTranslationvalue='-1.51782 -1.11882 2.26261'/>
3202                 <fieldValue name='coneTranslationvalue='-1.65509 -1.07875 2.49612'/>
3203                 <fieldValue name='rotationvalue='73.99242 -0.00000 43.49374 1.42395'/>
3204                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3205                 <fieldValue name='ballRadiusvalue='0.02'/>
3206                 <fieldValue name='traceEnabledvalue='false'/>
3207                 <fieldValue name='displayMode'/>
3208                 <fieldValue name='transparencyvalue='0'/>
3209            </ProtoInstance>
3210            <ProtoInstance name='Arc'>
3211                 <fieldValue name='cylinderHeightvalue='0.87090'/>
3212                 <fieldValue name='cylinderTranslationvalue='-1.46007 -1.13944 2.29548'/>
3213                 <fieldValue name='coneTranslationvalue='-1.56109 -1.11234 2.55029'/>
3214                 <fieldValue name='rotationvalue='80.56623 -0.00000 31.94192 1.47224'/>
3215                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3216                 <fieldValue name='ballRadiusvalue='0.02'/>
3217                 <fieldValue name='traceEnabledvalue='false'/>
3218                 <fieldValue name='displayMode'/>
3219                 <fieldValue name='transparencyvalue='0'/>
3220            </ProtoInstance>
3221            <ProtoInstance name='Arc'>
3222                 <fieldValue name='cylinderHeightvalue='0.44529'/>
3223                 <fieldValue name='cylinderTranslationvalue='-1.32431 -1.24949 2.10355'/>
3224                 <fieldValue name='coneTranslationvalue='-1.33105 -1.26840 2.16289'/>
3225                 <fieldValue name='rotationvalue='42.18104 -0.00000 4.79027 1.87740'/>
3226                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3227                 <fieldValue name='ballRadiusvalue='0.02'/>
3228                 <fieldValue name='traceEnabledvalue='false'/>
3229                 <fieldValue name='displayMode'/>
3230                 <fieldValue name='transparencyvalue='0'/>
3231            </ProtoInstance>
3232            <ProtoInstance name='Arc'>
3233                 <fieldValue name='cylinderHeightvalue='0.79810'/>
3234                 <fieldValue name='cylinderTranslationvalue='-1.48463 -1.48810 2.07087'/>
3235                 <fieldValue name='coneTranslationvalue='-1.59502 -1.67129 2.17763'/>
3236                 <fieldValue name='rotationvalue='35.64438 -0.00000 36.85560 2.44393'/>
3237                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3238                 <fieldValue name='ballRadiusvalue='0.02'/>
3239                 <fieldValue name='traceEnabledvalue='false'/>
3240                 <fieldValue name='displayMode'/>
3241                 <fieldValue name='transparencyvalue='0'/>
3242            </ProtoInstance>
3243            <ProtoInstance name='Arc'>
3244                 <fieldValue name='cylinderHeightvalue='0.45143'/>
3245                 <fieldValue name='cylinderTranslationvalue='-1.38557 -1.30335 2.06303'/>
3246                 <fieldValue name='coneTranslationvalue='-1.41038 -1.33860 2.11263'/>
3247                 <fieldValue name='rotationvalue='34.07652 -0.00000 17.04308 2.13689'/>
3248                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3249                 <fieldValue name='ballRadiusvalue='0.02'/>
3250                 <fieldValue name='traceEnabledvalue='false'/>
3251                 <fieldValue name='displayMode'/>
3252                 <fieldValue name='transparencyvalue='0'/>
3253            </ProtoInstance>
3254            <ProtoInstance name='Arc'>
3255                 <fieldValue name='cylinderHeightvalue='0.87216'/>
3256                 <fieldValue name='cylinderTranslationvalue='-1.37183 -1.22558 2.32064'/>
3257                 <fieldValue name='coneTranslationvalue='-1.41708 -1.25299 2.59160'/>
3258                 <fieldValue name='rotationvalue='85.59929 -0.00000 14.29489 1.67024'/>
3259                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3260                 <fieldValue name='ballRadiusvalue='0.02'/>
3261                 <fieldValue name='traceEnabledvalue='false'/>
3262                 <fieldValue name='displayMode'/>
3263                 <fieldValue name='transparencyvalue='0'/>
3264            </ProtoInstance>
3265            <ProtoInstance name='Arc'>
3266                 <fieldValue name='cylinderHeightvalue='0.85381'/>
3267                 <fieldValue name='cylinderTranslationvalue='-1.35036 -1.49184 2.18235'/>
3268                 <fieldValue name='coneTranslationvalue='-1.38163 -1.68537 2.36347'/>
3269                 <fieldValue name='rotationvalue='57.94054 -0.00000 10.00175 2.38197'/>
3270                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3271                 <fieldValue name='ballRadiusvalue='0.02'/>
3272                 <fieldValue name='traceEnabledvalue='false'/>
3273                 <fieldValue name='displayMode'/>
3274                 <fieldValue name='transparencyvalue='0'/>
3275            </ProtoInstance>
3276            <ProtoInstance name='Arc'>
3277                 <fieldValue name='cylinderHeightvalue='0.38622'/>
3278                 <fieldValue name='cylinderTranslationvalue='-1.35720 -1.24658 2.06564'/>
3279                 <fieldValue name='coneTranslationvalue='-1.36694 -1.25760 2.09531'/>
3280                 <fieldValue name='rotationvalue='34.59950 -0.00000 11.36855 1.91018'/>
3281                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3282                 <fieldValue name='ballRadiusvalue='0.02'/>
3283                 <fieldValue name='traceEnabledvalue='false'/>
3284                 <fieldValue name='displayMode'/>
3285                 <fieldValue name='transparencyvalue='0'/>
3286            </ProtoInstance>
3287            <ProtoInstance name='Arc'>
3288                 <fieldValue name='cylinderHeightvalue='0.79678'/>
3289                 <fieldValue name='cylinderTranslationvalue='-1.41726 -1.41588 2.19345'/>
3290                 <fieldValue name='coneTranslationvalue='-1.48721 -1.55566 2.37345'/>
3291                 <fieldValue name='rotationvalue='60.16135 -0.00000 23.37999 2.19732'/>
3292                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3293                 <fieldValue name='ballRadiusvalue='0.02'/>
3294                 <fieldValue name='traceEnabledvalue='false'/>
3295                 <fieldValue name='displayMode'/>
3296                 <fieldValue name='transparencyvalue='0'/>
3297            </ProtoInstance>
3298            <ProtoInstance name='Arc'>
3299                 <fieldValue name='cylinderHeightvalue='0.66451'/>
3300                 <fieldValue name='cylinderTranslationvalue='-1.38729 -1.45451 1.72314'/>
3301                 <fieldValue name='coneTranslationvalue='-1.43237 -1.59565 1.63527'/>
3302                 <fieldValue name='rotationvalue='-33.90036 0 17.38753 2.53101'/>
3303                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3304                 <fieldValue name='ballRadiusvalue='0.02'/>
3305                 <fieldValue name='traceEnabledvalue='false'/>
3306                 <fieldValue name='displayMode'/>
3307                 <fieldValue name='transparencyvalue='0'/>
3308            </ProtoInstance>
3309            <ProtoInstance name='Arc'>
3310                 <fieldValue name='cylinderHeightvalue='0.84112'/>
3311                 <fieldValue name='cylinderTranslationvalue='-1.57233 -1.47001 2.03448'/>
3312                 <fieldValue name='coneTranslationvalue='-1.74083 -1.64827 2.12235'/>
3313                 <fieldValue name='rotationvalue='28.36607 -0.00000 54.39467 2.32422'/>
3314                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3315                 <fieldValue name='ballRadiusvalue='0.02'/>
3316                 <fieldValue name='traceEnabledvalue='false'/>
3317                 <fieldValue name='displayMode'/>
3318                 <fieldValue name='transparencyvalue='0'/>
3319            </ProtoInstance>
3320            <ProtoInstance name='Arc'>
3321                 <fieldValue name='cylinderHeightvalue='0.80665'/>
3322                 <fieldValue name='cylinderTranslationvalue='-1.61813 -1.24612 2.13268'/>
3323                 <fieldValue name='coneTranslationvalue='-1.80984 -1.28463 2.27749'/>
3324                 <fieldValue name='rotationvalue='48.00626 -0.00000 63.55488 1.72973'/>
3325                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3326                 <fieldValue name='ballRadiusvalue='0.02'/>
3327                 <fieldValue name='traceEnabledvalue='false'/>
3328                 <fieldValue name='displayMode'/>
3329                 <fieldValue name='transparencyvalue='0'/>
3330            </ProtoInstance>
3331            <ProtoInstance name='Arc'>
3332                 <fieldValue name='cylinderHeightvalue='0.72331'/>
3333                 <fieldValue name='cylinderTranslationvalue='-1.42244 -1.41662 2.13959'/>
3334                 <fieldValue name='coneTranslationvalue='-1.49051 -1.54728 2.27728'/>
3335                 <fieldValue name='rotationvalue='49.38890 -0.00000 24.41638 2.27566'/>
3336                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3337                 <fieldValue name='ballRadiusvalue='0.02'/>
3338                 <fieldValue name='traceEnabledvalue='false'/>
3339                 <fieldValue name='displayMode'/>
3340                 <fieldValue name='transparencyvalue='0'/>
3341            </ProtoInstance>
3342            <ProtoInstance name='Arc'>
3343                 <fieldValue name='cylinderHeightvalue='0.26475'/>
3344                 <fieldValue name='cylinderTranslationvalue='-1.36839 -1.23617 1.99260'/>
3345                 <fieldValue name='coneTranslationvalue='-1.35419 -1.22493 1.97174'/>
3346                 <fieldValue name='rotationvalue='19.99074 -0.00000 13.60680 1.99001'/>
3347                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3348                 <fieldValue name='ballRadiusvalue='0.02'/>
3349                 <fieldValue name='traceEnabledvalue='false'/>
3350                 <fieldValue name='displayMode'/>
3351                 <fieldValue name='transparencyvalue='0'/>
3352            </ProtoInstance>
3353            <ProtoInstance name='Arc'>
3354                 <fieldValue name='cylinderHeightvalue='0.46769'/>
3355                 <fieldValue name='cylinderTranslationvalue='-1.41702 -1.34875 2.00824'/>
3356                 <fieldValue name='coneTranslationvalue='-1.45387 -1.40132 2.04475'/>
3357                 <fieldValue name='rotationvalue='23.11978 -0.00000 23.33368 2.36292'/>
3358                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3359                 <fieldValue name='ballRadiusvalue='0.02'/>
3360                 <fieldValue name='traceEnabledvalue='false'/>
3361                 <fieldValue name='displayMode'/>
3362                 <fieldValue name='transparencyvalue='0'/>
3363            </ProtoInstance>
3364            <ProtoInstance name='Arc'>
3365                 <fieldValue name='cylinderHeightvalue='1.95662'/>
3366                 <fieldValue name='cylinderTranslationvalue='-1.06676 -0.55916 1.17555'/>
3367                 <fieldValue name='coneTranslationvalue='-0.87137 -0.03794 0.57572'/>
3368                 <fieldValue name='rotationvalue='-143.41995 0 -46.71916 0.88026'/>
3369                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3370                 <fieldValue name='ballRadiusvalue='0.02'/>
3371                 <fieldValue name='traceEnabledvalue='false'/>
3372                 <fieldValue name='displayMode'/>
3373                 <fieldValue name='transparencyvalue='0'/>
3374            </ProtoInstance>
3375            <ProtoInstance name='Arc'>
3376                 <fieldValue name='cylinderHeightvalue='0.77906'/>
3377                 <fieldValue name='cylinderTranslationvalue='-1.19242 -1.18312 1.51837'/>
3378                 <fieldValue name='coneTranslationvalue='-1.12882 -1.18361 1.29783'/>
3379                 <fieldValue name='rotationvalue='-74.85494 0 -21.58737 1.57293'/>
3380                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3381                 <fieldValue name='ballRadiusvalue='0.02'/>
3382                 <fieldValue name='traceEnabledvalue='false'/>
3383                 <fieldValue name='displayMode'/>
3384                 <fieldValue name='transparencyvalue='0'/>
3385            </ProtoInstance>
3386            <ProtoInstance name='Arc'>
3387                 <fieldValue name='cylinderHeightvalue='1.04624'/>
3388                 <fieldValue name='cylinderTranslationvalue='-0.83674 -1.00837 1.72392'/>
3389                 <fieldValue name='coneTranslationvalue='-0.51492 -0.88764 1.60681'/>
3390                 <fieldValue name='rotationvalue='-33.74442 0 -92.72307 1.23187'/>
3391                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3392                 <fieldValue name='ballRadiusvalue='0.02'/>
3393                 <fieldValue name='traceEnabledvalue='false'/>
3394                 <fieldValue name='displayMode'/>
3395                 <fieldValue name='transparencyvalue='0'/>
3396            </ProtoInstance>
3397            <ProtoInstance name='Arc'>
3398                 <fieldValue name='cylinderHeightvalue='0.77179'/>
3399                 <fieldValue name='cylinderTranslationvalue='0.93022 -2.23408 0.48664'/>
3400                 <fieldValue name='coneTranslationvalue='1.04918 -2.41752 0.42984'/>
3401                 <fieldValue name='rotationvalue='-19.40614 0 -40.64353 2.51848'/>
3402                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3403                 <fieldValue name='ballRadiusvalue='0.02'/>
3404                 <fieldValue name='traceEnabledvalue='false'/>
3405                 <fieldValue name='displayMode'/>
3406                 <fieldValue name='transparencyvalue='0'/>
3407            </ProtoInstance>
3408            <ProtoInstance name='Arc'>
3409                 <fieldValue name='cylinderHeightvalue='0.57702'/>
3410                 <fieldValue name='cylinderTranslationvalue='0.82515 -1.81085 0.33560'/>
3411                 <fieldValue name='coneTranslationvalue='0.86887 -1.76191 0.22511'/>
3412                 <fieldValue name='rotationvalue='-49.61251 0 -19.62908 1.18013'/>
3413                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3414                 <fieldValue name='ballRadiusvalue='0.02'/>
3415                 <fieldValue name='traceEnabledvalue='false'/>
3416                 <fieldValue name='displayMode'/>
3417                 <fieldValue name='transparencyvalue='0'/>
3418            </ProtoInstance>
3419            <ProtoInstance name='Arc'>
3420                 <fieldValue name='cylinderHeightvalue='0.53300'/>
3421                 <fieldValue name='cylinderTranslationvalue='0.66851 -2.17214 0.64988'/>
3422                 <fieldValue name='coneTranslationvalue='0.64513 -2.27262 0.67634'/>
3423                 <fieldValue name='rotationvalue='13.24326 -0.00000 11.69980 2.80366'/>
3424                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3425                 <fieldValue name='ballRadiusvalue='0.02'/>
3426                 <fieldValue name='traceEnabledvalue='false'/>
3427                 <fieldValue name='displayMode'/>
3428                 <fieldValue name='transparencyvalue='0'/>
3429            </ProtoInstance>
3430            <ProtoInstance name='Arc'>
3431                 <fieldValue name='cylinderHeightvalue='0.43595'/>
3432                 <fieldValue name='cylinderTranslationvalue='0.93560 -1.90269 0.64431'/>
3433                 <fieldValue name='coneTranslationvalue='0.99108 -1.89789 0.66044'/>
3434                 <fieldValue name='rotationvalue='12.12836 0 -41.71857 1.48801'/>
3435                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3436                 <fieldValue name='ballRadiusvalue='0.02'/>
3437                 <fieldValue name='traceEnabledvalue='false'/>
3438                 <fieldValue name='displayMode'/>
3439                 <fieldValue name='transparencyvalue='0'/>
3440            </ProtoInstance>
3441            <ProtoInstance name='Arc'>
3442                 <fieldValue name='cylinderHeightvalue='0.87810'/>
3443                 <fieldValue name='cylinderTranslationvalue='0.61210 -2.33753 0.65996'/>
3444                 <fieldValue name='coneTranslationvalue='0.53906 -2.60245 0.70845'/>
3445                 <fieldValue name='rotationvalue='15.25840 -0.00000 22.98209 2.82202'/>
3446                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3447                 <fieldValue name='ballRadiusvalue='0.02'/>
3448                 <fieldValue name='traceEnabledvalue='false'/>
3449                 <fieldValue name='displayMode'/>
3450                 <fieldValue name='transparencyvalue='0'/>
3451            </ProtoInstance>
3452            <ProtoInstance name='Arc'>
3453                 <fieldValue name='cylinderHeightvalue='0.40895'/>
3454                 <fieldValue name='cylinderTranslationvalue='0.77964 -2.11673 0.55883'/>
3455                 <fieldValue name='coneTranslationvalue='0.79109 -2.15937 0.55342'/>
3456                 <fieldValue name='rotationvalue='-4.96786 0 -10.52665 2.85297'/>
3457                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3458                 <fieldValue name='ballRadiusvalue='0.02'/>
3459                 <fieldValue name='traceEnabledvalue='false'/>
3460                 <fieldValue name='displayMode'/>
3461                 <fieldValue name='transparencyvalue='0'/>
3462            </ProtoInstance>
3463            <ProtoInstance name='Arc'>
3464                 <fieldValue name='cylinderHeightvalue='0.30868'/>
3465                 <fieldValue name='cylinderTranslationvalue='0.88114 -1.91293 0.58204'/>
3466                 <fieldValue name='coneTranslationvalue='0.87549 -1.91322 0.58210'/>
3467                 <fieldValue name='rotationvalue='-0.32494 0 -30.82724 1.52038'/>
3468                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3469                 <fieldValue name='ballRadiusvalue='0.02'/>
3470                 <fieldValue name='traceEnabledvalue='false'/>
3471                 <fieldValue name='displayMode'/>
3472                 <fieldValue name='transparencyvalue='0'/>
3473            </ProtoInstance>
3474            <ProtoInstance name='Arc'>
3475                 <fieldValue name='cylinderHeightvalue='0.31463'/>
3476                 <fieldValue name='cylinderTranslationvalue='0.87242 -1.93803 0.64113'/>
3477                 <fieldValue name='coneTranslationvalue='0.86994 -1.93774 0.64015'/>
3478                 <fieldValue name='rotationvalue='11.49334 0 -29.08283 1.68112'/>
3479                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3480                 <fieldValue name='ballRadiusvalue='0.02'/>
3481                 <fieldValue name='traceEnabledvalue='false'/>
3482                 <fieldValue name='displayMode'/>
3483                 <fieldValue name='transparencyvalue='0'/>
3484            </ProtoInstance>
3485            <ProtoInstance name='Arc'>
3486                 <fieldValue name='cylinderHeightvalue='0.71566'/>
3487                 <fieldValue name='cylinderTranslationvalue='1.05172 -1.86486 0.44407'/>
3488                 <fieldValue name='coneTranslationvalue='1.23123 -1.83399 0.36689'/>
3489                 <fieldValue name='rotationvalue='-27.91937 0 -64.94178 1.41408'/>
3490                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3491                 <fieldValue name='ballRadiusvalue='0.02'/>
3492                 <fieldValue name='traceEnabledvalue='false'/>
3493                 <fieldValue name='displayMode'/>
3494                 <fieldValue name='transparencyvalue='0'/>
3495            </ProtoInstance>
3496            <ProtoInstance name='Arc'>
3497                 <fieldValue name='cylinderHeightvalue='0.95506'/>
3498                 <fieldValue name='cylinderTranslationvalue='1.17567 -1.89609 0.42201'/>
3499                 <fieldValue name='coneTranslationvalue='1.47400 -1.87971 0.31451'/>
3500                 <fieldValue name='rotationvalue='-32.33190 0 -89.73216 1.51920'/>
3501                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3502                 <fieldValue name='ballRadiusvalue='0.02'/>
3503                 <fieldValue name='traceEnabledvalue='false'/>
3504                 <fieldValue name='displayMode'/>
3505                 <fieldValue name='transparencyvalue='0'/>
3506            </ProtoInstance>
3507            <ProtoInstance name='Arc'>
3508                 <fieldValue name='cylinderHeightvalue='2.03430'/>
3509                 <fieldValue name='cylinderTranslationvalue='-0.17874 -1.55233 0.86388'/>
3510                 <fieldValue name='coneTranslationvalue='-0.94201 -1.24190 1.10002'/>
3511                 <fieldValue name='rotationvalue='56.04288 -0.00000 181.14882 1.20020'/>
3512                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3513                 <fieldValue name='ballRadiusvalue='0.02'/>
3514                 <fieldValue name='traceEnabledvalue='false'/>
3515                 <fieldValue name='displayMode'/>
3516                 <fieldValue name='transparencyvalue='0'/>
3517            </ProtoInstance>
3518            <ProtoInstance name='Arc'>
3519                 <fieldValue name='cylinderHeightvalue='0.83788'/>
3520                 <fieldValue name='cylinderTranslationvalue='-0.37806 1.15759 -2.26235'/>
3521                 <fieldValue name='coneTranslationvalue='-0.40745 1.16911 -2.51937'/>
3522                 <fieldValue name='rotationvalue='-83.16359 0 9.50946 1.52630'/>
3523                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3524                 <fieldValue name='ballRadiusvalue='0.02'/>
3525                 <fieldValue name='traceEnabledvalue='false'/>
3526                 <fieldValue name='displayMode'/>
3527                 <fieldValue name='transparencyvalue='0'/>
3528            </ProtoInstance>
3529            <ProtoInstance name='Arc'>
3530                 <fieldValue name='cylinderHeightvalue='0.78824'/>
3531                 <fieldValue name='cylinderTranslationvalue='-0.39078 1.17520 -2.23433'/>
3532                 <fieldValue name='coneTranslationvalue='-0.42658 1.19673 -2.46469'/>
3533                 <fieldValue name='rotationvalue='-77.55852 0 12.05295 1.47869'/>
3534                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3535                 <fieldValue name='ballRadiusvalue='0.02'/>
3536                 <fieldValue name='traceEnabledvalue='false'/>
3537                 <fieldValue name='displayMode'/>
3538                 <fieldValue name='transparencyvalue='0'/>
3539            </ProtoInstance>
3540            <ProtoInstance name='Arc'>
3541                 <fieldValue name='cylinderHeightvalue='0.36316'/>
3542                 <fieldValue name='cylinderTranslationvalue='-0.15038 1.15092 -1.82707'/>
3543                 <fieldValue name='coneTranslationvalue='-0.12897 1.15235 -1.82476'/>
3544                 <fieldValue name='rotationvalue='3.89299 0 -36.02709 1.50480'/>
3545                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3546                 <fieldValue name='ballRadiusvalue='0.02'/>
3547                 <fieldValue name='traceEnabledvalue='false'/>
3548                 <fieldValue name='displayMode'/>
3549                 <fieldValue name='transparencyvalue='0'/>
3550            </ProtoInstance>
3551            <ProtoInstance name='Arc'>
3552                 <fieldValue name='cylinderHeightvalue='0.79682'/>
3553                 <fieldValue name='cylinderTranslationvalue='-0.51532 1.28377 -2.16841'/>
3554                 <fieldValue name='coneTranslationvalue='-0.62591 1.37042 -2.36102'/>
3555                 <fieldValue name='rotationvalue='-64.37504 0 36.96155 1.19879'/>
3556                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3557                 <fieldValue name='ballRadiusvalue='0.02'/>
3558                 <fieldValue name='traceEnabledvalue='false'/>
3559                 <fieldValue name='displayMode'/>
3560                 <fieldValue name='transparencyvalue='0'/>
3561            </ProtoInstance>
3562            <ProtoInstance name='Arc'>
3563                 <fieldValue name='cylinderHeightvalue='0.26182'/>
3564                 <fieldValue name='cylinderTranslationvalue='-0.41697 1.08459 -1.92845'/>
3565                 <fieldValue name='coneTranslationvalue='-0.39776 1.09667 -1.91025'/>
3566                 <fieldValue name='rotationvalue='-16.38196 0 17.29049 1.99896'/>
3567                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3568                 <fieldValue name='ballRadiusvalue='0.02'/>
3569                 <fieldValue name='traceEnabledvalue='false'/>
3570                 <fieldValue name='displayMode'/>
3571                 <fieldValue name='transparencyvalue='0'/>
3572            </ProtoInstance>
3573            <ProtoInstance name='Arc'>
3574                 <fieldValue name='cylinderHeightvalue='0.57780'/>
3575                 <fieldValue name='cylinderTranslationvalue='-0.05177 1.14235 -1.77070'/>
3576                 <fieldValue name='coneTranslationvalue='0.07260 1.14386 -1.73687'/>
3577                 <fieldValue name='rotationvalue='15.16691 0 -55.74948 1.55904'/>
3578                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3579                 <fieldValue name='ballRadiusvalue='0.02'/>
3580                 <fieldValue name='traceEnabledvalue='false'/>
3581                 <fieldValue name='displayMode'/>
3582                 <fieldValue name='transparencyvalue='0'/>
3583            </ProtoInstance>
3584            <ProtoInstance name='Arc'>
3585                 <fieldValue name='cylinderHeightvalue='0.93186'/>
3586                 <fieldValue name='cylinderTranslationvalue='-0.34533 1.03295 -1.39307'/>
3587                 <fieldValue name='coneTranslationvalue='-0.35506 0.96334 -1.09532'/>
3588                 <fieldValue name='rotationvalue='90.69388 -0.00000 2.96374 1.80032'/>
3589                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3590                 <fieldValue name='ballRadiusvalue='0.02'/>
3591                 <fieldValue name='traceEnabledvalue='false'/>
3592                 <fieldValue name='displayMode'/>
3593                 <fieldValue name='transparencyvalue='0'/>
3594            </ProtoInstance>
3595            <ProtoInstance name='Arc'>
3596                 <fieldValue name='cylinderHeightvalue='0.71051'/>
3597                 <fieldValue name='cylinderTranslationvalue='-0.10251 1.30804 -2.06015'/>
3598                 <fieldValue name='coneTranslationvalue='0.02280 1.40098 -2.17755'/>
3599                 <fieldValue name='rotationvalue='-42.72240 0 -45.60038 1.07472'/>
3600                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3601                 <fieldValue name='ballRadiusvalue='0.02'/>
3602                 <fieldValue name='traceEnabledvalue='false'/>
3603                 <fieldValue name='displayMode'/>
3604                 <fieldValue name='transparencyvalue='0'/>
3605            </ProtoInstance>
3606            <ProtoInstance name='Arc'>
3607                 <fieldValue name='cylinderHeightvalue='0.43606'/>
3608                 <fieldValue name='cylinderTranslationvalue='-0.33596 1.24979 -2.03421'/>
3609                 <fieldValue name='coneTranslationvalue='-0.33741 1.27930 -2.08416'/>
3610                 <fieldValue name='rotationvalue='-37.53424 0 1.08885 1.03748'/>
3611                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3612                 <fieldValue name='ballRadiusvalue='0.02'/>
3613                 <fieldValue name='traceEnabledvalue='false'/>
3614                 <fieldValue name='displayMode'/>
3615                 <fieldValue name='transparencyvalue='0'/>
3616            </ProtoInstance>
3617            <ProtoInstance name='Arc'>
3618                 <fieldValue name='cylinderHeightvalue='0.76991'/>
3619                 <fieldValue name='cylinderTranslationvalue='-0.26392 1.32843 -2.17494'/>
3620                 <fieldValue name='coneTranslationvalue='-0.22500 1.43916 -2.36685'/>
3621                 <fieldValue name='rotationvalue='-65.68123 0 -13.31966 1.05615'/>
3622                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3623                 <fieldValue name='ballRadiusvalue='0.02'/>
3624                 <fieldValue name='traceEnabledvalue='false'/>
3625                 <fieldValue name='displayMode'/>
3626                 <fieldValue name='transparencyvalue='0'/>
3627            </ProtoInstance>
3628            <ProtoInstance name='Arc'>
3629                 <fieldValue name='cylinderHeightvalue='0.43235'/>
3630                 <fieldValue name='cylinderTranslationvalue='-0.35527 1.26251 -2.02218'/>
3631                 <fieldValue name='coneTranslationvalue='-0.36171 1.29462 -2.06782'/>
3632                 <fieldValue name='rotationvalue='-35.12895 0 4.95144 0.96237'/>
3633                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3634                 <fieldValue name='ballRadiusvalue='0.02'/>
3635                 <fieldValue name='traceEnabledvalue='false'/>
3636                 <fieldValue name='displayMode'/>
3637                 <fieldValue name='transparencyvalue='0'/>
3638            </ProtoInstance>
3639            <ProtoInstance name='Arc'>
3640                 <fieldValue name='cylinderHeightvalue='0.43366'/>
3641                 <fieldValue name='cylinderTranslationvalue='-0.34288 1.25582 -2.02875'/>
3642                 <fieldValue name='coneTranslationvalue='-0.34612 1.28645 -2.07651'/>
3643                 <fieldValue name='rotationvalue='-36.44348 0 2.47249 1.00155'/>
3644                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3645                 <fieldValue name='ballRadiusvalue='0.02'/>
3646                 <fieldValue name='traceEnabledvalue='false'/>
3647                 <fieldValue name='displayMode'/>
3648                 <fieldValue name='transparencyvalue='0'/>
3649            </ProtoInstance>
3650            <ProtoInstance name='Arc'>
3651                 <fieldValue name='cylinderHeightvalue='0.43554'/>
3652                 <fieldValue name='cylinderTranslationvalue='-0.33647 1.25645 -2.02979'/>
3653                 <fieldValue name='coneTranslationvalue='-0.33805 1.28762 -2.07841'/>
3654                 <fieldValue name='rotationvalue='-36.65129 0 1.19144 1.00090'/>
3655                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3656                 <fieldValue name='ballRadiusvalue='0.02'/>
3657                 <fieldValue name='traceEnabledvalue='false'/>
3658                 <fieldValue name='displayMode'/>
3659                 <fieldValue name='transparencyvalue='0'/>
3660            </ProtoInstance>
3661            <ProtoInstance name='Arc'>
3662                 <fieldValue name='cylinderHeightvalue='1.07190'/>
3663                 <fieldValue name='cylinderTranslationvalue='-0.66785 0.73008 -1.76733'/>
3664                 <fieldValue name='coneTranslationvalue='-0.90448 0.44327 -1.71176'/>
3665                 <fieldValue name='rotationvalue='15.84190 -0.00000 67.46706 2.43856'/>
3666                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3667                 <fieldValue name='ballRadiusvalue='0.02'/>
3668                 <fieldValue name='traceEnabledvalue='false'/>
3669                 <fieldValue name='displayMode'/>
3670                 <fieldValue name='transparencyvalue='0'/>
3671            </ProtoInstance>
3672            <ProtoInstance name='Arc'>
3673                 <fieldValue name='cylinderHeightvalue='0.46510'/>
3674                 <fieldValue name='cylinderTranslationvalue='-0.31079 1.25848 -2.04504'/>
3675                 <fieldValue name='coneTranslationvalue='-0.30464 1.29577 -2.10696'/>
3676                 <fieldValue name='rotationvalue='-39.69965 0 -3.94493 1.03094'/>
3677                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3678                 <fieldValue name='ballRadiusvalue='0.02'/>
3679                 <fieldValue name='traceEnabledvalue='false'/>
3680                 <fieldValue name='displayMode'/>
3681                 <fieldValue name='transparencyvalue='0'/>
3682            </ProtoInstance>
3683            <ProtoInstance name='Arc'>
3684                 <fieldValue name='cylinderHeightvalue='0.68140'/>
3685                 <fieldValue name='cylinderTranslationvalue='-0.45277 1.43779 -1.95528'/>
3686                 <fieldValue name='coneTranslationvalue='-0.51761 1.59629 -2.01296'/>
3687                 <fieldValue name='rotationvalue='-21.74913 0 24.45050 0.50093'/>
3688                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3689                 <fieldValue name='ballRadiusvalue='0.02'/>
3690                 <fieldValue name='traceEnabledvalue='false'/>
3691                 <fieldValue name='displayMode'/>
3692                 <fieldValue name='transparencyvalue='0'/>
3693            </ProtoInstance>
3694            <ProtoInstance name='Arc'>
3695                 <fieldValue name='cylinderHeightvalue='1.11419'/>
3696                 <fieldValue name='cylinderTranslationvalue='-0.09484 0.91100 -1.39615'/>
3697                 <fieldValue name='coneTranslationvalue='0.07315 0.74851 -1.07511'/>
3698                 <fieldValue name='rotationvalue='90.07788 0 -47.13476 1.99235'/>
3699                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3700                 <fieldValue name='ballRadiusvalue='0.02'/>
3701                 <fieldValue name='traceEnabledvalue='false'/>
3702                 <fieldValue name='displayMode'/>
3703                 <fieldValue name='transparencyvalue='0'/>
3704            </ProtoInstance>
3705            <ProtoInstance name='Arc'>
3706                 <fieldValue name='cylinderHeightvalue='0.72620'/>
3707                 <fieldValue name='cylinderTranslationvalue='-0.51892 1.14778 -2.15681'/>
3708                 <fieldValue name='coneTranslationvalue='-0.62430 1.15271 -2.33036'/>
3709                 <fieldValue name='rotationvalue='-62.05475 0 37.68044 1.54648'/>
3710                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3711                 <fieldValue name='ballRadiusvalue='0.02'/>
3712                 <fieldValue name='traceEnabledvalue='false'/>
3713                 <fieldValue name='displayMode'/>
3714                 <fieldValue name='transparencyvalue='0'/>
3715            </ProtoInstance>
3716            <ProtoInstance name='Arc'>
3717                 <fieldValue name='cylinderHeightvalue='0.45521'/>
3718                 <fieldValue name='cylinderTranslationvalue='-0.38597 1.16652 -2.06555'/>
3719                 <fieldValue name='coneTranslationvalue='-0.40245 1.17471 -2.13061'/>
3720                 <fieldValue name='rotationvalue='-43.80345 0 11.09193 1.44937'/>
3721                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3722                 <fieldValue name='ballRadiusvalue='0.02'/>
3723                 <fieldValue name='traceEnabledvalue='false'/>
3724                 <fieldValue name='displayMode'/>
3725                 <fieldValue name='transparencyvalue='0'/>
3726            </ProtoInstance>
3727            <ProtoInstance name='Arc'>
3728                 <fieldValue name='cylinderHeightvalue='0.46863'/>
3729                 <fieldValue name='cylinderTranslationvalue='-0.30974 1.23789 -2.05792'/>
3730                 <fieldValue name='coneTranslationvalue='-0.30315 1.26927 -2.12495'/>
3731                 <fieldValue name='rotationvalue='-42.27573 0 -4.15474 1.13485'/>
3732                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3733                 <fieldValue name='ballRadiusvalue='0.02'/>
3734                 <fieldValue name='traceEnabledvalue='false'/>
3735                 <fieldValue name='displayMode'/>
3736                 <fieldValue name='transparencyvalue='0'/>
3737            </ProtoInstance>
3738            <ProtoInstance name='Arc'>
3739                 <fieldValue name='cylinderHeightvalue='0.78075'/>
3740                 <fieldValue name='cylinderTranslationvalue='-0.26311 1.27797 -2.20504'/>
3741                 <fieldValue name='coneTranslationvalue='-0.22333 1.36002 -2.41660'/>
3742                 <fieldValue name='rotationvalue='-71.70004 0 -13.48132 1.20668'/>
3743                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3744                 <fieldValue name='ballRadiusvalue='0.02'/>
3745                 <fieldValue name='traceEnabledvalue='false'/>
3746                 <fieldValue name='displayMode'/>
3747                 <fieldValue name='transparencyvalue='0'/>
3748            </ProtoInstance>
3749            <ProtoInstance name='Arc'>
3750                 <fieldValue name='cylinderHeightvalue='0.29853'/>
3751                 <fieldValue name='cylinderTranslationvalue='-0.39301 1.25546 -1.77725'/>
3752                 <fieldValue name='coneTranslationvalue='-0.38852 1.24708 -1.78223'/>
3753                 <fieldValue name='rotationvalue='13.85769 -0.00000 12.49957 0.67529'/>
3754                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3755                 <fieldValue name='ballRadiusvalue='0.02'/>
3756                 <fieldValue name='traceEnabledvalue='false'/>
3757                 <fieldValue name='displayMode'/>
3758                 <fieldValue name='transparencyvalue='0'/>
3759            </ProtoInstance>
3760            <ProtoInstance name='Arc'>
3761                 <fieldValue name='cylinderHeightvalue='0.43235'/>
3762                 <fieldValue name='cylinderTranslationvalue='-0.35527 1.26251 -2.02218'/>
3763                 <fieldValue name='coneTranslationvalue='-0.36171 1.29462 -2.06782'/>
3764                 <fieldValue name='rotationvalue='-35.12895 0 4.95144 0.96237'/>
3765                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3766                 <fieldValue name='ballRadiusvalue='0.02'/>
3767                 <fieldValue name='traceEnabledvalue='false'/>
3768                 <fieldValue name='displayMode'/>
3769                 <fieldValue name='transparencyvalue='0'/>
3770            </ProtoInstance>
3771            <ProtoInstance name='Arc'>
3772                 <fieldValue name='cylinderHeightvalue='0.33616'/>
3773                 <fieldValue name='cylinderTranslationvalue='1.71768 -1.79371 1.04298'/>
3774                 <fieldValue name='coneTranslationvalue='1.71354 -1.78950 1.03748'/>
3775                 <fieldValue name='rotationvalue='-22.90439 0 17.25121 1.02170'/>
3776                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3777                 <fieldValue name='ballRadiusvalue='0.02'/>
3778                 <fieldValue name='traceEnabledvalue='false'/>
3779                 <fieldValue name='displayMode'/>
3780                 <fieldValue name='transparencyvalue='0'/>
3781            </ProtoInstance>
3782            <ProtoInstance name='Arc'>
3783                 <fieldValue name='cylinderHeightvalue='0.14457'/>
3784                 <fieldValue name='cylinderTranslationvalue='2.12283 -0.05798 -1.30170'/>
3785                 <fieldValue name='coneTranslationvalue='2.18079 -0.04083 -1.36528'/>
3786                 <fieldValue name='rotationvalue='10.47763 -0.00000 9.55119 1.76753'/>
3787                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3788                 <fieldValue name='ballRadiusvalue='0.02'/>
3789                 <fieldValue name='traceEnabledvalue='false'/>
3790                 <fieldValue name='displayMode'/>
3791                 <fieldValue name='transparencyvalue='0'/>
3792            </ProtoInstance>
3793            <ProtoInstance name='Arc'>
3794                 <fieldValue name='cylinderHeightvalue='0.41025'/>
3795                 <fieldValue name='cylinderTranslationvalue='-2.09322 -0.95158 0.76799'/>
3796                 <fieldValue name='coneTranslationvalue='-2.05371 -0.96607 0.78427'/>
3797                 <fieldValue name='rotationvalue='14.79738 0 -35.92397 1.89769'/>
3798                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3799                 <fieldValue name='ballRadiusvalue='0.02'/>
3800                 <fieldValue name='traceEnabledvalue='false'/>
3801                 <fieldValue name='displayMode'/>
3802                 <fieldValue name='transparencyvalue='0'/>
3803            </ProtoInstance>
3804            <ProtoInstance name='Arc'>
3805                 <fieldValue name='cylinderHeightvalue='0.90811'/>
3806                 <fieldValue name='cylinderTranslationvalue='2.04724 -0.89784 -0.61389'/>
3807                 <fieldValue name='coneTranslationvalue='1.89539 -0.99949 -0.38351'/>
3808                 <fieldValue name='rotationvalue='71.14769 -0.00000 46.89527 1.92376'/>
3809                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3810                 <fieldValue name='ballRadiusvalue='0.02'/>
3811                 <fieldValue name='traceEnabledvalue='false'/>
3812                 <fieldValue name='displayMode'/>
3813                 <fieldValue name='transparencyvalue='0'/>
3814            </ProtoInstance>
3815            <ProtoInstance name='Arc'>
3816                 <fieldValue name='cylinderHeightvalue='0.52302'/>
3817                 <fieldValue name='cylinderTranslationvalue='0.93018 0.33237 1.27346'/>
3818                 <fieldValue name='coneTranslationvalue='0.82920 0.33013 1.28358'/>
3819                 <fieldValue name='rotationvalue='5.21295 -0.00000 52.02884 1.59286'/>
3820                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3821                 <fieldValue name='ballRadiusvalue='0.02'/>
3822                 <fieldValue name='traceEnabledvalue='false'/>
3823                 <fieldValue name='displayMode'/>
3824                 <fieldValue name='transparencyvalue='0'/>
3825            </ProtoInstance>
3826            <ProtoInstance name='Arc'>
3827                 <fieldValue name='cylinderHeightvalue='0.27579'/>
3828                 <fieldValue name='cylinderTranslationvalue='1.30541 0.34460 1.17171'/>
3829                 <fieldValue name='coneTranslationvalue='1.28696 0.34357 1.18385'/>
3830                 <fieldValue name='rotationvalue='-15.13671 0 -23.01713 1.52395'/>
3831                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3832                 <fieldValue name='ballRadiusvalue='0.02'/>
3833                 <fieldValue name='traceEnabledvalue='false'/>
3834                 <fieldValue name='displayMode'/>
3835                 <fieldValue name='transparencyvalue='0'/>
3836            </ProtoInstance>
3837            <ProtoInstance name='Arc'>
3838                 <fieldValue name='cylinderHeightvalue='0.69040'/>
3839                 <fieldValue name='cylinderTranslationvalue='0.88643 -0.53034 1.05366'/>
3840                 <fieldValue name='coneTranslationvalue='1.01969 -0.55592 0.92762'/>
3841                 <fieldValue name='rotationvalue='-46.98504 0 -49.67883 1.70933'/>
3842                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3843                 <fieldValue name='ballRadiusvalue='0.02'/>
3844                 <fieldValue name='traceEnabledvalue='false'/>
3845                 <fieldValue name='displayMode'/>
3846                 <fieldValue name='transparencyvalue='0'/>
3847            </ProtoInstance>
3848            <ProtoInstance name='Arc'>
3849                 <fieldValue name='cylinderHeightvalue='1.10330'/>
3850                 <fieldValue name='cylinderTranslationvalue='0.13246 -0.65856 1.42189'/>
3851                 <fieldValue name='coneTranslationvalue='-0.22649 -0.78343 1.51654'/>
3852                 <fieldValue name='rotationvalue='26.66187 -0.00000 101.11622 1.89530'/>
3853                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3854                 <fieldValue name='ballRadiusvalue='0.02'/>
3855                 <fieldValue name='traceEnabledvalue='false'/>
3856                 <fieldValue name='displayMode'/>
3857                 <fieldValue name='transparencyvalue='0'/>
3858            </ProtoInstance>
3859            <ProtoInstance name='Arc'>
3860                 <fieldValue name='cylinderHeightvalue='0.33813'/>
3861                 <fieldValue name='cylinderTranslationvalue='-0.44624 1.20277 -2.45335'/>
3862                 <fieldValue name='coneTranslationvalue='-0.44598 1.20230 -2.44430'/>
3863                 <fieldValue name='rotationvalue='33.75507 0 -0.96102 1.62216'/>
3864                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3865                 <fieldValue name='ballRadiusvalue='0.02'/>
3866                 <fieldValue name='traceEnabledvalue='false'/>
3867                 <fieldValue name='displayMode'/>
3868                 <fieldValue name='transparencyvalue='0'/>
3869            </ProtoInstance>
3870            <ProtoInstance name='Arc'>
3871                 <fieldValue name='cylinderHeightvalue='0.25353'/>
3872                 <fieldValue name='cylinderTranslationvalue='1.21203 -0.67853 0.82089'/>
3873                 <fieldValue name='coneTranslationvalue='1.23227 -0.70489 0.82146'/>
3874                 <fieldValue name='rotationvalue='-0.43229 0 15.44060 0.65514'/>
3875                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3876                 <fieldValue name='ballRadiusvalue='0.02'/>
3877                 <fieldValue name='traceEnabledvalue='false'/>
3878                 <fieldValue name='displayMode'/>
3879                 <fieldValue name='transparencyvalue='0'/>
3880            </ProtoInstance>
3881            <ProtoInstance name='Arc'>
3882                 <fieldValue name='cylinderHeightvalue='0.00986'/>
3883                 <fieldValue name='cylinderTranslationvalue='1.29357 -0.78123 0.82389'/>
3884                 <fieldValue name='coneTranslationvalue='1.15700 -0.71259 0.79775'/>
3885                 <fieldValue name='rotationvalue='0.16617 0 -0.86842 2.02932'/>
3886                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3887                 <fieldValue name='ballRadiusvalue='0.02'/>
3888                 <fieldValue name='traceEnabledvalue='false'/>
3889                 <fieldValue name='displayMode'/>
3890                 <fieldValue name='transparencyvalue='0'/>
3891            </ProtoInstance>
3892            <ProtoInstance name='Arc'>
3893                 <fieldValue name='cylinderHeightvalue='0.58994'/>
3894                 <fieldValue name='cylinderTranslationvalue='1.25504 -0.50352 0.92266'/>
3895                 <fieldValue name='coneTranslationvalue='1.23940 -0.37744 0.96824'/>
3896                 <fieldValue name='rotationvalue='19.92134 -0.00000 6.83753 0.36508'/>
3897                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3898                 <fieldValue name='ballRadiusvalue='0.02'/>
3899                 <fieldValue name='traceEnabledvalue='false'/>
3900                 <fieldValue name='displayMode'/>
3901                 <fieldValue name='transparencyvalue='0'/>
3902            </ProtoInstance>
3903            <ProtoInstance name='Arc'>
3904                 <fieldValue name='cylinderHeightvalue='0.46080'/>
3905                 <fieldValue name='cylinderTranslationvalue='-0.52532 1.06709 -0.27640'/>
3906                 <fieldValue name='coneTranslationvalue='-0.49625 1.00420 -0.26389'/>
3907                 <fieldValue name='rotationvalue='8.19101 0 -19.03038 2.67526'/>
3908                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3909                 <fieldValue name='ballRadiusvalue='0.02'/>
3910                 <fieldValue name='traceEnabledvalue='false'/>
3911                 <fieldValue name='displayMode'/>
3912                 <fieldValue name='transparencyvalue='0'/>
3913            </ProtoInstance>
3914            <ProtoInstance name='Arc'>
3915                 <fieldValue name='cylinderHeightvalue='0.34274'/>
3916                 <fieldValue name='cylinderTranslationvalue='-0.65030 1.09070 -0.31348'/>
3917                 <fieldValue name='coneTranslationvalue='-0.64283 1.08227 -0.31199'/>
3918                 <fieldValue name='rotationvalue='4.48449 0 -22.52655 2.40718'/>
3919                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3920                 <fieldValue name='ballRadiusvalue='0.02'/>
3921                 <fieldValue name='traceEnabledvalue='false'/>
3922                 <fieldValue name='displayMode'/>
3923                 <fieldValue name='transparencyvalue='0'/>
3924            </ProtoInstance>
3925            <ProtoInstance name='Arc'>
3926                 <fieldValue name='cylinderHeightvalue='0.38843'/>
3927                 <fieldValue name='cylinderTranslationvalue='-1.91952 -0.76082 -1.08362'/>
3928                 <fieldValue name='coneTranslationvalue='-1.94062 -0.76746 -1.10972'/>
3929                 <fieldValue name='rotationvalue='-29.62854 0 23.96152 1.76599'/>
3930                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3931                 <fieldValue name='ballRadiusvalue='0.02'/>
3932                 <fieldValue name='traceEnabledvalue='false'/>
3933                 <fieldValue name='displayMode'/>
3934                 <fieldValue name='transparencyvalue='0'/>
3935            </ProtoInstance>
3936            <ProtoInstance name='Arc'>
3937                 <fieldValue name='cylinderHeightvalue='0.60698'/>
3938                 <fieldValue name='cylinderTranslationvalue='-1.76211 -0.68756 -0.63643'/>
3939                 <fieldValue name='coneTranslationvalue='-1.74434 -0.67073 -0.49505'/>
3940                 <fieldValue name='rotationvalue='59.80839 0 -7.51925 1.45324'/>
3941                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3942                 <fieldValue name='ballRadiusvalue='0.02'/>
3943                 <fieldValue name='traceEnabledvalue='false'/>
3944                 <fieldValue name='displayMode'/>
3945                 <fieldValue name='transparencyvalue='0'/>
3946            </ProtoInstance>
3947            <ProtoInstance name='Arc'>
3948                 <fieldValue name='cylinderHeightvalue='0.40416'/>
3949                 <fieldValue name='cylinderTranslationvalue='-0.50839 0.61474 -0.43091'/>
3950                 <fieldValue name='coneTranslationvalue='-0.50467 0.57307 -0.43550'/>
3951                 <fieldValue name='rotationvalue='-4.40805 0 -3.56864 3.00080'/>
3952                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3953                 <fieldValue name='ballRadiusvalue='0.02'/>
3954                 <fieldValue name='traceEnabledvalue='false'/>
3955                 <fieldValue name='displayMode'/>
3956                 <fieldValue name='transparencyvalue='0'/>
3957            </ProtoInstance>
3958            <ProtoInstance name='Arc'>
3959                 <fieldValue name='cylinderHeightvalue='0.13874'/>
3960                 <fieldValue name='cylinderTranslationvalue='-0.53386 0.87443 -0.37423'/>
3961                 <fieldValue name='coneTranslationvalue='-0.52390 0.79654 -0.41949'/>
3962                 <fieldValue name='rotationvalue='6.92735 -0.00000 1.52483 0.53667'/>
3963                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3964                 <fieldValue name='ballRadiusvalue='0.02'/>
3965                 <fieldValue name='traceEnabledvalue='false'/>
3966                 <fieldValue name='displayMode'/>
3967                 <fieldValue name='transparencyvalue='0'/>
3968            </ProtoInstance>
3969            <ProtoInstance name='Arc'>
3970                 <fieldValue name='cylinderHeightvalue='0.85617'/>
3971                 <fieldValue name='cylinderTranslationvalue='-0.66662 1.68589 0.08951'/>
3972                 <fieldValue name='coneTranslationvalue='-0.58387 1.43579 0.03978'/>
3973                 <fieldValue name='rotationvalue='-15.88322 0 -26.42997 2.77316'/>
3974                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3975                 <fieldValue name='ballRadiusvalue='0.02'/>
3976                 <fieldValue name='traceEnabledvalue='false'/>
3977                 <fieldValue name='displayMode'/>
3978                 <fieldValue name='transparencyvalue='0'/>
3979            </ProtoInstance>
3980            <ProtoInstance name='Arc'>
3981                 <fieldValue name='cylinderHeightvalue='0.95600'/>
3982                 <fieldValue name='cylinderTranslationvalue='-0.67006 -0.70038 -0.87277'/>
3983                 <fieldValue name='coneTranslationvalue='-0.47776 -0.58461 -0.64751'/>
3984                 <fieldValue name='rotationvalue='67.72201 0 -57.80898 1.19819'/>
3985                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3986                 <fieldValue name='ballRadiusvalue='0.02'/>
3987                 <fieldValue name='traceEnabledvalue='false'/>
3988                 <fieldValue name='displayMode'/>
3989                 <fieldValue name='transparencyvalue='0'/>
3990            </ProtoInstance>
3991            <ProtoInstance name='Arc'>
3992                 <fieldValue name='cylinderHeightvalue='0.95085'/>
3993                 <fieldValue name='cylinderTranslationvalue='-0.43578 -0.05585 -0.49356'/>
3994                 <fieldValue name='coneTranslationvalue='-0.39944 -0.36802 -0.52050'/>
3995                 <fieldValue name='rotationvalue='-8.12150 0 -10.95366 2.99769'/>
3996                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3997                 <fieldValue name='ballRadiusvalue='0.02'/>
3998                 <fieldValue name='traceEnabledvalue='false'/>
3999                 <fieldValue name='displayMode'/>
4000                 <fieldValue name='transparencyvalue='0'/>
4001            </ProtoInstance>
4002            <ProtoInstance name='Arc'>
4003                 <fieldValue name='cylinderHeightvalue='0.36920'/>
4004                 <fieldValue name='cylinderTranslationvalue='-1.36652 -1.38068 2.48664'/>
4005                 <fieldValue name='coneTranslationvalue='-1.36408 -1.37215 2.46370'/>
4006                 <fieldValue name='rotationvalue='-34.43787 0 -3.65201 1.21679'/>
4007                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4008                 <fieldValue name='ballRadiusvalue='0.02'/>
4009                 <fieldValue name='traceEnabledvalue='false'/>
4010                 <fieldValue name='displayMode'/>
4011                 <fieldValue name='transparencyvalue='0'/>
4012            </ProtoInstance>
4013            <ProtoInstance name='Arc'>
4014                 <fieldValue name='cylinderHeightvalue='0.97200'/>
4015                 <fieldValue name='cylinderTranslationvalue='-1.17678 0.04812 1.02924'/>
4016                 <fieldValue name='coneTranslationvalue='-0.85611 0.10227 1.00653'/>
4017                 <fieldValue name='rotationvalue='-6.77016 0 -95.60994 1.40391'/>
4018                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4019                 <fieldValue name='ballRadiusvalue='0.02'/>
4020                 <fieldValue name='traceEnabledvalue='false'/>
4021                 <fieldValue name='displayMode'/>
4022                 <fieldValue name='transparencyvalue='0'/>
4023            </ProtoInstance>
4024            <ProtoInstance name='Arc'>
4025                 <fieldValue name='cylinderHeightvalue='0.37355'/>
4026                 <fieldValue name='cylinderTranslationvalue='-2.52173 -0.44786 0.68352'/>
4027                 <fieldValue name='coneTranslationvalue='-2.49518 -0.44827 0.68005'/>
4028                 <fieldValue name='rotationvalue='-4.84652 0 -37.03542 1.58600'/>
4029                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4030                 <fieldValue name='ballRadiusvalue='0.02'/>
4031                 <fieldValue name='traceEnabledvalue='false'/>
4032                 <fieldValue name='displayMode'/>
4033                 <fieldValue name='transparencyvalue='0'/>
4034            </ProtoInstance>
4035            <ProtoInstance name='Arc'>
4036                 <fieldValue name='cylinderHeightvalue='0.65951'/>
4037                 <fieldValue name='cylinderTranslationvalue='0.79053 0.32038 1.46670'/>
4038                 <fieldValue name='coneTranslationvalue='0.92914 0.22934 1.43042'/>
4039                 <fieldValue name='rotationvalue='-14.09524 0 -53.85005 2.13686'/>
4040                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4041                 <fieldValue name='ballRadiusvalue='0.02'/>
4042                 <fieldValue name='traceEnabledvalue='false'/>
4043                 <fieldValue name='displayMode'/>
4044                 <fieldValue name='transparencyvalue='0'/>
4045            </ProtoInstance>
4046            <ProtoInstance name='Arc'>
4047                 <fieldValue name='cylinderHeightvalue='0.64728'/>
4048                 <fieldValue name='cylinderTranslationvalue='0.39831 0.69722 1.75995'/>
4049                 <fieldValue name='coneTranslationvalue='0.33613 0.79834 1.87259'/>
4050                 <fieldValue name='rotationvalue='44.55420 -0.00000 24.59525 0.90470'/>
4051                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4052                 <fieldValue name='ballRadiusvalue='0.02'/>
4053                 <fieldValue name='traceEnabledvalue='false'/>
4054                 <fieldValue name='displayMode'/>
4055                 <fieldValue name='transparencyvalue='0'/>
4056            </ProtoInstance>
4057            <ProtoInstance name='Arc'>
4058                 <fieldValue name='cylinderHeightvalue='0.47045'/>
4059                 <fieldValue name='cylinderTranslationvalue='0.30205 0.58082 1.55402'/>
4060                 <fieldValue name='coneTranslationvalue='0.23194 0.60754 1.55941'/>
4061                 <fieldValue name='rotationvalue='3.36935 -0.00000 43.84589 1.20755'/>
4062                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4063                 <fieldValue name='ballRadiusvalue='0.02'/>
4064                 <fieldValue name='traceEnabledvalue='false'/>
4065                 <fieldValue name='displayMode'/>
4066                 <fieldValue name='transparencyvalue='0'/>
4067            </ProtoInstance>
4068            <ProtoInstance name='Arc'>
4069                 <fieldValue name='cylinderHeightvalue='0.33616'/>
4070                 <fieldValue name='cylinderTranslationvalue='1.71768 -1.79371 1.04298'/>
4071                 <fieldValue name='coneTranslationvalue='1.72183 -1.79793 1.04849'/>
4072                 <fieldValue name='rotationvalue='22.90439 0 -17.25121 2.11989'/>
4073                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4074                 <fieldValue name='ballRadiusvalue='0.02'/>
4075                 <fieldValue name='traceEnabledvalue='false'/>
4076                 <fieldValue name='displayMode'/>
4077                 <fieldValue name='transparencyvalue='0'/>
4078            </ProtoInstance>
4079            <ProtoInstance name='Arc'>
4080                 <fieldValue name='cylinderHeightvalue='0.02661'/>
4081                 <fieldValue name='cylinderTranslationvalue='-1.66274 -0.72121 -1.20169'/>
4082                 <fieldValue name='coneTranslationvalue='-1.55920 -0.68747 -1.10340'/>
4083                 <fieldValue name='rotationvalue='-1.78260 0 1.87803 1.80284'/>
4084                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4085                 <fieldValue name='ballRadiusvalue='0.02'/>
4086                 <fieldValue name='traceEnabledvalue='false'/>
4087                 <fieldValue name='displayMode'/>
4088                 <fieldValue name='transparencyvalue='0'/>
4089            </ProtoInstance>
4090            <ProtoInstance name='Arc'>
4091                 <fieldValue name='cylinderHeightvalue='0.07386'/>
4092                 <fieldValue name='cylinderTranslationvalue='0.29687 -1.54895 -0.98903'/>
4093                 <fieldValue name='coneTranslationvalue='0.25396 -1.47912 -1.08084'/>
4094                 <fieldValue name='rotationvalue='5.50988 0 -2.57520 2.17411'/>
4095                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4096                 <fieldValue name='ballRadiusvalue='0.02'/>
4097                 <fieldValue name='traceEnabledvalue='false'/>
4098                 <fieldValue name='displayMode'/>
4099                 <fieldValue name='transparencyvalue='0'/>
4100            </ProtoInstance>
4101            <ProtoInstance name='Arc'>
4102                 <fieldValue name='cylinderHeightvalue='0.54706'/>
4103                 <fieldValue name='cylinderTranslationvalue='0.91624 0.21251 1.33391'/>
4104                 <fieldValue name='coneTranslationvalue='0.81405 0.25987 1.31964'/>
4105                 <fieldValue name='rotationvalue='-6.87806 0 49.24144 1.14053'/>
4106                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4107                 <fieldValue name='ballRadiusvalue='0.02'/>
4108                 <fieldValue name='traceEnabledvalue='false'/>
4109                 <fieldValue name='displayMode'/>
4110                 <fieldValue name='transparencyvalue='0'/>
4111            </ProtoInstance>
4112            <ProtoInstance name='Arc'>
4113                 <fieldValue name='cylinderHeightvalue='0.52950'/>
4114                 <fieldValue name='cylinderTranslationvalue='1.23902 -0.06036 1.17078'/>
4115                 <fieldValue name='coneTranslationvalue='1.26932 -0.12319 1.09262'/>
4116                 <fieldValue name='rotationvalue='-39.50584 0 -15.31428 2.21399'/>
4117                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4118                 <fieldValue name='ballRadiusvalue='0.02'/>
4119                 <fieldValue name='traceEnabledvalue='false'/>
4120                 <fieldValue name='displayMode'/>
4121                 <fieldValue name='transparencyvalue='0'/>
4122            </ProtoInstance>
4123            <ProtoInstance name='Arc'>
4124                 <fieldValue name='cylinderHeightvalue='0.26743'/>
4125                 <fieldValue name='cylinderTranslationvalue='1.47149 0.13898 0.80244'/>
4126                 <fieldValue name='coneTranslationvalue='1.45387 0.12912 0.81927'/>
4127                 <fieldValue name='rotationvalue='-17.13004 0 -17.92121 1.18642'/>
4128                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4129                 <fieldValue name='ballRadiusvalue='0.02'/>
4130                 <fieldValue name='traceEnabledvalue='false'/>
4131                 <fieldValue name='displayMode'/>
4132                 <fieldValue name='transparencyvalue='0'/>
4133            </ProtoInstance>
4134            <ProtoInstance name='Arc'>
4135                 <fieldValue name='cylinderHeightvalue='0.57027'/>
4136                 <fieldValue name='cylinderTranslationvalue='0.07762 1.32002 -2.04068'/>
4137                 <fieldValue name='coneTranslationvalue='0.09863 1.38897 -2.14297'/>
4138                 <fieldValue name='rotationvalue='-46.61539 0 -9.57329 0.98720'/>
4139                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4140                 <fieldValue name='ballRadiusvalue='0.02'/>
4141                 <fieldValue name='traceEnabledvalue='false'/>
4142                 <fieldValue name='displayMode'/>
4143                 <fieldValue name='transparencyvalue='0'/>
4144            </ProtoInstance>
4145            <ProtoInstance name='Arc'>
4146                 <fieldValue name='cylinderHeightvalue='0.99267'/>
4147                 <fieldValue name='cylinderTranslationvalue='0.08529 0.92297 -1.37668'/>
4148                 <fieldValue name='coneTranslationvalue='0.12293 0.76039 -1.08467'/>
4149                 <fieldValue name='rotationvalue='86.18489 0 -11.10767 2.07534'/>
4150                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4151                 <fieldValue name='ballRadiusvalue='0.02'/>
4152                 <fieldValue name='traceEnabledvalue='false'/>
4153                 <fieldValue name='displayMode'/>
4154                 <fieldValue name='transparencyvalue='0'/>
4155            </ProtoInstance>
4156            <ProtoInstance name='Arc'>
4157                 <fieldValue name='cylinderHeightvalue='0.19055'/>
4158                 <fieldValue name='cylinderTranslationvalue='-2.25452 -0.68383 0.59735'/>
4159                 <fieldValue name='coneTranslationvalue='-2.19088 -0.67340 0.59175'/>
4160                 <fieldValue name='rotationvalue='1.64954 -0.00000 18.73296 1.73273'/>
4161                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4162                 <fieldValue name='ballRadiusvalue='0.02'/>
4163                 <fieldValue name='traceEnabledvalue='false'/>
4164                 <fieldValue name='displayMode'/>
4165                 <fieldValue name='transparencyvalue='0'/>
4166            </ProtoInstance>
4167            <ProtoInstance name='Arc'>
4168                 <fieldValue name='cylinderHeightvalue='0.51246'/>
4169                 <fieldValue name='cylinderTranslationvalue='-2.41474 -0.69180 0.61462'/>
4170                 <fieldValue name='coneTranslationvalue='-2.51009 -0.70056 0.62420'/>
4171                 <fieldValue name='rotationvalue='5.10256 -0.00000 50.77738 1.66197'/>
4172                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4173                 <fieldValue name='ballRadiusvalue='0.02'/>
4174                 <fieldValue name='traceEnabledvalue='false'/>
4175                 <fieldValue name='displayMode'/>
4176                 <fieldValue name='transparencyvalue='0'/>
4177            </ProtoInstance>
4178            <ProtoInstance name='Arc'>
4179                 <fieldValue name='cylinderHeightvalue='0.08697'/>
4180                 <fieldValue name='cylinderTranslationvalue='-2.12024 -0.66538 0.57387'/>
4181                 <fieldValue name='coneTranslationvalue='-2.22905 -0.67367 0.61470'/>
4182                 <fieldValue name='rotationvalue='-3.04757 0 -8.12183 1.49958'/>
4183                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4184                 <fieldValue name='ballRadiusvalue='0.02'/>
4185                 <fieldValue name='traceEnabledvalue='false'/>
4186                 <fieldValue name='displayMode'/>
4187                 <fieldValue name='transparencyvalue='0'/>
4188            </ProtoInstance>
4189            <ProtoInstance name='Arc'>
4190                 <fieldValue name='cylinderHeightvalue='0.84537'/>
4191                 <fieldValue name='cylinderTranslationvalue='1.37888 -2.20946 0.32498'/>
4192                 <fieldValue name='coneTranslationvalue='1.53142 -1.99940 0.28481'/>
4193                 <fieldValue name='rotationvalue='-12.92575 0 -49.08863 0.64409'/>
4194                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4195                 <fieldValue name='ballRadiusvalue='0.02'/>
4196                 <fieldValue name='traceEnabledvalue='false'/>
4197                 <fieldValue name='displayMode'/>
4198                 <fieldValue name='transparencyvalue='0'/>
4199            </ProtoInstance>
4200            <ProtoInstance name='Arc'>
4201                 <fieldValue name='cylinderHeightvalue='0.72440'/>
4202                 <fieldValue name='cylinderTranslationvalue='1.18419 0.17852 1.41457'/>
4203                 <fieldValue name='coneTranslationvalue='1.08760 0.11153 1.25005'/>
4204                 <fieldValue name='rotationvalue='-58.94180 0 34.60272 1.90851'/>
4205                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4206                 <fieldValue name='ballRadiusvalue='0.02'/>
4207                 <fieldValue name='traceEnabledvalue='false'/>
4208                 <fieldValue name='displayMode'/>
4209                 <fieldValue name='transparencyvalue='0'/>
4210            </ProtoInstance>
4211            <ProtoInstance name='Arc'>
4212                 <fieldValue name='cylinderHeightvalue='0.09761'/>
4213                 <fieldValue name='cylinderTranslationvalue='1.43982 -0.11646 1.39864'/>
4214                 <fieldValue name='coneTranslationvalue='1.38435 -0.19749 1.34648'/>
4215                 <fieldValue name='rotationvalue='4.57935 0 -4.86960 0.75433'/>
4216                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4217                 <fieldValue name='ballRadiusvalue='0.02'/>
4218                 <fieldValue name='traceEnabledvalue='false'/>
4219                 <fieldValue name='displayMode'/>
4220                 <fieldValue name='transparencyvalue='0'/>
4221            </ProtoInstance>
4222            <ProtoInstance name='Arc'>
4223                 <fieldValue name='cylinderHeightvalue='0.41060'/>
4224                 <fieldValue name='cylinderTranslationvalue='1.31816 -0.19001 1.19901'/>
4225                 <fieldValue name='coneTranslationvalue='1.29669 -0.19839 1.16001'/>
4226                 <fieldValue name='rotationvalue='-35.34783 0 19.46168 1.75687'/>
4227                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4228                 <fieldValue name='ballRadiusvalue='0.02'/>
4229                 <fieldValue name='traceEnabledvalue='false'/>
4230                 <fieldValue name='displayMode'/>
4231                 <fieldValue name='transparencyvalue='0'/>
4232            </ProtoInstance>
4233            <ProtoInstance name='Arc'>
4234                 <fieldValue name='cylinderHeightvalue='0.31941'/>
4235                 <fieldValue name='cylinderTranslationvalue='2.32138 0.01884 -1.47160'/>
4236                 <fieldValue name='coneTranslationvalue='2.32159 0.01891 -1.47179'/>
4237                 <fieldValue name='rotationvalue='20.79238 -0.00000 22.84921 1.82766'/>
4238                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4239                 <fieldValue name='ballRadiusvalue='0.02'/>
4240                 <fieldValue name='traceEnabledvalue='false'/>
4241                 <fieldValue name='displayMode'/>
4242                 <fieldValue name='transparencyvalue='0'/>
4243            </ProtoInstance>
4244            <ProtoInstance name='Arc'>
4245                 <fieldValue name='cylinderHeightvalue='0.32491'/>
4246                 <fieldValue name='cylinderTranslationvalue='2.61681 -2.01648 -0.24990'/>
4247                 <fieldValue name='coneTranslationvalue='2.61884 -2.01753 -0.25079'/>
4248                 <fieldValue name='rotationvalue='-11.79814 0 -26.87465 2.01408'/>
4249                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4250                 <fieldValue name='ballRadiusvalue='0.02'/>
4251                 <fieldValue name='traceEnabledvalue='false'/>
4252                 <fieldValue name='displayMode'/>
4253                 <fieldValue name='transparencyvalue='0'/>
4254            </ProtoInstance>
4255            <ProtoInstance name='Arc'>
4256                 <fieldValue name='cylinderHeightvalue='0.33735'/>
4257                 <fieldValue name='cylinderTranslationvalue='2.40095 -1.80844 -0.24255'/>
4258                 <fieldValue name='coneTranslationvalue='2.39676 -1.80132 -0.24521'/>
4259                 <fieldValue name='rotationvalue='-10.32914 0 16.29748 0.60889'/>
4260                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4261                 <fieldValue name='ballRadiusvalue='0.02'/>
4262                 <fieldValue name='traceEnabledvalue='false'/>
4263                 <fieldValue name='displayMode'/>
4264                 <fieldValue name='transparencyvalue='0'/>
4265            </ProtoInstance>
4266            <ProtoInstance name='Arc'>
4267                 <fieldValue name='cylinderHeightvalue='0.64248'/>
4268                 <fieldValue name='cylinderTranslationvalue='1.50908 -0.50327 0.91241'/>
4269                 <fieldValue name='coneTranslationvalue='1.44733 -0.40859 1.02740'/>
4270                 <fieldValue name='rotationvalue='45.81878 -0.00000 24.60215 0.94322'/>
4271                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4272                 <fieldValue name='ballRadiusvalue='0.02'/>
4273                 <fieldValue name='traceEnabledvalue='false'/>
4274                 <fieldValue name='displayMode'/>
4275                 <fieldValue name='transparencyvalue='0'/>
4276            </ProtoInstance>
4277            <ProtoInstance name='Arc'>
4278                 <fieldValue name='cylinderHeightvalue='0.54926'/>
4279                 <fieldValue name='cylinderTranslationvalue='1.65038 -0.46831 0.84173'/>
4280                 <fieldValue name='coneTranslationvalue='1.65802 -0.37498 0.90786'/>
4281                 <fieldValue name='rotationvalue='31.68397 0 -3.65933 0.61956'/>
4282                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4283                 <fieldValue name='ballRadiusvalue='0.02'/>
4284                 <fieldValue name='traceEnabledvalue='false'/>
4285                 <fieldValue name='displayMode'/>
4286                 <fieldValue name='transparencyvalue='0'/>
4287            </ProtoInstance>
4288            <ProtoInstance name='Arc'>
4289                 <fieldValue name='cylinderHeightvalue='0.76605'/>
4290                 <fieldValue name='cylinderTranslationvalue='0.13050 -0.15018 0.85510'/>
4291                 <fieldValue name='coneTranslationvalue='0.04687 -0.12939 0.64939'/>
4292                 <fieldValue name='rotationvalue='-70.65606 0 28.72448 1.47746'/>
4293                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4294                 <fieldValue name='ballRadiusvalue='0.02'/>
4295                 <fieldValue name='traceEnabledvalue='false'/>
4296                 <fieldValue name='displayMode'/>
4297                 <fieldValue name='transparencyvalue='0'/>
4298            </ProtoInstance>
4299            <ProtoInstance name='Arc'>
4300                 <fieldValue name='cylinderHeightvalue='0.43011'/>
4301                 <fieldValue name='cylinderTranslationvalue='1.13691 -2.07880 0.82833'/>
4302                 <fieldValue name='coneTranslationvalue='1.10643 -2.04720 0.79512'/>
4303                 <fieldValue name='rotationvalue='-25.94688 0 23.81496 0.95938'/>
4304                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4305                 <fieldValue name='ballRadiusvalue='0.02'/>
4306                 <fieldValue name='traceEnabledvalue='false'/>
4307                 <fieldValue name='displayMode'/>
4308                 <fieldValue name='transparencyvalue='0'/>
4309            </ProtoInstance>
4310            <ProtoInstance name='Arc'>
4311                 <fieldValue name='cylinderHeightvalue='0.92646'/>
4312                 <fieldValue name='cylinderTranslationvalue='-0.75430 0.67572 -1.84924'/>
4313                 <fieldValue name='coneTranslationvalue='-0.91853 0.44366 -1.74377'/>
4314                 <fieldValue name='rotationvalue='32.22385 -0.00000 50.17656 2.44232'/>
4315                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4316                 <fieldValue name='ballRadiusvalue='0.02'/>
4317                 <fieldValue name='traceEnabledvalue='false'/>
4318                 <fieldValue name='displayMode'/>
4319                 <fieldValue name='transparencyvalue='0'/>
4320            </ProtoInstance>
4321            <ProtoInstance name='Arc'>
4322                 <fieldValue name='cylinderHeightvalue='0.51589'/>
4323                 <fieldValue name='cylinderTranslationvalue='-0.60537 1.09342 -2.23872'/>
4324                 <fieldValue name='coneTranslationvalue='-0.64408 1.11741 -2.32543'/>
4325                 <fieldValue name='rotationvalue='-45.67279 0 20.38994 1.32333'/>
4326                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4327                 <fieldValue name='ballRadiusvalue='0.02'/>
4328                 <fieldValue name='traceEnabledvalue='false'/>
4329                 <fieldValue name='displayMode'/>
4330                 <fieldValue name='transparencyvalue='0'/>
4331            </ProtoInstance>
4332            <ProtoInstance name='Arc'>
4333                 <fieldValue name='cylinderHeightvalue='0.32540'/>
4334                 <fieldValue name='cylinderTranslationvalue='-0.47243 1.11216 -2.14746'/>
4335                 <fieldValue name='coneTranslationvalue='-0.47191 1.11352 -2.14974'/>
4336                 <fieldValue name='rotationvalue='-27.42149 0 -6.19856 1.04311'/>
4337                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4338                 <fieldValue name='ballRadiusvalue='0.02'/>
4339                 <fieldValue name='traceEnabledvalue='false'/>
4340                 <fieldValue name='displayMode'/>
4341                 <fieldValue name='transparencyvalue='0'/>
4342            </ProtoInstance>
4343            <ProtoInstance name='Arc'>
4344                 <fieldValue name='cylinderHeightvalue='0.79182'/>
4345                 <fieldValue name='cylinderTranslationvalue='1.09570 -0.59124 0.11582'/>
4346                 <fieldValue name='coneTranslationvalue='0.89354 -0.71088 0.13748'/>
4347                 <fieldValue name='rotationvalue='7.26974 -0.00000 67.85586 2.10265'/>
4348                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4349                 <fieldValue name='ballRadiusvalue='0.02'/>
4350                 <fieldValue name='traceEnabledvalue='false'/>
4351                 <fieldValue name='displayMode'/>
4352                 <fieldValue name='transparencyvalue='0'/>
4353            </ProtoInstance>
4354            <ProtoInstance name='Arc'>
4355                 <fieldValue name='cylinderHeightvalue='0.32912'/>
4356                 <fieldValue name='cylinderTranslationvalue='-1.78366 -0.76496 -1.32456'/>
4357                 <fieldValue name='coneTranslationvalue='-1.78675 -0.76609 -1.32771'/>
4358                 <fieldValue name='rotationvalue='-22.79138 0 22.30475 1.82069'/>
4359                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4360                 <fieldValue name='ballRadiusvalue='0.02'/>
4361                 <fieldValue name='traceEnabledvalue='false'/>
4362                 <fieldValue name='displayMode'/>
4363                 <fieldValue name='transparencyvalue='0'/>
4364            </ProtoInstance>
4365            <ProtoInstance name='Arc'>
4366                 <fieldValue name='cylinderHeightvalue='0.30557'/>
4367                 <fieldValue name='cylinderTranslationvalue='2.46055 -2.21363 -0.30939'/>
4368                 <fieldValue name='coneTranslationvalue='2.46390 -2.21819 -0.31388'/>
4369                 <fieldValue name='rotationvalue='18.99346 -0.00000 14.17958 0.88781'/>
4370                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4371                 <fieldValue name='ballRadiusvalue='0.02'/>
4372                 <fieldValue name='traceEnabledvalue='false'/>
4373                 <fieldValue name='displayMode'/>
4374                 <fieldValue name='transparencyvalue='0'/>
4375            </ProtoInstance>
4376            <ProtoInstance name='Arc'>
4377                 <fieldValue name='cylinderHeightvalue='0.34277'/>
4378                 <fieldValue name='cylinderTranslationvalue='-0.65044 1.09073 -0.31314'/>
4379                 <fieldValue name='coneTranslationvalue='-0.64295 1.08228 -0.31166'/>
4380                 <fieldValue name='rotationvalue='4.45272 0 -22.53777 2.40709'/>
4381                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4382                 <fieldValue name='ballRadiusvalue='0.02'/>
4383                 <fieldValue name='traceEnabledvalue='false'/>
4384                 <fieldValue name='displayMode'/>
4385                 <fieldValue name='transparencyvalue='0'/>
4386            </ProtoInstance>
4387            <ProtoInstance name='Arc'>
4388                 <fieldValue name='cylinderHeightvalue='0.52243'/>
4389                 <fieldValue name='cylinderTranslationvalue='1.11216 -1.77191 0.25347'/>
4390                 <fieldValue name='coneTranslationvalue='1.03898 -1.74442 0.18918'/>
4391                 <fieldValue name='rotationvalue='-33.18635 0 37.77232 1.29580'/>
4392                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4393                 <fieldValue name='ballRadiusvalue='0.02'/>
4394                 <fieldValue name='traceEnabledvalue='false'/>
4395                 <fieldValue name='displayMode'/>
4396                 <fieldValue name='transparencyvalue='0'/>
4397            </ProtoInstance>
4398            <ProtoInstance name='Arc'>
4399                 <fieldValue name='cylinderHeightvalue='0.86573'/>
4400                 <fieldValue name='cylinderTranslationvalue='0.70116 -1.68177 -0.28348'/>
4401                 <fieldValue name='coneTranslationvalue='0.56113 -1.66967 -0.51737'/>
4402                 <fieldValue name='rotationvalue='-74.20507 0 44.42755 1.52642'/>
4403                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4404                 <fieldValue name='ballRadiusvalue='0.02'/>
4405                 <fieldValue name='traceEnabledvalue='false'/>
4406                 <fieldValue name='displayMode'/>
4407                 <fieldValue name='transparencyvalue='0'/>
4408            </ProtoInstance>
4409            <ProtoInstance name='Arc'>
4410                 <fieldValue name='cylinderHeightvalue='0.53901'/>
4411                 <fieldValue name='cylinderTranslationvalue='1.03716 -1.93936 0.14084'/>
4412                 <fieldValue name='coneTranslationvalue='1.08342 -2.03623 0.16249'/>
4413                 <fieldValue name='rotationvalue='10.65939 0 -22.77164 2.65630'/>
4414                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4415                 <fieldValue name='ballRadiusvalue='0.02'/>
4416                 <fieldValue name='traceEnabledvalue='false'/>
4417                 <fieldValue name='displayMode'/>
4418                 <fieldValue name='transparencyvalue='0'/>
4419            </ProtoInstance>
4420            <ProtoInstance name='Arc'>
4421                 <fieldValue name='cylinderHeightvalue='0.54512'/>
4422                 <fieldValue name='cylinderTranslationvalue='0.97929 -1.80307 0.33398'/>
4423                 <fieldValue name='coneTranslationvalue='1.00241 -1.84523 0.43575'/>
4424                 <fieldValue name='rotationvalue='49.28757 0 -11.19816 1.95471'/>
4425                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4426                 <fieldValue name='ballRadiusvalue='0.02'/>
4427                 <fieldValue name='traceEnabledvalue='false'/>
4428                 <fieldValue name='displayMode'/>
4429                 <fieldValue name='transparencyvalue='0'/>
4430            </ProtoInstance>
4431            <ProtoInstance name='Arc'>
4432                 <fieldValue name='cylinderHeightvalue='0.44891'/>
4433                 <fieldValue name='cylinderTranslationvalue='-0.83338 0.88120 -0.05736'/>
4434                 <fieldValue name='coneTranslationvalue='-0.79998 0.82743 -0.04520'/>
4435                 <fieldValue name='rotationvalue='8.46612 0 -23.26628 2.55740'/>
4436                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4437                 <fieldValue name='ballRadiusvalue='0.02'/>
4438                 <fieldValue name='traceEnabledvalue='false'/>
4439                 <fieldValue name='displayMode'/>
4440                 <fieldValue name='transparencyvalue='0'/>
4441            </ProtoInstance>
4442            <ProtoInstance name='Arc'>
4443                 <fieldValue name='cylinderHeightvalue='0.78146'/>
4444                 <fieldValue name='cylinderTranslationvalue='0.41387 0.54246 1.50066'/>
4445                 <fieldValue name='coneTranslationvalue='0.56514 0.41499 1.38189'/>
4446                 <fieldValue name='rotationvalue='-40.22671 0 -51.23378 2.15608'/>
4447                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4448                 <fieldValue name='ballRadiusvalue='0.02'/>
4449                 <fieldValue name='traceEnabledvalue='false'/>
4450                 <fieldValue name='displayMode'/>
4451                 <fieldValue name='transparencyvalue='0'/>
4452            </ProtoInstance>
4453            <ProtoInstance name='Arc'>
4454                 <fieldValue name='cylinderHeightvalue='0.40860'/>
4455                 <fieldValue name='cylinderTranslationvalue='0.07805 0.88309 1.84260'/>
4456                 <fieldValue name='coneTranslationvalue='0.06078 0.91014 1.87313'/>
4457                 <fieldValue name='rotationvalue='28.16113 -0.00000 15.92920 0.91379'/>
4458                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4459                 <fieldValue name='ballRadiusvalue='0.02'/>
4460                 <fieldValue name='traceEnabledvalue='false'/>
4461                 <fieldValue name='displayMode'/>
4462                 <fieldValue name='transparencyvalue='0'/>
4463            </ProtoInstance>
4464            <ProtoInstance name='Arc'>
4465                 <fieldValue name='cylinderHeightvalue='0.56649'/>
4466                 <fieldValue name='cylinderTranslationvalue='-0.15033 0.75252 -0.15714'/>
4467                 <fieldValue name='coneTranslationvalue='-0.08872 0.65729 -0.10893'/>
4468                 <fieldValue name='rotationvalue='22.16104 0 -28.31869 2.45388'/>
4469                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4470                 <fieldValue name='ballRadiusvalue='0.02'/>
4471                 <fieldValue name='traceEnabledvalue='false'/>
4472                 <fieldValue name='displayMode'/>
4473                 <fieldValue name='transparencyvalue='0'/>
4474            </ProtoInstance>
4475            <ProtoInstance name='Arc'>
4476                 <fieldValue name='cylinderHeightvalue='0.38687'/>
4477                 <fieldValue name='cylinderTranslationvalue='-0.30544 1.15937 -0.31149'/>
4478                 <fieldValue name='coneTranslationvalue='-0.30777 1.19186 -0.31901'/>
4479                 <fieldValue name='rotationvalue='-8.70851 0 2.70324 0.23794'/>
4480                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4481                 <fieldValue name='ballRadiusvalue='0.02'/>
4482                 <fieldValue name='traceEnabledvalue='false'/>
4483                 <fieldValue name='displayMode'/>
4484                 <fieldValue name='transparencyvalue='0'/>
4485            </ProtoInstance>
4486            <ProtoInstance name='Arc'>
4487                 <fieldValue name='cylinderHeightvalue='0.89802'/>
4488                 <fieldValue name='cylinderTranslationvalue='-1.49904 -1.10070 0.99304'/>
4489                 <fieldValue name='coneTranslationvalue='-1.23221 -1.15429 1.09027'/>
4490                 <fieldValue name='rotationvalue='30.21139 0 -82.91166 1.75729'/>
4491                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4492                 <fieldValue name='ballRadiusvalue='0.02'/>
4493                 <fieldValue name='traceEnabledvalue='false'/>
4494                 <fieldValue name='displayMode'/>
4495                 <fieldValue name='transparencyvalue='0'/>
4496            </ProtoInstance>
4497            <ProtoInstance name='Arc'>
4498                 <fieldValue name='cylinderHeightvalue='0.27511'/>
4499                 <fieldValue name='cylinderTranslationvalue='-2.21391 -0.68074 0.58212'/>
4500                 <fieldValue name='coneTranslationvalue='-2.23582 -0.68375 0.58595'/>
4501                 <fieldValue name='rotationvalue='-4.69711 0 -26.85479 1.43623'/>
4502                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4503                 <fieldValue name='ballRadiusvalue='0.02'/>
4504                 <fieldValue name='traceEnabledvalue='false'/>
4505                 <fieldValue name='displayMode'/>
4506                 <fieldValue name='transparencyvalue='0'/>
4507            </ProtoInstance>
4508            <ProtoInstance name='Arc'>
4509                 <fieldValue name='cylinderHeightvalue='0.30557'/>
4510                 <fieldValue name='cylinderTranslationvalue='2.46055 -2.21363 -0.30939'/>
4511                 <fieldValue name='coneTranslationvalue='2.46390 -2.21819 -0.31388'/>
4512                 <fieldValue name='rotationvalue='18.99349 -0.00000 14.17945 0.88781'/>
4513                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4514                 <fieldValue name='ballRadiusvalue='0.02'/>
4515                 <fieldValue name='traceEnabledvalue='false'/>
4516                 <fieldValue name='displayMode'/>
4517                 <fieldValue name='transparencyvalue='0'/>
4518            </ProtoInstance>
4519            <ProtoInstance name='Arc'>
4520                 <fieldValue name='cylinderHeightvalue='1.16041'/>
4521                 <fieldValue name='cylinderTranslationvalue='-1.08871 -0.19436 0.91077'/>
4522                 <fieldValue name='coneTranslationvalue='-0.90363 -0.00726 0.58318'/>
4523                 <fieldValue name='rotationvalue='-90.46506 0 -51.10858 1.10935'/>
4524                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4525                 <fieldValue name='ballRadiusvalue='0.02'/>
4526                 <fieldValue name='traceEnabledvalue='false'/>
4527                 <fieldValue name='displayMode'/>
4528                 <fieldValue name='transparencyvalue='0'/>
4529            </ProtoInstance>
4530            <ProtoInstance name='Arc'>
4531                 <fieldValue name='cylinderHeightvalue='0.72440'/>
4532                 <fieldValue name='cylinderTranslationvalue='1.18419 0.17853 1.41457'/>
4533                 <fieldValue name='coneTranslationvalue='1.08760 0.11153 1.25005'/>
4534                 <fieldValue name='rotationvalue='-58.94136 0 34.60287 1.90852'/>
4535                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4536                 <fieldValue name='ballRadiusvalue='0.02'/>
4537                 <fieldValue name='traceEnabledvalue='false'/>
4538                 <fieldValue name='displayMode'/>
4539                 <fieldValue name='transparencyvalue='0'/>
4540            </ProtoInstance>
4541            <ProtoInstance name='Arc'>
4542                 <fieldValue name='cylinderHeightvalue='0.88469'/>
4543                 <fieldValue name='cylinderTranslationvalue='0.18391 0.91439 -1.32031'/>
4544                 <fieldValue name='coneTranslationvalue='0.15641 0.76672 -1.08124'/>
4545                 <fieldValue name='rotationvalue='74.91096 -0.00000 8.61472 2.12117'/>
4546                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4547                 <fieldValue name='ballRadiusvalue='0.02'/>
4548                 <fieldValue name='traceEnabledvalue='false'/>
4549                 <fieldValue name='displayMode'/>
4550                 <fieldValue name='transparencyvalue='0'/>
4551            </ProtoInstance>
4552            <ProtoInstance name='Arc'>
4553                 <fieldValue name='cylinderHeightvalue='0.31697'/>
4554                 <fieldValue name='cylinderTranslationvalue='2.54156 -2.21609 -0.08440'/>
4555                 <fieldValue name='coneTranslationvalue='2.54248 -2.21725 -0.08471'/>
4556                 <fieldValue name='rotationvalue='6.60642 -0.00000 19.16113 0.69375'/>
4557                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4558                 <fieldValue name='ballRadiusvalue='0.02'/>
4559                 <fieldValue name='traceEnabledvalue='false'/>
4560                 <fieldValue name='displayMode'/>
4561                 <fieldValue name='transparencyvalue='0'/>
4562            </ProtoInstance>
4563            <ProtoInstance name='Arc'>
4564                 <fieldValue name='cylinderHeightvalue='0.25336'/>
4565                 <fieldValue name='cylinderTranslationvalue='2.30436 -2.08818 0.03409'/>
4566                 <fieldValue name='coneTranslationvalue='2.27546 -2.10469 0.03570'/>
4567                 <fieldValue name='rotationvalue='-1.22124 0 -21.97401 1.05244'/>
4568                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4569                 <fieldValue name='ballRadiusvalue='0.02'/>
4570                 <fieldValue name='traceEnabledvalue='false'/>
4571                 <fieldValue name='displayMode'/>
4572                 <fieldValue name='transparencyvalue='0'/>
4573            </ProtoInstance>
4574            <ProtoInstance name='Arc'>
4575                 <fieldValue name='cylinderHeightvalue='0.67206'/>
4576                 <fieldValue name='cylinderTranslationvalue='1.90941 -2.01120 0.15027'/>
4577                 <fieldValue name='coneTranslationvalue='1.76007 -1.93800 0.20794'/>
4578                 <fieldValue name='rotationvalue='22.01516 -0.00000 57.01574 1.14189'/>
4579                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4580                 <fieldValue name='ballRadiusvalue='0.02'/>
4581                 <fieldValue name='traceEnabledvalue='false'/>
4582                 <fieldValue name='displayMode'/>
4583                 <fieldValue name='transparencyvalue='0'/>
4584            </ProtoInstance>
4585            <ProtoInstance name='Arc'>
4586                 <fieldValue name='cylinderHeightvalue='0.33574'/>
4587                 <fieldValue name='cylinderTranslationvalue='-1.68601 -1.17694 2.40928'/>
4588                 <fieldValue name='coneTranslationvalue='-1.68135 -1.17741 2.40296'/>
4589                 <fieldValue name='rotationvalue='-26.97877 0 -19.88107 1.63105'/>
4590                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4591                 <fieldValue name='ballRadiusvalue='0.02'/>
4592                 <fieldValue name='traceEnabledvalue='false'/>
4593                 <fieldValue name='displayMode'/>
4594                 <fieldValue name='transparencyvalue='0'/>
4595            </ProtoInstance>
4596            <ProtoInstance name='Arc'>
4597                 <fieldValue name='cylinderHeightvalue='0.48773'/>
4598                 <fieldValue name='cylinderTranslationvalue='0.80687 0.15641 0.98590'/>
4599                 <fieldValue name='coneTranslationvalue='0.73464 0.18901 1.01335'/>
4600                 <fieldValue name='rotationvalue='15.96879 -0.00000 42.00396 1.17156'/>
4601                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4602                 <fieldValue name='ballRadiusvalue='0.02'/>
4603                 <fieldValue name='traceEnabledvalue='false'/>
4604                 <fieldValue name='displayMode'/>
4605                 <fieldValue name='transparencyvalue='0'/>
4606            </ProtoInstance>
4607            <ProtoInstance name='Arc'>
4608                 <fieldValue name='cylinderHeightvalue='0.62462'/>
4609                 <fieldValue name='cylinderTranslationvalue='0.85677 -0.09752 0.69024'/>
4610                 <fieldValue name='coneTranslationvalue='0.77868 -0.17513 0.58499'/>
4611                 <fieldValue name='rotationvalue='-43.16254 0 32.02410 2.10545'/>
4612                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4613                 <fieldValue name='ballRadiusvalue='0.02'/>
4614                 <fieldValue name='traceEnabledvalue='false'/>
4615                 <fieldValue name='displayMode'/>
4616                 <fieldValue name='transparencyvalue='0'/>
4617            </ProtoInstance>
4618            <ProtoInstance name='Arc'>
4619                 <fieldValue name='cylinderHeightvalue='0.52425'/>
4620                 <fieldValue name='cylinderTranslationvalue='-2.09214 -0.35849 0.63755'/>
4621                 <fieldValue name='coneTranslationvalue='-1.99692 -0.32257 0.62907'/>
4622                 <fieldValue name='rotationvalue='-4.34845 0 -48.88130 1.21133'/>
4623                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4624                 <fieldValue name='ballRadiusvalue='0.02'/>
4625                 <fieldValue name='traceEnabledvalue='false'/>
4626                 <fieldValue name='displayMode'/>
4627                 <fieldValue name='transparencyvalue='0'/>
4628            </ProtoInstance>
4629            <ProtoInstance name='Arc'>
4630                 <fieldValue name='cylinderHeightvalue='0.78583'/>
4631                 <fieldValue name='cylinderTranslationvalue='0.64675 -0.00272 0.77008'/>
4632                 <fieldValue name='coneTranslationvalue='0.67633 -0.15325 0.59482'/>
4633                 <fieldValue name='rotationvalue='-59.13133 0 -9.97985 2.27348'/>
4634                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4635                 <fieldValue name='ballRadiusvalue='0.02'/>
4636                 <fieldValue name='traceEnabledvalue='false'/>
4637                 <fieldValue name='displayMode'/>
4638                 <fieldValue name='transparencyvalue='0'/>
4639            </ProtoInstance>
4640            <ProtoInstance name='Arc'>
4641                 <fieldValue name='cylinderHeightvalue='0.82114'/>
4642                 <fieldValue name='cylinderTranslationvalue='0.29247 0.51568 1.14304'/>
4643                 <fieldValue name='coneTranslationvalue='0.10672 0.67709 1.19022'/>
4644                 <fieldValue name='rotationvalue='15.46082 -0.00000 60.87495 0.87087'/>
4645                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4646                 <fieldValue name='ballRadiusvalue='0.02'/>
4647                 <fieldValue name='traceEnabledvalue='false'/>
4648                 <fieldValue name='displayMode'/>
4649                 <fieldValue name='transparencyvalue='0'/>
4650            </ProtoInstance>
4651            <ProtoInstance name='Arc'>
4652                 <fieldValue name='cylinderHeightvalue='0.69034'/>
4653                 <fieldValue name='cylinderTranslationvalue='-0.37683 0.91721 -0.59497'/>
4654                 <fieldValue name='coneTranslationvalue='-0.38577 0.91199 -0.41008'/>
4655                 <fieldValue name='rotationvalue='68.92642 -0.00000 3.33460 1.59899'/>
4656                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4657                 <fieldValue name='ballRadiusvalue='0.02'/>
4658                 <fieldValue name='traceEnabledvalue='false'/>
4659                 <fieldValue name='displayMode'/>
4660                 <fieldValue name='transparencyvalue='0'/>
4661            </ProtoInstance>
4662            <ProtoInstance name='Arc'>
4663                 <fieldValue name='cylinderHeightvalue='0.89304'/>
4664                 <fieldValue name='cylinderTranslationvalue='-0.40783 1.14945 -1.32378'/>
4665                 <fieldValue name='coneTranslationvalue='-0.43843 1.29223 -1.57030'/>
4666                 <fieldValue name='rotationvalue='-76.83619 0 9.53583 1.04913'/>
4667                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4668                 <fieldValue name='ballRadiusvalue='0.02'/>
4669                 <fieldValue name='traceEnabledvalue='false'/>
4670                 <fieldValue name='displayMode'/>
4671                 <fieldValue name='transparencyvalue='0'/>
4672            </ProtoInstance>
4673            <ProtoInstance name='Arc'>
4674                 <fieldValue name='cylinderHeightvalue='0.22930'/>
4675                 <fieldValue name='cylinderTranslationvalue='1.65382 -0.15624 1.07154'/>
4676                 <fieldValue name='coneTranslationvalue='1.64794 -0.12124 1.09977'/>
4677                 <fieldValue name='rotationvalue='-14.27650 0 -2.97285 2.45234'/>
4678                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4679                 <fieldValue name='ballRadiusvalue='0.02'/>
4680                 <fieldValue name='traceEnabledvalue='false'/>
4681                 <fieldValue name='displayMode'/>
4682                 <fieldValue name='transparencyvalue='0'/>
4683            </ProtoInstance>
4684            <ProtoInstance name='Arc'>
4685                 <fieldValue name='cylinderHeightvalue='0.88200'/>
4686                 <fieldValue name='cylinderTranslationvalue='-0.31366 -0.85125 -0.82467'/>
4687                 <fieldValue name='coneTranslationvalue='-0.35658 -0.64424 -0.63956'/>
4688                 <fieldValue name='rotationvalue='58.10148 -0.00000 13.46915 0.74262'/>
4689                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4690                 <fieldValue name='ballRadiusvalue='0.02'/>
4691                 <fieldValue name='traceEnabledvalue='false'/>
4692                 <fieldValue name='displayMode'/>
4693                 <fieldValue name='transparencyvalue='0'/>
4694            </ProtoInstance>
4695            <ProtoInstance name='Arc'>
4696                 <fieldValue name='cylinderHeightvalue='0.36259'/>
4697                 <fieldValue name='cylinderTranslationvalue='0.39438 -1.61623 -0.80800'/>
4698                 <fieldValue name='coneTranslationvalue='0.38444 -1.61079 -0.82602'/>
4699                 <fieldValue name='rotationvalue='-30.69725 0 16.92744 1.31235'/>
4700                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4701                 <fieldValue name='ballRadiusvalue='0.02'/>
4702                 <fieldValue name='traceEnabledvalue='false'/>
4703                 <fieldValue name='displayMode'/>
4704                 <fieldValue name='transparencyvalue='0'/>
4705            </ProtoInstance>
4706            <ProtoInstance name='Arc'>
4707                 <fieldValue name='cylinderHeightvalue='0.38306'/>
4708                 <fieldValue name='cylinderTranslationvalue='1.70941 0.43558 1.07045'/>
4709                 <fieldValue name='coneTranslationvalue='1.73164 0.45506 1.08144'/>
4710                 <fieldValue name='rotationvalue='13.34691 0 -27.00826 0.90506'/>
4711                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4712                 <fieldValue name='ballRadiusvalue='0.02'/>
4713                 <fieldValue name='traceEnabledvalue='false'/>
4714                 <fieldValue name='displayMode'/>
4715                 <fieldValue name='transparencyvalue='0'/>
4716            </ProtoInstance>
4717            <ProtoInstance name='Arc'>
4718                 <fieldValue name='cylinderHeightvalue='0.44972'/>
4719                 <fieldValue name='cylinderTranslationvalue='0.43947 -1.32794 -0.86179'/>
4720                 <fieldValue name='coneTranslationvalue='0.41402 -1.36665 -0.90718'/>
4721                 <fieldValue name='rotationvalue='-31.47422 0 17.64635 2.21036'/>
4722                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4723                 <fieldValue name='ballRadiusvalue='0.02'/>
4724                 <fieldValue name='traceEnabledvalue='false'/>
4725                 <fieldValue name='displayMode'/>
4726                 <fieldValue name='transparencyvalue='0'/>
4727            </ProtoInstance>
4728            <ProtoInstance name='Arc'>
4729                 <fieldValue name='cylinderHeightvalue='1.01561'/>
4730                 <fieldValue name='cylinderTranslationvalue='0.63448 -0.90824 -0.29826'/>
4731                 <fieldValue name='coneTranslationvalue='0.70761 -0.71270 -0.02008'/>
4732                 <fieldValue name='rotationvalue='81.23097 0 -21.35584 0.97375'/>
4733                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4734                 <fieldValue name='ballRadiusvalue='0.02'/>
4735                 <fieldValue name='traceEnabledvalue='false'/>
4736                 <fieldValue name='displayMode'/>
4737                 <fieldValue name='transparencyvalue='0'/>
4738            </ProtoInstance>
4739            <ProtoInstance name='Arc'>
4740                 <fieldValue name='cylinderHeightvalue='0.02135'/>
4741                 <fieldValue name='cylinderTranslationvalue='-0.34832 1.36666 -2.21643'/>
4742                 <fieldValue name='coneTranslationvalue='-0.25153 1.28236 -2.29273'/>
4743                 <fieldValue name='rotationvalue='1.09076 -0.00000 1.38364 0.97093'/>
4744                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4745                 <fieldValue name='ballRadiusvalue='0.02'/>
4746                 <fieldValue name='traceEnabledvalue='false'/>
4747                 <fieldValue name='displayMode'/>
4748                 <fieldValue name='transparencyvalue='0'/>
4749            </ProtoInstance>
4750            <ProtoInstance name='Arc'>
4751                 <fieldValue name='cylinderHeightvalue='0.07459'/>
4752                 <fieldValue name='cylinderTranslationvalue='-0.31519 1.34874 -2.24559'/>
4753                 <fieldValue name='coneTranslationvalue='-0.40144 1.38789 -2.16759'/>
4754                 <fieldValue name='rotationvalue='-4.74149 0 -5.24359 1.89557'/>
4755                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4756                 <fieldValue name='ballRadiusvalue='0.02'/>
4757                 <fieldValue name='traceEnabledvalue='false'/>
4758                 <fieldValue name='displayMode'/>
4759                 <fieldValue name='transparencyvalue='0'/>
4760            </ProtoInstance>
4761            <ProtoInstance name='Arc'>
4762                 <fieldValue name='cylinderHeightvalue='0.46692'/>
4763                 <fieldValue name='cylinderTranslationvalue='1.79130 0.31658 0.64598'/>
4764                 <fieldValue name='coneTranslationvalue='1.84366 0.36091 0.67223'/>
4765                 <fieldValue name='rotationvalue='16.68527 0 -33.28295 0.92294'/>
4766                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4767                 <fieldValue name='ballRadiusvalue='0.02'/>
4768                 <fieldValue name='traceEnabledvalue='false'/>
4769                 <fieldValue name='displayMode'/>
4770                 <fieldValue name='transparencyvalue='0'/>
4771            </ProtoInstance>
4772            <ProtoInstance name='Arc'>
4773                 <fieldValue name='cylinderHeightvalue='0.68067'/>
4774                 <fieldValue name='cylinderTranslationvalue='1.59259 0.05548 0.24580'/>
4775                 <fieldValue name='coneTranslationvalue='1.57548 -0.00822 0.07796'/>
4776                 <fieldValue name='rotationvalue='-63.35039 0 6.45814 1.93182'/>
4777                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4778                 <fieldValue name='ballRadiusvalue='0.02'/>
4779                 <fieldValue name='traceEnabledvalue='false'/>
4780                 <fieldValue name='displayMode'/>
4781                 <fieldValue name='transparencyvalue='0'/>
4782            </ProtoInstance>
4783            <ProtoInstance name='Arc'>
4784                 <fieldValue name='cylinderHeightvalue='0.31189'/>
4785                 <fieldValue name='cylinderTranslationvalue='-1.81077 -1.28439 2.28322'/>
4786                 <fieldValue name='coneTranslationvalue='-1.81402 -1.28506 2.28555'/>
4787                 <fieldValue name='rotationvalue='-17.89604 0 -25.02731 1.40610'/>
4788                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4789                 <fieldValue name='ballRadiusvalue='0.02'/>
4790                 <fieldValue name='traceEnabledvalue='false'/>
4791                 <fieldValue name='displayMode'/>
4792                 <fieldValue name='transparencyvalue='0'/>
4793            </ProtoInstance>
4794            <ProtoInstance name='Arc'>
4795                 <fieldValue name='cylinderHeightvalue='0.20070'/>
4796                 <fieldValue name='cylinderTranslationvalue='-1.43779 -1.31011 2.13662'/>
4797                 <fieldValue name='coneTranslationvalue='-1.46674 -1.32593 2.18631'/>
4798                 <fieldValue name='rotationvalue='-16.72024 0 -9.74112 1.30236'/>
4799                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4800                 <fieldValue name='ballRadiusvalue='0.02'/>
4801                 <fieldValue name='traceEnabledvalue='false'/>
4802                 <fieldValue name='displayMode'/>
4803                 <fieldValue name='transparencyvalue='0'/>
4804            </ProtoInstance>
4805            <ProtoInstance name='Arc'>
4806                 <fieldValue name='cylinderHeightvalue='0.07911'/>
4807                 <fieldValue name='cylinderTranslationvalue='-1.45027 -1.32380 2.22943'/>
4808                 <fieldValue name='coneTranslationvalue='-1.56059 -1.36317 2.20138'/>
4809                 <fieldValue name='rotationvalue='1.84236 0 -7.24532 1.23777'/>
4810                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4811                 <fieldValue name='ballRadiusvalue='0.02'/>
4812                 <fieldValue name='traceEnabledvalue='false'/>
4813                 <fieldValue name='displayMode'/>
4814                 <fieldValue name='transparencyvalue='0'/>
4815            </ProtoInstance>
4816            <ProtoInstance name='Arc'>
4817                 <fieldValue name='cylinderHeightvalue='0.99045'/>
4818                 <fieldValue name='cylinderTranslationvalue='0.51491 0.28876 1.29784'/>
4819                 <fieldValue name='coneTranslationvalue='0.34020 0.48291 1.50798'/>
4820                 <fieldValue name='rotationvalue='62.08508 -0.00000 51.61983 0.95308'/>
4821                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4822                 <fieldValue name='ballRadiusvalue='0.02'/>
4823                 <fieldValue name='traceEnabledvalue='false'/>
4824                 <fieldValue name='displayMode'/>
4825                 <fieldValue name='transparencyvalue='0'/>
4826            </ProtoInstance>
4827            <ProtoInstance name='Arc'>
4828                 <fieldValue name='cylinderHeightvalue='0.70406'/>
4829                 <fieldValue name='cylinderTranslationvalue='0.95392 -0.28804 0.90308'/>
4830                 <fieldValue name='coneTranslationvalue='1.05260 -0.44622 0.85707'/>
4831                 <fieldValue name='rotationvalue='-16.86878 0 -36.18165 2.53873'/>
4832                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4833                 <fieldValue name='ballRadiusvalue='0.02'/>
4834                 <fieldValue name='traceEnabledvalue='false'/>
4835                 <fieldValue name='displayMode'/>
4836                 <fieldValue name='transparencyvalue='0'/>
4837            </ProtoInstance>
4838            <ProtoInstance name='Arc'>
4839                 <fieldValue name='cylinderHeightvalue='0.70696'/>
4840                 <fieldValue name='cylinderTranslationvalue='1.07954 -0.15635 1.06446'/>
4841                 <fieldValue name='coneTranslationvalue='1.24732 -0.24299 1.10663'/>
4842                 <fieldValue name='rotationvalue='15.40820 0 -61.30571 2.03509'/>
4843                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4844                 <fieldValue name='ballRadiusvalue='0.02'/>
4845                 <fieldValue name='traceEnabledvalue='false'/>
4846                 <fieldValue name='displayMode'/>
4847                 <fieldValue name='transparencyvalue='0'/>
4848            </ProtoInstance>
4849            <ProtoInstance name='Arc'>
4850                 <fieldValue name='cylinderHeightvalue='1.07926'/>
4851                 <fieldValue name='cylinderTranslationvalue='0.75713 -0.31041 0.54766'/>
4852                 <fieldValue name='coneTranslationvalue='0.74596 -0.53014 0.23828'/>
4853                 <fieldValue name='rotationvalue='-87.95269 0 3.17516 2.18806'/>
4854                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4855                 <fieldValue name='ballRadiusvalue='0.02'/>
4856                 <fieldValue name='traceEnabledvalue='false'/>
4857                 <fieldValue name='displayMode'/>
4858                 <fieldValue name='transparencyvalue='0'/>
4859            </ProtoInstance>
4860            <ProtoInstance name='Arc'>
4861                 <fieldValue name='cylinderHeightvalue='0.58607'/>
4862                 <fieldValue name='cylinderTranslationvalue='1.04430 -0.10861 0.98033'/>
4863                 <fieldValue name='coneTranslationvalue='1.16746 -0.15879 0.97712'/>
4864                 <fieldValue name='rotationvalue='-1.41729 0 -54.25834 1.95760'/>
4865                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4866                 <fieldValue name='ballRadiusvalue='0.02'/>
4867                 <fieldValue name='traceEnabledvalue='false'/>
4868                 <fieldValue name='displayMode'/>
4869                 <fieldValue name='transparencyvalue='0'/>
4870            </ProtoInstance>
4871            <ProtoInstance name='Arc'>
4872                 <fieldValue name='cylinderHeightvalue='0.58946'/>
4873                 <fieldValue name='cylinderTranslationvalue='-1.74663 -0.68613 -0.62930'/>
4874                 <fieldValue name='coneTranslationvalue='-1.73652 -0.67051 -0.49586'/>
4875                 <fieldValue name='rotationvalue='58.38108 0 -4.42321 1.45459'/>
4876                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4877                 <fieldValue name='ballRadiusvalue='0.02'/>
4878                 <fieldValue name='traceEnabledvalue='false'/>
4879                 <fieldValue name='displayMode'/>
4880                 <fieldValue name='transparencyvalue='0'/>
4881            </ProtoInstance>
4882            <ProtoInstance name='Arc'>
4883                 <fieldValue name='cylinderHeightvalue='0.22404'/>
4884                 <fieldValue name='cylinderTranslationvalue='-1.73228 -0.71998 -1.02712'/>
4885                 <fieldValue name='coneTranslationvalue='-1.74790 -0.72012 -0.98175'/>
4886                 <fieldValue name='rotationvalue='-21.18340 0 -7.29384 1.56786'/>
4887                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4888                 <fieldValue name='ballRadiusvalue='0.02'/>
4889                 <fieldValue name='traceEnabledvalue='false'/>
4890                 <fieldValue name='displayMode'/>
4891                 <fieldValue name='transparencyvalue='0'/>
4892            </ProtoInstance>
4893            <ProtoInstance name='Arc'>
4894                 <fieldValue name='cylinderHeightvalue='0.46080'/>
4895                 <fieldValue name='cylinderTranslationvalue='-0.52532 1.06708 -0.27640'/>
4896                 <fieldValue name='coneTranslationvalue='-0.49625 1.00420 -0.26389'/>
4897                 <fieldValue name='rotationvalue='8.19077 0 -19.03102 2.67525'/>
4898                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4899                 <fieldValue name='ballRadiusvalue='0.02'/>
4900                 <fieldValue name='traceEnabledvalue='false'/>
4901                 <fieldValue name='displayMode'/>
4902                 <fieldValue name='transparencyvalue='0'/>
4903            </ProtoInstance>
4904            <ProtoInstance name='Arc'>
4905                 <fieldValue name='cylinderHeightvalue='0.22968'/>
4906                 <fieldValue name='cylinderTranslationvalue='-1.29089 -1.23317 2.02118'/>
4907                 <fieldValue name='coneTranslationvalue='-1.32950 -1.25296 2.03370'/>
4908                 <fieldValue name='rotationvalue='-6.36597 0 -19.63891 1.11717'/>
4909                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4910                 <fieldValue name='ballRadiusvalue='0.02'/>
4911                 <fieldValue name='traceEnabledvalue='false'/>
4912                 <fieldValue name='displayMode'/>
4913                 <fieldValue name='transparencyvalue='0'/>
4914            </ProtoInstance>
4915            <ProtoInstance name='Arc'>
4916                 <fieldValue name='cylinderHeightvalue='0.52002'/>
4917                 <fieldValue name='cylinderTranslationvalue='-1.46680 -1.46722 2.21977'/>
4918                 <fieldValue name='coneTranslationvalue='-1.49669 -1.53789 2.28392'/>
4919                 <fieldValue name='rotationvalue='33.35201 -0.00000 15.54362 2.35550'/>
4920                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4921                 <fieldValue name='ballRadiusvalue='0.02'/>
4922                 <fieldValue name='traceEnabledvalue='false'/>
4923                 <fieldValue name='displayMode'/>
4924                 <fieldValue name='transparencyvalue='0'/>
4925            </ProtoInstance>
4926            <ProtoInstance name='Arc'>
4927                 <fieldValue name='cylinderHeightvalue='0.31189'/>
4928                 <fieldValue name='cylinderTranslationvalue='-1.81077 -1.28439 2.28323'/>
4929                 <fieldValue name='coneTranslationvalue='-1.80752 -1.28373 2.28090'/>
4930                 <fieldValue name='rotationvalue='17.89628 -0.00000 25.02723 1.73548'/>
4931                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4932                 <fieldValue name='ballRadiusvalue='0.02'/>
4933                 <fieldValue name='traceEnabledvalue='false'/>
4934                 <fieldValue name='displayMode'/>
4935                 <fieldValue name='transparencyvalue='0'/>
4936            </ProtoInstance>
4937            <ProtoInstance name='Arc'>
4938                 <fieldValue name='cylinderHeightvalue='0.40559'/>
4939                 <fieldValue name='cylinderTranslationvalue='2.54603 -2.11507 -0.03142'/>
4940                 <fieldValue name='coneTranslationvalue='2.51063 -2.09140 -0.02723'/>
4941                 <fieldValue name='rotationvalue='3.97093 -0.00000 33.55642 0.98471'/>
4942                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4943                 <fieldValue name='ballRadiusvalue='0.02'/>
4944                 <fieldValue name='traceEnabledvalue='false'/>
4945                 <fieldValue name='displayMode'/>
4946                 <fieldValue name='transparencyvalue='0'/>
4947            </ProtoInstance>
4948            <ProtoInstance name='Arc'>
4949                 <fieldValue name='cylinderHeightvalue='0.30962'/>
4950                 <fieldValue name='cylinderTranslationvalue='-0.24419 1.44797 -2.37344'/>
4951                 <fieldValue name='coneTranslationvalue='-0.24262 1.45031 -2.37780'/>
4952                 <fieldValue name='rotationvalue='25.98157 -0.00000 9.37474 2.03963'/>
4953                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4954                 <fieldValue name='ballRadiusvalue='0.02'/>
4955                 <fieldValue name='traceEnabledvalue='false'/>
4956                 <fieldValue name='displayMode'/>
4957                 <fieldValue name='transparencyvalue='0'/>
4958            </ProtoInstance>
4959            <ProtoInstance name='Arc'>
4960                 <fieldValue name='cylinderHeightvalue='0.16009'/>
4961                 <fieldValue name='cylinderTranslationvalue='1.58069 -1.76511 0.69057'/>
4962                 <fieldValue name='coneTranslationvalue='1.60214 -1.77592 0.61431'/>
4963                 <fieldValue name='rotationvalue='15.26921 -0.00000 4.29635 1.43517'/>
4964                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4965                 <fieldValue name='ballRadiusvalue='0.02'/>
4966                 <fieldValue name='traceEnabledvalue='false'/>
4967                 <fieldValue name='displayMode'/>
4968                 <fieldValue name='transparencyvalue='0'/>
4969            </ProtoInstance>
4970            <ProtoInstance name='Arc'>
4971                 <fieldValue name='cylinderHeightvalue='0.36721'/>
4972                 <fieldValue name='cylinderTranslationvalue='1.61325 -1.82370 0.43728'/>
4973                 <fieldValue name='coneTranslationvalue='1.61467 -1.82984 0.41454'/>
4974                 <fieldValue name='rotationvalue='-35.38721 0 -2.21591 1.83396'/>
4975                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4976                 <fieldValue name='ballRadiusvalue='0.02'/>
4977                 <fieldValue name='traceEnabledvalue='false'/>
4978                 <fieldValue name='displayMode'/>
4979                 <fieldValue name='transparencyvalue='0'/>
4980            </ProtoInstance>
4981            <ProtoInstance name='Arc'>
4982                 <fieldValue name='cylinderHeightvalue='0.55119'/>
4983                 <fieldValue name='cylinderTranslationvalue='1.14032 -0.04223 1.20925'/>
4984                 <fieldValue name='coneTranslationvalue='1.17410 -0.12014 1.13082'/>
4985                 <fieldValue name='rotationvalue='-37.39572 0 -16.10734 2.31044'/>
4986                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4987                 <fieldValue name='ballRadiusvalue='0.02'/>
4988                 <fieldValue name='traceEnabledvalue='false'/>
4989                 <fieldValue name='displayMode'/>
4990                 <fieldValue name='transparencyvalue='0'/>
4991            </ProtoInstance>
4992            <ProtoInstance name='Arc'>
4993                 <fieldValue name='cylinderHeightvalue='0.16975'/>
4994                 <fieldValue name='cylinderTranslationvalue='-0.34873 0.87736 -0.21774'/>
4995                 <fieldValue name='coneTranslationvalue='-0.27665 0.89159 -0.20207'/>
4996                 <fieldValue name='rotationvalue='-3.54110 0 16.28742 1.76136'/>
4997                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4998                 <fieldValue name='ballRadiusvalue='0.02'/>
4999                 <fieldValue name='traceEnabledvalue='false'/>
5000                 <fieldValue name='displayMode'/>
5001                 <fieldValue name='transparencyvalue='0'/>
5002            </ProtoInstance>
5003            <ProtoInstance name='Arc'>
5004                 <fieldValue name='cylinderHeightvalue='0.69558'/>
5005                 <fieldValue name='cylinderTranslationvalue='-0.08370 0.64708 -0.03707'/>
5006                 <fieldValue name='coneTranslationvalue='0.01543 0.51405 0.05093'/>
5007                 <fieldValue name='rotationvalue='32.59372 0 -36.71865 2.35797'/>
5008                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5009                 <fieldValue name='ballRadiusvalue='0.02'/>
5010                 <fieldValue name='traceEnabledvalue='false'/>
5011                 <fieldValue name='displayMode'/>
5012                 <fieldValue name='transparencyvalue='0'/>
5013            </ProtoInstance>
5014            <ProtoInstance name='Arc'>
5015                 <fieldValue name='cylinderHeightvalue='0.31948'/>
5016                 <fieldValue name='cylinderTranslationvalue='2.30894 0.00201 -1.48968'/>
5017                 <fieldValue name='coneTranslationvalue='2.30912 0.00206 -1.48986'/>
5018                 <fieldValue name='rotationvalue='22.27822 -0.00000 21.87131 1.78466'/>
5019                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5020                 <fieldValue name='ballRadiusvalue='0.02'/>
5021                 <fieldValue name='traceEnabledvalue='false'/>
5022                 <fieldValue name='displayMode'/>
5023                 <fieldValue name='transparencyvalue='0'/>
5024            </ProtoInstance>
5025            <ProtoInstance name='Arc'>
5026                 <fieldValue name='cylinderHeightvalue='0.33561'/>
5027                 <fieldValue name='cylinderTranslationvalue='0.27257 -1.63604 -1.18143'/>
5028                 <fieldValue name='coneTranslationvalue='0.27318 -1.63127 -1.17528'/>
5029                 <fieldValue name='rotationvalue='26.44758 0 -2.60733 0.91386'/>
5030                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5031                 <fieldValue name='ballRadiusvalue='0.02'/>
5032                 <fieldValue name='traceEnabledvalue='false'/>
5033                 <fieldValue name='displayMode'/>
5034                 <fieldValue name='transparencyvalue='0'/>
5035            </ProtoInstance>
5036            <ProtoInstance name='Arc'>
5037                 <fieldValue name='cylinderHeightvalue='0.35008'/>
5038                 <fieldValue name='cylinderTranslationvalue='0.55360 -2.58896 0.72618'/>
5039                 <fieldValue name='coneTranslationvalue='0.54875 -2.60317 0.72704'/>
5040                 <fieldValue name='rotationvalue='2.01514 -0.00000 11.28228 2.80806'/>
5041                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5042                 <fieldValue name='ballRadiusvalue='0.02'/>
5043                 <fieldValue name='traceEnabledvalue='false'/>
5044                 <fieldValue name='displayMode'/>
5045                 <fieldValue name='transparencyvalue='0'/>
5046            </ProtoInstance>
5047            <ProtoInstance name='Arc'>
5048                 <fieldValue name='cylinderHeightvalue='0.62117'/>
5049                 <fieldValue name='cylinderTranslationvalue='0.81392 -2.18946 0.70735'/>
5050                 <fieldValue name='coneTranslationvalue='0.91279 -2.07595 0.70311'/>
5051                 <fieldValue name='rotationvalue='-1.74993 0 -40.78264 0.71703'/>
5052                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5053                 <fieldValue name='ballRadiusvalue='0.02'/>
5054                 <fieldValue name='traceEnabledvalue='false'/>
5055                 <fieldValue name='displayMode'/>
5056                 <fieldValue name='transparencyvalue='0'/>
5057            </ProtoInstance>
5058            <ProtoInstance name='Arc'>
5059                 <fieldValue name='cylinderHeightvalue='0.38445'/>
5060                 <fieldValue name='cylinderTranslationvalue='-1.27048 -1.24977 2.15190'/>
5061                 <fieldValue name='coneTranslationvalue='-1.28352 -1.26099 2.17916'/>
5062                 <fieldValue name='rotationvalue='32.51012 -0.00000 15.55641 1.92638'/>
5063                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5064                 <fieldValue name='ballRadiusvalue='0.02'/>
5065                 <fieldValue name='traceEnabledvalue='false'/>
5066                 <fieldValue name='displayMode'/>
5067                 <fieldValue name='transparencyvalue='0'/>
5068            </ProtoInstance>
5069            <ProtoInstance name='Arc'>
5070                 <fieldValue name='cylinderHeightvalue='0.35711'/>
5071                 <fieldValue name='cylinderTranslationvalue='-1.30337 -1.24686 2.11400'/>
5072                 <fieldValue name='coneTranslationvalue='-1.31487 -1.25351 2.12695'/>
5073                 <fieldValue name='rotationvalue='24.92858 -0.00000 22.13470 1.93745'/>
5074                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5075                 <fieldValue name='ballRadiusvalue='0.02'/>
5076                 <fieldValue name='traceEnabledvalue='false'/>
5077                 <fieldValue name='displayMode'/>
5078                 <fieldValue name='transparencyvalue='0'/>
5079            </ProtoInstance>
5080            <ProtoInstance name='Arc'>
5081                 <fieldValue name='cylinderHeightvalue='0.99074'/>
5082                 <fieldValue name='cylinderTranslationvalue='-0.78291 -1.00865 1.77228'/>
5083                 <fieldValue name='coneTranslationvalue='-0.50548 -0.89071 1.62531'/>
5084                 <fieldValue name='rotationvalue='-43.41534 0 -81.95693 1.21146'/>
5085                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5086                 <fieldValue name='ballRadiusvalue='0.02'/>
5087                 <fieldValue name='traceEnabledvalue='false'/>
5088                 <fieldValue name='displayMode'/>
5089                 <fieldValue name='transparencyvalue='0'/>
5090            </ProtoInstance>
5091            <ProtoInstance name='Arc'>
5092                 <fieldValue name='cylinderHeightvalue='0.73862'/>
5093                 <fieldValue name='cylinderTranslationvalue='0.42614 0.52970 1.48836'/>
5094                 <fieldValue name='coneTranslationvalue='0.28791 0.64480 1.59538'/>
5095                 <fieldValue name='rotationvalue='37.76638 -0.00000 48.77868 0.98852'/>
5096                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5097                 <fieldValue name='ballRadiusvalue='0.02'/>
5098                 <fieldValue name='traceEnabledvalue='false'/>
5099                 <fieldValue name='displayMode'/>
5100                 <fieldValue name='transparencyvalue='0'/>
5101            </ProtoInstance>
5102            <ProtoInstance name='Arc'>
5103                 <fieldValue name='cylinderHeightvalue='0.02620'/>
5104                 <fieldValue name='cylinderTranslationvalue='0.28434 -1.52507 -1.03930'/>
5105                 <fieldValue name='coneTranslationvalue='0.29853 -1.62028 -1.15026'/>
5106                 <fieldValue name='rotationvalue='1.97905 -0.00000 0.25302 0.86564'/>
5107                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5108                 <fieldValue name='ballRadiusvalue='0.02'/>
5109                 <fieldValue name='traceEnabledvalue='false'/>
5110                 <fieldValue name='displayMode'/>
5111                 <fieldValue name='transparencyvalue='0'/>
5112            </ProtoInstance>
5113            <ProtoInstance name='Arc'>
5114                 <fieldValue name='cylinderHeightvalue='0.14457'/>
5115                 <fieldValue name='cylinderTranslationvalue='2.12283 -0.05798 -1.30170'/>
5116                 <fieldValue name='coneTranslationvalue='2.18079 -0.04083 -1.36528'/>
5117                 <fieldValue name='rotationvalue='10.47763 -0.00000 9.55119 1.76753'/>
5118                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5119                 <fieldValue name='ballRadiusvalue='0.02'/>
5120                 <fieldValue name='traceEnabledvalue='false'/>
5121                 <fieldValue name='displayMode'/>
5122                 <fieldValue name='transparencyvalue='0'/>
5123            </ProtoInstance>
5124            <ProtoInstance name='Arc'>
5125                 <fieldValue name='cylinderHeightvalue='0.53438'/>
5126                 <fieldValue name='cylinderTranslationvalue='1.95302 -1.22630 -0.10881'/>
5127                 <fieldValue name='coneTranslationvalue='2.00929 -1.29511 -0.04890'/>
5128                 <fieldValue name='rotationvalue='29.86865 0 -28.05184 2.26775'/>
5129                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5130                 <fieldValue name='ballRadiusvalue='0.02'/>
5131                 <fieldValue name='traceEnabledvalue='false'/>
5132                 <fieldValue name='displayMode'/>
5133                 <fieldValue name='transparencyvalue='0'/>
5134            </ProtoInstance>
5135            <ProtoInstance name='Arc'>
5136                 <fieldValue name='cylinderHeightvalue='1.03720'/>
5137                 <fieldValue name='cylinderTranslationvalue='1.59459 -1.43191 0.02316'/>
5138                 <fieldValue name='coneTranslationvalue='1.44373 -1.69267 0.21768'/>
5139                 <fieldValue name='rotationvalue='56.26261 -0.00000 43.63416 2.38498'/>
5140                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5141                 <fieldValue name='ballRadiusvalue='0.02'/>
5142                 <fieldValue name='traceEnabledvalue='false'/>
5143                 <fieldValue name='displayMode'/>
5144                 <fieldValue name='transparencyvalue='0'/>
5145            </ProtoInstance>
5146            <ProtoInstance name='Arc'>
5147                 <fieldValue name='cylinderHeightvalue='0.79788'/>
5148                 <fieldValue name='cylinderTranslationvalue='2.06612 -1.36244 -0.27618'/>
5149                 <fieldValue name='coneTranslationvalue='2.21786 -1.54669 -0.28697'/>
5150                 <fieldValue name='rotationvalue='-3.60448 0 -50.66998 2.45143'/>
5151                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5152                 <fieldValue name='ballRadiusvalue='0.02'/>
5153                 <fieldValue name='traceEnabledvalue='false'/>
5154                 <fieldValue name='displayMode'/>
5155                 <fieldValue name='transparencyvalue='0'/>
5156            </ProtoInstance>
5157            <ProtoInstance name='Arc'>
5158                 <fieldValue name='cylinderHeightvalue='0.74247'/>
5159                 <fieldValue name='cylinderTranslationvalue='1.81428 -2.17326 0.15716'/>
5160                 <fieldValue name='coneTranslationvalue='1.70620 -2.00154 0.21588'/>
5161                 <fieldValue name='rotationvalue='20.63711 -0.00000 37.99092 0.62156'/>
5162                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5163                 <fieldValue name='ballRadiusvalue='0.02'/>
5164                 <fieldValue name='traceEnabledvalue='false'/>
5165                 <fieldValue name='displayMode'/>
5166                 <fieldValue name='transparencyvalue='0'/>
5167            </ProtoInstance>
5168            <ProtoInstance name='Arc'>
5169                 <fieldValue name='cylinderHeightvalue='0.44749'/>
5170                 <fieldValue name='cylinderTranslationvalue='-2.47537 -0.69237 0.61928'/>
5171                 <fieldValue name='coneTranslationvalue='-2.41207 -0.68790 0.61323'/>
5172                 <fieldValue name='rotationvalue='-4.24831 0 -44.43588 1.50059'/>
5173                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5174                 <fieldValue name='ballRadiusvalue='0.02'/>
5175                 <fieldValue name='traceEnabledvalue='false'/>
5176                 <fieldValue name='displayMode'/>
5177                 <fieldValue name='transparencyvalue='0'/>
5178            </ProtoInstance>
5179            <ProtoInstance name='Arc'>
5180                 <fieldValue name='cylinderHeightvalue='0.37527'/>
5181                 <fieldValue name='cylinderTranslationvalue='0.11547 0.68354 1.66804'/>
5182                 <fieldValue name='coneTranslationvalue='0.13628 0.66764 1.65924'/>
5183                 <fieldValue name='rotationvalue='-11.95433 0 -28.26864 2.18387'/>
5184                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5185                 <fieldValue name='ballRadiusvalue='0.02'/>
5186                 <fieldValue name='traceEnabledvalue='false'/>
5187                 <fieldValue name='displayMode'/>
5188                 <fieldValue name='transparencyvalue='0'/>
5189            </ProtoInstance>
5190            <ProtoInstance name='Arc'>
5191                 <fieldValue name='cylinderHeightvalue='0.34010'/>
5192                 <fieldValue name='cylinderTranslationvalue='-0.06527 0.89761 1.85472'/>
5193                 <fieldValue name='coneTranslationvalue='-0.06759 0.90388 1.86222'/>
5194                 <fieldValue name='rotationvalue='25.38183 -0.00000 7.87799 0.89696'/>
5195                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5196                 <fieldValue name='ballRadiusvalue='0.02'/>
5197                 <fieldValue name='traceEnabledvalue='false'/>
5198                 <fieldValue name='displayMode'/>
5199                 <fieldValue name='transparencyvalue='0'/>
5200            </ProtoInstance>
5201            <ProtoInstance name='Arc'>
5202                 <fieldValue name='cylinderHeightvalue='0.38305'/>
5203                 <fieldValue name='cylinderTranslationvalue='1.71015 0.43450 1.07098'/>
5204                 <fieldValue name='coneTranslationvalue='1.68789 0.41507 1.05998'/>
5205                 <fieldValue name='rotationvalue='-13.37016 0 27.04569 2.23463'/>
5206                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5207                 <fieldValue name='ballRadiusvalue='0.02'/>
5208                 <fieldValue name='traceEnabledvalue='false'/>
5209                 <fieldValue name='displayMode'/>
5210                 <fieldValue name='transparencyvalue='0'/>
5211            </ProtoInstance>
5212            <ProtoInstance name='Arc'>
5213                 <fieldValue name='cylinderHeightvalue='0.31100'/>
5214                 <fieldValue name='cylinderTranslationvalue='-1.79721 -0.75779 -1.33338'/>
5215                 <fieldValue name='coneTranslationvalue='-1.80029 -0.75881 -1.33650'/>
5216                 <fieldValue name='rotationvalue='21.55641 0 -21.28472 1.34256'/>
5217                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5218                 <fieldValue name='ballRadiusvalue='0.02'/>
5219                 <fieldValue name='traceEnabledvalue='false'/>
5220                 <fieldValue name='displayMode'/>
5221                 <fieldValue name='transparencyvalue='0'/>
5222            </ProtoInstance>
5223            <ProtoInstance name='Arc'>
5224                 <fieldValue name='cylinderHeightvalue='0.78540'/>
5225                 <fieldValue name='cylinderTranslationvalue='-1.23628 -0.60602 -0.70204'/>
5226                 <fieldValue name='coneTranslationvalue='-1.08723 -0.53841 -0.53662'/>
5227                 <fieldValue name='rotationvalue='55.83193 0 -50.30515 1.27601'/>
5228                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5229                 <fieldValue name='ballRadiusvalue='0.02'/>
5230                 <fieldValue name='traceEnabledvalue='false'/>
5231                 <fieldValue name='displayMode'/>
5232                 <fieldValue name='transparencyvalue='0'/>
5233            </ProtoInstance>
5234            <ProtoInstance name='Arc'>
5235                 <fieldValue name='cylinderHeightvalue='1.39341'/>
5236                 <fieldValue name='cylinderTranslationvalue='-0.49894 -0.30320 0.03947'/>
5237                 <fieldValue name='coneTranslationvalue='-0.12469 -0.15782 0.39564'/>
5238                 <fieldValue name='rotationvalue='92.46992 0 -97.16248 1.29649'/>
5239                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5240                 <fieldValue name='ballRadiusvalue='0.02'/>
5241                 <fieldValue name='traceEnabledvalue='false'/>
5242                 <fieldValue name='displayMode'/>
5243                 <fieldValue name='transparencyvalue='0'/>
5244            </ProtoInstance>
5245            <ProtoInstance name='Arc'>
5246                 <fieldValue name='cylinderHeightvalue='0.91444'/>
5247                 <fieldValue name='cylinderTranslationvalue='0.98557 0.08773 0.39091'/>
5248                 <fieldValue name='coneTranslationvalue='0.79775 -0.13614 0.44520'/>
5249                 <fieldValue name='rotationvalue='16.70276 -0.00000 57.78477 2.42372'/>
5250                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5251                 <fieldValue name='ballRadiusvalue='0.02'/>
5252                 <fieldValue name='traceEnabledvalue='false'/>
5253                 <fieldValue name='displayMode'/>
5254                 <fieldValue name='transparencyvalue='0'/>
5255            </ProtoInstance>
5256            <ProtoInstance name='Arc'>
5257                 <fieldValue name='cylinderHeightvalue='0.11885'/>
5258                 <fieldValue name='cylinderTranslationvalue='1.45681 0.34617 1.04924'/>
5259                 <fieldValue name='coneTranslationvalue='1.51827 0.33789 0.97006'/>
5260                 <fieldValue name='rotationvalue='9.35709 -0.00000 7.26309 1.48841'/>
5261                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5262                 <fieldValue name='ballRadiusvalue='0.02'/>
5263                 <fieldValue name='traceEnabledvalue='false'/>
5264                 <fieldValue name='displayMode'/>
5265                 <fieldValue name='transparencyvalue='0'/>
5266            </ProtoInstance>
5267            <ProtoInstance name='Arc'>
5268                 <fieldValue name='cylinderHeightvalue='0.16670'/>
5269                 <fieldValue name='cylinderTranslationvalue='1.08974 -1.89491 0.64268'/>
5270                 <fieldValue name='coneTranslationvalue='1.13981 -1.88549 0.69994'/>
5271                 <fieldValue name='rotationvalue='-12.45330 0 10.89133 1.69403'/>
5272                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5273                 <fieldValue name='ballRadiusvalue='0.02'/>
5274                 <fieldValue name='traceEnabledvalue='false'/>
5275                 <fieldValue name='displayMode'/>
5276                 <fieldValue name='transparencyvalue='0'/>
5277            </ProtoInstance>
5278            <ProtoInstance name='Arc'>
5279                 <fieldValue name='cylinderHeightvalue='0.14493'/>
5280                 <fieldValue name='cylinderTranslationvalue='1.08101 -1.92001 0.70178'/>
5281                 <fieldValue name='coneTranslationvalue='1.15733 -1.87731 0.70561'/>
5282                 <fieldValue name='rotationvalue='-0.63502 0 12.63574 2.08032'/>
5283                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5284                 <fieldValue name='ballRadiusvalue='0.02'/>
5285                 <fieldValue name='traceEnabledvalue='false'/>
5286                 <fieldValue name='displayMode'/>
5287                 <fieldValue name='transparencyvalue='0'/>
5288            </ProtoInstance>
5289            <ProtoInstance name='Arc'>
5290                 <fieldValue name='cylinderHeightvalue='0.38349'/>
5291                 <fieldValue name='cylinderTranslationvalue='1.75140 0.25515 1.24394'/>
5292                 <fieldValue name='coneTranslationvalue='1.72763 0.24169 1.22776'/>
5293                 <fieldValue name='rotationvalue='-19.54900 0 28.70744 2.00863'/>
5294                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5295                 <fieldValue name='ballRadiusvalue='0.02'/>
5296                 <fieldValue name='traceEnabledvalue='false'/>
5297                 <fieldValue name='displayMode'/>
5298                 <fieldValue name='transparencyvalue='0'/>
5299            </ProtoInstance>
5300            <ProtoInstance name='Arc'>
5301                 <fieldValue name='cylinderHeightvalue='0.34542'/>
5302                 <fieldValue name='cylinderTranslationvalue='-0.65497 1.05847 -0.37792'/>
5303                 <fieldValue name='coneTranslationvalue='-0.66332 1.06762 -0.38074'/>
5304                 <fieldValue name='rotationvalue='-7.66451 0 22.69790 0.76643'/>
5305                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5306                 <fieldValue name='ballRadiusvalue='0.02'/>
5307                 <fieldValue name='traceEnabledvalue='false'/>
5308                 <fieldValue name='displayMode'/>
5309                 <fieldValue name='transparencyvalue='0'/>
5310            </ProtoInstance>
5311            <ProtoInstance name='Arc'>
5312                 <fieldValue name='cylinderHeightvalue='0.12034'/>
5313                 <fieldValue name='cylinderTranslationvalue='2.41200 -2.04857 -0.03147'/>
5314                 <fieldValue name='coneTranslationvalue='2.46800 -2.12433 -0.06448'/>
5315                 <fieldValue name='rotationvalue='3.97985 -0.00000 6.75022 0.70913'/>
5316                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5317                 <fieldValue name='ballRadiusvalue='0.02'/>
5318                 <fieldValue name='traceEnabledvalue='false'/>
5319                 <fieldValue name='displayMode'/>
5320                 <fieldValue name='transparencyvalue='0'/>
5321            </ProtoInstance>
5322            <ProtoInstance name='Arc'>
5323                 <fieldValue name='cylinderHeightvalue='0.35834'/>
5324                 <fieldValue name='cylinderTranslationvalue='1.62414 -1.85718 1.02029'/>
5325                 <fieldValue name='coneTranslationvalue='1.63010 -1.87024 1.03299'/>
5326                 <fieldValue name='rotationvalue='23.74630 0 -11.14566 2.32027'/>
5327                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5328                 <fieldValue name='ballRadiusvalue='0.02'/>
5329                 <fieldValue name='traceEnabledvalue='false'/>
5330                 <fieldValue name='displayMode'/>
5331                 <fieldValue name='transparencyvalue='0'/>
5332            </ProtoInstance>
5333            <ProtoInstance name='Arc'>
5334                 <fieldValue name='cylinderHeightvalue='0.00148'/>
5335                 <fieldValue name='cylinderTranslationvalue='2.20679 -0.02218 -1.36812'/>
5336                 <fieldValue name='coneTranslationvalue='2.27993 0.07351 -1.26392'/>
5337                 <fieldValue name='rotationvalue='-0.09666 0 0.06785 2.21539'/>
5338                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5339                 <fieldValue name='ballRadiusvalue='0.02'/>
5340                 <fieldValue name='traceEnabledvalue='false'/>
5341                 <fieldValue name='displayMode'/>
5342                 <fieldValue name='transparencyvalue='0'/>
5343            </ProtoInstance>
5344            <ProtoInstance name='Arc'>
5345                 <fieldValue name='cylinderHeightvalue='0.81838'/>
5346                 <fieldValue name='cylinderTranslationvalue='-0.33355 0.75599 0.12502'/>
5347                 <fieldValue name='coneTranslationvalue='-0.29704 0.66373 0.35361'/>
5348                 <fieldValue name='rotationvalue='75.07125 0 -11.98966 1.95005'/>
5349                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5350                 <fieldValue name='ballRadiusvalue='0.02'/>
5351                 <fieldValue name='traceEnabledvalue='false'/>
5352                 <fieldValue name='displayMode'/>
5353                 <fieldValue name='transparencyvalue='0'/>
5354            </ProtoInstance>
5355            <ProtoInstance name='Arc'>
5356                 <fieldValue name='cylinderHeightvalue='0.95862'/>
5357                 <fieldValue name='cylinderTranslationvalue='1.93504 -1.31382 0.32717'/>
5358                 <fieldValue name='coneTranslationvalue='2.08671 -1.56940 0.21041'/>
5359                 <fieldValue name='rotationvalue='-35.05074 0 -45.53164 2.49883'/>
5360                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5361                 <fieldValue name='ballRadiusvalue='0.02'/>
5362                 <fieldValue name='traceEnabledvalue='false'/>
5363                 <fieldValue name='displayMode'/>
5364                 <fieldValue name='transparencyvalue='0'/>
5365            </ProtoInstance>
5366            <ProtoInstance name='Arc'>
5367                 <fieldValue name='cylinderHeightvalue='0.88601'/>
5368                 <fieldValue name='cylinderTranslationvalue='2.09930 -1.12473 0.43315'/>
5369                 <fieldValue name='coneTranslationvalue='2.34967 -1.24902 0.38890'/>
5370                 <fieldValue name='rotationvalue='-13.85342 0 -78.38364 2.02551'/>
5371                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5372                 <fieldValue name='ballRadiusvalue='0.02'/>
5373                 <fieldValue name='traceEnabledvalue='false'/>
5374                 <fieldValue name='displayMode'/>
5375                 <fieldValue name='transparencyvalue='0'/>
5376            </ProtoInstance>
5377            <ProtoInstance name='Arc'>
5378                 <fieldValue name='cylinderHeightvalue='0.93846'/>
5379                 <fieldValue name='cylinderTranslationvalue='1.51149 -0.57465 0.73783'/>
5380                 <fieldValue name='coneTranslationvalue='1.38239 -0.34037 0.89297'/>
5381                 <fieldValue name='rotationvalue='47.08272 -0.00000 39.17932 0.71112'/>
5382                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5383                 <fieldValue name='ballRadiusvalue='0.02'/>
5384                 <fieldValue name='traceEnabledvalue='false'/>
5385                 <fieldValue name='displayMode'/>
5386                 <fieldValue name='transparencyvalue='0'/>
5387            </ProtoInstance>
5388            <ProtoInstance name='Arc'>
5389                 <fieldValue name='cylinderHeightvalue='0.67634'/>
5390                 <fieldValue name='cylinderTranslationvalue='1.68912 -0.64282 0.67980'/>
5391                 <fieldValue name='coneTranslationvalue='1.67949 -0.49144 0.77326'/>
5392                 <fieldValue name='rotationvalue='35.47674 -0.00000 3.65408 0.55544'/>
5393                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5394                 <fieldValue name='ballRadiusvalue='0.02'/>
5395                 <fieldValue name='traceEnabledvalue='false'/>
5396                 <fieldValue name='displayMode'/>
5397                 <fieldValue name='transparencyvalue='0'/>
5398            </ProtoInstance>
5399            <ProtoInstance name='Arc'>
5400                 <fieldValue name='cylinderHeightvalue='0.01304'/>
5401                 <fieldValue name='cylinderTranslationvalue='-0.34883 1.37332 -2.21201'/>
5402                 <fieldValue name='coneTranslationvalue='-0.49963 1.35858 -2.18755'/>
5403                 <fieldValue name='rotationvalue='-0.20781 0 -1.28105 1.47461'/>
5404                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5405                 <fieldValue name='ballRadiusvalue='0.02'/>
5406                 <fieldValue name='traceEnabledvalue='false'/>
5407                 <fieldValue name='displayMode'/>
5408                 <fieldValue name='transparencyvalue='0'/>
5409            </ProtoInstance>
5410            <ProtoInstance name='Arc'>
5411                 <fieldValue name='cylinderHeightvalue='0.33413'/>
5412                 <fieldValue name='cylinderTranslationvalue='-1.60130 -1.65456 2.18647'/>
5413                 <fieldValue name='coneTranslationvalue='-1.59844 -1.64867 2.18382'/>
5414                 <fieldValue name='rotationvalue='-12.52460 0 -13.52192 0.58431'/>
5415                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5416                 <fieldValue name='ballRadiusvalue='0.02'/>
5417                 <fieldValue name='traceEnabledvalue='false'/>
5418                 <fieldValue name='displayMode'/>
5419                 <fieldValue name='transparencyvalue='0'/>
5420            </ProtoInstance>
5421            <ProtoInstance name='Arc'>
5422                 <fieldValue name='cylinderHeightvalue='0.31100'/>
5423                 <fieldValue name='cylinderTranslationvalue='-1.79721 -0.75779 -1.33338'/>
5424                 <fieldValue name='coneTranslationvalue='-1.79413 -0.75677 -1.33026'/>
5425                 <fieldValue name='rotationvalue='-21.55641 0 21.28472 1.79903'/>
5426                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5427                 <fieldValue name='ballRadiusvalue='0.02'/>
5428                 <fieldValue name='traceEnabledvalue='false'/>
5429                 <fieldValue name='displayMode'/>
5430                 <fieldValue name='transparencyvalue='0'/>
5431            </ProtoInstance>
5432            <ProtoInstance name='Arc'>
5433                 <fieldValue name='cylinderHeightvalue='0.35030'/>
5434                 <fieldValue name='cylinderTranslationvalue='-1.50247 -1.53694 2.36383'/>
5435                 <fieldValue name='coneTranslationvalue='-1.50521 -1.54668 2.37511'/>
5436                 <fieldValue name='rotationvalue='26.08484 -0.00000 6.33691 2.26852'/>
5437                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5438                 <fieldValue name='ballRadiusvalue='0.02'/>
5439                 <fieldValue name='traceEnabledvalue='false'/>
5440                 <fieldValue name='displayMode'/>
5441                 <fieldValue name='transparencyvalue='0'/>
5442            </ProtoInstance>
5443            <ProtoInstance name='Arc'>
5444                 <fieldValue name='cylinderHeightvalue='0.19767'/>
5445                 <fieldValue name='cylinderTranslationvalue='-1.45361 -1.35723 2.16298'/>
5446                 <fieldValue name='coneTranslationvalue='-1.46424 -1.39881 2.20657'/>
5447                 <fieldValue name='rotationvalue='-14.08577 0 -3.43628 0.82343'/>
5448                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5449                 <fieldValue name='ballRadiusvalue='0.02'/>
5450                 <fieldValue name='traceEnabledvalue='false'/>
5451                 <fieldValue name='displayMode'/>
5452                 <fieldValue name='transparencyvalue='0'/>
5453            </ProtoInstance>
5454            <ProtoInstance name='Arc'>
5455                 <fieldValue name='cylinderHeightvalue='0.03636'/>
5456                 <fieldValue name='cylinderTranslationvalue='1.59492 0.16455 1.13744'/>
5457                 <fieldValue name='coneTranslationvalue='1.69586 0.23711 1.20570'/>
5458                 <fieldValue name='rotationvalue='-1.74992 0 2.58805 2.10788'/>
5459                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5460                 <fieldValue name='ballRadiusvalue='0.02'/>
5461                 <fieldValue name='traceEnabledvalue='false'/>
5462                 <fieldValue name='displayMode'/>
5463                 <fieldValue name='transparencyvalue='0'/>
5464            </ProtoInstance>
5465            <ProtoInstance name='Arc'>
5466                 <fieldValue name='cylinderHeightvalue='0.40956'/>
5467                 <fieldValue name='cylinderTranslationvalue='1.21653 -1.86596 0.66730'/>
5468                 <fieldValue name='coneTranslationvalue='1.17689 -1.87453 0.64830'/>
5469                 <fieldValue name='rotationvalue='-17.37653 0 36.24976 1.76337'/>
5470                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5471                 <fieldValue name='ballRadiusvalue='0.02'/>
5472                 <fieldValue name='traceEnabledvalue='false'/>
5473                 <fieldValue name='displayMode'/>
5474                 <fieldValue name='transparencyvalue='0'/>
5475            </ProtoInstance>
5476            <ProtoInstance name='Arc'>
5477                 <fieldValue name='cylinderHeightvalue='0.17741'/>
5478                 <fieldValue name='cylinderTranslationvalue='1.47849 -1.79053 0.76055'/>
5479                 <fieldValue name='coneTranslationvalue='1.41362 -1.81966 0.75543'/>
5480                 <fieldValue name='rotationvalue='1.27293 0 -16.14290 1.14993'/>
5481                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5482                 <fieldValue name='ballRadiusvalue='0.02'/>
5483                 <fieldValue name='traceEnabledvalue='false'/>
5484                 <fieldValue name='displayMode'/>
5485                 <fieldValue name='transparencyvalue='0'/>
5486            </ProtoInstance>
5487            <ProtoInstance name='Arc'>
5488                 <fieldValue name='cylinderHeightvalue='0.31937'/>
5489                 <fieldValue name='cylinderTranslationvalue='2.31994 0.01693 -1.47375'/>
5490                 <fieldValue name='coneTranslationvalue='2.31972 0.01685 -1.47354'/>
5491                 <fieldValue name='rotationvalue='-21.02930 0 -22.69719 1.32048'/>
5492                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5493                 <fieldValue name='ballRadiusvalue='0.02'/>
5494                 <fieldValue name='traceEnabledvalue='false'/>
5495                 <fieldValue name='displayMode'/>
5496                 <fieldValue name='transparencyvalue='0'/>
5497            </ProtoInstance>
5498            <ProtoInstance name='Arc'>
5499                 <fieldValue name='cylinderHeightvalue='1.10898'/>
5500                 <fieldValue name='cylinderTranslationvalue='0.12036 0.54188 -0.40993'/>
5501                 <fieldValue name='coneTranslationvalue='0.13493 0.64231 -0.79114'/>
5502                 <fieldValue name='rotationvalue='-107.16609 0 -4.09408 1.31338'/>
5503                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5504                 <fieldValue name='ballRadiusvalue='0.02'/>
5505                 <fieldValue name='traceEnabledvalue='false'/>
5506                 <fieldValue name='displayMode'/>
5507                 <fieldValue name='transparencyvalue='0'/>
5508            </ProtoInstance>
5509            <ProtoInstance name='Arc'>
5510                 <fieldValue name='cylinderHeightvalue='1.04622'/>
5511                 <fieldValue name='cylinderTranslationvalue='-0.36664 0.23235 0.29217'/>
5512                 <fieldValue name='coneTranslationvalue='-0.69047 0.11547 0.40759'/>
5513                 <fieldValue name='rotationvalue='33.25427 -0.00000 93.30561 1.89850'/>
5514                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5515                 <fieldValue name='ballRadiusvalue='0.02'/>
5516                 <fieldValue name='traceEnabledvalue='false'/>
5517                 <fieldValue name='displayMode'/>
5518                 <fieldValue name='transparencyvalue='0'/>
5519            </ProtoInstance>
5520            <ProtoInstance name='Arc'>
5521                 <fieldValue name='cylinderHeightvalue='0.05987'/>
5522                 <fieldValue name='cylinderTranslationvalue='-0.31675 1.37598 -2.22829'/>
5523                 <fieldValue name='coneTranslationvalue='-0.42834 1.36713 -2.16206'/>
5524                 <fieldValue name='rotationvalue='-3.04836 0 -5.13636 1.50272'/>
5525                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5526                 <fieldValue name='ballRadiusvalue='0.02'/>
5527                 <fieldValue name='traceEnabledvalue='false'/>
5528                 <fieldValue name='displayMode'/>
5529                 <fieldValue name='transparencyvalue='0'/>
5530            </ProtoInstance>
5531            <ProtoInstance name='Arc'>
5532                 <fieldValue name='cylinderHeightvalue='0.31025'/>
5533                 <fieldValue name='cylinderTranslationvalue='0.23302 0.63256 1.59304'/>
5534                 <fieldValue name='coneTranslationvalue='0.23774 0.63156 1.59373'/>
5535                 <fieldValue name='rotationvalue='-4.43307 0 30.03939 1.36411'/>
5536                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5537                 <fieldValue name='ballRadiusvalue='0.02'/>
5538                 <fieldValue name='traceEnabledvalue='false'/>
5539                 <fieldValue name='displayMode'/>
5540                 <fieldValue name='transparencyvalue='0'/>
5541            </ProtoInstance>
5542            <ProtoInstance name='Arc'>
5543                 <fieldValue name='cylinderHeightvalue='0.96627'/>
5544                 <fieldValue name='cylinderTranslationvalue='0.69720 0.32962 1.36753'/>
5545                 <fieldValue name='coneTranslationvalue='0.90720 0.14830 1.20188'/>
5546                 <fieldValue name='rotationvalue='-49.53375 0 -62.79583 2.16655'/>
5547                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5548                 <fieldValue name='ballRadiusvalue='0.02'/>
5549                 <fieldValue name='traceEnabledvalue='false'/>
5550                 <fieldValue name='displayMode'/>
5551                 <fieldValue name='transparencyvalue='0'/>
5552            </ProtoInstance>
5553            <ProtoInstance name='Arc'>
5554                 <fieldValue name='cylinderHeightvalue='0.46152'/>
5555                 <fieldValue name='cylinderTranslationvalue='1.43980 0.04646 0.58194'/>
5556                 <fieldValue name='coneTranslationvalue='1.47699 0.09021 0.62329'/>
5557                 <fieldValue name='rotationvalue='26.96967 0 -24.26022 0.90433'/>
5558                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5559                 <fieldValue name='ballRadiusvalue='0.02'/>
5560                 <fieldValue name='traceEnabledvalue='false'/>
5561                 <fieldValue name='displayMode'/>
5562                 <fieldValue name='transparencyvalue='0'/>
5563            </ProtoInstance>
5564            <ProtoInstance name='Arc'>
5565                 <fieldValue name='cylinderHeightvalue='0.85177'/>
5566                 <fieldValue name='cylinderTranslationvalue='1.02988 -0.35947 0.27749'/>
5567                 <fieldValue name='coneTranslationvalue='0.84969 -0.52384 0.17161'/>
5568                 <fieldValue name='rotationvalue='-33.91960 0 57.72369 2.23723'/>
5569                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5570                 <fieldValue name='ballRadiusvalue='0.02'/>
5571                 <fieldValue name='traceEnabledvalue='false'/>
5572                 <fieldValue name='displayMode'/>
5573                 <fieldValue name='transparencyvalue='0'/>
5574            </ProtoInstance>
5575            <ProtoInstance name='Arc'>
5576                 <fieldValue name='cylinderHeightvalue='0.80747'/>
5577                 <fieldValue name='cylinderTranslationvalue='-0.48616 0.36667 0.74788'/>
5578                 <fieldValue name='coneTranslationvalue='-0.61449 0.22310 0.89730'/>
5579                 <fieldValue name='rotationvalue='49.50076 -0.00000 42.51248 2.20069'/>
5580                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5581                 <fieldValue name='ballRadiusvalue='0.02'/>
5582                 <fieldValue name='traceEnabledvalue='false'/>
5583                 <fieldValue name='displayMode'/>
5584                 <fieldValue name='transparencyvalue='0'/>
5585            </ProtoInstance>
5586            <ProtoInstance name='Arc'>
5587                 <fieldValue name='cylinderHeightvalue='0.78594'/>
5588                 <fieldValue name='cylinderTranslationvalue='-0.14275 0.69232 0.86036'/>
5589                 <fieldValue name='coneTranslationvalue='-0.06518 0.74439 1.07378'/>
5590                 <fieldValue name='rotationvalue='71.99694 0 -26.17014 1.34539'/>
5591                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5592                 <fieldValue name='ballRadiusvalue='0.02'/>
5593                 <fieldValue name='traceEnabledvalue='false'/>
5594                 <fieldValue name='displayMode'/>
5595                 <fieldValue name='transparencyvalue='0'/>
5596            </ProtoInstance>
5597            <ProtoInstance name='Arc'>
5598                 <fieldValue name='cylinderHeightvalue='0.82519'/>
5599                 <fieldValue name='cylinderTranslationvalue='-0.57576 0.44708 0.26766'/>
5600                 <fieldValue name='coneTranslationvalue='-0.76074 0.35071 0.12519'/>
5601                 <fieldValue name='rotationvalue='-46.54318 0 60.43075 1.96224'/>
5602                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5603                 <fieldValue name='ballRadiusvalue='0.02'/>
5604                 <fieldValue name='traceEnabledvalue='false'/>
5605                 <fieldValue name='displayMode'/>
5606                 <fieldValue name='transparencyvalue='0'/>
5607            </ProtoInstance>
5608            <ProtoInstance name='Arc'>
5609                 <fieldValue name='cylinderHeightvalue='0.17856'/>
5610                 <fieldValue name='cylinderTranslationvalue='-2.16641 -0.66948 0.57833'/>
5611                 <fieldValue name='coneTranslationvalue='-2.23515 -0.67518 0.59394'/>
5612                 <fieldValue name='rotationvalue='-3.94070 0 -17.35589 1.49011'/>
5613                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5614                 <fieldValue name='ballRadiusvalue='0.02'/>
5615                 <fieldValue name='traceEnabledvalue='false'/>
5616                 <fieldValue name='displayMode'/>
5617                 <fieldValue name='transparencyvalue='0'/>
5618            </ProtoInstance>
5619            <ProtoInstance name='Arc'>
5620                 <fieldValue name='cylinderHeightvalue='0.12380'/>
5621                 <fieldValue name='cylinderTranslationvalue='-2.31386 -0.68495 0.60709'/>
5622                 <fieldValue name='coneTranslationvalue='-2.21771 -0.67183 0.59274'/>
5623                 <fieldValue name='rotationvalue='1.81113 -0.00000 12.13407 1.70493'/>
5624                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5625                 <fieldValue name='ballRadiusvalue='0.02'/>
5626                 <fieldValue name='traceEnabledvalue='false'/>
5627                 <fieldValue name='displayMode'/>
5628                 <fieldValue name='transparencyvalue='0'/>
5629            </ProtoInstance>
5630            <ProtoInstance name='Arc'>
5631                 <fieldValue name='cylinderHeightvalue='1.18040'/>
5632                 <fieldValue name='cylinderTranslationvalue='0.34396 0.13850 0.21405'/>
5633                 <fieldValue name='coneTranslationvalue='0.60104 -0.14953 0.40384'/>
5634                 <fieldValue name='rotationvalue='52.07622 0 -70.53836 2.30437'/>
5635                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5636                 <fieldValue name='ballRadiusvalue='0.02'/>
5637                 <fieldValue name='traceEnabledvalue='false'/>
5638                 <fieldValue name='displayMode'/>
5639                 <fieldValue name='transparencyvalue='0'/>
5640            </ProtoInstance>
5641            <ProtoInstance name='Arc'>
5642                 <fieldValue name='cylinderHeightvalue='1.07851'/>
5643                 <fieldValue name='cylinderTranslationvalue='-1.34045 -0.10115 0.53712'/>
5644                 <fieldValue name='coneTranslationvalue='-0.98368 0.01498 0.48179'/>
5645                 <fieldValue name='rotationvalue='-15.73577 0 -101.45726 1.25958'/>
5646                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5647                 <fieldValue name='ballRadiusvalue='0.02'/>
5648                 <fieldValue name='traceEnabledvalue='false'/>
5649                 <fieldValue name='displayMode'/>
5650                 <fieldValue name='transparencyvalue='0'/>
5651            </ProtoInstance>
5652            <ProtoInstance name='Arc'>
5653                 <fieldValue name='cylinderHeightvalue='0.87913'/>
5654                 <fieldValue name='cylinderTranslationvalue='-0.35593 0.00718 0.74860'/>
5655                 <fieldValue name='coneTranslationvalue='-0.57395 0.08456 0.90556'/>
5656                 <fieldValue name='rotationvalue='49.35675 -0.00000 68.55994 1.29035'/>
5657                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5658                 <fieldValue name='ballRadiusvalue='0.02'/>
5659                 <fieldValue name='traceEnabledvalue='false'/>
5660                 <fieldValue name='displayMode'/>
5661                 <fieldValue name='transparencyvalue='0'/>
5662            </ProtoInstance>
5663            <ProtoInstance name='Arc'>
5664                 <fieldValue name='cylinderHeightvalue='0.57205'/>
5665                 <fieldValue name='cylinderTranslationvalue='-2.35737 -0.72952 0.57105'/>
5666                 <fieldValue name='coneTranslationvalue='-2.47974 -0.75914 0.57652'/>
5667                 <fieldValue name='rotationvalue='2.48363 -0.00000 55.54680 1.80808'/>
5668                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5669                 <fieldValue name='ballRadiusvalue='0.02'/>
5670                 <fieldValue name='traceEnabledvalue='false'/>
5671                 <fieldValue name='displayMode'/>
5672                 <fieldValue name='transparencyvalue='0'/>
5673            </ProtoInstance>
5674            <ProtoInstance name='Arc'>
5675                 <fieldValue name='cylinderHeightvalue='0.57205'/>
5676                 <fieldValue name='cylinderTranslationvalue='-2.35737 -0.72952 0.57105'/>
5677                 <fieldValue name='coneTranslationvalue='-2.47974 -0.75914 0.57652'/>
5678                 <fieldValue name='rotationvalue='2.48363 -0.00000 55.54681 1.80808'/>
5679                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5680                 <fieldValue name='ballRadiusvalue='0.02'/>
5681                 <fieldValue name='traceEnabledvalue='false'/>
5682                 <fieldValue name='displayMode'/>
5683                 <fieldValue name='transparencyvalue='0'/>
5684            </ProtoInstance>
5685            <ProtoInstance name='Arc'>
5686                 <fieldValue name='cylinderHeightvalue='0.35977'/>
5687                 <fieldValue name='cylinderTranslationvalue='-2.14281 -0.69754 0.39393'/>
5688                 <fieldValue name='coneTranslationvalue='-2.14980 -0.70143 0.37573'/>
5689                 <fieldValue name='rotationvalue='-32.93923 0 12.63611 1.76804'/>
5690                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5691                 <fieldValue name='ballRadiusvalue='0.02'/>
5692                 <fieldValue name='traceEnabledvalue='false'/>
5693                 <fieldValue name='displayMode'/>
5694                 <fieldValue name='transparencyvalue='0'/>
5695            </ProtoInstance>
5696            <ProtoInstance name='Arc'>
5697                 <fieldValue name='cylinderHeightvalue='0.43147'/>
5698                 <fieldValue name='cylinderTranslationvalue='2.28846 -1.86145 0.08995'/>
5699                 <fieldValue name='coneTranslationvalue='2.32096 -1.90381 0.07394'/>
5700                 <fieldValue name='rotationvalue='-12.39282 0 -25.15232 2.43420'/>
5701                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5702                 <fieldValue name='ballRadiusvalue='0.02'/>
5703                 <fieldValue name='traceEnabledvalue='false'/>
5704                 <fieldValue name='displayMode'/>
5705                 <fieldValue name='transparencyvalue='0'/>
5706            </ProtoInstance>
5707            <ProtoInstance name='Arc'>
5708                 <fieldValue name='cylinderHeightvalue='0.57609'/>
5709                 <fieldValue name='cylinderTranslationvalue='1.89351 -1.78447 0.20613'/>
5710                 <fieldValue name='coneTranslationvalue='1.77385 -1.82314 0.23023'/>
5711                 <fieldValue name='rotationvalue='10.84358 -0.00000 53.83743 1.87760'/>
5712                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5713                 <fieldValue name='ballRadiusvalue='0.02'/>
5714                 <fieldValue name='traceEnabledvalue='false'/>
5715                 <fieldValue name='displayMode'/>
5716                 <fieldValue name='transparencyvalue='0'/>
5717            </ProtoInstance>
5718            <ProtoInstance name='Arc'>
5719                 <fieldValue name='cylinderHeightvalue='0.45771'/>
5720                 <fieldValue name='cylinderTranslationvalue='0.93378 -2.10895 0.55720'/>
5721                 <fieldValue name='coneTranslationvalue='0.96432 -2.04764 0.56419'/>
5722                 <fieldValue name='rotationvalue='4.64292 0 -20.30058 0.47234'/>
5723                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5724                 <fieldValue name='ballRadiusvalue='0.02'/>
5725                 <fieldValue name='traceEnabledvalue='false'/>
5726                 <fieldValue name='displayMode'/>
5727                 <fieldValue name='transparencyvalue='0'/>
5728            </ProtoInstance>
5729            <ProtoInstance name='Arc'>
5730                 <fieldValue name='cylinderHeightvalue='0.77623'/>
5731                 <fieldValue name='cylinderTranslationvalue='1.10435 -2.06088 0.41923'/>
5732                 <fieldValue name='coneTranslationvalue='1.26426 -1.91285 0.35178'/>
5733                 <fieldValue name='rotationvalue='-22.95152 0 -54.41513 0.86459'/>
5734                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5735                 <fieldValue name='ballRadiusvalue='0.02'/>
5736                 <fieldValue name='traceEnabledvalue='false'/>
5737                 <fieldValue name='displayMode'/>
5738                 <fieldValue name='transparencyvalue='0'/>
5739            </ProtoInstance>
5740            <ProtoInstance name='Arc'>
5741                 <fieldValue name='cylinderHeightvalue='1.35476'/>
5742                 <fieldValue name='cylinderTranslationvalue='0.18771 -0.65919 -0.19100'/>
5743                 <fieldValue name='coneTranslationvalue='0.62209 -0.76065 0.07111'/>
5744                 <fieldValue name='rotationvalue='68.63336 0 -113.74349 1.76817'/>
5745                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5746                 <fieldValue name='ballRadiusvalue='0.02'/>
5747                 <fieldValue name='traceEnabledvalue='false'/>
5748                 <fieldValue name='displayMode'/>
5749                 <fieldValue name='transparencyvalue='0'/>
5750            </ProtoInstance>
5751            <ProtoInstance name='Arc'>
5752                 <fieldValue name='cylinderHeightvalue='1.04119'/>
5753                 <fieldValue name='cylinderTranslationvalue='-0.87320 -0.47450 -0.37269'/>
5754                 <fieldValue name='coneTranslationvalue='-1.21413 -0.43858 -0.26084'/>
5755                 <fieldValue name='rotationvalue='32.29547 -0.00000 98.43889 1.47101'/>
5756                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5757                 <fieldValue name='ballRadiusvalue='0.02'/>
5758                 <fieldValue name='traceEnabledvalue='false'/>
5759                 <fieldValue name='displayMode'/>
5760                 <fieldValue name='transparencyvalue='0'/>
5761            </ProtoInstance>
5762            <ProtoInstance name='Arc'>
5763                 <fieldValue name='cylinderHeightvalue='0.22207'/>
5764                 <fieldValue name='cylinderTranslationvalue='0.84220 -0.86236 0.14738'/>
5765                 <fieldValue name='coneTranslationvalue='0.88003 -0.89338 0.14526'/>
5766                 <fieldValue name='rotationvalue='0.95857 -0.00000 17.15594 0.88476'/>
5767                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5768                 <fieldValue name='ballRadiusvalue='0.02'/>
5769                 <fieldValue name='traceEnabledvalue='false'/>
5770                 <fieldValue name='displayMode'/>
5771                 <fieldValue name='transparencyvalue='0'/>
5772            </ProtoInstance>
5773            <ProtoInstance name='Arc'>
5774                 <fieldValue name='cylinderHeightvalue='0.72112'/>
5775                 <fieldValue name='cylinderTranslationvalue='-2.05061 -0.73268 -0.20643'/>
5776                 <fieldValue name='coneTranslationvalue='-1.86922 -0.68778 -0.27928'/>
5777                 <fieldValue name='rotationvalue='-26.19293 0 -65.21836 1.34502'/>
5778                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5779                 <fieldValue name='ballRadiusvalue='0.02'/>
5780                 <fieldValue name='traceEnabledvalue='false'/>
5781                 <fieldValue name='displayMode'/>
5782                 <fieldValue name='transparencyvalue='0'/>
5783            </ProtoInstance>
5784            <ProtoInstance name='Arc'>
5785                 <fieldValue name='cylinderHeightvalue='0.59453'/>
5786                 <fieldValue name='cylinderTranslationvalue='1.25939 -0.50570 0.92349'/>
5787                 <fieldValue name='coneTranslationvalue='1.24159 -0.37746 0.96910'/>
5788                 <fieldValue name='rotationvalue='19.75517 -0.00000 7.70595 0.36470'/>
5789                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5790                 <fieldValue name='ballRadiusvalue='0.02'/>
5791                 <fieldValue name='traceEnabledvalue='false'/>
5792                 <fieldValue name='displayMode'/>
5793                 <fieldValue name='transparencyvalue='0'/>
5794            </ProtoInstance>
5795            <ProtoInstance name='Arc'>
5796                 <fieldValue name='cylinderHeightvalue='0.62773'/>
5797                 <fieldValue name='cylinderTranslationvalue='0.72654 -0.52434 0.31330'/>
5798                 <fieldValue name='coneTranslationvalue='0.71188 -0.39311 0.39229'/>
5799                 <fieldValue name='rotationvalue='32.22575 -0.00000 5.97769 0.54934'/>
5800                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5801                 <fieldValue name='ballRadiusvalue='0.02'/>
5802                 <fieldValue name='traceEnabledvalue='false'/>
5803                 <fieldValue name='displayMode'/>
5804                 <fieldValue name='transparencyvalue='0'/>
5805            </ProtoInstance>
5806            <ProtoInstance name='Arc'>
5807                 <fieldValue name='cylinderHeightvalue='0.89756'/>
5808                 <fieldValue name='cylinderTranslationvalue='-1.12165 -0.06649 -0.08813'/>
5809                 <fieldValue name='coneTranslationvalue='-0.96481 0.16269 -0.00893'/>
5810                 <fieldValue name='rotationvalue='24.61567 0 -48.74901 0.65409'/>
5811                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5812                 <fieldValue name='ballRadiusvalue='0.02'/>
5813                 <fieldValue name='traceEnabledvalue='false'/>
5814                 <fieldValue name='displayMode'/>
5815                 <fieldValue name='transparencyvalue='0'/>
5816            </ProtoInstance>
5817            <ProtoInstance name='Arc'>
5818                 <fieldValue name='cylinderHeightvalue='0.06833'/>
5819                 <fieldValue name='cylinderTranslationvalue='1.58946 0.14799 1.16123'/>
5820                 <fieldValue name='coneTranslationvalue='1.56191 0.17473 1.04139'/>
5821                 <fieldValue name='rotationvalue='6.50708 0 -1.49546 1.78498'/>
5822                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5823                 <fieldValue name='ballRadiusvalue='0.02'/>
5824                 <fieldValue name='traceEnabledvalue='false'/>
5825                 <fieldValue name='displayMode'/>
5826                 <fieldValue name='transparencyvalue='0'/>
5827            </ProtoInstance>
5828            <ProtoInstance name='Arc'>
5829                 <fieldValue name='cylinderHeightvalue='0.21697'/>
5830                 <fieldValue name='cylinderTranslationvalue='2.27866 -2.14505 -0.01266'/>
5831                 <fieldValue name='coneTranslationvalue='2.23026 -2.15475 0.00205'/>
5832                 <fieldValue name='rotationvalue='-6.19652 0 -20.38799 1.38135'/>
5833                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5834                 <fieldValue name='ballRadiusvalue='0.02'/>
5835                 <fieldValue name='traceEnabledvalue='false'/>
5836                 <fieldValue name='displayMode'/>
5837                 <fieldValue name='transparencyvalue='0'/>
5838            </ProtoInstance>
5839            <ProtoInstance name='Arc'>
5840                 <fieldValue name='cylinderHeightvalue='0.67094'/>
5841                 <fieldValue name='cylinderTranslationvalue='1.90053 -2.01847 0.13933'/>
5842                 <fieldValue name='coneTranslationvalue='1.75606 -1.94157 0.20263'/>
5843                 <fieldValue name='rotationvalue='24.20279 -0.00000 55.23970 1.11719'/>
5844                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5845                 <fieldValue name='ballRadiusvalue='0.02'/>
5846                 <fieldValue name='traceEnabledvalue='false'/>
5847                 <fieldValue name='displayMode'/>
5848                 <fieldValue name='transparencyvalue='0'/>
5849            </ProtoInstance>
5850            <ProtoInstance name='Arc'>
5851                 <fieldValue name='cylinderHeightvalue='0.38672'/>
5852                 <fieldValue name='cylinderTranslationvalue='1.57934 -0.03716 1.57058'/>
5853                 <fieldValue name='coneTranslationvalue='1.59921 -0.02962 1.59629'/>
5854                 <fieldValue name='rotationvalue='29.80725 0 -23.03480 1.34268'/>
5855                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5856                 <fieldValue name='ballRadiusvalue='0.02'/>
5857                 <fieldValue name='traceEnabledvalue='false'/>
5858                 <fieldValue name='displayMode'/>
5859                 <fieldValue name='transparencyvalue='0'/>
5860            </ProtoInstance>
5861            <ProtoInstance name='Arc'>
5862                 <fieldValue name='cylinderHeightvalue='0.69202'/>
5863                 <fieldValue name='cylinderTranslationvalue='-1.24777 0.07533 -1.66760'/>
5864                 <fieldValue name='coneTranslationvalue='-1.37818 -0.05685 -1.65657'/>
5865                 <fieldValue name='rotationvalue='4.10297 -0.00000 48.51683 2.36115'/>
5866                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5867                 <fieldValue name='ballRadiusvalue='0.02'/>
5868                 <fieldValue name='traceEnabledvalue='false'/>
5869                 <fieldValue name='displayMode'/>
5870                 <fieldValue name='transparencyvalue='0'/>
5871            </ProtoInstance>
5872            <ProtoInstance name='Arc'>
5873                 <fieldValue name='cylinderHeightvalue='0.40562'/>
5874                 <fieldValue name='cylinderTranslationvalue='2.54618 -2.11488 -0.03139'/>
5875                 <fieldValue name='coneTranslationvalue='2.58163 -2.13852 -0.03557'/>
5876                 <fieldValue name='rotationvalue='-3.96353 0 -33.58569 2.15572'/>
5877                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5878                 <fieldValue name='ballRadiusvalue='0.02'/>
5879                 <fieldValue name='traceEnabledvalue='false'/>
5880                 <fieldValue name='displayMode'/>
5881                 <fieldValue name='transparencyvalue='0'/>
5882            </ProtoInstance>
5883            <ProtoInstance name='Arc'>
5884                 <fieldValue name='cylinderHeightvalue='0.41029'/>
5885                 <fieldValue name='cylinderTranslationvalue='1.15115 0.03871 1.26852'/>
5886                 <fieldValue name='coneTranslationvalue='1.12035 0.04307 1.23581'/>
5887                 <fieldValue name='rotationvalue='-29.73148 0 27.99537 1.47412'/>
5888                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5889                 <fieldValue name='ballRadiusvalue='0.02'/>
5890                 <fieldValue name='traceEnabledvalue='false'/>
5891                 <fieldValue name='displayMode'/>
5892                 <fieldValue name='transparencyvalue='0'/>
5893            </ProtoInstance>
5894            <ProtoInstance name='Arc'>
5895                 <fieldValue name='cylinderHeightvalue='0.71115'/>
5896                 <fieldValue name='cylinderTranslationvalue='1.56445 -0.19405 1.22598'/>
5897                 <fieldValue name='coneTranslationvalue='1.42757 -0.20785 1.08697'/>
5898                 <fieldValue name='rotationvalue='-50.54620 0 49.77230 1.64146'/>
5899                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5900                 <fieldValue name='ballRadiusvalue='0.02'/>
5901                 <fieldValue name='traceEnabledvalue='false'/>
5902                 <fieldValue name='displayMode'/>
5903                 <fieldValue name='transparencyvalue='0'/>
5904            </ProtoInstance>
5905            <ProtoInstance name='Arc'>
5906                 <fieldValue name='cylinderHeightvalue='0.78374'/>
5907                 <fieldValue name='cylinderTranslationvalue='-1.27936 -1.45534 1.34887'/>
5908                 <fieldValue name='coneTranslationvalue='-1.16405 -1.29476 1.22770'/>
5909                 <fieldValue name='rotationvalue='-40.95458 0 -38.97490 0.80577'/>
5910                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5911                 <fieldValue name='ballRadiusvalue='0.02'/>
5912                 <fieldValue name='traceEnabledvalue='false'/>
5913                 <fieldValue name='displayMode'/>
5914                 <fieldValue name='transparencyvalue='0'/>
5915            </ProtoInstance>
5916            <ProtoInstance name='Arc'>
5917                 <fieldValue name='cylinderHeightvalue='0.52350'/>
5918                 <fieldValue name='cylinderTranslationvalue='-0.51527 1.55430 -1.88599'/>
5919                 <fieldValue name='coneTranslationvalue='-0.49204 1.48342 -1.81679'/>
5920                 <fieldValue name='rotationvalue='35.60682 0 -11.95093 2.34145'/>
5921                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5922                 <fieldValue name='ballRadiusvalue='0.02'/>
5923                 <fieldValue name='traceEnabledvalue='false'/>
5924                 <fieldValue name='displayMode'/>
5925                 <fieldValue name='transparencyvalue='0'/>
5926            </ProtoInstance>
5927            <ProtoInstance name='Arc'>
5928                 <fieldValue name='cylinderHeightvalue='0.38461'/>
5929                 <fieldValue name='cylinderTranslationvalue='1.73490 0.21074 1.30797'/>
5930                 <fieldValue name='coneTranslationvalue='1.75808 0.22250 1.32716'/>
5931                 <fieldValue name='rotationvalue='22.84124 0 -27.59423 1.19815'/>
5932                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5933                 <fieldValue name='ballRadiusvalue='0.02'/>
5934                 <fieldValue name='traceEnabledvalue='false'/>
5935                 <fieldValue name='displayMode'/>
5936                 <fieldValue name='transparencyvalue='0'/>
5937            </ProtoInstance>
5938            <ProtoInstance name='Arc'>
5939                 <fieldValue name='cylinderHeightvalue='0.79659'/>
5940                 <fieldValue name='cylinderTranslationvalue='-0.77511 0.37897 0.22171'/>
5941                 <fieldValue name='coneTranslationvalue='-0.80984 0.19051 0.36334'/>
5942                 <fieldValue name='rotationvalue='47.34745 -0.00000 11.61108 2.48302'/>
5943                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5944                 <fieldValue name='ballRadiusvalue='0.02'/>
5945                 <fieldValue name='traceEnabledvalue='false'/>
5946                 <fieldValue name='displayMode'/>
5947                 <fieldValue name='transparencyvalue='0'/>
5948            </ProtoInstance>
5949            <ProtoInstance name='Arc'>
5950                 <fieldValue name='cylinderHeightvalue='0.00673'/>
5951                 <fieldValue name='cylinderTranslationvalue='-2.37765 -0.69389 0.61723'/>
5952                 <fieldValue name='coneTranslationvalue='-2.23252 -0.66343 0.56681'/>
5953                 <fieldValue name='rotationvalue='0.21675 -0.00000 0.62390 1.76646'/>
5954                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5955                 <fieldValue name='ballRadiusvalue='0.02'/>
5956                 <fieldValue name='traceEnabledvalue='false'/>
5957                 <fieldValue name='displayMode'/>
5958                 <fieldValue name='transparencyvalue='0'/>
5959            </ProtoInstance>
5960            <ProtoInstance name='Arc'>
5961                 <fieldValue name='cylinderHeightvalue='0.25943'/>
5962                 <fieldValue name='cylinderTranslationvalue='1.50038 -1.84024 0.28241'/>
5963                 <fieldValue name='coneTranslationvalue='1.47143 -1.83295 0.28756'/>
5964                 <fieldValue name='rotationvalue='-4.41252 0 -24.79038 1.81388'/>
5965                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5966                 <fieldValue name='ballRadiusvalue='0.02'/>
5967                 <fieldValue name='traceEnabledvalue='false'/>
5968                 <fieldValue name='displayMode'/>
5969                 <fieldValue name='transparencyvalue='0'/>
5970            </ProtoInstance>
5971            <ProtoInstance name='Arc'>
5972                 <fieldValue name='cylinderHeightvalue='0.31891'/>
5973                 <fieldValue name='cylinderTranslationvalue='-0.24233 1.37692 -2.41642'/>
5974                 <fieldValue name='coneTranslationvalue='-0.24249 1.37678 -2.41591'/>
5975                 <fieldValue name='rotationvalue='-29.42431 0 -9.32658 1.31672'/>
5976                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5977                 <fieldValue name='ballRadiusvalue='0.02'/>
5978                 <fieldValue name='traceEnabledvalue='false'/>
5979                 <fieldValue name='displayMode'/>
5980                 <fieldValue name='transparencyvalue='0'/>
5981            </ProtoInstance>
5982            <ProtoInstance name='Arc'>
5983                 <fieldValue name='cylinderHeightvalue='0.41029'/>
5984                 <fieldValue name='cylinderTranslationvalue='1.15115 0.03871 1.26852'/>
5985                 <fieldValue name='coneTranslationvalue='1.12035 0.04307 1.23581'/>
5986                 <fieldValue name='rotationvalue='-29.73148 0 27.99537 1.47412'/>
5987                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5988                 <fieldValue name='ballRadiusvalue='0.02'/>
5989                 <fieldValue name='traceEnabledvalue='false'/>
5990                 <fieldValue name='displayMode'/>
5991                 <fieldValue name='transparencyvalue='0'/>
5992            </ProtoInstance>
5993            <ProtoInstance name='Arc'>
5994                 <fieldValue name='cylinderHeightvalue='0.74795'/>
5995                 <fieldValue name='cylinderTranslationvalue='-1.96525 -0.69238 -0.05408'/>
5996                 <fieldValue name='coneTranslationvalue='-1.82751 -0.66925 -0.21618'/>
5997                 <fieldValue name='rotationvalue='-56.66290 0 -48.14784 1.46252'/>
5998                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5999                 <fieldValue name='ballRadiusvalue='0.02'/>
6000                 <fieldValue name='traceEnabledvalue='false'/>
6001                 <fieldValue name='displayMode'/>
6002                 <fieldValue name='transparencyvalue='0'/>
6003            </ProtoInstance>
6004            <ProtoInstance name='Arc'>
6005                 <fieldValue name='cylinderHeightvalue='0.53728'/>
6006                 <fieldValue name='cylinderTranslationvalue='-0.78944 0.51462 -0.08225'/>
6007                 <fieldValue name='coneTranslationvalue='-0.75367 0.60559 -0.12965'/>
6008                 <fieldValue name='rotationvalue='-23.44008 0 -17.69301 0.57831'/>
6009                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6010                 <fieldValue name='ballRadiusvalue='0.02'/>
6011                 <fieldValue name='traceEnabledvalue='false'/>
6012                 <fieldValue name='displayMode'/>
6013                 <fieldValue name='transparencyvalue='0'/>
6014            </ProtoInstance>
6015            <ProtoInstance name='Arc'>
6016                 <fieldValue name='cylinderHeightvalue='0.89286'/>
6017                 <fieldValue name='cylinderTranslationvalue='-0.72880 -1.00920 1.34965'/>
6018                 <fieldValue name='coneTranslationvalue='-0.50060 -0.89708 1.48153'/>
6019                 <fieldValue name='rotationvalue='41.11052 0 -71.13571 1.16859'/>
6020                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6021                 <fieldValue name='ballRadiusvalue='0.02'/>
6022                 <fieldValue name='traceEnabledvalue='false'/>
6023                 <fieldValue name='displayMode'/>
6024                 <fieldValue name='transparencyvalue='0'/>
6025            </ProtoInstance>
6026            <ProtoInstance name='Vertex'>
6027                 <fieldValue name='vertexTextvalue='"2010-01-19-ARCRELIEF.ORG-SITE"'/>
6028                 <fieldValue name='descriptionvalue='1: 2010-01-19-ARCRELIEF.ORG-SITE'/>
6029                 <fieldValue name='url'/>
6030                 <fieldValue name='radiusvalue='0.1500'/>
6031                 <fieldValue name='displayMode'/>
6032                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6033                 <fieldValue name='transparencyvalue='0'/>
6034                 <fieldValue name='translationvalue='-1.89121 -0.64414 0.57550'/>
6035                 <fieldValue name='textTranslationvalue='-1.74121 -0.64414 0.57550'/>
6036                 <fieldValue name='textColorvalue='0 0 0'/>
6037            </ProtoInstance>
6038            <ProtoInstance name='Vertex'>
6039                 <fieldValue name='vertexTextvalue='"2010-01-19-ARMY.MIL"'/>
6040                 <fieldValue name='descriptionvalue='2: 2010-01-19-ARMY.MIL'/>
6041                 <fieldValue name='url'/>
6042                 <fieldValue name='radiusvalue='0.1500'/>
6043                 <fieldValue name='displayMode'/>
6044                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6045                 <fieldValue name='transparencyvalue='0'/>
6046                 <fieldValue name='translationvalue='1.08027 -0.10119 0.87171'/>
6047                 <fieldValue name='textTranslationvalue='1.23027 -0.10119 0.87171'/>
6048                 <fieldValue name='textColorvalue='0 0 0'/>
6049            </ProtoInstance>
6050            <ProtoInstance name='Vertex'>
6051                 <fieldValue name='vertexTextvalue='"2010-01-19-FLICKR.COM-PHOTOS"'/>
6052                 <fieldValue name='descriptionvalue='3: 2010-01-19-FLICKR.COM-PHOTOS'/>
6053                 <fieldValue name='url'/>
6054                 <fieldValue name='radiusvalue='0.1500'/>
6055                 <fieldValue name='displayMode'/>
6056                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
6057                 <fieldValue name='transparencyvalue='0'/>
6058                 <fieldValue name='translationvalue='1.86642 -0.13294 -0.99833'/>
6059                 <fieldValue name='textTranslationvalue='2.01642 -0.13294 -0.99833'/>
6060                 <fieldValue name='textColorvalue='0 0 0'/>
6061            </ProtoInstance>
6062            <ProtoInstance name='Vertex'>
6063                 <fieldValue name='vertexTextvalue='"2010-01-19-HEARTLANDALLIANCE.ORG-INTERNATIONAL"'/>
6064                 <fieldValue name='descriptionvalue='4: 2010-01-19-HEARTLANDALLIANCE.ORG-INTERNATIONAL'/>
6065                 <fieldValue name='url'/>
6066                 <fieldValue name='radiusvalue='0.1500'/>
6067                 <fieldValue name='displayMode'/>
6068                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
6069                 <fieldValue name='transparencyvalue='0'/>
6070                 <fieldValue name='translationvalue='-1.32967 -0.57679 -0.81196'/>
6071                 <fieldValue name='textTranslationvalue='-1.17967 -0.57679 -0.81196'/>
6072                 <fieldValue name='textColorvalue='0 0 0'/>
6073            </ProtoInstance>
6074            <ProtoInstance name='Vertex'>
6075                 <fieldValue name='vertexTextvalue='"2010-01-19-INRELIEF.ORG"'/>
6076                 <fieldValue name='descriptionvalue='5: 2010-01-19-INRELIEF.ORG'/>
6077                 <fieldValue name='url'/>
6078                 <fieldValue name='radiusvalue='0.1500'/>
6079                 <fieldValue name='displayMode'/>
6080                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6081                 <fieldValue name='transparencyvalue='0'/>
6082                 <fieldValue name='translationvalue='-0.36914 0.64157 -0.14969'/>
6083                 <fieldValue name='textTranslationvalue='-0.21914 0.64157 -0.14969'/>
6084                 <fieldValue name='textColorvalue='0 0 0'/>
6085            </ProtoInstance>
6086            <ProtoInstance name='Vertex'>
6087                 <fieldValue name='vertexTextvalue='"2010-01-19-INRELIEF.ORG-HOME"'/>
6088                 <fieldValue name='descriptionvalue='6: 2010-01-19-INRELIEF.ORG-HOME'/>
6089                 <fieldValue name='url'/>
6090                 <fieldValue name='radiusvalue='0.1500'/>
6091                 <fieldValue name='displayMode'/>
6092                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6093                 <fieldValue name='transparencyvalue='0'/>
6094                 <fieldValue name='translationvalue='-0.36914 0.64157 -0.14969'/>
6095                 <fieldValue name='textTranslationvalue='-0.21914 0.64157 -0.14969'/>
6096                 <fieldValue name='textColorvalue='0 0 0'/>
6097            </ProtoInstance>
6098            <ProtoInstance name='Vertex'>
6099                 <fieldValue name='vertexTextvalue='"2010-01-19-NAVY.MIL-SWF"'/>
6100                 <fieldValue name='descriptionvalue='7: 2010-01-19-NAVY.MIL-SWF'/>
6101                 <fieldValue name='url'/>
6102                 <fieldValue name='radiusvalue='0.1500'/>
6103                 <fieldValue name='displayMode'/>
6104                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
6105                 <fieldValue name='transparencyvalue='0'/>
6106                 <fieldValue name='translationvalue='0.35195 -1.16969 -0.57900'/>
6107                 <fieldValue name='textTranslationvalue='0.50195 -1.16969 -0.57900'/>
6108                 <fieldValue name='textColorvalue='0 0 0'/>
6109            </ProtoInstance>
6110            <ProtoInstance name='Vertex'>
6111                 <fieldValue name='vertexTextvalue='"2010-01-19-SEARCH.AHP.US.ARMY.MIL-SEARCH"'/>
6112                 <fieldValue name='descriptionvalue='8: 2010-01-19-SEARCH.AHP.US.ARMY.MIL-SEARCH'/>
6113                 <fieldValue name='url'/>
6114                 <fieldValue name='radiusvalue='0.1500'/>
6115                 <fieldValue name='displayMode'/>
6116                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
6117                 <fieldValue name='transparencyvalue='0'/>
6118                 <fieldValue name='translationvalue='0.09455 0.45298 1.25015'/>
6119                 <fieldValue name='textTranslationvalue='0.24455 0.45298 1.25015'/>
6120                 <fieldValue name='textColorvalue='0 0 0'/>
6121            </ProtoInstance>
6122            <ProtoInstance name='Vertex'>
6123                 <fieldValue name='vertexTextvalue='"2010-01-19-SOUTHCOM.MIL-APPSSC"'/>
6124                 <fieldValue name='descriptionvalue='9: 2010-01-19-SOUTHCOM.MIL-APPSSC'/>
6125                 <fieldValue name='url'/>
6126                 <fieldValue name='radiusvalue='0.1500'/>
6127                 <fieldValue name='displayMode'/>
6128                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6129                 <fieldValue name='transparencyvalue='0'/>
6130                 <fieldValue name='translationvalue='1.29373 -1.32672 0.57725'/>
6131                 <fieldValue name='textTranslationvalue='1.44373 -1.32672 0.57725'/>
6132                 <fieldValue name='textColorvalue='0 0 0'/>
6133            </ProtoInstance>
6134            <ProtoInstance name='Vertex'>
6135                 <fieldValue name='vertexTextvalue='"2010-01-19-STATE.GOV-P"'/>
6136                 <fieldValue name='descriptionvalue='10: 2010-01-19-STATE.GOV-P'/>
6137                 <fieldValue name='url'/>
6138                 <fieldValue name='radiusvalue='0.1500'/>
6139                 <fieldValue name='displayMode'/>
6140                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6141                 <fieldValue name='transparencyvalue='0'/>
6142                 <fieldValue name='translationvalue='2.06491 -1.76630 0.07163'/>
6143                 <fieldValue name='textTranslationvalue='2.21491 -1.76630 0.07163'/>
6144                 <fieldValue name='textColorvalue='0 0 0'/>
6145            </ProtoInstance>
6146            <ProtoInstance name='Vertex'>
6147                 <fieldValue name='vertexTextvalue='"2010-01-19-TWITTER.COM-LISABETHN"'/>
6148                 <fieldValue name='descriptionvalue='11: 2010-01-19-TWITTER.COM-LISABETHN'/>
6149                 <fieldValue name='url'/>
6150                 <fieldValue name='radiusvalue='0.1500'/>
6151                 <fieldValue name='displayMode'/>
6152                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
6153                 <fieldValue name='transparencyvalue='0'/>
6154                 <fieldValue name='translationvalue='-0.78927 2.27155 0.43467'/>
6155                 <fieldValue name='textTranslationvalue='-0.63927 2.27155 0.43467'/>
6156                 <fieldValue name='textColorvalue='0 0 0'/>
6157            </ProtoInstance>
6158            <ProtoInstance name='Vertex'>
6159                 <fieldValue name='vertexTextvalue='"2010-01-19-TWITTER.COM-USAID_HAITI"'/>
6160                 <fieldValue name='descriptionvalue='12: 2010-01-19-TWITTER.COM-USAID_HAITI'/>
6161                 <fieldValue name='url'/>
6162                 <fieldValue name='radiusvalue='0.1500'/>
6163                 <fieldValue name='displayMode'/>
6164                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
6165                 <fieldValue name='transparencyvalue='0'/>
6166                 <fieldValue name='translationvalue='-1.30036 -1.18229 1.89264'/>
6167                 <fieldValue name='textTranslationvalue='-1.15036 -1.18229 1.89264'/>
6168                 <fieldValue name='textColorvalue='0 0 0'/>
6169            </ProtoInstance>
6170            <ProtoInstance name='Vertex'>
6171                 <fieldValue name='vertexTextvalue='"2010-01-19-TWITTER.COM-USNSCOMFORT"'/>
6172                 <fieldValue name='descriptionvalue='13: 2010-01-19-TWITTER.COM-USNSCOMFORT'/>
6173                 <fieldValue name='url'/>
6174                 <fieldValue name='radiusvalue='0.1500'/>
6175                 <fieldValue name='displayMode'/>
6176                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6177                 <fieldValue name='transparencyvalue='0'/>
6178                 <fieldValue name='translationvalue='0.72701 -1.92071 0.58367'/>
6179                 <fieldValue name='textTranslationvalue='0.87701 -1.92071 0.58367'/>
6180                 <fieldValue name='textColorvalue='0 0 0'/>
6181            </ProtoInstance>
6182            <ProtoInstance name='Vertex'>
6183                 <fieldValue name='vertexTextvalue='"2010-01-19-USAID.GOV-PRESS"'/>
6184                 <fieldValue name='descriptionvalue='14: 2010-01-19-USAID.GOV-PRESS'/>
6185                 <fieldValue name='url'/>
6186                 <fieldValue name='radiusvalue='0.1500'/>
6187                 <fieldValue name='displayMode'/>
6188                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6189                 <fieldValue name='transparencyvalue='0'/>
6190                 <fieldValue name='translationvalue='-0.33051 1.13895 -1.84654'/>
6191                 <fieldValue name='textTranslationvalue='-0.18051 1.13895 -1.84654'/>
6192                 <fieldValue name='textColorvalue='0 0 0'/>
6193            </ProtoInstance>
6194            <ProtoInstance name='Vertex'>
6195                 <fieldValue name='vertexTextvalue=' "Haiti/2010-01-19/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-19.simple" '/>
6196                 <fieldValue name='descriptionvalue='15: Haiti/2010-01-19/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-19.simple'/>
6197                 <fieldValue name='url'/>
6198                 <fieldValue name='radiusvalue='0.1500'/>
6199                 <fieldValue name='displayMode'/>
6200                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
6201                 <fieldValue name='transparencyvalue='0'/>
6202                 <fieldValue name='translationvalue='-1.85673 -1.44416 -2.74864'/>
6203                 <fieldValue name='textTranslationvalue='-1.70673 -1.44416 -2.74864'/>
6204                 <fieldValue name='textColorvalue='0 0 0'/>
6205            </ProtoInstance>
6206            <ProtoInstance name='Vertex'>
6207                 <fieldValue name='vertexTextvalue='"aboard"'/>
6208                 <fieldValue name='descriptionvalue='16: aboard'/>
6209                 <fieldValue name='url'/>
6210                 <fieldValue name='radiusvalue='0.1500'/>
6211                 <fieldValue name='displayMode'/>
6212                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6213                 <fieldValue name='transparencyvalue='0'/>
6214                 <fieldValue name='translationvalue='1.80394 -1.88144 1.15750'/>
6215                 <fieldValue name='textTranslationvalue='1.95394 -1.88144 1.15750'/>
6216                 <fieldValue name='textColorvalue='0 0 0'/>
6217            </ProtoInstance>
6218            <ProtoInstance name='Vertex'>
6219                 <fieldValue name='vertexTextvalue='"account"'/>
6220                 <fieldValue name='descriptionvalue='17: account'/>
6221                 <fieldValue name='url'/>
6222                 <fieldValue name='radiusvalue='0.1500'/>
6223                 <fieldValue name='displayMode'/>
6224                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
6225                 <fieldValue name='transparencyvalue='0'/>
6226                 <fieldValue name='translationvalue='2.17059 -0.04385 -1.35409'/>
6227                 <fieldValue name='textTranslationvalue='2.32059 -0.04385 -1.35409'/>
6228                 <fieldValue name='textColorvalue='0 0 0'/>
6229            </ProtoInstance>
6230            <ProtoInstance name='Vertex'>
6231                 <fieldValue name='vertexTextvalue='"action"'/>
6232                 <fieldValue name='descriptionvalue='18: action'/>
6233                 <fieldValue name='url'/>
6234                 <fieldValue name='radiusvalue='0.1500'/>
6235                 <fieldValue name='displayMode'/>
6236                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6237                 <fieldValue name='transparencyvalue='0'/>
6238                 <fieldValue name='translationvalue='-2.27284 -0.88572 0.69401'/>
6239                 <fieldValue name='textTranslationvalue='-2.12284 -0.88572 0.69401'/>
6240                 <fieldValue name='textColorvalue='0 0 0'/>
6241            </ProtoInstance>
6242            <ProtoInstance name='Vertex'>
6243                 <fieldValue name='vertexTextvalue='"administrator"'/>
6244                 <fieldValue name='descriptionvalue='19: administrator'/>
6245                 <fieldValue name='url'/>
6246                 <fieldValue name='radiusvalue='0.1500'/>
6247                 <fieldValue name='displayMode'/>
6248                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6249                 <fieldValue name='transparencyvalue='0'/>
6250                 <fieldValue name='translationvalue='-0.42561 1.17622 -2.67817'/>
6251                 <fieldValue name='textTranslationvalue='-0.27561 1.17622 -2.67817'/>
6252                 <fieldValue name='textColorvalue='0 0 0'/>
6253            </ProtoInstance>
6254            <ProtoInstance name='Vertex'>
6255                 <fieldValue name='vertexTextvalue='"advantage"'/>
6256                 <fieldValue name='descriptionvalue='20: advantage'/>
6257                 <fieldValue name='url'/>
6258                 <fieldValue name='radiusvalue='0.1500'/>
6259                 <fieldValue name='displayMode'/>
6260                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
6261                 <fieldValue name='transparencyvalue='0'/>
6262                 <fieldValue name='translationvalue='2.28172 -0.74088 -0.96963'/>
6263                 <fieldValue name='textTranslationvalue='2.43172 -0.74088 -0.96963'/>
6264                 <fieldValue name='textColorvalue='0 0 0'/>
6265            </ProtoInstance>
6266            <ProtoInstance name='Vertex'>
6267                 <fieldValue name='vertexTextvalue='"afghanistan"'/>
6268                 <fieldValue name='descriptionvalue='21: afghanistan'/>
6269                 <fieldValue name='url'/>
6270                 <fieldValue name='radiusvalue='0.1500'/>
6271                 <fieldValue name='displayMode'/>
6272                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6273                 <fieldValue name='transparencyvalue='0'/>
6274                 <fieldValue name='translationvalue='1.19032 0.33814 1.24739'/>
6275                 <fieldValue name='textTranslationvalue='1.34032 0.33814 1.24739'/>
6276                 <fieldValue name='textColorvalue='0 0 0'/>
6277            </ProtoInstance>
6278            <ProtoInstance name='Vertex'>
6279                 <fieldValue name='vertexTextvalue='"agencies"'/>
6280                 <fieldValue name='descriptionvalue='22: agencies'/>
6281                 <fieldValue name='url'/>
6282                 <fieldValue name='radiusvalue='0.1500'/>
6283                 <fieldValue name='displayMode'/>
6284                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6285                 <fieldValue name='transparencyvalue='0'/>
6286                 <fieldValue name='translationvalue='0.63804 -0.48267 1.28858'/>
6287                 <fieldValue name='textTranslationvalue='0.78804 -0.48267 1.28858'/>
6288                 <fieldValue name='textColorvalue='0 0 0'/>
6289            </ProtoInstance>
6290            <ProtoInstance name='Vertex'>
6291                 <fieldValue name='vertexTextvalue='"aggressive"'/>
6292                 <fieldValue name='descriptionvalue='23: aggressive'/>
6293                 <fieldValue name='url'/>
6294                 <fieldValue name='radiusvalue='0.1500'/>
6295                 <fieldValue name='displayMode'/>
6296                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6297                 <fieldValue name='transparencyvalue='0'/>
6298                 <fieldValue name='translationvalue='-0.45104 1.21145 -2.62212'/>
6299                 <fieldValue name='textTranslationvalue='-0.30104 1.21145 -2.62212'/>
6300                 <fieldValue name='textColorvalue='0 0 0'/>
6301            </ProtoInstance>
6302            <ProtoInstance name='Vertex'>
6303                 <fieldValue name='vertexTextvalue='"aid"'/>
6304                 <fieldValue name='descriptionvalue='24: aid'/>
6305                 <fieldValue name='url'/>
6306                 <fieldValue name='radiusvalue='0.1500'/>
6307                 <fieldValue name='displayMode'/>
6308                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6309                 <fieldValue name='transparencyvalue='0'/>
6310                 <fieldValue name='translationvalue='1.28923 -0.77905 0.82305'/>
6311                 <fieldValue name='textTranslationvalue='1.43923 -0.77905 0.82305'/>
6312                 <fieldValue name='textColorvalue='0 0 0'/>
6313            </ProtoInstance>
6314            <ProtoInstance name='Vertex'>
6315                 <fieldValue name='vertexTextvalue='"aircraft"'/>
6316                 <fieldValue name='descriptionvalue='25: aircraft'/>
6317                 <fieldValue name='url'/>
6318                 <fieldValue name='radiusvalue='0.1500'/>
6319                 <fieldValue name='displayMode'/>
6320                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6321                 <fieldValue name='transparencyvalue='0'/>
6322                 <fieldValue name='translationvalue='-0.62047 1.27288 -0.31736'/>
6323                 <fieldValue name='textTranslationvalue='-0.47047 1.27288 -0.31736'/>
6324                 <fieldValue name='textColorvalue='0 0 0'/>
6325            </ProtoInstance>
6326            <ProtoInstance name='Vertex'>
6327                 <fieldValue name='vertexTextvalue='"allen"'/>
6328                 <fieldValue name='descriptionvalue='26: allen'/>
6329                 <fieldValue name='url'/>
6330                 <fieldValue name='radiusvalue='0.1500'/>
6331                 <fieldValue name='displayMode'/>
6332                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6333                 <fieldValue name='transparencyvalue='0'/>
6334                 <fieldValue name='translationvalue='-0.76293 1.21790 -0.33590'/>
6335                 <fieldValue name='textTranslationvalue='-0.61293 1.21790 -0.33590'/>
6336                 <fieldValue name='textColorvalue='0 0 0'/>
6337            </ProtoInstance>
6338            <ProtoInstance name='Vertex'>
6339                 <fieldValue name='vertexTextvalue='"alliance"'/>
6340                 <fieldValue name='descriptionvalue='27: alliance'/>
6341                 <fieldValue name='url'/>
6342                 <fieldValue name='radiusvalue='0.1500'/>
6343                 <fieldValue name='displayMode'/>
6344                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
6345                 <fieldValue name='transparencyvalue='0'/>
6346                 <fieldValue name='translationvalue='-1.79971 -0.72315 -0.93548'/>
6347                 <fieldValue name='textTranslationvalue='-1.64971 -0.72315 -0.93548'/>
6348                 <fieldValue name='textColorvalue='0 0 0'/>
6349            </ProtoInstance>
6350            <ProtoInstance name='Vertex'>
6351                 <fieldValue name='vertexTextvalue='"american"'/>
6352                 <fieldValue name='descriptionvalue='28: american'/>
6353                 <fieldValue name='url'/>
6354                 <fieldValue name='radiusvalue='0.1500'/>
6355                 <fieldValue name='displayMode'/>
6356                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6357                 <fieldValue name='transparencyvalue='0'/>
6358                 <fieldValue name='translationvalue='-0.52623 0.81482 -0.40887'/>
6359                 <fieldValue name='textTranslationvalue='-0.37623 0.81482 -0.40887'/>
6360                 <fieldValue name='textColorvalue='0 0 0'/>
6361            </ProtoInstance>
6362            <ProtoInstance name='Vertex'>
6363                 <fieldValue name='vertexTextvalue='"americans"'/>
6364                 <fieldValue name='descriptionvalue='29: americans'/>
6365                 <fieldValue name='url'/>
6366                 <fieldValue name='radiusvalue='0.1500'/>
6367                 <fieldValue name='displayMode'/>
6368                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
6369                 <fieldValue name='transparencyvalue='0'/>
6370                 <fieldValue name='translationvalue='-0.79877 2.08524 0.16893'/>
6371                 <fieldValue name='textTranslationvalue='-0.64877 2.08524 0.16893'/>
6372                 <fieldValue name='textColorvalue='0 0 0'/>
6373            </ProtoInstance>
6374            <ProtoInstance name='Vertex'>
6375                 <fieldValue name='vertexTextvalue='"anderson"'/>
6376                 <fieldValue name='descriptionvalue='30: anderson'/>
6377                 <fieldValue name='url'/>
6378                 <fieldValue name='radiusvalue='0.1500'/>
6379                 <fieldValue name='displayMode'/>
6380                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
6381                 <fieldValue name='transparencyvalue='0'/>
6382                 <fieldValue name='translationvalue='-0.95910 -0.87439 -1.21138'/>
6383                 <fieldValue name='textTranslationvalue='-0.80910 -0.87439 -1.21138'/>
6384                 <fieldValue name='textColorvalue='0 0 0'/>
6385            </ProtoInstance>
6386            <ProtoInstance name='Vertex'>
6387                 <fieldValue name='vertexTextvalue='"announcements"'/>
6388                 <fieldValue name='descriptionvalue='31: announcements'/>
6389                 <fieldValue name='url'/>
6390                 <fieldValue name='radiusvalue='0.1500'/>
6391                 <fieldValue name='displayMode'/>
6392                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6393                 <fieldValue name='transparencyvalue='0'/>
6394                 <fieldValue name='translationvalue='-0.49055 0.41466 -0.45295'/>
6395                 <fieldValue name='textTranslationvalue='-0.34055 0.41466 -0.45295'/>
6396                 <fieldValue name='textColorvalue='0 0 0'/>
6397            </ProtoInstance>
6398            <ProtoInstance name='Vertex'>
6399                 <fieldValue name='vertexTextvalue='"approx"'/>
6400                 <fieldValue name='descriptionvalue='32: approx'/>
6401                 <fieldValue name='url'/>
6402                 <fieldValue name='radiusvalue='0.1500'/>
6403                 <fieldValue name='displayMode'/>
6404                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
6405                 <fieldValue name='transparencyvalue='0'/>
6406                 <fieldValue name='translationvalue='-1.38478 -1.44468 2.65883'/>
6407                 <fieldValue name='textTranslationvalue='-1.23478 -1.44468 2.65883'/>
6408                 <fieldValue name='textColorvalue='0 0 0'/>
6409            </ProtoInstance>
6410            <ProtoInstance name='Vertex'>
6411                 <fieldValue name='vertexTextvalue='"arc"'/>
6412                 <fieldValue name='descriptionvalue='33: arc'/>
6413                 <fieldValue name='url'/>
6414                 <fieldValue name='radiusvalue='0.1500'/>
6415                 <fieldValue name='displayMode'/>
6416                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
6417                 <fieldValue name='transparencyvalue='0'/>
6418                 <fieldValue name='translationvalue='-1.65483 -0.03261 1.06309'/>
6419                 <fieldValue name='textTranslationvalue='-1.50483 -0.03261 1.06309'/>
6420                 <fieldValue name='textColorvalue='0 0 0'/>
6421            </ProtoInstance>
6422            <ProtoInstance name='Vertex'>
6423                 <fieldValue name='vertexTextvalue='"arcs"'/>
6424                 <fieldValue name='descriptionvalue='34: arcs'/>
6425                 <fieldValue name='url'/>
6426                 <fieldValue name='radiusvalue='0.1500'/>
6427                 <fieldValue name='displayMode'/>
6428                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6429                 <fieldValue name='transparencyvalue='0'/>
6430                 <fieldValue name='translationvalue='-2.70690 -0.44502 0.70775'/>
6431                 <fieldValue name='textTranslationvalue='-2.55690 -0.44502 0.70775'/>
6432                 <fieldValue name='textColorvalue='0 0 0'/>
6433            </ProtoInstance>
6434            <ProtoInstance name='Vertex'>
6435                 <fieldValue name='vertexTextvalue='"army"'/>
6436                 <fieldValue name='descriptionvalue='35: army'/>
6437                 <fieldValue name='url'/>
6438                 <fieldValue name='radiusvalue='0.1500'/>
6439                 <fieldValue name='displayMode'/>
6440                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
6441                 <fieldValue name='transparencyvalue='0'/>
6442                 <fieldValue name='translationvalue='0.52128 0.49724 1.53718'/>
6443                 <fieldValue name='textTranslationvalue='0.67128 0.49724 1.53718'/>
6444                 <fieldValue name='textColorvalue='0 0 0'/>
6445            </ProtoInstance>
6446            <ProtoInstance name='Vertex'>
6447                 <fieldValue name='vertexTextvalue='"arrive"'/>
6448                 <fieldValue name='descriptionvalue='36: arrive'/>
6449                 <fieldValue name='url'/>
6450                 <fieldValue name='radiusvalue='0.1500'/>
6451                 <fieldValue name='displayMode'/>
6452                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6453                 <fieldValue name='transparencyvalue='0'/>
6454                 <fieldValue name='translationvalue='1.63143 -1.70599 0.92846'/>
6455                 <fieldValue name='textTranslationvalue='1.78143 -1.70599 0.92846'/>
6456                 <fieldValue name='textColorvalue='0 0 0'/>
6457            </ProtoInstance>
6458            <ProtoInstance name='Vertex'>
6459                 <fieldValue name='vertexTextvalue='"arriving"'/>
6460                 <fieldValue name='descriptionvalue='37: arriving'/>
6461                 <fieldValue name='url'/>
6462                 <fieldValue name='radiusvalue='0.1500'/>
6463                 <fieldValue name='displayMode'/>
6464                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
6465                 <fieldValue name='transparencyvalue='0'/>
6466                 <fieldValue name='translationvalue='-1.65335 -0.71815 -1.19277'/>
6467                 <fieldValue name='textTranslationvalue='-1.50335 -0.71815 -1.19277'/>
6468                 <fieldValue name='textColorvalue='0 0 0'/>
6469            </ProtoInstance>
6470            <ProtoInstance name='Vertex'>
6471                 <fieldValue name='vertexTextvalue='"assist"'/>
6472                 <fieldValue name='descriptionvalue='38: assist'/>
6473                 <fieldValue name='url'/>
6474                 <fieldValue name='radiusvalue='0.1500'/>
6475                 <fieldValue name='displayMode'/>
6476                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
6477                 <fieldValue name='transparencyvalue='0'/>
6478                 <fieldValue name='translationvalue='0.28400 -1.52799 -1.01658'/>
6479                 <fieldValue name='textTranslationvalue='0.43400 -1.52799 -1.01658'/>
6480                 <fieldValue name='textColorvalue='0 0 0'/>
6481            </ProtoInstance>
6482            <ProtoInstance name='Vertex'>
6483                 <fieldValue name='vertexTextvalue='"assistance"'/>
6484                 <fieldValue name='descriptionvalue='39: assistance'/>
6485                 <fieldValue name='url'/>
6486                 <fieldValue name='radiusvalue='0.1500'/>
6487                 <fieldValue name='displayMode'/>
6488                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6489                 <fieldValue name='transparencyvalue='0'/>
6490                 <fieldValue name='translationvalue='1.16245 0.09842 1.36830'/>
6491                 <fieldValue name='textTranslationvalue='1.31245 0.09842 1.36830'/>
6492                 <fieldValue name='textColorvalue='0 0 0'/>
6493            </ProtoInstance>
6494            <ProtoInstance name='Vertex'>
6495                 <fieldValue name='vertexTextvalue='"banks"'/>
6496                 <fieldValue name='descriptionvalue='40: banks'/>
6497                 <fieldValue name='url'/>
6498                 <fieldValue name='radiusvalue='0.1500'/>
6499                 <fieldValue name='displayMode'/>
6500                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
6501                 <fieldValue name='transparencyvalue='0'/>
6502                 <fieldValue name='translationvalue='-1.84430 -1.75774 2.17631'/>
6503                 <fieldValue name='textTranslationvalue='-1.69430 -1.75774 2.17631'/>
6504                 <fieldValue name='textColorvalue='0 0 0'/>
6505            </ProtoInstance>
6506            <ProtoInstance name='Vertex'>
6507                 <fieldValue name='vertexTextvalue='"base"'/>
6508                 <fieldValue name='descriptionvalue='41: base'/>
6509                 <fieldValue name='url'/>
6510                 <fieldValue name='radiusvalue='0.1500'/>
6511                 <fieldValue name='displayMode'/>
6512                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6513                 <fieldValue name='transparencyvalue='0'/>
6514                 <fieldValue name='translationvalue='1.38188 0.08884 0.88809'/>
6515                 <fieldValue name='textTranslationvalue='1.53188 0.08884 0.88809'/>
6516                 <fieldValue name='textColorvalue='0 0 0'/>
6517            </ProtoInstance>
6518            <ProtoInstance name='Vertex'>
6519                 <fieldValue name='vertexTextvalue='"beginning"'/>
6520                 <fieldValue name='descriptionvalue='42: beginning'/>
6521                 <fieldValue name='url'/>
6522                 <fieldValue name='radiusvalue='0.1500'/>
6523                 <fieldValue name='displayMode'/>
6524                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6525                 <fieldValue name='transparencyvalue='0'/>
6526                 <fieldValue name='translationvalue='0.02976 1.16290 -1.80761'/>
6527                 <fieldValue name='textTranslationvalue='0.17976 1.16290 -1.80761'/>
6528                 <fieldValue name='textColorvalue='0 0 0'/>
6529            </ProtoInstance>
6530            <ProtoInstance name='Vertex'>
6531                 <fieldValue name='vertexTextvalue='"benefit"'/>
6532                 <fieldValue name='descriptionvalue='43: benefit'/>
6533                 <fieldValue name='url'/>
6534                 <fieldValue name='radiusvalue='0.1500'/>
6535                 <fieldValue name='displayMode'/>
6536                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6537                 <fieldValue name='transparencyvalue='0'/>
6538                 <fieldValue name='translationvalue='-2.16085 -0.66847 0.58911'/>
6539                 <fieldValue name='textTranslationvalue='-2.01085 -0.66847 0.58911'/>
6540                 <fieldValue name='textColorvalue='0 0 0'/>
6541            </ProtoInstance>
6542            <ProtoInstance name='Vertex'>
6543                 <fieldValue name='vertexTextvalue='"bio"'/>
6544                 <fieldValue name='descriptionvalue='44: bio'/>
6545                 <fieldValue name='url'/>
6546                 <fieldValue name='radiusvalue='0.1500'/>
6547                 <fieldValue name='displayMode'/>
6548                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6549                 <fieldValue name='transparencyvalue='0'/>
6550                 <fieldValue name='translationvalue='1.13344 -2.54745 0.38961'/>
6551                 <fieldValue name='textTranslationvalue='1.28344 -2.54745 0.38961'/>
6552                 <fieldValue name='textColorvalue='0 0 0'/>
6553            </ProtoInstance>
6554            <ProtoInstance name='Vertex'>
6555                 <fieldValue name='vertexTextvalue='"bladders"'/>
6556                 <fieldValue name='descriptionvalue='45: bladders'/>
6557                 <fieldValue name='url'/>
6558                 <fieldValue name='radiusvalue='0.1500'/>
6559                 <fieldValue name='displayMode'/>
6560                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6561                 <fieldValue name='transparencyvalue='0'/>
6562                 <fieldValue name='translationvalue='1.35720 0.29853 1.70928'/>
6563                 <fieldValue name='textTranslationvalue='1.50720 0.29853 1.70928'/>
6564                 <fieldValue name='textColorvalue='0 0 0'/>
6565            </ProtoInstance>
6566            <ProtoInstance name='Vertex'>
6567                 <fieldValue name='vertexTextvalue='"brigade"'/>
6568                 <fieldValue name='descriptionvalue='46: brigade'/>
6569                 <fieldValue name='url'/>
6570                 <fieldValue name='radiusvalue='0.1500'/>
6571                 <fieldValue name='displayMode'/>
6572                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6573                 <fieldValue name='transparencyvalue='0'/>
6574                 <fieldValue name='translationvalue='1.41547 -0.15203 1.37575'/>
6575                 <fieldValue name='textTranslationvalue='1.56547 -0.15203 1.37575'/>
6576                 <fieldValue name='textColorvalue='0 0 0'/>
6577            </ProtoInstance>
6578            <ProtoInstance name='Vertex'>
6579                 <fieldValue name='vertexTextvalue='"browser"'/>
6580                 <fieldValue name='descriptionvalue='47: browser'/>
6581                 <fieldValue name='url'/>
6582                 <fieldValue name='radiusvalue='0.1500'/>
6583                 <fieldValue name='displayMode'/>
6584                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
6585                 <fieldValue name='transparencyvalue='0'/>
6586                 <fieldValue name='translationvalue='2.43562 0.05941 -1.57556'/>
6587                 <fieldValue name='textTranslationvalue='2.58562 0.05941 -1.57556'/>
6588                 <fieldValue name='textColorvalue='0 0 0'/>
6589            </ProtoInstance>
6590            <ProtoInstance name='Vertex'>
6591                 <fieldValue name='vertexTextvalue='"building"'/>
6592                 <fieldValue name='descriptionvalue='48: building'/>
6593                 <fieldValue name='url'/>
6594                 <fieldValue name='radiusvalue='0.1500'/>
6595                 <fieldValue name='displayMode'/>
6596                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
6597                 <fieldValue name='transparencyvalue='0'/>
6598                 <fieldValue name='translationvalue='2.17748 -0.04179 -1.36002'/>
6599                 <fieldValue name='textTranslationvalue='2.32748 -0.04179 -1.36002'/>
6600                 <fieldValue name='textColorvalue='0 0 0'/>
6601            </ProtoInstance>
6602            <ProtoInstance name='Vertex'>
6603                 <fieldValue name='vertexTextvalue='"bureau"'/>
6604                 <fieldValue name='descriptionvalue='49: bureau'/>
6605                 <fieldValue name='url'/>
6606                 <fieldValue name='radiusvalue='0.1500'/>
6607                 <fieldValue name='displayMode'/>
6608                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6609                 <fieldValue name='transparencyvalue='0'/>
6610                 <fieldValue name='translationvalue='2.48244 -1.94680 -0.19091'/>
6611                 <fieldValue name='textTranslationvalue='2.63244 -1.94680 -0.19091'/>
6612                 <fieldValue name='textColorvalue='0 0 0'/>
6613            </ProtoInstance>
6614            <ProtoInstance name='Vertex'>
6615                 <fieldValue name='vertexTextvalue='"call"'/>
6616                 <fieldValue name='descriptionvalue='50: call'/>
6617                 <fieldValue name='url'/>
6618                 <fieldValue name='radiusvalue='0.1500'/>
6619                 <fieldValue name='displayMode'/>
6620                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6621                 <fieldValue name='transparencyvalue='0'/>
6622                 <fieldValue name='translationvalue='1.63209 -0.69189 0.68331'/>
6623                 <fieldValue name='textTranslationvalue='1.78209 -0.69189 0.68331'/>
6624                 <fieldValue name='textColorvalue='0 0 0'/>
6625            </ProtoInstance>
6626            <ProtoInstance name='Vertex'>
6627                 <fieldValue name='vertexTextvalue='"camp"'/>
6628                 <fieldValue name='descriptionvalue='51: camp'/>
6629                 <fieldValue name='url'/>
6630                 <fieldValue name='radiusvalue='0.1500'/>
6631                 <fieldValue name='displayMode'/>
6632                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
6633                 <fieldValue name='transparencyvalue='0'/>
6634                 <fieldValue name='translationvalue='0.27412 -0.18588 1.20838'/>
6635                 <fieldValue name='textTranslationvalue='0.42412 -0.18588 1.20838'/>
6636                 <fieldValue name='textColorvalue='0 0 0'/>
6637            </ProtoInstance>
6638            <ProtoInstance name='Vertex'>
6639                 <fieldValue name='vertexTextvalue='"campaign"'/>
6640                 <fieldValue name='descriptionvalue='52: campaign'/>
6641                 <fieldValue name='url'/>
6642                 <fieldValue name='radiusvalue='0.1500'/>
6643                 <fieldValue name='displayMode'/>
6644                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
6645                 <fieldValue name='transparencyvalue='0'/>
6646                 <fieldValue name='translationvalue='-0.99812 2.67001 0.70093'/>
6647                 <fieldValue name='textTranslationvalue='-0.84812 2.67001 0.70093'/>
6648                 <fieldValue name='textColorvalue='0 0 0'/>
6649            </ProtoInstance>
6650            <ProtoInstance name='Vertex'>
6651                 <fieldValue name='vertexTextvalue='"care"'/>
6652                 <fieldValue name='descriptionvalue='53: care'/>
6653                 <fieldValue name='url'/>
6654                 <fieldValue name='radiusvalue='0.1500'/>
6655                 <fieldValue name='displayMode'/>
6656                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6657                 <fieldValue name='transparencyvalue='0'/>
6658                 <fieldValue name='translationvalue='1.95311 -1.77991 1.17578'/>
6659                 <fieldValue name='textTranslationvalue='2.10311 -1.77991 1.17578'/>
6660                 <fieldValue name='textColorvalue='0 0 0'/>
6661            </ProtoInstance>
6662            <ProtoInstance name='Vertex'>
6663                 <fieldValue name='vertexTextvalue='"case"'/>
6664                 <fieldValue name='descriptionvalue='54: case'/>
6665                 <fieldValue name='url'/>
6666                 <fieldValue name='radiusvalue='0.1500'/>
6667                 <fieldValue name='displayMode'/>
6668                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
6669                 <fieldValue name='transparencyvalue='0'/>
6670                 <fieldValue name='translationvalue='-0.90694 2.69729 0.70248'/>
6671                 <fieldValue name='textTranslationvalue='-0.75694 2.69729 0.70248'/>
6672                 <fieldValue name='textColorvalue='0 0 0'/>
6673            </ProtoInstance>
6674            <ProtoInstance name='Vertex'>
6675                 <fieldValue name='vertexTextvalue='"casualty"'/>
6676                 <fieldValue name='descriptionvalue='55: casualty'/>
6677                 <fieldValue name='url'/>
6678                 <fieldValue name='radiusvalue='0.1500'/>
6679                 <fieldValue name='displayMode'/>
6680                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6681                 <fieldValue name='transparencyvalue='0'/>
6682                 <fieldValue name='translationvalue='1.25598 -2.20225 0.95807'/>
6683                 <fieldValue name='textTranslationvalue='1.40598 -2.20225 0.95807'/>
6684                 <fieldValue name='textColorvalue='0 0 0'/>
6685            </ProtoInstance>
6686            <ProtoInstance name='Vertex'>
6687                 <fieldValue name='vertexTextvalue='"chance"'/>
6688                 <fieldValue name='descriptionvalue='56: chance'/>
6689                 <fieldValue name='url'/>
6690                 <fieldValue name='radiusvalue='0.1500'/>
6691                 <fieldValue name='displayMode'/>
6692                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6693                 <fieldValue name='transparencyvalue='0'/>
6694                 <fieldValue name='translationvalue='-0.70013 1.42858 -2.49029'/>
6695                 <fieldValue name='textTranslationvalue='-0.55013 1.42858 -2.49029'/>
6696                 <fieldValue name='textColorvalue='0 0 0'/>
6697            </ProtoInstance>
6698            <ProtoInstance name='Vertex'>
6699                 <fieldValue name='vertexTextvalue='"charged"'/>
6700                 <fieldValue name='descriptionvalue='57: charged'/>
6701                 <fieldValue name='url'/>
6702                 <fieldValue name='radiusvalue='0.1500'/>
6703                 <fieldValue name='displayMode'/>
6704                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6705                 <fieldValue name='transparencyvalue='0'/>
6706                 <fieldValue name='translationvalue='-0.50342 1.03024 -2.01036'/>
6707                 <fieldValue name='textTranslationvalue='-0.35342 1.03024 -2.01036'/>
6708                 <fieldValue name='textColorvalue='0 0 0'/>
6709            </ProtoInstance>
6710            <ProtoInstance name='Vertex'>
6711                 <fieldValue name='vertexTextvalue='"chief"'/>
6712                 <fieldValue name='descriptionvalue='58: chief'/>
6713                 <fieldValue name='url'/>
6714                 <fieldValue name='radiusvalue='0.1500'/>
6715                 <fieldValue name='displayMode'/>
6716                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
6717                 <fieldValue name='transparencyvalue='0'/>
6718                 <fieldValue name='translationvalue='1.43498 -0.39047 0.07947'/>
6719                 <fieldValue name='textTranslationvalue='1.58498 -0.39047 0.07947'/>
6720                 <fieldValue name='textColorvalue='0 0 0'/>
6721            </ProtoInstance>
6722            <ProtoInstance name='Vertex'>
6723                 <fieldValue name='vertexTextvalue='"children"'/>
6724                 <fieldValue name='descriptionvalue='59: children'/>
6725                 <fieldValue name='url'/>
6726                 <fieldValue name='radiusvalue='0.1500'/>
6727                 <fieldValue name='displayMode'/>
6728                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
6729                 <fieldValue name='transparencyvalue='0'/>
6730                 <fieldValue name='translationvalue='-1.67213 -0.72427 -1.21060'/>
6731                 <fieldValue name='textTranslationvalue='-1.52213 -0.72427 -1.21060'/>
6732                 <fieldValue name='textColorvalue='0 0 0'/>
6733            </ProtoInstance>
6734            <ProtoInstance name='Vertex'>
6735                 <fieldValue name='vertexTextvalue='"civil"'/>
6736                 <fieldValue name='descriptionvalue='60: civil'/>
6737                 <fieldValue name='url'/>
6738                 <fieldValue name='radiusvalue='0.1500'/>
6739                 <fieldValue name='displayMode'/>
6740                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6741                 <fieldValue name='transparencyvalue='0'/>
6742                 <fieldValue name='translationvalue='2.53145 -2.31006 -0.40436'/>
6743                 <fieldValue name='textTranslationvalue='2.68145 -2.31006 -0.40436'/>
6744                 <fieldValue name='textColorvalue='0 0 0'/>
6745            </ProtoInstance>
6746            <ProtoInstance name='Vertex'>
6747                 <fieldValue name='vertexTextvalue='"cluster"'/>
6748                 <fieldValue name='descriptionvalue='61: cluster'/>
6749                 <fieldValue name='url'/>
6750                 <fieldValue name='radiusvalue='0.1500'/>
6751                 <fieldValue name='displayMode'/>
6752                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6753                 <fieldValue name='transparencyvalue='0'/>
6754                 <fieldValue name='translationvalue='-0.76312 1.21793 -0.33541'/>
6755                 <fieldValue name='textTranslationvalue='-0.61312 1.21793 -0.33541'/>
6756                 <fieldValue name='textColorvalue='0 0 0'/>
6757            </ProtoInstance>
6758            <ProtoInstance name='Vertex'>
6759                 <fieldValue name='vertexTextvalue='"coast"'/>
6760                 <fieldValue name='descriptionvalue='62: coast'/>
6761                 <fieldValue name='url'/>
6762                 <fieldValue name='radiusvalue='0.1500'/>
6763                 <fieldValue name='displayMode'/>
6764                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6765                 <fieldValue name='transparencyvalue='0'/>
6766                 <fieldValue name='translationvalue='1.30102 -1.84284 0.41941'/>
6767                 <fieldValue name='textTranslationvalue='1.45102 -1.84284 0.41941'/>
6768                 <fieldValue name='textColorvalue='0 0 0'/>
6769            </ProtoInstance>
6770            <ProtoInstance name='Vertex'>
6771                 <fieldValue name='vertexTextvalue='"comfort"'/>
6772                 <fieldValue name='descriptionvalue='63: comfort'/>
6773                 <fieldValue name='url'/>
6774                 <fieldValue name='radiusvalue='0.1500'/>
6775                 <fieldValue name='displayMode'/>
6776                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6777                 <fieldValue name='transparencyvalue='0'/>
6778                 <fieldValue name='translationvalue='0.92330 -1.70098 0.08754'/>
6779                 <fieldValue name='textTranslationvalue='1.07330 -1.70098 0.08754'/>
6780                 <fieldValue name='textColorvalue='0 0 0'/>
6781            </ProtoInstance>
6782            <ProtoInstance name='Vertex'>
6783                 <fieldValue name='vertexTextvalue='"command"'/>
6784                 <fieldValue name='descriptionvalue='64: command'/>
6785                 <fieldValue name='url'/>
6786                 <fieldValue name='radiusvalue='0.1500'/>
6787                 <fieldValue name='displayMode'/>
6788                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6789                 <fieldValue name='transparencyvalue='0'/>
6790                 <fieldValue name='translationvalue='-0.94972 1.06843 -0.09969'/>
6791                 <fieldValue name='textTranslationvalue='-0.79972 1.06843 -0.09969'/>
6792                 <fieldValue name='textColorvalue='0 0 0'/>
6793            </ProtoInstance>
6794            <ProtoInstance name='Vertex'>
6795                 <fieldValue name='vertexTextvalue='"commander"'/>
6796                 <fieldValue name='descriptionvalue='65: commander'/>
6797                 <fieldValue name='url'/>
6798                 <fieldValue name='radiusvalue='0.1500'/>
6799                 <fieldValue name='displayMode'/>
6800                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
6801                 <fieldValue name='transparencyvalue='0'/>
6802                 <fieldValue name='translationvalue='0.15770 0.75831 1.70179'/>
6803                 <fieldValue name='textTranslationvalue='0.30770 0.75831 1.70179'/>
6804                 <fieldValue name='textColorvalue='0 0 0'/>
6805            </ProtoInstance>
6806            <ProtoInstance name='Vertex'>
6807                 <fieldValue name='vertexTextvalue='"communication"'/>
6808                 <fieldValue name='descriptionvalue='66: communication'/>
6809                 <fieldValue name='url'/>
6810                 <fieldValue name='radiusvalue='0.1500'/>
6811                 <fieldValue name='displayMode'/>
6812                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6813                 <fieldValue name='transparencyvalue='0'/>
6814                 <fieldValue name='translationvalue='-0.29192 0.97139 -0.26795'/>
6815                 <fieldValue name='textTranslationvalue='-0.14192 0.97139 -0.26795'/>
6816                 <fieldValue name='textColorvalue='0 0 0'/>
6817            </ProtoInstance>
6818            <ProtoInstance name='Vertex'>
6819                 <fieldValue name='vertexTextvalue='"communities"'/>
6820                 <fieldValue name='descriptionvalue='67: communities'/>
6821                 <fieldValue name='url'/>
6822                 <fieldValue name='radiusvalue='0.1500'/>
6823                 <fieldValue name='displayMode'/>
6824                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6825                 <fieldValue name='transparencyvalue='0'/>
6826                 <fieldValue name='translationvalue='-1.91360 -1.01745 0.84198'/>
6827                 <fieldValue name='textTranslationvalue='-1.76360 -1.01745 0.84198'/>
6828                 <fieldValue name='textColorvalue='0 0 0'/>
6829            </ProtoInstance>
6830            <ProtoInstance name='Vertex'>
6831                 <fieldValue name='vertexTextvalue='"community"'/>
6832                 <fieldValue name='descriptionvalue='68: community'/>
6833                 <fieldValue name='url'/>
6834                 <fieldValue name='radiusvalue='0.1500'/>
6835                 <fieldValue name='displayMode'/>
6836                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
6837                 <fieldValue name='transparencyvalue='0'/>
6838                 <fieldValue name='translationvalue='-0.90694 2.69729 0.70248'/>
6839                 <fieldValue name='textTranslationvalue='-0.75694 2.69729 0.70248'/>
6840                 <fieldValue name='textColorvalue='0 0 0'/>
6841            </ProtoInstance>
6842            <ProtoInstance name='Vertex'>
6843                 <fieldValue name='vertexTextvalue='"comprehensive"'/>
6844                 <fieldValue name='descriptionvalue='69: comprehensive'/>
6845                 <fieldValue name='url'/>
6846                 <fieldValue name='radiusvalue='0.1500'/>
6847                 <fieldValue name='displayMode'/>
6848                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
6849                 <fieldValue name='transparencyvalue='0'/>
6850                 <fieldValue name='translationvalue='2.37719 -0.05991 -1.71342'/>
6851                 <fieldValue name='textTranslationvalue='2.52719 -0.05991 -1.71342'/>
6852                 <fieldValue name='textColorvalue='0 0 0'/>
6853            </ProtoInstance>
6854            <ProtoInstance name='Vertex'>
6855                 <fieldValue name='vertexTextvalue='"concentrate"'/>
6856                 <fieldValue name='descriptionvalue='70: concentrate'/>
6857                 <fieldValue name='url'/>
6858                 <fieldValue name='radiusvalue='0.1500'/>
6859                 <fieldValue name='displayMode'/>
6860                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6861                 <fieldValue name='transparencyvalue='0'/>
6862                 <fieldValue name='translationvalue='2.38070 -2.44595 -0.43741'/>
6863                 <fieldValue name='textTranslationvalue='2.53070 -2.44595 -0.43741'/>
6864                 <fieldValue name='textColorvalue='0 0 0'/>
6865            </ProtoInstance>
6866            <ProtoInstance name='Vertex'>
6867                 <fieldValue name='vertexTextvalue='"concert"'/>
6868                 <fieldValue name='descriptionvalue='71: concert'/>
6869                 <fieldValue name='url'/>
6870                 <fieldValue name='radiusvalue='0.1500'/>
6871                 <fieldValue name='displayMode'/>
6872                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6873                 <fieldValue name='transparencyvalue='0'/>
6874                 <fieldValue name='translationvalue='-2.34818 -0.69919 0.60560'/>
6875                 <fieldValue name='textTranslationvalue='-2.19818 -0.69919 0.60560'/>
6876                 <fieldValue name='textColorvalue='0 0 0'/>
6877            </ProtoInstance>
6878            <ProtoInstance name='Vertex'>
6879                 <fieldValue name='vertexTextvalue='"congressional"'/>
6880                 <fieldValue name='descriptionvalue='72: congressional'/>
6881                 <fieldValue name='url'/>
6882                 <fieldValue name='radiusvalue='0.1500'/>
6883                 <fieldValue name='displayMode'/>
6884                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6885                 <fieldValue name='transparencyvalue='0'/>
6886                 <fieldValue name='translationvalue='2.53145 -2.31006 -0.40436'/>
6887                 <fieldValue name='textTranslationvalue='2.68145 -2.31006 -0.40436'/>
6888                 <fieldValue name='textColorvalue='0 0 0'/>
6889            </ProtoInstance>
6890            <ProtoInstance name='Vertex'>
6891                 <fieldValue name='vertexTextvalue='"contact"'/>
6892                 <fieldValue name='descriptionvalue='73: contact'/>
6893                 <fieldValue name='url'/>
6894                 <fieldValue name='radiusvalue='0.1500'/>
6895                 <fieldValue name='displayMode'/>
6896                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
6897                 <fieldValue name='transparencyvalue='0'/>
6898                 <fieldValue name='translationvalue='-1.34425 -0.45269 1.36310'/>
6899                 <fieldValue name='textTranslationvalue='-1.19425 -0.45269 1.36310'/>
6900                 <fieldValue name='textColorvalue='0 0 0'/>
6901            </ProtoInstance>
6902            <ProtoInstance name='Vertex'>
6903                 <fieldValue name='vertexTextvalue='"containers"'/>
6904                 <fieldValue name='descriptionvalue='74: containers'/>
6905                 <fieldValue name='url'/>
6906                 <fieldValue name='radiusvalue='0.1500'/>
6907                 <fieldValue name='displayMode'/>
6908                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6909                 <fieldValue name='transparencyvalue='0'/>
6910                 <fieldValue name='translationvalue='1.35720 0.29854 1.70928'/>
6911                 <fieldValue name='textTranslationvalue='1.50720 0.29854 1.70928'/>
6912                 <fieldValue name='textColorvalue='0 0 0'/>
6913            </ProtoInstance>
6914            <ProtoInstance name='Vertex'>
6915                 <fieldValue name='vertexTextvalue='"coordinated"'/>
6916                 <fieldValue name='descriptionvalue='75: coordinated'/>
6917                 <fieldValue name='url'/>
6918                 <fieldValue name='radiusvalue='0.1500'/>
6919                 <fieldValue name='displayMode'/>
6920                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6921                 <fieldValue name='transparencyvalue='0'/>
6922                 <fieldValue name='translationvalue='0.22698 1.14574 -1.69487'/>
6923                 <fieldValue name='textTranslationvalue='0.37698 1.14574 -1.69487'/>
6924                 <fieldValue name='textColorvalue='0 0 0'/>
6925            </ProtoInstance>
6926            <ProtoInstance name='Vertex'>
6927                 <fieldValue name='vertexTextvalue='"corners"'/>
6928                 <fieldValue name='descriptionvalue='76: corners'/>
6929                 <fieldValue name='url'/>
6930                 <fieldValue name='radiusvalue='0.1500'/>
6931                 <fieldValue name='displayMode'/>
6932                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6933                 <fieldValue name='transparencyvalue='0'/>
6934                 <fieldValue name='translationvalue='2.63737 -2.33794 -0.11743'/>
6935                 <fieldValue name='textTranslationvalue='2.78737 -2.33794 -0.11743'/>
6936                 <fieldValue name='textColorvalue='0 0 0'/>
6937            </ProtoInstance>
6938            <ProtoInstance name='Vertex'>
6939                 <fieldValue name='vertexTextvalue='"country"'/>
6940                 <fieldValue name='descriptionvalue='77: country'/>
6941                 <fieldValue name='url'/>
6942                 <fieldValue name='radiusvalue='0.1500'/>
6943                 <fieldValue name='displayMode'/>
6944                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6945                 <fieldValue name='transparencyvalue='0'/>
6946                 <fieldValue name='translationvalue='2.19449 -2.15095 0.04020'/>
6947                 <fieldValue name='textTranslationvalue='2.34449 -2.15095 0.04020'/>
6948                 <fieldValue name='textColorvalue='0 0 0'/>
6949            </ProtoInstance>
6950            <ProtoInstance name='Vertex'>
6951                 <fieldValue name='vertexTextvalue='"countrywide"'/>
6952                 <fieldValue name='descriptionvalue='78: countrywide'/>
6953                 <fieldValue name='url'/>
6954                 <fieldValue name='radiusvalue='0.1500'/>
6955                 <fieldValue name='displayMode'/>
6956                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
6957                 <fieldValue name='transparencyvalue='0'/>
6958                 <fieldValue name='translationvalue='-1.78542 -1.16683 2.54418'/>
6959                 <fieldValue name='textTranslationvalue='-1.63542 -1.16683 2.54418'/>
6960                 <fieldValue name='textColorvalue='0 0 0'/>
6961            </ProtoInstance>
6962            <ProtoInstance name='Vertex'>
6963                 <fieldValue name='vertexTextvalue='"courtesy"'/>
6964                 <fieldValue name='descriptionvalue='79: courtesy'/>
6965                 <fieldValue name='url'/>
6966                 <fieldValue name='radiusvalue='0.1500'/>
6967                 <fieldValue name='displayMode'/>
6968                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6969                 <fieldValue name='transparencyvalue='0'/>
6970                 <fieldValue name='translationvalue='1.01689 0.06162 0.90605'/>
6971                 <fieldValue name='textTranslationvalue='1.16689 0.06162 0.90605'/>
6972                 <fieldValue name='textColorvalue='0 0 0'/>
6973            </ProtoInstance>
6974            <ProtoInstance name='Vertex'>
6975                 <fieldValue name='vertexTextvalue='"coverage"'/>
6976                 <fieldValue name='descriptionvalue='80: coverage'/>
6977                 <fieldValue name='url'/>
6978                 <fieldValue name='radiusvalue='0.1500'/>
6979                 <fieldValue name='displayMode'/>
6980                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6981                 <fieldValue name='transparencyvalue='0'/>
6982                 <fieldValue name='translationvalue='-2.33655 -0.45070 0.65929'/>
6983                 <fieldValue name='textTranslationvalue='-2.18655 -0.45070 0.65929'/>
6984                 <fieldValue name='textColorvalue='0 0 0'/>
6985            </ProtoInstance>
6986            <ProtoInstance name='Vertex'>
6987                 <fieldValue name='vertexTextvalue='"credit"'/>
6988                 <fieldValue name='descriptionvalue='81: credit'/>
6989                 <fieldValue name='url'/>
6990                 <fieldValue name='radiusvalue='0.1500'/>
6991                 <fieldValue name='displayMode'/>
6992                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6993                 <fieldValue name='transparencyvalue='0'/>
6994                 <fieldValue name='translationvalue='0.59685 0.25121 1.06574'/>
6995                 <fieldValue name='textTranslationvalue='0.74685 0.25121 1.06574'/>
6996                 <fieldValue name='textColorvalue='0 0 0'/>
6997            </ProtoInstance>
6998            <ProtoInstance name='Vertex'>
6999                 <fieldValue name='vertexTextvalue='"crisis"'/>
7000                 <fieldValue name='descriptionvalue='82: crisis'/>
7001                 <fieldValue name='url'/>
7002                 <fieldValue name='radiusvalue='0.1500'/>
7003                 <fieldValue name='displayMode'/>
7004                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7005                 <fieldValue name='transparencyvalue='0'/>
7006                 <fieldValue name='translationvalue='-0.36015 0.92694 -0.93960'/>
7007                 <fieldValue name='textTranslationvalue='-0.21015 0.92694 -0.93960'/>
7008                 <fieldValue name='textColorvalue='0 0 0'/>
7009            </ProtoInstance>
7010            <ProtoInstance name='Vertex'>
7011                 <fieldValue name='vertexTextvalue='"crowd"'/>
7012                 <fieldValue name='descriptionvalue='83: crowd'/>
7013                 <fieldValue name='url'/>
7014                 <fieldValue name='radiusvalue='0.1500'/>
7015                 <fieldValue name='displayMode'/>
7016                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7017                 <fieldValue name='transparencyvalue='0'/>
7018                 <fieldValue name='translationvalue='1.63895 -0.06776 1.14292'/>
7019                 <fieldValue name='textTranslationvalue='1.78895 -0.06776 1.14292'/>
7020                 <fieldValue name='textColorvalue='0 0 0'/>
7021            </ProtoInstance>
7022            <ProtoInstance name='Vertex'>
7023                 <fieldValue name='vertexTextvalue='"daily"'/>
7024                 <fieldValue name='descriptionvalue='84: daily'/>
7025                 <fieldValue name='url'/>
7026                 <fieldValue name='radiusvalue='0.1500'/>
7027                 <fieldValue name='displayMode'/>
7028                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
7029                 <fieldValue name='transparencyvalue='0'/>
7030                 <fieldValue name='translationvalue='-0.24632 -1.17613 -1.11518'/>
7031                 <fieldValue name='textTranslationvalue='-0.09632 -1.17613 -1.11518'/>
7032                 <fieldValue name='textColorvalue='0 0 0'/>
7033            </ProtoInstance>
7034            <ProtoInstance name='Vertex'>
7035                 <fieldValue name='vertexTextvalue='"declared"'/>
7036                 <fieldValue name='descriptionvalue='85: declared'/>
7037                 <fieldValue name='url'/>
7038                 <fieldValue name='radiusvalue='0.1500'/>
7039                 <fieldValue name='displayMode'/>
7040                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7041                 <fieldValue name='transparencyvalue='0'/>
7042                 <fieldValue name='translationvalue='-1.58661 -1.18705 2.27439'/>
7043                 <fieldValue name='textTranslationvalue='-1.43661 -1.18705 2.27439'/>
7044                 <fieldValue name='textColorvalue='0 0 0'/>
7045            </ProtoInstance>
7046            <ProtoInstance name='Vertex'>
7047                 <fieldValue name='vertexTextvalue='"departments"'/>
7048                 <fieldValue name='descriptionvalue='86: departments'/>
7049                 <fieldValue name='url'/>
7050                 <fieldValue name='radiusvalue='0.1500'/>
7051                 <fieldValue name='displayMode'/>
7052                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
7053                 <fieldValue name='transparencyvalue='0'/>
7054                 <fieldValue name='translationvalue='0.12549 1.47714 -2.27376'/>
7055                 <fieldValue name='textTranslationvalue='0.27549 1.47714 -2.27376'/>
7056                 <fieldValue name='textColorvalue='0 0 0'/>
7057            </ProtoInstance>
7058            <ProtoInstance name='Vertex'>
7059                 <fieldValue name='vertexTextvalue='"deployed"'/>
7060                 <fieldValue name='descriptionvalue='87: deployed'/>
7061                 <fieldValue name='url'/>
7062                 <fieldValue name='radiusvalue='0.1500'/>
7063                 <fieldValue name='displayMode'/>
7064                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
7065                 <fieldValue name='transparencyvalue='0'/>
7066                 <fieldValue name='translationvalue='0.47902 -1.66257 -0.65451'/>
7067                 <fieldValue name='textTranslationvalue='0.62902 -1.66257 -0.65451'/>
7068                 <fieldValue name='textColorvalue='0 0 0'/>
7069            </ProtoInstance>
7070            <ProtoInstance name='Vertex'>
7071                 <fieldValue name='vertexTextvalue='"destroyed"'/>
7072                 <fieldValue name='descriptionvalue='88: destroyed'/>
7073                 <fieldValue name='url'/>
7074                 <fieldValue name='radiusvalue='0.1500'/>
7075                 <fieldValue name='displayMode'/>
7076                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
7077                 <fieldValue name='transparencyvalue='0'/>
7078                 <fieldValue name='translationvalue='2.17748 -0.04179 -1.36002'/>
7079                 <fieldValue name='textTranslationvalue='2.32748 -0.04179 -1.36002'/>
7080                 <fieldValue name='textColorvalue='0 0 0'/>
7081            </ProtoInstance>
7082            <ProtoInstance name='Vertex'>
7083                 <fieldValue name='vertexTextvalue='"devastated"'/>
7084                 <fieldValue name='descriptionvalue='89: devastated'/>
7085                 <fieldValue name='url'/>
7086                 <fieldValue name='radiusvalue='0.1500'/>
7087                 <fieldValue name='displayMode'/>
7088                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7089                 <fieldValue name='transparencyvalue='0'/>
7090                 <fieldValue name='translationvalue='1.57437 0.31729 1.00372'/>
7091                 <fieldValue name='textTranslationvalue='1.72437 0.31729 1.00372'/>
7092                 <fieldValue name='textColorvalue='0 0 0'/>
7093            </ProtoInstance>
7094            <ProtoInstance name='Vertex'>
7095                 <fieldValue name='vertexTextvalue='"devastating"'/>
7096                 <fieldValue name='descriptionvalue='90: devastating'/>
7097                 <fieldValue name='url'/>
7098                 <fieldValue name='radiusvalue='0.1500'/>
7099                 <fieldValue name='displayMode'/>
7100                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
7101                 <fieldValue name='transparencyvalue='0'/>
7102                 <fieldValue name='translationvalue='0.52770 -1.19373 -0.70442'/>
7103                 <fieldValue name='textTranslationvalue='0.67770 -1.19373 -0.70442'/>
7104                 <fieldValue name='textColorvalue='0 0 0'/>
7105            </ProtoInstance>
7106            <ProtoInstance name='Vertex'>
7107                 <fieldValue name='vertexTextvalue='"difficult"'/>
7108                 <fieldValue name='descriptionvalue='91: difficult'/>
7109                 <fieldValue name='url'/>
7110                 <fieldValue name='radiusvalue='0.1500'/>
7111                 <fieldValue name='displayMode'/>
7112                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
7113                 <fieldValue name='transparencyvalue='0'/>
7114                 <fieldValue name='translationvalue='-0.34140 1.36064 -2.22188'/>
7115                 <fieldValue name='textTranslationvalue='-0.19140 1.36064 -2.22188'/>
7116                 <fieldValue name='textColorvalue='0 0 0'/>
7117            </ProtoInstance>
7118            <ProtoInstance name='Vertex'>
7119                 <fieldValue name='vertexTextvalue='"disaster"'/>
7120                 <fieldValue name='descriptionvalue='92: disaster'/>
7121                 <fieldValue name='url'/>
7122                 <fieldValue name='radiusvalue='0.1500'/>
7123                 <fieldValue name='displayMode'/>
7124                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7125                 <fieldValue name='transparencyvalue='0'/>
7126                 <fieldValue name='translationvalue='1.62488 0.17569 0.56255'/>
7127                 <fieldValue name='textTranslationvalue='1.77488 0.17569 0.56255'/>
7128                 <fieldValue name='textColorvalue='0 0 0'/>
7129            </ProtoInstance>
7130            <ProtoInstance name='Vertex'>
7131                 <fieldValue name='vertexTextvalue='"distribute"'/>
7132                 <fieldValue name='descriptionvalue='93: distribute'/>
7133                 <fieldValue name='url'/>
7134                 <fieldValue name='radiusvalue='0.1500'/>
7135                 <fieldValue name='displayMode'/>
7136                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7137                 <fieldValue name='transparencyvalue='0'/>
7138                 <fieldValue name='translationvalue='-1.93591 -1.30996 2.37271'/>
7139                 <fieldValue name='textTranslationvalue='-1.78591 -1.30996 2.37271'/>
7140                 <fieldValue name='textColorvalue='0 0 0'/>
7141            </ProtoInstance>
7142            <ProtoInstance name='Vertex'>
7143                 <fieldValue name='vertexTextvalue='"distributed"'/>
7144                 <fieldValue name='descriptionvalue='94: distributed'/>
7145                 <fieldValue name='url'/>
7146                 <fieldValue name='radiusvalue='0.1500'/>
7147                 <fieldValue name='displayMode'/>
7148                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7149                 <fieldValue name='transparencyvalue='0'/>
7150                 <fieldValue name='translationvalue='-1.48649 -1.33673 2.22022'/>
7151                 <fieldValue name='textTranslationvalue='-1.33649 -1.33673 2.22022'/>
7152                 <fieldValue name='textColorvalue='0 0 0'/>
7153            </ProtoInstance>
7154            <ProtoInstance name='Vertex'>
7155                 <fieldValue name='vertexTextvalue='"distribution"'/>
7156                 <fieldValue name='descriptionvalue='95: distribution'/>
7157                 <fieldValue name='url'/>
7158                 <fieldValue name='radiusvalue='0.1500'/>
7159                 <fieldValue name='displayMode'/>
7160                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7161                 <fieldValue name='transparencyvalue='0'/>
7162                 <fieldValue name='translationvalue='0.77301 0.00193 0.98742'/>
7163                 <fieldValue name='textTranslationvalue='0.92301 0.00193 0.98742'/>
7164                 <fieldValue name='textColorvalue='0 0 0'/>
7165            </ProtoInstance>
7166            <ProtoInstance name='Vertex'>
7167                 <fieldValue name='vertexTextvalue='"doctors"'/>
7168                 <fieldValue name='descriptionvalue='96: doctors'/>
7169                 <fieldValue name='url'/>
7170                 <fieldValue name='radiusvalue='0.1500'/>
7171                 <fieldValue name='displayMode'/>
7172                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7173                 <fieldValue name='transparencyvalue='0'/>
7174                 <fieldValue name='translationvalue='-1.76875 -0.72031 -0.92120'/>
7175                 <fieldValue name='textTranslationvalue='-1.61875 -0.72031 -0.92120'/>
7176                 <fieldValue name='textColorvalue='0 0 0'/>
7177            </ProtoInstance>
7178            <ProtoInstance name='Vertex'>
7179                 <fieldValue name='vertexTextvalue='"downloads"'/>
7180                 <fieldValue name='descriptionvalue='97: downloads'/>
7181                 <fieldValue name='url'/>
7182                 <fieldValue name='radiusvalue='0.1500'/>
7183                 <fieldValue name='displayMode'/>
7184                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7185                 <fieldValue name='transparencyvalue='0'/>
7186                 <fieldValue name='translationvalue='-0.62048 1.27288 -0.31735'/>
7187                 <fieldValue name='textTranslationvalue='-0.47048 1.27288 -0.31735'/>
7188                 <fieldValue name='textColorvalue='0 0 0'/>
7189            </ProtoInstance>
7190            <ProtoInstance name='Vertex'>
7191                 <fieldValue name='vertexTextvalue='"emergency"'/>
7192                 <fieldValue name='descriptionvalue='98: emergency'/>
7193                 <fieldValue name='url'/>
7194                 <fieldValue name='radiusvalue='0.1500'/>
7195                 <fieldValue name='displayMode'/>
7196                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7197                 <fieldValue name='transparencyvalue='0'/>
7198                 <fieldValue name='translationvalue='-1.38908 -1.28350 2.05301'/>
7199                 <fieldValue name='textTranslationvalue='-1.23908 -1.28350 2.05301'/>
7200                 <fieldValue name='textColorvalue='0 0 0'/>
7201            </ProtoInstance>
7202            <ProtoInstance name='Vertex'>
7203                 <fieldValue name='vertexTextvalue='"employees"'/>
7204                 <fieldValue name='descriptionvalue='99: employees'/>
7205                 <fieldValue name='url'/>
7206                 <fieldValue name='radiusvalue='0.1500'/>
7207                 <fieldValue name='displayMode'/>
7208                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7209                 <fieldValue name='transparencyvalue='0'/>
7210                 <fieldValue name='translationvalue='-1.68563 -1.25883 2.19374'/>
7211                 <fieldValue name='textTranslationvalue='-1.53563 -1.25883 2.19374'/>
7212                 <fieldValue name='textColorvalue='0 0 0'/>
7213            </ProtoInstance>
7214            <ProtoInstance name='Vertex'>
7215                 <fieldValue name='vertexTextvalue='"engages"'/>
7216                 <fieldValue name='descriptionvalue='100: engages'/>
7217                 <fieldValue name='url'/>
7218                 <fieldValue name='radiusvalue='0.1500'/>
7219                 <fieldValue name='displayMode'/>
7220                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7221                 <fieldValue name='transparencyvalue='0'/>
7222                 <fieldValue name='translationvalue='2.75119 -2.08615 -0.30889'/>
7223                 <fieldValue name='textTranslationvalue='2.90119 -2.08615 -0.30889'/>
7224                 <fieldValue name='textColorvalue='0 0 0'/>
7225            </ProtoInstance>
7226            <ProtoInstance name='Vertex'>
7227                 <fieldValue name='vertexTextvalue='"enterprise"'/>
7228                 <fieldValue name='descriptionvalue='101: enterprise'/>
7229                 <fieldValue name='url'/>
7230                 <fieldValue name='radiusvalue='0.1500'/>
7231                 <fieldValue name='displayMode'/>
7232                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7233                 <fieldValue name='transparencyvalue='0'/>
7234                 <fieldValue name='translationvalue='2.71382 -2.22724 -0.05128'/>
7235                 <fieldValue name='textTranslationvalue='2.86382 -2.22724 -0.05128'/>
7236                 <fieldValue name='textColorvalue='0 0 0'/>
7237            </ProtoInstance>
7238            <ProtoInstance name='Vertex'>
7239                 <fieldValue name='vertexTextvalue='"enters"'/>
7240                 <fieldValue name='descriptionvalue='102: enters'/>
7241                 <fieldValue name='url'/>
7242                 <fieldValue name='radiusvalue='0.1500'/>
7243                 <fieldValue name='displayMode'/>
7244                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7245                 <fieldValue name='transparencyvalue='0'/>
7246                 <fieldValue name='translationvalue='1.15101 -2.17775 0.19414'/>
7247                 <fieldValue name='textTranslationvalue='1.30101 -2.17775 0.19414'/>
7248                 <fieldValue name='textColorvalue='0 0 0'/>
7249            </ProtoInstance>
7250            <ProtoInstance name='Vertex'>
7251                 <fieldValue name='vertexTextvalue='"expectations"'/>
7252                 <fieldValue name='descriptionvalue='103: expectations'/>
7253                 <fieldValue name='url'/>
7254                 <fieldValue name='radiusvalue='0.1500'/>
7255                 <fieldValue name='displayMode'/>
7256                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
7257                 <fieldValue name='transparencyvalue='0'/>
7258                 <fieldValue name='translationvalue='-0.19732 1.51792 -2.50335'/>
7259                 <fieldValue name='textTranslationvalue='-0.04732 1.51792 -2.50335'/>
7260                 <fieldValue name='textColorvalue='0 0 0'/>
7261            </ProtoInstance>
7262            <ProtoInstance name='Vertex'>
7263                 <fieldValue name='vertexTextvalue='"facilities"'/>
7264                 <fieldValue name='descriptionvalue='104: facilities'/>
7265                 <fieldValue name='url'/>
7266                 <fieldValue name='radiusvalue='0.1500'/>
7267                 <fieldValue name='displayMode'/>
7268                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7269                 <fieldValue name='transparencyvalue='0'/>
7270                 <fieldValue name='translationvalue='1.60217 -1.77594 0.61422'/>
7271                 <fieldValue name='textTranslationvalue='1.75217 -1.77594 0.61422'/>
7272                 <fieldValue name='textColorvalue='0 0 0'/>
7273            </ProtoInstance>
7274            <ProtoInstance name='Vertex'>
7275                 <fieldValue name='vertexTextvalue='"fast"'/>
7276                 <fieldValue name='descriptionvalue='105: fast'/>
7277                 <fieldValue name='url'/>
7278                 <fieldValue name='radiusvalue='0.1500'/>
7279                 <fieldValue name='displayMode'/>
7280                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
7281                 <fieldValue name='transparencyvalue='0'/>
7282                 <fieldValue name='translationvalue='0.26345 -1.76204 -1.34361'/>
7283                 <fieldValue name='textTranslationvalue='0.41345 -1.76204 -1.34361'/>
7284                 <fieldValue name='textColorvalue='0 0 0'/>
7285            </ProtoInstance>
7286            <ProtoInstance name='Vertex'>
7287                 <fieldValue name='vertexTextvalue='"field"'/>
7288                 <fieldValue name='descriptionvalue='106: field'/>
7289                 <fieldValue name='url'/>
7290                 <fieldValue name='radiusvalue='0.1500'/>
7291                 <fieldValue name='displayMode'/>
7292                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7293                 <fieldValue name='transparencyvalue='0'/>
7294                 <fieldValue name='translationvalue='1.05978 0.14353 1.39623'/>
7295                 <fieldValue name='textTranslationvalue='1.20978 0.14353 1.39623'/>
7296                 <fieldValue name='textColorvalue='0 0 0'/>
7297            </ProtoInstance>
7298            <ProtoInstance name='Vertex'>
7299                 <fieldValue name='vertexTextvalue='"files"'/>
7300                 <fieldValue name='descriptionvalue='107: files'/>
7301                 <fieldValue name='url'/>
7302                 <fieldValue name='radiusvalue='0.1500'/>
7303                 <fieldValue name='displayMode'/>
7304                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7305                 <fieldValue name='transparencyvalue='0'/>
7306                 <fieldValue name='translationvalue='-0.26729 0.89344 -0.20003'/>
7307                 <fieldValue name='textTranslationvalue='-0.11729 0.89344 -0.20003'/>
7308                 <fieldValue name='textColorvalue='0 0 0'/>
7309            </ProtoInstance>
7310            <ProtoInstance name='Vertex'>
7311                 <fieldValue name='vertexTextvalue='"flash"'/>
7312                 <fieldValue name='descriptionvalue='108: flash'/>
7313                 <fieldValue name='url'/>
7314                 <fieldValue name='radiusvalue='0.1500'/>
7315                 <fieldValue name='displayMode'/>
7316                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
7317                 <fieldValue name='transparencyvalue='0'/>
7318                 <fieldValue name='translationvalue='2.41830 0.03591 -1.60107'/>
7319                 <fieldValue name='textTranslationvalue='2.56830 0.03591 -1.60107'/>
7320                 <fieldValue name='textColorvalue='0 0 0'/>
7321            </ProtoInstance>
7322            <ProtoInstance name='Vertex'>
7323                 <fieldValue name='vertexTextvalue='"fleet"'/>
7324                 <fieldValue name='descriptionvalue='109: fleet'/>
7325                 <fieldValue name='url'/>
7326                 <fieldValue name='radiusvalue='0.1500'/>
7327                 <fieldValue name='displayMode'/>
7328                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
7329                 <fieldValue name='transparencyvalue='0'/>
7330                 <fieldValue name='translationvalue='0.25953 -1.73852 -1.31367'/>
7331                 <fieldValue name='textTranslationvalue='0.40953 -1.73852 -1.31367'/>
7332                 <fieldValue name='textColorvalue='0 0 0'/>
7333            </ProtoInstance>
7334            <ProtoInstance name='Vertex'>
7335                 <fieldValue name='vertexTextvalue='"followers"'/>
7336                 <fieldValue name='descriptionvalue='110: followers'/>
7337                 <fieldValue name='url'/>
7338                 <fieldValue name='radiusvalue='0.1500'/>
7339                 <fieldValue name='displayMode'/>
7340                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7341                 <fieldValue name='transparencyvalue='0'/>
7342                 <fieldValue name='translationvalue='0.61001 -2.42357 0.71610'/>
7343                 <fieldValue name='textTranslationvalue='0.76001 -2.42357 0.71610'/>
7344                 <fieldValue name='textColorvalue='0 0 0'/>
7345            </ProtoInstance>
7346            <ProtoInstance name='Vertex'>
7347                 <fieldValue name='vertexTextvalue='"food"'/>
7348                 <fieldValue name='descriptionvalue='111: food'/>
7349                 <fieldValue name='url'/>
7350                 <fieldValue name='radiusvalue='0.1500'/>
7351                 <fieldValue name='displayMode'/>
7352                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7353                 <fieldValue name='transparencyvalue='0'/>
7354                 <fieldValue name='translationvalue='-1.19269 -1.18285 1.98935'/>
7355                 <fieldValue name='textTranslationvalue='-1.04269 -1.18285 1.98935'/>
7356                 <fieldValue name='textColorvalue='0 0 0'/>
7357            </ProtoInstance>
7358            <ProtoInstance name='Vertex'>
7359                 <fieldValue name='vertexTextvalue='"footage"'/>
7360                 <fieldValue name='descriptionvalue='112: footage'/>
7361                 <fieldValue name='url'/>
7362                 <fieldValue name='radiusvalue='0.1500'/>
7363                 <fieldValue name='displayMode'/>
7364                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7365                 <fieldValue name='transparencyvalue='0'/>
7366                 <fieldValue name='translationvalue='-0.43017 0.86129 -0.23545'/>
7367                 <fieldValue name='textTranslationvalue='-0.28017 0.86129 -0.23545'/>
7368                 <fieldValue name='textColorvalue='0 0 0'/>
7369            </ProtoInstance>
7370            <ProtoInstance name='Vertex'>
7371                 <fieldValue name='vertexTextvalue='"footer"'/>
7372                 <fieldValue name='descriptionvalue='113: footer'/>
7373                 <fieldValue name='url'/>
7374                 <fieldValue name='radiusvalue='0.1500'/>
7375                 <fieldValue name='displayMode'/>
7376                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7377                 <fieldValue name='transparencyvalue='0'/>
7378                 <fieldValue name='translationvalue='-1.73529 -1.05534 2.63257'/>
7379                 <fieldValue name='textTranslationvalue='-1.58529 -1.05534 2.63257'/>
7380                 <fieldValue name='textColorvalue='0 0 0'/>
7381            </ProtoInstance>
7382            <ProtoInstance name='Vertex'>
7383                 <fieldValue name='vertexTextvalue='"force"'/>
7384                 <fieldValue name='descriptionvalue='114: force'/>
7385                 <fieldValue name='url'/>
7386                 <fieldValue name='radiusvalue='0.1500'/>
7387                 <fieldValue name='displayMode'/>
7388                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
7389                 <fieldValue name='transparencyvalue='0'/>
7390                 <fieldValue name='translationvalue='0.67004 0.32660 1.29952'/>
7391                 <fieldValue name='textTranslationvalue='0.82004 0.32660 1.29952'/>
7392                 <fieldValue name='textColorvalue='0 0 0'/>
7393            </ProtoInstance>
7394            <ProtoInstance name='Vertex'>
7395                 <fieldValue name='vertexTextvalue='"forces"'/>
7396                 <fieldValue name='descriptionvalue='115: forces'/>
7397                 <fieldValue name='url'/>
7398                 <fieldValue name='radiusvalue='0.1500'/>
7399                 <fieldValue name='displayMode'/>
7400                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
7401                 <fieldValue name='transparencyvalue='0'/>
7402                 <fieldValue name='translationvalue='0.28561 -1.53356 -1.04919'/>
7403                 <fieldValue name='textTranslationvalue='0.43561 -1.53356 -1.04919'/>
7404                 <fieldValue name='textColorvalue='0 0 0'/>
7405            </ProtoInstance>
7406            <ProtoInstance name='Vertex'>
7407                 <fieldValue name='vertexTextvalue='"free"'/>
7408                 <fieldValue name='descriptionvalue='116: free'/>
7409                 <fieldValue name='url'/>
7410                 <fieldValue name='radiusvalue='0.1500'/>
7411                 <fieldValue name='displayMode'/>
7412                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
7413                 <fieldValue name='transparencyvalue='0'/>
7414                 <fieldValue name='translationvalue='2.17059 -0.04385 -1.35409'/>
7415                 <fieldValue name='textTranslationvalue='2.32059 -0.04385 -1.35409'/>
7416                 <fieldValue name='textColorvalue='0 0 0'/>
7417            </ProtoInstance>
7418            <ProtoInstance name='Vertex'>
7419                 <fieldValue name='vertexTextvalue='"full"'/>
7420                 <fieldValue name='descriptionvalue='117: full'/>
7421                 <fieldValue name='url'/>
7422                 <fieldValue name='radiusvalue='0.1500'/>
7423                 <fieldValue name='displayMode'/>
7424                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7425                 <fieldValue name='transparencyvalue='0'/>
7426                 <fieldValue name='translationvalue='1.81277 -1.05480 -0.25815'/>
7427                 <fieldValue name='textTranslationvalue='1.96277 -1.05480 -0.25815'/>
7428                 <fieldValue name='textColorvalue='0 0 0'/>
7429            </ProtoInstance>
7430            <ProtoInstance name='Vertex'>
7431                 <fieldValue name='vertexTextvalue='"funds"'/>
7432                 <fieldValue name='descriptionvalue='118: funds'/>
7433                 <fieldValue name='url'/>
7434                 <fieldValue name='radiusvalue='0.1500'/>
7435                 <fieldValue name='displayMode'/>
7436                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7437                 <fieldValue name='transparencyvalue='0'/>
7438                 <fieldValue name='translationvalue='-0.46855 0.94433 -0.32784'/>
7439                 <fieldValue name='textTranslationvalue='-0.31855 0.94433 -0.32784'/>
7440                 <fieldValue name='textColorvalue='0 0 0'/>
7441            </ProtoInstance>
7442            <ProtoInstance name='Vertex'>
7443                 <fieldValue name='vertexTextvalue='"government"'/>
7444                 <fieldValue name='descriptionvalue='119: government'/>
7445                 <fieldValue name='url'/>
7446                 <fieldValue name='radiusvalue='0.1500'/>
7447                 <fieldValue name='displayMode'/>
7448                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7449                 <fieldValue name='transparencyvalue='0'/>
7450                 <fieldValue name='translationvalue='-1.61977 -1.09660 2.69831'/>
7451                 <fieldValue name='textTranslationvalue='-1.46977 -1.09660 2.69831'/>
7452                 <fieldValue name='textColorvalue='0 0 0'/>
7453            </ProtoInstance>
7454            <ProtoInstance name='Vertex'>
7455                 <fieldValue name='vertexTextvalue='"governments"'/>
7456                 <fieldValue name='descriptionvalue='120: governments'/>
7457                 <fieldValue name='url'/>
7458                 <fieldValue name='radiusvalue='0.1500'/>
7459                 <fieldValue name='displayMode'/>
7460                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7461                 <fieldValue name='transparencyvalue='0'/>
7462                 <fieldValue name='translationvalue='2.00424 -2.47507 0.05398'/>
7463                 <fieldValue name='textTranslationvalue='2.15424 -2.47507 0.05398'/>
7464                 <fieldValue name='textColorvalue='0 0 0'/>
7465            </ProtoInstance>
7466            <ProtoInstance name='Vertex'>
7467                 <fieldValue name='vertexTextvalue='"grand"'/>
7468                 <fieldValue name='descriptionvalue='121: grand'/>
7469                 <fieldValue name='url'/>
7470                 <fieldValue name='radiusvalue='0.1500'/>
7471                 <fieldValue name='displayMode'/>
7472                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7473                 <fieldValue name='transparencyvalue='0'/>
7474                 <fieldValue name='translationvalue='-2.69755 -0.70807 0.64052'/>
7475                 <fieldValue name='textTranslationvalue='-2.54755 -0.70807 0.64052'/>
7476                 <fieldValue name='textColorvalue='0 0 0'/>
7477            </ProtoInstance>
7478            <ProtoInstance name='Vertex'>
7479                 <fieldValue name='vertexTextvalue='"haitians"'/>
7480                 <fieldValue name='descriptionvalue='122: haitians'/>
7481                 <fieldValue name='url'/>
7482                 <fieldValue name='radiusvalue='0.1500'/>
7483                 <fieldValue name='displayMode'/>
7484                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
7485                 <fieldValue name='transparencyvalue='0'/>
7486                 <fieldValue name='translationvalue='0.35124 -1.46214 -1.01916'/>
7487                 <fieldValue name='textTranslationvalue='0.50124 -1.46214 -1.01916'/>
7488                 <fieldValue name='textColorvalue='0 0 0'/>
7489            </ProtoInstance>
7490            <ProtoInstance name='Vertex'>
7491                 <fieldValue name='vertexTextvalue='"hard"'/>
7492                 <fieldValue name='descriptionvalue='123: hard'/>
7493                 <fieldValue name='url'/>
7494                 <fieldValue name='radiusvalue='0.1500'/>
7495                 <fieldValue name='displayMode'/>
7496                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
7497                 <fieldValue name='transparencyvalue='0'/>
7498                 <fieldValue name='translationvalue='-0.38003 1.38607 -2.19783'/>
7499                 <fieldValue name='textTranslationvalue='-0.23003 1.38607 -2.19783'/>
7500                 <fieldValue name='textColorvalue='0 0 0'/>
7501            </ProtoInstance>
7502            <ProtoInstance name='Vertex'>
7503                 <fieldValue name='vertexTextvalue='"hawk"'/>
7504                 <fieldValue name='descriptionvalue='124: hawk'/>
7505                 <fieldValue name='url'/>
7506                 <fieldValue name='radiusvalue='0.1500'/>
7507                 <fieldValue name='displayMode'/>
7508                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
7509                 <fieldValue name='transparencyvalue='0'/>
7510                 <fieldValue name='translationvalue='-0.02588 0.79150 1.72781'/>
7511                 <fieldValue name='textTranslationvalue='0.12412 0.79150 1.72781'/>
7512                 <fieldValue name='textColorvalue='0 0 0'/>
7513            </ProtoInstance>
7514            <ProtoInstance name='Vertex'>
7515                 <fieldValue name='vertexTextvalue='"heads"'/>
7516                 <fieldValue name='descriptionvalue='125: heads'/>
7517                 <fieldValue name='url'/>
7518                 <fieldValue name='radiusvalue='0.1500'/>
7519                 <fieldValue name='displayMode'/>
7520                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7521                 <fieldValue name='transparencyvalue='0'/>
7522                 <fieldValue name='translationvalue='1.84538 0.55250 1.13783'/>
7523                 <fieldValue name='textTranslationvalue='1.99538 0.55250 1.13783'/>
7524                 <fieldValue name='textColorvalue='0 0 0'/>
7525            </ProtoInstance>
7526            <ProtoInstance name='Vertex'>
7527                 <fieldValue name='vertexTextvalue='"healing"'/>
7528                 <fieldValue name='descriptionvalue='126: healing'/>
7529                 <fieldValue name='url'/>
7530                 <fieldValue name='radiusvalue='0.1500'/>
7531                 <fieldValue name='displayMode'/>
7532                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7533                 <fieldValue name='transparencyvalue='0'/>
7534                 <fieldValue name='translationvalue='-1.90363 -0.79297 -1.44116'/>
7535                 <fieldValue name='textTranslationvalue='-1.75363 -0.79297 -1.44116'/>
7536                 <fieldValue name='textColorvalue='0 0 0'/>
7537            </ProtoInstance>
7538            <ProtoInstance name='Vertex'>
7539                 <fieldValue name='vertexTextvalue='"health"'/>
7540                 <fieldValue name='descriptionvalue='127: health'/>
7541                 <fieldValue name='url'/>
7542                 <fieldValue name='radiusvalue='0.1500'/>
7543                 <fieldValue name='displayMode'/>
7544                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7545                 <fieldValue name='transparencyvalue='0'/>
7546                 <fieldValue name='translationvalue='-0.53775 0.96353 -0.29088'/>
7547                 <fieldValue name='textTranslationvalue='-0.38775 0.96353 -0.29088'/>
7548                 <fieldValue name='textColorvalue='0 0 0'/>
7549            </ProtoInstance>
7550            <ProtoInstance name='Vertex'>
7551                 <fieldValue name='vertexTextvalue='"hear"'/>
7552                 <fieldValue name='descriptionvalue='128: hear'/>
7553                 <fieldValue name='url'/>
7554                 <fieldValue name='radiusvalue='0.1500'/>
7555                 <fieldValue name='displayMode'/>
7556                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7557                 <fieldValue name='transparencyvalue='0'/>
7558                 <fieldValue name='translationvalue='-1.48780 -0.72011 -0.98120'/>
7559                 <fieldValue name='textTranslationvalue='-1.33780 -0.72011 -0.98120'/>
7560                 <fieldValue name='textColorvalue='0 0 0'/>
7561            </ProtoInstance>
7562            <ProtoInstance name='Vertex'>
7563                 <fieldValue name='vertexTextvalue='"heartland"'/>
7564                 <fieldValue name='descriptionvalue='129: heartland'/>
7565                 <fieldValue name='url'/>
7566                 <fieldValue name='radiusvalue='0.1500'/>
7567                 <fieldValue name='displayMode'/>
7568                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7569                 <fieldValue name='transparencyvalue='0'/>
7570                 <fieldValue name='translationvalue='-0.98475 -0.49193 -0.42288'/>
7571                 <fieldValue name='textTranslationvalue='-0.83475 -0.49193 -0.42288'/>
7572                 <fieldValue name='textColorvalue='0 0 0'/>
7573            </ProtoInstance>
7574            <ProtoInstance name='Vertex'>
7575                 <fieldValue name='vertexTextvalue='"helicopter"'/>
7576                 <fieldValue name='descriptionvalue='130: helicopter'/>
7577                 <fieldValue name='url'/>
7578                 <fieldValue name='radiusvalue='0.1500'/>
7579                 <fieldValue name='displayMode'/>
7580                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
7581                 <fieldValue name='transparencyvalue='0'/>
7582                 <fieldValue name='translationvalue='0.25681 0.57558 1.60827'/>
7583                 <fieldValue name='textTranslationvalue='0.40681 0.57558 1.60827'/>
7584                 <fieldValue name='textColorvalue='0 0 0'/>
7585            </ProtoInstance>
7586            <ProtoInstance name='Vertex'>
7587                 <fieldValue name='vertexTextvalue='"highlights"'/>
7588                 <fieldValue name='descriptionvalue='131: highlights'/>
7589                 <fieldValue name='url'/>
7590                 <fieldValue name='radiusvalue='0.1500'/>
7591                 <fieldValue name='displayMode'/>
7592                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7593                 <fieldValue name='transparencyvalue='0'/>
7594                 <fieldValue name='translationvalue='-0.47893 1.38628 -0.27414'/>
7595                 <fieldValue name='textTranslationvalue='-0.32893 1.38628 -0.27414'/>
7596                 <fieldValue name='textColorvalue='0 0 0'/>
7597            </ProtoInstance>
7598            <ProtoInstance name='Vertex'>
7599                 <fieldValue name='vertexTextvalue='"home"'/>
7600                 <fieldValue name='descriptionvalue='132: home'/>
7601                 <fieldValue name='url'/>
7602                 <fieldValue name='radiusvalue='0.1500'/>
7603                 <fieldValue name='displayMode'/>
7604                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7605                 <fieldValue name='transparencyvalue='0'/>
7606                 <fieldValue name='translationvalue='1.27450 0.43212 0.30740'/>
7607                 <fieldValue name='textTranslationvalue='1.42450 0.43212 0.30740'/>
7608                 <fieldValue name='textColorvalue='0 0 0'/>
7609            </ProtoInstance>
7610            <ProtoInstance name='Vertex'>
7611                 <fieldValue name='vertexTextvalue='"homeland"'/>
7612                 <fieldValue name='descriptionvalue='133: homeland'/>
7613                 <fieldValue name='url'/>
7614                 <fieldValue name='radiusvalue='0.1500'/>
7615                 <fieldValue name='displayMode'/>
7616                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7617                 <fieldValue name='transparencyvalue='0'/>
7618                 <fieldValue name='translationvalue='1.49313 0.34128 1.00246'/>
7619                 <fieldValue name='textTranslationvalue='1.64313 0.34128 1.00246'/>
7620                 <fieldValue name='textColorvalue='0 0 0'/>
7621            </ProtoInstance>
7622            <ProtoInstance name='Vertex'>
7623                 <fieldValue name='vertexTextvalue='"hope"'/>
7624                 <fieldValue name='descriptionvalue='134: hope'/>
7625                 <fieldValue name='url'/>
7626                 <fieldValue name='radiusvalue='0.1500'/>
7627                 <fieldValue name='displayMode'/>
7628                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7629                 <fieldValue name='transparencyvalue='0'/>
7630                 <fieldValue name='translationvalue='-1.86213 -0.96215 -1.45366'/>
7631                 <fieldValue name='textTranslationvalue='-1.71213 -0.96215 -1.45366'/>
7632                 <fieldValue name='textColorvalue='0 0 0'/>
7633            </ProtoInstance>
7634            <ProtoInstance name='Vertex'>
7635                 <fieldValue name='vertexTextvalue='"hospital"'/>
7636                 <fieldValue name='descriptionvalue='135: hospital'/>
7637                 <fieldValue name='url'/>
7638                 <fieldValue name='radiusvalue='0.1500'/>
7639                 <fieldValue name='displayMode'/>
7640                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7641                 <fieldValue name='transparencyvalue='0'/>
7642                 <fieldValue name='translationvalue='1.14419 -1.88466 0.70495'/>
7643                 <fieldValue name='textTranslationvalue='1.29419 -1.88466 0.70495'/>
7644                 <fieldValue name='textColorvalue='0 0 0'/>
7645            </ProtoInstance>
7646            <ProtoInstance name='Vertex'>
7647                 <fieldValue name='vertexTextvalue='"human"'/>
7648                 <fieldValue name='descriptionvalue='136: human'/>
7649                 <fieldValue name='url'/>
7650                 <fieldValue name='radiusvalue='0.1500'/>
7651                 <fieldValue name='displayMode'/>
7652                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7653                 <fieldValue name='transparencyvalue='0'/>
7654                 <fieldValue name='translationvalue='-2.03932 -0.79849 -1.23176'/>
7655                 <fieldValue name='textTranslationvalue='-1.88932 -0.79849 -1.23176'/>
7656                 <fieldValue name='textColorvalue='0 0 0'/>
7657            </ProtoInstance>
7658            <ProtoInstance name='Vertex'>
7659                 <fieldValue name='vertexTextvalue='"humanitarian"'/>
7660                 <fieldValue name='descriptionvalue='137: humanitarian'/>
7661                 <fieldValue name='url'/>
7662                 <fieldValue name='radiusvalue='0.1500'/>
7663                 <fieldValue name='displayMode'/>
7664                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7665                 <fieldValue name='transparencyvalue='0'/>
7666                 <fieldValue name='translationvalue='1.13483 -0.57801 0.81873'/>
7667                 <fieldValue name='textTranslationvalue='1.28483 -0.57801 0.81873'/>
7668                 <fieldValue name='textColorvalue='0 0 0'/>
7669            </ProtoInstance>
7670            <ProtoInstance name='Vertex'>
7671                 <fieldValue name='vertexTextvalue='"hygiene"'/>
7672                 <fieldValue name='descriptionvalue='138: hygiene'/>
7673                 <fieldValue name='url'/>
7674                 <fieldValue name='radiusvalue='0.1500'/>
7675                 <fieldValue name='displayMode'/>
7676                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7677                 <fieldValue name='transparencyvalue='0'/>
7678                 <fieldValue name='translationvalue='1.89493 0.33644 1.34168'/>
7679                 <fieldValue name='textTranslationvalue='2.04493 0.33644 1.34168'/>
7680                 <fieldValue name='textColorvalue='0 0 0'/>
7681            </ProtoInstance>
7682            <ProtoInstance name='Vertex'>
7683                 <fieldValue name='vertexTextvalue='"idol"'/>
7684                 <fieldValue name='descriptionvalue='139: idol'/>
7685                 <fieldValue name='url'/>
7686                 <fieldValue name='radiusvalue='0.1500'/>
7687                 <fieldValue name='displayMode'/>
7688                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7689                 <fieldValue name='transparencyvalue='0'/>
7690                 <fieldValue name='translationvalue='-0.54148 0.93405 -0.33960'/>
7691                 <fieldValue name='textTranslationvalue='-0.39148 0.93405 -0.33960'/>
7692                 <fieldValue name='textColorvalue='0 0 0'/>
7693            </ProtoInstance>
7694            <ProtoInstance name='Vertex'>
7695                 <fieldValue name='vertexTextvalue='"individuals"'/>
7696                 <fieldValue name='descriptionvalue='140: individuals'/>
7697                 <fieldValue name='url'/>
7698                 <fieldValue name='radiusvalue='0.1500'/>
7699                 <fieldValue name='displayMode'/>
7700                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7701                 <fieldValue name='transparencyvalue='0'/>
7702                 <fieldValue name='translationvalue='2.44575 -2.09423 -0.05137'/>
7703                 <fieldValue name='textTranslationvalue='2.59575 -2.09423 -0.05137'/>
7704                 <fieldValue name='textColorvalue='0 0 0'/>
7705            </ProtoInstance>
7706            <ProtoInstance name='Vertex'>
7707                 <fieldValue name='vertexTextvalue='"initial"'/>
7708                 <fieldValue name='descriptionvalue='141: initial'/>
7709                 <fieldValue name='url'/>
7710                 <fieldValue name='radiusvalue='0.1500'/>
7711                 <fieldValue name='displayMode'/>
7712                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7713                 <fieldValue name='transparencyvalue='0'/>
7714                 <fieldValue name='translationvalue='1.56841 -1.73512 0.90156'/>
7715                 <fieldValue name='textTranslationvalue='1.71841 -1.73512 0.90156'/>
7716                 <fieldValue name='textColorvalue='0 0 0'/>
7717            </ProtoInstance>
7718            <ProtoInstance name='Vertex'>
7719                 <fieldValue name='vertexTextvalue='"install"'/>
7720                 <fieldValue name='descriptionvalue='142: install'/>
7721                 <fieldValue name='url'/>
7722                 <fieldValue name='radiusvalue='0.1500'/>
7723                 <fieldValue name='displayMode'/>
7724                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
7725                 <fieldValue name='transparencyvalue='0'/>
7726                 <fieldValue name='translationvalue='2.20713 -0.02174 -1.36763'/>
7727                 <fieldValue name='textTranslationvalue='2.35713 -0.02174 -1.36763'/>
7728                 <fieldValue name='textColorvalue='0 0 0'/>
7729            </ProtoInstance>
7730            <ProtoInstance name='Vertex'>
7731                 <fieldValue name='vertexTextvalue='"interactive"'/>
7732                 <fieldValue name='descriptionvalue='143: interactive'/>
7733                 <fieldValue name='url'/>
7734                 <fieldValue name='radiusvalue='0.1500'/>
7735                 <fieldValue name='displayMode'/>
7736                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7737                 <fieldValue name='transparencyvalue='0'/>
7738                 <fieldValue name='translationvalue='-0.39350 0.90748 -0.25033'/>
7739                 <fieldValue name='textTranslationvalue='-0.24350 0.90748 -0.25033'/>
7740                 <fieldValue name='textColorvalue='0 0 0'/>
7741            </ProtoInstance>
7742            <ProtoInstance name='Vertex'>
7743                 <fieldValue name='vertexTextvalue='"international"'/>
7744                 <fieldValue name='descriptionvalue='144: international'/>
7745                 <fieldValue name='url'/>
7746                 <fieldValue name='radiusvalue='0.1500'/>
7747                 <fieldValue name='displayMode'/>
7748                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7749                 <fieldValue name='transparencyvalue='0'/>
7750                 <fieldValue name='translationvalue='1.70739 -0.93016 0.50242'/>
7751                 <fieldValue name='textTranslationvalue='1.85739 -0.93016 0.50242'/>
7752                 <fieldValue name='textColorvalue='0 0 0'/>
7753            </ProtoInstance>
7754            <ProtoInstance name='Vertex'>
7755                 <fieldValue name='vertexTextvalue='"issues"'/>
7756                 <fieldValue name='descriptionvalue='145: issues'/>
7757                 <fieldValue name='url'/>
7758                 <fieldValue name='radiusvalue='0.1500'/>
7759                 <fieldValue name='displayMode'/>
7760                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
7761                 <fieldValue name='transparencyvalue='0'/>
7762                 <fieldValue name='translationvalue='-0.35524 1.37269 -2.21097'/>
7763                 <fieldValue name='textTranslationvalue='-0.20524 1.37269 -2.21097'/>
7764                 <fieldValue name='textColorvalue='0 0 0'/>
7765            </ProtoInstance>
7766            <ProtoInstance name='Vertex'>
7767                 <fieldValue name='vertexTextvalue='"italy"'/>
7768                 <fieldValue name='descriptionvalue='146: italy'/>
7769                 <fieldValue name='url'/>
7770                 <fieldValue name='radiusvalue='0.1500'/>
7771                 <fieldValue name='displayMode'/>
7772                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7773                 <fieldValue name='transparencyvalue='0'/>
7774                 <fieldValue name='translationvalue='1.95771 0.45747 0.72940'/>
7775                 <fieldValue name='textTranslationvalue='2.10771 0.45747 0.72940'/>
7776                 <fieldValue name='textColorvalue='0 0 0'/>
7777            </ProtoInstance>
7778            <ProtoInstance name='Vertex'>
7779                 <fieldValue name='vertexTextvalue='"items"'/>
7780                 <fieldValue name='descriptionvalue='147: items'/>
7781                 <fieldValue name='url'/>
7782                 <fieldValue name='radiusvalue='0.1500'/>
7783                 <fieldValue name='displayMode'/>
7784                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7785                 <fieldValue name='transparencyvalue='0'/>
7786                 <fieldValue name='translationvalue='-1.34826 -1.31669 2.31446'/>
7787                 <fieldValue name='textTranslationvalue='-1.19826 -1.31669 2.31446'/>
7788                 <fieldValue name='textColorvalue='0 0 0'/>
7789            </ProtoInstance>
7790            <ProtoInstance name='Vertex'>
7791                 <fieldValue name='vertexTextvalue='"job"'/>
7792                 <fieldValue name='descriptionvalue='148: job'/>
7793                 <fieldValue name='url'/>
7794                 <fieldValue name='radiusvalue='0.1500'/>
7795                 <fieldValue name='displayMode'/>
7796                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
7797                 <fieldValue name='transparencyvalue='0'/>
7798                 <fieldValue name='translationvalue='-0.72783 2.75435 0.61453'/>
7799                 <fieldValue name='textTranslationvalue='-0.57783 2.75435 0.61453'/>
7800                 <fieldValue name='textColorvalue='0 0 0'/>
7801            </ProtoInstance>
7802            <ProtoInstance name='Vertex'>
7803                 <fieldValue name='vertexTextvalue='"jobs"'/>
7804                 <fieldValue name='descriptionvalue='149: jobs'/>
7805                 <fieldValue name='url'/>
7806                 <fieldValue name='radiusvalue='0.1500'/>
7807                 <fieldValue name='displayMode'/>
7808                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7809                 <fieldValue name='transparencyvalue='0'/>
7810                 <fieldValue name='translationvalue='-1.66891 -1.79391 2.24909'/>
7811                 <fieldValue name='textTranslationvalue='-1.51891 -1.79391 2.24909'/>
7812                 <fieldValue name='textColorvalue='0 0 0'/>
7813            </ProtoInstance>
7814            <ProtoInstance name='Vertex'>
7815                 <fieldValue name='vertexTextvalue='"kids"'/>
7816                 <fieldValue name='descriptionvalue='150: kids'/>
7817                 <fieldValue name='url'/>
7818                 <fieldValue name='radiusvalue='0.1500'/>
7819                 <fieldValue name='displayMode'/>
7820                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7821                 <fieldValue name='transparencyvalue='0'/>
7822                 <fieldValue name='translationvalue='-1.69079 -0.72260 -1.22560'/>
7823                 <fieldValue name='textTranslationvalue='-1.54079 -0.72260 -1.22560'/>
7824                 <fieldValue name='textColorvalue='0 0 0'/>
7825            </ProtoInstance>
7826            <ProtoInstance name='Vertex'>
7827                 <fieldValue name='vertexTextvalue='"kinds"'/>
7828                 <fieldValue name='descriptionvalue='151: kinds'/>
7829                 <fieldValue name='url'/>
7830                 <fieldValue name='radiusvalue='0.1500'/>
7831                 <fieldValue name='displayMode'/>
7832                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7833                 <fieldValue name='transparencyvalue='0'/>
7834                 <fieldValue name='translationvalue='-1.47079 -1.42441 2.23341'/>
7835                 <fieldValue name='textTranslationvalue='-1.32079 -1.42441 2.23341'/>
7836                 <fieldValue name='textColorvalue='0 0 0'/>
7837            </ProtoInstance>
7838            <ProtoInstance name='Vertex'>
7839                 <fieldValue name='vertexTextvalue='"kitchen"'/>
7840                 <fieldValue name='descriptionvalue='152: kitchen'/>
7841                 <fieldValue name='url'/>
7842                 <fieldValue name='radiusvalue='0.1500'/>
7843                 <fieldValue name='displayMode'/>
7844                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7845                 <fieldValue name='transparencyvalue='0'/>
7846                 <fieldValue name='translationvalue='-2.66863 -0.71513 0.64013'/>
7847                 <fieldValue name='textTranslationvalue='-2.51863 -0.71513 0.64013'/>
7848                 <fieldValue name='textColorvalue='0 0 0'/>
7849            </ProtoInstance>
7850            <ProtoInstance name='Vertex'>
7851                 <fieldValue name='vertexTextvalue='"kits"'/>
7852                 <fieldValue name='descriptionvalue='153: kits'/>
7853                 <fieldValue name='url'/>
7854                 <fieldValue name='radiusvalue='0.1500'/>
7855                 <fieldValue name='displayMode'/>
7856                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7857                 <fieldValue name='transparencyvalue='0'/>
7858                 <fieldValue name='translationvalue='1.60786 0.17385 1.14619'/>
7859                 <fieldValue name='textTranslationvalue='1.75786 0.17385 1.14619'/>
7860                 <fieldValue name='textColorvalue='0 0 0'/>
7861            </ProtoInstance>
7862            <ProtoInstance name='Vertex'>
7863                 <fieldValue name='vertexTextvalue='"kris"'/>
7864                 <fieldValue name='descriptionvalue='154: kris'/>
7865                 <fieldValue name='url'/>
7866                 <fieldValue name='radiusvalue='0.1500'/>
7867                 <fieldValue name='displayMode'/>
7868                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7869                 <fieldValue name='transparencyvalue='0'/>
7870                 <fieldValue name='translationvalue='-0.47893 1.38628 -0.27414'/>
7871                 <fieldValue name='textTranslationvalue='-0.32893 1.38628 -0.27414'/>
7872                 <fieldValue name='textColorvalue='0 0 0'/>
7873            </ProtoInstance>
7874            <ProtoInstance name='Vertex'>
7875                 <fieldValue name='vertexTextvalue='"largest"'/>
7876                 <fieldValue name='descriptionvalue='155: largest'/>
7877                 <fieldValue name='url'/>
7878                 <fieldValue name='radiusvalue='0.1500'/>
7879                 <fieldValue name='displayMode'/>
7880                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7881                 <fieldValue name='transparencyvalue='0'/>
7882                 <fieldValue name='translationvalue='1.39778 -1.82677 0.75418'/>
7883                 <fieldValue name='textTranslationvalue='1.54778 -1.82677 0.75418'/>
7884                 <fieldValue name='textColorvalue='0 0 0'/>
7885            </ProtoInstance>
7886            <ProtoInstance name='Vertex'>
7887                 <fieldValue name='vertexTextvalue='"latest"'/>
7888                 <fieldValue name='descriptionvalue='156: latest'/>
7889                 <fieldValue name='url'/>
7890                 <fieldValue name='radiusvalue='0.1500'/>
7891                 <fieldValue name='displayMode'/>
7892                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
7893                 <fieldValue name='transparencyvalue='0'/>
7894                 <fieldValue name='translationvalue='2.20645 -0.02263 -1.36860'/>
7895                 <fieldValue name='textTranslationvalue='2.35645 -0.02263 -1.36860'/>
7896                 <fieldValue name='textColorvalue='0 0 0'/>
7897            </ProtoInstance>
7898            <ProtoInstance name='Vertex'>
7899                 <fieldValue name='vertexTextvalue='"links"'/>
7900                 <fieldValue name='descriptionvalue='157: links'/>
7901                 <fieldValue name='url'/>
7902                 <fieldValue name='radiusvalue='0.1500'/>
7903                 <fieldValue name='displayMode'/>
7904                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7905                 <fieldValue name='transparencyvalue='0'/>
7906                 <fieldValue name='translationvalue='0.09989 0.40072 0.12590'/>
7907                 <fieldValue name='textTranslationvalue='0.24989 0.40072 0.12590'/>
7908                 <fieldValue name='textColorvalue='0 0 0'/>
7909            </ProtoInstance>
7910            <ProtoInstance name='Vertex'>
7911                 <fieldValue name='vertexTextvalue='"listed"'/>
7912                 <fieldValue name='descriptionvalue='158: listed'/>
7913                 <fieldValue name='url'/>
7914                 <fieldValue name='radiusvalue='0.1500'/>
7915                 <fieldValue name='displayMode'/>
7916                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7917                 <fieldValue name='transparencyvalue='0'/>
7918                 <fieldValue name='translationvalue='0.49719 -2.75435 0.73625'/>
7919                 <fieldValue name='textTranslationvalue='0.64719 -2.75435 0.73625'/>
7920                 <fieldValue name='textColorvalue='0 0 0'/>
7921            </ProtoInstance>
7922            <ProtoInstance name='Vertex'>
7923                 <fieldValue name='vertexTextvalue='"living"'/>
7924                 <fieldValue name='descriptionvalue='159: living'/>
7925                 <fieldValue name='url'/>
7926                 <fieldValue name='radiusvalue='0.1500'/>
7927                 <fieldValue name='displayMode'/>
7928                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
7929                 <fieldValue name='transparencyvalue='0'/>
7930                 <fieldValue name='translationvalue='-0.34243 1.37394 -2.21305'/>
7931                 <fieldValue name='textTranslationvalue='-0.19243 1.37394 -2.21305'/>
7932                 <fieldValue name='textColorvalue='0 0 0'/>
7933            </ProtoInstance>
7934            <ProtoInstance name='Vertex'>
7935                 <fieldValue name='vertexTextvalue='"load"'/>
7936                 <fieldValue name='descriptionvalue='160: load'/>
7937                 <fieldValue name='url'/>
7938                 <fieldValue name='radiusvalue='0.1500'/>
7939                 <fieldValue name='displayMode'/>
7940                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
7941                 <fieldValue name='transparencyvalue='0'/>
7942                 <fieldValue name='translationvalue='0.38322 0.60072 1.61520'/>
7943                 <fieldValue name='textTranslationvalue='0.53322 0.60072 1.61520'/>
7944                 <fieldValue name='textColorvalue='0 0 0'/>
7945            </ProtoInstance>
7946            <ProtoInstance name='Vertex'>
7947                 <fieldValue name='vertexTextvalue='"makeshift"'/>
7948                 <fieldValue name='descriptionvalue='161: makeshift'/>
7949                 <fieldValue name='url'/>
7950                 <fieldValue name='radiusvalue='0.1500'/>
7951                 <fieldValue name='displayMode'/>
7952                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7953                 <fieldValue name='transparencyvalue='0'/>
7954                 <fieldValue name='translationvalue='1.31849 -0.09620 0.44709'/>
7955                 <fieldValue name='textTranslationvalue='1.46849 -0.09620 0.44709'/>
7956                 <fieldValue name='textColorvalue='0 0 0'/>
7957            </ProtoInstance>
7958            <ProtoInstance name='Vertex'>
7959                 <fieldValue name='vertexTextvalue='"map"'/>
7960                 <fieldValue name='descriptionvalue='162: map'/>
7961                 <fieldValue name='url'/>
7962                 <fieldValue name='radiusvalue='0.1500'/>
7963                 <fieldValue name='displayMode'/>
7964                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7965                 <fieldValue name='transparencyvalue='0'/>
7966                 <fieldValue name='translationvalue='-0.27360 0.60449 0.50038'/>
7967                 <fieldValue name='textTranslationvalue='-0.12360 0.60449 0.50038'/>
7968                 <fieldValue name='textColorvalue='0 0 0'/>
7969            </ProtoInstance>
7970            <ProtoInstance name='Vertex'>
7971                 <fieldValue name='vertexTextvalue='"mar"'/>
7972                 <fieldValue name='descriptionvalue='163: mar'/>
7973                 <fieldValue name='url'/>
7974                 <fieldValue name='radiusvalue='0.1500'/>
7975                 <fieldValue name='displayMode'/>
7976                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7977                 <fieldValue name='transparencyvalue='0'/>
7978                 <fieldValue name='translationvalue='-2.25319 -0.67668 0.59804'/>
7979                 <fieldValue name='textTranslationvalue='-2.10319 -0.67668 0.59804'/>
7980                 <fieldValue name='textColorvalue='0 0 0'/>
7981            </ProtoInstance>
7982            <ProtoInstance name='Vertex'>
7983                 <fieldValue name='vertexTextvalue='"mass"'/>
7984                 <fieldValue name='descriptionvalue='164: mass'/>
7985                 <fieldValue name='url'/>
7986                 <fieldValue name='radiusvalue='0.1500'/>
7987                 <fieldValue name='displayMode'/>
7988                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7989                 <fieldValue name='transparencyvalue='0'/>
7990                 <fieldValue name='translationvalue='-0.00874 0.53366 -0.04634'/>
7991                 <fieldValue name='textTranslationvalue='0.14126 0.53366 -0.04634'/>
7992                 <fieldValue name='textColorvalue='0 0 0'/>
7993            </ProtoInstance>
7994            <ProtoInstance name='Vertex'>
7995                 <fieldValue name='vertexTextvalue='"media"'/>
7996                 <fieldValue name='descriptionvalue='165: media'/>
7997                 <fieldValue name='url'/>
7998                 <fieldValue name='radiusvalue='0.1500'/>
7999                 <fieldValue name='displayMode'/>
8000                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8001                 <fieldValue name='transparencyvalue='0'/>
8002                 <fieldValue name='translationvalue='-1.84774 -0.26628 0.61580'/>
8003                 <fieldValue name='textTranslationvalue='-1.69774 -0.26628 0.61580'/>
8004                 <fieldValue name='textColorvalue='0 0 0'/>
8005            </ProtoInstance>
8006            <ProtoInstance name='Vertex'>
8007                 <fieldValue name='vertexTextvalue='"medical"'/>
8008                 <fieldValue name='descriptionvalue='166: medical'/>
8009                 <fieldValue name='url'/>
8010                 <fieldValue name='radiusvalue='0.1500'/>
8011                 <fieldValue name='displayMode'/>
8012                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8013                 <fieldValue name='transparencyvalue='0'/>
8014                 <fieldValue name='translationvalue='1.95311 -1.77991 1.17578'/>
8015                 <fieldValue name='textTranslationvalue='2.10311 -1.77991 1.17578'/>
8016                 <fieldValue name='textColorvalue='0 0 0'/>
8017            </ProtoInstance>
8018            <ProtoInstance name='Vertex'>
8019                 <fieldValue name='vertexTextvalue='"missing"'/>
8020                 <fieldValue name='descriptionvalue='167: missing'/>
8021                 <fieldValue name='url'/>
8022                 <fieldValue name='radiusvalue='0.1500'/>
8023                 <fieldValue name='displayMode'/>
8024                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8025                 <fieldValue name='transparencyvalue='0'/>
8026                 <fieldValue name='translationvalue='-1.90363 -0.79297 -1.44116'/>
8027                 <fieldValue name='textTranslationvalue='-1.75363 -0.79297 -1.44116'/>
8028                 <fieldValue name='textColorvalue='0 0 0'/>
8029            </ProtoInstance>
8030            <ProtoInstance name='Vertex'>
8031                 <fieldValue name='vertexTextvalue='"mission"'/>
8032                 <fieldValue name='descriptionvalue='168: mission'/>
8033                 <fieldValue name='url'/>
8034                 <fieldValue name='radiusvalue='0.1500'/>
8035                 <fieldValue name='displayMode'/>
8036                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8037                 <fieldValue name='transparencyvalue='0'/>
8038                 <fieldValue name='translationvalue='-0.01313 -0.11448 0.50182'/>
8039                 <fieldValue name='textTranslationvalue='0.13687 -0.11448 0.50182'/>
8040                 <fieldValue name='textColorvalue='0 0 0'/>
8041            </ProtoInstance>
8042            <ProtoInstance name='Vertex'>
8043                 <fieldValue name='vertexTextvalue='"mn"'/>
8044                 <fieldValue name='descriptionvalue='169: mn'/>
8045                 <fieldValue name='url'/>
8046                 <fieldValue name='radiusvalue='0.1500'/>
8047                 <fieldValue name='displayMode'/>
8048                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8049                 <fieldValue name='transparencyvalue='0'/>
8050                 <fieldValue name='translationvalue='-2.07963 -0.66228 0.55863'/>
8051                 <fieldValue name='textTranslationvalue='-1.92963 -0.66228 0.55863'/>
8052                 <fieldValue name='textColorvalue='0 0 0'/>
8053            </ProtoInstance>
8054            <ProtoInstance name='Vertex'>
8055                 <fieldValue name='vertexTextvalue='"mourning"'/>
8056                 <fieldValue name='descriptionvalue='170: mourning'/>
8057                 <fieldValue name='url'/>
8058                 <fieldValue name='radiusvalue='0.1500'/>
8059                 <fieldValue name='displayMode'/>
8060                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
8061                 <fieldValue name='transparencyvalue='0'/>
8062                 <fieldValue name='translationvalue='-1.44330 -1.26888 2.74864'/>
8063                 <fieldValue name='textTranslationvalue='-1.29330 -1.26888 2.74864'/>
8064                 <fieldValue name='textColorvalue='0 0 0'/>
8065            </ProtoInstance>
8066            <ProtoInstance name='Vertex'>
8067                 <fieldValue name='vertexTextvalue='"nations"'/>
8068                 <fieldValue name='descriptionvalue='171: nations'/>
8069                 <fieldValue name='url'/>
8070                 <fieldValue name='radiusvalue='0.1500'/>
8071                 <fieldValue name='displayMode'/>
8072                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8073                 <fieldValue name='transparencyvalue='0'/>
8074                 <fieldValue name='translationvalue='2.16270 -1.69747 0.15191'/>
8075                 <fieldValue name='textTranslationvalue='2.31270 -1.69747 0.15191'/>
8076                 <fieldValue name='textColorvalue='0 0 0'/>
8077            </ProtoInstance>
8078            <ProtoInstance name='Vertex'>
8079                 <fieldValue name='vertexTextvalue='"native"'/>
8080                 <fieldValue name='descriptionvalue='172: native'/>
8081                 <fieldValue name='url'/>
8082                 <fieldValue name='radiusvalue='0.1500'/>
8083                 <fieldValue name='displayMode'/>
8084                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8085                 <fieldValue name='transparencyvalue='0'/>
8086                 <fieldValue name='translationvalue='1.57492 0.31649 1.00413'/>
8087                 <fieldValue name='textTranslationvalue='1.72492 0.31649 1.00413'/>
8088                 <fieldValue name='textColorvalue='0 0 0'/>
8089            </ProtoInstance>
8090            <ProtoInstance name='Vertex'>
8091                 <fieldValue name='vertexTextvalue='"naval"'/>
8092                 <fieldValue name='descriptionvalue='173: naval'/>
8093                 <fieldValue name='url'/>
8094                 <fieldValue name='radiusvalue='0.1500'/>
8095                 <fieldValue name='displayMode'/>
8096                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8097                 <fieldValue name='transparencyvalue='0'/>
8098                 <fieldValue name='translationvalue='0.83227 -2.31275 0.53399'/>
8099                 <fieldValue name='textTranslationvalue='0.98227 -2.31275 0.53399'/>
8100                 <fieldValue name='textColorvalue='0 0 0'/>
8101            </ProtoInstance>
8102            <ProtoInstance name='Vertex'>
8103                 <fieldValue name='vertexTextvalue='"news"'/>
8104                 <fieldValue name='descriptionvalue='174: news'/>
8105                 <fieldValue name='url'/>
8106                 <fieldValue name='radiusvalue='0.1500'/>
8107                 <fieldValue name='displayMode'/>
8108                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8109                 <fieldValue name='transparencyvalue='0'/>
8110                 <fieldValue name='translationvalue='-0.38101 -0.52636 -0.53416'/>
8111                 <fieldValue name='textTranslationvalue='-0.23101 -0.52636 -0.53416'/>
8112                 <fieldValue name='textColorvalue='0 0 0'/>
8113            </ProtoInstance>
8114            <ProtoInstance name='Vertex'>
8115                 <fieldValue name='vertexTextvalue='"notes"'/>
8116                 <fieldValue name='descriptionvalue='175: notes'/>
8117                 <fieldValue name='url'/>
8118                 <fieldValue name='radiusvalue='0.1500'/>
8119                 <fieldValue name='displayMode'/>
8120                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8121                 <fieldValue name='transparencyvalue='0'/>
8122                 <fieldValue name='translationvalue='-0.00159 1.00786 1.98340'/>
8123                 <fieldValue name='textTranslationvalue='0.14841 1.00786 1.98340'/>
8124                 <fieldValue name='textColorvalue='0 0 0'/>
8125            </ProtoInstance>
8126            <ProtoInstance name='Vertex'>
8127                 <fieldValue name='vertexTextvalue='"officer"'/>
8128                 <fieldValue name='descriptionvalue='176: officer'/>
8129                 <fieldValue name='url'/>
8130                 <fieldValue name='radiusvalue='0.1500'/>
8131                 <fieldValue name='displayMode'/>
8132                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8133                 <fieldValue name='transparencyvalue='0'/>
8134                 <fieldValue name='translationvalue='0.92798 -0.93269 0.14258'/>
8135                 <fieldValue name='textTranslationvalue='1.07798 -0.93269 0.14258'/>
8136                 <fieldValue name='textColorvalue='0 0 0'/>
8137            </ProtoInstance>
8138            <ProtoInstance name='Vertex'>
8139                 <fieldValue name='vertexTextvalue='"operating"'/>
8140                 <fieldValue name='descriptionvalue='177: operating'/>
8141                 <fieldValue name='url'/>
8142                 <fieldValue name='radiusvalue='0.1500'/>
8143                 <fieldValue name='displayMode'/>
8144                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8145                 <fieldValue name='transparencyvalue='0'/>
8146                 <fieldValue name='translationvalue='1.56110 0.18912 0.71679'/>
8147                 <fieldValue name='textTranslationvalue='1.71110 0.18912 0.71679'/>
8148                 <fieldValue name='textColorvalue='0 0 0'/>
8149            </ProtoInstance>
8150            <ProtoInstance name='Vertex'>
8151                 <fieldValue name='vertexTextvalue='"operations"'/>
8152                 <fieldValue name='descriptionvalue='178: operations'/>
8153                 <fieldValue name='url'/>
8154                 <fieldValue name='radiusvalue='0.1500'/>
8155                 <fieldValue name='displayMode'/>
8156                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
8157                 <fieldValue name='transparencyvalue='0'/>
8158                 <fieldValue name='translationvalue='-1.40037 -1.80138 2.47205'/>
8159                 <fieldValue name='textTranslationvalue='-1.25037 -1.80138 2.47205'/>
8160                 <fieldValue name='textColorvalue='0 0 0'/>
8161            </ProtoInstance>
8162            <ProtoInstance name='Vertex'>
8163                 <fieldValue name='vertexTextvalue='"opportunities"'/>
8164                 <fieldValue name='descriptionvalue='179: opportunities'/>
8165                 <fieldValue name='url'/>
8166                 <fieldValue name='radiusvalue='0.1500'/>
8167                 <fieldValue name='displayMode'/>
8168                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8169                 <fieldValue name='transparencyvalue='0'/>
8170                 <fieldValue name='translationvalue='-2.37670 -0.81339 -0.07546'/>
8171                 <fieldValue name='textTranslationvalue='-2.22670 -0.81339 -0.07546'/>
8172                 <fieldValue name='textColorvalue='0 0 0'/>
8173            </ProtoInstance>
8174            <ProtoInstance name='Vertex'>
8175                 <fieldValue name='vertexTextvalue='"order"'/>
8176                 <fieldValue name='descriptionvalue='180: order'/>
8177                 <fieldValue name='url'/>
8178                 <fieldValue name='radiusvalue='0.1500'/>
8179                 <fieldValue name='displayMode'/>
8180                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8181                 <fieldValue name='transparencyvalue='0'/>
8182                 <fieldValue name='translationvalue='1.38607 -0.31464 1.14150'/>
8183                 <fieldValue name='textTranslationvalue='1.53607 -0.31464 1.14150'/>
8184                 <fieldValue name='textColorvalue='0 0 0'/>
8185            </ProtoInstance>
8186            <ProtoInstance name='Vertex'>
8187                 <fieldValue name='vertexTextvalue='"organizations"'/>
8188                 <fieldValue name='descriptionvalue='181: organizations'/>
8189                 <fieldValue name='url'/>
8190                 <fieldValue name='radiusvalue='0.1500'/>
8191                 <fieldValue name='displayMode'/>
8192                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8193                 <fieldValue name='transparencyvalue='0'/>
8194                 <fieldValue name='translationvalue='2.49122 -1.31930 0.36389'/>
8195                 <fieldValue name='textTranslationvalue='2.64122 -1.31930 0.36389'/>
8196                 <fieldValue name='textColorvalue='0 0 0'/>
8197            </ProtoInstance>
8198            <ProtoInstance name='Vertex'>
8199                 <fieldValue name='vertexTextvalue='"part"'/>
8200                 <fieldValue name='descriptionvalue='182: part'/>
8201                 <fieldValue name='url'/>
8202                 <fieldValue name='radiusvalue='0.1500'/>
8203                 <fieldValue name='displayMode'/>
8204                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
8205                 <fieldValue name='transparencyvalue='0'/>
8206                 <fieldValue name='translationvalue='2.37719 -0.05991 -1.71342'/>
8207                 <fieldValue name='textTranslationvalue='2.52719 -0.05991 -1.71342'/>
8208                 <fieldValue name='textColorvalue='0 0 0'/>
8209            </ProtoInstance>
8210            <ProtoInstance name='Vertex'>
8211                 <fieldValue name='vertexTextvalue='"partnership"'/>
8212                 <fieldValue name='descriptionvalue='183: partnership'/>
8213                 <fieldValue name='url'/>
8214                 <fieldValue name='radiusvalue='0.1500'/>
8215                 <fieldValue name='displayMode'/>
8216                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8217                 <fieldValue name='transparencyvalue='0'/>
8218                 <fieldValue name='translationvalue='2.41423 -2.02542 0.02798'/>
8219                 <fieldValue name='textTranslationvalue='2.56423 -2.02542 0.02798'/>
8220                 <fieldValue name='textColorvalue='0 0 0'/>
8221            </ProtoInstance>
8222            <ProtoInstance name='Vertex'>
8223                 <fieldValue name='vertexTextvalue='"patient"'/>
8224                 <fieldValue name='descriptionvalue='184: patient'/>
8225                 <fieldValue name='url'/>
8226                 <fieldValue name='radiusvalue='0.1500'/>
8227                 <fieldValue name='displayMode'/>
8228                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8229                 <fieldValue name='transparencyvalue='0'/>
8230                 <fieldValue name='translationvalue='1.80394 -1.88144 1.15750'/>
8231                 <fieldValue name='textTranslationvalue='1.95394 -1.88144 1.15750'/>
8232                 <fieldValue name='textColorvalue='0 0 0'/>
8233            </ProtoInstance>
8234            <ProtoInstance name='Vertex'>
8235                 <fieldValue name='vertexTextvalue='"peace"'/>
8236                 <fieldValue name='descriptionvalue='185: peace'/>
8237                 <fieldValue name='url'/>
8238                 <fieldValue name='radiusvalue='0.1500'/>
8239                 <fieldValue name='displayMode'/>
8240                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8241                 <fieldValue name='transparencyvalue='0'/>
8242                 <fieldValue name='translationvalue='-2.63510 -0.79675 0.58347'/>
8243                 <fieldValue name='textTranslationvalue='-2.48510 -0.79675 0.58347'/>
8244                 <fieldValue name='textColorvalue='0 0 0'/>
8245            </ProtoInstance>
8246            <ProtoInstance name='Vertex'>
8247                 <fieldValue name='vertexTextvalue='"people"'/>
8248                 <fieldValue name='descriptionvalue='186: people'/>
8249                 <fieldValue name='url'/>
8250                 <fieldValue name='radiusvalue='0.1500'/>
8251                 <fieldValue name='displayMode'/>
8252                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8253                 <fieldValue name='transparencyvalue='0'/>
8254                 <fieldValue name='translationvalue='1.29792 -0.78341 0.82472'/>
8255                 <fieldValue name='textTranslationvalue='1.44792 -0.78341 0.82472'/>
8256                 <fieldValue name='textColorvalue='0 0 0'/>
8257            </ProtoInstance>
8258            <ProtoInstance name='Vertex'>
8259                 <fieldValue name='vertexTextvalue='"petty"'/>
8260                 <fieldValue name='descriptionvalue='187: petty'/>
8261                 <fieldValue name='url'/>
8262                 <fieldValue name='radiusvalue='0.1500'/>
8263                 <fieldValue name='displayMode'/>
8264                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8265                 <fieldValue name='transparencyvalue='0'/>
8266                 <fieldValue name='translationvalue='0.75642 -0.79202 0.15217'/>
8267                 <fieldValue name='textTranslationvalue='0.90642 -0.79202 0.15217'/>
8268                 <fieldValue name='textColorvalue='0 0 0'/>
8269            </ProtoInstance>
8270            <ProtoInstance name='Vertex'>
8271                 <fieldValue name='vertexTextvalue='"photo"'/>
8272                 <fieldValue name='descriptionvalue='188: photo'/>
8273                 <fieldValue name='url'/>
8274                 <fieldValue name='radiusvalue='0.1500'/>
8275                 <fieldValue name='displayMode'/>
8276                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8277                 <fieldValue name='transparencyvalue='0'/>
8278                 <fieldValue name='translationvalue='0.69665 -0.25665 0.47443'/>
8279                 <fieldValue name='textTranslationvalue='0.84665 -0.25665 0.47443'/>
8280                 <fieldValue name='textColorvalue='0 0 0'/>
8281            </ProtoInstance>
8282            <ProtoInstance name='Vertex'>
8283                 <fieldValue name='vertexTextvalue='"photos"'/>
8284                 <fieldValue name='descriptionvalue='189: photos'/>
8285                 <fieldValue name='url'/>
8286                 <fieldValue name='radiusvalue='0.1500'/>
8287                 <fieldValue name='displayMode'/>
8288                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8289                 <fieldValue name='transparencyvalue='0'/>
8290                 <fieldValue name='translationvalue='-1.36540 -0.42264 -0.21121'/>
8291                 <fieldValue name='textTranslationvalue='-1.21540 -0.42264 -0.21121'/>
8292                 <fieldValue name='textColorvalue='0 0 0'/>
8293            </ProtoInstance>
8294            <ProtoInstance name='Vertex'>
8295                 <fieldValue name='vertexTextvalue='"plastic"'/>
8296                 <fieldValue name='descriptionvalue='190: plastic'/>
8297                 <fieldValue name='url'/>
8298                 <fieldValue name='radiusvalue='0.1500'/>
8299                 <fieldValue name='displayMode'/>
8300                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8301                 <fieldValue name='transparencyvalue='0'/>
8302                 <fieldValue name='translationvalue='1.58198 0.15525 1.12869'/>
8303                 <fieldValue name='textTranslationvalue='1.73198 0.15525 1.12869'/>
8304                 <fieldValue name='textColorvalue='0 0 0'/>
8305            </ProtoInstance>
8306            <ProtoInstance name='Vertex'>
8307                 <fieldValue name='vertexTextvalue='"played"'/>
8308                 <fieldValue name='descriptionvalue='191: played'/>
8309                 <fieldValue name='url'/>
8310                 <fieldValue name='radiusvalue='0.1500'/>
8311                 <fieldValue name='displayMode'/>
8312                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8313                 <fieldValue name='transparencyvalue='0'/>
8314                 <fieldValue name='translationvalue='2.17672 -2.16548 0.01832'/>
8315                 <fieldValue name='textTranslationvalue='2.32672 -2.16548 0.01832'/>
8316                 <fieldValue name='textColorvalue='0 0 0'/>
8317            </ProtoInstance>
8318            <ProtoInstance name='Vertex'>
8319                 <fieldValue name='vertexTextvalue='"player"'/>
8320                 <fieldValue name='descriptionvalue='192: player'/>
8321                 <fieldValue name='url'/>
8322                 <fieldValue name='radiusvalue='0.1500'/>
8323                 <fieldValue name='displayMode'/>
8324                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
8325                 <fieldValue name='transparencyvalue='0'/>
8326                 <fieldValue name='translationvalue='2.19958 -0.03189 -1.37829'/>
8327                 <fieldValue name='textTranslationvalue='2.34958 -0.03189 -1.37829'/>
8328                 <fieldValue name='textColorvalue='0 0 0'/>
8329            </ProtoInstance>
8330            <ProtoInstance name='Vertex'>
8331                 <fieldValue name='vertexTextvalue='"point"'/>
8332                 <fieldValue name='descriptionvalue='193: point'/>
8333                 <fieldValue name='url'/>
8334                 <fieldValue name='radiusvalue='0.1500'/>
8335                 <fieldValue name='displayMode'/>
8336                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8337                 <fieldValue name='transparencyvalue='0'/>
8338                 <fieldValue name='translationvalue='0.74126 -0.62275 0.10789'/>
8339                 <fieldValue name='textTranslationvalue='0.89126 -0.62275 0.10789'/>
8340                 <fieldValue name='textColorvalue='0 0 0'/>
8341            </ProtoInstance>
8342            <ProtoInstance name='Vertex'>
8343                 <fieldValue name='vertexTextvalue='"portrait"'/>
8344                 <fieldValue name='descriptionvalue='194: portrait'/>
8345                 <fieldValue name='url'/>
8346                 <fieldValue name='radiusvalue='0.1500'/>
8347                 <fieldValue name='displayMode'/>
8348                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8349                 <fieldValue name='transparencyvalue='0'/>
8350                 <fieldValue name='translationvalue='-1.85973 -0.96835 -1.45211'/>
8351                 <fieldValue name='textTranslationvalue='-1.70973 -0.96835 -1.45211'/>
8352                 <fieldValue name='textColorvalue='0 0 0'/>
8353            </ProtoInstance>
8354            <ProtoInstance name='Vertex'>
8355                 <fieldValue name='vertexTextvalue='"prepare"'/>
8356                 <fieldValue name='descriptionvalue='195: prepare'/>
8357                 <fieldValue name='url'/>
8358                 <fieldValue name='radiusvalue='0.1500'/>
8359                 <fieldValue name='displayMode'/>
8360                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8361                 <fieldValue name='transparencyvalue='0'/>
8362                 <fieldValue name='translationvalue='1.46417 -0.08089 1.42154'/>
8363                 <fieldValue name='textTranslationvalue='1.61417 -0.08089 1.42154'/>
8364                 <fieldValue name='textColorvalue='0 0 0'/>
8365            </ProtoInstance>
8366            <ProtoInstance name='Vertex'>
8367                 <fieldValue name='vertexTextvalue='"president"'/>
8368                 <fieldValue name='descriptionvalue='196: president'/>
8369                 <fieldValue name='url'/>
8370                 <fieldValue name='radiusvalue='0.1500'/>
8371                 <fieldValue name='displayMode'/>
8372                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8373                 <fieldValue name='transparencyvalue='0'/>
8374                 <fieldValue name='translationvalue='-1.00519 0.32121 -1.68812'/>
8375                 <fieldValue name='textTranslationvalue='-0.85519 0.32121 -1.68812'/>
8376                 <fieldValue name='textColorvalue='0 0 0'/>
8377            </ProtoInstance>
8378            <ProtoInstance name='Vertex'>
8379                 <fieldValue name='vertexTextvalue='"presidents"'/>
8380                 <fieldValue name='descriptionvalue='197: presidents'/>
8381                 <fieldValue name='url'/>
8382                 <fieldValue name='radiusvalue='0.1500'/>
8383                 <fieldValue name='displayMode'/>
8384                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8385                 <fieldValue name='transparencyvalue='0'/>
8386                 <fieldValue name='translationvalue='-0.29107 1.37801 -2.24353'/>
8387                 <fieldValue name='textTranslationvalue='-0.14107 1.37801 -2.24353'/>
8388                 <fieldValue name='textColorvalue='0 0 0'/>
8389            </ProtoInstance>
8390            <ProtoInstance name='Vertex'>
8391                 <fieldValue name='vertexTextvalue='"private"'/>
8392                 <fieldValue name='descriptionvalue='198: private'/>
8393                 <fieldValue name='url'/>
8394                 <fieldValue name='radiusvalue='0.1500'/>
8395                 <fieldValue name='displayMode'/>
8396                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8397                 <fieldValue name='transparencyvalue='0'/>
8398                 <fieldValue name='translationvalue='2.37825 -2.00291 -0.01157'/>
8399                 <fieldValue name='textTranslationvalue='2.52825 -2.00291 -0.01157'/>
8400                 <fieldValue name='textColorvalue='0 0 0'/>
8401            </ProtoInstance>
8402            <ProtoInstance name='Vertex'>
8403                 <fieldValue name='vertexTextvalue='"processing"'/>
8404                 <fieldValue name='descriptionvalue='199: processing'/>
8405                 <fieldValue name='url'/>
8406                 <fieldValue name='radiusvalue='0.1500'/>
8407                 <fieldValue name='displayMode'/>
8408                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8409                 <fieldValue name='transparencyvalue='0'/>
8410                 <fieldValue name='translationvalue='1.67986 -1.97924 1.13902'/>
8411                 <fieldValue name='textTranslationvalue='1.82986 -1.97924 1.13902'/>
8412                 <fieldValue name='textColorvalue='0 0 0'/>
8413            </ProtoInstance>
8414            <ProtoInstance name='Vertex'>
8415                 <fieldValue name='vertexTextvalue='"program"'/>
8416                 <fieldValue name='descriptionvalue='200: program'/>
8417                 <fieldValue name='url'/>
8418                 <fieldValue name='radiusvalue='0.1500'/>
8419                 <fieldValue name='displayMode'/>
8420                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
8421                 <fieldValue name='transparencyvalue='0'/>
8422                 <fieldValue name='translationvalue='-1.41404 -1.31087 2.23864'/>
8423                 <fieldValue name='textTranslationvalue='-1.26404 -1.31087 2.23864'/>
8424                 <fieldValue name='textColorvalue='0 0 0'/>
8425            </ProtoInstance>
8426            <ProtoInstance name='Vertex'>
8427                 <fieldValue name='vertexTextvalue='"progress"'/>
8428                 <fieldValue name='descriptionvalue='201: progress'/>
8429                 <fieldValue name='url'/>
8430                 <fieldValue name='radiusvalue='0.1500'/>
8431                 <fieldValue name='displayMode'/>
8432                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8433                 <fieldValue name='transparencyvalue='0'/>
8434                 <fieldValue name='translationvalue='-0.09371 0.79682 1.69002'/>
8435                 <fieldValue name='textTranslationvalue='0.05629 0.79682 1.69002'/>
8436                 <fieldValue name='textColorvalue='0 0 0'/>
8437            </ProtoInstance>
8438            <ProtoInstance name='Vertex'>
8439                 <fieldValue name='vertexTextvalue='"providing"'/>
8440                 <fieldValue name='descriptionvalue='202: providing'/>
8441                 <fieldValue name='url'/>
8442                 <fieldValue name='radiusvalue='0.1500'/>
8443                 <fieldValue name='displayMode'/>
8444                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8445                 <fieldValue name='transparencyvalue='0'/>
8446                 <fieldValue name='translationvalue='0.28308 -1.51658 -1.02940'/>
8447                 <fieldValue name='textTranslationvalue='0.43308 -1.51658 -1.02940'/>
8448                 <fieldValue name='textColorvalue='0 0 0'/>
8449            </ProtoInstance>
8450            <ProtoInstance name='Vertex'>
8451                 <fieldValue name='vertexTextvalue='"pub"'/>
8452                 <fieldValue name='descriptionvalue='203: pub'/>
8453                 <fieldValue name='url'/>
8454                 <fieldValue name='radiusvalue='0.1500'/>
8455                 <fieldValue name='displayMode'/>
8456                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8457                 <fieldValue name='transparencyvalue='0'/>
8458                 <fieldValue name='translationvalue='-2.63510 -0.79675 0.58347'/>
8459                 <fieldValue name='textTranslationvalue='-2.48510 -0.79675 0.58347'/>
8460                 <fieldValue name='textColorvalue='0 0 0'/>
8461            </ProtoInstance>
8462            <ProtoInstance name='Vertex'>
8463                 <fieldValue name='vertexTextvalue='"purification"'/>
8464                 <fieldValue name='descriptionvalue='204: purification'/>
8465                 <fieldValue name='url'/>
8466                 <fieldValue name='radiusvalue='0.1500'/>
8467                 <fieldValue name='displayMode'/>
8468                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8469                 <fieldValue name='transparencyvalue='0'/>
8470                 <fieldValue name='translationvalue='1.29113 0.01891 1.41718'/>
8471                 <fieldValue name='textTranslationvalue='1.44113 0.01891 1.41718'/>
8472                 <fieldValue name='textColorvalue='0 0 0'/>
8473            </ProtoInstance>
8474            <ProtoInstance name='Vertex'>
8475                 <fieldValue name='vertexTextvalue='"quake"'/>
8476                 <fieldValue name='descriptionvalue='205: quake'/>
8477                 <fieldValue name='url'/>
8478                 <fieldValue name='radiusvalue='0.1500'/>
8479                 <fieldValue name='displayMode'/>
8480                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8481                 <fieldValue name='transparencyvalue='0'/>
8482                 <fieldValue name='translationvalue='-0.69873 0.12885 0.99539'/>
8483                 <fieldValue name='textTranslationvalue='-0.54873 0.12885 0.99539'/>
8484                 <fieldValue name='textColorvalue='0 0 0'/>
8485            </ProtoInstance>
8486            <ProtoInstance name='Vertex'>
8487                 <fieldValue name='vertexTextvalue='"raise"'/>
8488                 <fieldValue name='descriptionvalue='206: raise'/>
8489                 <fieldValue name='url'/>
8490                 <fieldValue name='radiusvalue='0.1500'/>
8491                 <fieldValue name='displayMode'/>
8492                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
8493                 <fieldValue name='transparencyvalue='0'/>
8494                 <fieldValue name='translationvalue='-0.53447 1.28653 0.01009'/>
8495                 <fieldValue name='textTranslationvalue='-0.38447 1.28653 0.01009'/>
8496                 <fieldValue name='textColorvalue='0 0 0'/>
8497            </ProtoInstance>
8498            <ProtoInstance name='Vertex'>
8499                 <fieldValue name='vertexTextvalue='"range"'/>
8500                 <fieldValue name='descriptionvalue='207: range'/>
8501                 <fieldValue name='url'/>
8502                 <fieldValue name='radiusvalue='0.1500'/>
8503                 <fieldValue name='displayMode'/>
8504                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8505                 <fieldValue name='transparencyvalue='0'/>
8506                 <fieldValue name='translationvalue='2.09328 -1.39781 0.04053'/>
8507                 <fieldValue name='textTranslationvalue='2.24328 -1.39781 0.04053'/>
8508                 <fieldValue name='textColorvalue='0 0 0'/>
8509            </ProtoInstance>
8510            <ProtoInstance name='Vertex'>
8511                 <fieldValue name='vertexTextvalue='"receiving"'/>
8512                 <fieldValue name='descriptionvalue='208: receiving'/>
8513                 <fieldValue name='url'/>
8514                 <fieldValue name='radiusvalue='0.1500'/>
8515                 <fieldValue name='displayMode'/>
8516                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8517                 <fieldValue name='transparencyvalue='0'/>
8518                 <fieldValue name='translationvalue='1.60030 -2.01135 1.24223'/>
8519                 <fieldValue name='textTranslationvalue='1.75030 -2.01135 1.24223'/>
8520                 <fieldValue name='textColorvalue='0 0 0'/>
8521            </ProtoInstance>
8522            <ProtoInstance name='Vertex'>
8523                 <fieldValue name='vertexTextvalue='"reconcile"'/>
8524                 <fieldValue name='descriptionvalue='209: reconcile'/>
8525                 <fieldValue name='url'/>
8526                 <fieldValue name='radiusvalue='0.1500'/>
8527                 <fieldValue name='displayMode'/>
8528                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
8529                 <fieldValue name='transparencyvalue='0'/>
8530                 <fieldValue name='translationvalue='-1.53416 -1.64947 2.49426'/>
8531                 <fieldValue name='textTranslationvalue='-1.38416 -1.64947 2.49426'/>
8532                 <fieldValue name='textColorvalue='0 0 0'/>
8533            </ProtoInstance>
8534            <ProtoInstance name='Vertex'>
8535                 <fieldValue name='vertexTextvalue='"recovering"'/>
8536                 <fieldValue name='descriptionvalue='210: recovering'/>
8537                 <fieldValue name='url'/>
8538                 <fieldValue name='radiusvalue='0.1500'/>
8539                 <fieldValue name='displayMode'/>
8540                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8541                 <fieldValue name='transparencyvalue='0'/>
8542                 <fieldValue name='translationvalue='-2.75119 -0.86631 0.53637'/>
8543                 <fieldValue name='textTranslationvalue='-2.60119 -0.86631 0.53637'/>
8544                 <fieldValue name='textColorvalue='0 0 0'/>
8545            </ProtoInstance>
8546            <ProtoInstance name='Vertex'>
8547                 <fieldValue name='vertexTextvalue='"regiment"'/>
8548                 <fieldValue name='descriptionvalue='211: regiment'/>
8549                 <fieldValue name='url'/>
8550                 <fieldValue name='radiusvalue='0.1500'/>
8551                 <fieldValue name='displayMode'/>
8552                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8553                 <fieldValue name='transparencyvalue='0'/>
8554                 <fieldValue name='translationvalue='1.81332 -0.16894 1.47871'/>
8555                 <fieldValue name='textTranslationvalue='1.96332 -0.16894 1.47871'/>
8556                 <fieldValue name='textColorvalue='0 0 0'/>
8557            </ProtoInstance>
8558            <ProtoInstance name='Vertex'>
8559                 <fieldValue name='vertexTextvalue='"reply"'/>
8560                 <fieldValue name='descriptionvalue='212: reply'/>
8561                 <fieldValue name='url'/>
8562                 <fieldValue name='radiusvalue='0.1500'/>
8563                 <fieldValue name='displayMode'/>
8564                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
8565                 <fieldValue name='transparencyvalue='0'/>
8566                 <fieldValue name='translationvalue='-1.47423 -1.72674 1.55364'/>
8567                 <fieldValue name='textTranslationvalue='-1.32423 -1.72674 1.55364'/>
8568                 <fieldValue name='textColorvalue='0 0 0'/>
8569            </ProtoInstance>
8570            <ProtoInstance name='Vertex'>
8571                 <fieldValue name='vertexTextvalue='"requested"'/>
8572                 <fieldValue name='descriptionvalue='213: requested'/>
8573                 <fieldValue name='url'/>
8574                 <fieldValue name='radiusvalue='0.1500'/>
8575                 <fieldValue name='displayMode'/>
8576                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
8577                 <fieldValue name='transparencyvalue='0'/>
8578                 <fieldValue name='translationvalue='-1.84430 -1.75774 2.17631'/>
8579                 <fieldValue name='textTranslationvalue='-1.69430 -1.75774 2.17631'/>
8580                 <fieldValue name='textColorvalue='0 0 0'/>
8581            </ProtoInstance>
8582            <ProtoInstance name='Vertex'>
8583                 <fieldValue name='vertexTextvalue='"responding"'/>
8584                 <fieldValue name='descriptionvalue='214: responding'/>
8585                 <fieldValue name='url'/>
8586                 <fieldValue name='radiusvalue='0.1500'/>
8587                 <fieldValue name='displayMode'/>
8588                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8589                 <fieldValue name='transparencyvalue='0'/>
8590                 <fieldValue name='translationvalue='-0.57502 1.73663 -2.06403'/>
8591                 <fieldValue name='textTranslationvalue='-0.42502 1.73663 -2.06403'/>
8592                 <fieldValue name='textColorvalue='0 0 0'/>
8593            </ProtoInstance>
8594            <ProtoInstance name='Vertex'>
8595                 <fieldValue name='vertexTextvalue='"response"'/>
8596                 <fieldValue name='descriptionvalue='215: response'/>
8597                 <fieldValue name='url'/>
8598                 <fieldValue name='radiusvalue='0.1500'/>
8599                 <fieldValue name='displayMode'/>
8600                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
8601                 <fieldValue name='transparencyvalue='0'/>
8602                 <fieldValue name='translationvalue='0.14083 0.68304 -0.94576'/>
8603                 <fieldValue name='textTranslationvalue='0.29083 0.68304 -0.94576'/>
8604                 <fieldValue name='textColorvalue='0 0 0'/>
8605            </ProtoInstance>
8606            <ProtoInstance name='Vertex'>
8607                 <fieldValue name='vertexTextvalue='"responsibility"'/>
8608                 <fieldValue name='descriptionvalue='216: responsibility'/>
8609                 <fieldValue name='url'/>
8610                 <fieldValue name='radiusvalue='0.1500'/>
8611                 <fieldValue name='displayMode'/>
8612                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8613                 <fieldValue name='transparencyvalue='0'/>
8614                 <fieldValue name='translationvalue='-0.70732 1.15660 -2.46708'/>
8615                 <fieldValue name='textTranslationvalue='-0.55732 1.15660 -2.46708'/>
8616                 <fieldValue name='textColorvalue='0 0 0'/>
8617            </ProtoInstance>
8618            <ProtoInstance name='Vertex'>
8619                 <fieldValue name='vertexTextvalue='"returning"'/>
8620                 <fieldValue name='descriptionvalue='217: returning'/>
8621                 <fieldValue name='url'/>
8622                 <fieldValue name='radiusvalue='0.1500'/>
8623                 <fieldValue name='displayMode'/>
8624                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8625                 <fieldValue name='transparencyvalue='0'/>
8626                 <fieldValue name='translationvalue='1.42049 0.35106 1.09603'/>
8627                 <fieldValue name='textTranslationvalue='1.57049 0.35106 1.09603'/>
8628                 <fieldValue name='textColorvalue='0 0 0'/>
8629            </ProtoInstance>
8630            <ProtoInstance name='Vertex'>
8631                 <fieldValue name='vertexTextvalue='"role"'/>
8632                 <fieldValue name='descriptionvalue='218: role'/>
8633                 <fieldValue name='url'/>
8634                 <fieldValue name='radiusvalue='0.1500'/>
8635                 <fieldValue name='displayMode'/>
8636                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8637                 <fieldValue name='transparencyvalue='0'/>
8638                 <fieldValue name='translationvalue='2.38060 -2.12462 -0.04365'/>
8639                 <fieldValue name='textTranslationvalue='2.53060 -2.12462 -0.04365'/>
8640                 <fieldValue name='textColorvalue='0 0 0'/>
8641            </ProtoInstance>
8642            <ProtoInstance name='Vertex'>
8643                 <fieldValue name='vertexTextvalue='"sailors"'/>
8644                 <fieldValue name='descriptionvalue='219: sailors'/>
8645                 <fieldValue name='url'/>
8646                 <fieldValue name='radiusvalue='0.1500'/>
8647                 <fieldValue name='displayMode'/>
8648                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8649                 <fieldValue name='transparencyvalue='0'/>
8650                 <fieldValue name='translationvalue='0.27533 0.89721 1.98272'/>
8651                 <fieldValue name='textTranslationvalue='0.42533 0.89721 1.98272'/>
8652                 <fieldValue name='textColorvalue='0 0 0'/>
8653            </ProtoInstance>
8654            <ProtoInstance name='Vertex'>
8655                 <fieldValue name='vertexTextvalue='"salaries"'/>
8656                 <fieldValue name='descriptionvalue='220: salaries'/>
8657                 <fieldValue name='url'/>
8658                 <fieldValue name='radiusvalue='0.1500'/>
8659                 <fieldValue name='displayMode'/>
8660                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
8661                 <fieldValue name='transparencyvalue='0'/>
8662                 <fieldValue name='translationvalue='-1.93590 -1.30996 2.37271'/>
8663                 <fieldValue name='textTranslationvalue='-1.78590 -1.30996 2.37271'/>
8664                 <fieldValue name='textColorvalue='0 0 0'/>
8665            </ProtoInstance>
8666            <ProtoInstance name='Vertex'>
8667                 <fieldValue name='vertexTextvalue='"saturday"'/>
8668                 <fieldValue name='descriptionvalue='221: saturday'/>
8669                 <fieldValue name='url'/>
8670                 <fieldValue name='radiusvalue='0.1500'/>
8671                 <fieldValue name='displayMode'/>
8672                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8673                 <fieldValue name='transparencyvalue='0'/>
8674                 <fieldValue name='translationvalue='0.30975 -1.56990 -0.96148'/>
8675                 <fieldValue name='textTranslationvalue='0.45975 -1.56990 -0.96148'/>
8676                 <fieldValue name='textColorvalue='0 0 0'/>
8677            </ProtoInstance>
8678            <ProtoInstance name='Vertex'>
8679                 <fieldValue name='vertexTextvalue='"sea"'/>
8680                 <fieldValue name='descriptionvalue='222: sea'/>
8681                 <fieldValue name='url'/>
8682                 <fieldValue name='radiusvalue='0.1500'/>
8683                 <fieldValue name='displayMode'/>
8684                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8685                 <fieldValue name='transparencyvalue='0'/>
8686                 <fieldValue name='translationvalue='-0.10466 1.00372 1.98163'/>
8687                 <fieldValue name='textTranslationvalue='0.04534 1.00372 1.98163'/>
8688                 <fieldValue name='textColorvalue='0 0 0'/>
8689            </ProtoInstance>
8690            <ProtoInstance name='Vertex'>
8691                 <fieldValue name='vertexTextvalue='"seaman"'/>
8692                 <fieldValue name='descriptionvalue='223: seaman'/>
8693                 <fieldValue name='url'/>
8694                 <fieldValue name='radiusvalue='0.1500'/>
8695                 <fieldValue name='displayMode'/>
8696                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8697                 <fieldValue name='transparencyvalue='0'/>
8698                 <fieldValue name='translationvalue='-0.01190 0.78015 1.22035'/>
8699                 <fieldValue name='textTranslationvalue='0.13810 0.78015 1.22035'/>
8700                 <fieldValue name='textColorvalue='0 0 0'/>
8701            </ProtoInstance>
8702            <ProtoInstance name='Vertex'>
8703                 <fieldValue name='vertexTextvalue='"security"'/>
8704                 <fieldValue name='descriptionvalue='224: security'/>
8705                 <fieldValue name='url'/>
8706                 <fieldValue name='radiusvalue='0.1500'/>
8707                 <fieldValue name='displayMode'/>
8708                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8709                 <fieldValue name='transparencyvalue='0'/>
8710                 <fieldValue name='translationvalue='1.31559 -0.21915 0.97325'/>
8711                 <fieldValue name='textTranslationvalue='1.46559 -0.21915 0.97325'/>
8712                 <fieldValue name='textColorvalue='0 0 0'/>
8713            </ProtoInstance>
8714            <ProtoInstance name='Vertex'>
8715                 <fieldValue name='vertexTextvalue='"serving"'/>
8716                 <fieldValue name='descriptionvalue='225: serving'/>
8717                 <fieldValue name='url'/>
8718                 <fieldValue name='radiusvalue='0.1500'/>
8719                 <fieldValue name='displayMode'/>
8720                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8721                 <fieldValue name='transparencyvalue='0'/>
8722                 <fieldValue name='translationvalue='1.67084 -0.35549 0.85719'/>
8723                 <fieldValue name='textTranslationvalue='1.82084 -0.35549 0.85719'/>
8724                 <fieldValue name='textColorvalue='0 0 0'/>
8725            </ProtoInstance>
8726            <ProtoInstance name='Vertex'>
8727                 <fieldValue name='vertexTextvalue='"sheeting"'/>
8728                 <fieldValue name='descriptionvalue='226: sheeting'/>
8729                 <fieldValue name='url'/>
8730                 <fieldValue name='radiusvalue='0.1500'/>
8731                 <fieldValue name='displayMode'/>
8732                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8733                 <fieldValue name='transparencyvalue='0'/>
8734                 <fieldValue name='translationvalue='1.59693 0.14073 1.19377'/>
8735                 <fieldValue name='textTranslationvalue='1.74693 0.14073 1.19377'/>
8736                 <fieldValue name='textColorvalue='0 0 0'/>
8737            </ProtoInstance>
8738            <ProtoInstance name='Vertex'>
8739                 <fieldValue name='vertexTextvalue='"ship"'/>
8740                 <fieldValue name='descriptionvalue='227: ship'/>
8741                 <fieldValue name='url'/>
8742                 <fieldValue name='radiusvalue='0.1500'/>
8743                 <fieldValue name='displayMode'/>
8744                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8745                 <fieldValue name='transparencyvalue='0'/>
8746                 <fieldValue name='translationvalue='1.03528 -1.90516 0.58042'/>
8747                 <fieldValue name='textTranslationvalue='1.18528 -1.90516 0.58042'/>
8748                 <fieldValue name='textColorvalue='0 0 0'/>
8749            </ProtoInstance>
8750            <ProtoInstance name='Vertex'>
8751                 <fieldValue name='vertexTextvalue='"shipments"'/>
8752                 <fieldValue name='descriptionvalue='228: shipments'/>
8753                 <fieldValue name='url'/>
8754                 <fieldValue name='radiusvalue='0.1500'/>
8755                 <fieldValue name='displayMode'/>
8756                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8757                 <fieldValue name='transparencyvalue='0'/>
8758                 <fieldValue name='translationvalue='1.69452 0.00656 1.71961'/>
8759                 <fieldValue name='textTranslationvalue='1.84452 0.00656 1.71961'/>
8760                 <fieldValue name='textColorvalue='0 0 0'/>
8761            </ProtoInstance>
8762            <ProtoInstance name='Vertex'>
8763                 <fieldValue name='vertexTextvalue='"shipped"'/>
8764                 <fieldValue name='descriptionvalue='229: shipped'/>
8765                 <fieldValue name='url'/>
8766                 <fieldValue name='radiusvalue='0.1500'/>
8767                 <fieldValue name='displayMode'/>
8768                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8769                 <fieldValue name='transparencyvalue='0'/>
8770                 <fieldValue name='translationvalue='1.87287 0.28076 1.42218'/>
8771                 <fieldValue name='textTranslationvalue='2.02287 0.28076 1.42218'/>
8772                 <fieldValue name='textColorvalue='0 0 0'/>
8773            </ProtoInstance>
8774            <ProtoInstance name='Vertex'>
8775                 <fieldValue name='vertexTextvalue='"ships"'/>
8776                 <fieldValue name='descriptionvalue='230: ships'/>
8777                 <fieldValue name='url'/>
8778                 <fieldValue name='radiusvalue='0.1500'/>
8779                 <fieldValue name='displayMode'/>
8780                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8781                 <fieldValue name='transparencyvalue='0'/>
8782                 <fieldValue name='translationvalue='1.01783 -1.95535 0.69860'/>
8783                 <fieldValue name='textTranslationvalue='1.16783 -1.95535 0.69860'/>
8784                 <fieldValue name='textColorvalue='0 0 0'/>
8785            </ProtoInstance>
8786            <ProtoInstance name='Vertex'>
8787                 <fieldValue name='vertexTextvalue='"sign"'/>
8788                 <fieldValue name='descriptionvalue='231: sign'/>
8789                 <fieldValue name='url'/>
8790                 <fieldValue name='radiusvalue='0.1500'/>
8791                 <fieldValue name='displayMode'/>
8792                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
8793                 <fieldValue name='transparencyvalue='0'/>
8794                 <fieldValue name='translationvalue='2.07508 -0.07211 -1.24931'/>
8795                 <fieldValue name='textTranslationvalue='2.22508 -0.07211 -1.24931'/>
8796                 <fieldValue name='textColorvalue='0 0 0'/>
8797            </ProtoInstance>
8798            <ProtoInstance name='Vertex'>
8799                 <fieldValue name='vertexTextvalue='"society"'/>
8800                 <fieldValue name='descriptionvalue='232: society'/>
8801                 <fieldValue name='url'/>
8802                 <fieldValue name='radiusvalue='0.1500'/>
8803                 <fieldValue name='displayMode'/>
8804                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8805                 <fieldValue name='transparencyvalue='0'/>
8806                 <fieldValue name='translationvalue='2.38965 -2.11721 -0.21443'/>
8807                 <fieldValue name='textTranslationvalue='2.53965 -2.11721 -0.21443'/>
8808                 <fieldValue name='textColorvalue='0 0 0'/>
8809            </ProtoInstance>
8810            <ProtoInstance name='Vertex'>
8811                 <fieldValue name='vertexTextvalue='"soldiers"'/>
8812                 <fieldValue name='descriptionvalue='233: soldiers'/>
8813                 <fieldValue name='url'/>
8814                 <fieldValue name='radiusvalue='0.1500'/>
8815                 <fieldValue name='displayMode'/>
8816                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8817                 <fieldValue name='transparencyvalue='0'/>
8818                 <fieldValue name='translationvalue='0.08282 0.66439 1.57087'/>
8819                 <fieldValue name='textTranslationvalue='0.23282 0.66439 1.57087'/>
8820                 <fieldValue name='textColorvalue='0 0 0'/>
8821            </ProtoInstance>
8822            <ProtoInstance name='Vertex'>
8823                 <fieldValue name='vertexTextvalue='"southern"'/>
8824                 <fieldValue name='descriptionvalue='234: southern'/>
8825                 <fieldValue name='url'/>
8826                 <fieldValue name='radiusvalue='0.1500'/>
8827                 <fieldValue name='displayMode'/>
8828                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
8829                 <fieldValue name='transparencyvalue='0'/>
8830                 <fieldValue name='translationvalue='-0.71705 0.69397 -0.01503'/>
8831                 <fieldValue name='textTranslationvalue='-0.56705 0.69397 -0.01503'/>
8832                 <fieldValue name='textColorvalue='0 0 0'/>
8833            </ProtoInstance>
8834            <ProtoInstance name='Vertex'>
8835                 <fieldValue name='vertexTextvalue='"speaking"'/>
8836                 <fieldValue name='descriptionvalue='235: speaking'/>
8837                 <fieldValue name='url'/>
8838                 <fieldValue name='radiusvalue='0.1500'/>
8839                 <fieldValue name='displayMode'/>
8840                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8841                 <fieldValue name='transparencyvalue='0'/>
8842                 <fieldValue name='translationvalue='-1.89518 -0.80566 -1.43851'/>
8843                 <fieldValue name='textTranslationvalue='-1.74518 -0.80566 -1.43851'/>
8844                 <fieldValue name='textColorvalue='0 0 0'/>
8845            </ProtoInstance>
8846            <ProtoInstance name='Vertex'>
8847                 <fieldValue name='vertexTextvalue='"specialist"'/>
8848                 <fieldValue name='descriptionvalue='236: specialist'/>
8849                 <fieldValue name='url'/>
8850                 <fieldValue name='radiusvalue='0.1500'/>
8851                 <fieldValue name='displayMode'/>
8852                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
8853                 <fieldValue name='transparencyvalue='0'/>
8854                 <fieldValue name='translationvalue='-0.31896 1.34736 -0.35503'/>
8855                 <fieldValue name='textTranslationvalue='-0.16896 1.34736 -0.35503'/>
8856                 <fieldValue name='textColorvalue='0 0 0'/>
8857            </ProtoInstance>
8858            <ProtoInstance name='Vertex'>
8859                 <fieldValue name='vertexTextvalue='"st"'/>
8860                 <fieldValue name='descriptionvalue='237: st'/>
8861                 <fieldValue name='url'/>
8862                 <fieldValue name='radiusvalue='0.1500'/>
8863                 <fieldValue name='displayMode'/>
8864                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8865                 <fieldValue name='transparencyvalue='0'/>
8866                 <fieldValue name='translationvalue='-2.37453 -0.69323 0.61615'/>
8867                 <fieldValue name='textTranslationvalue='-2.22453 -0.69323 0.61615'/>
8868                 <fieldValue name='textColorvalue='0 0 0'/>
8869            </ProtoInstance>
8870            <ProtoInstance name='Vertex'>
8871                 <fieldValue name='vertexTextvalue='"staging"'/>
8872                 <fieldValue name='descriptionvalue='238: staging'/>
8873                 <fieldValue name='url'/>
8874                 <fieldValue name='radiusvalue='0.1500'/>
8875                 <fieldValue name='displayMode'/>
8876                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8877                 <fieldValue name='transparencyvalue='0'/>
8878                 <fieldValue name='translationvalue='1.60030 -2.01135 1.24223'/>
8879                 <fieldValue name='textTranslationvalue='1.75030 -2.01135 1.24223'/>
8880                 <fieldValue name='textColorvalue='0 0 0'/>
8881            </ProtoInstance>
8882            <ProtoInstance name='Vertex'>
8883                 <fieldValue name='vertexTextvalue='"state"'/>
8884                 <fieldValue name='descriptionvalue='239: state'/>
8885                 <fieldValue name='url'/>
8886                 <fieldValue name='radiusvalue='0.1500'/>
8887                 <fieldValue name='displayMode'/>
8888                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
8889                 <fieldValue name='transparencyvalue='0'/>
8890                 <fieldValue name='translationvalue='-1.54452 -1.65095 2.38653'/>
8891                 <fieldValue name='textTranslationvalue='-1.39452 -1.65095 2.38653'/>
8892                 <fieldValue name='textColorvalue='0 0 0'/>
8893            </ProtoInstance>
8894            <ProtoInstance name='Vertex'>
8895                 <fieldValue name='vertexTextvalue='"states"'/>
8896                 <fieldValue name='descriptionvalue='240: states'/>
8897                 <fieldValue name='url'/>
8898                 <fieldValue name='radiusvalue='0.1500'/>
8899                 <fieldValue name='displayMode'/>
8900                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8901                 <fieldValue name='transparencyvalue='0'/>
8902                 <fieldValue name='translationvalue='1.37642 -1.80902 0.30447'/>
8903                 <fieldValue name='textTranslationvalue='1.52642 -1.80902 0.30447'/>
8904                 <fieldValue name='textColorvalue='0 0 0'/>
8905            </ProtoInstance>
8906            <ProtoInstance name='Vertex'>
8907                 <fieldValue name='vertexTextvalue='"status"'/>
8908                 <fieldValue name='descriptionvalue='241: status'/>
8909                 <fieldValue name='url'/>
8910                 <fieldValue name='radiusvalue='0.1500'/>
8911                 <fieldValue name='displayMode'/>
8912                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
8913                 <fieldValue name='transparencyvalue='0'/>
8914                 <fieldValue name='translationvalue='-1.43642 -1.29005 2.09255'/>
8915                 <fieldValue name='textTranslationvalue='-1.28642 -1.29005 2.09255'/>
8916                 <fieldValue name='textColorvalue='0 0 0'/>
8917            </ProtoInstance>
8918            <ProtoInstance name='Vertex'>
8919                 <fieldValue name='vertexTextvalue='"struck"'/>
8920                 <fieldValue name='descriptionvalue='242: struck'/>
8921                 <fieldValue name='url'/>
8922                 <fieldValue name='radiusvalue='0.1500'/>
8923                 <fieldValue name='displayMode'/>
8924                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
8925                 <fieldValue name='transparencyvalue='0'/>
8926                 <fieldValue name='translationvalue='1.56030 -0.06474 -0.07095'/>
8927                 <fieldValue name='textTranslationvalue='1.71030 -0.06474 -0.07095'/>
8928                 <fieldValue name='textColorvalue='0 0 0'/>
8929            </ProtoInstance>
8930            <ProtoInstance name='Vertex'>
8931                 <fieldValue name='vertexTextvalue='"sun"'/>
8932                 <fieldValue name='descriptionvalue='243: sun'/>
8933                 <fieldValue name='url'/>
8934                 <fieldValue name='radiusvalue='0.1500'/>
8935                 <fieldValue name='displayMode'/>
8936                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8937                 <fieldValue name='transparencyvalue='0'/>
8938                 <fieldValue name='translationvalue='-1.49035 -0.17054 -1.64709'/>
8939                 <fieldValue name='textTranslationvalue='-1.34035 -0.17054 -1.64709'/>
8940                 <fieldValue name='textColorvalue='0 0 0'/>
8941            </ProtoInstance>
8942            <ProtoInstance name='Vertex'>
8943                 <fieldValue name='vertexTextvalue='"support"'/>
8944                 <fieldValue name='descriptionvalue='244: support'/>
8945                 <fieldValue name='url'/>
8946                 <fieldValue name='radiusvalue='0.1500'/>
8947                 <fieldValue name='displayMode'/>
8948                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8949                 <fieldValue name='transparencyvalue='0'/>
8950                 <fieldValue name='translationvalue='1.22086 -0.22799 1.02227'/>
8951                 <fieldValue name='textTranslationvalue='1.37086 -0.22799 1.02227'/>
8952                 <fieldValue name='textColorvalue='0 0 0'/>
8953            </ProtoInstance>
8954            <ProtoInstance name='Vertex'>
8955                 <fieldValue name='vertexTextvalue='"swift"'/>
8956                 <fieldValue name='descriptionvalue='245: swift'/>
8957                 <fieldValue name='url'/>
8958                 <fieldValue name='radiusvalue='0.1500'/>
8959                 <fieldValue name='displayMode'/>
8960                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8961                 <fieldValue name='transparencyvalue='0'/>
8962                 <fieldValue name='translationvalue='-0.44143 1.19409 -2.28457'/>
8963                 <fieldValue name='textTranslationvalue='-0.29143 1.19409 -2.28457'/>
8964                 <fieldValue name='textColorvalue='0 0 0'/>
8965            </ProtoInstance>
8966            <ProtoInstance name='Vertex'>
8967                 <fieldValue name='vertexTextvalue='"talk"'/>
8968                 <fieldValue name='descriptionvalue='246: talk'/>
8969                 <fieldValue name='url'/>
8970                 <fieldValue name='radiusvalue='0.1500'/>
8971                 <fieldValue name='displayMode'/>
8972                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8973                 <fieldValue name='transparencyvalue='0'/>
8974                 <fieldValue name='translationvalue='-0.28897 1.33684 -2.26929'/>
8975                 <fieldValue name='textTranslationvalue='-0.13897 1.33684 -2.26929'/>
8976                 <fieldValue name='textColorvalue='0 0 0'/>
8977            </ProtoInstance>
8978            <ProtoInstance name='Vertex'>
8979                 <fieldValue name='vertexTextvalue='"task"'/>
8980                 <fieldValue name='descriptionvalue='247: task'/>
8981                 <fieldValue name='url'/>
8982                 <fieldValue name='radiusvalue='0.1500'/>
8983                 <fieldValue name='displayMode'/>
8984                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8985                 <fieldValue name='transparencyvalue='0'/>
8986                 <fieldValue name='translationvalue='0.18225 0.73279 1.67719'/>
8987                 <fieldValue name='textTranslationvalue='0.33225 0.73279 1.67719'/>
8988                 <fieldValue name='textColorvalue='0 0 0'/>
8989            </ProtoInstance>
8990            <ProtoInstance name='Vertex'>
8991                 <fieldValue name='vertexTextvalue='"team"'/>
8992                 <fieldValue name='descriptionvalue='248: team'/>
8993                 <fieldValue name='url'/>
8994                 <fieldValue name='radiusvalue='0.1500'/>
8995                 <fieldValue name='displayMode'/>
8996                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8997                 <fieldValue name='transparencyvalue='0'/>
8998                 <fieldValue name='translationvalue='-0.19570 1.41700 -2.56354'/>
8999                 <fieldValue name='textTranslationvalue='-0.04570 1.41700 -2.56354'/>
9000                 <fieldValue name='textColorvalue='0 0 0'/>
9001            </ProtoInstance>
9002            <ProtoInstance name='Vertex'>
9003                 <fieldValue name='vertexTextvalue='"terms"'/>
9004                 <fieldValue name='descriptionvalue='249: terms'/>
9005                 <fieldValue name='url'/>
9006                 <fieldValue name='radiusvalue='0.1500'/>
9007                 <fieldValue name='displayMode'/>
9008                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
9009                 <fieldValue name='transparencyvalue='0'/>
9010                 <fieldValue name='translationvalue='-1.53369 -1.51522 2.12384'/>
9011                 <fieldValue name='textTranslationvalue='-1.38369 -1.51522 2.12384'/>
9012                 <fieldValue name='textColorvalue='0 0 0'/>
9013            </ProtoInstance>
9014            <ProtoInstance name='Vertex'>
9015                 <fieldValue name='vertexTextvalue='"terrible"'/>
9016                 <fieldValue name='descriptionvalue='250: terrible'/>
9017                 <fieldValue name='url'/>
9018                 <fieldValue name='radiusvalue='0.1500'/>
9019                 <fieldValue name='displayMode'/>
9020                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9021                 <fieldValue name='transparencyvalue='0'/>
9022                 <fieldValue name='translationvalue='1.84445 0.55388 1.13719'/>
9023                 <fieldValue name='textTranslationvalue='1.99445 0.55388 1.13719'/>
9024                 <fieldValue name='textColorvalue='0 0 0'/>
9025            </ProtoInstance>
9026            <ProtoInstance name='Vertex'>
9027                 <fieldValue name='vertexTextvalue='"text"'/>
9028                 <fieldValue name='descriptionvalue='251: text'/>
9029                 <fieldValue name='url'/>
9030                 <fieldValue name='radiusvalue='0.1500'/>
9031                 <fieldValue name='displayMode'/>
9032                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
9033                 <fieldValue name='transparencyvalue='0'/>
9034                 <fieldValue name='translationvalue='2.31947 -1.67008 -0.29420'/>
9035                 <fieldValue name='textTranslationvalue='2.46947 -1.67008 -0.29420'/>
9036                 <fieldValue name='textColorvalue='0 0 0'/>
9037            </ProtoInstance>
9038            <ProtoInstance name='Vertex'>
9039                 <fieldValue name='vertexTextvalue='"thomas"'/>
9040                 <fieldValue name='descriptionvalue='252: thomas'/>
9041                 <fieldValue name='url'/>
9042                 <fieldValue name='radiusvalue='0.1500'/>
9043                 <fieldValue name='displayMode'/>
9044                 <fieldValue name='diffuseColorvalue='0 0 0'/>
9045                 <fieldValue name='transparencyvalue='0'/>
9046                 <fieldValue name='translationvalue='-2.38077 -0.69454 0.61832'/>
9047                 <fieldValue name='textTranslationvalue='-2.23077 -0.69454 0.61832'/>
9048                 <fieldValue name='textColorvalue='0 0 0'/>
9049            </ProtoInstance>
9050            <ProtoInstance name='Vertex'>
9051                 <fieldValue name='vertexTextvalue='"thousands"'/>
9052                 <fieldValue name='descriptionvalue='253: thousands'/>
9053                 <fieldValue name='url'/>
9054                 <fieldValue name='radiusvalue='0.1500'/>
9055                 <fieldValue name='displayMode'/>
9056                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
9057                 <fieldValue name='transparencyvalue='0'/>
9058                 <fieldValue name='translationvalue='2.71411 -2.22686 -0.05120'/>
9059                 <fieldValue name='textTranslationvalue='2.86411 -2.22686 -0.05120'/>
9060                 <fieldValue name='textColorvalue='0 0 0'/>
9061            </ProtoInstance>
9062            <ProtoInstance name='Vertex'>
9063                 <fieldValue name='vertexTextvalue='"tragic"'/>
9064                 <fieldValue name='descriptionvalue='254: tragic'/>
9065                 <fieldValue name='url'/>
9066                 <fieldValue name='radiusvalue='0.1500'/>
9067                 <fieldValue name='displayMode'/>
9068                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
9069                 <fieldValue name='transparencyvalue='0'/>
9070                 <fieldValue name='translationvalue='-0.45551 1.37196 -1.70796'/>
9071                 <fieldValue name='textTranslationvalue='-0.30551 1.37196 -1.70796'/>
9072                 <fieldValue name='textColorvalue='0 0 0'/>
9073            </ProtoInstance>
9074            <ProtoInstance name='Vertex'>
9075                 <fieldValue name='vertexTextvalue='"trauma"'/>
9076                 <fieldValue name='descriptionvalue='255: trauma'/>
9077                 <fieldValue name='url'/>
9078                 <fieldValue name='radiusvalue='0.1500'/>
9079                 <fieldValue name='displayMode'/>
9080                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
9081                 <fieldValue name='transparencyvalue='0'/>
9082                 <fieldValue name='translationvalue='1.55921 -1.75429 0.76691'/>
9083                 <fieldValue name='textTranslationvalue='1.70921 -1.75429 0.76691'/>
9084                 <fieldValue name='textColorvalue='0 0 0'/>
9085            </ProtoInstance>
9086            <ProtoInstance name='Vertex'>
9087                 <fieldValue name='vertexTextvalue='"twitter"'/>
9088                 <fieldValue name='descriptionvalue='256: twitter'/>
9089                 <fieldValue name='url'/>
9090                 <fieldValue name='radiusvalue='0.1500'/>
9091                 <fieldValue name='displayMode'/>
9092                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9093                 <fieldValue name='transparencyvalue='0'/>
9094                 <fieldValue name='translationvalue='-0.83316 0.06397 0.45845'/>
9095                 <fieldValue name='textTranslationvalue='-0.68316 0.06397 0.45845'/>
9096                 <fieldValue name='textColorvalue='0 0 0'/>
9097            </ProtoInstance>
9098            <ProtoInstance name='Vertex'>
9099                 <fieldValue name='vertexTextvalue='"united"'/>
9100                 <fieldValue name='descriptionvalue='257: united'/>
9101                 <fieldValue name='url'/>
9102                 <fieldValue name='radiusvalue='0.1500'/>
9103                 <fieldValue name='displayMode'/>
9104                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
9105                 <fieldValue name='transparencyvalue='0'/>
9106                 <fieldValue name='translationvalue='1.62433 -1.87146 0.26035'/>
9107                 <fieldValue name='textTranslationvalue='1.77433 -1.87146 0.26035'/>
9108                 <fieldValue name='textColorvalue='0 0 0'/>
9109            </ProtoInstance>
9110            <ProtoInstance name='Vertex'>
9111                 <fieldValue name='vertexTextvalue='"units"'/>
9112                 <fieldValue name='descriptionvalue='258: units'/>
9113                 <fieldValue name='url'/>
9114                 <fieldValue name='radiusvalue='0.1500'/>
9115                 <fieldValue name='displayMode'/>
9116                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9117                 <fieldValue name='transparencyvalue='0'/>
9118                 <fieldValue name='translationvalue='1.29113 0.01891 1.41718'/>
9119                 <fieldValue name='textTranslationvalue='1.44113 0.01891 1.41718'/>
9120                 <fieldValue name='textColorvalue='0 0 0'/>
9121            </ProtoInstance>
9122            <ProtoInstance name='Vertex'>
9123                 <fieldValue name='vertexTextvalue='"upcoming"'/>
9124                 <fieldValue name='descriptionvalue='259: upcoming'/>
9125                 <fieldValue name='url'/>
9126                 <fieldValue name='radiusvalue='0.1500'/>
9127                 <fieldValue name='displayMode'/>
9128                 <fieldValue name='diffuseColorvalue='0 0 0'/>
9129                 <fieldValue name='transparencyvalue='0'/>
9130                 <fieldValue name='translationvalue='-2.20599 -0.73279 0.22924'/>
9131                 <fieldValue name='textTranslationvalue='-2.05599 -0.73279 0.22924'/>
9132                 <fieldValue name='textColorvalue='0 0 0'/>
9133            </ProtoInstance>
9134            <ProtoInstance name='Vertex'>
9135                 <fieldValue name='vertexTextvalue='"version"'/>
9136                 <fieldValue name='descriptionvalue='260: version'/>
9137                 <fieldValue name='url'/>
9138                 <fieldValue name='radiusvalue='0.1500'/>
9139                 <fieldValue name='displayMode'/>
9140                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
9141                 <fieldValue name='transparencyvalue='0'/>
9142                 <fieldValue name='translationvalue='2.43343 0.05649 -1.57889'/>
9143                 <fieldValue name='textTranslationvalue='2.58343 0.05649 -1.57889'/>
9144                 <fieldValue name='textColorvalue='0 0 0'/>
9145            </ProtoInstance>
9146            <ProtoInstance name='Vertex'>
9147                 <fieldValue name='vertexTextvalue='"victims"'/>
9148                 <fieldValue name='descriptionvalue='261: victims'/>
9149                 <fieldValue name='url'/>
9150                 <fieldValue name='radiusvalue='0.1500'/>
9151                 <fieldValue name='displayMode'/>
9152                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
9153                 <fieldValue name='transparencyvalue='0'/>
9154                 <fieldValue name='translationvalue='-0.09371 0.79682 1.69002'/>
9155                 <fieldValue name='textTranslationvalue='0.05629 0.79682 1.69002'/>
9156                 <fieldValue name='textColorvalue='0 0 0'/>
9157            </ProtoInstance>
9158            <ProtoInstance name='Vertex'>
9159                 <fieldValue name='vertexTextvalue='"videos"'/>
9160                 <fieldValue name='descriptionvalue='262: videos'/>
9161                 <fieldValue name='url'/>
9162                 <fieldValue name='radiusvalue='0.1500'/>
9163                 <fieldValue name='displayMode'/>
9164                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9165                 <fieldValue name='transparencyvalue='0'/>
9166                 <fieldValue name='translationvalue='-0.87791 0.28967 0.03495'/>
9167                 <fieldValue name='textTranslationvalue='-0.72791 0.28967 0.03495'/>
9168                 <fieldValue name='textColorvalue='0 0 0'/>
9169            </ProtoInstance>
9170            <ProtoInstance name='Vertex'>
9171                 <fieldValue name='vertexTextvalue='"visits"'/>
9172                 <fieldValue name='descriptionvalue='263: visits'/>
9173                 <fieldValue name='url'/>
9174                 <fieldValue name='radiusvalue='0.1500'/>
9175                 <fieldValue name='displayMode'/>
9176                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9177                 <fieldValue name='transparencyvalue='0'/>
9178                 <fieldValue name='translationvalue='-0.53767 0.96351 -0.29105'/>
9179                 <fieldValue name='textTranslationvalue='-0.38767 0.96351 -0.29105'/>
9180                 <fieldValue name='textColorvalue='0 0 0'/>
9181            </ProtoInstance>
9182            <ProtoInstance name='Vertex'>
9183                 <fieldValue name='vertexTextvalue='"volunteer"'/>
9184                 <fieldValue name='descriptionvalue='264: volunteer'/>
9185                 <fieldValue name='url'/>
9186                 <fieldValue name='radiusvalue='0.1500'/>
9187                 <fieldValue name='displayMode'/>
9188                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9189                 <fieldValue name='transparencyvalue='0'/>
9190                 <fieldValue name='translationvalue='-1.72452 -0.65196 -0.33739'/>
9191                 <fieldValue name='textTranslationvalue='-1.57452 -0.65196 -0.33739'/>
9192                 <fieldValue name='textColorvalue='0 0 0'/>
9193            </ProtoInstance>
9194            <ProtoInstance name='Vertex'>
9195                 <fieldValue name='vertexTextvalue='"watch"'/>
9196                 <fieldValue name='descriptionvalue='265: watch'/>
9197                 <fieldValue name='url'/>
9198                 <fieldValue name='radiusvalue='0.1500'/>
9199                 <fieldValue name='displayMode'/>
9200                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9201                 <fieldValue name='transparencyvalue='0'/>
9202                 <fieldValue name='translationvalue='-0.70098 0.73957 -0.19945'/>
9203                 <fieldValue name='textTranslationvalue='-0.55098 0.73957 -0.19945'/>
9204                 <fieldValue name='textColorvalue='0 0 0'/>
9205            </ProtoInstance>
9206            <ProtoInstance name='Vertex'>
9207                 <fieldValue name='vertexTextvalue='"water"'/>
9208                 <fieldValue name='descriptionvalue='266: water'/>
9209                 <fieldValue name='url'/>
9210                 <fieldValue name='radiusvalue='0.1500'/>
9211                 <fieldValue name='displayMode'/>
9212                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9213                 <fieldValue name='transparencyvalue='0'/>
9214                 <fieldValue name='translationvalue='1.01118 0.05851 1.11986'/>
9215                 <fieldValue name='textTranslationvalue='1.16118 0.05851 1.11986'/>
9216                 <fieldValue name='textColorvalue='0 0 0'/>
9217            </ProtoInstance>
9218            <ProtoInstance name='Vertex'>
9219                 <fieldValue name='vertexTextvalue='"web"'/>
9220                 <fieldValue name='descriptionvalue='267: web'/>
9221                 <fieldValue name='url'/>
9222                 <fieldValue name='radiusvalue='0.1500'/>
9223                 <fieldValue name='displayMode'/>
9224                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
9225                 <fieldValue name='transparencyvalue='0'/>
9226                 <fieldValue name='translationvalue='-1.08448 -1.18395 1.14410'/>
9227                 <fieldValue name='textTranslationvalue='-0.93448 -1.18395 1.14410'/>
9228                 <fieldValue name='textColorvalue='0 0 0'/>
9229            </ProtoInstance>
9230            <ProtoInstance name='Vertex'>
9231                 <fieldValue name='vertexTextvalue='"winner"'/>
9232                 <fieldValue name='descriptionvalue='268: winner'/>
9233                 <fieldValue name='url'/>
9234                 <fieldValue name='radiusvalue='0.1500'/>
9235                 <fieldValue name='displayMode'/>
9236                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9237                 <fieldValue name='transparencyvalue='0'/>
9238                 <fieldValue name='translationvalue='-0.76846 1.18289 -0.41624'/>
9239                 <fieldValue name='textTranslationvalue='-0.61846 1.18289 -0.41624'/>
9240                 <fieldValue name='textColorvalue='0 0 0'/>
9241            </ProtoInstance>
9242            <ProtoInstance name='Vertex'>
9243                 <fieldValue name='vertexTextvalue='"women"'/>
9244                 <fieldValue name='descriptionvalue='269: women'/>
9245                 <fieldValue name='url'/>
9246                 <fieldValue name='radiusvalue='0.1500'/>
9247                 <fieldValue name='displayMode'/>
9248                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9249                 <fieldValue name='transparencyvalue='0'/>
9250                 <fieldValue name='translationvalue='1.66868 -0.24472 1.00015'/>
9251                 <fieldValue name='textTranslationvalue='1.81868 -0.24472 1.00015'/>
9252                 <fieldValue name='textColorvalue='0 0 0'/>
9253            </ProtoInstance>
9254            <ProtoInstance name='Vertex'>
9255                 <fieldValue name='vertexTextvalue='"working"'/>
9256                 <fieldValue name='descriptionvalue='270: working'/>
9257                 <fieldValue name='url'/>
9258                 <fieldValue name='radiusvalue='0.1500'/>
9259                 <fieldValue name='displayMode'/>
9260                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
9261                 <fieldValue name='transparencyvalue='0'/>
9262                 <fieldValue name='translationvalue='-0.38003 1.38607 -2.19783'/>
9263                 <fieldValue name='textTranslationvalue='-0.23003 1.38607 -2.19783'/>
9264                 <fieldValue name='textColorvalue='0 0 0'/>
9265            </ProtoInstance>
9266            <ProtoInstance name='Vertex'>
9267                 <fieldValue name='vertexTextvalue='"world"'/>
9268                 <fieldValue name='descriptionvalue='271: world'/>
9269                 <fieldValue name='url'/>
9270                 <fieldValue name='radiusvalue='0.1500'/>
9271                 <fieldValue name='displayMode'/>
9272                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
9273                 <fieldValue name='transparencyvalue='0'/>
9274                 <fieldValue name='translationvalue='-0.37312 -0.83445 1.55520'/>
9275                 <fieldValue name='textTranslationvalue='-0.22312 -0.83445 1.55520'/>
9276                 <fieldValue name='textColorvalue='0 0 0'/>
9277            </ProtoInstance>
9278            <ProtoInstance name='Vertex'>
9279                 <fieldValue name='vertexTextvalue='"york"'/>
9280                 <fieldValue name='descriptionvalue='272: york'/>
9281                 <fieldValue name='url'/>
9282                 <fieldValue name='radiusvalue='0.1500'/>
9283                 <fieldValue name='displayMode'/>
9284                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9285                 <fieldValue name='transparencyvalue='0'/>
9286                 <fieldValue name='translationvalue='-1.69581 -0.71965 -1.13304'/>
9287                 <fieldValue name='textTranslationvalue='-1.54581 -0.71965 -1.13304'/>
9288                 <fieldValue name='textColorvalue='0 0 0'/>
9289            </ProtoInstance>
9290       </Scene>
9291  </X3D>
<!--

<!-- to top DEF node index:

Index for Viewpoint node: Viewpoint_1

Index for ExternProtoDeclare definitions: Arc, NetworkText, Vertex
-->
X3D Tooltips element index: Background, ExternProtoDeclare, field, fieldValue, head, meta, NavigationInfo, PointLight, ProtoInstance, Scene, Viewpoint, WorldInfo, X3D, plus documentation for accessType definitions, type definitions, XML data types, and field types

Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.

Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.

line 53
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 64
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 75
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 86
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 97
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 108
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 119
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 130
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 141
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 152
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 163
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 174
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 185
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 196
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 207
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 218
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 229
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 240
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 251
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 262
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 273
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 284
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 295
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 306
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 317
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 328
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 339
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 350
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 361
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 372
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 383
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 394
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 405
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 416
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 427
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 438
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 449
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 460
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 471
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 482
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 493
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 504
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 515
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 526
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 537
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 548
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 559
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 570
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 581
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 592
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 603
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 614
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 625
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 636
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 647
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 658
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 669
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 680
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 691
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 702
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 713
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 724
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 735
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 746
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 757
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 768
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 779
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 790
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 801
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 812
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 823
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 834
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 845
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 856
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 867
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 878
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 889
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 900
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 911
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 922
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 933
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 944
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 955
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 966
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 977
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 988
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 999
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1010
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1021
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1032
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1043
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1054
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1065
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1076
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1087
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1098
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1109
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1120
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1131
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1142
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1153
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1164
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1175
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1186
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1197
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1208
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1219
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1230
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1241
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1252
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1263
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1274
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1285
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1296
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1307
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1318
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1329
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1340
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1351
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1362
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1373
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1384
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1395
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1406
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1417
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1428
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1439
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1450
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1461
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1472
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1483
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1494
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1505
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1516
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1527
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1538
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1549
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1560
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1571
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1582
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1593
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1604
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1615
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1626
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1637
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1648
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1659
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1670
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1681
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1692
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1703
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1714
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1725
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1736
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1747
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1758
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1769
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1780
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1791
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1802
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1813
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1824
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1835
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1846
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1857
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1868
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1879
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1890
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1901
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1912
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1923
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1934
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1945
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1956
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1967
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1978
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1989
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2000
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2011
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2022
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2033
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2044
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2055
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2066
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2077
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2088
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2099
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2110
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2121
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2132
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2143
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2154
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2165
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2176
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2187
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2198
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2209
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2220
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2231
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2242
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2253
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2264
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2275
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2286
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2297
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2308
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2319
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2330
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2341
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2352
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2363
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2374
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2385
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2396
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2407
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2418
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2429
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2440
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2451
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2462
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2473
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2484
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2495
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2506
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2517
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2528
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2539
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2550
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2561
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2572
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2583
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2594
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2605
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2616
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2627
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2638
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2649
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2660
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2671
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2682
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2693
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2704
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2715
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2726
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2737
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2748
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2759
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2770
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2781
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2792
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2803
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2814
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2825
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2836
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2847
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2858
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2869
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2880
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2891
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2902
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2913
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2924
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2935
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2946
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2957
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2968
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2979
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2990
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3001
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3012
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3023
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3034
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3045
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3056
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3067
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3078
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3089
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3100
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3111
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3122
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3133
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3144
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3155
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3166
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3177
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3188
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3199
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3210
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3221
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3232
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3243
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3254
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3265
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3276
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3287
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3298
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3309
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3320
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3331
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3342
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3353
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3364
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3375
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3386
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3397
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3408
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3419
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3430
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3441
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3452
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3463
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3474
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3485
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3496
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3507
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3518
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3529
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3540
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3551
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3562
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3573
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3584
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3595
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3606
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3617
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3628
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3639
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3650
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3661
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3672
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3683
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3694
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3705
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3716
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3727
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3738
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3749
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3760
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3771
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3782
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3793
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3804
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3815
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3826
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3837
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3848
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3859
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3870
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3881
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3892
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3903
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3914
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3925
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3936
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3947
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3958
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3969
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3980
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3991
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4002
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4013
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4024
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4035
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4046
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4057
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4068
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4079
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4090
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4101
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4112
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4123
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4134
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4145
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4156
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4167
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4178
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4189
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4200
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4211
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4222
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4233
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4244
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4255
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4266
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4277
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4288
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4299
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4310
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4321
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4332
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4343
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4354
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4365
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4376
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4387
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4398
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4409
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4420
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4431
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4442
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4453
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4464
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4475
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4486
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4497
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4508
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4519
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4530
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4541
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4552
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4563
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4574
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4585
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4596
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4607
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4618
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4629
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4640
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4651
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4662
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4673
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4684
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4695
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4706
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4717
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4728
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4739
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4750
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4761
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4772
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4783
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4794
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4805
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4816
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4827
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4838
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4849
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4860
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4871
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4882
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4893
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4904
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4915
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4926
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4937
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4948
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4959
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4970
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4981
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4992
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5003
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5014
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5025
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5036
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5047
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5058
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5069
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5080
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5091
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5102
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5113
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5124
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5135
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5146
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5157
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5168
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5179
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5190
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5201
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5212
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5223
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5234
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5245
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5256
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5267
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5278
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5289
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5300
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5311
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5322
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5333
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5344
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5355
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5366
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5377
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5388
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5399
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5410
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5421
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5432
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5443
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5454
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5465
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5476
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5487
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5498
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5509
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5520
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5531
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5542
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5553
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5564
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5575
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5586
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5597
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5608
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5619
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5630
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5641
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5652
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5663
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5674
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5685
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5696
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5707
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5718
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5729
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5740
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5751
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5762
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5773
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5784
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5795
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5806
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5817
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5828
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5839
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5850
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5861
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5872
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5883
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5894
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5905
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5916
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5927
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5938
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5949
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5960
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5971
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5982
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5993
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6004
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6015
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6026
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6038
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6050
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6062
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6074
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6086
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6098
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6110
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6122
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6134
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6146
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6158
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6170
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6182
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6194
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6206
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6218
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6230
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6242
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6254
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6266
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6278
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6290
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6302
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6314
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6326
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6338
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6350
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6362
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6374
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6386
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6398
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6410
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6422
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6434
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6446
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6458
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6470
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6482
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6494
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6506
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6518
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6530
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6542
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6554
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6566
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6578
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6590
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6602
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6614
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6626
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6638
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6650
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6662
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6674
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6686
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6698
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6710
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6722
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6734
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6746
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6758
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6770
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6782
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6794
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6806
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6818
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6830
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6842
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6854
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6866
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6878
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6890
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6902
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6914
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6926
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6938
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6950
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6962
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6974
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6986
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6998
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7010
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7022
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7034
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7046
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7058
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7070
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7082
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7094
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7106
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7118
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7130
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7142
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7154
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7166
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7178
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7190
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7202
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7214
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7226
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7238
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7250
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7262
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7274
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7286
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7298
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7310
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7322
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7334
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7346
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7358
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7370
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7382
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7394
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7406
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7418
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7430
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7442
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7454
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7466
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7478
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7490
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7502
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7514
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7526
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7538
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7550
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7562
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7574
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7586
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7598
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7610
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7622
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7634
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7646
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7658
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7670
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7682
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7694
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7706
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7718
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7730
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7742
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7754
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7766
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7778
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7790
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7802
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7814
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7826
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7838
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7850
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7862
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7874
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7886
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7898
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7910
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7922
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7934
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7946
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7958
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7970
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7982
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 7994
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8006
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8018
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8030
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8042
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8054
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8066
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8078
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8090
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8102
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8114
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8126
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8138
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8150
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8162
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8174
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8186
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8198
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8210
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8222
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8234
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8246
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8258
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8270
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8282
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8294
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8306
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8318
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8330
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8342
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8354
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8366
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8378
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8390
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8402
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8414
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8426
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8438
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8450
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8462
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8474
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8486
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8498
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8510
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8522
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8534
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8546
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8558
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8570
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8582
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8594
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8606
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8618
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8630
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8642
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8654
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8666
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8678
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8690
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8702
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8714
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8726
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8738
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8750
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8762
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8774
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8786
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8798
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8810
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8822
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8834
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8846
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8858
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8870
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8882
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8894
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8906
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8918
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8930
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8942
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8954
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8966
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8978
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 8990
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9002
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9014
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9026
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9038
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9050
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9062
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9074
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9086
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9098
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9110
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9122
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9134
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9146
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9158
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9170
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9182
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9194
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9206
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9218
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9230
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9242
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9254
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9266
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9278
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

Additional guidance on X3D animation can be found in the 10-Step Animation Design Process and Event Tracing hint sheets. Have fun with X3D! 😀

-->
<!-- Online at
https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamplesIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d -->

<!-- Color-coding legend: X3D terminology <X3dNode field='value'/> matches XML terminology <XmlElement attribute='value'/>
(Light-blue background: event-based behavior node or statement) (Grey background inside box: inserted documentation) (Magenta background: X3D Extensibility)
    <ProtoInstance name='ProtoName'> <field name='fieldName'/> </ProtoInstance> -->

to top <!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->