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.38109'/>
 55                 <fieldValue name='cylinderTranslationvalue='-1.15889 0.58658 2.41262'/>
 56                 <fieldValue name='coneTranslationvalue='-1.16150 0.57394 2.44031'/>
 57                 <fieldValue name='rotationvalue='34.54463 -0.00000 3.24797 1.99718'/>
 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.69900'/>
 66                 <fieldValue name='cylinderTranslationvalue='-1.20124 0.37843 2.43062'/>
 67                 <fieldValue name='coneTranslationvalue='-1.23301 0.22284 2.53403'/>
 68                 <fieldValue name='rotationvalue='38.14388 -0.00000 11.71764 2.53404'/>
 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.42849'/>
 77                 <fieldValue name='cylinderTranslationvalue='-1.10370 0.84454 2.12906'/>
 78                 <fieldValue name='coneTranslationvalue='-1.09383 0.88990 2.10100'/>
 79                 <fieldValue name='rotationvalue='-22.16702 0 -7.79086 0.58039'/>
 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.67200'/>
 88                 <fieldValue name='cylinderTranslationvalue='-1.07988 0.45615 2.49519'/>
 89                 <fieldValue name='coneTranslationvalue='-1.04700 0.34655 2.62892'/>
 90                 <fieldValue name='rotationvalue='51.05908 0 -12.55376 2.24302'/>
 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.34373'/>
 99                 <fieldValue name='cylinderTranslationvalue='-1.20159 0.61881 2.39448'/>
100                 <fieldValue name='coneTranslationvalue='-1.20566 0.61560 2.40515'/>
101                 <fieldValue name='rotationvalue='30.91641 -0.00000 11.78694 1.84520'/>
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.41702'/>
110                 <fieldValue name='cylinderTranslationvalue='-1.20276 0.52507 2.38194'/>
111                 <fieldValue name='coneTranslationvalue='-1.21675 0.49243 2.41499'/>
112                 <fieldValue name='rotationvalue='28.40873 -0.00000 12.02187 2.30895'/>
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='1.50553'/>
121                 <fieldValue name='cylinderTranslationvalue='-0.84525 1.12190 1.72047'/>
122                 <fieldValue name='coneTranslationvalue='-0.61106 1.48138 1.31145'/>
123                 <fieldValue name='rotationvalue='-103.88537 0 -59.48031 0.91921'/>
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.41469'/>
132                 <fieldValue name='cylinderTranslationvalue='-1.31020 0.76716 2.30744'/>
133                 <fieldValue name='coneTranslationvalue='-1.34845 0.79040 2.32286'/>
134                 <fieldValue name='rotationvalue='13.50887 -0.00000 33.50870 1.05771'/>
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.74479'/>
143                 <fieldValue name='cylinderTranslationvalue='-1.38894 0.39425 2.30701'/>
144                 <fieldValue name='coneTranslationvalue='-1.52941 0.23961 2.34529'/>
145                 <fieldValue name='rotationvalue='13.42277 -0.00000 49.25801 2.38632'/>
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.69880'/>
154                 <fieldValue name='cylinderTranslationvalue='-1.20627 0.37785 2.42794'/>
155                 <fieldValue name='coneTranslationvalue='-1.24076 0.22199 2.52987'/>
156                 <fieldValue name='rotationvalue='37.60797 -0.00000 12.72419 2.53734'/>
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.74479'/>
165                 <fieldValue name='cylinderTranslationvalue='-1.38894 0.39425 2.30701'/>
166                 <fieldValue name='coneTranslationvalue='-1.52941 0.23961 2.34529'/>
167                 <fieldValue name='rotationvalue='13.42277 -0.00000 49.25801 2.38632'/>
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.58141'/>
176                 <fieldValue name='cylinderTranslationvalue='-1.11214 0.34421 -0.79975'/>
177                 <fieldValue name='coneTranslationvalue='-1.18825 0.43053 -0.73779'/>
178                 <fieldValue name='rotationvalue='27.56042 -0.00000 33.85729 0.84939'/>
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.30118'/>
187                 <fieldValue name='cylinderTranslationvalue='-0.96462 0.02361 -0.86228'/>
188                 <fieldValue name='coneTranslationvalue='-0.96326 0.03165 -0.86698'/>
189                 <fieldValue name='rotationvalue='15.05368 -0.00000 4.35330 2.59439'/>
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.85954'/>
198                 <fieldValue name='cylinderTranslationvalue='-1.17930 -0.12822 -0.71360'/>
199                 <fieldValue name='coneTranslationvalue='-1.32772 -0.30425 -0.57303'/>
200                 <fieldValue name='rotationvalue='44.78961 -0.00000 47.28883 2.28171'/>
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.98274'/>
209                 <fieldValue name='cylinderTranslationvalue='-1.33474 -0.05271 -1.15172'/>
210                 <fieldValue name='coneTranslationvalue='-1.59902 -0.19092 -1.29616'/>
211                 <fieldValue name='rotationvalue='-42.83530 0 78.37746 2.00101'/>
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.59519'/>
220                 <fieldValue name='cylinderTranslationvalue='-0.80441 0.08300 -1.19172'/>
221                 <fieldValue name='coneTranslationvalue='-0.74040 0.05100 -1.30924'/>
222                 <fieldValue name='rotationvalue='-50.83506 0 -27.68884 1.80552'/>
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='0.53367'/>
231                 <fieldValue name='cylinderTranslationvalue='-1.20096 0.12103 -0.87748'/>
232                 <fieldValue name='coneTranslationvalue='-1.30430 0.10854 -0.85344'/>
233                 <fieldValue name='rotationvalue='12.01283 -0.00000 51.62170 1.68794'/>
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.90762'/>
242                 <fieldValue name='cylinderTranslationvalue='-1.28118 -0.07812 -1.13357'/>
243                 <fieldValue name='coneTranslationvalue='-1.50023 -0.22725 -1.26048'/>
244                 <fieldValue name='rotationvalue='-39.20370 0 67.66568 2.10315'/>
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.90667'/>
253                 <fieldValue name='cylinderTranslationvalue='-1.27963 -0.07962 -1.13336'/>
254                 <fieldValue name='coneTranslationvalue='-1.49755 -0.22964 -1.26006'/>
255                 <fieldValue name='rotationvalue='-39.16185 0 67.35586 2.10762'/>
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.86189'/>
264                 <fieldValue name='cylinderTranslationvalue='-1.32414 0.34048 -0.86760'/>
265                 <fieldValue name='coneTranslationvalue='-1.56386 0.45885 -0.82363'/>
266                 <fieldValue name='rotationvalue='13.98917 -0.00000 76.25648 1.11868'/>
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='0.49601'/>
275                 <fieldValue name='cylinderTranslationvalue='-1.13828 0.22537 -1.07157'/>
276                 <fieldValue name='coneTranslationvalue='-1.20763 0.25133 -1.11913'/>
277                 <fieldValue name='rotationvalue='-26.80469 0 39.08592 1.27138'/>
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='1.28276'/>
286                 <fieldValue name='cylinderTranslationvalue='-0.93888 0.62786 -0.50730'/>
287                 <fieldValue name='coneTranslationvalue='-0.93590 0.98485 -0.18439'/>
288                 <fieldValue name='rotationvalue='86.04906 0 -0.79443 0.73534'/>
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='0.59536'/>
297                 <fieldValue name='cylinderTranslationvalue='-0.80448 0.08355 -1.19201'/>
298                 <fieldValue name='coneTranslationvalue='-0.74047 0.05179 -1.30969'/>
299                 <fieldValue name='rotationvalue='-50.89159 0 -27.67586 1.80357'/>
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.68520'/>
308                 <fieldValue name='cylinderTranslationvalue='-0.60914 0.21969 -0.89940'/>
309                 <fieldValue name='coneTranslationvalue='-0.43127 0.25565 -0.87906'/>
310                 <fieldValue name='rotationvalue='7.63015 0 -66.74337 1.37256'/>
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='0.90876'/>
319                 <fieldValue name='cylinderTranslationvalue='-1.35275 0.09490 -0.75005'/>
320                 <fieldValue name='coneTranslationvalue='-1.61832 0.05777 -0.62857'/>
321                 <fieldValue name='rotationvalue='37.50025 -0.00000 81.97994 1.69727'/>
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.58720'/>
330                 <fieldValue name='cylinderTranslationvalue='-0.04788 -2.46895 1.51671'/>
331                 <fieldValue name='coneTranslationvalue='-0.16687 -2.46074 1.57691'/>
332                 <fieldValue name='rotationvalue='26.45629 -0.00000 52.29816 1.50930'/>
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.97370'/>
341                 <fieldValue name='cylinderTranslationvalue='0.56886 -2.20220 1.21205'/>
342                 <fieldValue name='coneTranslationvalue='0.80736 -2.01101 1.09632'/>
343                 <fieldValue name='rotationvalue='-34.47701 0 -71.04967 0.94596'/>
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.57546'/>
352                 <fieldValue name='cylinderTranslationvalue='-0.00920 -2.62015 1.26029'/>
353                 <fieldValue name='coneTranslationvalue='-0.10811 -2.67926 1.20517'/>
354                 <fieldValue name='rotationvalue='-24.82943 0 44.56198 2.05194'/>
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='0.23897'/>
363                 <fieldValue name='cylinderTranslationvalue='0.11365 -2.54072 1.42182'/>
364                 <fieldValue name='coneTranslationvalue='0.14755 -2.52250 1.40914'/>
365                 <fieldValue name='rotationvalue='7.47818 -0.00000 19.99137 2.03719'/>
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.10683'/>
374                 <fieldValue name='cylinderTranslationvalue='0.20518 -2.52956 1.41558'/>
375                 <fieldValue name='coneTranslationvalue='0.22200 -2.44462 1.35343'/>
376                 <fieldValue name='rotationvalue='6.22987 -0.00000 1.68559 2.49292'/>
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.49548'/>
385                 <fieldValue name='cylinderTranslationvalue='-0.02634 -2.54175 1.41275'/>
386                 <fieldValue name='coneTranslationvalue='-0.11132 -2.56114 1.42277'/>
387                 <fieldValue name='rotationvalue='5.66252 -0.00000 47.98984 1.79367'/>
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.26860'/>
396                 <fieldValue name='cylinderTranslationvalue='0.34596 -2.46511 1.37807'/>
397                 <fieldValue name='coneTranslationvalue='0.32063 -2.46929 1.37929'/>
398                 <fieldValue name='rotationvalue='-1.27270 0 -26.47014 1.40711'/>
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.99780'/>
407                 <fieldValue name='cylinderTranslationvalue='1.69673 -0.53547 0.63768'/>
408                 <fieldValue name='coneTranslationvalue='1.77886 -0.23526 0.77178'/>
409                 <fieldValue name='rotationvalue='39.48408 0 -24.18013 0.48253'/>
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.44622'/>
418                 <fieldValue name='cylinderTranslationvalue='1.70324 -1.12027 0.55487'/>
419                 <fieldValue name='coneTranslationvalue='1.73927 -1.16069 0.58729'/>
420                 <fieldValue name='rotationvalue='22.92199 0 -25.48073 2.26574'/>
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.84688'/>
429                 <fieldValue name='cylinderTranslationvalue='1.84655 -1.29479 0.36757'/>
430                 <fieldValue name='coneTranslationvalue='2.01498 -1.49224 0.32234'/>
431                 <fieldValue name='rotationvalue='-14.53796 0 -54.14419 2.41814'/>
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.78739'/>
440                 <fieldValue name='cylinderTranslationvalue='1.71159 -1.22779 0.71206'/>
441                 <fieldValue name='coneTranslationvalue='1.79217 -1.37641 0.87341'/>
442                 <fieldValue name='rotationvalue='54.36134 0 -27.15075 2.26006'/>
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.84689'/>
451                 <fieldValue name='cylinderTranslationvalue='1.84655 -1.29479 0.36756'/>
452                 <fieldValue name='coneTranslationvalue='2.01498 -1.49224 0.32232'/>
453                 <fieldValue name='rotationvalue='-14.54027 0 -54.14423 2.41813'/>
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.80749'/>
462                 <fieldValue name='cylinderTranslationvalue='1.76000 -1.32851 0.51655'/>
463                 <fieldValue name='coneTranslationvalue='1.87118 -1.54048 0.56261'/>
464                 <fieldValue name='rotationvalue='15.25940 0 -36.83262 2.62522'/>
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.94627'/>
473                 <fieldValue name='cylinderTranslationvalue='1.45993 -1.35941 0.69422'/>
474                 <fieldValue name='coneTranslationvalue='1.38322 -1.61223 0.86230'/>
475                 <fieldValue name='rotationvalue='50.79274 -0.00000 23.18025 2.51051'/>
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='1.29137'/>
484                 <fieldValue name='cylinderTranslationvalue='1.24997 -1.44741 0.73996'/>
485                 <fieldValue name='coneTranslationvalue='1.00485 -1.80095 0.96540'/>
486                 <fieldValue name='rotationvalue='59.94064 -0.00000 65.17265 2.38607'/>
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.88343'/>
495                 <fieldValue name='cylinderTranslationvalue='1.36901 -0.71435 0.15193'/>
496                 <fieldValue name='coneTranslationvalue='1.23711 -0.54657 -0.03196'/>
497                 <fieldValue name='rotationvalue='-57.66539 0 41.36445 0.93284'/>
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.47496'/>
506                 <fieldValue name='cylinderTranslationvalue='1.70652 -1.17377 0.46790'/>
507                 <fieldValue name='coneTranslationvalue='1.74915 -1.23783 0.47691'/>
508                 <fieldValue name='rotationvalue='5.52776 0 -26.13646 2.54424'/>
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.66496'/>
517                 <fieldValue name='cylinderTranslationvalue='1.62471 -1.01136 0.11315'/>
518                 <fieldValue name='coneTranslationvalue='1.65007 -1.02898 -0.05655'/>
519                 <fieldValue name='rotationvalue='-65.42172 0 -9.77609 1.67311'/>
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.43849'/>
528                 <fieldValue name='cylinderTranslationvalue='1.69105 -1.12225 0.55779'/>
529                 <fieldValue name='coneTranslationvalue='1.72219 -1.16139 0.58955'/>
530                 <fieldValue name='rotationvalue='23.50650 0 -23.04425 2.29246'/>
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.70235'/>
539                 <fieldValue name='cylinderTranslationvalue='1.59939 -1.29966 0.57783'/>
540                 <fieldValue name='coneTranslationvalue='1.61222 -1.47508 0.65272'/>
541                 <fieldValue name='rotationvalue='27.51482 0 -4.71204 2.73285'/>
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='0.31824'/>
550                 <fieldValue name='cylinderTranslationvalue='1.59934 -1.01752 0.28808'/>
551                 <fieldValue name='coneTranslationvalue='1.59921 -1.01730 0.28892'/>
552                 <fieldValue name='rotationvalue='-30.43546 0 -4.70135 1.82563'/>
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.75127'/>
561                 <fieldValue name='cylinderTranslationvalue='1.79661 -0.86007 0.72060'/>
562                 <fieldValue name='coneTranslationvalue='1.92335 -0.79271 0.88152'/>
563                 <fieldValue name='rotationvalue='56.06776 0 -44.15523 1.25310'/>
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.42221'/>
572                 <fieldValue name='cylinderTranslationvalue='1.70846 -1.13529 0.39498'/>
573                 <fieldValue name='coneTranslationvalue='1.74056 -1.17350 0.38401'/>
574                 <fieldValue name='rotationvalue='-9.05613 0 -26.52488 2.41564'/>
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.14299'/>
583                 <fieldValue name='cylinderTranslationvalue='1.55400 -1.03965 0.41268'/>
584                 <fieldValue name='coneTranslationvalue='1.58103 -0.96260 0.44682'/>
585                 <fieldValue name='rotationvalue='-5.51605 0 4.36617 2.62724'/>
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='0.30705'/>
594                 <fieldValue name='cylinderTranslationvalue='1.63582 -1.08831 0.52785'/>
595                 <fieldValue name='coneTranslationvalue='1.63328 -1.08363 0.52415'/>
596                 <fieldValue name='rotationvalue='17.51861 0 -11.99639 2.37802'/>
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='0.26408'/>
605                 <fieldValue name='cylinderTranslationvalue='0.70229 -2.20016 -2.39512'/>
606                 <fieldValue name='coneTranslationvalue='0.69876 -2.21699 -2.37308'/>
607                 <fieldValue name='rotationvalue='-20.81935 0 -3.33851 0.92470'/>
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='0.18480'/>
616                 <fieldValue name='cylinderTranslationvalue='0.61739 -2.26244 -2.35093'/>
617                 <fieldValue name='coneTranslationvalue='0.66729 -2.27504 -2.30710'/>
618                 <fieldValue name='rotationvalue='-11.98104 0 13.64173 1.38331'/>
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.68411'/>
627                 <fieldValue name='cylinderTranslationvalue='0.91860 -2.06313 -2.41682'/>
628                 <fieldValue name='coneTranslationvalue='1.04261 -1.94788 -2.48377'/>
629                 <fieldValue name='rotationvalue='-25.15942 0 -46.60028 0.88533'/>
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='0.70579'/>
638                 <fieldValue name='cylinderTranslationvalue='0.44429 -2.45497 -2.10243'/>
639                 <fieldValue name='coneTranslationvalue='0.31238 -2.55080 -1.99935'/>
640                 <fieldValue name='rotationvalue='37.71772 -0.00000 48.26293 2.09070'/>
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.10290'/>
649                 <fieldValue name='cylinderTranslationvalue='0.64038 -2.29932 -2.30571'/>
650                 <fieldValue name='coneTranslationvalue='0.73579 -2.25784 -2.27472'/>
651                 <fieldValue name='rotationvalue='-2.93746 0 9.04399 1.96286'/>
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='0.68411'/>
660                 <fieldValue name='cylinderTranslationvalue='0.91860 -2.06313 -2.41682'/>
661                 <fieldValue name='coneTranslationvalue='1.04262 -1.94788 -2.48377'/>
662                 <fieldValue name='rotationvalue='-25.15905 0 -46.60060 0.88533'/>
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.06154'/>
671                 <fieldValue name='cylinderTranslationvalue='0.70365 -2.29745 -2.27357'/>
672                 <fieldValue name='coneTranslationvalue='0.62784 -2.22273 -2.34686'/>
673                 <fieldValue name='rotationvalue='3.48987 0 -3.61008 2.18726'/>
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='0.56930'/>
682                 <fieldValue name='cylinderTranslationvalue='0.55788 -2.13449 -2.49992'/>
683                 <fieldValue name='coneTranslationvalue='0.50194 -2.07092 -2.59139'/>
684                 <fieldValue name='rotationvalue='-41.77919 0 25.54517 1.03561'/>
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.28642'/>
693                 <fieldValue name='cylinderTranslationvalue='0.80831 -2.30132 -2.22043'/>
694                 <fieldValue name='coneTranslationvalue='0.79392 -2.29878 -2.22871'/>
695                 <fieldValue name='rotationvalue='14.11783 0 -24.54109 1.72261'/>
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.34115'/>
704                 <fieldValue name='cylinderTranslationvalue='0.61971 -2.38913 -2.17802'/>
705                 <fieldValue name='coneTranslationvalue='0.61563 -2.39592 -2.17101'/>
706                 <fieldValue name='rotationvalue='22.60004 -0.00000 13.17823 2.26765'/>
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.62207'/>
715                 <fieldValue name='cylinderTranslationvalue='0.68728 -2.06999 -2.52075'/>
716                 <fieldValue name='coneTranslationvalue='0.68810 -1.96817 -2.63231'/>
717                 <fieldValue name='rotationvalue='-45.94678 0 -0.33606 0.83103'/>
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='0.52894'/>
726                 <fieldValue name='cylinderTranslationvalue='0.74614 -2.41547 -2.07231'/>
727                 <fieldValue name='coneTranslationvalue='0.77006 -2.46912 -1.98591'/>
728                 <fieldValue name='rotationvalue='43.74214 0 -12.10818 2.11009'/>
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.58983'/>
737                 <fieldValue name='cylinderTranslationvalue='0.93193 -2.30186 -2.13039'/>
738                 <fieldValue name='coneTranslationvalue='1.04462 -2.31201 -2.05690'/>
739                 <fieldValue name='rotationvalue='32.12680 0 -49.26644 1.64613'/>
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.54439'/>
748                 <fieldValue name='cylinderTranslationvalue='0.43287 -2.26187 -2.39053'/>
749                 <fieldValue name='coneTranslationvalue='0.32870 -2.25454 -2.43154'/>
750                 <fieldValue name='rotationvalue='-19.90099 0 50.54625 1.50540'/>
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.65237'/>
759                 <fieldValue name='cylinderTranslationvalue='0.56147 -2.46770 -2.05516'/>
760                 <fieldValue name='coneTranslationvalue='0.49822 -2.56350 -1.93500'/>
761                 <fieldValue name='rotationvalue='47.17136 -0.00000 24.82672 2.18521'/>
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.41631'/>
770                 <fieldValue name='cylinderTranslationvalue='2.26357 0.82761 1.05525'/>
771                 <fieldValue name='coneTranslationvalue='2.29588 0.86248 1.06290'/>
772                 <fieldValue name='rotationvalue='6.61478 0 -27.93148 0.76078'/>
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.84987'/>
781                 <fieldValue name='cylinderTranslationvalue='1.97077 0.29165 0.92863'/>
782                 <fieldValue name='coneTranslationvalue='1.87530 0.05150 0.87032'/>
783                 <fieldValue name='rotationvalue='-18.70740 0 30.62810 2.70562'/>
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.72892'/>
792                 <fieldValue name='cylinderTranslationvalue='2.43943 0.62338 0.84774'/>
793                 <fieldValue name='coneTranslationvalue='2.61643 0.59338 0.74989'/>
794                 <fieldValue name='rotationvalue='-34.88605 0 -63.10232 1.71802'/>
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.48643'/>
803                 <fieldValue name='cylinderTranslationvalue='2.16668 0.68156 1.26155'/>
804                 <fieldValue name='coneTranslationvalue='2.18131 0.68317 1.34345'/>
805                 <fieldValue name='rotationvalue='47.87548 0 -8.55293 1.55140'/>
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.80173'/>
814                 <fieldValue name='cylinderTranslationvalue='2.34159 0.95333 0.83017'/>
815                 <fieldValue name='coneTranslationvalue='2.47238 1.11946 0.71481'/>
816                 <fieldValue name='rotationvalue='-38.39996 0 -43.53488 0.80968'/>
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.67818'/>
825                 <fieldValue name='cylinderTranslationvalue='2.39389 0.47556 1.06192'/>
826                 <fieldValue name='coneTranslationvalue='2.53648 0.36925 1.08291'/>
827                 <fieldValue name='rotationvalue='7.94951 0 -53.99489 2.20633'/>
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='1.12555'/>
836                 <fieldValue name='cylinderTranslationvalue='1.82902 0.64453 0.54394'/>
837                 <fieldValue name='coneTranslationvalue='1.61796 0.62140 0.20167'/>
838                 <fieldValue name='rotationvalue='-95.64614 0 58.97975 1.62825'/>
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='0.80173'/>
847                 <fieldValue name='cylinderTranslationvalue='2.34159 0.95333 0.83017'/>
848                 <fieldValue name='coneTranslationvalue='2.47238 1.11947 0.71481'/>
849                 <fieldValue name='rotationvalue='-38.39965 0 -43.53472 0.80967'/>
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='0.43567'/>
858                 <fieldValue name='cylinderTranslationvalue='2.00153 0.81886 1.13310'/>
859                 <fieldValue name='coneTranslationvalue='1.96904 0.85657 1.16255'/>
860                 <fieldValue name='rotationvalue='22.18501 -0.00000 24.47683 0.86063'/>
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='0.76508'/>
869                 <fieldValue name='cylinderTranslationvalue='2.13702 0.69515 1.40405'/>
870                 <fieldValue name='coneTranslationvalue='2.14464 0.70580 1.62620'/>
871                 <fieldValue name='rotationvalue='76.37509 0 -2.62089 1.52292'/>
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.22292'/>
880                 <fieldValue name='cylinderTranslationvalue='2.19064 0.70221 1.10777'/>
881                 <fieldValue name='coneTranslationvalue='2.16158 0.69116 1.07049'/>
882                 <fieldValue name='rotationvalue='17.11951 0 -13.34520 1.34115'/>
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='0.40112'/>
891                 <fieldValue name='cylinderTranslationvalue='2.29952 0.61112 1.09337'/>
892                 <fieldValue name='coneTranslationvalue='2.33503 0.59783 1.10776'/>
893                 <fieldValue name='rotationvalue='14.23900 0 -35.12091 1.90466'/>
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.40622'/>
902                 <fieldValue name='cylinderTranslationvalue='2.22155 0.73480 1.19058'/>
903                 <fieldValue name='coneTranslationvalue='2.24228 0.74711 1.22633'/>
904                 <fieldValue name='rotationvalue='33.68172 0 -19.52735 1.28139'/>
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.83983'/>
913                 <fieldValue name='cylinderTranslationvalue='2.43739 0.65815 0.74340'/>
914                 <fieldValue name='coneTranslationvalue='2.63142 0.64658 0.57085'/>
915                 <fieldValue name='rotationvalue='-55.75451 0 -62.69445 1.61532'/>
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.41501'/>
924                 <fieldValue name='cylinderTranslationvalue='2.32937 0.66574 0.99530'/>
925                 <fieldValue name='coneTranslationvalue='2.37641 0.66320 0.98915'/>
926                 <fieldValue name='rotationvalue='-5.37446 0 -41.09124 1.62430'/>
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='0.38281'/>
935                 <fieldValue name='cylinderTranslationvalue='2.12919 0.69160 0.83141'/>
936                 <fieldValue name='coneTranslationvalue='2.13005 0.69402 0.80011'/>
937                 <fieldValue name='rotationvalue='-38.15217 0 -1.05469 1.49362'/>
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.77192'/>
946                 <fieldValue name='cylinderTranslationvalue='2.14766 0.63271 1.40487'/>
947                 <fieldValue name='coneTranslationvalue='2.16156 0.60688 1.62892'/>
948                 <fieldValue name='rotationvalue='76.53918 0 -4.74814 1.68538'/>
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.68314'/>
957                 <fieldValue name='cylinderTranslationvalue='2.33207 0.93397 0.93714'/>
958                 <fieldValue name='coneTranslationvalue='2.44272 1.07065 0.89194'/>
959                 <fieldValue name='rotationvalue='-17.00578 0 -41.63030 0.71853'/>
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.74708'/>
968                 <fieldValue name='cylinderTranslationvalue='2.16932 0.33732 1.17116'/>
969                 <fieldValue name='coneTranslationvalue='2.19528 0.14323 1.25633'/>
970                 <fieldValue name='rotationvalue='29.79729 0 -9.08127 2.71149'/>
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.91992'/>
979                 <fieldValue name='cylinderTranslationvalue='1.69850 0.85062 1.00239'/>
980                 <fieldValue name='coneTranslationvalue='1.42107 0.96395 0.98948'/>
981                 <fieldValue name='rotationvalue='-3.95702 0 85.08235 1.18337'/>
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.31605'/>
990                 <fieldValue name='cylinderTranslationvalue='2.28156 0.68560 1.01554'/>
991                 <fieldValue name='coneTranslationvalue='2.27959 0.68549 1.01562'/>
992                 <fieldValue name='rotationvalue='-1.32636 0 -31.52826 1.51533'/>
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.47263'/>
1001                 <fieldValue name='cylinderTranslationvalue='-2.24540 -0.97241 -1.61304'/>
1002                 <fieldValue name='coneTranslationvalue='-2.26540 -1.04299 -1.59198'/>
1003                 <fieldValue name='rotationvalue='13.04292 -0.00000 12.38669 2.75117'/>
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.83914'/>
1012                 <fieldValue name='cylinderTranslationvalue='-2.15783 -0.55109 -2.04467'/>
1013                 <fieldValue name='coneTranslationvalue='-2.14197 -0.42564 -2.27135'/>
1014                 <fieldValue name='rotationvalue='-73.28282 0 -5.12760 1.06635'/>
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.81332'/>
1023                 <fieldValue name='cylinderTranslationvalue='-2.31225 -0.41663 -1.86546'/>
1024                 <fieldValue name='coneTranslationvalue='-2.39036 -0.21206 -1.97901'/>
1025                 <fieldValue name='rotationvalue='-37.44211 0 25.75650 0.59289'/>
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='0.34235'/>
1034                 <fieldValue name='cylinderTranslationvalue='-2.28570 -0.88975 -1.69801'/>
1035                 <fieldValue name='coneTranslationvalue='-2.29237 -0.89862 -1.69930'/>
1036                 <fieldValue name='rotationvalue='-3.95185 0 20.44545 2.48772'/>
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.74332'/>
1045                 <fieldValue name='cylinderTranslationvalue='-1.95505 -0.50577 -1.52208'/>
1046                 <fieldValue name='coneTranslationvalue='-1.82496 -0.36446 -1.43313'/>
1047                 <fieldValue name='rotationvalue='31.23503 0 -45.68397 0.83981'/>
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.34765'/>
1056                 <fieldValue name='cylinderTranslationvalue='-2.34067 -0.69970 -1.72892'/>
1057                 <fieldValue name='coneTranslationvalue='-2.35317 -0.69539 -1.73295'/>
1058                 <fieldValue name='rotationvalue='-10.13360 0 31.44043 1.25381'/>
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.79876'/>
1067                 <fieldValue name='cylinderTranslationvalue='-1.90149 -0.53117 -1.50392'/>
1068                 <fieldValue name='coneTranslationvalue='-1.73248 -0.39768 -1.39943'/>
1069                 <fieldValue name='rotationvalue='34.86663 0 -56.39575 0.97925'/>
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.38565'/>
1078                 <fieldValue name='cylinderTranslationvalue='-2.33935 -0.65917 -1.74080'/>
1079                 <fieldValue name='coneTranslationvalue='-2.36588 -0.64305 -1.75145'/>
1080                 <fieldValue name='rotationvalue='-12.50971 0 31.17567 1.05734'/>
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='0.83914'/>
1089                 <fieldValue name='cylinderTranslationvalue='-2.15783 -0.55109 -2.04467'/>
1090                 <fieldValue name='coneTranslationvalue='-2.14197 -0.42564 -2.27135'/>
1091                 <fieldValue name='rotationvalue='-73.28282 0 -5.12761 1.06635'/>
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.78893'/>
1100                 <fieldValue name='cylinderTranslationvalue='-2.07451 -0.81003 -2.05319'/>
1101                 <fieldValue name='coneTranslationvalue='-2.00974 -0.84341 -2.27604'/>
1102                 <fieldValue name='rotationvalue='-74.98726 0 -21.79214 1.71363'/>
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.48369'/>
1111                 <fieldValue name='cylinderTranslationvalue='-2.15321 -0.96732 -1.78787'/>
1112                 <fieldValue name='coneTranslationvalue='-2.14297 -1.03956 -1.82497'/>
1113                 <fieldValue name='rotationvalue='-21.92397 0 -6.05250 2.65205'/>
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.37908'/>
1122                 <fieldValue name='cylinderTranslationvalue='-2.34157 -0.66706 -1.73649'/>
1123                 <fieldValue name='coneTranslationvalue='-2.36621 -0.65353 -1.74557'/>
1124                 <fieldValue name='rotationvalue='-11.64871 0 31.61989 1.09497'/>
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.48084'/>
1133                 <fieldValue name='cylinderTranslationvalue='-2.15717 -0.79770 -1.91318'/>
1134                 <fieldValue name='coneTranslationvalue='-2.14837 -0.81236 -1.99176'/>
1135                 <fieldValue name='rotationvalue='-46.98525 0 -5.26001 1.75407'/>
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.79947'/>
1144                 <fieldValue name='cylinderTranslationvalue='-1.89994 -0.53267 -1.50371'/>
1145                 <fieldValue name='coneTranslationvalue='-1.72990 -0.40001 -1.39903'/>
1146                 <fieldValue name='rotationvalue='34.90847 0 -56.70557 0.98436'/>
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.82881'/>
1155                 <fieldValue name='cylinderTranslationvalue='-2.22952 -1.12859 -1.50735'/>
1156                 <fieldValue name='coneTranslationvalue='-2.25780 -1.35862 -1.40243'/>
1157                 <fieldValue name='rotationvalue='34.18061 -0.00000 9.21094 2.70029'/>
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.78640'/>
1166                 <fieldValue name='cylinderTranslationvalue='-2.07931 -1.09436 -1.84508'/>
1167                 <fieldValue name='coneTranslationvalue='-2.01754 -1.29629 -1.94403'/>
1168                 <fieldValue name='rotationvalue='-33.36604 0 -20.83167 2.61777'/>
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.37998'/>
1177                 <fieldValue name='cylinderTranslationvalue='-2.35701 -0.78963 -1.60967'/>
1178                 <fieldValue name='coneTranslationvalue='-2.38440 -0.79527 -1.59885'/>
1179                 <fieldValue name='rotationvalue='13.71586 -0.00000 34.70747 1.76006'/>
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.39623'/>
1188                 <fieldValue name='cylinderTranslationvalue='-2.26484 -0.93410 -1.66596'/>
1189                 <fieldValue name='coneTranslationvalue='-2.28049 -0.96877 -1.66360'/>
1190                 <fieldValue name='rotationvalue='2.45757 -0.00000 16.27393 2.71323'/>
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.78885'/>
1199                 <fieldValue name='cylinderTranslationvalue='-2.08862 -1.11232 -1.81277'/>
1200                 <fieldValue name='coneTranslationvalue='-2.03224 -1.32536 -1.89272'/>
1201                 <fieldValue name='rotationvalue='-26.90422 0 -18.97054 2.71110'/>
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.42440'/>
1210                 <fieldValue name='cylinderTranslationvalue='-2.35399 -0.81524 -1.56786'/>
1211                 <fieldValue name='coneTranslationvalue='-2.39594 -0.83034 -1.54070'/>
1212                 <fieldValue name='rotationvalue='22.07839 -0.00000 34.10406 1.86415'/>
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.48605'/>
1221                 <fieldValue name='cylinderTranslationvalue='-2.33438 -0.86422 -1.52297'/>
1222                 <fieldValue name='coneTranslationvalue='-2.38594 -0.90191 -1.46992'/>
1223                 <fieldValue name='rotationvalue='31.05660 -0.00000 30.18244 2.04205'/>
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.20520'/>
1232                 <fieldValue name='cylinderTranslationvalue='-2.28078 -0.77935 -1.69848'/>
1233                 <fieldValue name='coneTranslationvalue='-2.22634 -0.76510 -1.68716'/>
1234                 <fieldValue name='rotationvalue='-4.04622 0 19.46212 1.82160'/>
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.78888'/>
1243                 <fieldValue name='cylinderTranslationvalue='-2.07350 -0.81420 -2.05222'/>
1244                 <fieldValue name='coneTranslationvalue='-2.00814 -0.85005 -2.27449'/>
1245                 <fieldValue name='rotationvalue='-74.79388 0 -21.99353 1.72431'/>
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.81632'/>
1254                 <fieldValue name='cylinderTranslationvalue='-2.46920 -0.51904 -1.50563'/>
1255                 <fieldValue name='coneTranslationvalue='-2.64293 -0.37625 -1.40068'/>
1256                 <fieldValue name='rotationvalue='34.52439 -0.00000 57.14696 0.95773'/>
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='0.83691'/>
1265                 <fieldValue name='cylinderTranslationvalue='-2.36860 -0.96272 -1.36645'/>
1266                 <fieldValue name='coneTranslationvalue='-2.48294 -1.09171 -1.17387'/>
1267                 <fieldValue name='rotationvalue='62.35997 -0.00000 37.02539 2.09332'/>
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.68632'/>
1276                 <fieldValue name='cylinderTranslationvalue='0.20431 2.48397 -1.11146'/>
1277                 <fieldValue name='coneTranslationvalue='0.14815 2.61034 -0.99135'/>
1278                 <fieldValue name='rotationvalue='45.00500 -0.00000 21.04025 0.80940'/>
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.78870'/>
1287                 <fieldValue name='cylinderTranslationvalue='0.56590 2.37127 -1.60922'/>
1288                 <fieldValue name='coneTranslationvalue='0.71826 2.44500 -1.77130'/>
1289                 <fieldValue name='rotationvalue='-54.54756 0 -51.27842 1.25077'/>
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.67914'/>
1298                 <fieldValue name='cylinderTranslationvalue='0.48762 2.05569 -1.55304'/>
1299                 <fieldValue name='coneTranslationvalue='0.58182 1.95440 -1.66756'/>
1300                 <fieldValue name='rotationvalue='-43.31142 0 -35.62368 2.17007'/>
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='0.84540'/>
1309                 <fieldValue name='cylinderTranslationvalue='0.33014 2.29989 -1.75538'/>
1310                 <fieldValue name='coneTranslationvalue='0.34297 2.33263 -2.01572'/>
1311                 <fieldValue name='rotationvalue='-83.77981 0 -4.12744 1.44586'/>
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.35504'/>
1320                 <fieldValue name='cylinderTranslationvalue='0.34707 2.41138 -1.39261'/>
1321                 <fieldValue name='coneTranslationvalue='0.35077 2.42759 -1.39815'/>
1322                 <fieldValue name='rotationvalue='-11.22667 0 -7.51208 0.39031'/>
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.71017'/>
1331                 <fieldValue name='cylinderTranslationvalue='0.18728 2.43043 -1.61501'/>
1332                 <fieldValue name='coneTranslationvalue='0.12013 2.53108 -1.76804'/>
1333                 <fieldValue name='rotationvalue='-55.70640 0 24.44481 1.02866'/>
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.84540'/>
1342                 <fieldValue name='cylinderTranslationvalue='0.33014 2.29989 -1.75538'/>
1343                 <fieldValue name='coneTranslationvalue='0.34297 2.33263 -2.01572'/>
1344                 <fieldValue name='rotationvalue='-83.77981 0 -4.12744 1.44586'/>
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.78870'/>
1353                 <fieldValue name='cylinderTranslationvalue='0.56590 2.37127 -1.60922'/>
1354                 <fieldValue name='coneTranslationvalue='0.71826 2.44500 -1.77130'/>
1355                 <fieldValue name='rotationvalue='-54.54756 0 -51.27842 1.25077'/>
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.37470'/>
1364                 <fieldValue name='cylinderTranslationvalue='0.35558 2.37945 -1.46095'/>
1365                 <fieldValue name='coneTranslationvalue='0.36230 2.39875 -1.47912'/>
1366                 <fieldValue name='rotationvalue='-24.89370 0 -9.21436 0.78725'/>
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='1.09126'/>
1375                 <fieldValue name='cylinderTranslationvalue='0.15382 2.23461 -0.81369'/>
1376                 <fieldValue name='coneTranslationvalue='0.04379 2.22570 -0.44419'/>
1377                 <fieldValue name='rotationvalue='104.55916 -0.00000 31.13746 1.59391'/>
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.17053'/>
1386                 <fieldValue name='cylinderTranslationvalue='0.36148 2.21623 -1.39656'/>
1387                 <fieldValue name='coneTranslationvalue='0.31593 2.24339 -1.34390'/>
1388                 <fieldValue name='rotationvalue='-12.01471 0 -10.39512 1.94270'/>
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.71186'/>
1397                 <fieldValue name='cylinderTranslationvalue='0.18396 2.42777 -1.61634'/>
1398                 <fieldValue name='coneTranslationvalue='0.11484 2.52716 -1.77040'/>
1399                 <fieldValue name='rotationvalue='-55.97251 0 25.11001 1.03878'/>
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.89095'/>
1408                 <fieldValue name='cylinderTranslationvalue='0.39258 1.81411 -1.27353'/>
1409                 <fieldValue name='coneTranslationvalue='0.44582 1.53656 -1.23318'/>
1410                 <fieldValue name='rotationvalue='12.59104 0 -16.61486 2.90542'/>
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.70328'/>
1419                 <fieldValue name='cylinderTranslationvalue='0.20525 2.43780 -1.61299'/>
1420                 <fieldValue name='coneTranslationvalue='0.14844 2.54167 -1.76368'/>
1421                 <fieldValue name='rotationvalue='-55.30166 0 20.85061 0.99798'/>
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.39204'/>
1430                 <fieldValue name='cylinderTranslationvalue='0.26482 2.38798 -1.20760'/>
1431                 <fieldValue name='coneTranslationvalue='0.25661 2.41385 -1.18391'/>
1432                 <fieldValue name='rotationvalue='25.77723 -0.00000 8.93773 0.76970'/>
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.26509'/>
1441                 <fieldValue name='cylinderTranslationvalue='0.28042 2.33252 -1.43367'/>
1442                 <fieldValue name='coneTranslationvalue='0.28645 2.31485 -1.41354'/>
1443                 <fieldValue name='rotationvalue='-19.43856 0 5.81637 0.87166'/>
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.46731'/>
1452                 <fieldValue name='cylinderTranslationvalue='-0.36775 2.13047 0.79109'/>
1453                 <fieldValue name='coneTranslationvalue='-0.39866 2.19273 0.81543'/>
1454                 <fieldValue name='rotationvalue='15.44088 -0.00000 19.61221 0.56350'/>
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.54122'/>
1463                 <fieldValue name='cylinderTranslationvalue='-0.12769 2.13053 0.83230'/>
1464                 <fieldValue name='coneTranslationvalue='-0.06964 2.21130 0.88070'/>
1465                 <fieldValue name='rotationvalue='23.68217 0 -28.40071 0.75221'/>
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.56574'/>
1474                 <fieldValue name='cylinderTranslationvalue='-0.25235 2.13926 0.52115'/>
1475                 <fieldValue name='coneTranslationvalue='-0.24482 2.22887 0.43743'/>
1476                 <fieldValue name='rotationvalue='-38.54807 0 -3.46819 0.75340'/>
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.97025'/>
1485                 <fieldValue name='cylinderTranslationvalue='-0.64872 2.02078 1.00366'/>
1486                 <fieldValue name='coneTranslationvalue='-0.90274 2.07966 1.19787'/>
1487                 <fieldValue name='rotationvalue='57.95463 -0.00000 75.80541 1.38872'/>
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.49052'/>
1496                 <fieldValue name='cylinderTranslationvalue='-0.16609 2.12259 0.82987'/>
1497                 <fieldValue name='coneTranslationvalue='-0.13008 2.18852 0.87019'/>
1498                 <fieldValue name='rotationvalue='23.19640 0 -20.71951 0.68682'/>
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.57004'/>
1507                 <fieldValue name='cylinderTranslationvalue='-0.39286 1.83117 0.94992'/>
1508                 <fieldValue name='coneTranslationvalue='-0.44688 1.78653 1.05345'/>
1509                 <fieldValue name='rotationvalue='47.20619 -0.00000 24.63298 1.93591'/>
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.59377'/>
1518                 <fieldValue name='cylinderTranslationvalue='-0.31459 2.00990 0.99709'/>
1519                 <fieldValue name='coneTranslationvalue='-0.33529 2.04538 1.12766'/>
1520                 <fieldValue name='rotationvalue='56.63935 -0.00000 8.97997 1.30857'/>
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.47392'/>
1529                 <fieldValue name='cylinderTranslationvalue='-0.22401 2.13830 0.82294'/>
1530                 <fieldValue name='coneTranslationvalue='-0.20917 2.20500 0.85836'/>
1531                 <fieldValue name='rotationvalue='21.81014 0 -9.13610 0.52239'/>
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.58621'/>
1540                 <fieldValue name='cylinderTranslationvalue='-0.06873 1.78053 0.56457'/>
1541                 <fieldValue name='coneTranslationvalue='0.02253 1.71132 0.49675'/>
1542                 <fieldValue name='rotationvalue='-29.86474 0 -40.19214 2.11763'/>
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.94230'/>
1551                 <fieldValue name='cylinderTranslationvalue='-0.62649 2.23123 0.63841'/>
1552                 <fieldValue name='coneTranslationvalue='-0.86213 2.42823 0.58856'/>
1553                 <fieldValue name='rotationvalue='-15.09669 0 71.36044 0.88523'/>
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.86692'/>
1562                 <fieldValue name='cylinderTranslationvalue='-0.16800 2.34312 0.61747'/>
1563                 <fieldValue name='coneTranslationvalue='-0.10384 2.60190 0.55665'/>
1564                 <fieldValue name='rotationvalue='-19.28296 0 -20.33896 0.32921'/>
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.53985'/>
1573                 <fieldValue name='cylinderTranslationvalue='-0.38867 1.89139 0.95259'/>
1574                 <fieldValue name='coneTranslationvalue='-0.43713 1.87447 1.04980'/>
1575                 <fieldValue name='rotationvalue='47.73964 -0.00000 23.79609 1.72535'/>
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='0.95884'/>
1584                 <fieldValue name='cylinderTranslationvalue='-0.03632 2.14557 1.07469'/>
1585                 <fieldValue name='coneTranslationvalue='0.11916 2.28723 1.31507'/>
1586                 <fieldValue name='rotationvalue='72.15932 0 -46.67355 1.11129'/>
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='0.51495'/>
1595                 <fieldValue name='cylinderTranslationvalue='-0.41731 2.13213 0.78336'/>
1596                 <fieldValue name='coneTranslationvalue='-0.47319 2.20754 0.80966'/>
1597                 <fieldValue name='rotationvalue='13.89433 -0.00000 29.52297 0.68624'/>
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='1.15353'/>
1606                 <fieldValue name='cylinderTranslationvalue='-0.11190 1.53519 0.32717'/>
1607                 <fieldValue name='coneTranslationvalue='0.00211 1.24778 0.04773'/>
1608                 <fieldValue name='rotationvalue='-77.34403 0 -31.55771 2.33177'/>
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.88950'/>
1617                 <fieldValue name='cylinderTranslationvalue='-0.03756 2.26741 0.89290'/>
1618                 <fieldValue name='coneTranslationvalue='0.11106 2.48156 1.00751'/>
1619                 <fieldValue name='rotationvalue='35.80176 0 -46.42633 0.71963'/>
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.93809'/>
1628                 <fieldValue name='cylinderTranslationvalue='-0.11492 2.05451 1.13965'/>
1629                 <fieldValue name='coneTranslationvalue='-0.01295 2.13461 1.42018'/>
1630                 <fieldValue name='rotationvalue='85.15202 0 -30.95341 1.30862'/>
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.93600'/>
1639                 <fieldValue name='cylinderTranslationvalue='-0.33664 2.05256 1.16136'/>
1640                 <fieldValue name='coneTranslationvalue='-0.38071 2.13129 1.45585'/>
1641                 <fieldValue name='rotationvalue='89.49459 -0.00000 13.39073 1.31232'/>
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.66361'/>
1650                 <fieldValue name='cylinderTranslationvalue='-0.40877 1.75568 0.95747'/>
1651                 <fieldValue name='coneTranslationvalue='-0.48078 1.66389 1.08359'/>
1652                 <fieldValue name='rotationvalue='48.71539 -0.00000 27.81579 2.13440'/>
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='1.07929'/>
1661                 <fieldValue name='cylinderTranslationvalue='-0.13578 2.07747 0.21150'/>
1662                 <fieldValue name='coneTranslationvalue='-0.04157 2.17915 -0.14194'/>
1663                 <fieldValue name='rotationvalue='-100.47794 0 -26.78229 1.29966'/>
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.60987'/>
1672                 <fieldValue name='cylinderTranslationvalue='-0.53709 1.83236 0.60729'/>
1673                 <fieldValue name='coneTranslationvalue='-0.66419 1.78456 0.55662'/>
1674                 <fieldValue name='rotationvalue='-21.32079 0 53.48035 1.90693'/>
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='1.32517'/>
1683                 <fieldValue name='cylinderTranslationvalue='-0.60230 1.51822 0.31842'/>
1684                 <fieldValue name='coneTranslationvalue='-0.85459 1.20365 0.01844'/>
1685                 <fieldValue name='rotationvalue='-79.09469 0 66.52194 2.24709'/>
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.87048'/>
1694                 <fieldValue name='cylinderTranslationvalue='-0.32366 2.33740 0.56246'/>
1695                 <fieldValue name='coneTranslationvalue='-0.35778 2.59318 0.46669'/>
1696                 <fieldValue name='rotationvalue='-30.28637 0 10.79300 0.37832'/>
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.94230'/>
1705                 <fieldValue name='cylinderTranslationvalue='-0.62649 2.23123 0.63841'/>
1706                 <fieldValue name='coneTranslationvalue='-0.86213 2.42823 0.58856'/>
1707                 <fieldValue name='rotationvalue='-15.09669 0 71.36045 0.88523'/>
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.97025'/>
1716                 <fieldValue name='cylinderTranslationvalue='-0.64872 2.02078 1.00366'/>
1717                 <fieldValue name='coneTranslationvalue='-0.90274 2.07966 1.19787'/>
1718                 <fieldValue name='rotationvalue='57.95463 -0.00000 75.80541 1.38872'/>
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='1.81048'/>
1727                 <fieldValue name='cylinderTranslationvalue='0.50170 1.47867 0.84825'/>
1728                 <fieldValue name='coneTranslationvalue='1.13675 1.10469 0.95885'/>
1729                 <fieldValue name='rotationvalue='26.87115 0 -154.27829 2.09650'/>
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.93355'/>
1738                 <fieldValue name='cylinderTranslationvalue='-0.35500 2.05691 1.15574'/>
1739                 <fieldValue name='coneTranslationvalue='-0.41106 2.13839 1.44613'/>
1740                 <fieldValue name='rotationvalue='88.37017 -0.00000 17.06122 1.30198'/>
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.96253'/>
1749                 <fieldValue name='cylinderTranslationvalue='-0.71206 2.09445 0.81308'/>
1750                 <fieldValue name='coneTranslationvalue='-1.00736 2.20227 0.87929'/>
1751                 <fieldValue name='rotationvalue='19.83741 -0.00000 88.47394 1.22855'/>
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.56420'/>
1760                 <fieldValue name='cylinderTranslationvalue='-0.20328 2.14233 0.53689'/>
1761                 <fieldValue name='coneTranslationvalue='-0.17454 2.23295 0.46028'/>
1762                 <fieldValue name='rotationvalue='-35.39963 0 -13.28128 0.73439'/>
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.57243'/>
1771                 <fieldValue name='cylinderTranslationvalue='-0.16573 2.00784 0.96982'/>
1772                 <fieldValue name='coneTranslationvalue='-0.11989 2.04088 1.08268'/>
1773                 <fieldValue name='rotationvalue='51.18631 0 -20.79171 1.30600'/>
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.92186'/>
1782                 <fieldValue name='cylinderTranslationvalue='-0.72943 1.95473 0.68899'/>
1783                 <fieldValue name='coneTranslationvalue='-1.02959 1.96895 0.67274'/>
1784                 <fieldValue name='rotationvalue='-4.97942 0 91.94832 1.52351'/>
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.46458'/>
1793                 <fieldValue name='cylinderTranslationvalue='-0.29944 2.14302 0.80843'/>
1794                 <fieldValue name='coneTranslationvalue='-0.30869 2.20840 0.83785'/>
1795                 <fieldValue name='rotationvalue='18.90794 -0.00000 5.94885 0.44080'/>
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.86407'/>
1804                 <fieldValue name='cylinderTranslationvalue='-0.51633 2.26894 0.82758'/>
1805                 <fieldValue name='coneTranslationvalue='-0.67163 2.48051 0.89916'/>
1806                 <fieldValue name='rotationvalue='22.73745 -0.00000 49.32799 0.67976'/>
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.97893'/>
1815                 <fieldValue name='cylinderTranslationvalue='0.73727 0.29072 -1.22016'/>
1816                 <fieldValue name='coneTranslationvalue='0.88959 0.21251 -1.50164'/>
1817                 <fieldValue name='rotationvalue='-83.63492 0 -45.25725 1.81047'/>
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='1.35714'/>
1826                 <fieldValue name='cylinderTranslationvalue='1.02255 0.50956 -0.36814'/>
1827                 <fieldValue name='coneTranslationvalue='1.41350 0.58801 -0.03659'/>
1828                 <fieldValue name='rotationvalue='86.76931 0 -102.31321 1.41893'/>
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.97514'/>
1837                 <fieldValue name='cylinderTranslationvalue='0.69008 0.21169 -1.21130'/>
1838                 <fieldValue name='coneTranslationvalue='0.81041 0.08054 -1.48629'/>
1839                 <fieldValue name='rotationvalue='-81.86307 0 -35.81960 1.98273'/>
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.49021'/>
1848                 <fieldValue name='cylinderTranslationvalue='0.68805 0.39749 -0.97121'/>
1849                 <fieldValue name='coneTranslationvalue='0.74953 0.39422 -1.02996'/>
1850                 <fieldValue name='rotationvalue='-33.84456 0 -35.41312 1.60922'/>
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.92352'/>
1859                 <fieldValue name='cylinderTranslationvalue='0.63665 0.69557 -1.13978'/>
1860                 <fieldValue name='coneTranslationvalue='0.71877 0.88421 -1.36053'/>
1861                 <fieldValue name='rotationvalue='-67.55924 0 -25.13301 0.89550'/>
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.92352'/>
1870                 <fieldValue name='cylinderTranslationvalue='0.63665 0.69557 -1.13978'/>
1871                 <fieldValue name='coneTranslationvalue='0.71877 0.88421 -1.36053'/>
1872                 <fieldValue name='rotationvalue='-67.55924 0 -25.13301 0.89550'/>
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='1.26632'/>
1881                 <fieldValue name='cylinderTranslationvalue='0.83659 -0.02219 -0.46919'/>
1882                 <fieldValue name='coneTranslationvalue='1.07991 -0.34285 -0.22049'/>
1883                 <fieldValue name='rotationvalue='66.55858 0 -65.12029 2.31543'/>
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='1.14070'/>
1892                 <fieldValue name='cylinderTranslationvalue='0.27844 0.77217 -0.43077'/>
1893                 <fieldValue name='coneTranslationvalue='0.11112 1.03497 -0.16369'/>
1894                 <fieldValue name='rotationvalue='74.24324 -0.00000 46.50996 0.87575'/>
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.89028'/>
1903                 <fieldValue name='cylinderTranslationvalue='0.80432 0.07398 -0.76646'/>
1904                 <fieldValue name='coneTranslationvalue='0.99222 -0.13928 -0.74371'/>
1905                 <fieldValue name='rotationvalue='7.10414 0 -58.66697 2.41572'/>
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.98830'/>
1914                 <fieldValue name='cylinderTranslationvalue='0.66344 0.37414 -1.27088'/>
1915                 <fieldValue name='coneTranslationvalue='0.76653 0.35199 -1.58796'/>
1916                 <fieldValue name='rotationvalue='-93.78010 0 -30.49104 1.63715'/>
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='0.79768'/>
1925                 <fieldValue name='cylinderTranslationvalue='0.11778 0.34703 -0.83161'/>
1926                 <fieldValue name='coneTranslationvalue='-0.11768 0.31118 -0.84936'/>
1927                 <fieldValue name='rotationvalue='-5.92633 0 78.64068 1.72148'/>
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='0.96866'/>
1936                 <fieldValue name='cylinderTranslationvalue='0.87460 0.42812 -1.12121'/>
1937                 <fieldValue name='coneTranslationvalue='1.11810 0.44232 -1.33498'/>
1938                 <fieldValue name='rotationvalue='-63.84594 0 -72.72333 1.52698'/>
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.39997'/>
1947                 <fieldValue name='cylinderTranslationvalue='0.39279 0.32617 -0.94165'/>
1948                 <fieldValue name='coneTranslationvalue='0.36916 0.31003 -0.96958'/>
1949                 <fieldValue name='rotationvalue='-27.93329 0 23.63871 1.98635'/>
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.89028'/>
1958                 <fieldValue name='cylinderTranslationvalue='0.80432 0.07398 -0.76646'/>
1959                 <fieldValue name='coneTranslationvalue='0.99222 -0.13928 -0.74371'/>
1960                 <fieldValue name='rotationvalue='7.10413 0 -58.66714 2.41572'/>
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.89748'/>
1969                 <fieldValue name='cylinderTranslationvalue='0.85005 0.39837 -1.09580'/>
1970                 <fieldValue name='coneTranslationvalue='1.06821 0.39288 -1.28486'/>
1971                 <fieldValue name='rotationvalue='-58.76417 0 -67.81228 1.58981'/>
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='1.05690'/>
1980                 <fieldValue name='cylinderTranslationvalue='0.49332 0.89395 -1.00628'/>
1981                 <fieldValue name='coneTranslationvalue='0.48100 1.23353 -1.14872'/>
1982                 <fieldValue name='rotationvalue='-40.85879 0 3.53307 0.39850'/>
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.99165'/>
1991                 <fieldValue name='cylinderTranslationvalue='0.62124 0.38453 -1.28488'/>
1992                 <fieldValue name='coneTranslationvalue='0.69591 0.36938 -1.61195'/>
1993                 <fieldValue name='rotationvalue='-96.57895 0 -22.04992 1.61593'/>
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.42789'/>
2002                 <fieldValue name='cylinderTranslationvalue='0.65024 0.38133 -0.96238'/>
2003                 <fieldValue name='coneTranslationvalue='0.68535 0.37488 -1.00282'/>
2004                 <fieldValue name='rotationvalue='-32.07891 0 -27.85020 1.69064'/>
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.10036'/>
2013                 <fieldValue name='cylinderTranslationvalue='-0.51537 2.32966 0.86057'/>
2014                 <fieldValue name='coneTranslationvalue='-0.40692 2.32602 0.87749'/>
2015                 <fieldValue name='rotationvalue='-1.54656 0 9.91076 1.53763'/>
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.14318'/>
2024                 <fieldValue name='cylinderTranslationvalue='-0.39750 2.34055 0.88563'/>
2025                 <fieldValue name='coneTranslationvalue='-0.48186 2.32504 0.86423'/>
2026                 <fieldValue name='rotationvalue='3.46706 0 -13.66336 1.39448'/>
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.37848'/>
2035                 <fieldValue name='cylinderTranslationvalue='-2.29146 -1.34712 -1.44213'/>
2036                 <fieldValue name='coneTranslationvalue='-2.28900 -1.37125 -1.42580'/>
2037                 <fieldValue name='rotationvalue='21.13769 0 -3.17574 2.54146'/>
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.13634'/>
2046                 <fieldValue name='cylinderTranslationvalue='-2.32677 -1.15263 -1.60075'/>
2047                 <fieldValue name='coneTranslationvalue='-2.30059 -1.20424 -1.52945'/>
2048                 <fieldValue name='rotationvalue='-10.58535 0 3.88724 0.97391'/>
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='0.44524'/>
2057                 <fieldValue name='cylinderTranslationvalue='-1.49342 0.53248 -0.72980'/>
2058                 <fieldValue name='coneTranslationvalue='-1.55306 0.53143 -0.74889'/>
2059                 <fieldValue name='rotationvalue='-13.57125 0 42.39920 1.58753'/>
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.88544'/>
2068                 <fieldValue name='cylinderTranslationvalue='-1.10817 0.81985 -0.36950'/>
2069                 <fieldValue name='coneTranslationvalue='-0.99753 1.00099 -0.18275'/>
2070                 <fieldValue name='rotationvalue='58.48864 0 -34.65171 0.87538'/>
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.07859'/>
2079                 <fieldValue name='cylinderTranslationvalue='-0.02409 2.32018 0.94828'/>
2080                 <fieldValue name='coneTranslationvalue='0.09389 2.34458 0.95574'/>
2081                 <fieldValue name='rotationvalue='-0.48577 0 7.68120 1.77433'/>
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.34946'/>
2090                 <fieldValue name='cylinderTranslationvalue='0.10444 2.46501 1.01131'/>
2091                 <fieldValue name='coneTranslationvalue='0.11204 2.47655 1.01642'/>
2092                 <fieldValue name='rotationvalue='12.11959 0 -18.02562 0.67072'/>
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.31139'/>
2101                 <fieldValue name='cylinderTranslationvalue='0.72034 -2.21795 -2.37767'/>
2102                 <fieldValue name='coneTranslationvalue='0.72031 -2.21526 -2.38103'/>
2103                 <fieldValue name='rotationvalue='24.30922 0 -0.27157 2.24577'/>
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.36307'/>
2112                 <fieldValue name='cylinderTranslationvalue='0.70397 -1.99049 -2.62485'/>
2113                 <fieldValue name='coneTranslationvalue='0.70219 -1.97504 -2.63976'/>
2114                 <fieldValue name='rotationvalue='-25.12743 0 3.00245 0.77120'/>
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.12543'/>
2123                 <fieldValue name='cylinderTranslationvalue='0.57217 -2.28210 -2.36561'/>
2124                 <fieldValue name='coneTranslationvalue='0.53651 -2.22489 -2.43575'/>
2125                 <fieldValue name='rotationvalue='9.04358 0 -4.59773 2.19945'/>
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.41042'/>
2134                 <fieldValue name='cylinderTranslationvalue='0.48967 -2.11727 -2.55982'/>
2135                 <fieldValue name='coneTranslationvalue='0.47655 -2.08908 -2.59265'/>
2136                 <fieldValue name='rotationvalue='-29.79815 0 11.90345 0.89758'/>
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.37745'/>
2145                 <fieldValue name='cylinderTranslationvalue='0.36466 -2.24465 -2.45043'/>
2146                 <fieldValue name='coneTranslationvalue='0.33658 -2.24456 -2.45646'/>
2147                 <fieldValue name='rotationvalue='-7.91995 0 36.90453 1.56780'/>
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.67317'/>
2156                 <fieldValue name='cylinderTranslationvalue='-0.11844 2.28379 0.01876'/>
2157                 <fieldValue name='coneTranslationvalue='-0.05728 2.25137 -0.14369'/>
2158                 <fieldValue name='rotationvalue='-61.92988 0 -23.31410 1.75542'/>
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.42919'/>
2167                 <fieldValue name='cylinderTranslationvalue='-0.30632 2.54372 0.36972'/>
2168                 <fieldValue name='coneTranslationvalue='-0.32446 2.59413 0.38023'/>
2169                 <fieldValue name='rotationvalue='8.26169 -0.00000 14.26118 0.39413'/>
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.34614'/>
2178                 <fieldValue name='cylinderTranslationvalue='2.47172 1.08473 0.97022'/>
2179                 <fieldValue name='coneTranslationvalue='2.47690 1.09276 0.96130'/>
2180                 <fieldValue name='rotationvalue='-23.62056 0 -13.69881 0.90896'/>
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.78332'/>
2189                 <fieldValue name='cylinderTranslationvalue='0.04862 2.47136 -0.58866'/>
2190                 <fieldValue name='coneTranslationvalue='0.01876 2.32387 -0.41253'/>
2191                 <fieldValue name='rotationvalue='59.55416 -0.00000 10.09721 2.26099'/>
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.34683'/>
2200                 <fieldValue name='cylinderTranslationvalue='-1.09612 0.37734 2.66792'/>
2201                 <fieldValue name='coneTranslationvalue='-1.09001 0.36725 2.67430'/>
2202                 <fieldValue name='rotationvalue='16.51444 0 -15.80173 2.42208'/>
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.11298'/>
2211                 <fieldValue name='cylinderTranslationvalue='-1.21783 0.54001 2.56720'/>
2212                 <fieldValue name='coneTranslationvalue='-1.13959 0.48094 2.60044'/>
2213                 <fieldValue name='rotationvalue='-3.62822 0 8.53897 0.96353'/>
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.69918'/>
2222                 <fieldValue name='cylinderTranslationvalue='1.91751 -0.41813 0.91802'/>
2223                 <fieldValue name='coneTranslationvalue='1.97167 -0.59416 0.96298'/>
2224                 <fieldValue name='rotationvalue='16.58369 0 -19.97511 2.76116'/>
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.63348'/>
2233                 <fieldValue name='cylinderTranslationvalue='2.01618 -0.04787 1.07762'/>
2234                 <fieldValue name='coneTranslationvalue='2.11443 -0.02527 1.19763'/>
2235                 <fieldValue name='rotationvalue='48.50469 0 -39.70937 1.42612'/>
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='1.25222'/>
2244                 <fieldValue name='cylinderTranslationvalue='1.54536 0.46543 0.90885'/>
2245                 <fieldValue name='coneTranslationvalue='1.34267 0.88155 0.96375'/>
2246                 <fieldValue name='rotationvalue='14.75038 -0.00000 54.45424 0.46736'/>
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.60414'/>
2255                 <fieldValue name='cylinderTranslationvalue='-1.20107 -0.25682 -0.63833'/>
2256                 <fieldValue name='coneTranslationvalue='-1.30203 -0.32823 -0.56840'/>
2257                 <fieldValue name='rotationvalue='29.73593 -0.00000 42.93553 2.09745'/>
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.81533'/>
2266                 <fieldValue name='cylinderTranslationvalue='-0.63090 0.09109 -0.82413'/>
2267                 <fieldValue name='coneTranslationvalue='-0.41494 0.21021 -0.84668'/>
2268                 <fieldValue name='rotationvalue='-7.42353 0 -71.09667 1.06904'/>
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.02537'/>
2277                 <fieldValue name='cylinderTranslationvalue='1.81846 -1.26511 0.67240'/>
2278                 <fieldValue name='coneTranslationvalue='1.95997 -1.24219 0.63845'/>
2279                 <fieldValue name='rotationvalue='0.58451 -0.00000 2.43648 1.72707'/>
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.12082'/>
2288                 <fieldValue name='cylinderTranslationvalue='-0.12041 2.32795 0.93892'/>
2289                 <fieldValue name='coneTranslationvalue='-0.02493 2.30205 0.95035'/>
2290                 <fieldValue name='rotationvalue='-1.38626 0 11.58341 1.30774'/>
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.00002'/>
2299                 <fieldValue name='cylinderTranslationvalue='2.11728 -1.61217 0.29487'/>
2300                 <fieldValue name='coneTranslationvalue='2.11414 -1.64175 0.45206'/>
2301                 <fieldValue name='rotationvalue='-0.00231 0 -0.00005 1.38484'/>
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.15505'/>
2310                 <fieldValue name='cylinderTranslationvalue='-0.53193 1.65391 1.19350'/>
2311                 <fieldValue name='coneTranslationvalue='-0.51500 1.73423 1.18547'/>
2312                 <fieldValue name='rotationvalue='1.50921 -0.00000 3.18281 2.91240'/>
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.37779'/>
2321                 <fieldValue name='cylinderTranslationvalue='2.64488 0.61228 0.82087'/>
2322                 <fieldValue name='coneTranslationvalue='2.62805 0.61876 0.84344'/>
2323                 <fieldValue name='rotationvalue='29.51159 -0.00000 22.01108 1.34458'/>
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='0.00001'/>
2332                 <fieldValue name='cylinderTranslationvalue='1.15161 -1.84660 -2.54261'/>
2333                 <fieldValue name='coneTranslationvalue='1.05493 -1.78733 -2.65549'/>
2334                 <fieldValue name='rotationvalue='0.00037 0 -0.00032 1.95025'/>
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.34231'/>
2343                 <fieldValue name='cylinderTranslationvalue='-0.38154 2.12952 1.44456'/>
2344                 <fieldValue name='coneTranslationvalue='-0.38298 2.13230 1.45526'/>
2345                 <fieldValue name='rotationvalue='32.85524 -0.00000 4.41076 1.31886'/>
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.34067'/>
2354                 <fieldValue name='cylinderTranslationvalue='-0.39990 2.13387 1.43894'/>
2355                 <fieldValue name='coneTranslationvalue='-0.40235 2.13672 1.44856'/>
2356                 <fieldValue name='rotationvalue='31.73081 -0.00000 8.08125 1.29118'/>
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.11711'/>
2365                 <fieldValue name='cylinderTranslationvalue='-2.36707 -1.06997 -1.68572'/>
2366                 <fieldValue name='coneTranslationvalue='-2.40320 -0.99314 -1.74124'/>
2367                 <fieldValue name='rotationvalue='6.40942 0 -4.17152 2.43004'/>
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.22103'/>
2376                 <fieldValue name='cylinderTranslationvalue='-2.38301 -0.91522 -1.71824'/>
2377                 <fieldValue name='coneTranslationvalue='-2.38521 -0.96465 -1.71803'/>
2378                 <fieldValue name='rotationvalue='-0.09436 0 -0.98332 0.04471'/>
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.12400'/>
2387                 <fieldValue name='cylinderTranslationvalue='-1.67307 -0.28305 -1.34774'/>
2388                 <fieldValue name='coneTranslationvalue='-1.75773 -0.24289 -1.37645'/>
2389                 <fieldValue name='rotationvalue='3.63160 0 -10.71178 1.99305'/>
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.06704'/>
2398                 <fieldValue name='cylinderTranslationvalue='-2.49877 -0.61288 -1.78716'/>
2399                 <fieldValue name='coneTranslationvalue='-2.49538 -0.73604 -1.75858'/>
2400                 <fieldValue name='rotationvalue='-1.51511 0 0.17946 0.22958'/>
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.20839'/>
2409                 <fieldValue name='cylinderTranslationvalue='-2.43798 -0.72517 -1.74915'/>
2410                 <fieldValue name='coneTranslationvalue='-2.47006 -0.68251 -1.76545'/>
2411                 <fieldValue name='rotationvalue='6.08738 0 -11.97831 2.44088'/>
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.29237'/>
2420                 <fieldValue name='cylinderTranslationvalue='2.17978 0.69987 1.64342'/>
2421                 <fieldValue name='coneTranslationvalue='2.18259 0.69858 1.62996'/>
2422                 <fieldValue name='rotationvalue='28.49961 -0.00000 5.93204 1.47769'/>
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='0.30521'/>
2431                 <fieldValue name='cylinderTranslationvalue='2.19042 0.63743 1.64424'/>
2432                 <fieldValue name='coneTranslationvalue='2.19134 0.63980 1.63730'/>
2433                 <fieldValue name='rotationvalue='28.66370 -0.00000 3.80480 1.89661'/>
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.75437'/>
2442                 <fieldValue name='cylinderTranslationvalue='-0.47069 0.15048 -1.15357'/>
2443                 <fieldValue name='coneTranslationvalue='-0.35825 0.22918 -0.98525'/>
2444                 <fieldValue name='rotationvalue='58.46521 0 -39.05453 1.19997'/>
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.15391'/>
2453                 <fieldValue name='cylinderTranslationvalue='-0.25375 2.34838 0.91748'/>
2454                 <fieldValue name='coneTranslationvalue='-0.17236 2.34328 0.93314'/>
2455                 <fieldValue name='rotationvalue='-2.90220 0 15.08495 1.50934'/>
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.39982'/>
2464                 <fieldValue name='cylinderTranslationvalue='-1.61086 0.06372 -0.68998'/>
2465                 <fieldValue name='coneTranslationvalue='-1.64117 0.05850 -0.66454'/>
2466                 <fieldValue name='rotationvalue='25.48742 -0.00000 30.35824 1.70186'/>
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.48633'/>
2475                 <fieldValue name='cylinderTranslationvalue='1.77157 -1.33869 0.79966'/>
2476                 <fieldValue name='coneTranslationvalue='1.74565 -1.29098 0.73665'/>
2477                 <fieldValue name='rotationvalue='-36.84273 0 15.15436 0.95991'/>
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.30904'/>
2486                 <fieldValue name='cylinderTranslationvalue='-1.26135 0.23811 2.57266'/>
2487                 <fieldValue name='coneTranslationvalue='-1.26130 0.23291 2.57439'/>
2488                 <fieldValue name='rotationvalue='-9.73515 0 0.30423 0.32063'/>
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.00433'/>
2497                 <fieldValue name='cylinderTranslationvalue='-1.61796 -0.30996 -1.32938'/>
2498                 <fieldValue name='coneTranslationvalue='-1.73080 -0.20066 -1.34462'/>
2499                 <fieldValue name='rotationvalue='0.04184 0 -0.30983 2.33579'/>
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.00000'/>
2508                 <fieldValue name='cylinderTranslationvalue='2.55926 1.22982 0.63817'/>
2509                 <fieldValue name='coneTranslationvalue='2.61651 1.13171 0.52550'/>
2510                 <fieldValue name='rotationvalue='0.00031 -0.00000 0.00016 0.91065'/>
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.68822'/>
2519                 <fieldValue name='cylinderTranslationvalue='0.08906 1.38278 0.17785'/>
2520                 <fieldValue name='coneTranslationvalue='0.06596 1.25151 0.05083'/>
2521                 <fieldValue name='rotationvalue='-47.47930 0 8.63444 2.36452'/>
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.33628'/>
2530                 <fieldValue name='cylinderTranslationvalue='2.56949 0.40983 1.13311'/>
2531                 <fieldValue name='coneTranslationvalue='2.56492 0.41640 1.13464'/>
2532                 <fieldValue name='rotationvalue='6.28949 -0.00000 18.87398 0.63303'/>
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='0.01851'/>
2541                 <fieldValue name='cylinderTranslationvalue='-2.49745 -0.57235 -1.79904'/>
2542                 <fieldValue name='coneTranslationvalue='-2.46128 -0.44389 -1.86914'/>
2543                 <fieldValue name='rotationvalue='0.86100 -0.00000 0.44422 2.59091'/>
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.83656'/>
2552                 <fieldValue name='cylinderTranslationvalue='1.83429 0.65928 0.35318'/>
2553                 <fieldValue name='coneTranslationvalue='2.01964 0.68835 0.53069'/>
2554                 <fieldValue name='rotationvalue='57.49397 0 -60.03445 1.45803'/>
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.66308'/>
2563                 <fieldValue name='cylinderTranslationvalue='1.57612 0.99264 1.11331'/>
2564                 <fieldValue name='coneTranslationvalue='1.41933 1.00907 1.04568'/>
2565                 <fieldValue name='rotationvalue='-26.14203 0 60.60552 1.47486'/>
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='1.11475'/>
2574                 <fieldValue name='cylinderTranslationvalue='-0.80630 1.30106 1.60964'/>
2575                 <fieldValue name='coneTranslationvalue='-0.62204 1.49880 1.31833'/>
2576                 <fieldValue name='rotationvalue='-81.71835 0 -51.68946 1.04996'/>
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.56727'/>
2585                 <fieldValue name='cylinderTranslationvalue='-1.27124 0.94632 2.19661'/>
2586                 <fieldValue name='coneTranslationvalue='-1.36125 0.91259 2.27436'/>
2587                 <fieldValue name='rotationvalue='35.67589 -0.00000 41.29956 1.84712'/>
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.14198'/>
2596                 <fieldValue name='cylinderTranslationvalue='0.65843 -2.31711 -2.28826'/>
2597                 <fieldValue name='coneTranslationvalue='0.57910 -2.31945 -2.32855'/>
2598                 <fieldValue name='rotationvalue='6.42733 0 -12.65407 1.54447'/>
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.34161'/>
2607                 <fieldValue name='cylinderTranslationvalue='1.89068 -1.52487 0.54419'/>
2608                 <fieldValue name='coneTranslationvalue='1.88730 -1.51508 0.54111'/>
2609                 <fieldValue name='rotationvalue='-9.73164 0 10.69617 0.43710'/>
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.40874'/>
2618                 <fieldValue name='cylinderTranslationvalue='1.02711 0.38896 -1.26503'/>
2619                 <fieldValue name='coneTranslationvalue='1.06228 0.38915 -1.29208'/>
2620                 <fieldValue name='rotationvalue='-24.91962 0 -32.39916 1.56648'/>
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.08412'/>
2629                 <fieldValue name='cylinderTranslationvalue='0.82730 0.37191 -1.13160'/>
2630                 <fieldValue name='coneTranslationvalue='0.93333 0.41723 -1.15635'/>
2631                 <fieldValue name='rotationvalue='1.76564 -0.00000 7.56292 1.96523'/>
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.76294'/>
2640                 <fieldValue name='cylinderTranslationvalue='0.57070 1.62258 -1.49008'/>
2641                 <fieldValue name='coneTranslationvalue='0.51552 1.48232 -1.32781'/>
2642                 <fieldValue name='rotationvalue='55.90246 -0.00000 19.00883 2.25658'/>
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='0.43844'/>
2651                 <fieldValue name='cylinderTranslationvalue='-0.10159 2.55251 0.44048'/>
2652                 <fieldValue name='coneTranslationvalue='-0.11112 2.49827 0.41871'/>
2653                 <fieldValue name='rotationvalue='-16.11667 0 7.05768 2.72867'/>
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.27456'/>
2662                 <fieldValue name='cylinderTranslationvalue='-0.52775 1.71413 1.19616'/>
2663                 <fieldValue name='coneTranslationvalue='-0.52442 1.73659 1.19536'/>
2664                 <fieldValue name='rotationvalue='0.97575 -0.00000 4.01970 2.99036'/>
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.55758'/>
2673                 <fieldValue name='cylinderTranslationvalue='0.61899 1.18261 -1.34407'/>
2674                 <fieldValue name='coneTranslationvalue='0.55791 1.26714 -1.28719'/>
2675                 <fieldValue name='rotationvalue='26.70045 -0.00000 28.66608 0.77903'/>
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='0.39145'/>
2684                 <fieldValue name='cylinderTranslationvalue='0.39904 2.38040 -1.45269'/>
2685                 <fieldValue name='coneTranslationvalue='0.40167 2.34478 -1.45341'/>
2686                 <fieldValue name='rotationvalue='-0.78803 0 -2.88304 3.06517'/>
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.40765'/>
2695                 <fieldValue name='cylinderTranslationvalue='0.30238 2.55215 -1.26373'/>
2696                 <fieldValue name='coneTranslationvalue='0.28469 2.54712 -1.22395'/>
2697                 <fieldValue name='rotationvalue='37.00391 -0.00000 16.44981 1.68587'/>
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.55758'/>
2706                 <fieldValue name='cylinderTranslationvalue='0.61899 1.18261 -1.34407'/>
2707                 <fieldValue name='coneTranslationvalue='0.55791 1.26714 -1.28719'/>
2708                 <fieldValue name='rotationvalue='26.70045 -0.00000 28.66608 0.77903'/>
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='0.32611'/>
2717                 <fieldValue name='cylinderTranslationvalue='-2.04821 -0.85385 -2.28811'/>
2718                 <fieldValue name='coneTranslationvalue='-2.04976 -0.85362 -2.28549'/>
2719                 <fieldValue name='rotationvalue='28.00200 -0.00000 16.53214 1.49508'/>
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.34916'/>
2728                 <fieldValue name='cylinderTranslationvalue='-0.66395 2.46813 0.89705'/>
2729                 <fieldValue name='coneTranslationvalue='-0.67222 2.47956 0.90074'/>
2730                 <fieldValue name='rotationvalue='8.84312 -0.00000 19.80503 0.67026'/>
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.46441'/>
2739                 <fieldValue name='cylinderTranslationvalue='1.13407 -1.82941 0.99392'/>
2740                 <fieldValue name='coneTranslationvalue='1.06878 -1.85678 1.00815'/>
2741                 <fieldValue name='rotationvalue='9.14789 -0.00000 41.99240 1.95947'/>
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.76515'/>
2750                 <fieldValue name='cylinderTranslationvalue='0.70121 -2.18032 1.20568'/>
2751                 <fieldValue name='coneTranslationvalue='0.57153 -2.33327 1.30227'/>
2752                 <fieldValue name='rotationvalue='33.20430 -0.00000 44.57953 2.32842'/>
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.78768'/>
2761                 <fieldValue name='cylinderTranslationvalue='1.41789 -0.74830 -0.17518'/>
2762                 <fieldValue name='coneTranslationvalue='1.56971 -0.92465 -0.19821'/>
2763                 <fieldValue name='rotationvalue='-7.75633 0 -51.14054 2.42518'/>
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='0.80871'/>
2772                 <fieldValue name='cylinderTranslationvalue='1.39252 -0.75446 -0.00025'/>
2773                 <fieldValue name='coneTranslationvalue='1.53171 -0.93767 0.08203'/>
2774                 <fieldValue name='rotationvalue='27.22993 0 -46.06580 2.41852'/>
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.62820'/>
2783                 <fieldValue name='cylinderTranslationvalue='1.12992 -0.35512 -0.43367'/>
2784                 <fieldValue name='coneTranslationvalue='1.11409 -0.30793 -0.57951'/>
2785                 <fieldValue name='rotationvalue='-59.45444 0 6.45331 1.25964'/>
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.91222'/>
2794                 <fieldValue name='cylinderTranslationvalue='1.34718 -0.77659 0.12435'/>
2795                 <fieldValue name='coneTranslationvalue='1.46728 -0.98778 0.29363'/>
2796                 <fieldValue name='rotationvalue='52.14934 0 -36.99828 2.36488'/>
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.62820'/>
2805                 <fieldValue name='cylinderTranslationvalue='1.12992 -0.35511 -0.43367'/>
2806                 <fieldValue name='coneTranslationvalue='1.11409 -0.30793 -0.57951'/>
2807                 <fieldValue name='rotationvalue='-59.45445 0 6.45314 1.25963'/>
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.31542'/>
2816                 <fieldValue name='cylinderTranslationvalue='-2.04905 -1.30780 -1.95470'/>
2817                 <fieldValue name='coneTranslationvalue='-2.05012 -1.30596 -1.95387'/>
2818                 <fieldValue name='rotationvalue='-11.44207 0 -14.77917 2.50734'/>
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.32135'/>
2827                 <fieldValue name='cylinderTranslationvalue='-2.05835 -1.32576 -1.92239'/>
2828                 <fieldValue name='coneTranslationvalue='-2.05808 -1.32637 -1.92250'/>
2829                 <fieldValue name='rotationvalue='-4.98025 0 -12.91804 2.69618'/>
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.45231'/>
2838                 <fieldValue name='cylinderTranslationvalue='0.15820 2.51573 -1.71221'/>
2839                 <fieldValue name='coneTranslationvalue='0.18545 2.48709 -1.65916'/>
2840                 <fieldValue name='rotationvalue='36.26784 0 -18.62844 2.01854'/>
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.21843'/>
2849                 <fieldValue name='cylinderTranslationvalue='2.45716 0.61988 1.08673'/>
2850                 <fieldValue name='coneTranslationvalue='2.46551 0.58524 1.12293'/>
2851                 <fieldValue name='rotationvalue='-15.56536 0 3.59265 0.82030'/>
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.16495'/>
2860                 <fieldValue name='cylinderTranslationvalue='1.83914 -1.33164 0.42261'/>
2861                 <fieldValue name='coneTranslationvalue='1.83731 -1.36781 0.49116'/>
2862                 <fieldValue name='rotationvalue='-14.58389 0 -0.38843 1.08538'/>
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.32622'/>
2871                 <fieldValue name='cylinderTranslationvalue='-2.04720 -0.85801 -2.28715'/>
2872                 <fieldValue name='coneTranslationvalue='-2.04561 -0.85833 -2.28980'/>
2873                 <fieldValue name='rotationvalue='-27.80862 0 -16.73352 1.67211'/>
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='1.21199'/>
2882                 <fieldValue name='cylinderTranslationvalue='-0.11477 0.71230 -0.46040'/>
2883                 <fieldValue name='coneTranslationvalue='-0.23300 0.39941 -0.75541'/>
2884                 <fieldValue name='rotationvalue='-80.16957 0 32.13071 2.34837'/>
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='0.36661'/>
2893                 <fieldValue name='cylinderTranslationvalue='-0.01097 2.12941 1.39558'/>
2894                 <fieldValue name='coneTranslationvalue='-0.01743 2.12348 1.37399'/>
2895                 <fieldValue name='rotationvalue='-33.96570 0 10.16169 1.82820'/>
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.35112'/>
2904                 <fieldValue name='cylinderTranslationvalue='0.40755 2.34846 -1.52102'/>
2905                 <fieldValue name='coneTranslationvalue='0.40808 2.33400 -1.51532'/>
2906                 <fieldValue name='rotationvalue='12.87899 0 -1.18076 2.76437'/>
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.18541'/>
2915                 <fieldValue name='cylinderTranslationvalue='0.32650 2.46475 -1.55814'/>
2916                 <fieldValue name='coneTranslationvalue='0.38105 2.49881 -1.57794'/>
2917                 <fieldValue name='rotationvalue='5.45514 -0.00000 15.03072 2.10161'/>
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.30856'/>
2926                 <fieldValue name='cylinderTranslationvalue='-1.26638 0.23754 2.56998'/>
2927                 <fieldValue name='coneTranslationvalue='-1.26625 0.24300 2.56827'/>
2928                 <fieldValue name='rotationvalue='9.19924 -0.00000 0.70232 2.83794'/>
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.23487'/>
2937                 <fieldValue name='cylinderTranslationvalue='0.82636 -2.31911 -2.20298'/>
2938                 <fieldValue name='coneTranslationvalue='0.78843 -2.31770 -2.22224'/>
2939                 <fieldValue name='rotationvalue='10.62796 0 -20.93101 1.60374'/>
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.47430'/>
2948                 <fieldValue name='cylinderTranslationvalue='0.76419 -2.43326 -2.05486'/>
2949                 <fieldValue name='coneTranslationvalue='0.77802 -2.47166 -1.98938'/>
2950                 <fieldValue name='rotationvalue='40.25226 0 -8.49811 2.09171'/>
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.14282'/>
2959                 <fieldValue name='cylinderTranslationvalue='1.75104 -1.23315 0.64538'/>
2960                 <fieldValue name='coneTranslationvalue='1.81956 -1.27525 0.68252'/>
2961                 <fieldValue name='rotationvalue='-5.98789 0 11.04786 1.07552'/>
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.62269'/>
2970                 <fieldValue name='cylinderTranslationvalue='1.57756 -1.36190 0.55025'/>
2971                 <fieldValue name='coneTranslationvalue='1.55550 -1.23551 0.46997'/>
2972                 <fieldValue name='rotationvalue='-33.03087 0 9.07821 0.58251'/>
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.67718'/>
2981                 <fieldValue name='cylinderTranslationvalue='-0.06937 2.28686 0.03450'/>
2982                 <fieldValue name='coneTranslationvalue='-0.10498 2.32107 0.20613'/>
2983                 <fieldValue name='rotationvalue='65.07831 -0.00000 13.50101 1.37805'/>
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.87409'/>
2992                 <fieldValue name='cylinderTranslationvalue='0.10913 2.37537 -0.68480'/>
2993                 <fieldValue name='coneTranslationvalue='0.17949 2.47260 -0.93450'/>
2994                 <fieldValue name='rotationvalue='-78.78193 0 -22.19973 1.21223'/>
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.86343'/>
3003                 <fieldValue name='cylinderTranslationvalue='-0.86970 1.41764 0.21181'/>
3004                 <fieldValue name='coneTranslationvalue='-0.91074 1.21993 0.03000'/>
3005                 <fieldValue name='rotationvalue='-57.77390 0 13.04159 2.38568'/>
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.48433'/>
3014                 <fieldValue name='cylinderTranslationvalue='-0.99683 1.85415 0.58239'/>
3015                 <fieldValue name='coneTranslationvalue='-1.06209 1.89567 0.61011'/>
3016                 <fieldValue name='rotationvalue='16.34137 -0.00000 38.46796 1.04107'/>
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.47814'/>
3025                 <fieldValue name='cylinderTranslationvalue='2.28683 0.70036 0.82478'/>
3026                 <fieldValue name='coneTranslationvalue='2.33723 0.69837 0.88568'/>
3027                 <fieldValue name='rotationvalue='36.82581 0 -30.47357 1.59588'/>
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.38576'/>
3036                 <fieldValue name='cylinderTranslationvalue='1.73196 -1.17540 0.24280'/>
3037                 <fieldValue name='coneTranslationvalue='1.75056 -1.19547 0.26102'/>
3038                 <fieldValue name='rotationvalue='21.37933 0 -21.82354 2.22757'/>
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.75448'/>
3047                 <fieldValue name='cylinderTranslationvalue='-0.47076 0.15102 -1.15386'/>
3048                 <fieldValue name='coneTranslationvalue='-0.35827 0.22942 -0.98535'/>
3049                 <fieldValue name='rotationvalue='58.52174 0 -39.06751 1.20158'/>
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.30589'/>
3058                 <fieldValue name='cylinderTranslationvalue='1.05464 -2.32351 -2.05980'/>
3059                 <fieldValue name='coneTranslationvalue='1.04894 -2.32349 -2.06395'/>
3060                 <fieldValue name='rotationvalue='18.00898 0 -24.72535 1.57433'/>
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.09826'/>
3069                 <fieldValue name='cylinderTranslationvalue='-2.52753 -0.85099 -1.49928'/>
3070                 <fieldValue name='coneTranslationvalue='-2.53434 -0.79318 -1.59364'/>
3071                 <fieldValue name='rotationvalue='8.36253 0 -0.60341 2.11933'/>
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='0.23498'/>
3080                 <fieldValue name='cylinderTranslationvalue='-2.45432 -0.81509 -1.62990'/>
3081                 <fieldValue name='coneTranslationvalue='-2.48190 -0.81881 -1.59777'/>
3082                 <fieldValue name='rotationvalue='-17.76208 0 -15.24534 1.48320'/>
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.18484'/>
3091                 <fieldValue name='cylinderTranslationvalue='0.10523 -2.58328 1.45297'/>
3092                 <fieldValue name='coneTranslationvalue='0.03829 -2.59145 1.45754'/>
3093                 <fieldValue name='rotationvalue='-1.24831 0 -18.30579 1.44973'/>
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.28058'/>
3102                 <fieldValue name='cylinderTranslationvalue='-0.12630 -2.59548 1.45014'/>
3103                 <fieldValue name='coneTranslationvalue='-0.10663 -2.59533 1.45141'/>
3104                 <fieldValue name='rotationvalue='-1.81565 0 27.99847 1.57816'/>
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.59388'/>
3113                 <fieldValue name='cylinderTranslationvalue='-0.00041 0.26630 -0.97128'/>
3114                 <fieldValue name='coneTranslationvalue='0.12642 0.25668 -1.02203'/>
3115                 <fieldValue name='rotationvalue='-22.00696 0 -55.00197 1.64111'/>
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.84334'/>
3124                 <fieldValue name='cylinderTranslationvalue='0.44456 1.78312 -1.33360'/>
3125                 <fieldValue name='coneTranslationvalue='0.46385 1.53358 -1.25725'/>
3126                 <fieldValue name='rotationvalue='24.60575 0 -6.21973 2.83591'/>
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.29883'/>
3135                 <fieldValue name='cylinderTranslationvalue='1.61398 -1.15055 0.50027'/>
3136                 <fieldValue name='coneTranslationvalue='1.60819 -1.14711 0.49211'/>
3137                 <fieldValue name='rotationvalue='23.03466 0 -16.36256 1.90247'/>
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.31862'/>
3146                 <fieldValue name='cylinderTranslationvalue='0.33753 -2.50767 1.40922'/>
3147                 <fieldValue name='coneTranslationvalue='0.33692 -2.50795 1.40938'/>
3148                 <fieldValue name='rotationvalue='-7.50257 0 -28.15572 1.15430'/>
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.45496'/>
3157                 <fieldValue name='cylinderTranslationvalue='0.15487 2.51307 -1.71354'/>
3158                 <fieldValue name='coneTranslationvalue='0.18349 2.48481 -1.65935'/>
3159                 <fieldValue name='rotationvalue='36.53394 0 -19.29365 2.00284'/>
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.13854'/>
3168                 <fieldValue name='cylinderTranslationvalue='-2.50490 -0.92558 -1.41258'/>
3169                 <fieldValue name='coneTranslationvalue='-2.53059 -0.86143 -1.47138'/>
3170                 <fieldValue name='rotationvalue='8.97821 0 -3.92162 2.35605'/>
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.31406'/>
3179                 <fieldValue name='cylinderTranslationvalue='0.49558 -2.57717 -1.94216'/>
3180                 <fieldValue name='coneTranslationvalue='0.49668 -2.57569 -1.94449'/>
3181                 <fieldValue name='rotationvalue='24.57132 -0.00000 11.64849 2.09475'/>
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.37614'/>
3190                 <fieldValue name='cylinderTranslationvalue='-2.51951 -1.07305 -1.21117'/>
3191                 <fieldValue name='coneTranslationvalue='-2.52462 -1.08776 -1.18781'/>
3192                 <fieldValue name='rotationvalue='31.30337 -0.00000 6.84295 2.12205'/>
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.44222'/>
3201                 <fieldValue name='cylinderTranslationvalue='0.17617 2.52310 -1.71018'/>
3202                 <fieldValue name='coneTranslationvalue='0.19695 2.49400 -1.66062'/>
3203                 <fieldValue name='rotationvalue='35.86310 0 -15.03424 2.06709'/>
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='Vertex'>
3211                 <fieldValue name='vertexTextvalue='"2010-02-10-ARMY.MIL-NEWS"'/>
3212                 <fieldValue name='descriptionvalue='1: 2010-02-10-ARMY.MIL-NEWS'/>
3213                 <fieldValue name='url'/>
3214                 <fieldValue name='radiusvalue='0.1500'/>
3215                 <fieldValue name='displayMode'/>
3216                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3217                 <fieldValue name='transparencyvalue='0'/>
3218                 <fieldValue name='translationvalue='-1.14265 0.66538 2.23990'/>
3219                 <fieldValue name='textTranslationvalue='-0.99265 0.66538 2.23990'/>
3220                 <fieldValue name='textColorvalue='0 0 0'/>
3221            </ProtoInstance>
3222            <ProtoInstance name='Vertex'>
3223                 <fieldValue name='vertexTextvalue='"2010-02-10-DVIDSHUB.NET"'/>
3224                 <fieldValue name='descriptionvalue='2: 2010-02-10-DVIDSHUB.NET'/>
3225                 <fieldValue name='url'/>
3226                 <fieldValue name='radiusvalue='0.1500'/>
3227                 <fieldValue name='displayMode'/>
3228                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3229                 <fieldValue name='transparencyvalue='0'/>
3230                 <fieldValue name='translationvalue='-0.94285 0.15222 -0.93755'/>
3231                 <fieldValue name='textTranslationvalue='-0.79285 0.15222 -0.93755'/>
3232                 <fieldValue name='textColorvalue='0 0 0'/>
3233            </ProtoInstance>
3234            <ProtoInstance name='Vertex'>
3235                 <fieldValue name='vertexTextvalue='"2010-02-10-FACEBOOK.COM-NOTE.PHP"'/>
3236                 <fieldValue name='descriptionvalue='3: 2010-02-10-FACEBOOK.COM-NOTE.PHP'/>
3237                 <fieldValue name='url'/>
3238                 <fieldValue name='radiusvalue='0.1500'/>
3239                 <fieldValue name='displayMode'/>
3240                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3241                 <fieldValue name='transparencyvalue='0'/>
3242                 <fieldValue name='translationvalue='0.21361 -2.48699 1.38443'/>
3243                 <fieldValue name='textTranslationvalue='0.36361 -2.48699 1.38443'/>
3244                 <fieldValue name='textColorvalue='0 0 0'/>
3245            </ProtoInstance>
3246            <ProtoInstance name='Vertex'>
3247                 <fieldValue name='vertexTextvalue='"2010-02-10-FACEBOOK.COM-PAGES"'/>
3248                 <fieldValue name='descriptionvalue='4: 2010-02-10-FACEBOOK.COM-PAGES'/>
3249                 <fieldValue name='url'/>
3250                 <fieldValue name='radiusvalue='0.1500'/>
3251                 <fieldValue name='displayMode'/>
3252                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3253                 <fieldValue name='transparencyvalue='0'/>
3254                 <fieldValue name='translationvalue='1.57583 -0.97741 0.44026'/>
3255                 <fieldValue name='textTranslationvalue='1.72583 -0.97741 0.44026'/>
3256                 <fieldValue name='textColorvalue='0 0 0'/>
3257            </ProtoInstance>
3258            <ProtoInstance name='Vertex'>
3259                 <fieldValue name='vertexTextvalue='"2010-02-10-FLICKR.COM-PHOTOS"'/>
3260                 <fieldValue name='descriptionvalue='5: 2010-02-10-FLICKR.COM-PHOTOS'/>
3261                 <fieldValue name='url'/>
3262                 <fieldValue name='radiusvalue='0.1500'/>
3263                 <fieldValue name='displayMode'/>
3264                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3265                 <fieldValue name='transparencyvalue='0'/>
3266                 <fieldValue name='translationvalue='0.68560 -2.27966 -2.29102'/>
3267                 <fieldValue name='textTranslationvalue='0.83560 -2.27966 -2.29102'/>
3268                 <fieldValue name='textColorvalue='0 0 0'/>
3269            </ProtoInstance>
3270            <ProtoInstance name='Vertex'>
3271                 <fieldValue name='vertexTextvalue='"2010-02-10-OPUSA.ORG"'/>
3272                 <fieldValue name='descriptionvalue='6: 2010-02-10-OPUSA.ORG'/>
3273                 <fieldValue name='url'/>
3274                 <fieldValue name='radiusvalue='0.1500'/>
3275                 <fieldValue name='displayMode'/>
3276                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3277                 <fieldValue name='transparencyvalue='0'/>
3278                 <fieldValue name='translationvalue='2.12392 0.67684 1.02217'/>
3279                 <fieldValue name='textTranslationvalue='2.27392 0.67684 1.02217'/>
3280                 <fieldValue name='textColorvalue='0 0 0'/>
3281            </ProtoInstance>
3282            <ProtoInstance name='Vertex'>
3283                 <fieldValue name='vertexTextvalue='"2010-02-10-SOUTHCOM.MIL-APPSSC"'/>
3284                 <fieldValue name='descriptionvalue='7: 2010-02-10-SOUTHCOM.MIL-APPSSC'/>
3285                 <fieldValue name='url'/>
3286                 <fieldValue name='radiusvalue='0.1500'/>
3287                 <fieldValue name='displayMode'/>
3288                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3289                 <fieldValue name='transparencyvalue='0'/>
3290                 <fieldValue name='translationvalue='-2.18347 -0.75388 -1.67825'/>
3291                 <fieldValue name='textTranslationvalue='-2.03347 -0.75388 -1.67825'/>
3292                 <fieldValue name='textColorvalue='0 0 0'/>
3293            </ProtoInstance>
3294            <ProtoInstance name='Vertex'>
3295                 <fieldValue name='vertexTextvalue='"2010-02-10-TWITTER.COM-WFP"'/>
3296                 <fieldValue name='descriptionvalue='8: 2010-02-10-TWITTER.COM-WFP'/>
3297                 <fieldValue name='url'/>
3298                 <fieldValue name='radiusvalue='0.1500'/>
3299                 <fieldValue name='displayMode'/>
3300                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3301                 <fieldValue name='transparencyvalue='0'/>
3302                 <fieldValue name='translationvalue='0.30951 2.24722 -1.33648'/>
3303                 <fieldValue name='textTranslationvalue='0.45951 2.24722 -1.33648'/>
3304                 <fieldValue name='textColorvalue='0 0 0'/>
3305            </ProtoInstance>
3306            <ProtoInstance name='Vertex'>
3307                 <fieldValue name='vertexTextvalue='"2010-02-10-UN.ORG-APPS"'/>
3308                 <fieldValue name='descriptionvalue='9: 2010-02-10-UN.ORG-APPS'/>
3309                 <fieldValue name='url'/>
3310                 <fieldValue name='radiusvalue='0.1500'/>
3311                 <fieldValue name='displayMode'/>
3312                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3313                 <fieldValue name='transparencyvalue='0'/>
3314                 <fieldValue name='translationvalue='-0.26969 1.93294 0.71389'/>
3315                 <fieldValue name='textTranslationvalue='-0.11969 1.93294 0.71389'/>
3316                 <fieldValue name='textColorvalue='0 0 0'/>
3317            </ProtoInstance>
3318            <ProtoInstance name='Vertex'>
3319                 <fieldValue name='vertexTextvalue='"2010-02-10-WORLDCONCERN.ORG-DISASTERS"'/>
3320                 <fieldValue name='descriptionvalue='10: 2010-02-10-WORLDCONCERN.ORG-DISASTERS'/>
3321                 <fieldValue name='url'/>
3322                 <fieldValue name='radiusvalue='0.1500'/>
3323                 <fieldValue name='displayMode'/>
3324                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3325                 <fieldValue name='transparencyvalue='0'/>
3326                 <fieldValue name='translationvalue='0.51099 0.40691 -0.80198'/>
3327                 <fieldValue name='textTranslationvalue='0.66099 0.40691 -0.80198'/>
3328                 <fieldValue name='textColorvalue='0 0 0'/>
3329            </ProtoInstance>
3330            <ProtoInstance name='Vertex'>
3331                 <fieldValue name='vertexTextvalue=' "Haiti/2010-02-10/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-10.simple" '/>
3332                 <fieldValue name='descriptionvalue='11: Haiti/2010-02-10/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-10.simple'/>
3333                 <fieldValue name='url'/>
3334                 <fieldValue name='radiusvalue='0.1500'/>
3335                 <fieldValue name='displayMode'/>
3336                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
3337                 <fieldValue name='transparencyvalue='0'/>
3338                 <fieldValue name='translationvalue='-1.96830 1.76233 -2.03130'/>
3339                 <fieldValue name='textTranslationvalue='-1.81830 1.76233 -2.03130'/>
3340                 <fieldValue name='textColorvalue='0 0 0'/>
3341            </ProtoInstance>
3342            <ProtoInstance name='Vertex'>
3343                 <fieldValue name='vertexTextvalue='"action"'/>
3344                 <fieldValue name='descriptionvalue='12: action'/>
3345                 <fieldValue name='url'/>
3346                 <fieldValue name='radiusvalue='0.1500'/>
3347                 <fieldValue name='displayMode'/>
3348                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3349                 <fieldValue name='transparencyvalue='0'/>
3350                 <fieldValue name='translationvalue='-0.46581 2.32799 0.86830'/>
3351                 <fieldValue name='textTranslationvalue='-0.31581 2.32799 0.86830'/>
3352                 <fieldValue name='textColorvalue='0 0 0'/>
3353            </ProtoInstance>
3354            <ProtoInstance name='Vertex'>
3355                 <fieldValue name='vertexTextvalue='"affairs"'/>
3356                 <fieldValue name='descriptionvalue='13: affairs'/>
3357                 <fieldValue name='url'/>
3358                 <fieldValue name='radiusvalue='0.1500'/>
3359                 <fieldValue name='displayMode'/>
3360                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3361                 <fieldValue name='transparencyvalue='0'/>
3362                 <fieldValue name='translationvalue='-2.30734 -1.19095 -1.54782'/>
3363                 <fieldValue name='textTranslationvalue='-2.15734 -1.19095 -1.54782'/>
3364                 <fieldValue name='textColorvalue='0 0 0'/>
3365            </ProtoInstance>
3366            <ProtoInstance name='Vertex'>
3367                 <fieldValue name='vertexTextvalue='"air"'/>
3368                 <fieldValue name='descriptionvalue='14: air'/>
3369                 <fieldValue name='url'/>
3370                 <fieldValue name='radiusvalue='0.1500'/>
3371                 <fieldValue name='displayMode'/>
3372                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3373                 <fieldValue name='transparencyvalue='0'/>
3374                 <fieldValue name='translationvalue='-2.13219 -0.34830 -2.41108'/>
3375                 <fieldValue name='textTranslationvalue='-1.98219 -0.34830 -2.41108'/>
3376                 <fieldValue name='textColorvalue='0 0 0'/>
3377            </ProtoInstance>
3378            <ProtoInstance name='Vertex'>
3379                 <fieldValue name='vertexTextvalue='"ambassador"'/>
3380                 <fieldValue name='descriptionvalue='15: ambassador'/>
3381                 <fieldValue name='url'/>
3382                 <fieldValue name='radiusvalue='0.1500'/>
3383                 <fieldValue name='displayMode'/>
3384                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3385                 <fieldValue name='transparencyvalue='0'/>
3386                 <fieldValue name='translationvalue='-1.28143 0.53620 -0.66194'/>
3387                 <fieldValue name='textTranslationvalue='-1.13143 0.53620 -0.66194'/>
3388                 <fieldValue name='textColorvalue='0 0 0'/>
3389            </ProtoInstance>
3390            <ProtoInstance name='Vertex'>
3391                 <fieldValue name='vertexTextvalue='"american"'/>
3392                 <fieldValue name='descriptionvalue='16: american'/>
3393                 <fieldValue name='url'/>
3394                 <fieldValue name='radiusvalue='0.1500'/>
3395                 <fieldValue name='displayMode'/>
3396                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3397                 <fieldValue name='transparencyvalue='0'/>
3398                 <fieldValue name='translationvalue='0.01432 2.32813 0.95071'/>
3399                 <fieldValue name='textTranslationvalue='0.16432 2.32813 0.95071'/>
3400                 <fieldValue name='textColorvalue='0 0 0'/>
3401            </ProtoInstance>
3402            <ProtoInstance name='Vertex'>
3403                 <fieldValue name='vertexTextvalue='"army"'/>
3404                 <fieldValue name='descriptionvalue='17: army'/>
3405                 <fieldValue name='url'/>
3406                 <fieldValue name='radiusvalue='0.1500'/>
3407                 <fieldValue name='displayMode'/>
3408                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3409                 <fieldValue name='transparencyvalue='0'/>
3410                 <fieldValue name='translationvalue='0.71899 -2.12066 -2.49921'/>
3411                 <fieldValue name='textTranslationvalue='0.86899 -2.12066 -2.49921'/>
3412                 <fieldValue name='textColorvalue='0 0 0'/>
3413            </ProtoInstance>
3414            <ProtoInstance name='Vertex'>
3415                 <fieldValue name='vertexTextvalue='"assistance"'/>
3416                 <fieldValue name='descriptionvalue='18: assistance'/>
3417                 <fieldValue name='url'/>
3418                 <fieldValue name='radiusvalue='0.1500'/>
3419                 <fieldValue name='displayMode'/>
3420                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3421                 <fieldValue name='transparencyvalue='0'/>
3422                 <fieldValue name='translationvalue='-2.44103 -0.07937 -2.05267'/>
3423                 <fieldValue name='textTranslationvalue='-2.29103 -0.07937 -2.05267'/>
3424                 <fieldValue name='textColorvalue='0 0 0'/>
3425            </ProtoInstance>
3426            <ProtoInstance name='Vertex'>
3427                 <fieldValue name='vertexTextvalue='"avalanche"'/>
3428                 <fieldValue name='descriptionvalue='19: avalanche'/>
3429                 <fieldValue name='url'/>
3430                 <fieldValue name='radiusvalue='0.1500'/>
3431                 <fieldValue name='displayMode'/>
3432                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3433                 <fieldValue name='transparencyvalue='0'/>
3434                 <fieldValue name='translationvalue='0.54918 -2.24521 -2.41083'/>
3435                 <fieldValue name='textTranslationvalue='0.69918 -2.24521 -2.41083'/>
3436                 <fieldValue name='textColorvalue='0 0 0'/>
3437            </ProtoInstance>
3438            <ProtoInstance name='Vertex'>
3439                 <fieldValue name='vertexTextvalue='"ban"'/>
3440                 <fieldValue name='descriptionvalue='20: ban'/>
3441                 <fieldValue name='url'/>
3442                 <fieldValue name='radiusvalue='0.1500'/>
3443                 <fieldValue name='displayMode'/>
3444                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3445                 <fieldValue name='transparencyvalue='0'/>
3446                 <fieldValue name='translationvalue='-0.23501 2.34557 0.32841'/>
3447                 <fieldValue name='textTranslationvalue='-0.08501 2.34557 0.32841'/>
3448                 <fieldValue name='textColorvalue='0 0 0'/>
3449            </ProtoInstance>
3450            <ProtoInstance name='Vertex'>
3451                 <fieldValue name='vertexTextvalue='"benefit"'/>
3452                 <fieldValue name='descriptionvalue='21: benefit'/>
3453                 <fieldValue name='url'/>
3454                 <fieldValue name='radiusvalue='0.1500'/>
3455                 <fieldValue name='displayMode'/>
3456                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3457                 <fieldValue name='transparencyvalue='0'/>
3458                 <fieldValue name='translationvalue='2.40323 0.97837 1.08832'/>
3459                 <fieldValue name='textTranslationvalue='2.55323 0.97837 1.08832'/>
3460                 <fieldValue name='textColorvalue='0 0 0'/>
3461            </ProtoInstance>
3462            <ProtoInstance name='Vertex'>
3463                 <fieldValue name='vertexTextvalue='"bio"'/>
3464                 <fieldValue name='descriptionvalue='22: bio'/>
3465                 <fieldValue name='url'/>
3466                 <fieldValue name='radiusvalue='0.1500'/>
3467                 <fieldValue name='displayMode'/>
3468                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3469                 <fieldValue name='transparencyvalue='0'/>
3470                 <fieldValue name='translationvalue='0.09910 2.72073 -0.88643'/>
3471                 <fieldValue name='textTranslationvalue='0.24910 2.72073 -0.88643'/>
3472                 <fieldValue name='textColorvalue='0 0 0'/>
3473            </ProtoInstance>
3474            <ProtoInstance name='Vertex'>
3475                 <fieldValue name='vertexTextvalue='"black"'/>
3476                 <fieldValue name='descriptionvalue='23: black'/>
3477                 <fieldValue name='url'/>
3478                 <fieldValue name='radiusvalue='0.1500'/>
3479                 <fieldValue name='displayMode'/>
3480                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3481                 <fieldValue name='transparencyvalue='0'/>
3482                 <fieldValue name='translationvalue='-1.17513 0.50777 2.58534'/>
3483                 <fieldValue name='textTranslationvalue='-1.02513 0.50777 2.58534'/>
3484                 <fieldValue name='textColorvalue='0 0 0'/>
3485            </ProtoInstance>
3486            <ProtoInstance name='Vertex'>
3487                 <fieldValue name='vertexTextvalue='"boy"'/>
3488                 <fieldValue name='descriptionvalue='24: boy'/>
3489                 <fieldValue name='url'/>
3490                 <fieldValue name='radiusvalue='0.1500'/>
3491                 <fieldValue name='displayMode'/>
3492                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3493                 <fieldValue name='transparencyvalue='0'/>
3494                 <fieldValue name='translationvalue='1.81763 -0.09353 0.83510'/>
3495                 <fieldValue name='textTranslationvalue='1.96763 -0.09353 0.83510'/>
3496                 <fieldValue name='textColorvalue='0 0 0'/>
3497            </ProtoInstance>
3498            <ProtoInstance name='Vertex'>
3499                 <fieldValue name='vertexTextvalue='"briefing"'/>
3500                 <fieldValue name='descriptionvalue='25: briefing'/>
3501                 <fieldValue name='url'/>
3502                 <fieldValue name='radiusvalue='0.1500'/>
3503                 <fieldValue name='displayMode'/>
3504                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3505                 <fieldValue name='transparencyvalue='0'/>
3506                 <fieldValue name='translationvalue='-0.98639 -0.10499 -0.78701'/>
3507                 <fieldValue name='textTranslationvalue='-0.83639 -0.10499 -0.78701'/>
3508                 <fieldValue name='textColorvalue='0 0 0'/>
3509            </ProtoInstance>
3510            <ProtoInstance name='Vertex'>
3511                 <fieldValue name='vertexTextvalue='"brig"'/>
3512                 <fieldValue name='descriptionvalue='26: brig'/>
3513                 <fieldValue name='url'/>
3514                 <fieldValue name='radiusvalue='0.1500'/>
3515                 <fieldValue name='displayMode'/>
3516                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3517                 <fieldValue name='transparencyvalue='0'/>
3518                 <fieldValue name='translationvalue='-1.41574 -0.40865 -0.48965'/>
3519                 <fieldValue name='textTranslationvalue='-1.26574 -0.40865 -0.48965'/>
3520                 <fieldValue name='textColorvalue='0 0 0'/>
3521            </ProtoInstance>
3522            <ProtoInstance name='Vertex'>
3523                 <fieldValue name='vertexTextvalue='"bureau"'/>
3524                 <fieldValue name='descriptionvalue='27: bureau'/>
3525                 <fieldValue name='url'/>
3526                 <fieldValue name='radiusvalue='0.1500'/>
3527                 <fieldValue name='displayMode'/>
3528                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3529                 <fieldValue name='transparencyvalue='0'/>
3530                 <fieldValue name='translationvalue='1.83064 -1.26314 0.66948'/>
3531                 <fieldValue name='textTranslationvalue='1.98064 -1.26314 0.66948'/>
3532                 <fieldValue name='textColorvalue='0 0 0'/>
3533            </ProtoInstance>
3534            <ProtoInstance name='Vertex'>
3535                 <fieldValue name='vertexTextvalue='"campaign"'/>
3536                 <fieldValue name='descriptionvalue='28: campaign'/>
3537                 <fieldValue name='url'/>
3538                 <fieldValue name='radiusvalue='0.1500'/>
3539                 <fieldValue name='displayMode'/>
3540                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3541                 <fieldValue name='transparencyvalue='0'/>
3542                 <fieldValue name='translationvalue='-1.02775 2.10863 1.29344'/>
3543                 <fieldValue name='textTranslationvalue='-0.87775 2.10863 1.29344'/>
3544                 <fieldValue name='textColorvalue='0 0 0'/>
3545            </ProtoInstance>
3546            <ProtoInstance name='Vertex'>
3547                 <fieldValue name='vertexTextvalue='"caribbean"'/>
3548                 <fieldValue name='descriptionvalue='29: caribbean'/>
3549                 <fieldValue name='url'/>
3550                 <fieldValue name='radiusvalue='0.1500'/>
3551                 <fieldValue name='displayMode'/>
3552                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3553                 <fieldValue name='transparencyvalue='0'/>
3554                 <fieldValue name='translationvalue='-0.06250 2.31224 0.94585'/>
3555                 <fieldValue name='textTranslationvalue='0.08750 2.31224 0.94585'/>
3556                 <fieldValue name='textColorvalue='0 0 0'/>
3557            </ProtoInstance>
3558            <ProtoInstance name='Vertex'>
3559                 <fieldValue name='vertexTextvalue='"caring"'/>
3560                 <fieldValue name='descriptionvalue='30: caring'/>
3561                 <fieldValue name='url'/>
3562                 <fieldValue name='radiusvalue='0.1500'/>
3563                 <fieldValue name='displayMode'/>
3564                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3565                 <fieldValue name='transparencyvalue='0'/>
3566                 <fieldValue name='translationvalue='2.11728 -1.61217 0.29488'/>
3567                 <fieldValue name='textTranslationvalue='2.26728 -1.61217 0.29488'/>
3568                 <fieldValue name='textColorvalue='0 0 0'/>
3569            </ProtoInstance>
3570            <ProtoInstance name='Vertex'>
3571                 <fieldValue name='vertexTextvalue='"centre"'/>
3572                 <fieldValue name='descriptionvalue='31: centre'/>
3573                 <fieldValue name='url'/>
3574                 <fieldValue name='radiusvalue='0.1500'/>
3575                 <fieldValue name='displayMode'/>
3576                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3577                 <fieldValue name='transparencyvalue='0'/>
3578                 <fieldValue name='translationvalue='-0.51602 1.72941 1.18595'/>
3579                 <fieldValue name='textTranslationvalue='-0.36602 1.72941 1.18595'/>
3580                 <fieldValue name='textColorvalue='0 0 0'/>
3581            </ProtoInstance>
3582            <ProtoInstance name='Vertex'>
3583                 <fieldValue name='vertexTextvalue='"charitable"'/>
3584                 <fieldValue name='descriptionvalue='32: charitable'/>
3585                 <fieldValue name='url'/>
3586                 <fieldValue name='radiusvalue='0.1500'/>
3587                 <fieldValue name='displayMode'/>
3588                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3589                 <fieldValue name='transparencyvalue='0'/>
3590                 <fieldValue name='translationvalue='2.75494 0.56991 0.67331'/>
3591                 <fieldValue name='textTranslationvalue='2.90494 0.56991 0.67331'/>
3592                 <fieldValue name='textColorvalue='0 0 0'/>
3593            </ProtoInstance>
3594            <ProtoInstance name='Vertex'>
3595                 <fieldValue name='vertexTextvalue='"class"'/>
3596                 <fieldValue name='descriptionvalue='33: class'/>
3597                 <fieldValue name='url'/>
3598                 <fieldValue name='radiusvalue='0.1500'/>
3599                 <fieldValue name='displayMode'/>
3600                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3601                 <fieldValue name='transparencyvalue='0'/>
3602                 <fieldValue name='translationvalue='1.15160 -1.84660 -2.54261'/>
3603                 <fieldValue name='textTranslationvalue='1.30160 -1.84660 -2.54261'/>
3604                 <fieldValue name='textColorvalue='0 0 0'/>
3605            </ProtoInstance>
3606            <ProtoInstance name='Vertex'>
3607                 <fieldValue name='vertexTextvalue='"clean"'/>
3608                 <fieldValue name='descriptionvalue='34: clean'/>
3609                 <fieldValue name='url'/>
3610                 <fieldValue name='radiusvalue='0.1500'/>
3611                 <fieldValue name='displayMode'/>
3612                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3613                 <fieldValue name='transparencyvalue='0'/>
3614                 <fieldValue name='translationvalue='-0.35949 2.08686 1.28028'/>
3615                 <fieldValue name='textTranslationvalue='-0.20949 2.08686 1.28028'/>
3616                 <fieldValue name='textColorvalue='0 0 0'/>
3617            </ProtoInstance>
3618            <ProtoInstance name='Vertex'>
3619                 <fieldValue name='vertexTextvalue='"command"'/>
3620                 <fieldValue name='descriptionvalue='35: command'/>
3621                 <fieldValue name='url'/>
3622                 <fieldValue name='radiusvalue='0.1500'/>
3623                 <fieldValue name='displayMode'/>
3624                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3625                 <fieldValue name='transparencyvalue='0'/>
3626                 <fieldValue name='translationvalue='-2.38792 -1.02562 -1.71777'/>
3627                 <fieldValue name='textTranslationvalue='-2.23792 -1.02562 -1.71777'/>
3628                 <fieldValue name='textColorvalue='0 0 0'/>
3629            </ProtoInstance>
3630            <ProtoInstance name='Vertex'>
3631                 <fieldValue name='vertexTextvalue='"commander"'/>
3632                 <fieldValue name='descriptionvalue='36: commander'/>
3633                 <fieldValue name='url'/>
3634                 <fieldValue name='radiusvalue='0.1500'/>
3635                 <fieldValue name='displayMode'/>
3636                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3637                 <fieldValue name='transparencyvalue='0'/>
3638                 <fieldValue name='translationvalue='-1.72663 -0.25765 -1.36590'/>
3639                 <fieldValue name='textTranslationvalue='-1.57663 -0.25765 -1.36590'/>
3640                 <fieldValue name='textColorvalue='0 0 0'/>
3641            </ProtoInstance>
3642            <ProtoInstance name='Vertex'>
3643                 <fieldValue name='vertexTextvalue='"commands"'/>
3644                 <fieldValue name='descriptionvalue='37: commands'/>
3645                 <fieldValue name='url'/>
3646                 <fieldValue name='radiusvalue='0.1500'/>
3647                 <fieldValue name='displayMode'/>
3648                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3649                 <fieldValue name='transparencyvalue='0'/>
3650                 <fieldValue name='translationvalue='-2.49787 -0.64552 -1.77959'/>
3651                 <fieldValue name='textTranslationvalue='-2.34787 -0.64552 -1.77959'/>
3652                 <fieldValue name='textColorvalue='0 0 0'/>
3653            </ProtoInstance>
3654            <ProtoInstance name='Vertex'>
3655                 <fieldValue name='vertexTextvalue='"concert"'/>
3656                 <fieldValue name='descriptionvalue='38: concert'/>
3657                 <fieldValue name='url'/>
3658                 <fieldValue name='radiusvalue='0.1500'/>
3659                 <fieldValue name='displayMode'/>
3660                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3661                 <fieldValue name='transparencyvalue='0'/>
3662                 <fieldValue name='translationvalue='2.20944 0.68627 1.50093'/>
3663                 <fieldValue name='textTranslationvalue='2.35944 0.68627 1.50093'/>
3664                 <fieldValue name='textColorvalue='0 0 0'/>
3665            </ProtoInstance>
3666            <ProtoInstance name='Vertex'>
3667                 <fieldValue name='vertexTextvalue='"conference"'/>
3668                 <fieldValue name='descriptionvalue='39: conference'/>
3669                 <fieldValue name='url'/>
3670                 <fieldValue name='radiusvalue='0.1500'/>
3671                 <fieldValue name='displayMode'/>
3672                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3673                 <fieldValue name='transparencyvalue='0'/>
3674                 <fieldValue name='translationvalue='-0.66597 0.01379 -1.44590'/>
3675                 <fieldValue name='textTranslationvalue='-0.51597 0.01379 -1.44590'/>
3676                 <fieldValue name='textColorvalue='0 0 0'/>
3677            </ProtoInstance>
3678            <ProtoInstance name='Vertex'>
3679                 <fieldValue name='vertexTextvalue='"connect"'/>
3680                 <fieldValue name='descriptionvalue='40: connect'/>
3681                 <fieldValue name='url'/>
3682                 <fieldValue name='radiusvalue='0.1500'/>
3683                 <fieldValue name='displayMode'/>
3684                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3685                 <fieldValue name='transparencyvalue='0'/>
3686                 <fieldValue name='translationvalue='0.96356 0.17453 -1.63833'/>
3687                 <fieldValue name='textTranslationvalue='1.11356 0.17453 -1.63833'/>
3688                 <fieldValue name='textColorvalue='0 0 0'/>
3689            </ProtoInstance>
3690            <ProtoInstance name='Vertex'>
3691                 <fieldValue name='vertexTextvalue='"cooperation"'/>
3692                 <fieldValue name='descriptionvalue='41: cooperation'/>
3693                 <fieldValue name='url'/>
3694                 <fieldValue name='radiusvalue='0.1500'/>
3695                 <fieldValue name='displayMode'/>
3696                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3697                 <fieldValue name='transparencyvalue='0'/>
3698                 <fieldValue name='translationvalue='-0.17833 2.34366 0.93199'/>
3699                 <fieldValue name='textTranslationvalue='-0.02833 2.34366 0.93199'/>
3700                 <fieldValue name='textColorvalue='0 0 0'/>
3701            </ProtoInstance>
3702            <ProtoInstance name='Vertex'>
3703                 <fieldValue name='vertexTextvalue='"coordinator"'/>
3704                 <fieldValue name='descriptionvalue='42: coordinator'/>
3705                 <fieldValue name='url'/>
3706                 <fieldValue name='radiusvalue='0.1500'/>
3707                 <fieldValue name='displayMode'/>
3708                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3709                 <fieldValue name='transparencyvalue='0'/>
3710                 <fieldValue name='translationvalue='-1.45907 0.08984 -0.81742'/>
3711                 <fieldValue name='textTranslationvalue='-1.30907 0.08984 -0.81742'/>
3712                 <fieldValue name='textColorvalue='0 0 0'/>
3713            </ProtoInstance>
3714            <ProtoInstance name='Vertex'>
3715                 <fieldValue name='vertexTextvalue='"corpsman"'/>
3716                 <fieldValue name='descriptionvalue='43: corpsman'/>
3717                 <fieldValue name='url'/>
3718                 <fieldValue name='radiusvalue='0.1500'/>
3719                 <fieldValue name='displayMode'/>
3720                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3721                 <fieldValue name='transparencyvalue='0'/>
3722                 <fieldValue name='translationvalue='1.84734 -1.47817 0.98387'/>
3723                 <fieldValue name='textTranslationvalue='1.99734 -1.47817 0.98387'/>
3724                 <fieldValue name='textColorvalue='0 0 0'/>
3725            </ProtoInstance>
3726            <ProtoInstance name='Vertex'>
3727                 <fieldValue name='vertexTextvalue='"cupcakes"'/>
3728                 <fieldValue name='descriptionvalue='44: cupcakes'/>
3729                 <fieldValue name='url'/>
3730                 <fieldValue name='radiusvalue='0.1500'/>
3731                 <fieldValue name='displayMode'/>
3732                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3733                 <fieldValue name='transparencyvalue='0'/>
3734                 <fieldValue name='translationvalue='-1.25983 0.09147 2.62134'/>
3735                 <fieldValue name='textTranslationvalue='-1.10983 0.09147 2.62134'/>
3736                 <fieldValue name='textColorvalue='0 0 0'/>
3737            </ProtoInstance>
3738            <ProtoInstance name='Vertex'>
3739                 <fieldValue name='vertexTextvalue='"deputy"'/>
3740                 <fieldValue name='descriptionvalue='45: deputy'/>
3741                 <fieldValue name='url'/>
3742                 <fieldValue name='radiusvalue='0.1500'/>
3743                 <fieldValue name='displayMode'/>
3744                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3745                 <fieldValue name='transparencyvalue='0'/>
3746                 <fieldValue name='translationvalue='-1.61951 -0.30846 -1.32958'/>
3747                 <fieldValue name='textTranslationvalue='-1.46951 -0.30846 -1.32958'/>
3748                 <fieldValue name='textColorvalue='0 0 0'/>
3749            </ProtoInstance>
3750            <ProtoInstance name='Vertex'>
3751                 <fieldValue name='vertexTextvalue='"destination"'/>
3752                 <fieldValue name='descriptionvalue='46: destination'/>
3753                 <fieldValue name='url'/>
3754                 <fieldValue name='radiusvalue='0.1500'/>
3755                 <fieldValue name='displayMode'/>
3756                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3757                 <fieldValue name='transparencyvalue='0'/>
3758                 <fieldValue name='translationvalue='2.55926 1.22982 0.63817'/>
3759                 <fieldValue name='textTranslationvalue='2.70926 1.22982 0.63817'/>
3760                 <fieldValue name='textColorvalue='0 0 0'/>
3761            </ProtoInstance>
3762            <ProtoInstance name='Vertex'>
3763                 <fieldValue name='vertexTextvalue='"developments"'/>
3764                 <fieldValue name='descriptionvalue='47: developments'/>
3765                 <fieldValue name='url'/>
3766                 <fieldValue name='radiusvalue='0.1500'/>
3767                 <fieldValue name='displayMode'/>
3768                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3769                 <fieldValue name='transparencyvalue='0'/>
3770                 <fieldValue name='translationvalue='0.13223 1.62812 0.41524'/>
3771                 <fieldValue name='textTranslationvalue='0.28223 1.62812 0.41524'/>
3772                 <fieldValue name='textColorvalue='0 0 0'/>
3773            </ProtoInstance>
3774            <ProtoInstance name='Vertex'>
3775                 <fieldValue name='vertexTextvalue='"difference"'/>
3776                 <fieldValue name='descriptionvalue='48: difference'/>
3777                 <fieldValue name='url'/>
3778                 <fieldValue name='radiusvalue='0.1500'/>
3779                 <fieldValue name='displayMode'/>
3780                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3781                 <fieldValue name='transparencyvalue='0'/>
3782                 <fieldValue name='translationvalue='2.66386 0.27427 1.10167'/>
3783                 <fieldValue name='textTranslationvalue='2.81386 0.27427 1.10167'/>
3784                 <fieldValue name='textColorvalue='0 0 0'/>
3785            </ProtoInstance>
3786            <ProtoInstance name='Vertex'>
3787                 <fieldValue name='vertexTextvalue='"disaster"'/>
3788                 <fieldValue name='descriptionvalue='49: disaster'/>
3789                 <fieldValue name='url'/>
3790                 <fieldValue name='radiusvalue='0.1500'/>
3791                 <fieldValue name='displayMode'/>
3792                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3793                 <fieldValue name='transparencyvalue='0'/>
3794                 <fieldValue name='translationvalue='-2.49523 -0.56446 -1.80335'/>
3795                 <fieldValue name='textTranslationvalue='-2.34523 -0.56446 -1.80335'/>
3796                 <fieldValue name='textColorvalue='0 0 0'/>
3797            </ProtoInstance>
3798            <ProtoInstance name='Vertex'>
3799                 <fieldValue name='vertexTextvalue='"division"'/>
3800                 <fieldValue name='descriptionvalue='50: division'/>
3801                 <fieldValue name='url'/>
3802                 <fieldValue name='radiusvalue='0.1500'/>
3803                 <fieldValue name='displayMode'/>
3804                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3805                 <fieldValue name='transparencyvalue='0'/>
3806                 <fieldValue name='translationvalue='0.20297 -2.63029 -1.91384'/>
3807                 <fieldValue name='textTranslationvalue='0.35297 -2.63029 -1.91384'/>
3808                 <fieldValue name='textColorvalue='0 0 0'/>
3809            </ProtoInstance>
3810            <ProtoInstance name='Vertex'>
3811                 <fieldValue name='vertexTextvalue='"donate"'/>
3812                 <fieldValue name='descriptionvalue='51: donate'/>
3813                 <fieldValue name='url'/>
3814                 <fieldValue name='radiusvalue='0.1500'/>
3815                 <fieldValue name='displayMode'/>
3816                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3817                 <fieldValue name='transparencyvalue='0'/>
3818                 <fieldValue name='translationvalue='1.53412 0.61221 0.06571'/>
3819                 <fieldValue name='textTranslationvalue='1.68412 0.61221 0.06571'/>
3820                 <fieldValue name='textColorvalue='0 0 0'/>
3821            </ProtoInstance>
3822            <ProtoInstance name='Vertex'>
3823                 <fieldValue name='vertexTextvalue='"donations"'/>
3824                 <fieldValue name='descriptionvalue='52: donations'/>
3825                 <fieldValue name='url'/>
3826                 <fieldValue name='radiusvalue='0.1500'/>
3827                 <fieldValue name='displayMode'/>
3828                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3829                 <fieldValue name='transparencyvalue='0'/>
3830                 <fieldValue name='translationvalue='2.55926 1.22982 0.63817'/>
3831                 <fieldValue name='textTranslationvalue='2.70926 1.22982 0.63817'/>
3832                 <fieldValue name='textColorvalue='0 0 0'/>
3833            </ProtoInstance>
3834            <ProtoInstance name='Vertex'>
3835                 <fieldValue name='vertexTextvalue='"donor"'/>
3836                 <fieldValue name='descriptionvalue='53: donor'/>
3837                 <fieldValue name='url'/>
3838                 <fieldValue name='radiusvalue='0.1500'/>
3839                 <fieldValue name='displayMode'/>
3840                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3841                 <fieldValue name='transparencyvalue='0'/>
3842                 <fieldValue name='translationvalue='1.87915 0.96088 1.24402'/>
3843                 <fieldValue name='textTranslationvalue='2.02915 0.96088 1.24402'/>
3844                 <fieldValue name='textColorvalue='0 0 0'/>
3845            </ProtoInstance>
3846            <ProtoInstance name='Vertex'>
3847                 <fieldValue name='vertexTextvalue='"earth"'/>
3848                 <fieldValue name='descriptionvalue='54: earth'/>
3849                 <fieldValue name='url'/>
3850                 <fieldValue name='radiusvalue='0.1500'/>
3851                 <fieldValue name='displayMode'/>
3852                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3853                 <fieldValue name='transparencyvalue='0'/>
3854                 <fieldValue name='translationvalue='0.86918 0.01648 -1.62061'/>
3855                 <fieldValue name='textTranslationvalue='1.01918 0.01648 -1.62061'/>
3856                 <fieldValue name='textColorvalue='0 0 0'/>
3857            </ProtoInstance>
3858            <ProtoInstance name='Vertex'>
3859                 <fieldValue name='vertexTextvalue='"edition"'/>
3860                 <fieldValue name='descriptionvalue='55: edition'/>
3861                 <fieldValue name='url'/>
3862                 <fieldValue name='radiusvalue='0.1500'/>
3863                 <fieldValue name='displayMode'/>
3864                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3865                 <fieldValue name='transparencyvalue='0'/>
3866                 <fieldValue name='translationvalue='2.15012 0.71346 1.78592'/>
3867                 <fieldValue name='textTranslationvalue='2.30012 0.71346 1.78592'/>
3868                 <fieldValue name='textColorvalue='0 0 0'/>
3869            </ProtoInstance>
3870            <ProtoInstance name='Vertex'>
3871                 <fieldValue name='vertexTextvalue='"environmental"'/>
3872                 <fieldValue name='descriptionvalue='56: environmental'/>
3873                 <fieldValue name='url'/>
3874                 <fieldValue name='radiusvalue='0.1500'/>
3875                 <fieldValue name='displayMode'/>
3876                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3877                 <fieldValue name='transparencyvalue='0'/>
3878                 <fieldValue name='translationvalue='-0.98330 2.52952 0.56292'/>
3879                 <fieldValue name='textTranslationvalue='-0.83330 2.52952 0.56292'/>
3880                 <fieldValue name='textColorvalue='0 0 0'/>
3881            </ProtoInstance>
3882            <ProtoInstance name='Vertex'>
3883                 <fieldValue name='vertexTextvalue='"europe"'/>
3884                 <fieldValue name='descriptionvalue='57: europe'/>
3885                 <fieldValue name='url'/>
3886                 <fieldValue name='radiusvalue='0.1500'/>
3887                 <fieldValue name='displayMode'/>
3888                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3889                 <fieldValue name='transparencyvalue='0'/>
3890                 <fieldValue name='translationvalue='-1.06474 1.02370 2.01823'/>
3891                 <fieldValue name='textTranslationvalue='-0.91474 1.02370 2.01823'/>
3892                 <fieldValue name='textColorvalue='0 0 0'/>
3893            </ProtoInstance>
3894            <ProtoInstance name='Vertex'>
3895                 <fieldValue name='vertexTextvalue='"evacuees"'/>
3896                 <fieldValue name='descriptionvalue='58: evacuees'/>
3897                 <fieldValue name='url'/>
3898                 <fieldValue name='radiusvalue='0.1500'/>
3899                 <fieldValue name='displayMode'/>
3900                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3901                 <fieldValue name='transparencyvalue='0'/>
3902                 <fieldValue name='translationvalue='0.59516 -2.31898 -2.32039'/>
3903                 <fieldValue name='textTranslationvalue='0.74516 -2.31898 -2.32039'/>
3904                 <fieldValue name='textColorvalue='0 0 0'/>
3905            </ProtoInstance>
3906            <ProtoInstance name='Vertex'>
3907                 <fieldValue name='vertexTextvalue='"experience"'/>
3908                 <fieldValue name='descriptionvalue='59: experience'/>
3909                 <fieldValue name='url'/>
3910                 <fieldValue name='radiusvalue='0.1500'/>
3911                 <fieldValue name='displayMode'/>
3912                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3913                 <fieldValue name='transparencyvalue='0'/>
3914                 <fieldValue name='translationvalue='2.11728 -1.61216 0.29485'/>
3915                 <fieldValue name='textTranslationvalue='2.26728 -1.61216 0.29485'/>
3916                 <fieldValue name='textColorvalue='0 0 0'/>
3917            </ProtoInstance>
3918            <ProtoInstance name='Vertex'>
3919                 <fieldValue name='vertexTextvalue='"fantastic"'/>
3920                 <fieldValue name='descriptionvalue='60: fantastic'/>
3921                 <fieldValue name='url'/>
3922                 <fieldValue name='radiusvalue='0.1500'/>
3923                 <fieldValue name='displayMode'/>
3924                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3925                 <fieldValue name='transparencyvalue='0'/>
3926                 <fieldValue name='translationvalue='-0.30937 -2.45090 1.64900'/>
3927                 <fieldValue name='textTranslationvalue='-0.15937 -2.45090 1.64900'/>
3928                 <fieldValue name='textColorvalue='0 0 0'/>
3929            </ProtoInstance>
3930            <ProtoInstance name='Vertex'>
3931                 <fieldValue name='vertexTextvalue='"favorites"'/>
3932                 <fieldValue name='descriptionvalue='61: favorites'/>
3933                 <fieldValue name='url'/>
3934                 <fieldValue name='radiusvalue='0.1500'/>
3935                 <fieldValue name='displayMode'/>
3936                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3937                 <fieldValue name='transparencyvalue='0'/>
3938                 <fieldValue name='translationvalue='0.82229 2.49533 -1.88196'/>
3939                 <fieldValue name='textTranslationvalue='0.97229 2.49533 -1.88196'/>
3940                 <fieldValue name='textColorvalue='0 0 0'/>
3941            </ProtoInstance>
3942            <ProtoInstance name='Vertex'>
3943                 <fieldValue name='vertexTextvalue='"fellow"'/>
3944                 <fieldValue name='descriptionvalue='62: fellow'/>
3945                 <fieldValue name='url'/>
3946                 <fieldValue name='radiusvalue='0.1500'/>
3947                 <fieldValue name='displayMode'/>
3948                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3949                 <fieldValue name='transparencyvalue='0'/>
3950                 <fieldValue name='translationvalue='1.94416 -1.67962 0.59285'/>
3951                 <fieldValue name='textTranslationvalue='2.09416 -1.67962 0.59285'/>
3952                 <fieldValue name='textColorvalue='0 0 0'/>
3953            </ProtoInstance>
3954            <ProtoInstance name='Vertex'>
3955                 <fieldValue name='vertexTextvalue='"field"'/>
3956                 <fieldValue name='descriptionvalue='63: field'/>
3957                 <fieldValue name='url'/>
3958                 <fieldValue name='radiusvalue='0.1500'/>
3959                 <fieldValue name='displayMode'/>
3960                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3961                 <fieldValue name='transparencyvalue='0'/>
3962                 <fieldValue name='translationvalue='0.86512 0.38807 -1.14043'/>
3963                 <fieldValue name='textTranslationvalue='1.01512 0.38807 -1.14043'/>
3964                 <fieldValue name='textColorvalue='0 0 0'/>
3965            </ProtoInstance>
3966            <ProtoInstance name='Vertex'>
3967                 <fieldValue name='vertexTextvalue='"fighting"'/>
3968                 <fieldValue name='descriptionvalue='64: fighting'/>
3969                 <fieldValue name='url'/>
3970                 <fieldValue name='radiusvalue='0.1500'/>
3971                 <fieldValue name='displayMode'/>
3972                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3973                 <fieldValue name='transparencyvalue='0'/>
3974                 <fieldValue name='translationvalue='0.66574 1.86416 -1.76960'/>
3975                 <fieldValue name='textTranslationvalue='0.81574 1.86416 -1.76960'/>
3976                 <fieldValue name='textColorvalue='0 0 0'/>
3977            </ProtoInstance>
3978            <ProtoInstance name='Vertex'>
3979                 <fieldValue name='vertexTextvalue='"flexibility"'/>
3980                 <fieldValue name='descriptionvalue='65: flexibility'/>
3981                 <fieldValue name='url'/>
3982                 <fieldValue name='radiusvalue='0.1500'/>
3983                 <fieldValue name='displayMode'/>
3984                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3985                 <fieldValue name='transparencyvalue='0'/>
3986                 <fieldValue name='translationvalue='-0.06630 2.75331 0.52106'/>
3987                 <fieldValue name='textTranslationvalue='0.08370 2.75331 0.52106'/>
3988                 <fieldValue name='textColorvalue='0 0 0'/>
3989            </ProtoInstance>
3990            <ProtoInstance name='Vertex'>
3991                 <fieldValue name='vertexTextvalue='"focus"'/>
3992                 <fieldValue name='descriptionvalue='66: focus'/>
3993                 <fieldValue name='url'/>
3994                 <fieldValue name='radiusvalue='0.1500'/>
3995                 <fieldValue name='displayMode'/>
3996                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3997                 <fieldValue name='transparencyvalue='0'/>
3998                 <fieldValue name='translationvalue='-0.50765 1.84984 1.19129'/>
3999                 <fieldValue name='textTranslationvalue='-0.35765 1.84984 1.19129'/>
4000                 <fieldValue name='textColorvalue='0 0 0'/>
4001            </ProtoInstance>
4002            <ProtoInstance name='Vertex'>
4003                 <fieldValue name='vertexTextvalue='"follow"'/>
4004                 <fieldValue name='descriptionvalue='67: follow'/>
4005                 <fieldValue name='url'/>
4006                 <fieldValue name='radiusvalue='0.1500'/>
4007                 <fieldValue name='displayMode'/>
4008                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4009                 <fieldValue name='transparencyvalue='0'/>
4010                 <fieldValue name='translationvalue='0.76232 0.98423 -1.47758'/>
4011                 <fieldValue name='textTranslationvalue='0.91232 0.98423 -1.47758'/>
4012                 <fieldValue name='textColorvalue='0 0 0'/>
4013            </ProtoInstance>
4014            <ProtoInstance name='Vertex'>
4015                 <fieldValue name='vertexTextvalue='"followers"'/>
4016                 <fieldValue name='descriptionvalue='68: followers'/>
4017                 <fieldValue name='url'/>
4018                 <fieldValue name='radiusvalue='0.1500'/>
4019                 <fieldValue name='displayMode'/>
4020                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4021                 <fieldValue name='transparencyvalue='0'/>
4022                 <fieldValue name='translationvalue='0.35078 2.35256 -2.17428'/>
4023                 <fieldValue name='textTranslationvalue='0.50078 2.35256 -2.17428'/>
4024                 <fieldValue name='textColorvalue='0 0 0'/>
4025            </ProtoInstance>
4026            <ProtoInstance name='Vertex'>
4027                 <fieldValue name='vertexTextvalue='"food"'/>
4028                 <fieldValue name='descriptionvalue='69: food'/>
4029                 <fieldValue name='url'/>
4030                 <fieldValue name='radiusvalue='0.1500'/>
4031                 <fieldValue name='displayMode'/>
4032                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4033                 <fieldValue name='transparencyvalue='0'/>
4034                 <fieldValue name='translationvalue='0.38463 2.57555 -1.44875'/>
4035                 <fieldValue name='textTranslationvalue='0.53463 2.57555 -1.44875'/>
4036                 <fieldValue name='textColorvalue='0 0 0'/>
4037            </ProtoInstance>
4038            <ProtoInstance name='Vertex'>
4039                 <fieldValue name='vertexTextvalue='"force"'/>
4040                 <fieldValue name='descriptionvalue='70: force'/>
4041                 <fieldValue name='url'/>
4042                 <fieldValue name='radiusvalue='0.1500'/>
4043                 <fieldValue name='displayMode'/>
4044                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4045                 <fieldValue name='transparencyvalue='0'/>
4046                 <fieldValue name='translationvalue='-2.13219 -0.34830 -2.41108'/>
4047                 <fieldValue name='textTranslationvalue='-1.98219 -0.34830 -2.41108'/>
4048                 <fieldValue name='textColorvalue='0 0 0'/>
4049            </ProtoInstance>
4050            <ProtoInstance name='Vertex'>
4051                 <fieldValue name='vertexTextvalue='"friend"'/>
4052                 <fieldValue name='descriptionvalue='71: friend'/>
4053                 <fieldValue name='url'/>
4054                 <fieldValue name='radiusvalue='0.1500'/>
4055                 <fieldValue name='displayMode'/>
4056                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4057                 <fieldValue name='transparencyvalue='0'/>
4058                 <fieldValue name='translationvalue='0.76232 0.98423 -1.47758'/>
4059                 <fieldValue name='textTranslationvalue='0.91232 0.98423 -1.47758'/>
4060                 <fieldValue name='textColorvalue='0 0 0'/>
4061            </ProtoInstance>
4062            <ProtoInstance name='Vertex'>
4063                 <fieldValue name='vertexTextvalue='"future"'/>
4064                 <fieldValue name='descriptionvalue='72: future'/>
4065                 <fieldValue name='url'/>
4066                 <fieldValue name='radiusvalue='0.1500'/>
4067                 <fieldValue name='displayMode'/>
4068                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4069                 <fieldValue name='transparencyvalue='0'/>
4070                 <fieldValue name='translationvalue='-1.01711 0.24691 2.75049'/>
4071                 <fieldValue name='textTranslationvalue='-0.86711 0.24691 2.75049'/>
4072                 <fieldValue name='textColorvalue='0 0 0'/>
4073            </ProtoInstance>
4074            <ProtoInstance name='Vertex'>
4075                 <fieldValue name='vertexTextvalue='"general"'/>
4076                 <fieldValue name='descriptionvalue='73: general'/>
4077                 <fieldValue name='url'/>
4078                 <fieldValue name='radiusvalue='0.1500'/>
4079                 <fieldValue name='displayMode'/>
4080                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4081                 <fieldValue name='transparencyvalue='0'/>
4082                 <fieldValue name='translationvalue='-1.96555 -0.86618 -2.42812'/>
4083                 <fieldValue name='textTranslationvalue='-1.81555 -0.86618 -2.42812'/>
4084                 <fieldValue name='textColorvalue='0 0 0'/>
4085            </ProtoInstance>
4086            <ProtoInstance name='Vertex'>
4087                 <fieldValue name='vertexTextvalue='"give"'/>
4088                 <fieldValue name='descriptionvalue='74: give'/>
4089                 <fieldValue name='url'/>
4090                 <fieldValue name='radiusvalue='0.1500'/>
4091                 <fieldValue name='displayMode'/>
4092                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4093                 <fieldValue name='transparencyvalue='0'/>
4094                 <fieldValue name='translationvalue='2.25737 0.72758 1.19337'/>
4095                 <fieldValue name='textTranslationvalue='2.40737 0.72758 1.19337'/>
4096                 <fieldValue name='textColorvalue='0 0 0'/>
4097            </ProtoInstance>
4098            <ProtoInstance name='Vertex'>
4099                 <fieldValue name='vertexTextvalue='"global"'/>
4100                 <fieldValue name='descriptionvalue='75: global'/>
4101                 <fieldValue name='url'/>
4102                 <fieldValue name='radiusvalue='0.1500'/>
4103                 <fieldValue name='displayMode'/>
4104                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4105                 <fieldValue name='transparencyvalue='0'/>
4106                 <fieldValue name='translationvalue='0.19704 2.35819 1.43548'/>
4107                 <fieldValue name='textTranslationvalue='0.34704 2.35819 1.43548'/>
4108                 <fieldValue name='textColorvalue='0 0 0'/>
4109            </ProtoInstance>
4110            <ProtoInstance name='Vertex'>
4111                 <fieldValue name='vertexTextvalue='"haitians"'/>
4112                 <fieldValue name='descriptionvalue='76: haitians'/>
4113                 <fieldValue name='url'/>
4114                 <fieldValue name='radiusvalue='0.1500'/>
4115                 <fieldValue name='displayMode'/>
4116                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4117                 <fieldValue name='transparencyvalue='0'/>
4118                 <fieldValue name='translationvalue='-0.56492 2.33132 0.85283'/>
4119                 <fieldValue name='textTranslationvalue='-0.41492 2.33132 0.85283'/>
4120                 <fieldValue name='textColorvalue='0 0 0'/>
4121            </ProtoInstance>
4122            <ProtoInstance name='Vertex'>
4123                 <fieldValue name='vertexTextvalue='"hand"'/>
4124                 <fieldValue name='descriptionvalue='77: hand'/>
4125                 <fieldValue name='url'/>
4126                 <fieldValue name='radiusvalue='0.1500'/>
4127                 <fieldValue name='displayMode'/>
4128                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4129                 <fieldValue name='transparencyvalue='0'/>
4130                 <fieldValue name='translationvalue='1.34403 -1.74142 0.94818'/>
4131                 <fieldValue name='textTranslationvalue='1.49403 -1.74142 0.94818'/>
4132                 <fieldValue name='textColorvalue='0 0 0'/>
4133            </ProtoInstance>
4134            <ProtoInstance name='Vertex'>
4135                 <fieldValue name='vertexTextvalue='"helping"'/>
4136                 <fieldValue name='descriptionvalue='78: helping'/>
4137                 <fieldValue name='url'/>
4138                 <fieldValue name='radiusvalue='0.1500'/>
4139                 <fieldValue name='displayMode'/>
4140                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4141                 <fieldValue name='transparencyvalue='0'/>
4142                 <fieldValue name='translationvalue='0.92411 -1.91741 1.03966'/>
4143                 <fieldValue name='textTranslationvalue='1.07411 -1.91741 1.03966'/>
4144                 <fieldValue name='textColorvalue='0 0 0'/>
4145            </ProtoInstance>
4146            <ProtoInstance name='Vertex'>
4147                 <fieldValue name='vertexTextvalue='"history"'/>
4148                 <fieldValue name='descriptionvalue='79: history'/>
4149                 <fieldValue name='url'/>
4150                 <fieldValue name='radiusvalue='0.1500'/>
4151                 <fieldValue name='displayMode'/>
4152                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4153                 <fieldValue name='transparencyvalue='0'/>
4154                 <fieldValue name='translationvalue='-1.26052 0.57224 2.54906'/>
4155                 <fieldValue name='textTranslationvalue='-1.11052 0.57224 2.54906'/>
4156                 <fieldValue name='textColorvalue='0 0 0'/>
4157            </ProtoInstance>
4158            <ProtoInstance name='Vertex'>
4159                 <fieldValue name='vertexTextvalue='"hope"'/>
4160                 <fieldValue name='descriptionvalue='80: hope'/>
4161                 <fieldValue name='url'/>
4162                 <fieldValue name='radiusvalue='0.1500'/>
4163                 <fieldValue name='displayMode'/>
4164                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4165                 <fieldValue name='transparencyvalue='0'/>
4166                 <fieldValue name='translationvalue='1.16219 -0.45128 -0.13640'/>
4167                 <fieldValue name='textTranslationvalue='1.31219 -0.45128 -0.13640'/>
4168                 <fieldValue name='textColorvalue='0 0 0'/>
4169            </ProtoInstance>
4170            <ProtoInstance name='Vertex'>
4171                 <fieldValue name='vertexTextvalue='"hotel"'/>
4172                 <fieldValue name='descriptionvalue='81: hotel'/>
4173                 <fieldValue name='url'/>
4174                 <fieldValue name='radiusvalue='0.1500'/>
4175                 <fieldValue name='displayMode'/>
4176                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4177                 <fieldValue name='transparencyvalue='0'/>
4178                 <fieldValue name='translationvalue='-2.12294 -1.18077 -1.89749'/>
4179                 <fieldValue name='textTranslationvalue='-1.97294 -1.18077 -1.89749'/>
4180                 <fieldValue name='textColorvalue='0 0 0'/>
4181            </ProtoInstance>
4182            <ProtoInstance name='Vertex'>
4183                 <fieldValue name='vertexTextvalue='"humanitarian"'/>
4184                 <fieldValue name='descriptionvalue='82: humanitarian'/>
4185                 <fieldValue name='url'/>
4186                 <fieldValue name='radiusvalue='0.1500'/>
4187                 <fieldValue name='displayMode'/>
4188                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4189                 <fieldValue name='transparencyvalue='0'/>
4190                 <fieldValue name='translationvalue='-2.49967 -0.58024 -1.79474'/>
4191                 <fieldValue name='textTranslationvalue='-2.34967 -0.58024 -1.79474'/>
4192                 <fieldValue name='textColorvalue='0 0 0'/>
4193            </ProtoInstance>
4194            <ProtoInstance name='Vertex'>
4195                 <fieldValue name='vertexTextvalue='"hunger"'/>
4196                 <fieldValue name='descriptionvalue='83: hunger'/>
4197                 <fieldValue name='url'/>
4198                 <fieldValue name='radiusvalue='0.1500'/>
4199                 <fieldValue name='displayMode'/>
4200                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4201                 <fieldValue name='transparencyvalue='0'/>
4202                 <fieldValue name='translationvalue='0.06506 2.61364 -1.89355'/>
4203                 <fieldValue name='textTranslationvalue='0.21506 2.61364 -1.89355'/>
4204                 <fieldValue name='textColorvalue='0 0 0'/>
4205            </ProtoInstance>
4206            <ProtoInstance name='Vertex'>
4207                 <fieldValue name='vertexTextvalue='"immediately"'/>
4208                 <fieldValue name='descriptionvalue='84: immediately'/>
4209                 <fieldValue name='url'/>
4210                 <fieldValue name='radiusvalue='0.1500'/>
4211                 <fieldValue name='displayMode'/>
4212                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4213                 <fieldValue name='transparencyvalue='0'/>
4214                 <fieldValue name='translationvalue='2.47512 0.54540 1.16456'/>
4215                 <fieldValue name='textTranslationvalue='2.62512 0.54540 1.16456'/>
4216                 <fieldValue name='textColorvalue='0 0 0'/>
4217            </ProtoInstance>
4218            <ProtoInstance name='Vertex'>
4219                 <fieldValue name='vertexTextvalue='"job"'/>
4220                 <fieldValue name='descriptionvalue='85: job'/>
4221                 <fieldValue name='url'/>
4222                 <fieldValue name='radiusvalue='0.1500'/>
4223                 <fieldValue name='displayMode'/>
4224                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4225                 <fieldValue name='transparencyvalue='0'/>
4226                 <fieldValue name='translationvalue='-0.23201 -2.75331 1.13614'/>
4227                 <fieldValue name='textTranslationvalue='-0.08201 -2.75331 1.13614'/>
4228                 <fieldValue name='textColorvalue='0 0 0'/>
4229            </ProtoInstance>
4230            <ProtoInstance name='Vertex'>
4231                 <fieldValue name='vertexTextvalue='"joined"'/>
4232                 <fieldValue name='descriptionvalue='86: joined'/>
4233                 <fieldValue name='url'/>
4234                 <fieldValue name='radiusvalue='0.1500'/>
4235                 <fieldValue name='displayMode'/>
4236                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4237                 <fieldValue name='transparencyvalue='0'/>
4238                 <fieldValue name='translationvalue='1.83720 -1.37012 0.49553'/>
4239                 <fieldValue name='textTranslationvalue='1.98720 -1.37012 0.49553'/>
4240                 <fieldValue name='textColorvalue='0 0 0'/>
4241            </ProtoInstance>
4242            <ProtoInstance name='Vertex'>
4243                 <fieldValue name='vertexTextvalue='"joint"'/>
4244                 <fieldValue name='descriptionvalue='87: joint'/>
4245                 <fieldValue name='url'/>
4246                 <fieldValue name='radiusvalue='0.1500'/>
4247                 <fieldValue name='displayMode'/>
4248                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4249                 <fieldValue name='transparencyvalue='0'/>
4250                 <fieldValue name='translationvalue='-2.13087 -0.84152 -2.14810'/>
4251                 <fieldValue name='textTranslationvalue='-1.98087 -0.84152 -2.14810'/>
4252                 <fieldValue name='textColorvalue='0 0 0'/>
4253            </ProtoInstance>
4254            <ProtoInstance name='Vertex'>
4255                 <fieldValue name='vertexTextvalue='"keen"'/>
4256                 <fieldValue name='descriptionvalue='88: keen'/>
4257                 <fieldValue name='url'/>
4258                 <fieldValue name='radiusvalue='0.1500'/>
4259                 <fieldValue name='displayMode'/>
4260                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4261                 <fieldValue name='transparencyvalue='0'/>
4262                 <fieldValue name='translationvalue='-1.61641 -0.31146 -1.32917'/>
4263                 <fieldValue name='textTranslationvalue='-1.46641 -0.31146 -1.32917'/>
4264                 <fieldValue name='textColorvalue='0 0 0'/>
4265            </ProtoInstance>
4266            <ProtoInstance name='Vertex'>
4267                 <fieldValue name='vertexTextvalue='"kits"'/>
4268                 <fieldValue name='descriptionvalue='89: kits'/>
4269                 <fieldValue name='url'/>
4270                 <fieldValue name='radiusvalue='0.1500'/>
4271                 <fieldValue name='displayMode'/>
4272                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4273                 <fieldValue name='transparencyvalue='0'/>
4274                 <fieldValue name='translationvalue='2.31919 0.79277 1.35899'/>
4275                 <fieldValue name='textTranslationvalue='2.46919 0.79277 1.35899'/>
4276                 <fieldValue name='textColorvalue='0 0 0'/>
4277            </ProtoInstance>
4278            <ProtoInstance name='Vertex'>
4279                 <fieldValue name='vertexTextvalue='"latest"'/>
4280                 <fieldValue name='descriptionvalue='90: latest'/>
4281                 <fieldValue name='url'/>
4282                 <fieldValue name='radiusvalue='0.1500'/>
4283                 <fieldValue name='displayMode'/>
4284                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4285                 <fieldValue name='transparencyvalue='0'/>
4286                 <fieldValue name='translationvalue='0.04589 1.13744 -0.05955'/>
4287                 <fieldValue name='textTranslationvalue='0.19589 1.13744 -0.05955'/>
4288                 <fieldValue name='textColorvalue='0 0 0'/>
4289            </ProtoInstance>
4290            <ProtoInstance name='Vertex'>
4291                 <fieldValue name='vertexTextvalue='"latin"'/>
4292                 <fieldValue name='descriptionvalue='91: latin'/>
4293                 <fieldValue name='url'/>
4294                 <fieldValue name='radiusvalue='0.1500'/>
4295                 <fieldValue name='displayMode'/>
4296                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4297                 <fieldValue name='transparencyvalue='0'/>
4298                 <fieldValue name='translationvalue='0.19457 2.60189 1.07191'/>
4299                 <fieldValue name='textTranslationvalue='0.34457 2.60189 1.07191'/>
4300                 <fieldValue name='textColorvalue='0 0 0'/>
4301            </ProtoInstance>
4302            <ProtoInstance name='Vertex'>
4303                 <fieldValue name='vertexTextvalue='"leader"'/>
4304                 <fieldValue name='descriptionvalue='92: leader'/>
4305                 <fieldValue name='url'/>
4306                 <fieldValue name='radiusvalue='0.1500'/>
4307                 <fieldValue name='displayMode'/>
4308                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4309                 <fieldValue name='transparencyvalue='0'/>
4310                 <fieldValue name='translationvalue='0.03984 2.17608 1.56541'/>
4311                 <fieldValue name='textTranslationvalue='0.18984 2.17608 1.56541'/>
4312                 <fieldValue name='textColorvalue='0 0 0'/>
4313            </ProtoInstance>
4314            <ProtoInstance name='Vertex'>
4315                 <fieldValue name='vertexTextvalue='"lends"'/>
4316                 <fieldValue name='descriptionvalue='93: lends'/>
4317                 <fieldValue name='url'/>
4318                 <fieldValue name='radiusvalue='0.1500'/>
4319                 <fieldValue name='displayMode'/>
4320                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4321                 <fieldValue name='transparencyvalue='0'/>
4322                 <fieldValue name='translationvalue='1.67359 -1.04532 -0.21396'/>
4323                 <fieldValue name='textTranslationvalue='1.82359 -1.04532 -0.21396'/>
4324                 <fieldValue name='textColorvalue='0 0 0'/>
4325            </ProtoInstance>
4326            <ProtoInstance name='Vertex'>
4327                 <fieldValue name='vertexTextvalue='"lewis"'/>
4328                 <fieldValue name='descriptionvalue='94: lewis'/>
4329                 <fieldValue name='url'/>
4330                 <fieldValue name='radiusvalue='0.1500'/>
4331                 <fieldValue name='displayMode'/>
4332                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4333                 <fieldValue name='transparencyvalue='0'/>
4334                 <fieldValue name='translationvalue='-1.70542 0.52875 -0.79766'/>
4335                 <fieldValue name='textTranslationvalue='-1.55542 0.52875 -0.79766'/>
4336                 <fieldValue name='textColorvalue='0 0 0'/>
4337            </ProtoInstance>
4338            <ProtoInstance name='Vertex'>
4339                 <fieldValue name='vertexTextvalue='"light"'/>
4340                 <fieldValue name='descriptionvalue='95: light'/>
4341                 <fieldValue name='url'/>
4342                 <fieldValue name='radiusvalue='0.1500'/>
4343                 <fieldValue name='displayMode'/>
4344                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4345                 <fieldValue name='transparencyvalue='0'/>
4346                 <fieldValue name='translationvalue='-0.40360 2.17219 1.60884'/>
4347                 <fieldValue name='textTranslationvalue='-0.25360 2.17219 1.60884'/>
4348                 <fieldValue name='textColorvalue='0 0 0'/>
4349            </ProtoInstance>
4350            <ProtoInstance name='Vertex'>
4351                 <fieldValue name='vertexTextvalue='"limited"'/>
4352                 <fieldValue name='descriptionvalue='96: limited'/>
4353                 <fieldValue name='url'/>
4354                 <fieldValue name='radiusvalue='0.1500'/>
4355                 <fieldValue name='displayMode'/>
4356                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4357                 <fieldValue name='transparencyvalue='0'/>
4358                 <fieldValue name='translationvalue='2.75086 0.63946 0.46463'/>
4359                 <fieldValue name='textTranslationvalue='2.90086 0.63946 0.46463'/>
4360                 <fieldValue name='textColorvalue='0 0 0'/>
4361            </ProtoInstance>
4362            <ProtoInstance name='Vertex'>
4363                 <fieldValue name='vertexTextvalue='"listed"'/>
4364                 <fieldValue name='descriptionvalue='97: listed'/>
4365                 <fieldValue name='url'/>
4366                 <fieldValue name='radiusvalue='0.1500'/>
4367                 <fieldValue name='displayMode'/>
4368                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4369                 <fieldValue name='transparencyvalue='0'/>
4370                 <fieldValue name='translationvalue='0.35078 2.35256 -2.17428'/>
4371                 <fieldValue name='textTranslationvalue='0.50078 2.35256 -2.17428'/>
4372                 <fieldValue name='textColorvalue='0 0 0'/>
4373            </ProtoInstance>
4374            <ProtoInstance name='Vertex'>
4375                 <fieldValue name='vertexTextvalue='"lists"'/>
4376                 <fieldValue name='descriptionvalue='98: lists'/>
4377                 <fieldValue name='url'/>
4378                 <fieldValue name='radiusvalue='0.1500'/>
4379                 <fieldValue name='displayMode'/>
4380                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4381                 <fieldValue name='transparencyvalue='0'/>
4382                 <fieldValue name='translationvalue='0.82229 2.49533 -1.88196'/>
4383                 <fieldValue name='textTranslationvalue='0.97229 2.49533 -1.88196'/>
4384                 <fieldValue name='textColorvalue='0 0 0'/>
4385            </ProtoInstance>
4386            <ProtoInstance name='Vertex'>
4387                 <fieldValue name='vertexTextvalue='"location"'/>
4388                 <fieldValue name='descriptionvalue='99: location'/>
4389                 <fieldValue name='url'/>
4390                 <fieldValue name='radiusvalue='0.1500'/>
4391                 <fieldValue name='displayMode'/>
4392                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4393                 <fieldValue name='transparencyvalue='0'/>
4394                 <fieldValue name='translationvalue='0.40165 2.51168 -1.58542'/>
4395                 <fieldValue name='textTranslationvalue='0.55165 2.51168 -1.58542'/>
4396                 <fieldValue name='textColorvalue='0 0 0'/>
4397            </ProtoInstance>
4398            <ProtoInstance name='Vertex'>
4399                 <fieldValue name='vertexTextvalue='"lot"'/>
4400                 <fieldValue name='descriptionvalue='100: lot'/>
4401                 <fieldValue name='url'/>
4402                 <fieldValue name='radiusvalue='0.1500'/>
4403                 <fieldValue name='displayMode'/>
4404                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4405                 <fieldValue name='transparencyvalue='0'/>
4406                 <fieldValue name='translationvalue='-1.26287 0.38476 2.52398'/>
4407                 <fieldValue name='textTranslationvalue='-1.11287 0.38476 2.52398'/>
4408                 <fieldValue name='textColorvalue='0 0 0'/>
4409            </ProtoInstance>
4410            <ProtoInstance name='Vertex'>
4411                 <fieldValue name='vertexTextvalue='"matthew"'/>
4412                 <fieldValue name='descriptionvalue='101: matthew'/>
4413                 <fieldValue name='url'/>
4414                 <fieldValue name='radiusvalue='0.1500'/>
4415                 <fieldValue name='displayMode'/>
4416                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4417                 <fieldValue name='transparencyvalue='0'/>
4418                 <fieldValue name='translationvalue='1.15161 -1.84660 -2.54261'/>
4419                 <fieldValue name='textTranslationvalue='1.30161 -1.84660 -2.54261'/>
4420                 <fieldValue name='textColorvalue='0 0 0'/>
4421            </ProtoInstance>
4422            <ProtoInstance name='Vertex'>
4423                 <fieldValue name='vertexTextvalue='"mb"'/>
4424                 <fieldValue name='descriptionvalue='102: mb'/>
4425                 <fieldValue name='url'/>
4426                 <fieldValue name='radiusvalue='0.1500'/>
4427                 <fieldValue name='displayMode'/>
4428                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4429                 <fieldValue name='transparencyvalue='0'/>
4430                 <fieldValue name='translationvalue='-1.33371 0.29852 -1.20559'/>
4431                 <fieldValue name='textTranslationvalue='-1.18371 0.29852 -1.20559'/>
4432                 <fieldValue name='textColorvalue='0 0 0'/>
4433            </ProtoInstance>
4434            <ProtoInstance name='Vertex'>
4435                 <fieldValue name='vertexTextvalue='"medical"'/>
4436                 <fieldValue name='descriptionvalue='103: medical'/>
4437                 <fieldValue name='url'/>
4438                 <fieldValue name='radiusvalue='0.1500'/>
4439                 <fieldValue name='displayMode'/>
4440                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4441                 <fieldValue name='transparencyvalue='0'/>
4442                 <fieldValue name='translationvalue='0.72170 -2.31524 -2.25612'/>
4443                 <fieldValue name='textTranslationvalue='0.87170 -2.31524 -2.25612'/>
4444                 <fieldValue name='textColorvalue='0 0 0'/>
4445            </ProtoInstance>
4446            <ProtoInstance name='Vertex'>
4447                 <fieldValue name='vertexTextvalue='"medicine"'/>
4448                 <fieldValue name='descriptionvalue='104: medicine'/>
4449                 <fieldValue name='url'/>
4450                 <fieldValue name='radiusvalue='0.1500'/>
4451                 <fieldValue name='displayMode'/>
4452                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4453                 <fieldValue name='transparencyvalue='0'/>
4454                 <fieldValue name='translationvalue='1.80628 -1.26709 0.67532'/>
4455                 <fieldValue name='textTranslationvalue='1.95628 -1.26709 0.67532'/>
4456                 <fieldValue name='textColorvalue='0 0 0'/>
4457            </ProtoInstance>
4458            <ProtoInstance name='Vertex'>
4459                 <fieldValue name='vertexTextvalue='"miami"'/>
4460                 <fieldValue name='descriptionvalue='105: miami'/>
4461                 <fieldValue name='url'/>
4462                 <fieldValue name='radiusvalue='0.1500'/>
4463                 <fieldValue name='displayMode'/>
4464                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4465                 <fieldValue name='transparencyvalue='0'/>
4466                 <fieldValue name='translationvalue='-2.27558 -1.50329 -1.33645'/>
4467                 <fieldValue name='textTranslationvalue='-2.12558 -1.50329 -1.33645'/>
4468                 <fieldValue name='textColorvalue='0 0 0'/>
4469            </ProtoInstance>
4470            <ProtoInstance name='Vertex'>
4471                 <fieldValue name='vertexTextvalue='"millions"'/>
4472                 <fieldValue name='descriptionvalue='106: millions'/>
4473                 <fieldValue name='url'/>
4474                 <fieldValue name='radiusvalue='0.1500'/>
4475                 <fieldValue name='displayMode'/>
4476                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4477                 <fieldValue name='transparencyvalue='0'/>
4478                 <fieldValue name='translationvalue='2.53483 0.65465 0.96843'/>
4479                 <fieldValue name='textTranslationvalue='2.68483 0.65465 0.96843'/>
4480                 <fieldValue name='textColorvalue='0 0 0'/>
4481            </ProtoInstance>
4482            <ProtoInstance name='Vertex'>
4483                 <fieldValue name='vertexTextvalue='"montana"'/>
4484                 <fieldValue name='descriptionvalue='107: montana'/>
4485                 <fieldValue name='url'/>
4486                 <fieldValue name='radiusvalue='0.1500'/>
4487                 <fieldValue name='displayMode'/>
4488                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4489                 <fieldValue name='transparencyvalue='0'/>
4490                 <fieldValue name='translationvalue='-1.97515 -1.43484 -2.01191'/>
4491                 <fieldValue name='textTranslationvalue='-1.82515 -1.43484 -2.01191'/>
4492                 <fieldValue name='textColorvalue='0 0 0'/>
4493            </ProtoInstance>
4494            <ProtoInstance name='Vertex'>
4495                 <fieldValue name='vertexTextvalue='"news"'/>
4496                 <fieldValue name='descriptionvalue='108: news'/>
4497                 <fieldValue name='url'/>
4498                 <fieldValue name='radiusvalue='0.1500'/>
4499                 <fieldValue name='displayMode'/>
4500                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4501                 <fieldValue name='transparencyvalue='0'/>
4502                 <fieldValue name='translationvalue='-0.54785 1.57841 1.20104'/>
4503                 <fieldValue name='textTranslationvalue='-0.39785 1.57841 1.20104'/>
4504                 <fieldValue name='textColorvalue='0 0 0'/>
4505            </ProtoInstance>
4506            <ProtoInstance name='Vertex'>
4507                 <fieldValue name='vertexTextvalue='"nurses"'/>
4508                 <fieldValue name='descriptionvalue='109: nurses'/>
4509                 <fieldValue name='url'/>
4510                 <fieldValue name='radiusvalue='0.1500'/>
4511                 <fieldValue name='displayMode'/>
4512                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4513                 <fieldValue name='transparencyvalue='0'/>
4514                 <fieldValue name='translationvalue='1.62295 -1.62190 0.71540'/>
4515                 <fieldValue name='textTranslationvalue='1.77295 -1.62190 0.71540'/>
4516                 <fieldValue name='textColorvalue='0 0 0'/>
4517            </ProtoInstance>
4518            <ProtoInstance name='Vertex'>
4519                 <fieldValue name='vertexTextvalue='"official"'/>
4520                 <fieldValue name='descriptionvalue='110: official'/>
4521                 <fieldValue name='url'/>
4522                 <fieldValue name='radiusvalue='0.1500'/>
4523                 <fieldValue name='displayMode'/>
4524                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4525                 <fieldValue name='transparencyvalue='0'/>
4526                 <fieldValue name='translationvalue='-0.00187 2.22200 -0.29089'/>
4527                 <fieldValue name='textTranslationvalue='0.14813 2.22200 -0.29089'/>
4528                 <fieldValue name='textColorvalue='0 0 0'/>
4529            </ProtoInstance>
4530            <ProtoInstance name='Vertex'>
4531                 <fieldValue name='vertexTextvalue='"ongoing"'/>
4532                 <fieldValue name='descriptionvalue='111: ongoing'/>
4533                 <fieldValue name='url'/>
4534                 <fieldValue name='radiusvalue='0.1500'/>
4535                 <fieldValue name='displayMode'/>
4536                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4537                 <fieldValue name='transparencyvalue='0'/>
4538                 <fieldValue name='translationvalue='-0.80449 1.73178 0.50068'/>
4539                 <fieldValue name='textTranslationvalue='-0.65449 1.73178 0.50068'/>
4540                 <fieldValue name='textColorvalue='0 0 0'/>
4541            </ProtoInstance>
4542            <ProtoInstance name='Vertex'>
4543                 <fieldValue name='vertexTextvalue='"operation"'/>
4544                 <fieldValue name='descriptionvalue='112: operation'/>
4545                 <fieldValue name='url'/>
4546                 <fieldValue name='radiusvalue='0.1500'/>
4547                 <fieldValue name='displayMode'/>
4548                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4549                 <fieldValue name='transparencyvalue='0'/>
4550                 <fieldValue name='translationvalue='2.13446 0.70635 0.64065'/>
4551                 <fieldValue name='textTranslationvalue='2.28446 0.70635 0.64065'/>
4552                 <fieldValue name='textColorvalue='0 0 0'/>
4553            </ProtoInstance>
4554            <ProtoInstance name='Vertex'>
4555                 <fieldValue name='vertexTextvalue='"opportunities"'/>
4556                 <fieldValue name='descriptionvalue='113: opportunities'/>
4557                 <fieldValue name='url'/>
4558                 <fieldValue name='radiusvalue='0.1500'/>
4559                 <fieldValue name='displayMode'/>
4560                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4561                 <fieldValue name='transparencyvalue='0'/>
4562                 <fieldValue name='translationvalue='1.62285 -1.05763 0.13590'/>
4563                 <fieldValue name='textTranslationvalue='1.77285 -1.05763 0.13590'/>
4564                 <fieldValue name='textColorvalue='0 0 0'/>
4565            </ProtoInstance>
4566            <ProtoInstance name='Vertex'>
4567                 <fieldValue name='vertexTextvalue='"pa"'/>
4568                 <fieldValue name='descriptionvalue='114: pa'/>
4569                 <fieldValue name='url'/>
4570                 <fieldValue name='radiusvalue='0.1500'/>
4571                 <fieldValue name='displayMode'/>
4572                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4573                 <fieldValue name='transparencyvalue='0'/>
4574                 <fieldValue name='translationvalue='2.01739 -0.74273 1.00093'/>
4575                 <fieldValue name='textTranslationvalue='2.16739 -0.74273 1.00093'/>
4576                 <fieldValue name='textColorvalue='0 0 0'/>
4577            </ProtoInstance>
4578            <ProtoInstance name='Vertex'>
4579                 <fieldValue name='vertexTextvalue='"pain"'/>
4580                 <fieldValue name='descriptionvalue='115: pain'/>
4581                 <fieldValue name='url'/>
4582                 <fieldValue name='radiusvalue='0.1500'/>
4583                 <fieldValue name='displayMode'/>
4584                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4585                 <fieldValue name='transparencyvalue='0'/>
4586                 <fieldValue name='translationvalue='1.09766 -0.25895 -0.73094'/>
4587                 <fieldValue name='textTranslationvalue='1.24766 -0.25895 -0.73094'/>
4588                 <fieldValue name='textColorvalue='0 0 0'/>
4589            </ProtoInstance>
4590            <ProtoInstance name='Vertex'>
4591                 <fieldValue name='vertexTextvalue='"part"'/>
4592                 <fieldValue name='descriptionvalue='116: part'/>
4593                 <fieldValue name='url'/>
4594                 <fieldValue name='radiusvalue='0.1500'/>
4595                 <fieldValue name='displayMode'/>
4596                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4597                 <fieldValue name='transparencyvalue='0'/>
4598                 <fieldValue name='translationvalue='-0.93491 1.10351 -0.07706'/>
4599                 <fieldValue name='textTranslationvalue='-0.78491 1.10351 -0.07706'/>
4600                 <fieldValue name='textColorvalue='0 0 0'/>
4601            </ProtoInstance>
4602            <ProtoInstance name='Vertex'>
4603                 <fieldValue name='vertexTextvalue='"pass"'/>
4604                 <fieldValue name='descriptionvalue='117: pass'/>
4605                 <fieldValue name='url'/>
4606                 <fieldValue name='radiusvalue='0.1500'/>
4607                 <fieldValue name='displayMode'/>
4608                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4609                 <fieldValue name='transparencyvalue='0'/>
4610                 <fieldValue name='translationvalue='0.43015 -1.98932 -2.70881'/>
4611                 <fieldValue name='textTranslationvalue='0.58015 -1.98932 -2.70881'/>
4612                 <fieldValue name='textColorvalue='0 0 0'/>
4613            </ProtoInstance>
4614            <ProtoInstance name='Vertex'>
4615                 <fieldValue name='vertexTextvalue='"pentagon"'/>
4616                 <fieldValue name='descriptionvalue='118: pentagon'/>
4617                 <fieldValue name='url'/>
4618                 <fieldValue name='radiusvalue='0.1500'/>
4619                 <fieldValue name='displayMode'/>
4620                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4621                 <fieldValue name='transparencyvalue='0'/>
4622                 <fieldValue name='translationvalue='-0.66610 0.01488 -1.44646'/>
4623                 <fieldValue name='textTranslationvalue='-0.51610 0.01488 -1.44646'/>
4624                 <fieldValue name='textColorvalue='0 0 0'/>
4625            </ProtoInstance>
4626            <ProtoInstance name='Vertex'>
4627                 <fieldValue name='vertexTextvalue='"people"'/>
4628                 <fieldValue name='descriptionvalue='119: people'/>
4629                 <fieldValue name='url'/>
4630                 <fieldValue name='radiusvalue='0.1500'/>
4631                 <fieldValue name='displayMode'/>
4632                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4633                 <fieldValue name='transparencyvalue='0'/>
4634                 <fieldValue name='translationvalue='1.84108 -1.29316 0.34970'/>
4635                 <fieldValue name='textTranslationvalue='1.99108 -1.29316 0.34970'/>
4636                 <fieldValue name='textColorvalue='0 0 0'/>
4637            </ProtoInstance>
4638            <ProtoInstance name='Vertex'>
4639                 <fieldValue name='vertexTextvalue='"personnel"'/>
4640                 <fieldValue name='descriptionvalue='120: personnel'/>
4641                 <fieldValue name='url'/>
4642                 <fieldValue name='radiusvalue='0.1500'/>
4643                 <fieldValue name='displayMode'/>
4644                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4645                 <fieldValue name='transparencyvalue='0'/>
4646                 <fieldValue name='translationvalue='0.93101 -2.32297 -2.14984'/>
4647                 <fieldValue name='textTranslationvalue='1.08101 -2.32297 -2.14984'/>
4648                 <fieldValue name='textColorvalue='0 0 0'/>
4649            </ProtoInstance>
4650            <ProtoInstance name='Vertex'>
4651                 <fieldValue name='vertexTextvalue='"phase"'/>
4652                 <fieldValue name='descriptionvalue='121: phase'/>
4653                 <fieldValue name='url'/>
4654                 <fieldValue name='radiusvalue='0.1500'/>
4655                 <fieldValue name='displayMode'/>
4656                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4657                 <fieldValue name='transparencyvalue='0'/>
4658                 <fieldValue name='translationvalue='-2.53054 -0.82537 -1.54109'/>
4659                 <fieldValue name='textTranslationvalue='-2.38054 -0.82537 -1.54109'/>
4660                 <fieldValue name='textColorvalue='0 0 0'/>
4661            </ProtoInstance>
4662            <ProtoInstance name='Vertex'>
4663                 <fieldValue name='vertexTextvalue='"pictures"'/>
4664                 <fieldValue name='descriptionvalue='122: pictures'/>
4665                 <fieldValue name='url'/>
4666                 <fieldValue name='radiusvalue='0.1500'/>
4667                 <fieldValue name='displayMode'/>
4668                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4669                 <fieldValue name='transparencyvalue='0'/>
4670                 <fieldValue name='translationvalue='0.81590 0.34138 -1.73978'/>
4671                 <fieldValue name='textTranslationvalue='0.96590 0.34138 -1.73978'/>
4672                 <fieldValue name='textColorvalue='0 0 0'/>
4673            </ProtoInstance>
4674            <ProtoInstance name='Vertex'>
4675                 <fieldValue name='vertexTextvalue='"posters"'/>
4676                 <fieldValue name='descriptionvalue='123: posters'/>
4677                 <fieldValue name='url'/>
4678                 <fieldValue name='radiusvalue='0.1500'/>
4679                 <fieldValue name='displayMode'/>
4680                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4681                 <fieldValue name='transparencyvalue='0'/>
4682                 <fieldValue name='translationvalue='2.17140 0.58858 1.78756'/>
4683                 <fieldValue name='textTranslationvalue='2.32140 0.58858 1.78756'/>
4684                 <fieldValue name='textColorvalue='0 0 0'/>
4685            </ProtoInstance>
4686            <ProtoInstance name='Vertex'>
4687                 <fieldValue name='vertexTextvalue='"praises"'/>
4688                 <fieldValue name='descriptionvalue='124: praises'/>
4689                 <fieldValue name='url'/>
4690                 <fieldValue name='radiusvalue='0.1500'/>
4691                 <fieldValue name='displayMode'/>
4692                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4693                 <fieldValue name='transparencyvalue='0'/>
4694                 <fieldValue name='translationvalue='-0.37762 2.74186 0.41103'/>
4695                 <fieldValue name='textTranslationvalue='-0.22762 2.74186 0.41103'/>
4696                 <fieldValue name='textColorvalue='0 0 0'/>
4697            </ProtoInstance>
4698            <ProtoInstance name='Vertex'>
4699                 <fieldValue name='vertexTextvalue='"prayers"'/>
4700                 <fieldValue name='descriptionvalue='125: prayers'/>
4701                 <fieldValue name='url'/>
4702                 <fieldValue name='radiusvalue='0.1500'/>
4703                 <fieldValue name='displayMode'/>
4704                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4705                 <fieldValue name='transparencyvalue='0'/>
4706                 <fieldValue name='translationvalue='0.01370 -2.59444 1.45921'/>
4707                 <fieldValue name='textTranslationvalue='0.16370 -2.59444 1.45921'/>
4708                 <fieldValue name='textColorvalue='0 0 0'/>
4709            </ProtoInstance>
4710            <ProtoInstance name='Vertex'>
4711                 <fieldValue name='vertexTextvalue='"press"'/>
4712                 <fieldValue name='descriptionvalue='126: press'/>
4713                 <fieldValue name='url'/>
4714                 <fieldValue name='radiusvalue='0.1500'/>
4715                 <fieldValue name='displayMode'/>
4716                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4717                 <fieldValue name='transparencyvalue='0'/>
4718                 <fieldValue name='translationvalue='-0.27542 0.28716 -0.86125'/>
4719                 <fieldValue name='textTranslationvalue='-0.12542 0.28716 -0.86125'/>
4720                 <fieldValue name='textColorvalue='0 0 0'/>
4721            </ProtoInstance>
4722            <ProtoInstance name='Vertex'>
4723                 <fieldValue name='vertexTextvalue='"previous"'/>
4724                 <fieldValue name='descriptionvalue='127: previous'/>
4725                 <fieldValue name='url'/>
4726                 <fieldValue name='radiusvalue='0.1500'/>
4727                 <fieldValue name='displayMode'/>
4728                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4729                 <fieldValue name='transparencyvalue='0'/>
4730                 <fieldValue name='translationvalue='1.23822 0.44933 -1.44044'/>
4731                 <fieldValue name='textTranslationvalue='1.38822 0.44933 -1.44044'/>
4732                 <fieldValue name='textColorvalue='0 0 0'/>
4733            </ProtoInstance>
4734            <ProtoInstance name='Vertex'>
4735                 <fieldValue name='vertexTextvalue='"prize"'/>
4736                 <fieldValue name='descriptionvalue='128: prize'/>
4737                 <fieldValue name='url'/>
4738                 <fieldValue name='radiusvalue='0.1500'/>
4739                 <fieldValue name='displayMode'/>
4740                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4741                 <fieldValue name='transparencyvalue='0'/>
4742                 <fieldValue name='translationvalue='-0.98330 2.52952 0.56292'/>
4743                 <fieldValue name='textTranslationvalue='-0.83330 2.52952 0.56292'/>
4744                 <fieldValue name='textColorvalue='0 0 0'/>
4745            </ProtoInstance>
4746            <ProtoInstance name='Vertex'>
4747                 <fieldValue name='vertexTextvalue='"proceeds"'/>
4748                 <fieldValue name='descriptionvalue='129: proceeds'/>
4749                 <fieldValue name='url'/>
4750                 <fieldValue name='radiusvalue='0.1500'/>
4751                 <fieldValue name='displayMode'/>
4752                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4753                 <fieldValue name='transparencyvalue='0'/>
4754                 <fieldValue name='translationvalue='2.54022 1.19110 0.85211'/>
4755                 <fieldValue name='textTranslationvalue='2.69022 1.19110 0.85211'/>
4756                 <fieldValue name='textColorvalue='0 0 0'/>
4757            </ProtoInstance>
4758            <ProtoInstance name='Vertex'>
4759                 <fieldValue name='vertexTextvalue='"programme"'/>
4760                 <fieldValue name='descriptionvalue='130: programme'/>
4761                 <fieldValue name='url'/>
4762                 <fieldValue name='radiusvalue='0.1500'/>
4763                 <fieldValue name='displayMode'/>
4764                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4765                 <fieldValue name='transparencyvalue='0'/>
4766                 <fieldValue name='translationvalue='0.41346 2.18525 -1.45663'/>
4767                 <fieldValue name='textTranslationvalue='0.56346 2.18525 -1.45663'/>
4768                 <fieldValue name='textColorvalue='0 0 0'/>
4769            </ProtoInstance>
4770            <ProtoInstance name='Vertex'>
4771                 <fieldValue name='vertexTextvalue='"project"'/>
4772                 <fieldValue name='descriptionvalue='131: project'/>
4773                 <fieldValue name='url'/>
4774                 <fieldValue name='radiusvalue='0.1500'/>
4775                 <fieldValue name='displayMode'/>
4776                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4777                 <fieldValue name='transparencyvalue='0'/>
4778                 <fieldValue name='translationvalue='1.53217 -1.10190 0.38510'/>
4779                 <fieldValue name='textTranslationvalue='1.68217 -1.10190 0.38510'/>
4780                 <fieldValue name='textColorvalue='0 0 0'/>
4781            </ProtoInstance>
4782            <ProtoInstance name='Vertex'>
4783                 <fieldValue name='vertexTextvalue='"proud"'/>
4784                 <fieldValue name='descriptionvalue='132: proud'/>
4785                 <fieldValue name='url'/>
4786                 <fieldValue name='radiusvalue='0.1500'/>
4787                 <fieldValue name='displayMode'/>
4788                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4789                 <fieldValue name='transparencyvalue='0'/>
4790                 <fieldValue name='translationvalue='0.19675 -2.57212 1.44673'/>
4791                 <fieldValue name='textTranslationvalue='0.34675 -2.57212 1.44673'/>
4792                 <fieldValue name='textColorvalue='0 0 0'/>
4793            </ProtoInstance>
4794            <ProtoInstance name='Vertex'>
4795                 <fieldValue name='vertexTextvalue='"public"'/>
4796                 <fieldValue name='descriptionvalue='133: public'/>
4797                 <fieldValue name='url'/>
4798                 <fieldValue name='radiusvalue='0.1500'/>
4799                 <fieldValue name='displayMode'/>
4800                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4801                 <fieldValue name='transparencyvalue='0'/>
4802                 <fieldValue name='translationvalue='-2.34621 -1.11431 -1.65368'/>
4803                 <fieldValue name='textTranslationvalue='-2.19621 -1.11431 -1.65368'/>
4804                 <fieldValue name='textColorvalue='0 0 0'/>
4805            </ProtoInstance>
4806            <ProtoInstance name='Vertex'>
4807                 <fieldValue name='vertexTextvalue='"raise"'/>
4808                 <fieldValue name='descriptionvalue='134: raise'/>
4809                 <fieldValue name='url'/>
4810                 <fieldValue name='radiusvalue='0.1500'/>
4811                 <fieldValue name='displayMode'/>
4812                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4813                 <fieldValue name='transparencyvalue='0'/>
4814                 <fieldValue name='translationvalue='-1.47774 0.86894 2.37499'/>
4815                 <fieldValue name='textTranslationvalue='-1.32774 0.86894 2.37499'/>
4816                 <fieldValue name='textColorvalue='0 0 0'/>
4817            </ProtoInstance>
4818            <ProtoInstance name='Vertex'>
4819                 <fieldValue name='vertexTextvalue='"reading"'/>
4820                 <fieldValue name='descriptionvalue='135: reading'/>
4821                 <fieldValue name='url'/>
4822                 <fieldValue name='radiusvalue='0.1500'/>
4823                 <fieldValue name='displayMode'/>
4824                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4825                 <fieldValue name='transparencyvalue='0'/>
4826                 <fieldValue name='translationvalue='0.05841 2.60832 -1.89621'/>
4827                 <fieldValue name='textTranslationvalue='0.20841 2.60832 -1.89621'/>
4828                 <fieldValue name='textColorvalue='0 0 0'/>
4829            </ProtoInstance>
4830            <ProtoInstance name='Vertex'>
4831                 <fieldValue name='vertexTextvalue='"rechargeable"'/>
4832                 <fieldValue name='descriptionvalue='136: rechargeable'/>
4833                 <fieldValue name='url'/>
4834                 <fieldValue name='radiusvalue='0.1500'/>
4835                 <fieldValue name='displayMode'/>
4836                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4837                 <fieldValue name='transparencyvalue='0'/>
4838                 <fieldValue name='translationvalue='-1.02775 2.10863 1.29344'/>
4839                 <fieldValue name='textTranslationvalue='-0.87775 2.10863 1.29344'/>
4840                 <fieldValue name='textColorvalue='0 0 0'/>
4841            </ProtoInstance>
4842            <ProtoInstance name='Vertex'>
4843                 <fieldValue name='vertexTextvalue='"releases"'/>
4844                 <fieldValue name='descriptionvalue='137: releases'/>
4845                 <fieldValue name='url'/>
4846                 <fieldValue name='radiusvalue='0.1500'/>
4847                 <fieldValue name='displayMode'/>
4848                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4849                 <fieldValue name='transparencyvalue='0'/>
4850                 <fieldValue name='translationvalue='0.27460 0.24544 -1.08132'/>
4851                 <fieldValue name='textTranslationvalue='0.42460 0.24544 -1.08132'/>
4852                 <fieldValue name='textColorvalue='0 0 0'/>
4853            </ProtoInstance>
4854            <ProtoInstance name='Vertex'>
4855                 <fieldValue name='vertexTextvalue='"remains"'/>
4856                 <fieldValue name='descriptionvalue='138: remains'/>
4857                 <fieldValue name='url'/>
4858                 <fieldValue name='radiusvalue='0.1500'/>
4859                 <fieldValue name='displayMode'/>
4860                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4861                 <fieldValue name='transparencyvalue='0'/>
4862                 <fieldValue name='translationvalue='-1.99376 -1.47076 -1.94729'/>
4863                 <fieldValue name='textTranslationvalue='-1.84376 -1.47076 -1.94729'/>
4864                 <fieldValue name='textColorvalue='0 0 0'/>
4865            </ProtoInstance>
4866            <ProtoInstance name='Vertex'>
4867                 <fieldValue name='vertexTextvalue='"rescue"'/>
4868                 <fieldValue name='descriptionvalue='139: rescue'/>
4869                 <fieldValue name='url'/>
4870                 <fieldValue name='radiusvalue='0.1500'/>
4871                 <fieldValue name='displayMode'/>
4872                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4873                 <fieldValue name='transparencyvalue='0'/>
4874                 <fieldValue name='translationvalue='-2.52451 -0.87660 -1.45747'/>
4875                 <fieldValue name='textTranslationvalue='-2.37451 -0.87660 -1.45747'/>
4876                 <fieldValue name='textColorvalue='0 0 0'/>
4877            </ProtoInstance>
4878            <ProtoInstance name='Vertex'>
4879                 <fieldValue name='vertexTextvalue='"reserved"'/>
4880                 <fieldValue name='descriptionvalue='140: reserved'/>
4881                 <fieldValue name='url'/>
4882                 <fieldValue name='radiusvalue='0.1500'/>
4883                 <fieldValue name='displayMode'/>
4884                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4885                 <fieldValue name='transparencyvalue='0'/>
4886                 <fieldValue name='translationvalue='0.55382 -2.49861 -2.06502'/>
4887                 <fieldValue name='textTranslationvalue='0.70382 -2.49861 -2.06502'/>
4888                 <fieldValue name='textColorvalue='0 0 0'/>
4889            </ProtoInstance>
4890            <ProtoInstance name='Vertex'>
4891                 <fieldValue name='vertexTextvalue='"response"'/>
4892                 <fieldValue name='descriptionvalue='141: response'/>
4893                 <fieldValue name='url'/>
4894                 <fieldValue name='radiusvalue='0.1500'/>
4895                 <fieldValue name='displayMode'/>
4896                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4897                 <fieldValue name='transparencyvalue='0'/>
4898                 <fieldValue name='translationvalue='-1.76265 0.03759 -0.56255'/>
4899                 <fieldValue name='textTranslationvalue='-1.61265 0.03759 -0.56255'/>
4900                 <fieldValue name='textColorvalue='0 0 0'/>
4901            </ProtoInstance>
4902            <ProtoInstance name='Vertex'>
4903                 <fieldValue name='vertexTextvalue='"scouts"'/>
4904                 <fieldValue name='descriptionvalue='142: scouts'/>
4905                 <fieldValue name='url'/>
4906                 <fieldValue name='radiusvalue='0.1500'/>
4907                 <fieldValue name='displayMode'/>
4908                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4909                 <fieldValue name='transparencyvalue='0'/>
4910                 <fieldValue name='translationvalue='2.21473 -0.00220 1.32014'/>
4911                 <fieldValue name='textTranslationvalue='2.36473 -0.00220 1.32014'/>
4912                 <fieldValue name='textColorvalue='0 0 0'/>
4913            </ProtoInstance>
4914            <ProtoInstance name='Vertex'>
4915                 <fieldValue name='vertexTextvalue='"search"'/>
4916                 <fieldValue name='descriptionvalue='143: search'/>
4917                 <fieldValue name='url'/>
4918                 <fieldValue name='radiusvalue='0.1500'/>
4919                 <fieldValue name='displayMode'/>
4920                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4921                 <fieldValue name='transparencyvalue='0'/>
4922                 <fieldValue name='translationvalue='-2.48529 -0.97455 -1.36769'/>
4923                 <fieldValue name='textTranslationvalue='-2.33529 -0.97455 -1.36769'/>
4924                 <fieldValue name='textColorvalue='0 0 0'/>
4925            </ProtoInstance>
4926            <ProtoInstance name='Vertex'>
4927                 <fieldValue name='vertexTextvalue='"service"'/>
4928                 <fieldValue name='descriptionvalue='144: service'/>
4929                 <fieldValue name='url'/>
4930                 <fieldValue name='radiusvalue='0.1500'/>
4931                 <fieldValue name='displayMode'/>
4932                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4933                 <fieldValue name='transparencyvalue='0'/>
4934                 <fieldValue name='translationvalue='0.68896 -1.86031 -2.75049'/>
4935                 <fieldValue name='textTranslationvalue='0.83896 -1.86031 -2.75049'/>
4936                 <fieldValue name='textColorvalue='0 0 0'/>
4937            </ProtoInstance>
4938            <ProtoInstance name='Vertex'>
4939                 <fieldValue name='vertexTextvalue='"shows"'/>
4940                 <fieldValue name='descriptionvalue='145: shows'/>
4941                 <fieldValue name='url'/>
4942                 <fieldValue name='radiusvalue='0.1500'/>
4943                 <fieldValue name='displayMode'/>
4944                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4945                 <fieldValue name='transparencyvalue='0'/>
4946                 <fieldValue name='translationvalue='-1.63523 0.12312 2.37412'/>
4947                 <fieldValue name='textTranslationvalue='-1.48523 0.12312 2.37412'/>
4948                 <fieldValue name='textColorvalue='0 0 0'/>
4949            </ProtoInstance>
4950            <ProtoInstance name='Vertex'>
4951                 <fieldValue name='vertexTextvalue='"southern"'/>
4952                 <fieldValue name='descriptionvalue='146: southern'/>
4953                 <fieldValue name='url'/>
4954                 <fieldValue name='radiusvalue='0.1500'/>
4955                 <fieldValue name='displayMode'/>
4956                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4957                 <fieldValue name='transparencyvalue='0'/>
4958                 <fieldValue name='translationvalue='-2.37809 -0.80481 -1.71871'/>
4959                 <fieldValue name='textTranslationvalue='-2.22809 -0.80481 -1.71871'/>
4960                 <fieldValue name='textColorvalue='0 0 0'/>
4961            </ProtoInstance>
4962            <ProtoInstance name='Vertex'>
4963                 <fieldValue name='vertexTextvalue='"spotlight"'/>
4964                 <fieldValue name='descriptionvalue='147: spotlight'/>
4965                 <fieldValue name='url'/>
4966                 <fieldValue name='radiusvalue='0.1500'/>
4967                 <fieldValue name='displayMode'/>
4968                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4969                 <fieldValue name='transparencyvalue='0'/>
4970                 <fieldValue name='translationvalue='1.27309 1.02440 0.98260'/>
4971                 <fieldValue name='textTranslationvalue='1.42309 1.02440 0.98260'/>
4972                 <fieldValue name='textColorvalue='0 0 0'/>
4973            </ProtoInstance>
4974            <ProtoInstance name='Vertex'>
4975                 <fieldValue name='vertexTextvalue='"story"'/>
4976                 <fieldValue name='descriptionvalue='148: story'/>
4977                 <fieldValue name='url'/>
4978                 <fieldValue name='radiusvalue='0.1500'/>
4979                 <fieldValue name='displayMode'/>
4980                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4981                 <fieldValue name='transparencyvalue='0'/>
4982                 <fieldValue name='translationvalue='1.09766 -0.25895 -0.73094'/>
4983                 <fieldValue name='textTranslationvalue='1.24766 -0.25895 -0.73094'/>
4984                 <fieldValue name='textColorvalue='0 0 0'/>
4985            </ProtoInstance>
4986            <ProtoInstance name='Vertex'>
4987                 <fieldValue name='vertexTextvalue='"stove"'/>
4988                 <fieldValue name='descriptionvalue='149: stove'/>
4989                 <fieldValue name='url'/>
4990                 <fieldValue name='radiusvalue='0.1500'/>
4991                 <fieldValue name='displayMode'/>
4992                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4993                 <fieldValue name='transparencyvalue='0'/>
4994                 <fieldValue name='translationvalue='-0.44030 2.18088 1.59759'/>
4995                 <fieldValue name='textTranslationvalue='-0.29030 2.18088 1.59759'/>
4996                 <fieldValue name='textColorvalue='0 0 0'/>
4997            </ProtoInstance>
4998            <ProtoInstance name='Vertex'>
4999                 <fieldValue name='vertexTextvalue='"surgery"'/>
5000                 <fieldValue name='descriptionvalue='150: surgery'/>
5001                 <fieldValue name='url'/>
5002                 <fieldValue name='radiusvalue='0.1500'/>
5003                 <fieldValue name='displayMode'/>
5004                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
5005                 <fieldValue name='transparencyvalue='0'/>
5006                 <fieldValue name='translationvalue='1.69580 -1.19921 0.61544'/>
5007                 <fieldValue name='textTranslationvalue='1.84580 -1.19921 0.61544'/>
5008                 <fieldValue name='textColorvalue='0 0 0'/>
5009            </ProtoInstance>
5010            <ProtoInstance name='Vertex'>
5011                 <fieldValue name='vertexTextvalue='"takes"'/>
5012                 <fieldValue name='descriptionvalue='151: takes'/>
5013                 <fieldValue name='url'/>
5014                 <fieldValue name='radiusvalue='0.1500'/>
5015                 <fieldValue name='displayMode'/>
5016                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5017                 <fieldValue name='transparencyvalue='0'/>
5018                 <fieldValue name='translationvalue='-1.26989 0.09032 2.61598'/>
5019                 <fieldValue name='textTranslationvalue='-1.11989 0.09032 2.61598'/>
5020                 <fieldValue name='textColorvalue='0 0 0'/>
5021            </ProtoInstance>
5022            <ProtoInstance name='Vertex'>
5023                 <fieldValue name='vertexTextvalue='"task"'/>
5024                 <fieldValue name='descriptionvalue='152: task'/>
5025                 <fieldValue name='url'/>
5026                 <fieldValue name='radiusvalue='0.1500'/>
5027                 <fieldValue name='displayMode'/>
5028                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5029                 <fieldValue name='transparencyvalue='0'/>
5030                 <fieldValue name='translationvalue='-1.96353 -0.87451 -2.42619'/>
5031                 <fieldValue name='textTranslationvalue='-1.81353 -0.87451 -2.42619'/>
5032                 <fieldValue name='textColorvalue='0 0 0'/>
5033            </ProtoInstance>
5034            <ProtoInstance name='Vertex'>
5035                 <fieldValue name='vertexTextvalue='"tests"'/>
5036                 <fieldValue name='descriptionvalue='153: tests'/>
5037                 <fieldValue name='url'/>
5038                 <fieldValue name='radiusvalue='0.1500'/>
5039                 <fieldValue name='displayMode'/>
5040                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5041                 <fieldValue name='transparencyvalue='0'/>
5042                 <fieldValue name='translationvalue='-1.15443 2.25596 0.91226'/>
5043                 <fieldValue name='textTranslationvalue='-1.00443 2.25596 0.91226'/>
5044                 <fieldValue name='textColorvalue='0 0 0'/>
5045            </ProtoInstance>
5046            <ProtoInstance name='Vertex'>
5047                 <fieldValue name='vertexTextvalue='"thoughts"'/>
5048                 <fieldValue name='descriptionvalue='154: thoughts'/>
5049                 <fieldValue name='url'/>
5050                 <fieldValue name='radiusvalue='0.1500'/>
5051                 <fieldValue name='displayMode'/>
5052                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5053                 <fieldValue name='transparencyvalue='0'/>
5054                 <fieldValue name='translationvalue='-0.26629 -2.59651 1.44106'/>
5055                 <fieldValue name='textTranslationvalue='-0.11629 -2.59651 1.44106'/>
5056                 <fieldValue name='textColorvalue='0 0 0'/>
5057            </ProtoInstance>
5058            <ProtoInstance name='Vertex'>
5059                 <fieldValue name='vertexTextvalue='"top"'/>
5060                 <fieldValue name='descriptionvalue='155: top'/>
5061                 <fieldValue name='url'/>
5062                 <fieldValue name='radiusvalue='0.1500'/>
5063                 <fieldValue name='displayMode'/>
5064                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5065                 <fieldValue name='transparencyvalue='0'/>
5066                 <fieldValue name='translationvalue='-0.13688 2.35171 0.35989'/>
5067                 <fieldValue name='textTranslationvalue='0.01312 2.35171 0.35989'/>
5068                 <fieldValue name='textColorvalue='0 0 0'/>
5069            </ProtoInstance>
5070            <ProtoInstance name='Vertex'>
5071                 <fieldValue name='vertexTextvalue='"travels"'/>
5072                 <fieldValue name='descriptionvalue='156: travels'/>
5073                 <fieldValue name='url'/>
5074                 <fieldValue name='radiusvalue='0.1500'/>
5075                 <fieldValue name='displayMode'/>
5076                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5077                 <fieldValue name='transparencyvalue='0'/>
5078                 <fieldValue name='translationvalue='-0.06177 2.08275 1.22575'/>
5079                 <fieldValue name='textTranslationvalue='0.08823 2.08275 1.22575'/>
5080                 <fieldValue name='textColorvalue='0 0 0'/>
5081            </ProtoInstance>
5082            <ProtoInstance name='Vertex'>
5083                 <fieldValue name='vertexTextvalue='"treatment"'/>
5084                 <fieldValue name='descriptionvalue='157: treatment'/>
5085                 <fieldValue name='url'/>
5086                 <fieldValue name='radiusvalue='0.1500'/>
5087                 <fieldValue name='displayMode'/>
5088                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5089                 <fieldValue name='transparencyvalue='0'/>
5090                 <fieldValue name='translationvalue='0.80668 -2.55129 -1.85360'/>
5091                 <fieldValue name='textTranslationvalue='0.95668 -2.55129 -1.85360'/>
5092                 <fieldValue name='textColorvalue='0 0 0'/>
5093            </ProtoInstance>
5094            <ProtoInstance name='Vertex'>
5095                 <fieldValue name='vertexTextvalue='"treats"'/>
5096                 <fieldValue name='descriptionvalue='158: treats'/>
5097                 <fieldValue name='url'/>
5098                 <fieldValue name='radiusvalue='0.1500'/>
5099                 <fieldValue name='displayMode'/>
5100                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5101                 <fieldValue name='transparencyvalue='0'/>
5102                 <fieldValue name='translationvalue='1.17827 -2.32405 -1.96975'/>
5103                 <fieldValue name='textTranslationvalue='1.32827 -2.32405 -1.96975'/>
5104                 <fieldValue name='textColorvalue='0 0 0'/>
5105            </ProtoInstance>
5106            <ProtoInstance name='Vertex'>
5107                 <fieldValue name='vertexTextvalue='"triage"'/>
5108                 <fieldValue name='descriptionvalue='159: triage'/>
5109                 <fieldValue name='url'/>
5110                 <fieldValue name='radiusvalue='0.1500'/>
5111                 <fieldValue name='displayMode'/>
5112                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5113                 <fieldValue name='transparencyvalue='0'/>
5114                 <fieldValue name='translationvalue='0.18014 -2.24409 -2.49003'/>
5115                 <fieldValue name='textTranslationvalue='0.33014 -2.24409 -2.49003'/>
5116                 <fieldValue name='textColorvalue='0 0 0'/>
5117            </ProtoInstance>
5118            <ProtoInstance name='Vertex'>
5119                 <fieldValue name='vertexTextvalue='"troops"'/>
5120                 <fieldValue name='descriptionvalue='160: troops'/>
5121                 <fieldValue name='url'/>
5122                 <fieldValue name='radiusvalue='0.1500'/>
5123                 <fieldValue name='displayMode'/>
5124                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5125                 <fieldValue name='transparencyvalue='0'/>
5126                 <fieldValue name='translationvalue='0.47831 -2.44322 1.37171'/>
5127                 <fieldValue name='textTranslationvalue='0.62831 -2.44322 1.37171'/>
5128                 <fieldValue name='textColorvalue='0 0 0'/>
5129            </ProtoInstance>
5130            <ProtoInstance name='Vertex'>
5131                 <fieldValue name='vertexTextvalue='"tube"'/>
5132                 <fieldValue name='descriptionvalue='161: tube'/>
5133                 <fieldValue name='url'/>
5134                 <fieldValue name='radiusvalue='0.1500'/>
5135                 <fieldValue name='displayMode'/>
5136                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5137                 <fieldValue name='transparencyvalue='0'/>
5138                 <fieldValue name='translationvalue='1.18911 0.38984 -1.38962'/>
5139                 <fieldValue name='textTranslationvalue='1.33911 0.38984 -1.38962'/>
5140                 <fieldValue name='textColorvalue='0 0 0'/>
5141            </ProtoInstance>
5142            <ProtoInstance name='Vertex'>
5143                 <fieldValue name='vertexTextvalue='"twitter"'/>
5144                 <fieldValue name='descriptionvalue='162: twitter'/>
5145                 <fieldValue name='url'/>
5146                 <fieldValue name='radiusvalue='0.1500'/>
5147                 <fieldValue name='displayMode'/>
5148                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
5149                 <fieldValue name='transparencyvalue='0'/>
5150                 <fieldValue name='translationvalue='0.47566 1.38100 -1.21057'/>
5151                 <fieldValue name='textTranslationvalue='0.62566 1.38100 -1.21057'/>
5152                 <fieldValue name='textColorvalue='0 0 0'/>
5153            </ProtoInstance>
5154            <ProtoInstance name='Vertex'>
5155                 <fieldValue name='vertexTextvalue='"unbacked"'/>
5156                 <fieldValue name='descriptionvalue='163: unbacked'/>
5157                 <fieldValue name='url'/>
5158                 <fieldValue name='radiusvalue='0.1500'/>
5159                 <fieldValue name='displayMode'/>
5160                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5161                 <fieldValue name='transparencyvalue='0'/>
5162                 <fieldValue name='translationvalue='-1.18917 1.97651 0.66410'/>
5163                 <fieldValue name='textTranslationvalue='-1.03917 1.97651 0.66410'/>
5164                 <fieldValue name='textColorvalue='0 0 0'/>
5165            </ProtoInstance>
5166            <ProtoInstance name='Vertex'>
5167                 <fieldValue name='vertexTextvalue='"unconditional"'/>
5168                 <fieldValue name='descriptionvalue='164: unconditional'/>
5169                 <fieldValue name='url'/>
5170                 <fieldValue name='radiusvalue='0.1500'/>
5171                 <fieldValue name='displayMode'/>
5172                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5173                 <fieldValue name='transparencyvalue='0'/>
5174                 <fieldValue name='translationvalue='-1.63523 0.12312 2.37412'/>
5175                 <fieldValue name='textTranslationvalue='-1.48523 0.12312 2.37412'/>
5176                 <fieldValue name='textColorvalue='0 0 0'/>
5177            </ProtoInstance>
5178            <ProtoInstance name='Vertex'>
5179                 <fieldValue name='vertexTextvalue='"updates"'/>
5180                 <fieldValue name='descriptionvalue='165: updates'/>
5181                 <fieldValue name='url'/>
5182                 <fieldValue name='radiusvalue='0.1500'/>
5183                 <fieldValue name='displayMode'/>
5184                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5185                 <fieldValue name='transparencyvalue='0'/>
5186                 <fieldValue name='translationvalue='0.73148 0.36216 -1.76777'/>
5187                 <fieldValue name='textTranslationvalue='0.88148 0.36216 -1.76777'/>
5188                 <fieldValue name='textColorvalue='0 0 0'/>
5189            </ProtoInstance>
5190            <ProtoInstance name='Vertex'>
5191                 <fieldValue name='vertexTextvalue='"uploaded"'/>
5192                 <fieldValue name='descriptionvalue='166: uploaded'/>
5193                 <fieldValue name='url'/>
5194                 <fieldValue name='radiusvalue='0.1500'/>
5195                 <fieldValue name='displayMode'/>
5196                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5197                 <fieldValue name='transparencyvalue='0'/>
5198                 <fieldValue name='translationvalue='0.43733 -2.65573 -1.81931'/>
5199                 <fieldValue name='textTranslationvalue='0.58733 -2.65573 -1.81931'/>
5200                 <fieldValue name='textColorvalue='0 0 0'/>
5201            </ProtoInstance>
5202            <ProtoInstance name='Vertex'>
5203                 <fieldValue name='vertexTextvalue='"urges"'/>
5204                 <fieldValue name='descriptionvalue='167: urges'/>
5205                 <fieldValue name='url'/>
5206                 <fieldValue name='radiusvalue='0.1500'/>
5207                 <fieldValue name='displayMode'/>
5208                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5209                 <fieldValue name='transparencyvalue='0'/>
5210                 <fieldValue name='translationvalue='-0.32918 2.35311 0.90297'/>
5211                 <fieldValue name='textTranslationvalue='-0.17918 2.35311 0.90297'/>
5212                 <fieldValue name='textColorvalue='0 0 0'/>
5213            </ProtoInstance>
5214            <ProtoInstance name='Vertex'>
5215                 <fieldValue name='vertexTextvalue='"usa"'/>
5216                 <fieldValue name='descriptionvalue='168: usa'/>
5217                 <fieldValue name='url'/>
5218                 <fieldValue name='radiusvalue='0.1500'/>
5219                 <fieldValue name='displayMode'/>
5220                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5221                 <fieldValue name='transparencyvalue='0'/>
5222                 <fieldValue name='translationvalue='2.43920 0.69436 1.00891'/>
5223                 <fieldValue name='textTranslationvalue='2.58920 0.69436 1.00891'/>
5224                 <fieldValue name='textColorvalue='0 0 0'/>
5225            </ProtoInstance>
5226            <ProtoInstance name='Vertex'>
5227                 <fieldValue name='vertexTextvalue='"vaccinated"'/>
5228                 <fieldValue name='descriptionvalue='169: vaccinated'/>
5229                 <fieldValue name='url'/>
5230                 <fieldValue name='radiusvalue='0.1500'/>
5231                 <fieldValue name='displayMode'/>
5232                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5233                 <fieldValue name='transparencyvalue='0'/>
5234                 <fieldValue name='translationvalue='-0.76297 2.60494 0.94126'/>
5235                 <fieldValue name='textTranslationvalue='-0.61297 2.60494 0.94126'/>
5236                 <fieldValue name='textColorvalue='0 0 0'/>
5237            </ProtoInstance>
5238            <ProtoInstance name='Vertex'>
5239                 <fieldValue name='vertexTextvalue='"videos"'/>
5240                 <fieldValue name='descriptionvalue='170: videos'/>
5241                 <fieldValue name='url'/>
5242                 <fieldValue name='radiusvalue='0.1500'/>
5243                 <fieldValue name='displayMode'/>
5244                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5245                 <fieldValue name='transparencyvalue='0'/>
5246                 <fieldValue name='translationvalue='0.78949 0.35575 -1.12277'/>
5247                 <fieldValue name='textTranslationvalue='0.93949 0.35575 -1.12277'/>
5248                 <fieldValue name='textColorvalue='0 0 0'/>
5249            </ProtoInstance>
5250            <ProtoInstance name='Vertex'>
5251                 <fieldValue name='vertexTextvalue='"visit"'/>
5252                 <fieldValue name='descriptionvalue='171: visit'/>
5253                 <fieldValue name='url'/>
5254                 <fieldValue name='radiusvalue='0.1500'/>
5255                 <fieldValue name='displayMode'/>
5256                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5257                 <fieldValue name='transparencyvalue='0'/>
5258                 <fieldValue name='translationvalue='-2.75494 -0.28419 -1.33301'/>
5259                 <fieldValue name='textTranslationvalue='-2.60494 -0.28419 -1.33301'/>
5260                 <fieldValue name='textColorvalue='0 0 0'/>
5261            </ProtoInstance>
5262            <ProtoInstance name='Vertex'>
5263                 <fieldValue name='vertexTextvalue='"web"'/>
5264                 <fieldValue name='descriptionvalue='172: web'/>
5265                 <fieldValue name='url'/>
5266                 <fieldValue name='radiusvalue='0.1500'/>
5267                 <fieldValue name='displayMode'/>
5268                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
5269                 <fieldValue name='transparencyvalue='0'/>
5270                 <fieldValue name='translationvalue='0.10100 2.62839 -1.88950'/>
5271                 <fieldValue name='textTranslationvalue='0.25100 2.62839 -1.88950'/>
5272                 <fieldValue name='textColorvalue='0 0 0'/>
5273            </ProtoInstance>
5274            <ProtoInstance name='Vertex'>
5275                 <fieldValue name='vertexTextvalue='"weeks"'/>
5276                 <fieldValue name='descriptionvalue='173: weeks'/>
5277                 <fieldValue name='url'/>
5278                 <fieldValue name='radiusvalue='0.1500'/>
5279                 <fieldValue name='displayMode'/>
5280                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5281                 <fieldValue name='transparencyvalue='0'/>
5282                 <fieldValue name='translationvalue='-2.55372 -1.17156 -1.05465'/>
5283                 <fieldValue name='textTranslationvalue='-2.40372 -1.17156 -1.05465'/>
5284                 <fieldValue name='textColorvalue='0 0 0'/>
5285            </ProtoInstance>
5286            <ProtoInstance name='Vertex'>
5287                 <fieldValue name='vertexTextvalue='"world"'/>
5288                 <fieldValue name='descriptionvalue='174: world'/>
5289                 <fieldValue name='url'/>
5290                 <fieldValue name='radiusvalue='0.1500'/>
5291                 <fieldValue name='displayMode'/>
5292                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
5293                 <fieldValue name='transparencyvalue='0'/>
5294                 <fieldValue name='translationvalue='0.22013 2.52875 -1.07871'/>
5295                 <fieldValue name='textTranslationvalue='0.37013 2.52875 -1.07871'/>
5296                 <fieldValue name='textColorvalue='0 0 0'/>
5297            </ProtoInstance>
5298            <ProtoInstance name='Vertex'>
5299                 <fieldValue name='vertexTextvalue='"worldwide"'/>
5300                 <fieldValue name='descriptionvalue='175: worldwide'/>
5301                 <fieldValue name='url'/>
5302                 <fieldValue name='radiusvalue='0.1500'/>
5303                 <fieldValue name='displayMode'/>
5304                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
5305                 <fieldValue name='transparencyvalue='0'/>
5306                 <fieldValue name='translationvalue='0.25134 2.41782 -1.53087'/>
5307                 <fieldValue name='textTranslationvalue='0.40134 2.41782 -1.53087'/>
5308                 <fieldValue name='textColorvalue='0 0 0'/>
5309            </ProtoInstance>
5310       </Scene>
5311  </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
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

line 5298
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from 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. -->