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.75359'/>
 55                 <fieldValue name='cylinderTranslationvalue='2.38227 0.30140 -0.48378'/>
 56                 <fieldValue name='coneTranslationvalue='2.59639 0.33157 -0.49943'/>
 57                 <fieldValue name='rotationvalue='-5.44308 0 -74.42692 1.43119'/>
 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.47012'/>
 66                 <fieldValue name='cylinderTranslationvalue='2.20802 0.25653 -0.58321'/>
 67                 <fieldValue name='coneTranslationvalue='2.27120 0.25894 -0.62365'/>
 68                 <fieldValue name='rotationvalue='-25.33021 0 -39.57510 1.53863'/>
 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.81487'/>
 77                 <fieldValue name='cylinderTranslationvalue='2.36222 0.18855 -0.65251'/>
 78                 <fieldValue name='coneTranslationvalue='2.57603 0.15187 -0.77151'/>
 79                 <fieldValue name='rotationvalue='-39.19010 0 -70.41525 1.71962'/>
 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.80755'/>
 88                 <fieldValue name='cylinderTranslationvalue='2.22678 0.43856 -0.17343'/>
 89                 <fieldValue name='coneTranslationvalue='2.35757 0.55302 -0.00250'/>
 90                 <fieldValue name='rotationvalue='56.62511 0 -43.32713 1.08202'/>
 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.48106'/>
 99                 <fieldValue name='cylinderTranslationvalue='2.17986 0.33697 -0.60253'/>
100                 <fieldValue name='coneTranslationvalue='2.23668 0.36644 -0.65140'/>
101                 <fieldValue name='rotationvalue='-29.19381 0 -33.94343 1.19623'/>
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.81816'/>
110                 <fieldValue name='cylinderTranslationvalue='2.29609 0.40380 -0.70476'/>
111                 <fieldValue name='coneTranslationvalue='2.47021 0.49808 -0.85589'/>
112                 <fieldValue name='rotationvalue='-49.64040 0 -57.19073 1.18262'/>
113                 <fieldValue name='diffuseColorvalue='0 0 0'/>
114                 <fieldValue name='ballRadiusvalue='0.02'/>
115                 <fieldValue name='traceEnabledvalue='false'/>
116                 <fieldValue name='displayMode'/>
117                 <fieldValue name='transparencyvalue='0'/>
118            </ProtoInstance>
119            <ProtoInstance name='Arc'>
120                 <fieldValue name='cylinderHeightvalue='0.32178'/>
121                 <fieldValue name='cylinderTranslationvalue='2.16247 0.29366 -0.48273'/>
122                 <fieldValue name='coneTranslationvalue='2.16331 0.29391 -0.48287'/>
123                 <fieldValue name='rotationvalue='-5.23382 0 -30.46547 1.28930'/>
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.38076'/>
132                 <fieldValue name='cylinderTranslationvalue='1.91002 0.16617 -0.59572'/>
133                 <fieldValue name='coneTranslationvalue='1.89404 0.15295 -0.61792'/>
134                 <fieldValue name='rotationvalue='-27.83119 0 20.02490 2.02074'/>
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.73706'/>
143                 <fieldValue name='cylinderTranslationvalue='2.20060 0.00443 -0.65591'/>
144                 <fieldValue name='coneTranslationvalue='2.30838 -0.13394 -0.76870'/>
145                 <fieldValue name='rotationvalue='-39.86932 0 -38.09258 2.29635'/>
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.46087'/>
154                 <fieldValue name='cylinderTranslationvalue='2.15226 0.06934 -0.48176'/>
155                 <fieldValue name='coneTranslationvalue='2.19571 0.01443 -0.48946'/>
156                 <fieldValue name='rotationvalue='-5.03978 0 -28.42472 2.46469'/>
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.98068'/>
165                 <fieldValue name='cylinderTranslationvalue='1.58223 0.10617 -0.64874'/>
166                 <fieldValue name='coneTranslationvalue='1.29395 0.00997 -0.77821'/>
167                 <fieldValue name='rotationvalue='-38.43599 0 85.58218 1.86630'/>
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.89086'/>
176                 <fieldValue name='cylinderTranslationvalue='2.36613 0.00901 -0.33780'/>
177                 <fieldValue name='coneTranslationvalue='2.59425 -0.14475 -0.26170'/>
178                 <fieldValue name='rotationvalue='23.75172 0 -71.19769 2.13969'/>
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='1.15235'/>
187                 <fieldValue name='cylinderTranslationvalue='2.06075 0.81661 -0.37174'/>
188                 <fieldValue name='coneTranslationvalue='2.09731 1.22663 -0.31048'/>
189                 <fieldValue name='rotationvalue='16.96357 0 -10.12206 0.17227'/>
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.85837'/>
198                 <fieldValue name='cylinderTranslationvalue='2.29581 -0.06955 -0.49035'/>
199                 <fieldValue name='coneTranslationvalue='2.47498 -0.26932 -0.51155'/>
200                 <fieldValue name='rotationvalue='-6.75877 0 -57.13350 2.40705'/>
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='1.14696'/>
209                 <fieldValue name='cylinderTranslationvalue='2.06549 0.56639 0.01785'/>
210                 <fieldValue name='coneTranslationvalue='2.10539 0.79525 0.35989'/>
211                 <fieldValue name='rotationvalue='94.88111 0 -11.06927 0.98424'/>
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.15700'/>
220                 <fieldValue name='cylinderTranslationvalue='1.98806 0.20135 -0.51493'/>
221                 <fieldValue name='coneTranslationvalue='2.01098 0.25079 -0.45433'/>
222                 <fieldValue name='rotationvalue='-11.67431 0 4.41561 2.22262'/>
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.34158'/>
231                 <fieldValue name='cylinderTranslationvalue='2.11114 0.13732 -0.53720'/>
232                 <fieldValue name='coneTranslationvalue='2.11752 0.13026 -0.54230'/>
233                 <fieldValue name='rotationvalue='-16.12834 0 -20.19977 2.28329'/>
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.92666'/>
242                 <fieldValue name='cylinderTranslationvalue='2.31039 -0.10378 -0.46623'/>
243                 <fieldValue name='coneTranslationvalue='2.50695 -0.33472 -0.47257'/>
244                 <fieldValue name='rotationvalue='-1.93480 0 -60.04893 2.43617'/>
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.39080'/>
253                 <fieldValue name='cylinderTranslationvalue='2.19021 0.32346 -0.47091'/>
254                 <fieldValue name='coneTranslationvalue='2.22283 0.33696 -0.47351'/>
255                 <fieldValue name='rotationvalue='-2.87046 0 -36.01395 1.17965'/>
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.89086'/>
264                 <fieldValue name='cylinderTranslationvalue='2.36613 0.00901 -0.33780'/>
265                 <fieldValue name='coneTranslationvalue='2.59425 -0.14475 -0.26170'/>
266                 <fieldValue name='rotationvalue='23.75172 0 -71.19769 2.13969'/>
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.75582'/>
275                 <fieldValue name='cylinderTranslationvalue='2.35567 0.37530 -0.54297'/>
276                 <fieldValue name='coneTranslationvalue='2.55491 0.44814 -0.59279'/>
277                 <fieldValue name='rotationvalue='-17.28195 0 -69.10554 1.22994'/>
278                 <fieldValue name='diffuseColorvalue='0 0 0'/>
279                 <fieldValue name='ballRadiusvalue='0.02'/>
280                 <fieldValue name='traceEnabledvalue='false'/>
281                 <fieldValue name='displayMode'/>
282                 <fieldValue name='transparencyvalue='0'/>
283            </ProtoInstance>
284            <ProtoInstance name='Arc'>
285                 <fieldValue name='cylinderHeightvalue='0.23928'/>
286                 <fieldValue name='cylinderTranslationvalue='1.96569 0.16670 -0.53120'/>
287                 <fieldValue name='coneTranslationvalue='1.98068 0.19445 -0.50602'/>
288                 <fieldValue name='rotationvalue='-14.92728 0 8.89087 2.32896'/>
289                 <fieldValue name='diffuseColorvalue='0 0 0'/>
290                 <fieldValue name='ballRadiusvalue='0.02'/>
291                 <fieldValue name='traceEnabledvalue='false'/>
292                 <fieldValue name='displayMode'/>
293                 <fieldValue name='transparencyvalue='0'/>
294            </ProtoInstance>
295            <ProtoInstance name='Arc'>
296                 <fieldValue name='cylinderHeightvalue='1.19390'/>
297                 <fieldValue name='cylinderTranslationvalue='-1.94484 -1.07702 0.46622'/>
298                 <fieldValue name='coneTranslationvalue='-2.03880 -0.98759 0.88347'/>
299                 <fieldValue name='rotationvalue='114.00815 -0.00000 25.67256 1.36468'/>
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.73727'/>
308                 <fieldValue name='cylinderTranslationvalue='-1.84020 -1.56315 -0.15729'/>
309                 <fieldValue name='coneTranslationvalue='-1.85362 -1.76915 -0.18755'/>
310                 <fieldValue name='rotationvalue='-10.69403 0 4.74308 2.98224'/>
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.98040'/>
319                 <fieldValue name='cylinderTranslationvalue='-1.60914 -0.94326 -0.46687'/>
320                 <fieldValue name='coneTranslationvalue='-1.46947 -0.77087 -0.71143'/>
321                 <fieldValue name='rotationvalue='-72.61066 0 -41.46865 1.02150'/>
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.38599'/>
330                 <fieldValue name='cylinderTranslationvalue='-1.76951 -1.31885 -0.24777'/>
331                 <fieldValue name='coneTranslationvalue='-1.76148 -1.33931 -0.27238'/>
332                 <fieldValue name='rotationvalue='-28.78948 0 -9.39473 2.23960'/>
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.86665'/>
341                 <fieldValue name='cylinderTranslationvalue='-1.91833 -1.36792 0.28209'/>
342                 <fieldValue name='coneTranslationvalue='-1.98257 -1.47434 0.52551'/>
343                 <fieldValue name='rotationvalue='77.18255 -0.00000 20.37005 1.97075'/>
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.31058'/>
352                 <fieldValue name='cylinderTranslationvalue='-1.81894 -1.31209 -0.21041'/>
353                 <fieldValue name='coneTranslationvalue='-1.81887 -1.30866 -0.20718'/>
354                 <fieldValue name='rotationvalue='-21.31875 0 0.49243 2.38478'/>
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.83090'/>
363                 <fieldValue name='cylinderTranslationvalue='-1.68178 -0.90598 -0.36552'/>
364                 <fieldValue name='coneTranslationvalue='-1.59895 -0.72570 -0.52643'/>
365                 <fieldValue name='rotationvalue='-52.33978 0 -26.94024 0.78732'/>
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.72345'/>
374                 <fieldValue name='cylinderTranslationvalue='-1.88441 -1.55364 -0.12824'/>
375                 <fieldValue name='coneTranslationvalue='-1.92230 -1.75130 -0.14186'/>
376                 <fieldValue name='rotationvalue='-4.88451 0 13.58699 2.94067'/>
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.28613'/>
385                 <fieldValue name='cylinderTranslationvalue='-1.81708 -1.26226 -0.23223'/>
386                 <fieldValue name='coneTranslationvalue='-1.81701 -1.25479 -0.21703'/>
387                 <fieldValue name='rotationvalue='-25.68252 0 0.12014 2.02733'/>
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.86184'/>
396                 <fieldValue name='cylinderTranslationvalue='-1.84562 -1.61173 0.01722'/>
397                 <fieldValue name='coneTranslationvalue='-1.86394 -1.87110 0.09331'/>
398                 <fieldValue name='rotationvalue='24.20732 -0.00000 5.82743 2.84851'/>
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='1.01800'/>
407                 <fieldValue name='cylinderTranslationvalue='-1.99483 -0.90501 0.27132'/>
408                 <fieldValue name='coneTranslationvalue='-2.11712 -0.70331 0.52854'/>
409                 <fieldValue name='rotationvalue='75.02875 -0.00000 35.67038 0.95459'/>
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.75425'/>
418                 <fieldValue name='cylinderTranslationvalue='-2.00282 -1.27363 0.21549'/>
419                 <fieldValue name='coneTranslationvalue='-2.11010 -1.31648 0.39934'/>
420                 <fieldValue name='rotationvalue='63.86320 -0.00000 37.26728 1.76948'/>
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.63680'/>
429                 <fieldValue name='cylinderTranslationvalue='-2.45854 -0.40270 -0.27285'/>
430                 <fieldValue name='coneTranslationvalue='-2.59526 -0.43096 -0.34769'/>
431                 <fieldValue name='rotationvalue='-30.08922 0 54.96136 1.75017'/>
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.29459'/>
440                 <fieldValue name='cylinderTranslationvalue='-2.32158 -0.39748 -0.12819'/>
441                 <fieldValue name='coneTranslationvalue='-2.30969 -0.39303 -0.12769'/>
442                 <fieldValue name='rotationvalue='-1.15727 0 27.56862 1.92862'/>
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.56900'/>
451                 <fieldValue name='cylinderTranslationvalue='-2.41091 -0.39422 0.04190'/>
452                 <fieldValue name='coneTranslationvalue='-2.51032 -0.41537 0.11380'/>
453                 <fieldValue name='rotationvalue='32.86112 -0.00000 45.43444 1.74151'/>
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.59673'/>
462                 <fieldValue name='cylinderTranslationvalue='-2.41528 -0.19270 -0.23167'/>
463                 <fieldValue name='coneTranslationvalue='-2.52266 -0.12165 -0.28233'/>
464                 <fieldValue name='rotationvalue='-21.85250 0 46.30943 1.03160'/>
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.63680'/>
473                 <fieldValue name='cylinderTranslationvalue='-2.45854 -0.40270 -0.27285'/>
474                 <fieldValue name='coneTranslationvalue='-2.59526 -0.43096 -0.34769'/>
475                 <fieldValue name='rotationvalue='-30.08922 0 54.96136 1.75017'/>
476                 <fieldValue name='diffuseColorvalue='0 0 0'/>
477                 <fieldValue name='ballRadiusvalue='0.02'/>
478                 <fieldValue name='traceEnabledvalue='false'/>
479                 <fieldValue name='displayMode'/>
480                 <fieldValue name='transparencyvalue='0'/>
481            </ProtoInstance>
482            <ProtoInstance name='Arc'>
483                 <fieldValue name='cylinderHeightvalue='0.13365'/>
484                 <fieldValue name='cylinderTranslationvalue='-2.23953 -0.30917 -0.12448'/>
485                 <fieldValue name='coneTranslationvalue='-2.16174 -0.36036 -0.12158'/>
486                 <fieldValue name='rotationvalue='-0.41636 0 11.15969 0.98914'/>
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.27834'/>
495                 <fieldValue name='cylinderTranslationvalue='-2.31008 -0.30993 -0.07645'/>
496                 <fieldValue name='coneTranslationvalue='-2.29117 -0.31531 -0.08333'/>
497                 <fieldValue name='rotationvalue='9.18964 -0.00000 25.26991 1.30943'/>
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.72992'/>
506                 <fieldValue name='cylinderTranslationvalue='-2.37412 -0.03697 -0.08347'/>
507                 <fieldValue name='coneTranslationvalue='-2.48105 0.13652 -0.06161'/>
508                 <fieldValue name='rotationvalue='7.78625 -0.00000 38.07787 0.56151'/>
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.61264'/>
517                 <fieldValue name='cylinderTranslationvalue='-2.46907 -0.25883 -0.05287'/>
518                 <fieldValue name='coneTranslationvalue='-2.60537 -0.21725 -0.01965'/>
519                 <fieldValue name='rotationvalue='13.90732 -0.00000 57.06748 1.28262'/>
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='1.10843'/>
528                 <fieldValue name='cylinderTranslationvalue='-1.79276 -0.51661 -0.47617'/>
529                 <fieldValue name='coneTranslationvalue='-1.51467 -0.63805 -0.72780'/>
530                 <fieldValue name='rotationvalue='-70.75252 0 -78.19414 1.88393'/>
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.60413'/>
539                 <fieldValue name='cylinderTranslationvalue='-2.38203 -0.20962 0.06023'/>
540                 <fieldValue name='coneTranslationvalue='-2.47529 -0.14553 0.14612'/>
541                 <fieldValue name='rotationvalue='36.52643 -0.00000 39.65835 1.10278'/>
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.60495'/>
550                 <fieldValue name='cylinderTranslationvalue='-2.40741 -0.16208 -0.21001'/>
551                 <fieldValue name='coneTranslationvalue='-2.51277 -0.07550 -0.25127'/>
552                 <fieldValue name='rotationvalue='-17.52129 0 44.73477 0.91765'/>
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.60643'/>
561                 <fieldValue name='cylinderTranslationvalue='-2.45064 -0.48852 -0.14127'/>
562                 <fieldValue name='coneTranslationvalue='-2.57671 -0.55588 -0.15018'/>
563                 <fieldValue name='rotationvalue='-3.77329 0 53.38143 2.06052'/>
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.60867'/>
572                 <fieldValue name='cylinderTranslationvalue='-2.40382 -0.14949 -0.19732'/>
573                 <fieldValue name='coneTranslationvalue='-2.50819 -0.05634 -0.23285'/>
574                 <fieldValue name='rotationvalue='-14.98385 0 44.01621 0.86934'/>
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.72992'/>
583                 <fieldValue name='cylinderTranslationvalue='-2.37412 -0.03697 -0.08347'/>
584                 <fieldValue name='coneTranslationvalue='-2.48105 0.13652 -0.06161'/>
585                 <fieldValue name='rotationvalue='7.78625 -0.00000 38.07787 0.56151'/>
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.85522'/>
594                 <fieldValue name='cylinderTranslationvalue='-1.86541 -0.47933 -0.37481'/>
595                 <fieldValue name='coneTranslationvalue='-1.66619 -0.56285 -0.53277'/>
596                 <fieldValue name='rotationvalue='-50.48164 0 -63.66573 1.88817'/>
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.22785'/>
605                 <fieldValue name='cylinderTranslationvalue='-2.29357 -0.36061 -0.09596'/>
606                 <fieldValue name='coneTranslationvalue='-2.24915 -0.35465 -0.10666'/>
607                 <fieldValue name='rotationvalue='5.28762 -0.00000 21.96642 1.70034'/>
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.81331'/>
616                 <fieldValue name='cylinderTranslationvalue='-2.17846 -0.47836 0.26203'/>
617                 <fieldValue name='coneTranslationvalue='-2.17526 -0.55872 0.49521'/>
618                 <fieldValue name='rotationvalue='76.88690 0 -1.05511 1.90262'/>
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.20687'/>
627                 <fieldValue name='cylinderTranslationvalue='-2.17778 -0.33613 -0.01960'/>
628                 <fieldValue name='coneTranslationvalue='-2.18104 -0.34147 -0.07582'/>
629                 <fieldValue name='rotationvalue='20.55997 0 -1.19154 1.47632'/>
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.63680'/>
638                 <fieldValue name='cylinderTranslationvalue='-2.45854 -0.40270 -0.27285'/>
639                 <fieldValue name='coneTranslationvalue='-2.59526 -0.43096 -0.34769'/>
640                 <fieldValue name='rotationvalue='-30.08922 0 54.96136 1.75017'/>
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.29459'/>
649                 <fieldValue name='cylinderTranslationvalue='-2.32158 -0.39748 -0.12819'/>
650                 <fieldValue name='coneTranslationvalue='-2.30969 -0.39303 -0.12769'/>
651                 <fieldValue name='rotationvalue='-1.15727 0 27.56862 1.92862'/>
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.56900'/>
660                 <fieldValue name='cylinderTranslationvalue='-2.41091 -0.39422 0.04190'/>
661                 <fieldValue name='coneTranslationvalue='-2.51032 -0.41537 0.11380'/>
662                 <fieldValue name='rotationvalue='32.86112 -0.00000 45.43444 1.74151'/>
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.59673'/>
671                 <fieldValue name='cylinderTranslationvalue='-2.41528 -0.19270 -0.23167'/>
672                 <fieldValue name='coneTranslationvalue='-2.52266 -0.12165 -0.28233'/>
673                 <fieldValue name='rotationvalue='-21.85250 0 46.30943 1.03160'/>
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.63680'/>
682                 <fieldValue name='cylinderTranslationvalue='-2.45854 -0.40270 -0.27285'/>
683                 <fieldValue name='coneTranslationvalue='-2.59526 -0.43096 -0.34769'/>
684                 <fieldValue name='rotationvalue='-30.08922 0 54.96136 1.75017'/>
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.13365'/>
693                 <fieldValue name='cylinderTranslationvalue='-2.23953 -0.30917 -0.12448'/>
694                 <fieldValue name='coneTranslationvalue='-2.16174 -0.36036 -0.12158'/>
695                 <fieldValue name='rotationvalue='-0.41636 0 11.15969 0.98914'/>
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.27834'/>
704                 <fieldValue name='cylinderTranslationvalue='-2.31008 -0.30993 -0.07645'/>
705                 <fieldValue name='coneTranslationvalue='-2.29117 -0.31531 -0.08333'/>
706                 <fieldValue name='rotationvalue='9.18964 -0.00000 25.26991 1.30943'/>
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.72992'/>
715                 <fieldValue name='cylinderTranslationvalue='-2.37412 -0.03697 -0.08347'/>
716                 <fieldValue name='coneTranslationvalue='-2.48105 0.13652 -0.06161'/>
717                 <fieldValue name='rotationvalue='7.78625 -0.00000 38.07787 0.56151'/>
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.61264'/>
726                 <fieldValue name='cylinderTranslationvalue='-2.46907 -0.25883 -0.05287'/>
727                 <fieldValue name='coneTranslationvalue='-2.60537 -0.21725 -0.01965'/>
728                 <fieldValue name='rotationvalue='13.90732 -0.00000 57.06748 1.28262'/>
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='1.10843'/>
737                 <fieldValue name='cylinderTranslationvalue='-1.79276 -0.51661 -0.47617'/>
738                 <fieldValue name='coneTranslationvalue='-1.51467 -0.63805 -0.72780'/>
739                 <fieldValue name='rotationvalue='-70.75252 0 -78.19414 1.88393'/>
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.60413'/>
748                 <fieldValue name='cylinderTranslationvalue='-2.38203 -0.20962 0.06023'/>
749                 <fieldValue name='coneTranslationvalue='-2.47529 -0.14553 0.14612'/>
750                 <fieldValue name='rotationvalue='36.52643 -0.00000 39.65835 1.10278'/>
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.60495'/>
759                 <fieldValue name='cylinderTranslationvalue='-2.40741 -0.16208 -0.21001'/>
760                 <fieldValue name='coneTranslationvalue='-2.51277 -0.07550 -0.25127'/>
761                 <fieldValue name='rotationvalue='-17.52129 0 44.73477 0.91765'/>
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.60643'/>
770                 <fieldValue name='cylinderTranslationvalue='-2.45064 -0.48852 -0.14127'/>
771                 <fieldValue name='coneTranslationvalue='-2.57671 -0.55588 -0.15018'/>
772                 <fieldValue name='rotationvalue='-3.77329 0 53.38143 2.06052'/>
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.60867'/>
781                 <fieldValue name='cylinderTranslationvalue='-2.40382 -0.14949 -0.19732'/>
782                 <fieldValue name='coneTranslationvalue='-2.50819 -0.05634 -0.23285'/>
783                 <fieldValue name='rotationvalue='-14.98385 0 44.01621 0.86934'/>
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.72992'/>
792                 <fieldValue name='cylinderTranslationvalue='-2.37412 -0.03697 -0.08347'/>
793                 <fieldValue name='coneTranslationvalue='-2.48105 0.13652 -0.06161'/>
794                 <fieldValue name='rotationvalue='7.78625 -0.00000 38.07787 0.56151'/>
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.85522'/>
803                 <fieldValue name='cylinderTranslationvalue='-1.86541 -0.47933 -0.37481'/>
804                 <fieldValue name='coneTranslationvalue='-1.66619 -0.56285 -0.53277'/>
805                 <fieldValue name='rotationvalue='-50.48164 0 -63.66573 1.88817'/>
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.22785'/>
814                 <fieldValue name='cylinderTranslationvalue='-2.29357 -0.36061 -0.09596'/>
815                 <fieldValue name='coneTranslationvalue='-2.24915 -0.35465 -0.10666'/>
816                 <fieldValue name='rotationvalue='5.28762 -0.00000 21.96642 1.70034'/>
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.81331'/>
825                 <fieldValue name='cylinderTranslationvalue='-2.17846 -0.47836 0.26203'/>
826                 <fieldValue name='coneTranslationvalue='-2.17526 -0.55872 0.49521'/>
827                 <fieldValue name='rotationvalue='76.88690 0 -1.05511 1.90262'/>
828                 <fieldValue name='diffuseColorvalue='0 0 0'/>
829                 <fieldValue name='ballRadiusvalue='0.02'/>
830                 <fieldValue name='traceEnabledvalue='false'/>
831                 <fieldValue name='displayMode'/>
832                 <fieldValue name='transparencyvalue='0'/>
833            </ProtoInstance>
834            <ProtoInstance name='Arc'>
835                 <fieldValue name='cylinderHeightvalue='0.20687'/>
836                 <fieldValue name='cylinderTranslationvalue='-2.17778 -0.33613 -0.01960'/>
837                 <fieldValue name='coneTranslationvalue='-2.18104 -0.34147 -0.07582'/>
838                 <fieldValue name='rotationvalue='20.55997 0 -1.19154 1.47632'/>
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.86870'/>
847                 <fieldValue name='cylinderTranslationvalue='-2.18440 0.25054 1.86494'/>
848                 <fieldValue name='coneTranslationvalue='-2.18302 0.50362 1.97086'/>
849                 <fieldValue name='rotationvalue='33.53919 0 -0.43826 0.39642'/>
850                 <fieldValue name='diffuseColorvalue='0 0 0'/>
851                 <fieldValue name='ballRadiusvalue='0.02'/>
852                 <fieldValue name='traceEnabledvalue='false'/>
853                 <fieldValue name='displayMode'/>
854                 <fieldValue name='transparencyvalue='0'/>
855            </ProtoInstance>
856            <ProtoInstance name='Arc'>
857                 <fieldValue name='cylinderHeightvalue='1.04754'/>
858                 <fieldValue name='cylinderTranslationvalue='-2.12990 -0.55248 1.36675'/>
859                 <fieldValue name='coneTranslationvalue='-2.09052 -0.83193 1.13722'/>
860                 <fieldValue name='rotationvalue='-66.09828 0 -11.33860 2.44683'/>
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.78480'/>
869                 <fieldValue name='cylinderTranslationvalue='-2.07812 -0.19743 2.07138'/>
870                 <fieldValue name='coneTranslationvalue='-2.01388 -0.22546 2.29296'/>
871                 <fieldValue name='rotationvalue='74.82646 0 -21.69398 1.69167'/>
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.89604'/>
880                 <fieldValue name='cylinderTranslationvalue='-2.05104 0.13549 2.01469'/>
881                 <fieldValue name='coneTranslationvalue='-1.96389 0.31911 2.21876'/>
882                 <fieldValue name='rotationvalue='63.48861 0 -27.11128 0.87954'/>
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.73590'/>
891                 <fieldValue name='cylinderTranslationvalue='-2.30123 0.18259 1.80471'/>
892                 <fieldValue name='coneTranslationvalue='-2.36602 0.37062 1.86544'/>
893                 <fieldValue name='rotationvalue='21.49248 -0.00000 22.92844 0.44123'/>
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.40533'/>
902                 <fieldValue name='cylinderTranslationvalue='-2.30024 -0.00319 1.77830'/>
903                 <fieldValue name='coneTranslationvalue='-2.32416 0.02774 1.79537'/>
904                 <fieldValue name='rotationvalue='16.21193 -0.00000 22.72910 0.75980'/>
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.71508'/>
913                 <fieldValue name='cylinderTranslationvalue='-2.21058 -0.45449 1.88331'/>
914                 <fieldValue name='coneTranslationvalue='-2.22383 -0.62265 1.98611'/>
915                 <fieldValue name='rotationvalue='37.21267 -0.00000 4.79786 2.58922'/>
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.86870'/>
924                 <fieldValue name='cylinderTranslationvalue='-2.18440 0.25054 1.86494'/>
925                 <fieldValue name='coneTranslationvalue='-2.18302 0.50362 1.97086'/>
926                 <fieldValue name='rotationvalue='33.53919 0 -0.43834 0.39642'/>
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.77683'/>
935                 <fieldValue name='cylinderTranslationvalue='-2.12098 0.03303 2.03342'/>
936                 <fieldValue name='coneTranslationvalue='-2.08240 0.14074 2.23112'/>
937                 <fieldValue name='rotationvalue='67.23599 0 -13.12132 1.07976'/>
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.78873'/>
946                 <fieldValue name='cylinderTranslationvalue='-2.08680 -0.04405 2.06374'/>
947                 <fieldValue name='coneTranslationvalue='-2.02750 0.01898 2.28154'/>
948                 <fieldValue name='rotationvalue='73.29860 0 -19.95818 1.29849'/>
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.41270'/>
957                 <fieldValue name='cylinderTranslationvalue='-2.19319 -0.18544 1.90044'/>
958                 <fieldValue name='coneTranslationvalue='-2.19467 -0.19337 1.94608'/>
959                 <fieldValue name='rotationvalue='40.63954 -0.00000 1.31996 1.74280'/>
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.46354'/>
968                 <fieldValue name='cylinderTranslationvalue='-2.16616 -0.24947 1.90564'/>
969                 <fieldValue name='coneTranslationvalue='-2.15983 -0.28024 1.97018'/>
970                 <fieldValue name='rotationvalue='41.67973 0 -4.08672 2.01381'/>
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.57157'/>
979                 <fieldValue name='cylinderTranslationvalue='-2.22074 -0.19456 1.41701'/>
980                 <fieldValue name='coneTranslationvalue='-2.23577 -0.21412 1.29367'/>
981                 <fieldValue name='rotationvalue='-56.04665 0 6.82967 1.72693'/>
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.79297'/>
990                 <fieldValue name='cylinderTranslationvalue='-2.08605 -0.31571 2.04318'/>
991                 <fieldValue name='coneTranslationvalue='-2.02609 -0.41448 2.24952'/>
992                 <fieldValue name='rotationvalue='69.18752 0 -20.10759 2.00165'/>
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.40857'/>
1001                 <fieldValue name='cylinderTranslationvalue='-2.21110 -0.06256 1.88018'/>
1002                 <fieldValue name='coneTranslationvalue='-2.21641 -0.04358 1.91983'/>
1003                 <fieldValue name='rotationvalue='36.58687 -0.00000 4.90119 1.12786'/>
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='1.14742'/>
1012                 <fieldValue name='cylinderTranslationvalue='-2.17989 -0.38048 1.17185'/>
1013                 <fieldValue name='coneTranslationvalue='-2.17505 -0.54660 0.79299'/>
1014                 <fieldValue name='rotationvalue='-105.07768 0 -1.34079 1.98398'/>
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='1.62371'/>
1023                 <fieldValue name='cylinderTranslationvalue='-2.17921 -0.23825 0.89022'/>
1024                 <fieldValue name='coneTranslationvalue='-2.17327 -0.30901 0.24225'/>
1025                 <fieldValue name='rotationvalue='-161.40461 0 -1.47722 1.67956'/>
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.89604'/>
1034                 <fieldValue name='cylinderTranslationvalue='-2.05104 0.13549 2.01469'/>
1035                 <fieldValue name='coneTranslationvalue='-1.96389 0.31911 2.21876'/>
1036                 <fieldValue name='rotationvalue='63.48861 0 -27.11127 0.87954'/>
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.45165'/>
1045                 <fieldValue name='cylinderTranslationvalue='-2.21186 -0.37450 1.69352'/>
1046                 <fieldValue name='coneTranslationvalue='-2.21923 -0.43990 1.69243'/>
1047                 <fieldValue name='rotationvalue='-0.74519 0 5.05370 3.02825'/>
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.35161'/>
1056                 <fieldValue name='cylinderTranslationvalue='-2.31851 -0.07175 1.78306'/>
1057                 <fieldValue name='coneTranslationvalue='-2.33037 -0.06471 1.79077'/>
1058                 <fieldValue name='rotationvalue='17.16261 -0.00000 26.38362 1.10878'/>
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.40997'/>
1067                 <fieldValue name='cylinderTranslationvalue='-2.19894 -0.08891 1.89249'/>
1068                 <fieldValue name='coneTranslationvalue='-2.20165 -0.07548 1.93533'/>
1069                 <fieldValue name='rotationvalue='39.04874 -0.00000 2.46932 1.26759'/>
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.79294'/>
1078                 <fieldValue name='cylinderTranslationvalue='-2.08613 -0.31582 2.04313'/>
1079                 <fieldValue name='coneTranslationvalue='-2.02621 -0.41466 2.24943'/>
1080                 <fieldValue name='rotationvalue='69.17772 0 -20.09242 2.00198'/>
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.42612'/>
1089                 <fieldValue name='cylinderTranslationvalue='2.05302 2.17321 -0.48911'/>
1090                 <fieldValue name='coneTranslationvalue='2.09532 2.14146 -0.49339'/>
1091                 <fieldValue name='rotationvalue='-3.43826 0 -33.96667 2.21232'/>
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.53687'/>
1100                 <fieldValue name='cylinderTranslationvalue='1.73719 2.52512 -0.49145'/>
1101                 <fieldValue name='coneTranslationvalue='1.67821 2.61577 -0.49934'/>
1102                 <fieldValue name='rotationvalue='-3.90605 0 29.20032 0.58087'/>
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.53854'/>
1111                 <fieldValue name='cylinderTranslationvalue='1.73680 2.52624 -0.48652'/>
1112                 <fieldValue name='coneTranslationvalue='1.67740 2.61776 -0.49244'/>
1113                 <fieldValue name='rotationvalue='-2.91979 0 29.27746 0.57799'/>
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.53687'/>
1122                 <fieldValue name='cylinderTranslationvalue='1.73719 2.52512 -0.49145'/>
1123                 <fieldValue name='coneTranslationvalue='1.67821 2.61577 -0.49934'/>
1124                 <fieldValue name='rotationvalue='-3.90605 0 29.20032 0.58087'/>
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.96237'/>
1133                 <fieldValue name='cylinderTranslationvalue='1.99727 1.84249 -0.37942'/>
1134                 <fieldValue name='coneTranslationvalue='2.07343 1.53663 -0.31768'/>
1135                 <fieldValue name='rotationvalue='18.49964 0 -22.81723 2.83141'/>
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.40755'/>
1144                 <fieldValue name='cylinderTranslationvalue='-0.96586 1.77020 -1.91352'/>
1145                 <fieldValue name='coneTranslationvalue='-0.97695 1.81220 -1.90804'/>
1146                 <fieldValue name='rotationvalue='5.09938 -0.00000 10.31789 0.28630'/>
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.46974'/>
1155                 <fieldValue name='cylinderTranslationvalue='-0.90016 1.80049 -1.87581'/>
1156                 <fieldValue name='coneTranslationvalue='-0.89566 1.87245 -1.85566'/>
1157                 <fieldValue name='rotationvalue='12.64162 0 -2.82234 0.27937'/>
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.18818'/>
1166                 <fieldValue name='cylinderTranslationvalue='-0.98246 1.63951 -1.94151'/>
1167                 <fieldValue name='coneTranslationvalue='-0.93470 1.59413 -1.93976'/>
1168                 <fieldValue name='rotationvalue='-0.49849 0 13.63728 0.81128'/>
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.68363'/>
1177                 <fieldValue name='cylinderTranslationvalue='-0.69395 1.76934 -2.11344'/>
1178                 <fieldValue name='coneTranslationvalue='-0.57676 1.87285 -2.20621'/>
1179                 <fieldValue name='rotationvalue='-34.88437 0 -44.06441 0.96509'/>
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.82481'/>
1188                 <fieldValue name='cylinderTranslationvalue='-0.91917 1.16242 -1.94689'/>
1189                 <fieldValue name='coneTranslationvalue='-0.92216 0.91008 -1.95172'/>
1190                 <fieldValue name='rotationvalue='-1.57588 0 0.97877 3.11910'/>
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.34730'/>
1199                 <fieldValue name='cylinderTranslationvalue='-0.92525 1.64917 -2.09551'/>
1200                 <fieldValue name='coneTranslationvalue='-0.92612 1.65502 -2.10781'/>
1201                 <fieldValue name='rotationvalue='-31.29920 0 2.19585 1.12772'/>
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.65775'/>
1210                 <fieldValue name='cylinderTranslationvalue='-1.14459 1.79042 -1.84634'/>
1211                 <fieldValue name='coneTranslationvalue='-1.26285 1.90118 -1.79875'/>
1212                 <fieldValue name='rotationvalue='18.53457 -0.00000 46.06227 0.85546'/>
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.75576'/>
1221                 <fieldValue name='cylinderTranslationvalue='-0.74161 1.91059 -1.92569'/>
1222                 <fieldValue name='coneTranslationvalue='-0.64206 2.10424 -1.91800'/>
1223                 <fieldValue name='rotationvalue='2.66523 0 -34.53267 0.47606'/>
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.80157'/>
1232                 <fieldValue name='cylinderTranslationvalue='-0.86886 1.94249 -1.78633'/>
1233                 <fieldValue name='coneTranslationvalue='-0.84158 2.16344 -1.69459'/>
1234                 <fieldValue name='rotationvalue='30.53742 0 -9.08251 0.40875'/>
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.28423'/>
1243                 <fieldValue name='cylinderTranslationvalue='-0.85046 1.65713 -2.03562'/>
1244                 <fieldValue name='coneTranslationvalue='-0.85849 1.64676 -2.02347'/>
1245                 <fieldValue name='rotationvalue='-19.32226 0 -12.76238 0.95225'/>
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.34820'/>
1254                 <fieldValue name='cylinderTranslationvalue='-0.97201 1.64201 -2.08885'/>
1255                 <fieldValue name='coneTranslationvalue='-0.97669 1.64746 -2.10098'/>
1256                 <fieldValue name='rotationvalue='-29.96687 0 11.54735 1.17400'/>
1257                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1258                 <fieldValue name='ballRadiusvalue='0.02'/>
1259                 <fieldValue name='traceEnabledvalue='false'/>
1260                 <fieldValue name='displayMode'/>
1261                 <fieldValue name='transparencyvalue='0'/>
1262            </ProtoInstance>
1263            <ProtoInstance name='Arc'>
1264                 <fieldValue name='cylinderHeightvalue='1.83085'/>
1265                 <fieldValue name='cylinderTranslationvalue='-0.84705 0.68093 -1.75297'/>
1266                 <fieldValue name='coneTranslationvalue='-0.79158 -0.05665 -1.59944'/>
1267                 <fieldValue name='rotationvalue='37.20906 0 -13.44479 2.92378'/>
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.40728'/>
1276                 <fieldValue name='cylinderTranslationvalue='-0.86733 1.77096 -1.96651'/>
1277                 <fieldValue name='coneTranslationvalue='-0.85727 1.81301 -1.97241'/>
1278                 <fieldValue name='rotationvalue='-5.50027 0 -9.38884 0.27046'/>
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.33013'/>
1287                 <fieldValue name='cylinderTranslationvalue='-1.00509 1.64882 -2.05525'/>
1288                 <fieldValue name='coneTranslationvalue='-1.00787 1.65109 -2.05882'/>
1289                 <fieldValue name='rotationvalue='-23.24749 0 18.16223 1.10532'/>
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.65269'/>
1298                 <fieldValue name='cylinderTranslationvalue='-1.15240 1.78176 -1.85575'/>
1299                 <fieldValue name='coneTranslationvalue='-1.27378 1.88729 -1.81331'/>
1300                 <fieldValue name='rotationvalue='16.65216 -0.00000 47.62512 0.88355'/>
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.80183'/>
1309                 <fieldValue name='cylinderTranslationvalue='-0.87253 1.94223 -1.78431'/>
1310                 <fieldValue name='coneTranslationvalue='-0.84744 2.16306 -1.69135'/>
1311                 <fieldValue name='rotationvalue='30.94016 0 -8.34933 0.41116'/>
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.68364'/>
1320                 <fieldValue name='cylinderTranslationvalue='-0.69395 1.76936 -2.11340'/>
1321                 <fieldValue name='coneTranslationvalue='-0.57675 1.87289 -2.20616'/>
1322                 <fieldValue name='rotationvalue='-34.87806 0 -44.06552 0.96500'/>
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.77013'/>
1331                 <fieldValue name='cylinderTranslationvalue='-1.01395 1.90707 -1.77202'/>
1332                 <fieldValue name='coneTranslationvalue='-1.07221 2.10132 -1.67441'/>
1333                 <fieldValue name='rotationvalue='33.39904 -0.00000 19.93553 0.52945'/>
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.84800'/>
1342                 <fieldValue name='cylinderTranslationvalue='1.88734 1.75968 1.64463'/>
1343                 <fieldValue name='coneTranslationvalue='1.74855 1.97867 1.69443'/>
1344                 <fieldValue name='rotationvalue='15.99802 -0.00000 44.58193 0.59264'/>
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.75124'/>
1353                 <fieldValue name='cylinderTranslationvalue='1.93766 1.66714 1.77474'/>
1354                 <fieldValue name='coneTranslationvalue='1.83858 1.81590 1.89535'/>
1355                 <fieldValue name='rotationvalue='42.02153 -0.00000 34.51846 0.80942'/>
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.40746'/>
1364                 <fieldValue name='cylinderTranslationvalue='2.07405 1.45836 1.75869'/>
1365                 <fieldValue name='coneTranslationvalue='2.06628 1.46917 1.80034'/>
1366                 <fieldValue name='rotationvalue='38.81102 -0.00000 7.24005 1.32095'/>
1367                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1368                 <fieldValue name='ballRadiusvalue='0.02'/>
1369                 <fieldValue name='traceEnabledvalue='false'/>
1370                 <fieldValue name='displayMode'/>
1371                 <fieldValue name='transparencyvalue='0'/>
1372            </ProtoInstance>
1373            <ProtoInstance name='Arc'>
1374                 <fieldValue name='cylinderHeightvalue='0.77721'/>
1375                 <fieldValue name='cylinderTranslationvalue='2.00422 1.39243 1.93817'/>
1376                 <fieldValue name='coneTranslationvalue='1.94184 1.38328 2.15791'/>
1377                 <fieldValue name='rotationvalue='74.70674 -0.00000 21.20715 1.61084'/>
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.82048'/>
1386                 <fieldValue name='cylinderTranslationvalue='2.01440 1.79772 1.47969'/>
1387                 <fieldValue name='coneTranslationvalue='1.95593 2.03546 1.42788'/>
1388                 <fieldValue name='rotationvalue='-16.98844 0 19.17084 0.31750'/>
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.76234'/>
1397                 <fieldValue name='cylinderTranslationvalue='2.30688 1.29482 1.25833'/>
1398                 <fieldValue name='coneTranslationvalue='2.42097 1.22916 1.08061'/>
1399                 <fieldValue name='rotationvalue='-61.26031 0 -39.32547 1.87223'/>
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.35763'/>
1408                 <fieldValue name='cylinderTranslationvalue='2.28034 1.46267 1.55729'/>
1409                 <fieldValue name='coneTranslationvalue='2.29824 1.46843 1.55652'/>
1410                 <fieldValue name='rotationvalue='-1.46886 0 -34.01850 1.26002'/>
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.40213'/>
1419                 <fieldValue name='cylinderTranslationvalue='2.05789 1.54815 1.69894'/>
1420                 <fieldValue name='coneTranslationvalue='2.04719 1.57678 1.72637'/>
1421                 <fieldValue name='rotationvalue='26.86135 -0.00000 10.47316 0.79943'/>
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.34084'/>
1430                 <fieldValue name='cylinderTranslationvalue='2.23796 1.40226 1.67734'/>
1431                 <fieldValue name='coneTranslationvalue='2.24577 1.40191 1.68423'/>
1432                 <fieldValue name='rotationvalue='22.54014 0 -25.54156 1.60441'/>
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.44359'/>
1441                 <fieldValue name='cylinderTranslationvalue='2.17914 1.29791 1.74444'/>
1442                 <fieldValue name='coneTranslationvalue='2.19833 1.26724 1.79454'/>
1443                 <fieldValue name='rotationvalue='35.96156 0 -13.77731 2.09013'/>
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.73914'/>
1452                 <fieldValue name='cylinderTranslationvalue='1.86988 1.50055 1.82966'/>
1453                 <fieldValue name='coneTranslationvalue='1.73358 1.55303 1.97995'/>
1454                 <fieldValue name='rotationvalue='53.00523 -0.00000 48.07356 1.31765'/>
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.78236'/>
1463                 <fieldValue name='cylinderTranslationvalue='2.31859 1.13581 1.75314'/>
1464                 <fieldValue name='coneTranslationvalue='2.44172 0.97496 1.86454'/>
1465                 <fieldValue name='rotationvalue='37.70062 0 -41.66821 2.34032'/>
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.84800'/>
1474                 <fieldValue name='cylinderTranslationvalue='1.88734 1.75968 1.64463'/>
1475                 <fieldValue name='coneTranslationvalue='1.74855 1.97867 1.69443'/>
1476                 <fieldValue name='rotationvalue='15.99802 -0.00000 44.58192 0.59264'/>
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.37573'/>
1485                 <fieldValue name='cylinderTranslationvalue='2.18689 1.57833 1.54458'/>
1486                 <fieldValue name='coneTranslationvalue='2.19826 1.60360 1.54160'/>
1487                 <fieldValue name='rotationvalue='-4.01202 0 -15.32844 0.43533'/>
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.82048'/>
1496                 <fieldValue name='cylinderTranslationvalue='2.01440 1.79772 1.47969'/>
1497                 <fieldValue name='coneTranslationvalue='1.95592 2.03546 1.42788'/>
1498                 <fieldValue name='rotationvalue='-16.98839 0 19.17123 0.31751'/>
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.34051'/>
1507                 <fieldValue name='cylinderTranslationvalue='2.27111 1.44018 1.61018'/>
1508                 <fieldValue name='coneTranslationvalue='2.28080 1.44211 1.61292'/>
1509                 <fieldValue name='rotationvalue='9.10922 0 -32.17183 1.38060'/>
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.37573'/>
1518                 <fieldValue name='cylinderTranslationvalue='2.18689 1.57833 1.54458'/>
1519                 <fieldValue name='coneTranslationvalue='2.19826 1.60360 1.54160'/>
1520                 <fieldValue name='rotationvalue='-4.01202 0 -15.32844 0.43533'/>
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.45190'/>
1529                 <fieldValue name='cylinderTranslationvalue='2.26334 1.27834 1.66859'/>
1530                 <fieldValue name='coneTranslationvalue='2.30803 1.24049 1.69893'/>
1531                 <fieldValue name='rotationvalue='20.79081 0 -30.61813 2.18195'/>
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='1.19369'/>
1540                 <fieldValue name='cylinderTranslationvalue='2.11554 1.14590 1.02844'/>
1541                 <fieldValue name='coneTranslationvalue='2.11941 0.95407 0.63599'/>
1542                 <fieldValue name='rotationvalue='-107.23839 0 -1.05819 2.02542'/>
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.80162'/>
1551                 <fieldValue name='cylinderTranslationvalue='2.17345 1.17799 1.88674'/>
1552                 <fieldValue name='coneTranslationvalue='2.21143 1.03980 2.08027'/>
1553                 <fieldValue name='rotationvalue='64.42134 0 -12.64060 2.18199'/>
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.45149'/>
1562                 <fieldValue name='cylinderTranslationvalue='2.19719 1.34254 1.36685'/>
1563                 <fieldValue name='coneTranslationvalue='2.22251 1.32348 1.30925'/>
1564                 <fieldValue name='rotationvalue='-39.55673 0 -17.38851 1.86493'/>
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.37022'/>
1573                 <fieldValue name='cylinderTranslationvalue='2.27756 1.44406 1.49412'/>
1574                 <fieldValue name='coneTranslationvalue='2.30025 1.44896 1.48456'/>
1575                 <fieldValue name='rotationvalue='-14.10281 0 -33.46164 1.37466'/>
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.41636'/>
1584                 <fieldValue name='cylinderTranslationvalue='2.17067 1.34315 1.75301'/>
1585                 <fieldValue name='coneTranslationvalue='2.18465 1.32815 1.79660'/>
1586                 <fieldValue name='rotationvalue='37.67453 0 -12.08341 1.88750'/>
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.79057'/>
1595                 <fieldValue name='cylinderTranslationvalue='2.11982 1.23633 1.92057'/>
1596                 <fieldValue name='coneTranslationvalue='2.12551 1.13416 2.13244'/>
1597                 <fieldValue name='rotationvalue='71.18776 0 -1.91343 2.02002'/>
1598                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1599                 <fieldValue name='ballRadiusvalue='0.02'/>
1600                 <fieldValue name='traceEnabledvalue='false'/>
1601                 <fieldValue name='displayMode'/>
1602                 <fieldValue name='transparencyvalue='0'/>
1603            </ProtoInstance>
1604            <ProtoInstance name='Arc'>
1605                 <fieldValue name='cylinderHeightvalue='0.83717'/>
1606                 <fieldValue name='cylinderTranslationvalue='1.89204 1.49123 1.91201'/>
1607                 <fieldValue name='coneTranslationvalue='1.75724 1.54266 2.12660'/>
1608                 <fieldValue name='rotationvalue='69.47483 -0.00000 43.64219 1.37059'/>
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.75476'/>
1617                 <fieldValue name='cylinderTranslationvalue='0.81645 -2.15846 2.42157'/>
1618                 <fieldValue name='coneTranslationvalue='0.66642 -2.08189 2.55898'/>
1619                 <fieldValue name='rotationvalue='47.70920 -0.00000 52.09153 1.21081'/>
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.18196'/>
1628                 <fieldValue name='cylinderTranslationvalue='1.10586 -2.35667 2.12665'/>
1629                 <fieldValue name='coneTranslationvalue='1.08389 -2.30715 2.16942'/>
1630                 <fieldValue name='rotationvalue='-11.27467 0 -5.79043 2.37097'/>
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.77734'/>
1639                 <fieldValue name='cylinderTranslationvalue='1.00761 -2.03459 2.46642'/>
1640                 <fieldValue name='coneTranslationvalue='0.96684 -1.88349 2.63315'/>
1641                 <fieldValue name='rotationvalue='56.67782 -0.00000 13.85864 0.84898'/>
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.25483'/>
1650                 <fieldValue name='cylinderTranslationvalue='1.20227 -2.27176 2.17155'/>
1651                 <fieldValue name='coneTranslationvalue='1.17021 -2.27678 2.17448'/>
1652                 <fieldValue name='rotationvalue='-2.29571 0 -25.07371 1.41605'/>
1653                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1654                 <fieldValue name='ballRadiusvalue='0.02'/>
1655                 <fieldValue name='traceEnabledvalue='false'/>
1656                 <fieldValue name='displayMode'/>
1657                 <fieldValue name='transparencyvalue='0'/>
1658            </ProtoInstance>
1659            <ProtoInstance name='Arc'>
1660                 <fieldValue name='cylinderHeightvalue='0.75209'/>
1661                 <fieldValue name='cylinderTranslationvalue='1.25116 -2.01572 2.37023'/>
1662                 <fieldValue name='coneTranslationvalue='1.35127 -1.85734 2.47779'/>
1663                 <fieldValue name='rotationvalue='37.44120 0 -34.85136 0.74794'/>
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.67358'/>
1672                 <fieldValue name='cylinderTranslationvalue='1.38575 -2.16380 2.14112'/>
1673                 <fieldValue name='coneTranslationvalue='1.54787 -2.09681 2.11913'/>
1674                 <fieldValue name='rotationvalue='-8.38083 0 -61.76974 1.18221'/>
1675                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1676                 <fieldValue name='ballRadiusvalue='0.02'/>
1677                 <fieldValue name='traceEnabledvalue='false'/>
1678                 <fieldValue name='displayMode'/>
1679                 <fieldValue name='transparencyvalue='0'/>
1680            </ProtoInstance>
1681            <ProtoInstance name='Arc'>
1682                 <fieldValue name='cylinderHeightvalue='0.68221'/>
1683                 <fieldValue name='cylinderTranslationvalue='1.16015 -2.04539 2.40417'/>
1684                 <fieldValue name='coneTranslationvalue='1.20435 -1.91478 2.52159'/>
1685                 <fieldValue name='rotationvalue='44.22897 0 -16.65007 0.76527'/>
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.74946'/>
1694                 <fieldValue name='cylinderTranslationvalue='1.37614 -2.29976 1.95761'/>
1695                 <fieldValue name='coneTranslationvalue='1.54760 -2.30455 1.82845'/>
1696                 <fieldValue name='rotationvalue='-45.08288 0 -59.84642 1.59310'/>
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.35665'/>
1705                 <fieldValue name='cylinderTranslationvalue='1.24705 -2.23977 2.16945'/>
1706                 <fieldValue name='coneTranslationvalue='1.26453 -2.23446 2.16806'/>
1707                 <fieldValue name='rotationvalue='-2.71532 0 -34.02898 1.27705'/>
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.34961'/>
1716                 <fieldValue name='cylinderTranslationvalue='1.01011 -2.21572 2.32575'/>
1717                 <fieldValue name='coneTranslationvalue='1.00446 -2.20931 2.33784'/>
1718                 <fieldValue name='rotationvalue='28.54406 -0.00000 13.35824 1.12307'/>
1719                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1720                 <fieldValue name='ballRadiusvalue='0.02'/>
1721                 <fieldValue name='traceEnabledvalue='false'/>
1722                 <fieldValue name='displayMode'/>
1723                 <fieldValue name='transparencyvalue='0'/>
1724            </ProtoInstance>
1725            <ProtoInstance name='Arc'>
1726                 <fieldValue name='cylinderHeightvalue='0.76436'/>
1727                 <fieldValue name='cylinderTranslationvalue='1.27878 -2.40308 1.87834'/>
1728                 <fieldValue name='coneTranslationvalue='1.39615 -2.46801 1.70121'/>
1729                 <fieldValue name='rotationvalue='-60.93730 0 -40.37597 1.86735'/>
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.63086'/>
1738                 <fieldValue name='cylinderTranslationvalue='0.82851 -2.45768 2.08230'/>
1739                 <fieldValue name='coneTranslationvalue='0.70611 -2.53961 2.03267'/>
1740                 <fieldValue name='rotationvalue='-20.14469 0 49.67907 2.12605'/>
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.62611'/>
1749                 <fieldValue name='cylinderTranslationvalue='0.80071 -2.42985 2.13253'/>
1750                 <fieldValue name='coneTranslationvalue='0.66567 -2.49754 2.10784'/>
1751                 <fieldValue name='rotationvalue='-10.09925 0 55.23963 2.02891'/>
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.77454'/>
1760                 <fieldValue name='cylinderTranslationvalue='1.14322 -2.48046 1.85161'/>
1761                 <fieldValue name='coneTranslationvalue='1.18214 -2.59141 1.65712'/>
1762                 <fieldValue name='rotationvalue='-66.28357 0 -13.26316 2.08080'/>
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.09859'/>
1771                 <fieldValue name='cylinderTranslationvalue='1.08115 -2.32967 2.15225'/>
1772                 <fieldValue name='coneTranslationvalue='1.07162 -2.24373 2.22137'/>
1773                 <fieldValue name='rotationvalue='-6.15646 0 -0.84884 2.45958'/>
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.76385'/>
1782                 <fieldValue name='cylinderTranslationvalue='0.93438 -2.52159 1.91365'/>
1783                 <fieldValue name='coneTranslationvalue='0.85156 -2.65534 1.75712'/>
1784                 <fieldValue name='rotationvalue='-53.87573 0 28.50515 2.21769'/>
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.35065'/>
1793                 <fieldValue name='cylinderTranslationvalue='1.09886 -2.18294 2.31902'/>
1794                 <fieldValue name='coneTranslationvalue='1.10077 -2.17346 2.33090'/>
1795                 <fieldValue name='rotationvalue='27.19783 0 -4.39040 0.90381'/>
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.58716'/>
1804                 <fieldValue name='cylinderTranslationvalue='1.08177 -2.46726 1.94800'/>
1805                 <fieldValue name='coneTranslationvalue='1.08398 -2.54727 1.84106'/>
1806                 <fieldValue name='rotationvalue='-47.00606 0 -0.97290 2.21306'/>
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.07527'/>
1815                 <fieldValue name='cylinderTranslationvalue='1.10970 -2.30899 2.17745'/>
1816                 <fieldValue name='coneTranslationvalue='1.00307 -2.25179 2.19559'/>
1817                 <fieldValue name='rotationvalue='-1.11593 0 -6.55968 2.05727'/>
1818                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1819                 <fieldValue name='ballRadiusvalue='0.02'/>
1820                 <fieldValue name='traceEnabledvalue='false'/>
1821                 <fieldValue name='displayMode'/>
1822                 <fieldValue name='transparencyvalue='0'/>
1823            </ProtoInstance>
1824            <ProtoInstance name='Arc'>
1825                 <fieldValue name='cylinderHeightvalue='0.68197'/>
1826                 <fieldValue name='cylinderTranslationvalue='0.90177 -2.13466 2.43008'/>
1827                 <fieldValue name='coneTranslationvalue='0.80882 -2.05147 2.56121'/>
1828                 <fieldValue name='rotationvalue='49.41013 -0.00000 35.02620 1.09318'/>
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.23660'/>
1837                 <fieldValue name='cylinderTranslationvalue='0.98092 -2.35839 2.16586'/>
1838                 <fieldValue name='coneTranslationvalue='1.01476 -2.33477 2.17191'/>
1839                 <fieldValue name='rotationvalue='-3.43318 0 19.19600 2.17278'/>
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.72817'/>
1848                 <fieldValue name='cylinderTranslationvalue='0.73034 -2.30665 2.29357'/>
1849                 <fieldValue name='coneTranslationvalue='0.53608 -2.31520 2.35553'/>
1850                 <fieldValue name='rotationvalue='22.10796 -0.00000 69.31273 1.61271'/>
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.51336'/>
1859                 <fieldValue name='cylinderTranslationvalue='1.45715 1.65764 2.27361'/>
1860                 <fieldValue name='coneTranslationvalue='1.52207 1.63333 2.20621'/>
1861                 <fieldValue name='rotationvalue='-35.78358 0 -34.47282 1.82492'/>
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.18723'/>
1870                 <fieldValue name='cylinderTranslationvalue='1.21581 1.74216 2.51257'/>
1871                 <fieldValue name='coneTranslationvalue='1.26472 1.72798 2.46999'/>
1872                 <fieldValue name='rotationvalue='12.00956 -0.00000 13.79570 1.35555'/>
1873                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1874                 <fieldValue name='ballRadiusvalue='0.02'/>
1875                 <fieldValue name='traceEnabledvalue='false'/>
1876                 <fieldValue name='displayMode'/>
1877                 <fieldValue name='transparencyvalue='0'/>
1878            </ProtoInstance>
1879            <ProtoInstance name='Arc'>
1880                 <fieldValue name='cylinderHeightvalue='0.33563'/>
1881                 <fieldValue name='cylinderTranslationvalue='1.81452 0.05043 -2.70220'/>
1882                 <fieldValue name='coneTranslationvalue='1.81091 0.05700 -2.70441'/>
1883                 <fieldValue name='rotationvalue='-9.52162 0 15.50240 0.57289'/>
1884                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1885                 <fieldValue name='ballRadiusvalue='0.02'/>
1886                 <fieldValue name='traceEnabledvalue='false'/>
1887                 <fieldValue name='displayMode'/>
1888                 <fieldValue name='transparencyvalue='0'/>
1889            </ProtoInstance>
1890            <ProtoInstance name='Arc'>
1891                 <fieldValue name='cylinderHeightvalue='0.24400'/>
1892                 <fieldValue name='cylinderTranslationvalue='1.93396 0.02000 -2.62465'/>
1893                 <fieldValue name='coneTranslationvalue='1.92090 -0.01445 -2.63397'/>
1894                 <fieldValue name='rotationvalue='5.98822 0 -8.38549 0.43599'/>
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.29723'/>
1903                 <fieldValue name='cylinderTranslationvalue='1.90239 -0.23765 -2.63584'/>
1904                 <fieldValue name='coneTranslationvalue='1.90160 -0.22639 -2.63728'/>
1905                 <fieldValue name='rotationvalue='3.74886 0 -2.07234 2.99698'/>
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.43235'/>
1914                 <fieldValue name='cylinderTranslationvalue='1.95000 -0.28881 -2.59072'/>
1915                 <fieldValue name='coneTranslationvalue='1.96506 -0.34032 -2.57413'/>
1916                 <fieldValue name='rotationvalue='12.77244 0 -11.59416 2.73119'/>
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.28607'/>
1925                 <fieldValue name='cylinderTranslationvalue='1.88596 -0.23328 -2.64667'/>
1926                 <fieldValue name='coneTranslationvalue='1.88668 -0.21635 -2.64761'/>
1927                 <fieldValue name='rotationvalue='1.58348 -0.00000 1.21366 3.07180'/>
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.02182'/>
1936                 <fieldValue name='cylinderTranslationvalue='1.90071 -0.09546 -2.65013'/>
1937                 <fieldValue name='coneTranslationvalue='1.78202 -0.02885 -2.71099'/>
1938                 <fieldValue name='rotationvalue='0.89060 0 -1.73702 2.03394'/>
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.33563'/>
1947                 <fieldValue name='cylinderTranslationvalue='1.81451 0.05043 -2.70220'/>
1948                 <fieldValue name='coneTranslationvalue='1.81091 0.05700 -2.70441'/>
1949                 <fieldValue name='rotationvalue='-9.52186 0 15.50270 0.57290'/>
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.49145'/>
1958                 <fieldValue name='cylinderTranslationvalue='1.80936 -0.03743 -2.69731'/>
1959                 <fieldValue name='coneTranslationvalue='1.78412 0.04242 -2.71562'/>
1960                 <fieldValue name='rotationvalue='-10.49866 0 14.47125 0.37233'/>
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.41099'/>
1969                 <fieldValue name='cylinderTranslationvalue='1.92880 -0.06787 -2.61976'/>
1970                 <fieldValue name='coneTranslationvalue='1.93922 -0.02393 -2.61421'/>
1971                 <fieldValue name='rotationvalue='5.01118 0 -9.41663 0.26255'/>
1972                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1973                 <fieldValue name='ballRadiusvalue='0.02'/>
1974                 <fieldValue name='traceEnabledvalue='false'/>
1975                 <fieldValue name='displayMode'/>
1976                 <fieldValue name='transparencyvalue='0'/>
1977            </ProtoInstance>
1978            <ProtoInstance name='Arc'>
1979                 <fieldValue name='cylinderHeightvalue='0.12549'/>
1980                 <fieldValue name='cylinderTranslationvalue='1.89723 -0.32552 -2.63096'/>
1981                 <fieldValue name='coneTranslationvalue='1.87318 -0.23377 -2.65244'/>
1982                 <fieldValue name='rotationvalue='2.77182 0 -3.10348 2.80361'/>
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.50463'/>
1991                 <fieldValue name='cylinderTranslationvalue='1.87505 -0.51466 -2.60069'/>
1992                 <fieldValue name='coneTranslationvalue='1.87261 -0.60552 -2.58455'/>
1993                 <fieldValue name='rotationvalue='8.82496 -0.00000 1.33299 2.96379'/>
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.28030'/>
2002                 <fieldValue name='cylinderTranslationvalue='1.94484 -0.37668 -2.58584'/>
2003                 <fieldValue name='coneTranslationvalue='1.93590 -0.36105 -2.59419'/>
2004                 <fieldValue name='rotationvalue='11.79540 0 -12.62530 2.47742'/>
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.10982'/>
2013                 <fieldValue name='cylinderTranslationvalue='1.88080 -0.32114 -2.64178'/>
2014                 <fieldValue name='coneTranslationvalue='1.88255 -0.21623 -2.64759'/>
2015                 <fieldValue name='rotationvalue='0.60644 -0.00000 0.18252 3.08389'/>
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.16828'/>
2024                 <fieldValue name='cylinderTranslationvalue='1.89556 -0.18333 -2.64525'/>
2025                 <fieldValue name='coneTranslationvalue='1.88308 -0.25815 -2.64486'/>
2026                 <fieldValue name='rotationvalue='-0.08644 0 -2.76816 0.16533'/>
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.49145'/>
2035                 <fieldValue name='cylinderTranslationvalue='1.80936 -0.03744 -2.69731'/>
2036                 <fieldValue name='coneTranslationvalue='1.78412 0.04242 -2.71562'/>
2037                 <fieldValue name='rotationvalue='-10.49890 0 14.47156 0.37234'/>
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.57522'/>
2046                 <fieldValue name='cylinderTranslationvalue='-0.80050 -0.72375 -1.73097'/>
2047                 <fieldValue name='coneTranslationvalue='-0.85972 -0.79532 -1.81846'/>
2048                 <fieldValue name='rotationvalue='-39.43922 0 26.69555 2.16618'/>
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.47837'/>
2057                 <fieldValue name='cylinderTranslationvalue='-0.43527 -0.56944 -1.59254'/>
2058                 <fieldValue name='coneTranslationvalue='-0.35855 -0.57175 -1.61200'/>
2059                 <fieldValue name='rotationvalue='-11.75423 0 -46.34969 1.60000'/>
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.49882'/>
2068                 <fieldValue name='cylinderTranslationvalue='-0.84737 -0.58453 -1.70463'/>
2069                 <fieldValue name='coneTranslationvalue='-0.91202 -0.59244 -1.76588'/>
2070                 <fieldValue name='rotationvalue='-34.17123 0 36.07026 1.65943'/>
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.94912'/>
2079                 <fieldValue name='cylinderTranslationvalue='-0.70194 -1.02072 -1.65199'/>
2080                 <fieldValue name='coneTranslationvalue='-0.72508 -1.32449 -1.73034'/>
2081                 <fieldValue name='rotationvalue='-23.64276 0 6.98326 2.87884'/>
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.48326'/>
2090                 <fieldValue name='cylinderTranslationvalue='-0.50133 -0.53869 -1.70803'/>
2091                 <fieldValue name='coneTranslationvalue='-0.44536 -0.53067 -1.76690'/>
2092                 <fieldValue name='rotationvalue='-34.85185 0 -33.13802 1.47231'/>
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.92473'/>
2101                 <fieldValue name='cylinderTranslationvalue='-0.53558 -0.70214 -1.95447'/>
2102                 <fieldValue name='coneTranslationvalue='-0.44962 -0.79349 -2.22959'/>
2103                 <fieldValue name='rotationvalue='-84.14003 0 -26.28878 1.87771'/>
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.83950'/>
2112                 <fieldValue name='cylinderTranslationvalue='-0.84812 -0.33651 -1.83765'/>
2113                 <fieldValue name='coneTranslationvalue='-0.96019 -0.19670 -2.02570'/>
2114                 <fieldValue name='rotationvalue='-60.77564 0 36.22023 1.00241'/>
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.90844'/>
2123                 <fieldValue name='cylinderTranslationvalue='-0.69734 -0.52438 -1.98537'/>
2124                 <fieldValue name='coneTranslationvalue='-0.71697 -0.49971 -2.27790'/>
2125                 <fieldValue name='rotationvalue='-90.32050 0 6.06334 1.48687'/>
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.99071'/>
2134                 <fieldValue name='cylinderTranslationvalue='-0.45555 -0.90908 -1.81751'/>
2135                 <fieldValue name='coneTranslationvalue='-0.31239 -1.14375 -2.00960'/>
2136                 <fieldValue name='rotationvalue='-56.74745 0 -42.29343 2.34585'/>
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.54695'/>
2145                 <fieldValue name='cylinderTranslationvalue='-0.58408 -0.64470 -1.78105'/>
2146                 <fieldValue name='coneTranslationvalue='-0.54967 -0.67882 -1.88366'/>
2147                 <fieldValue name='rotationvalue='-49.45565 0 -16.58712 1.87626'/>
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.51397'/>
2156                 <fieldValue name='cylinderTranslationvalue='-0.62965 -0.81444 -1.56765'/>
2157                 <fieldValue name='coneTranslationvalue='-0.61554 -0.90954 -1.58044'/>
2158                 <fieldValue name='rotationvalue='-6.77619 0 -7.47430 2.94402'/>
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='2.01837'/>
2167                 <fieldValue name='cylinderTranslationvalue='0.24365 -0.29954 -1.18735'/>
2168                 <fieldValue name='coneTranslationvalue='1.00994 -0.07831 -0.89584'/>
2169                 <fieldValue name='rotationvalue='69.28519 0 -182.13381 1.30724'/>
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='1.02513'/>
2178                 <fieldValue name='cylinderTranslationvalue='-1.03441 -0.62489 -1.18185'/>
2179                 <fieldValue name='coneTranslationvalue='-1.28711 -0.66784 -0.93978'/>
2180                 <fieldValue name='rotationvalue='70.38438 -0.00000 73.47738 1.69292'/>
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.83994'/>
2189                 <fieldValue name='cylinderTranslationvalue='-0.83703 -0.33323 -1.84188'/>
2190                 <fieldValue name='coneTranslationvalue='-0.94227 -0.19133 -2.03260'/>
2191                 <fieldValue name='rotationvalue='-61.62073 0 34.00217 0.99344'/>
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.47140'/>
2200                 <fieldValue name='cylinderTranslationvalue='-0.82836 -0.48221 -1.68571'/>
2201                 <fieldValue name='coneTranslationvalue='-0.88018 -0.45643 -1.73451'/>
2202                 <fieldValue name='rotationvalue='-30.38745 0 32.26774 1.22339'/>
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.56044'/>
2211                 <fieldValue name='cylinderTranslationvalue='-0.58658 -0.82839 -1.57024'/>
2212                 <fieldValue name='coneTranslationvalue='-0.55208 -0.94249 -1.58589'/>
2213                 <fieldValue name='rotationvalue='-7.29363 0 -16.08691 2.82096'/>
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.44719'/>
2222                 <fieldValue name='cylinderTranslationvalue='-0.61133 -0.63345 -1.73835'/>
2223                 <fieldValue name='coneTranslationvalue='-0.59549 -0.65364 -1.79654'/>
2224                 <fieldValue name='rotationvalue='-40.91644 0 -11.13813 1.89389'/>
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.97509'/>
2233                 <fieldValue name='cylinderTranslationvalue='-0.51495 -1.02009 -1.60552'/>
2234                 <fieldValue name='coneTranslationvalue='-0.41279 -1.32754 -1.65372'/>
2235                 <fieldValue name='rotationvalue='-14.34957 0 -30.41293 2.78949'/>
2236                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2237                 <fieldValue name='ballRadiusvalue='0.02'/>
2238                 <fieldValue name='traceEnabledvalue='false'/>
2239                 <fieldValue name='displayMode'/>
2240                 <fieldValue name='transparencyvalue='0'/>
2241            </ProtoInstance>
2242            <ProtoInstance name='Arc'>
2243                 <fieldValue name='cylinderHeightvalue='0.45473'/>
2244                 <fieldValue name='cylinderTranslationvalue='-0.82210 -0.61820 -1.69041'/>
2245                 <fieldValue name='coneTranslationvalue='-0.86806 -0.63472 -1.73682'/>
2246                 <fieldValue name='rotationvalue='-31.32806 0 31.01702 1.81853'/>
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.36882'/>
2255                 <fieldValue name='cylinderTranslationvalue='-0.72342 -0.38766 -1.55035'/>
2256                 <fieldValue name='coneTranslationvalue='-0.73089 -0.36452 -1.55254'/>
2257                 <fieldValue name='rotationvalue='-3.31514 0 11.28075 0.32445'/>
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.50229'/>
2266                 <fieldValue name='cylinderTranslationvalue='-0.87673 -0.66692 -1.44331'/>
2267                 <fieldValue name='coneTranslationvalue='-0.95284 -0.70483 -1.41048'/>
2268                 <fieldValue name='rotationvalue='18.09256 -0.00000 41.94200 1.99978'/>
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.99071'/>
2277                 <fieldValue name='cylinderTranslationvalue='-0.45555 -0.90908 -1.81751'/>
2278                 <fieldValue name='coneTranslationvalue='-0.31239 -1.14375 -2.00960'/>
2279                 <fieldValue name='rotationvalue='-56.74745 0 -42.29343 2.34585'/>
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='1.26447'/>
2288                 <fieldValue name='cylinderTranslationvalue='-1.10705 -0.58762 -1.08050'/>
2289                 <fieldValue name='coneTranslationvalue='-1.43572 -0.60641 -0.74193'/>
2290                 <fieldValue name='rotationvalue='90.65526 -0.00000 88.00580 1.61061'/>
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.55763'/>
2299                 <fieldValue name='cylinderTranslationvalue='-0.68176 -0.83471 -1.59206'/>
2300                 <fieldValue name='coneTranslationvalue='-0.68805 -0.95073 -1.61690'/>
2301                 <fieldValue name='rotationvalue='-11.65803 0 2.94881 2.92424'/>
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.99074'/>
2310                 <fieldValue name='cylinderTranslationvalue='-0.65487 -1.01432 -1.73640'/>
2311                 <fieldValue name='coneTranslationvalue='-0.64664 -1.32024 -1.87358'/>
2312                 <fieldValue name='rotationvalue='-40.52499 0 -2.43019 2.71939'/>
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.77772'/>
2321                 <fieldValue name='cylinderTranslationvalue='-0.30022 -0.47870 -1.43548'/>
2322                 <fieldValue name='coneTranslationvalue='-0.08435 -0.42941 -1.37763'/>
2323                 <fieldValue name='rotationvalue='19.65839 0 -73.35905 1.35373'/>
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.11131'/>
2332                 <fieldValue name='cylinderTranslationvalue='-0.69209 -0.55898 -1.58334'/>
2333                 <fieldValue name='coneTranslationvalue='-0.64508 -0.56549 -1.49041'/>
2334                 <fieldValue name='rotationvalue='-9.91317 0 5.01461 1.50841'/>
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.90926'/>
2343                 <fieldValue name='cylinderTranslationvalue='-0.85699 -0.81655 -1.85939'/>
2344                 <fieldValue name='coneTranslationvalue='-0.98011 -0.98123 -2.07042'/>
2345                 <fieldValue name='rotationvalue='-65.12419 0 37.99456 2.16388'/>
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.52351'/>
2354                 <fieldValue name='cylinderTranslationvalue='-0.70439 -0.47269 -1.77680'/>
2355                 <fieldValue name='coneTranslationvalue='-0.71891 -0.43780 -1.87128'/>
2356                 <fieldValue name='rotationvalue='-48.60596 0 7.47328 1.22078'/>
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.90925'/>
2365                 <fieldValue name='cylinderTranslationvalue='-0.85696 -0.81644 -1.85950'/>
2366                 <fieldValue name='coneTranslationvalue='-0.98005 -0.98104 -2.07059'/>
2367                 <fieldValue name='rotationvalue='-65.14517 0 37.98766 2.16359'/>
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.45944'/>
2376                 <fieldValue name='cylinderTranslationvalue='-0.60022 -0.43789 -1.71486'/>
2377                 <fieldValue name='coneTranslationvalue='-0.57994 -0.40008 -1.76982'/>
2378                 <fieldValue name='rotationvalue='-36.21756 0 -13.36038 0.99770'/>
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.70574'/>
2387                 <fieldValue name='cylinderTranslationvalue='2.16711 1.71499 -0.39661'/>
2388                 <fieldValue name='coneTranslationvalue='2.13664 1.53422 -0.33666'/>
2389                 <fieldValue name='rotationvalue='21.93790 -0.00000 11.14944 2.78542'/>
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.22377'/>
2398                 <fieldValue name='cylinderTranslationvalue='-0.91892 1.96644 -1.94102'/>
2399                 <fieldValue name='coneTranslationvalue='-0.96129 1.96611 -1.91823'/>
2400                 <fieldValue name='rotationvalue='-10.59965 0 -19.70674 1.56403'/>
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.40530'/>
2409                 <fieldValue name='cylinderTranslationvalue='-1.06554 2.10255 -1.74652'/>
2410                 <fieldValue name='coneTranslationvalue='-1.07566 2.13135 -1.71674'/>
2411                 <fieldValue name='rotationvalue='28.29966 -0.00000 9.61763 0.82931'/>
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.33643'/>
2420                 <fieldValue name='cylinderTranslationvalue='-0.99047 -0.97786 -2.05659'/>
2421                 <fieldValue name='coneTranslationvalue='-0.99323 -0.98239 -2.06286'/>
2422                 <fieldValue name='rotationvalue='-25.68497 0 11.29901 2.15517'/>
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.33644'/>
2431                 <fieldValue name='cylinderTranslationvalue='-0.99044 -0.97774 -2.05669'/>
2432                 <fieldValue name='coneTranslationvalue='-0.99320 -0.98227 -2.06298'/>
2433                 <fieldValue name='rotationvalue='-25.70595 0 11.29212 2.15434'/>
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.27310'/>
2442                 <fieldValue name='cylinderTranslationvalue='-0.26958 -0.54568 -1.76680'/>
2443                 <fieldValue name='coneTranslationvalue='-0.25824 -0.55096 -1.74697'/>
2444                 <fieldValue name='rotationvalue='-23.09763 0 13.21167 1.34372'/>
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.45228'/>
2453                 <fieldValue name='cylinderTranslationvalue='-0.06848 -0.48569 -1.49425'/>
2454                 <fieldValue name='coneTranslationvalue='-0.02898 -0.45915 -1.44831'/>
2455                 <fieldValue name='rotationvalue='31.41262 0 -27.00936 1.15794'/>
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.37071'/>
2464                 <fieldValue name='cylinderTranslationvalue='1.88529 1.80730 1.90905'/>
2465                 <fieldValue name='coneTranslationvalue='1.90174 1.79102 1.89868'/>
2466                 <fieldValue name='rotationvalue='-15.16018 0 -24.04530 2.26778'/>
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.40712'/>
2475                 <fieldValue name='cylinderTranslationvalue='1.96802 1.44280 2.13222'/>
2476                 <fieldValue name='coneTranslationvalue='1.95307 1.42870 2.17063'/>
2477                 <fieldValue name='rotationvalue='35.89572 -0.00000 13.96710 1.90062'/>
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.21812'/>
2486                 <fieldValue name='cylinderTranslationvalue='2.02169 1.59853 1.89300'/>
2487                 <fieldValue name='coneTranslationvalue='2.02924 1.55658 1.92090'/>
2488                 <fieldValue name='rotationvalue='-11.94966 0 3.23312 0.60353'/>
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.69059'/>
2497                 <fieldValue name='cylinderTranslationvalue='-2.04669 -1.24574 0.85213'/>
2498                 <fieldValue name='coneTranslationvalue='-2.03247 -1.40185 0.75332'/>
2499                 <fieldValue name='rotationvalue='-36.82561 0 -5.30252 2.57264'/>
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.76203'/>
2508                 <fieldValue name='cylinderTranslationvalue='-2.15517 -0.77686 1.36303'/>
2509                 <fieldValue name='coneTranslationvalue='-2.20271 -0.67361 1.55257'/>
2510                 <fieldValue name='rotationvalue='65.35309 -0.00000 16.39230 1.08474'/>
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.21156'/>
2519                 <fieldValue name='cylinderTranslationvalue='-1.00871 -0.50428 -1.85656'/>
2520                 <fieldValue name='coneTranslationvalue='-1.01845 -0.55673 -1.86626'/>
2521                 <fieldValue name='rotationvalue='3.78378 0 -3.80252 0.25636'/>
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.08887'/>
2530                 <fieldValue name='cylinderTranslationvalue='-1.00246 -0.64028 -1.86127'/>
2531                 <fieldValue name='coneTranslationvalue='-1.06817 -0.55270 -1.89824'/>
2532                 <fieldValue name='rotationvalue='2.84317 0 -5.05324 2.43080'/>
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.43989'/>
2541                 <fieldValue name='cylinderTranslationvalue='2.53460 0.34610 -0.50994'/>
2542                 <fieldValue name='coneTranslationvalue='2.47469 0.34399 -0.50966'/>
2543                 <fieldValue name='rotationvalue='0.20925 -0.00000 43.96145 1.60598'/>
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.36442'/>
2552                 <fieldValue name='cylinderTranslationvalue='2.56009 0.19611 -0.77916'/>
2553                 <fieldValue name='coneTranslationvalue='2.57889 0.18783 -0.78761'/>
2554                 <fieldValue name='rotationvalue='-13.85988 0 -30.84015 1.95308'/>
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.17478'/>
2563                 <fieldValue name='cylinderTranslationvalue='2.37773 0.34453 -0.72918'/>
2564                 <fieldValue name='coneTranslationvalue='2.40113 0.27770 -0.71313'/>
2565                 <fieldValue name='rotationvalue='-3.86360 0 5.63168 0.40144'/>
2566                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2567                 <fieldValue name='ballRadiusvalue='0.02'/>
2568                 <fieldValue name='traceEnabledvalue='false'/>
2569                 <fieldValue name='displayMode'/>
2570                 <fieldValue name='transparencyvalue='0'/>
2571            </ProtoInstance>
2572            <ProtoInstance name='Arc'>
2573                 <fieldValue name='cylinderHeightvalue='0.08932'/>
2574                 <fieldValue name='cylinderTranslationvalue='1.11010 -2.39494 2.09587'/>
2575                 <fieldValue name='coneTranslationvalue='1.17391 -2.46468 2.02978'/>
2576                 <fieldValue name='rotationvalue='5.11821 -0.00000 4.94159 0.92144'/>
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.13954'/>
2585                 <fieldValue name='cylinderTranslationvalue='1.13865 -2.37427 2.12107'/>
2586                 <fieldValue name='coneTranslationvalue='1.13368 -2.43593 2.05539'/>
2587                 <fieldValue name='rotationvalue='10.15875 0 -0.76925 0.81844'/>
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.39294'/>
2596                 <fieldValue name='cylinderTranslationvalue='-0.71668 -1.29298 -1.71028'/>
2597                 <fieldValue name='coneTranslationvalue='-0.71294 -1.25845 -1.69915'/>
2598                 <fieldValue name='rotationvalue='11.98472 0 -4.03445 0.32765'/>
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.41281'/>
2607                 <fieldValue name='cylinderTranslationvalue='-2.08472 -0.23275 2.27457'/>
2608                 <fieldValue name='coneTranslationvalue='-2.11059 -0.23005 2.23614'/>
2609                 <fieldValue name='rotationvalue='-34.18692 0 23.01394 1.51264'/>
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.37530'/>
2618                 <fieldValue name='cylinderTranslationvalue='-2.41488 0.32952 1.88577'/>
2619                 <fieldValue name='coneTranslationvalue='-2.41473 0.30214 1.88187'/>
2620                 <fieldValue name='rotationvalue='-5.28055 0 -0.19935 3.00032'/>
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.00000'/>
2629                 <fieldValue name='cylinderTranslationvalue='1.91854 2.18746 1.39475'/>
2630                 <fieldValue name='coneTranslationvalue='2.07608 2.20574 1.37361'/>
2631                 <fieldValue name='rotationvalue='0.00005 -0.00000 0.00039 1.68528'/>
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.34147'/>
2640                 <fieldValue name='cylinderTranslationvalue='-0.85475 2.16825 -1.72312'/>
2641                 <fieldValue name='coneTranslationvalue='-0.85278 2.17718 -1.71749'/>
2642                 <fieldValue name='rotationvalue='17.89581 0 -6.26017 0.58862'/>
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.34190'/>
2651                 <fieldValue name='cylinderTranslationvalue='-0.85842 2.16799 -1.72110'/>
2652                 <fieldValue name='coneTranslationvalue='-0.85665 2.17707 -1.71524'/>
2653                 <fieldValue name='rotationvalue='18.29854 0 -5.52699 0.59327'/>
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.31697'/>
2662                 <fieldValue name='cylinderTranslationvalue='-2.58849 -0.54010 -0.14706'/>
2663                 <fieldValue name='coneTranslationvalue='-2.58725 -0.53923 -0.14693'/>
2664                 <fieldValue name='rotationvalue='-2.61602 0 25.81281 2.18272'/>
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.11283'/>
2673                 <fieldValue name='cylinderTranslationvalue='-2.43141 -0.41219 -0.10175'/>
2674                 <fieldValue name='coneTranslationvalue='-2.48284 -0.47990 -0.16092'/>
2675                 <fieldValue name='rotationvalue='6.44488 0 -5.60221 0.85849'/>
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.49601'/>
2684                 <fieldValue name='cylinderTranslationvalue='-2.40495 -0.38446 0.14470'/>
2685                 <fieldValue name='coneTranslationvalue='-2.32222 -0.36385 0.12288'/>
2686                 <fieldValue name='rotationvalue='-12.30115 0 -46.62598 1.33437'/>
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.66824'/>
2695                 <fieldValue name='cylinderTranslationvalue='2.31217 1.03273 0.72214'/>
2696                 <fieldValue name='coneTranslationvalue='2.21246 0.95512 0.60234'/>
2697                 <fieldValue name='rotationvalue='-45.97808 0 38.26728 2.03277'/>
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.47304'/>
2706                 <fieldValue name='cylinderTranslationvalue='-2.47108 -0.15598 -0.23375'/>
2707                 <fieldValue name='coneTranslationvalue='-2.41422 -0.19366 -0.19907'/>
2708                 <fieldValue name='rotationvalue='21.43614 0 -35.14974 2.08572'/>
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.48214'/>
2717                 <fieldValue name='cylinderTranslationvalue='-1.21277 1.85521 -1.84883'/>
2718                 <fieldValue name='coneTranslationvalue='-1.26729 1.90596 -1.81683'/>
2719                 <fieldValue name='rotationvalue='19.03306 -0.00000 32.42499 0.89438'/>
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.23269'/>
2728                 <fieldValue name='cylinderTranslationvalue='-1.07327 1.71360 -2.05774'/>
2729                 <fieldValue name='coneTranslationvalue='-1.06478 1.71011 -2.01506'/>
2730                 <fieldValue name='rotationvalue='-22.74900 0 4.52495 1.49076'/>
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.47526'/>
2739                 <fieldValue name='cylinderTranslationvalue='-1.22059 1.84655 -1.85825'/>
2740                 <fieldValue name='coneTranslationvalue='-1.27610 1.89302 -1.83023'/>
2741                 <fieldValue name='rotationvalue='17.15065 -0.00000 33.98784 0.92902'/>
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.11643'/>
2750                 <fieldValue name='cylinderTranslationvalue='2.44120 1.49486 1.60284'/>
2751                 <fieldValue name='coneTranslationvalue='2.45735 1.53419 1.51036'/>
2752                 <fieldValue name='rotationvalue='10.57809 -0.00000 1.84668 1.96758'/>
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.13182'/>
2761                 <fieldValue name='cylinderTranslationvalue='2.44765 1.49875 1.48678'/>
2762                 <fieldValue name='coneTranslationvalue='2.45163 1.52531 1.57695'/>
2763                 <fieldValue name='rotationvalue='-12.63395 0 0.55686 1.85699'/>
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.41540'/>
2772                 <fieldValue name='cylinderTranslationvalue='-0.63014 1.85174 -2.21005'/>
2773                 <fieldValue name='coneTranslationvalue='-0.66609 1.82597 -2.19218'/>
2774                 <fieldValue name='rotationvalue='15.56211 -0.00000 31.30204 2.14150'/>
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.14223'/>
2783                 <fieldValue name='cylinderTranslationvalue='-2.43216 0.07517 1.86412'/>
2784                 <fieldValue name='coneTranslationvalue='-2.40932 0.16087 1.85817'/>
2785                 <fieldValue name='rotationvalue='0.95068 -0.00000 3.65452 2.87287'/>
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.28275'/>
2794                 <fieldValue name='cylinderTranslationvalue='-0.43453 -0.41413 -1.88912'/>
2795                 <fieldValue name='coneTranslationvalue='-0.42150 -0.42741 -1.88822'/>
2796                 <fieldValue name='rotationvalue='-1.36570 0 19.77764 0.77699'/>
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.56193'/>
2805                 <fieldValue name='cylinderTranslationvalue='2.28212 0.75598 0.30097'/>
2806                 <fieldValue name='coneTranslationvalue='2.21268 0.81101 0.38332'/>
2807                 <fieldValue name='rotationvalue='38.25599 -0.00000 32.25786 1.09847'/>
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.16788'/>
2816                 <fieldValue name='cylinderTranslationvalue='2.39882 1.43445 1.72288'/>
2817                 <fieldValue name='coneTranslationvalue='2.36878 1.40010 1.78373'/>
2818                 <fieldValue name='rotationvalue='-13.43091 0 -6.63027 1.10217'/>
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.23450'/>
2827                 <fieldValue name='cylinderTranslationvalue='2.29838 1.33743 1.86571'/>
2828                 <fieldValue name='coneTranslationvalue='2.32291 1.35898 1.83812'/>
2829                 <fieldValue name='rotationvalue='15.13439 -0.00000 13.45814 2.09915'/>
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.33722'/>
2838                 <fieldValue name='cylinderTranslationvalue='2.46581 0.49181 -0.85073'/>
2839                 <fieldValue name='coneTranslationvalue='2.47175 0.49522 -0.85595'/>
2840                 <fieldValue name='rotationvalue='-20.44659 0 -23.24730 1.16323'/>
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.11014'/>
2849                 <fieldValue name='cylinderTranslationvalue='1.37242 -2.22013 2.15797'/>
2850                 <fieldValue name='coneTranslationvalue='1.28711 -2.28108 2.16197'/>
2851                 <fieldValue name='rotationvalue='-0.41962 0 -8.95527 0.95091'/>
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.19990'/>
2860                 <fieldValue name='cylinderTranslationvalue='1.23507 -2.28935 2.16597'/>
2861                 <fieldValue name='coneTranslationvalue='1.29068 -2.26699 2.16243'/>
2862                 <fieldValue name='rotationvalue='1.17978 -0.00000 18.51403 1.95251'/>
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.00000'/>
2871                 <fieldValue name='cylinderTranslationvalue='1.73700 0.19145 -2.74980'/>
2872                 <fieldValue name='coneTranslationvalue='1.84368 0.27517 -2.66489'/>
2873                 <fieldValue name='rotationvalue='-0.00024 0 0.00030 2.12148'/>
2874                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2875                 <fieldValue name='ballRadiusvalue='0.02'/>
2876                 <fieldValue name='traceEnabledvalue='false'/>
2877                 <fieldValue name='displayMode'/>
2878                 <fieldValue name='transparencyvalue='0'/>
2879            </ProtoInstance>
2880            <ProtoInstance name='Arc'>
2881                 <fieldValue name='cylinderHeightvalue='0.53987'/>
2882                 <fieldValue name='cylinderTranslationvalue='-1.79322 -1.68282 -0.30124'/>
2883                 <fieldValue name='coneTranslationvalue='-1.76443 -1.58333 -0.33809'/>
2884                 <fieldValue name='rotationvalue='-18.09546 0 -14.13781 0.43935'/>
2885                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2886                 <fieldValue name='ballRadiusvalue='0.02'/>
2887                 <fieldValue name='traceEnabledvalue='false'/>
2888                 <fieldValue name='displayMode'/>
2889                 <fieldValue name='transparencyvalue='0'/>
2890            </ProtoInstance>
2891            <ProtoInstance name='Arc'>
2892                 <fieldValue name='cylinderHeightvalue='1.04813'/>
2893                 <fieldValue name='cylinderTranslationvalue='-0.85194 0.26862 -1.76085'/>
2894                 <fieldValue name='coneTranslationvalue='-0.80184 -0.06587 -1.62613'/>
2895                 <fieldValue name='rotationvalue='38.78494 0 -14.42357 2.73574'/>
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.47805'/>
2904                 <fieldValue name='cylinderTranslationvalue='-2.46321 -0.12536 -0.21209'/>
2905                 <fieldValue name='coneTranslationvalue='-2.51871 -0.07673 -0.24037'/>
2906                 <fieldValue name='rotationvalue='-17.10493 0 33.57509 0.90791'/>
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.48080'/>
2915                 <fieldValue name='cylinderTranslationvalue='-2.45961 -0.11278 -0.19940'/>
2916                 <fieldValue name='coneTranslationvalue='-2.51456 -0.05937 -0.22376'/>
2917                 <fieldValue name='rotationvalue='-14.56749 0 32.85653 0.84432'/>
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.24932'/>
2926                 <fieldValue name='cylinderTranslationvalue='-2.23358 -0.29942 -0.02168'/>
2927                 <fieldValue name='coneTranslationvalue='-2.25108 -0.29178 -0.05141'/>
2928                 <fieldValue name='rotationvalue='20.97633 0 -12.35123 1.78876'/>
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.19228'/>
2937                 <fieldValue name='cylinderTranslationvalue='-0.86144 1.73158 -2.19212'/>
2938                 <fieldValue name='coneTranslationvalue='-0.91112 1.72629 -2.23190'/>
2939                 <fieldValue name='rotationvalue='11.97694 0 -14.95822 1.48793'/>
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.09554'/>
2948                 <fieldValue name='cylinderTranslationvalue='-0.98299 1.71646 -2.24534'/>
2949                 <fieldValue name='coneTranslationvalue='-0.87314 1.73329 -2.26099'/>
2950                 <fieldValue name='rotationvalue='1.33234 -0.00000 9.35151 1.72132'/>
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.37236'/>
2959                 <fieldValue name='cylinderTranslationvalue='2.24234 1.06791 2.06655'/>
2960                 <fieldValue name='coneTranslationvalue='2.24154 1.05104 2.08656'/>
2961                 <fieldValue name='rotationvalue='28.45978 -0.00000 1.13671 2.27069'/>
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.37804'/>
2970                 <fieldValue name='cylinderTranslationvalue='-0.45264 -0.78439 -2.20175'/>
2971                 <fieldValue name='coneTranslationvalue='-0.46009 -0.77557 -2.17513'/>
2972                 <fieldValue name='rotationvalue='34.68438 -0.00000 9.70166 1.26200'/>
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.08479'/>
2981                 <fieldValue name='cylinderTranslationvalue='2.34254 0.36816 -0.49708'/>
2982                 <fieldValue name='coneTranslationvalue='2.26558 0.28549 -0.52986'/>
2983                 <fieldValue name='rotationvalue='2.36336 0 -5.54849 0.79131'/>
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.43644'/>
2992                 <fieldValue name='cylinderTranslationvalue='2.50800 0.41999 -0.56914'/>
2993                 <fieldValue name='coneTranslationvalue='2.55954 0.44177 -0.58521'/>
2994                 <fieldValue name='rotationvalue='-12.04813 0 -38.64007 1.18737'/>
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.33731'/>
3003                 <fieldValue name='cylinderTranslationvalue='-2.59542 -0.22287 -0.00692'/>
3004                 <fieldValue name='coneTranslationvalue='-2.60358 -0.22025 -0.00571'/>
3005                 <fieldValue name='rotationvalue='4.71768 -0.00000 31.79757 1.26299'/>
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.29274'/>
3014                 <fieldValue name='cylinderTranslationvalue='-2.30413 -0.30017 0.02635'/>
3015                 <fieldValue name='coneTranslationvalue='-2.31645 -0.29773 0.02105'/>
3016                 <fieldValue name='rotationvalue='11.37033 0 -26.46146 1.75079'/>
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.63469'/>
3025                 <fieldValue name='cylinderTranslationvalue='-0.90452 -0.16172 -1.85423'/>
3026                 <fieldValue name='coneTranslationvalue='-0.84270 -0.18708 -1.71178'/>
3027                 <fieldValue name='rotationvalue='57.46050 0 -24.93949 1.73268'/>
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.42999'/>
3036                 <fieldValue name='cylinderTranslationvalue='-0.73470 -0.43462 -2.22840'/>
3037                 <fieldValue name='coneTranslationvalue='-0.73651 -0.42140 -2.17505'/>
3038                 <fieldValue name='rotationvalue='41.71453 -0.00000 1.40994 1.32803'/>
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.41192'/>
3047                 <fieldValue name='cylinderTranslationvalue='-2.23585 -0.67886 1.87958'/>
3048                 <fieldValue name='coneTranslationvalue='-2.23613 -0.66101 1.83723'/>
3049                 <fieldValue name='rotationvalue='-37.95787 0 0.25584 1.17192'/>
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.67485'/>
3058                 <fieldValue name='cylinderTranslationvalue='1.48211 0.02337 -0.78790'/>
3059                 <fieldValue name='coneTranslationvalue='1.30975 -0.00818 -0.81578'/>
3060                 <fieldValue name='rotationvalue='-10.60480 0 65.55728 1.74956'/>
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.23541'/>
3069                 <fieldValue name='cylinderTranslationvalue='1.88794 0.11854 -0.65409'/>
3070                 <fieldValue name='coneTranslationvalue='1.85990 0.10590 -0.68311'/>
3071                 <fieldValue name='rotationvalue='16.15688 0 -15.60929 1.26729'/>
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.38454'/>
3080                 <fieldValue name='cylinderTranslationvalue='-0.69467 2.10682 -1.95319'/>
3081                 <fieldValue name='coneTranslationvalue='-0.71577 2.08339 -1.96004'/>
3082                 <fieldValue name='rotationvalue='-8.16550 0 25.14383 2.38357'/>
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.10377'/>
3091                 <fieldValue name='cylinderTranslationvalue='-0.52839 -0.71569 -1.98563'/>
3092                 <fieldValue name='coneTranslationvalue='-0.47162 -0.73914 -2.07460'/>
3093                 <fieldValue name='rotationvalue='8.53920 -0.00000 5.44899 1.35217'/>
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.64443'/>
3102                 <fieldValue name='cylinderTranslationvalue='2.17853 -0.04319 -0.71428'/>
3103                 <fieldValue name='coneTranslationvalue='2.07152 0.05594 -0.64331'/>
3104                 <fieldValue name='rotationvalue='28.19501 -0.00000 42.50819 0.91331'/>
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.40370'/>
3113                 <fieldValue name='cylinderTranslationvalue='-2.14549 0.12059 2.21636'/>
3114                 <fieldValue name='coneTranslationvalue='-2.16417 0.10077 2.18458'/>
3115                 <fieldValue name='rotationvalue='-30.64912 0 18.02251 2.06418'/>
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.09068'/>
3124                 <fieldValue name='cylinderTranslationvalue='-0.54921 -1.08038 -1.60412'/>
3125                 <fieldValue name='coneTranslationvalue='-0.65811 -1.04510 -1.59758'/>
3126                 <fieldValue name='rotationvalue='-0.51744 0 -8.61262 1.88360'/>
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.12203'/>
3135                 <fieldValue name='cylinderTranslationvalue='-0.64439 -1.08670 -1.62594'/>
3136                 <fieldValue name='coneTranslationvalue='-0.55984 -1.05381 -1.58634'/>
3137                 <fieldValue name='rotationvalue='-4.88185 0 10.42311 1.90941'/>
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.39984'/>
3146                 <fieldValue name='cylinderTranslationvalue='2.43793 -0.24918 -0.51555'/>
3147                 <fieldValue name='coneTranslationvalue='2.46659 -0.27691 -0.51727'/>
3148                 <fieldValue name='rotationvalue='-1.71900 0 -28.70878 2.33881'/>
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.43237'/>
3157                 <fieldValue name='cylinderTranslationvalue='2.10781 -0.01293 -0.55640'/>
3158                 <fieldValue name='coneTranslationvalue='2.05932 0.01238 -0.56924'/>
3159                 <fieldValue name='rotationvalue='-9.88750 0 37.31559 1.10361'/>
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.69999'/>
3168                 <fieldValue name='cylinderTranslationvalue='1.38817 1.67763 2.33365'/>
3169                 <fieldValue name='coneTranslationvalue='1.25716 1.72351 2.46338'/>
3170                 <fieldValue name='rotationvalue='47.79314 -0.00000 48.26852 1.32688'/>
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.17157'/>
3179                 <fieldValue name='cylinderTranslationvalue='1.65167 1.58379 2.17704'/>
3180                 <fieldValue name='coneTranslationvalue='1.63250 1.59185 2.10579'/>
3181                 <fieldValue name='rotationvalue='16.46960 0 -4.43138 1.67959'/>
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.34937'/>
3190                 <fieldValue name='cylinderTranslationvalue='2.47168 1.00616 1.85709'/>
3191                 <fieldValue name='coneTranslationvalue='2.46704 1.01814 1.84998'/>
3192                 <fieldValue name='rotationvalue='-16.90981 0 11.05009 0.61651'/>
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.87559'/>
3201                 <fieldValue name='cylinderTranslationvalue='1.56015 0.05855 -0.70711'/>
3202                 <fieldValue name='coneTranslationvalue='1.81767 0.11894 -0.62221'/>
3203                 <fieldValue name='rotationvalue='26.76168 0 -81.16657 1.35164'/>
3204                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3205                 <fieldValue name='ballRadiusvalue='0.02'/>
3206                 <fieldValue name='traceEnabledvalue='false'/>
3207                 <fieldValue name='displayMode'/>
3208                 <fieldValue name='transparencyvalue='0'/>
3209            </ProtoInstance>
3210            <ProtoInstance name='Arc'>
3211                 <fieldValue name='cylinderHeightvalue='1.24815'/>
3212                 <fieldValue name='cylinderTranslationvalue='0.61044 -0.21579 -1.08905'/>
3213                 <fieldValue name='coneTranslationvalue='0.20601 -0.34902 -1.27357'/>
3214                 <fieldValue name='rotationvalue='-49.62680 0 108.77477 1.86198'/>
3215                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3216                 <fieldValue name='ballRadiusvalue='0.02'/>
3217                 <fieldValue name='traceEnabledvalue='false'/>
3218                 <fieldValue name='displayMode'/>
3219                 <fieldValue name='transparencyvalue='0'/>
3220            </ProtoInstance>
3221            <ProtoInstance name='Arc'>
3222                 <fieldValue name='cylinderHeightvalue='0.81122'/>
3223                 <fieldValue name='cylinderTranslationvalue='1.53778 0.02390 -0.72338'/>
3224                 <fieldValue name='coneTranslationvalue='1.76997 0.06056 -0.65220'/>
3225                 <fieldValue name='rotationvalue='23.50871 0 -76.69131 1.42099'/>
3226                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3227                 <fieldValue name='ballRadiusvalue='0.02'/>
3228                 <fieldValue name='traceEnabledvalue='false'/>
3229                 <fieldValue name='displayMode'/>
3230                 <fieldValue name='transparencyvalue='0'/>
3231            </ProtoInstance>
3232            <ProtoInstance name='Arc'>
3233                 <fieldValue name='cylinderHeightvalue='0.92692'/>
3234                 <fieldValue name='cylinderTranslationvalue='-1.56216 -1.06293 -0.61082'/>
3235                 <fieldValue name='coneTranslationvalue='-1.66717 -1.30886 -0.46736'/>
3236                 <fieldValue name='rotationvalue='43.82118 -0.00000 32.07391 2.51565'/>
3237                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3238                 <fieldValue name='ballRadiusvalue='0.02'/>
3239                 <fieldValue name='traceEnabledvalue='false'/>
3240                 <fieldValue name='displayMode'/>
3241                 <fieldValue name='transparencyvalue='0'/>
3242            </ProtoInstance>
3243            <ProtoInstance name='Arc'>
3244                 <fieldValue name='cylinderHeightvalue='0.61640'/>
3245                 <fieldValue name='cylinderTranslationvalue='-1.24412 -0.72936 -1.09139'/>
3246                 <fieldValue name='coneTranslationvalue='-1.16830 -0.74956 -1.21711'/>
3247                 <fieldValue name='rotationvalue='-52.29182 0 -31.53538 1.70757'/>
3248                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3249                 <fieldValue name='ballRadiusvalue='0.02'/>
3250                 <fieldValue name='traceEnabledvalue='false'/>
3251                 <fieldValue name='displayMode'/>
3252                 <fieldValue name='transparencyvalue='0'/>
3253            </ProtoInstance>
3254            <ProtoInstance name='Arc'>
3255                 <fieldValue name='cylinderHeightvalue='0.26030'/>
3256                 <fieldValue name='cylinderTranslationvalue='-1.47444 -0.65006 -0.72857'/>
3257                 <fieldValue name='coneTranslationvalue='-1.45778 -0.65861 -0.75182'/>
3258                 <fieldValue name='rotationvalue='20.27088 -0.00000 14.52841 1.28031'/>
3259                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3260                 <fieldValue name='ballRadiusvalue='0.02'/>
3261                 <fieldValue name='traceEnabledvalue='false'/>
3262                 <fieldValue name='displayMode'/>
3263                 <fieldValue name='transparencyvalue='0'/>
3264            </ProtoInstance>
3265            <ProtoInstance name='Arc'>
3266                 <fieldValue name='cylinderHeightvalue='0.63516'/>
3267                 <fieldValue name='cylinderTranslationvalue='-0.89343 -0.15844 -1.85845'/>
3268                 <fieldValue name='coneTranslationvalue='-0.83706 -0.18545 -1.71380'/>
3269                 <fieldValue name='rotationvalue='58.30560 0 -22.72143 1.74305'/>
3270                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3271                 <fieldValue name='ballRadiusvalue='0.02'/>
3272                 <fieldValue name='traceEnabledvalue='false'/>
3273                 <fieldValue name='displayMode'/>
3274                 <fieldValue name='transparencyvalue='0'/>
3275            </ProtoInstance>
3276            <ProtoInstance name='Arc'>
3277                 <fieldValue name='cylinderHeightvalue='0.32133'/>
3278                 <fieldValue name='cylinderTranslationvalue='1.55590 -2.11216 2.12755'/>
3279                 <fieldValue name='coneTranslationvalue='1.55532 -2.11248 2.12766'/>
3280                 <fieldValue name='rotationvalue='5.66550 -0.00000 27.74076 2.06333'/>
3281                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3282                 <fieldValue name='ballRadiusvalue='0.02'/>
3283                 <fieldValue name='traceEnabledvalue='false'/>
3284                 <fieldValue name='displayMode'/>
3285                 <fieldValue name='transparencyvalue='0'/>
3286            </ProtoInstance>
3287            <ProtoInstance name='Arc'>
3288                 <fieldValue name='cylinderHeightvalue='0.92610'/>
3289                 <fieldValue name='cylinderTranslationvalue='2.11610 1.13404 0.10266'/>
3290                 <fieldValue name='coneTranslationvalue='2.11920 0.97027 0.35763'/>
3291                 <fieldValue name='rotationvalue='77.91753 0 -0.94721 2.14170'/>
3292                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3293                 <fieldValue name='ballRadiusvalue='0.02'/>
3294                 <fieldValue name='traceEnabledvalue='false'/>
3295                 <fieldValue name='displayMode'/>
3296                 <fieldValue name='transparencyvalue='0'/>
3297            </ProtoInstance>
3298            <ProtoInstance name='Arc'>
3299                 <fieldValue name='cylinderHeightvalue='0.41542'/>
3300                 <fieldValue name='cylinderTranslationvalue='-0.63014 1.85177 -2.21002'/>
3301                 <fieldValue name='coneTranslationvalue='-0.59419 1.87755 -2.22788'/>
3302                 <fieldValue name='rotationvalue='-15.55580 0 -31.30314 0.99996'/>
3303                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3304                 <fieldValue name='ballRadiusvalue='0.02'/>
3305                 <fieldValue name='traceEnabledvalue='false'/>
3306                 <fieldValue name='displayMode'/>
3307                 <fieldValue name='transparencyvalue='0'/>
3308            </ProtoInstance>
3309            <ProtoInstance name='Arc'>
3310                 <fieldValue name='cylinderHeightvalue='0.34599'/>
3311                 <fieldValue name='cylinderTranslationvalue='1.18211 -1.93694 2.54016'/>
3312                 <fieldValue name='coneTranslationvalue='1.17750 -1.94727 2.53376'/>
3313                 <fieldValue name='rotationvalue='-17.03114 0 12.25967 2.48993'/>
3314                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3315                 <fieldValue name='ballRadiusvalue='0.02'/>
3316                 <fieldValue name='traceEnabledvalue='false'/>
3317                 <fieldValue name='displayMode'/>
3318                 <fieldValue name='transparencyvalue='0'/>
3319            </ProtoInstance>
3320            <ProtoInstance name='Arc'>
3321                 <fieldValue name='cylinderHeightvalue='0.41911'/>
3322                 <fieldValue name='cylinderTranslationvalue='-2.09915 0.01715 2.25898'/>
3323                 <fieldValue name='coneTranslationvalue='-2.12567 0.00654 2.21848'/>
3324                 <fieldValue name='rotationvalue='-34.24986 0 22.42750 1.78654'/>
3325                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3326                 <fieldValue name='ballRadiusvalue='0.02'/>
3327                 <fieldValue name='traceEnabledvalue='false'/>
3328                 <fieldValue name='displayMode'/>
3329                 <fieldValue name='transparencyvalue='0'/>
3330            </ProtoInstance>
3331            <ProtoInstance name='Arc'>
3332                 <fieldValue name='cylinderHeightvalue='0.24565'/>
3333                 <fieldValue name='cylinderTranslationvalue='1.94264 0.01512 -2.62019'/>
3334                 <fieldValue name='coneTranslationvalue='1.95270 0.05007 -2.61248'/>
3335                 <fieldValue name='rotationvalue='-5.09762 0 6.64847 2.79356'/>
3336                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3337                 <fieldValue name='ballRadiusvalue='0.02'/>
3338                 <fieldValue name='traceEnabledvalue='false'/>
3339                 <fieldValue name='displayMode'/>
3340                 <fieldValue name='transparencyvalue='0'/>
3341            </ProtoInstance>
3342            <ProtoInstance name='Arc'>
3343                 <fieldValue name='cylinderHeightvalue='0.50634'/>
3344                 <fieldValue name='cylinderTranslationvalue='-2.37607 -0.19986 0.16303'/>
3345                 <fieldValue name='coneTranslationvalue='-2.30090 -0.24642 0.13365'/>
3346                 <fieldValue name='rotationvalue='-15.96646 0 -40.84990 2.09405'/>
3347                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3348                 <fieldValue name='ballRadiusvalue='0.02'/>
3349                 <fieldValue name='traceEnabledvalue='false'/>
3350                 <fieldValue name='displayMode'/>
3351                 <fieldValue name='transparencyvalue='0'/>
3352            </ProtoInstance>
3353            <ProtoInstance name='Arc'>
3354                 <fieldValue name='cylinderHeightvalue='0.16637'/>
3355                 <fieldValue name='cylinderTranslationvalue='1.96036 -0.43588 -2.57198'/>
3356                 <fieldValue name='coneTranslationvalue='1.91640 -0.38863 -2.61364'/>
3357                 <fieldValue name='rotationvalue='9.02358 0 -9.52182 2.23322'/>
3358                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3359                 <fieldValue name='ballRadiusvalue='0.02'/>
3360                 <fieldValue name='traceEnabledvalue='false'/>
3361                 <fieldValue name='displayMode'/>
3362                 <fieldValue name='transparencyvalue='0'/>
3363            </ProtoInstance>
3364            <ProtoInstance name='Arc'>
3365                 <fieldValue name='cylinderHeightvalue='0.04031'/>
3366                 <fieldValue name='cylinderTranslationvalue='1.89632 -0.38034 -2.62793'/>
3367                 <fieldValue name='coneTranslationvalue='2.01030 -0.41071 -2.55281'/>
3368                 <fieldValue name='rotationvalue='-2.16537 0 3.28600 1.35191'/>
3369                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3370                 <fieldValue name='ballRadiusvalue='0.02'/>
3371                 <fieldValue name='traceEnabledvalue='false'/>
3372                 <fieldValue name='displayMode'/>
3373                 <fieldValue name='transparencyvalue='0'/>
3374            </ProtoInstance>
3375            <ProtoInstance name='Arc'>
3376                 <fieldValue name='cylinderHeightvalue='0.39127'/>
3377                 <fieldValue name='cylinderTranslationvalue='-0.88476 -0.30741 -1.70228'/>
3378                 <fieldValue name='coneTranslationvalue='-0.86565 -0.29019 -1.67763'/>
3379                 <fieldValue name='rotationvalue='27.07231 0 -20.98699 1.06641'/>
3380                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3381                 <fieldValue name='ballRadiusvalue='0.02'/>
3382                 <fieldValue name='traceEnabledvalue='false'/>
3383                 <fieldValue name='displayMode'/>
3384                 <fieldValue name='transparencyvalue='0'/>
3385            </ProtoInstance>
3386            <ProtoInstance name='Arc'>
3387                 <fieldValue name='cylinderHeightvalue='0.18969'/>
3388                 <fieldValue name='cylinderTranslationvalue='1.03206 -2.10726 2.46174'/>
3389                 <fieldValue name='coneTranslationvalue='0.97110 -2.12978 2.46636'/>
3390                 <fieldValue name='rotationvalue='-1.34623 0 -17.74864 1.21787'/>
3391                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3392                 <fieldValue name='ballRadiusvalue='0.02'/>
3393                 <fieldValue name='traceEnabledvalue='false'/>
3394                 <fieldValue name='displayMode'/>
3395                 <fieldValue name='transparencyvalue='0'/>
3396            </ProtoInstance>
3397            <ProtoInstance name='Arc'>
3398                 <fieldValue name='cylinderHeightvalue='0.34172'/>
3399                 <fieldValue name='cylinderTranslationvalue='0.83498 -2.05898 2.57280'/>
3400                 <fieldValue name='coneTranslationvalue='0.82809 -2.05383 2.57943'/>
3401                 <fieldValue name='rotationvalue='20.86607 -0.00000 21.66796 1.07647'/>
3402                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3403                 <fieldValue name='ballRadiusvalue='0.02'/>
3404                 <fieldValue name='traceEnabledvalue='false'/>
3405                 <fieldValue name='displayMode'/>
3406                 <fieldValue name='transparencyvalue='0'/>
3407            </ProtoInstance>
3408            <ProtoInstance name='Arc'>
3409                 <fieldValue name='cylinderHeightvalue='0.40035'/>
3410                 <fieldValue name='cylinderTranslationvalue='0.73253 -2.52467 2.06514'/>
3411                 <fieldValue name='coneTranslationvalue='0.76312 -2.50474 2.08191'/>
3412                 <fieldValue name='rotationvalue='16.71152 0 -30.48306 1.05180'/>
3413                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3414                 <fieldValue name='ballRadiusvalue='0.02'/>
3415                 <fieldValue name='traceEnabledvalue='false'/>
3416                 <fieldValue name='displayMode'/>
3417                 <fieldValue name='transparencyvalue='0'/>
3418            </ProtoInstance>
3419            <ProtoInstance name='Arc'>
3420                 <fieldValue name='cylinderHeightvalue='0.39343'/>
3421                 <fieldValue name='cylinderTranslationvalue='0.70473 -2.49684 2.11537'/>
3422                 <fieldValue name='coneTranslationvalue='0.73836 -2.48350 2.12159'/>
3423                 <fieldValue name='rotationvalue='6.66607 0 -36.04362 1.19901'/>
3424                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3425                 <fieldValue name='ballRadiusvalue='0.02'/>
3426                 <fieldValue name='traceEnabledvalue='false'/>
3427                 <fieldValue name='displayMode'/>
3428                 <fieldValue name='transparencyvalue='0'/>
3429            </ProtoInstance>
3430            <ProtoInstance name='Arc'>
3431                 <fieldValue name='cylinderHeightvalue='0.41532'/>
3432                 <fieldValue name='cylinderTranslationvalue='-0.43452 -1.28603 -1.64199'/>
3433                 <fieldValue name='coneTranslationvalue='-0.41808 -1.33002 -1.65008'/>
3434                 <fieldValue name='rotationvalue='-7.05594 0 -14.32602 2.74692'/>
3435                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3436                 <fieldValue name='ballRadiusvalue='0.02'/>
3437                 <fieldValue name='traceEnabledvalue='false'/>
3438                 <fieldValue name='displayMode'/>
3439                 <fieldValue name='transparencyvalue='0'/>
3440            </ProtoInstance>
3441            <ProtoInstance name='Arc'>
3442                 <fieldValue name='cylinderHeightvalue='0.37999'/>
3443                 <fieldValue name='cylinderTranslationvalue='-0.63640 -0.62998 -1.78792'/>
3444                 <fieldValue name='coneTranslationvalue='-0.64915 -0.61822 -1.76345'/>
3445                 <fieldValue name='rotationvalue='31.00327 -0.00000 16.15274 1.16808'/>
3446                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3447                 <fieldValue name='ballRadiusvalue='0.02'/>
3448                 <fieldValue name='traceEnabledvalue='false'/>
3449                 <fieldValue name='displayMode'/>
3450                 <fieldValue name='transparencyvalue='0'/>
3451            </ProtoInstance>
3452            <ProtoInstance name='Arc'>
3453                 <fieldValue name='cylinderHeightvalue='0.39583'/>
3454                 <fieldValue name='cylinderTranslationvalue='1.87414 -0.56948 -2.59766'/>
3455                 <fieldValue name='coneTranslationvalue='1.87524 -0.53241 -2.60553'/>
3456                 <fieldValue name='rotationvalue='-8.21852 0 -1.15048 0.21122'/>
3457                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3458                 <fieldValue name='ballRadiusvalue='0.02'/>
3459                 <fieldValue name='traceEnabledvalue='false'/>
3460                 <fieldValue name='displayMode'/>
3461                 <fieldValue name='transparencyvalue='0'/>
3462            </ProtoInstance>
3463            <ProtoInstance name='Arc'>
3464                 <fieldValue name='cylinderHeightvalue='0.79964'/>
3465                 <fieldValue name='cylinderTranslationvalue='2.20248 1.08045 0.83066'/>
3466                 <fieldValue name='coneTranslationvalue='2.25146 1.19840 1.03364'/>
3467                 <fieldValue name='rotationvalue='67.68167 0 -16.33032 1.05660'/>
3468                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3469                 <fieldValue name='ballRadiusvalue='0.02'/>
3470                 <fieldValue name='traceEnabledvalue='false'/>
3471                 <fieldValue name='displayMode'/>
3472                 <fieldValue name='transparencyvalue='0'/>
3473            </ProtoInstance>
3474            <ProtoInstance name='Arc'>
3475                 <fieldValue name='cylinderHeightvalue='0.35707'/>
3476                 <fieldValue name='cylinderTranslationvalue='-0.84718 -0.61473 -1.73998'/>
3477                 <fieldValue name='coneTranslationvalue='-0.83368 -0.60859 -1.72886'/>
3478                 <fieldValue name='rotationvalue='21.41488 0 -26.00241 1.23269'/>
3479                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3480                 <fieldValue name='ballRadiusvalue='0.02'/>
3481                 <fieldValue name='traceEnabledvalue='false'/>
3482                 <fieldValue name='displayMode'/>
3483                 <fieldValue name='transparencyvalue='0'/>
3484            </ProtoInstance>
3485            <ProtoInstance name='Arc'>
3486                 <fieldValue name='cylinderHeightvalue='0.09527'/>
3487                 <fieldValue name='cylinderTranslationvalue='-1.06282 1.71610 -2.20509'/>
3488                 <fieldValue name='coneTranslationvalue='-0.98480 1.70005 -2.28434'/>
3489                 <fieldValue name='rotationvalue='6.71938 -0.00000 6.61487 1.42742'/>
3490                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3491                 <fieldValue name='ballRadiusvalue='0.02'/>
3492                 <fieldValue name='traceEnabledvalue='false'/>
3493                 <fieldValue name='displayMode'/>
3494                 <fieldValue name='transparencyvalue='0'/>
3495            </ProtoInstance>
3496            <ProtoInstance name='Arc'>
3497                 <fieldValue name='cylinderHeightvalue='0.34480'/>
3498                 <fieldValue name='cylinderTranslationvalue='-2.06562 -0.41506 2.25158'/>
3499                 <fieldValue name='coneTranslationvalue='-2.05986 -0.41983 2.26147'/>
3500                 <fieldValue name='rotationvalue='27.50778 0 -16.02087 1.96516'/>
3501                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3502                 <fieldValue name='ballRadiusvalue='0.02'/>
3503                 <fieldValue name='traceEnabledvalue='false'/>
3504                 <fieldValue name='displayMode'/>
3505                 <fieldValue name='transparencyvalue='0'/>
3506            </ProtoInstance>
3507            <ProtoInstance name='Arc'>
3508                 <fieldValue name='cylinderHeightvalue='0.34474'/>
3509                 <fieldValue name='cylinderTranslationvalue='-2.06570 -0.41518 2.25153'/>
3510                 <fieldValue name='coneTranslationvalue='-2.05995 -0.41994 2.26140'/>
3511                 <fieldValue name='rotationvalue='27.49799 0 -16.00570 1.96594'/>
3512                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3513                 <fieldValue name='ballRadiusvalue='0.02'/>
3514                 <fieldValue name='traceEnabledvalue='false'/>
3515                 <fieldValue name='displayMode'/>
3516                 <fieldValue name='transparencyvalue='0'/>
3517            </ProtoInstance>
3518            <ProtoInstance name='Arc'>
3519                 <fieldValue name='cylinderHeightvalue='0.49254'/>
3520                 <fieldValue name='cylinderTranslationvalue='1.08601 -2.50552 1.91721'/>
3521                 <fieldValue name='coneTranslationvalue='1.08623 -2.55372 1.84567'/>
3522                 <fieldValue name='rotationvalue='-40.84960 0 -0.12406 2.16361'/>
3523                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3524                 <fieldValue name='ballRadiusvalue='0.02'/>
3525                 <fieldValue name='traceEnabledvalue='false'/>
3526                 <fieldValue name='displayMode'/>
3527                 <fieldValue name='transparencyvalue='0'/>
3528            </ProtoInstance>
3529            <ProtoInstance name='Arc'>
3530                 <fieldValue name='cylinderHeightvalue='0.36311'/>
3531                 <fieldValue name='cylinderTranslationvalue='2.36450 1.37862 1.29634'/>
3532                 <fieldValue name='coneTranslationvalue='2.37404 1.39067 1.31145'/>
3533                 <fieldValue name='rotationvalue='25.45391 0 -16.07313 0.97741'/>
3534                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3535                 <fieldValue name='ballRadiusvalue='0.02'/>
3536                 <fieldValue name='traceEnabledvalue='false'/>
3537                 <fieldValue name='displayMode'/>
3538                 <fieldValue name='transparencyvalue='0'/>
3539            </ProtoInstance>
3540            <ProtoInstance name='Arc'>
3541                 <fieldValue name='cylinderHeightvalue='0.62076'/>
3542                 <fieldValue name='cylinderTranslationvalue='-2.21404 -0.42492 0.89162'/>
3543                 <fieldValue name='coneTranslationvalue='-2.19424 -0.51500 0.77284'/>
3544                 <fieldValue name='rotationvalue='-49.03104 0 -8.17046 2.21306'/>
3545                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3546                 <fieldValue name='ballRadiusvalue='0.02'/>
3547                 <fieldValue name='traceEnabledvalue='false'/>
3548                 <fieldValue name='displayMode'/>
3549                 <fieldValue name='transparencyvalue='0'/>
3550            </ProtoInstance>
3551            <ProtoInstance name='Arc'>
3552                 <fieldValue name='cylinderHeightvalue='1.06046'/>
3553                 <fieldValue name='cylinderTranslationvalue='-2.21335 -0.28269 0.60999'/>
3554                 <fieldValue name='coneTranslationvalue='-2.18435 -0.31319 0.24216'/>
3555                 <fieldValue name='rotationvalue='-105.35796 0 -8.30689 1.65328'/>
3556                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3557                 <fieldValue name='ballRadiusvalue='0.02'/>
3558                 <fieldValue name='traceEnabledvalue='false'/>
3559                 <fieldValue name='displayMode'/>
3560                 <fieldValue name='transparencyvalue='0'/>
3561            </ProtoInstance>
3562            <ProtoInstance name='Arc'>
3563                 <fieldValue name='cylinderHeightvalue='1.27736'/>
3564                 <fieldValue name='cylinderTranslationvalue='-1.16345 -0.41283 -1.09707'/>
3565                 <fieldValue name='coneTranslationvalue='-1.45097 -0.56269 -0.74492'/>
3566                 <fieldValue name='rotationvalue='93.97039 -0.00000 76.72505 1.88923'/>
3567                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3568                 <fieldValue name='ballRadiusvalue='0.02'/>
3569                 <fieldValue name='traceEnabledvalue='false'/>
3570                 <fieldValue name='displayMode'/>
3571                 <fieldValue name='transparencyvalue='0'/>
3572            </ProtoInstance>
3573            <ProtoInstance name='Arc'>
3574                 <fieldValue name='cylinderHeightvalue='0.35452'/>
3575                 <fieldValue name='cylinderTranslationvalue='-0.74850 -0.38419 -1.59991'/>
3576                 <fieldValue name='coneTranslationvalue='-0.74545 -0.40087 -1.60313'/>
3577                 <fieldValue name='rotationvalue='-6.59804 0 -6.26614 2.88202'/>
3578                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3579                 <fieldValue name='ballRadiusvalue='0.02'/>
3580                 <fieldValue name='traceEnabledvalue='false'/>
3581                 <fieldValue name='displayMode'/>
3582                 <fieldValue name='transparencyvalue='0'/>
3583            </ProtoInstance>
3584            <ProtoInstance name='Arc'>
3585                 <fieldValue name='cylinderHeightvalue='0.48528'/>
3586                 <fieldValue name='cylinderTranslationvalue='-0.76079 -0.29790 -1.79338'/>
3587                 <fieldValue name='coneTranslationvalue='-0.75431 -0.32686 -1.87050'/>
3588                 <fieldValue name='rotationvalue='-45.29083 0 -3.80747 1.92884'/>
3589                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3590                 <fieldValue name='ballRadiusvalue='0.02'/>
3591                 <fieldValue name='traceEnabledvalue='false'/>
3592                 <fieldValue name='displayMode'/>
3593                 <fieldValue name='transparencyvalue='0'/>
3594            </ProtoInstance>
3595            <ProtoInstance name='Arc'>
3596                 <fieldValue name='cylinderHeightvalue='0.42316'/>
3597                 <fieldValue name='cylinderTranslationvalue='-0.65662 -0.26310 -1.73144'/>
3598                 <fieldValue name='coneTranslationvalue='-0.62659 -0.27534 -1.77154'/>
3599                 <fieldValue name='rotationvalue='-32.90242 0 -24.64113 1.81048'/>
3600                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3601                 <fieldValue name='ballRadiusvalue='0.02'/>
3602                 <fieldValue name='traceEnabledvalue='false'/>
3603                 <fieldValue name='displayMode'/>
3604                 <fieldValue name='transparencyvalue='0'/>
3605            </ProtoInstance>
3606            <ProtoInstance name='Arc'>
3607                 <fieldValue name='cylinderHeightvalue='0.28102'/>
3608                 <fieldValue name='cylinderTranslationvalue='2.08906 0.08969 -0.59557'/>
3609                 <fieldValue name='coneTranslationvalue='2.07199 0.09857 -0.59248'/>
3610                 <fieldValue name='rotationvalue='-4.45403 0 -24.61538 2.04394'/>
3611                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3612                 <fieldValue name='ballRadiusvalue='0.02'/>
3613                 <fieldValue name='traceEnabledvalue='false'/>
3614                 <fieldValue name='displayMode'/>
3615                 <fieldValue name='transparencyvalue='0'/>
3616            </ProtoInstance>
3617            <ProtoInstance name='Arc'>
3618                 <fieldValue name='cylinderHeightvalue='0.06305'/>
3619                 <fieldValue name='cylinderTranslationvalue='-2.22344 -0.00136 2.07542'/>
3620                 <fieldValue name='coneTranslationvalue='-2.27300 0.10603 2.02525'/>
3621                 <fieldValue name='rotationvalue='2.46187 0 -2.43187 2.56057'/>
3622                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3623                 <fieldValue name='ballRadiusvalue='0.02'/>
3624                 <fieldValue name='traceEnabledvalue='false'/>
3625                 <fieldValue name='displayMode'/>
3626                 <fieldValue name='transparencyvalue='0'/>
3627            </ProtoInstance>
3628            <ProtoInstance name='Arc'>
3629                 <fieldValue name='cylinderHeightvalue='0.29703'/>
3630                 <fieldValue name='cylinderTranslationvalue='2.06668 0.05505 -0.61184'/>
3631                 <fieldValue name='coneTranslationvalue='2.07793 0.05278 -0.61230'/>
3632                 <fieldValue name='rotationvalue='1.20106 -0.00000 29.09064 1.37161'/>
3633                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3634                 <fieldValue name='ballRadiusvalue='0.02'/>
3635                 <fieldValue name='traceEnabledvalue='false'/>
3636                 <fieldValue name='displayMode'/>
3637                 <fieldValue name='transparencyvalue='0'/>
3638            </ProtoInstance>
3639            <ProtoInstance name='Arc'>
3640                 <fieldValue name='cylinderHeightvalue='0.91168'/>
3641                 <fieldValue name='cylinderTranslationvalue='-1.68424 -1.01888 -0.47211'/>
3642                 <fieldValue name='coneTranslationvalue='-1.59522 -0.75532 -0.57278'/>
3643                 <fieldValue name='rotationvalue='-31.02103 0 -27.43266 0.47150'/>
3644                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3645                 <fieldValue name='ballRadiusvalue='0.02'/>
3646                 <fieldValue name='traceEnabledvalue='false'/>
3647                 <fieldValue name='displayMode'/>
3648                 <fieldValue name='transparencyvalue='0'/>
3649            </ProtoInstance>
3650            <ProtoInstance name='Arc'>
3651                 <fieldValue name='cylinderHeightvalue='0.52682'/>
3652                 <fieldValue name='cylinderTranslationvalue='-1.88688 -1.66654 -0.23484'/>
3653                 <fieldValue name='coneTranslationvalue='-1.91258 -1.76136 -0.20258'/>
3654                 <fieldValue name='rotationvalue='16.43425 -0.00000 13.09457 2.73131'/>
3655                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3656                 <fieldValue name='ballRadiusvalue='0.02'/>
3657                 <fieldValue name='traceEnabledvalue='false'/>
3658                 <fieldValue name='displayMode'/>
3659                 <fieldValue name='transparencyvalue='0'/>
3660            </ProtoInstance>
3661            <ProtoInstance name='Arc'>
3662                 <fieldValue name='cylinderHeightvalue='0.80747'/>
3663                 <fieldValue name='cylinderTranslationvalue='-1.68238 -0.96905 -0.49393'/>
3664                 <fieldValue name='coneTranslationvalue='-1.76406 -1.18414 -0.41347'/>
3665                 <fieldValue name='rotationvalue='26.65726 -0.00000 27.06038 2.65182'/>
3666                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3667                 <fieldValue name='ballRadiusvalue='0.02'/>
3668                 <fieldValue name='traceEnabledvalue='false'/>
3669                 <fieldValue name='displayMode'/>
3670                 <fieldValue name='transparencyvalue='0'/>
3671            </ProtoInstance>
3672            <ProtoInstance name='Arc'>
3673                 <fieldValue name='cylinderHeightvalue='0.98844'/>
3674                 <fieldValue name='cylinderTranslationvalue='-1.85945 -0.46958 -0.27201'/>
3675                 <fieldValue name='coneTranslationvalue='-2.07069 -0.37274 -0.03180'/>
3676                 <fieldValue name='rotationvalue='71.04161 -0.00000 62.47419 1.27683'/>
3677                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3678                 <fieldValue name='ballRadiusvalue='0.02'/>
3679                 <fieldValue name='traceEnabledvalue='false'/>
3680                 <fieldValue name='displayMode'/>
3681                 <fieldValue name='transparencyvalue='0'/>
3682            </ProtoInstance>
3683            <ProtoInstance name='Arc'>
3684                 <fieldValue name='cylinderHeightvalue='0.28169'/>
3685                 <fieldValue name='cylinderTranslationvalue='-2.28761 -0.35085 0.00684'/>
3686                 <fieldValue name='coneTranslationvalue='-2.30336 -0.35418 -0.00355'/>
3687                 <fieldValue name='rotationvalue='15.27235 0 -23.15796 1.39614'/>
3688                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3689                 <fieldValue name='ballRadiusvalue='0.02'/>
3690                 <fieldValue name='traceEnabledvalue='false'/>
3691                 <fieldValue name='displayMode'/>
3692                 <fieldValue name='transparencyvalue='0'/>
3693            </ProtoInstance>
3694            <ProtoInstance name='Arc'>
3695                 <fieldValue name='cylinderHeightvalue='0.41025'/>
3696                 <fieldValue name='cylinderTranslationvalue='2.18024 1.17150 2.10895'/>
3697                 <fieldValue name='coneTranslationvalue='2.16905 1.14800 2.14581'/>
3698                 <fieldValue name='rotationvalue='33.51323 -0.00000 10.16999 2.11856'/>
3699                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3700                 <fieldValue name='ballRadiusvalue='0.02'/>
3701                 <fieldValue name='traceEnabledvalue='false'/>
3702                 <fieldValue name='displayMode'/>
3703                 <fieldValue name='transparencyvalue='0'/>
3704            </ProtoInstance>
3705            <ProtoInstance name='Arc'>
3706                 <fieldValue name='cylinderHeightvalue='0.63103'/>
3707                 <fieldValue name='cylinderTranslationvalue='-2.17250 -0.46861 0.36483'/>
3708                 <fieldValue name='coneTranslationvalue='-2.17217 -0.39850 0.22602'/>
3709                 <fieldValue name='rotationvalue='-56.32692 0 -0.13643 1.10314'/>
3710                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3711                 <fieldValue name='ballRadiusvalue='0.02'/>
3712                 <fieldValue name='traceEnabledvalue='false'/>
3713                 <fieldValue name='displayMode'/>
3714                 <fieldValue name='transparencyvalue='0'/>
3715            </ProtoInstance>
3716            <ProtoInstance name='Arc'>
3717                 <fieldValue name='cylinderHeightvalue='0.74580'/>
3718                 <fieldValue name='cylinderTranslationvalue='-2.18117 -0.97945 0.59064'/>
3719                 <fieldValue name='coneTranslationvalue='-2.18573 -1.18990 0.55876'/>
3720                 <fieldValue name='rotationvalue='-11.16555 0 1.59690 2.98977'/>
3721                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3722                 <fieldValue name='ballRadiusvalue='0.02'/>
3723                 <fieldValue name='traceEnabledvalue='false'/>
3724                 <fieldValue name='displayMode'/>
3725                 <fieldValue name='transparencyvalue='0'/>
3726            </ProtoInstance>
3727            <ProtoInstance name='Vertex'>
3728                 <fieldValue name='vertexTextvalue='"2010-02-19-ARMY.MIL-NEWS"'/>
3729                 <fieldValue name='descriptionvalue='1: 2010-02-19-ARMY.MIL-NEWS'/>
3730                 <fieldValue name='url'/>
3731                 <fieldValue name='radiusvalue='0.1500'/>
3732                 <fieldValue name='displayMode'/>
3733                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3734                 <fieldValue name='transparencyvalue='0'/>
3735                 <fieldValue name='translationvalue='2.01014 0.24897 -0.45656'/>
3736                 <fieldValue name='textTranslationvalue='2.16014 0.24897 -0.45656'/>
3737                 <fieldValue name='textColorvalue='0 0 0'/>
3738            </ProtoInstance>
3739            <ProtoInstance name='Vertex'>
3740                 <fieldValue name='vertexTextvalue='"2010-02-19-CSMONITOR.COM-USA"'/>
3741                 <fieldValue name='descriptionvalue='2: 2010-02-19-CSMONITOR.COM-USA'/>
3742                 <fieldValue name='url'/>
3743                 <fieldValue name='radiusvalue='0.1500'/>
3744                 <fieldValue name='displayMode'/>
3745                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3746                 <fieldValue name='transparencyvalue='0'/>
3747                 <fieldValue name='translationvalue='-1.81648 -1.19919 -0.10382'/>
3748                 <fieldValue name='textTranslationvalue='-1.66648 -1.19919 -0.10382'/>
3749                 <fieldValue name='textColorvalue='0 0 0'/>
3750            </ProtoInstance>
3751            <ProtoInstance name='Vertex'>
3752                 <fieldValue name='vertexTextvalue='"2010-02-19-DVIDSHUB.NET"'/>
3753                 <fieldValue name='descriptionvalue='3: 2010-02-19-DVIDSHUB.NET'/>
3754                 <fieldValue name='url'/>
3755                 <fieldValue name='radiusvalue='0.1500'/>
3756                 <fieldValue name='displayMode'/>
3757                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3758                 <fieldValue name='transparencyvalue='0'/>
3759                 <fieldValue name='translationvalue='-2.18373 -0.34589 -0.12240'/>
3760                 <fieldValue name='textTranslationvalue='-2.03373 -0.34589 -0.12240'/>
3761                 <fieldValue name='textColorvalue='0 0 0'/>
3762            </ProtoInstance>
3763            <ProtoInstance name='Vertex'>
3764                 <fieldValue name='vertexTextvalue='"2010-02-19-DVIDSHUB.NET-INDEX.PHP"'/>
3765                 <fieldValue name='descriptionvalue='4: 2010-02-19-DVIDSHUB.NET-INDEX.PHP'/>
3766                 <fieldValue name='url'/>
3767                 <fieldValue name='radiusvalue='0.1500'/>
3768                 <fieldValue name='displayMode'/>
3769                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3770                 <fieldValue name='transparencyvalue='0'/>
3771                 <fieldValue name='translationvalue='-2.18373 -0.34589 -0.12240'/>
3772                 <fieldValue name='textTranslationvalue='-2.03373 -0.34589 -0.12240'/>
3773                 <fieldValue name='textColorvalue='0 0 0'/>
3774            </ProtoInstance>
3775            <ProtoInstance name='Vertex'>
3776                 <fieldValue name='vertexTextvalue='"2010-02-19-FACEBOOK.COM-82NDAIRBORNEDIVISION"'/>
3777                 <fieldValue name='descriptionvalue='5: 2010-02-19-FACEBOOK.COM-82NDAIRBORNEDIVISION'/>
3778                 <fieldValue name='url'/>
3779                 <fieldValue name='radiusvalue='0.1500'/>
3780                 <fieldValue name='displayMode'/>
3781                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3782                 <fieldValue name='transparencyvalue='0'/>
3783                 <fieldValue name='translationvalue='-2.18659 -0.15012 1.69724'/>
3784                 <fieldValue name='textTranslationvalue='-2.03659 -0.15012 1.69724'/>
3785                 <fieldValue name='textColorvalue='0 0 0'/>
3786            </ProtoInstance>
3787            <ProtoInstance name='Vertex'>
3788                 <fieldValue name='vertexTextvalue='"2010-02-19-FACEBOOK.COM-PHOTO.PHP"'/>
3789                 <fieldValue name='descriptionvalue='6: 2010-02-19-FACEBOOK.COM-PHOTO.PHP'/>
3790                 <fieldValue name='url'/>
3791                 <fieldValue name='radiusvalue='0.1500'/>
3792                 <fieldValue name='displayMode'/>
3793                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3794                 <fieldValue name='transparencyvalue='0'/>
3795                 <fieldValue name='translationvalue='1.88319 2.30071 -0.47192'/>
3796                 <fieldValue name='textTranslationvalue='2.03319 2.30071 -0.47192'/>
3797                 <fieldValue name='textColorvalue='0 0 0'/>
3798            </ProtoInstance>
3799            <ProtoInstance name='Vertex'>
3800                 <fieldValue name='vertexTextvalue='"2010-02-19-FACEBOOK.COM-USCG.D7.PUBLICAFFAIRS"'/>
3801                 <fieldValue name='descriptionvalue='7: 2010-02-19-FACEBOOK.COM-USCG.D7.PUBLICAFFAIRS'/>
3802                 <fieldValue name='url'/>
3803                 <fieldValue name='radiusvalue='0.1500'/>
3804                 <fieldValue name='displayMode'/>
3805                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3806                 <fieldValue name='transparencyvalue='0'/>
3807                 <fieldValue name='translationvalue='-0.91427 1.57473 -1.93901'/>
3808                 <fieldValue name='textTranslationvalue='-0.76427 1.57473 -1.93901'/>
3809                 <fieldValue name='textColorvalue='0 0 0'/>
3810            </ProtoInstance>
3811            <ProtoInstance name='Vertex'>
3812                 <fieldValue name='vertexTextvalue='"2010-02-19-FLICKR.COM-PHOTOS"'/>
3813                 <fieldValue name='descriptionvalue='8: 2010-02-19-FLICKR.COM-PHOTOS'/>
3814                 <fieldValue name='url'/>
3815                 <fieldValue name='radiusvalue='0.1500'/>
3816                 <fieldValue name='displayMode'/>
3817                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3818                 <fieldValue name='transparencyvalue='0'/>
3819                 <fieldValue name='translationvalue='2.11025 1.40799 1.56464'/>
3820                 <fieldValue name='textTranslationvalue='2.26025 1.40799 1.56464'/>
3821                 <fieldValue name='textColorvalue='0 0 0'/>
3822            </ProtoInstance>
3823            <ProtoInstance name='Vertex'>
3824                 <fieldValue name='vertexTextvalue='"2010-02-19-NEW.GBGM-UMC.ORG"'/>
3825                 <fieldValue name='descriptionvalue='9: 2010-02-19-NEW.GBGM-UMC.ORG'/>
3826                 <fieldValue name='url'/>
3827                 <fieldValue name='radiusvalue='0.1500'/>
3828                 <fieldValue name='displayMode'/>
3829                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3830                 <fieldValue name='transparencyvalue='0'/>
3831                 <fieldValue name='translationvalue='1.07690 -2.29140 2.18303'/>
3832                 <fieldValue name='textTranslationvalue='1.22690 -2.29140 2.18303'/>
3833                 <fieldValue name='textColorvalue='0 0 0'/>
3834            </ProtoInstance>
3835            <ProtoInstance name='Vertex'>
3836                 <fieldValue name='vertexTextvalue='"2010-02-19-TWITPIC.COM-144CKI"'/>
3837                 <fieldValue name='descriptionvalue='10: 2010-02-19-TWITPIC.COM-144CKI'/>
3838                 <fieldValue name='url'/>
3839                 <fieldValue name='radiusvalue='0.1500'/>
3840                 <fieldValue name='displayMode'/>
3841                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3842                 <fieldValue name='transparencyvalue='0'/>
3843                 <fieldValue name='translationvalue='1.28479 1.72216 2.45252'/>
3844                 <fieldValue name='textTranslationvalue='1.43479 1.72216 2.45252'/>
3845                 <fieldValue name='textColorvalue='0 0 0'/>
3846            </ProtoInstance>
3847            <ProtoInstance name='Vertex'>
3848                 <fieldValue name='vertexTextvalue='"2010-02-19-TWITTER.COM-HAITI_INRELIEF"'/>
3849                 <fieldValue name='descriptionvalue='11: 2010-02-19-TWITTER.COM-HAITI_INRELIEF'/>
3850                 <fieldValue name='url'/>
3851                 <fieldValue name='radiusvalue='0.1500'/>
3852                 <fieldValue name='displayMode'/>
3853                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3854                 <fieldValue name='transparencyvalue='0'/>
3855                 <fieldValue name='translationvalue='1.89203 -0.09059 -2.65459'/>
3856                 <fieldValue name='textTranslationvalue='2.04203 -0.09059 -2.65459'/>
3857                 <fieldValue name='textColorvalue='0 0 0'/>
3858            </ProtoInstance>
3859            <ProtoInstance name='Vertex'>
3860                 <fieldValue name='vertexTextvalue='"2010-02-19-TWITTER.COM-JTFHAITI"'/>
3861                 <fieldValue name='descriptionvalue='12: 2010-02-19-TWITTER.COM-JTFHAITI'/>
3862                 <fieldValue name='url'/>
3863                 <fieldValue name='radiusvalue='0.1500'/>
3864                 <fieldValue name='displayMode'/>
3865                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3866                 <fieldValue name='transparencyvalue='0'/>
3867                 <fieldValue name='translationvalue='1.88172 -0.26632 -2.64482'/>
3868                 <fieldValue name='textTranslationvalue='2.03172 -0.26632 -2.64482'/>
3869                 <fieldValue name='textColorvalue='0 0 0'/>
3870            </ProtoInstance>
3871            <ProtoInstance name='Vertex'>
3872                 <fieldValue name='vertexTextvalue='"2010-02-19-WASHINGTONPOST.COM-WP"'/>
3873                 <fieldValue name='descriptionvalue='13: 2010-02-19-WASHINGTONPOST.COM-WP'/>
3874                 <fieldValue name='url'/>
3875                 <fieldValue name='radiusvalue='0.1500'/>
3876                 <fieldValue name='displayMode'/>
3877                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3878                 <fieldValue name='transparencyvalue='0'/>
3879                 <fieldValue name='translationvalue='-0.66702 -0.56245 -1.53377'/>
3880                 <fieldValue name='textTranslationvalue='-0.51702 -0.56245 -1.53377'/>
3881                 <fieldValue name='textColorvalue='0 0 0'/>
3882            </ProtoInstance>
3883            <ProtoInstance name='Vertex'>
3884                 <fieldValue name='vertexTextvalue=' "Haiti/2010-02-19/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-19.simple" '/>
3885                 <fieldValue name='descriptionvalue='14: Haiti/2010-02-19/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-19.simple'/>
3886                 <fieldValue name='url'/>
3887                 <fieldValue name='radiusvalue='0.1500'/>
3888                 <fieldValue name='displayMode'/>
3889                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
3890                 <fieldValue name='transparencyvalue='0'/>
3891                 <fieldValue name='translationvalue='-0.71791 2.66574 1.82664'/>
3892                 <fieldValue name='textTranslationvalue='-0.56791 2.66574 1.82664'/>
3893                 <fieldValue name='textColorvalue='0 0 0'/>
3894            </ProtoInstance>
3895            <ProtoInstance name='Vertex'>
3896                 <fieldValue name='vertexTextvalue='"accidentally"'/>
3897                 <fieldValue name='descriptionvalue='15: accidentally'/>
3898                 <fieldValue name='url'/>
3899                 <fieldValue name='radiusvalue='0.1500'/>
3900                 <fieldValue name='displayMode'/>
3901                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3902                 <fieldValue name='transparencyvalue='0'/>
3903                 <fieldValue name='translationvalue='-2.73335 -0.45951 -0.42329'/>
3904                 <fieldValue name='textTranslationvalue='-2.58335 -0.45951 -0.42329'/>
3905                 <fieldValue name='textColorvalue='0 0 0'/>
3906            </ProtoInstance>
3907            <ProtoInstance name='Vertex'>
3908                 <fieldValue name='vertexTextvalue='"actions"'/>
3909                 <fieldValue name='descriptionvalue='16: actions'/>
3910                 <fieldValue name='url'/>
3911                 <fieldValue name='radiusvalue='0.1500'/>
3912                 <fieldValue name='displayMode'/>
3913                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3914                 <fieldValue name='transparencyvalue='0'/>
3915                 <fieldValue name='translationvalue='2.22286 2.04571 -0.50630'/>
3916                 <fieldValue name='textTranslationvalue='2.37286 2.04571 -0.50630'/>
3917                 <fieldValue name='textColorvalue='0 0 0'/>
3918            </ProtoInstance>
3919            <ProtoInstance name='Vertex'>
3920                 <fieldValue name='vertexTextvalue='"advantage"'/>
3921                 <fieldValue name='descriptionvalue='17: advantage'/>
3922                 <fieldValue name='url'/>
3923                 <fieldValue name='radiusvalue='0.1500'/>
3924                 <fieldValue name='displayMode'/>
3925                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3926                 <fieldValue name='transparencyvalue='0'/>
3927                 <fieldValue name='translationvalue='1.66443 2.11138 1.72462'/>
3928                 <fieldValue name='textTranslationvalue='1.81443 2.11138 1.72462'/>
3929                 <fieldValue name='textColorvalue='0 0 0'/>
3930            </ProtoInstance>
3931            <ProtoInstance name='Vertex'>
3932                 <fieldValue name='vertexTextvalue='"affairs"'/>
3933                 <fieldValue name='descriptionvalue='18: affairs'/>
3934                 <fieldValue name='url'/>
3935                 <fieldValue name='radiusvalue='0.1500'/>
3936                 <fieldValue name='displayMode'/>
3937                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3938                 <fieldValue name='transparencyvalue='0'/>
3939                 <fieldValue name='translationvalue='-1.01745 1.96568 -1.88802'/>
3940                 <fieldValue name='textTranslationvalue='-0.86745 1.96568 -1.88802'/>
3941                 <fieldValue name='textColorvalue='0 0 0'/>
3942            </ProtoInstance>
3943            <ProtoInstance name='Vertex'>
3944                 <fieldValue name='vertexTextvalue='"afghan"'/>
3945                 <fieldValue name='descriptionvalue='19: afghan'/>
3946                 <fieldValue name='url'/>
3947                 <fieldValue name='radiusvalue='0.1500'/>
3948                 <fieldValue name='displayMode'/>
3949                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3950                 <fieldValue name='transparencyvalue='0'/>
3951                 <fieldValue name='translationvalue='-0.93397 -0.88505 -1.92816'/>
3952                 <fieldValue name='textTranslationvalue='-0.78397 -0.88505 -1.92816'/>
3953                 <fieldValue name='textColorvalue='0 0 0'/>
3954            </ProtoInstance>
3955            <ProtoInstance name='Vertex'>
3956                 <fieldValue name='vertexTextvalue='"aid"'/>
3957                 <fieldValue name='descriptionvalue='20: aid'/>
3958                 <fieldValue name='url'/>
3959                 <fieldValue name='radiusvalue='0.1500'/>
3960                 <fieldValue name='displayMode'/>
3961                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3962                 <fieldValue name='transparencyvalue='0'/>
3963                 <fieldValue name='translationvalue='-0.20352 -0.57642 -1.65131'/>
3964                 <fieldValue name='textTranslationvalue='-0.05352 -0.57642 -1.65131'/>
3965                 <fieldValue name='textColorvalue='0 0 0'/>
3966            </ProtoInstance>
3967            <ProtoInstance name='Vertex'>
3968                 <fieldValue name='vertexTextvalue='"airborne"'/>
3969                 <fieldValue name='descriptionvalue='21: airborne'/>
3970                 <fieldValue name='url'/>
3971                 <fieldValue name='radiusvalue='0.1500'/>
3972                 <fieldValue name='displayMode'/>
3973                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3974                 <fieldValue name='transparencyvalue='0'/>
3975                 <fieldValue name='translationvalue='-2.18221 0.65121 2.03264'/>
3976                 <fieldValue name='textTranslationvalue='-2.03221 0.65121 2.03264'/>
3977                 <fieldValue name='textColorvalue='0 0 0'/>
3978            </ProtoInstance>
3979            <ProtoInstance name='Vertex'>
3980                 <fieldValue name='vertexTextvalue='"airline"'/>
3981                 <fieldValue name='descriptionvalue='22: airline'/>
3982                 <fieldValue name='url'/>
3983                 <fieldValue name='radiusvalue='0.1500'/>
3984                 <fieldValue name='displayMode'/>
3985                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3986                 <fieldValue name='transparencyvalue='0'/>
3987                 <fieldValue name='translationvalue='1.76507 1.92628 1.98485'/>
3988                 <fieldValue name='textTranslationvalue='1.91507 1.92628 1.98485'/>
3989                 <fieldValue name='textColorvalue='0 0 0'/>
3990            </ProtoInstance>
3991            <ProtoInstance name='Vertex'>
3992                 <fieldValue name='vertexTextvalue='"airlines"'/>
3993                 <fieldValue name='descriptionvalue='23: airlines'/>
3994                 <fieldValue name='url'/>
3995                 <fieldValue name='radiusvalue='0.1500'/>
3996                 <fieldValue name='displayMode'/>
3997                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3998                 <fieldValue name='transparencyvalue='0'/>
3999                 <fieldValue name='translationvalue='2.03785 1.50873 1.95275'/>
4000                 <fieldValue name='textTranslationvalue='2.18785 1.50873 1.95275'/>
4001                 <fieldValue name='textColorvalue='0 0 0'/>
4002            </ProtoInstance>
4003            <ProtoInstance name='Vertex'>
4004                 <fieldValue name='vertexTextvalue='"airport"'/>
4005                 <fieldValue name='descriptionvalue='24: airport'/>
4006                 <fieldValue name='url'/>
4007                 <fieldValue name='radiusvalue='0.1500'/>
4008                 <fieldValue name='displayMode'/>
4009                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4010                 <fieldValue name='transparencyvalue='0'/>
4011                 <fieldValue name='translationvalue='-2.07321 -0.95485 1.03626'/>
4012                 <fieldValue name='textTranslationvalue='-1.92321 -0.95485 1.03626'/>
4013                 <fieldValue name='textColorvalue='0 0 0'/>
4014            </ProtoInstance>
4015            <ProtoInstance name='Vertex'>
4016                 <fieldValue name='vertexTextvalue='"america"'/>
4017                 <fieldValue name='descriptionvalue='25: america'/>
4018                 <fieldValue name='url'/>
4019                 <fieldValue name='radiusvalue='0.1500'/>
4020                 <fieldValue name='displayMode'/>
4021                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4022                 <fieldValue name='transparencyvalue='0'/>
4023                 <fieldValue name='translationvalue='-1.02772 -0.60661 -1.87548'/>
4024                 <fieldValue name='textTranslationvalue='-0.87772 -0.60661 -1.87548'/>
4025                 <fieldValue name='textColorvalue='0 0 0'/>
4026            </ProtoInstance>
4027            <ProtoInstance name='Vertex'>
4028                 <fieldValue name='vertexTextvalue='"american"'/>
4029                 <fieldValue name='descriptionvalue='26: american'/>
4030                 <fieldValue name='url'/>
4031                 <fieldValue name='radiusvalue='0.1500'/>
4032                 <fieldValue name='displayMode'/>
4033                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4034                 <fieldValue name='transparencyvalue='0'/>
4035                 <fieldValue name='translationvalue='1.89818 1.37688 2.31170'/>
4036                 <fieldValue name='textTranslationvalue='2.04818 1.37688 2.31170'/>
4037                 <fieldValue name='textColorvalue='0 0 0'/>
4038            </ProtoInstance>
4039            <ProtoInstance name='Vertex'>
4040                 <fieldValue name='vertexTextvalue='"americas"'/>
4041                 <fieldValue name='descriptionvalue='27: americas'/>
4042                 <fieldValue name='url'/>
4043                 <fieldValue name='radiusvalue='0.1500'/>
4044                 <fieldValue name='displayMode'/>
4045                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4046                 <fieldValue name='transparencyvalue='0'/>
4047                 <fieldValue name='translationvalue='2.75441 0.35383 -0.51099'/>
4048                 <fieldValue name='textTranslationvalue='2.90441 0.35383 -0.51099'/>
4049                 <fieldValue name='textColorvalue='0 0 0'/>
4050            </ProtoInstance>
4051            <ProtoInstance name='Vertex'>
4052                 <fieldValue name='vertexTextvalue='"answers"'/>
4053                 <fieldValue name='descriptionvalue='28: answers'/>
4054                 <fieldValue name='url'/>
4055                 <fieldValue name='radiusvalue='0.1500'/>
4056                 <fieldValue name='displayMode'/>
4057                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4058                 <fieldValue name='transparencyvalue='0'/>
4059                 <fieldValue name='translationvalue='0.55599 -2.02553 2.66012'/>
4060                 <fieldValue name='textTranslationvalue='0.70599 -2.02553 2.66012'/>
4061                 <fieldValue name='textColorvalue='0 0 0'/>
4062            </ProtoInstance>
4063            <ProtoInstance name='Vertex'>
4064                 <fieldValue name='vertexTextvalue='"army"'/>
4065                 <fieldValue name='descriptionvalue='29: army'/>
4066                 <fieldValue name='url'/>
4067                 <fieldValue name='radiusvalue='0.1500'/>
4068                 <fieldValue name='displayMode'/>
4069                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4070                 <fieldValue name='transparencyvalue='0'/>
4071                 <fieldValue name='translationvalue='2.40589 0.26409 -0.70986'/>
4072                 <fieldValue name='textTranslationvalue='2.55589 0.26409 -0.70986'/>
4073                 <fieldValue name='textColorvalue='0 0 0'/>
4074            </ProtoInstance>
4075            <ProtoInstance name='Vertex'>
4076                 <fieldValue name='vertexTextvalue='"assist"'/>
4077                 <fieldValue name='descriptionvalue='30: assist'/>
4078                 <fieldValue name='url'/>
4079                 <fieldValue name='radiusvalue='0.1500'/>
4080                 <fieldValue name='displayMode'/>
4081                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4082                 <fieldValue name='transparencyvalue='0'/>
4083                 <fieldValue name='translationvalue='1.13481 -2.42195 2.07028'/>
4084                 <fieldValue name='textTranslationvalue='1.28481 -2.42195 2.07028'/>
4085                 <fieldValue name='textColorvalue='0 0 0'/>
4086            </ProtoInstance>
4087            <ProtoInstance name='Vertex'>
4088                 <fieldValue name='vertexTextvalue='"aunt"'/>
4089                 <fieldValue name='descriptionvalue='31: aunt'/>
4090                 <fieldValue name='url'/>
4091                 <fieldValue name='radiusvalue='0.1500'/>
4092                 <fieldValue name='displayMode'/>
4093                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4094                 <fieldValue name='transparencyvalue='0'/>
4095                 <fieldValue name='translationvalue='-0.73685 -1.47900 -1.77020'/>
4096                 <fieldValue name='textTranslationvalue='-0.58685 -1.47900 -1.77020'/>
4097                 <fieldValue name='textColorvalue='0 0 0'/>
4098            </ProtoInstance>
4099            <ProtoInstance name='Vertex'>
4100                 <fieldValue name='vertexTextvalue='"bottles"'/>
4101                 <fieldValue name='descriptionvalue='32: bottles'/>
4102                 <fieldValue name='url'/>
4103                 <fieldValue name='radiusvalue='0.1500'/>
4104                 <fieldValue name='displayMode'/>
4105                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4106                 <fieldValue name='transparencyvalue='0'/>
4107                 <fieldValue name='translationvalue='-1.96965 -0.24475 2.44551'/>
4108                 <fieldValue name='textTranslationvalue='-1.81965 -0.24475 2.44551'/>
4109                 <fieldValue name='textColorvalue='0 0 0'/>
4110            </ProtoInstance>
4111            <ProtoInstance name='Vertex'>
4112                 <fieldValue name='vertexTextvalue='"bowl"'/>
4113                 <fieldValue name='descriptionvalue='33: bowl'/>
4114                 <fieldValue name='url'/>
4115                 <fieldValue name='radiusvalue='0.1500'/>
4116                 <fieldValue name='displayMode'/>
4117                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4118                 <fieldValue name='transparencyvalue='0'/>
4119                 <fieldValue name='translationvalue='-1.91548 0.42111 2.33213'/>
4120                 <fieldValue name='textTranslationvalue='-1.76548 0.42111 2.33213'/>
4121                 <fieldValue name='textColorvalue='0 0 0'/>
4122            </ProtoInstance>
4123            <ProtoInstance name='Vertex'>
4124                 <fieldValue name='vertexTextvalue='"brigade"'/>
4125                 <fieldValue name='descriptionvalue='34: brigade'/>
4126                 <fieldValue name='url'/>
4127                 <fieldValue name='radiusvalue='0.1500'/>
4128                 <fieldValue name='displayMode'/>
4129                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4130                 <fieldValue name='transparencyvalue='0'/>
4131                 <fieldValue name='translationvalue='-2.41588 0.51530 1.91217'/>
4132                 <fieldValue name='textTranslationvalue='-2.26588 0.51530 1.91217'/>
4133                 <fieldValue name='textColorvalue='0 0 0'/>
4134            </ProtoInstance>
4135            <ProtoInstance name='Vertex'>
4136                 <fieldValue name='vertexTextvalue='"browser"'/>
4137                 <fieldValue name='descriptionvalue='35: browser'/>
4138                 <fieldValue name='url'/>
4139                 <fieldValue name='radiusvalue='0.1500'/>
4140                 <fieldValue name='displayMode'/>
4141                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4142                 <fieldValue name='transparencyvalue='0'/>
4143                 <fieldValue name='translationvalue='1.91854 2.18746 1.39475'/>
4144                 <fieldValue name='textTranslationvalue='2.06854 2.18746 1.39475'/>
4145                 <fieldValue name='textColorvalue='0 0 0'/>
4146            </ProtoInstance>
4147            <ProtoInstance name='Vertex'>
4148                 <fieldValue name='vertexTextvalue='"building"'/>
4149                 <fieldValue name='descriptionvalue='36: building'/>
4150                 <fieldValue name='url'/>
4151                 <fieldValue name='radiusvalue='0.1500'/>
4152                 <fieldValue name='displayMode'/>
4153                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4154                 <fieldValue name='transparencyvalue='0'/>
4155                 <fieldValue name='translationvalue='-0.88605 2.02625 -1.81260'/>
4156                 <fieldValue name='textTranslationvalue='-0.73605 2.02625 -1.81260'/>
4157                 <fieldValue name='textColorvalue='0 0 0'/>
4158            </ProtoInstance>
4159            <ProtoInstance name='Vertex'>
4160                 <fieldValue name='vertexTextvalue='"called"'/>
4161                 <fieldValue name='descriptionvalue='37: called'/>
4162                 <fieldValue name='url'/>
4163                 <fieldValue name='radiusvalue='0.1500'/>
4164                 <fieldValue name='displayMode'/>
4165                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4166                 <fieldValue name='transparencyvalue='0'/>
4167                 <fieldValue name='translationvalue='-2.45942 -0.44907 -0.13398'/>
4168                 <fieldValue name='textTranslationvalue='-2.30942 -0.44907 -0.13398'/>
4169                 <fieldValue name='textColorvalue='0 0 0'/>
4170            </ProtoInstance>
4171            <ProtoInstance name='Vertex'>
4172                 <fieldValue name='vertexTextvalue='"capture"'/>
4173                 <fieldValue name='descriptionvalue='38: capture'/>
4174                 <fieldValue name='url'/>
4175                 <fieldValue name='radiusvalue='0.1500'/>
4176                 <fieldValue name='displayMode'/>
4177                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4178                 <fieldValue name='transparencyvalue='0'/>
4179                 <fieldValue name='translationvalue='-2.63808 -0.44255 0.20621'/>
4180                 <fieldValue name='textTranslationvalue='-2.48808 -0.44255 0.20621'/>
4181                 <fieldValue name='textColorvalue='0 0 0'/>
4182            </ProtoInstance>
4183            <ProtoInstance name='Vertex'>
4184                 <fieldValue name='vertexTextvalue='"caribbean"'/>
4185                 <fieldValue name='descriptionvalue='39: caribbean'/>
4186                 <fieldValue name='url'/>
4187                 <fieldValue name='radiusvalue='0.1500'/>
4188                 <fieldValue name='displayMode'/>
4189                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4190                 <fieldValue name='transparencyvalue='0'/>
4191                 <fieldValue name='translationvalue='2.50351 1.18166 0.95203'/>
4192                 <fieldValue name='textTranslationvalue='2.65351 1.18166 0.95203'/>
4193                 <fieldValue name='textColorvalue='0 0 0'/>
4194            </ProtoInstance>
4195            <ProtoInstance name='Vertex'>
4196                 <fieldValue name='vertexTextvalue='"casualties"'/>
4197                 <fieldValue name='descriptionvalue='40: casualties'/>
4198                 <fieldValue name='url'/>
4199                 <fieldValue name='radiusvalue='0.1500'/>
4200                 <fieldValue name='displayMode'/>
4201                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4202                 <fieldValue name='transparencyvalue='0'/>
4203                 <fieldValue name='translationvalue='-2.64683 -0.03950 -0.34093'/>
4204                 <fieldValue name='textTranslationvalue='-2.49683 -0.03950 -0.34093'/>
4205                 <fieldValue name='textColorvalue='0 0 0'/>
4206            </ProtoInstance>
4207            <ProtoInstance name='Vertex'>
4208                 <fieldValue name='vertexTextvalue='"charleston"'/>
4209                 <fieldValue name='descriptionvalue='41: charleston'/>
4210                 <fieldValue name='url'/>
4211                 <fieldValue name='radiusvalue='0.1500'/>
4212                 <fieldValue name='displayMode'/>
4213                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4214                 <fieldValue name='transparencyvalue='0'/>
4215                 <fieldValue name='translationvalue='-1.05065 1.70430 -1.94400'/>
4216                 <fieldValue name='textTranslationvalue='-0.90065 1.70430 -1.94400'/>
4217                 <fieldValue name='textColorvalue='0 0 0'/>
4218            </ProtoInstance>
4219            <ProtoInstance name='Vertex'>
4220                 <fieldValue name='vertexTextvalue='"chief"'/>
4221                 <fieldValue name='descriptionvalue='42: chief'/>
4222                 <fieldValue name='url'/>
4223                 <fieldValue name='radiusvalue='0.1500'/>
4224                 <fieldValue name='displayMode'/>
4225                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4226                 <fieldValue name='transparencyvalue='0'/>
4227                 <fieldValue name='translationvalue='2.45044 1.51735 1.54995'/>
4228                 <fieldValue name='textTranslationvalue='2.60044 1.51735 1.54995'/>
4229                 <fieldValue name='textColorvalue='0 0 0'/>
4230            </ProtoInstance>
4231            <ProtoInstance name='Vertex'>
4232                 <fieldValue name='vertexTextvalue='"civilians"'/>
4233                 <fieldValue name='descriptionvalue='43: civilians'/>
4234                 <fieldValue name='url'/>
4235                 <fieldValue name='radiusvalue='0.1500'/>
4236                 <fieldValue name='displayMode'/>
4237                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4238                 <fieldValue name='transparencyvalue='0'/>
4239                 <fieldValue name='translationvalue='-2.73335 -0.45951 -0.42329'/>
4240                 <fieldValue name='textTranslationvalue='-2.58335 -0.45951 -0.42329'/>
4241                 <fieldValue name='textColorvalue='0 0 0'/>
4242            </ProtoInstance>
4243            <ProtoInstance name='Vertex'>
4244                 <fieldValue name='vertexTextvalue='"class"'/>
4245                 <fieldValue name='descriptionvalue='44: class'/>
4246                 <fieldValue name='url'/>
4247                 <fieldValue name='radiusvalue='0.1500'/>
4248                 <fieldValue name='displayMode'/>
4249                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4250                 <fieldValue name='transparencyvalue='0'/>
4251                 <fieldValue name='translationvalue='1.59119 2.74952 -0.51098'/>
4252                 <fieldValue name='textTranslationvalue='1.74119 2.74952 -0.51098'/>
4253                 <fieldValue name='textColorvalue='0 0 0'/>
4254            </ProtoInstance>
4255            <ProtoInstance name='Vertex'>
4256                 <fieldValue name='vertexTextvalue='"coast"'/>
4257                 <fieldValue name='descriptionvalue='45: coast'/>
4258                 <fieldValue name='url'/>
4259                 <fieldValue name='radiusvalue='0.1500'/>
4260                 <fieldValue name='displayMode'/>
4261                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4262                 <fieldValue name='transparencyvalue='0'/>
4263                 <fieldValue name='translationvalue='-0.47363 1.96395 -2.28786'/>
4264                 <fieldValue name='textTranslationvalue='-0.32363 1.96395 -2.28786'/>
4265                 <fieldValue name='textColorvalue='0 0 0'/>
4266            </ProtoInstance>
4267            <ProtoInstance name='Vertex'>
4268                 <fieldValue name='vertexTextvalue='"combat"'/>
4269                 <fieldValue name='descriptionvalue='46: combat'/>
4270                 <fieldValue name='url'/>
4271                 <fieldValue name='radiusvalue='0.1500'/>
4272                 <fieldValue name='displayMode'/>
4273                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4274                 <fieldValue name='transparencyvalue='0'/>
4275                 <fieldValue name='translationvalue='-2.41388 0.14374 1.85936'/>
4276                 <fieldValue name='textTranslationvalue='-2.26388 0.14374 1.85936'/>
4277                 <fieldValue name='textColorvalue='0 0 0'/>
4278            </ProtoInstance>
4279            <ProtoInstance name='Vertex'>
4280                 <fieldValue name='vertexTextvalue='"coming"'/>
4281                 <fieldValue name='descriptionvalue='47: coming'/>
4282                 <fieldValue name='url'/>
4283                 <fieldValue name='radiusvalue='0.1500'/>
4284                 <fieldValue name='displayMode'/>
4285                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4286                 <fieldValue name='transparencyvalue='0'/>
4287                 <fieldValue name='translationvalue='-0.33564 -0.51494 -1.88229'/>
4288                 <fieldValue name='textTranslationvalue='-0.18564 -0.51494 -1.88229'/>
4289                 <fieldValue name='textColorvalue='0 0 0'/>
4290            </ProtoInstance>
4291            <ProtoInstance name='Vertex'>
4292                 <fieldValue name='vertexTextvalue='"commentary"'/>
4293                 <fieldValue name='descriptionvalue='48: commentary'/>
4294                 <fieldValue name='url'/>
4295                 <fieldValue name='radiusvalue='0.1500'/>
4296                 <fieldValue name='displayMode'/>
4297                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4298                 <fieldValue name='transparencyvalue='0'/>
4299                 <fieldValue name='translationvalue='2.71429 0.12814 -0.84846'/>
4300                 <fieldValue name='textTranslationvalue='2.86429 0.12814 -0.84846'/>
4301                 <fieldValue name='textColorvalue='0 0 0'/>
4302            </ProtoInstance>
4303            <ProtoInstance name='Vertex'>
4304                 <fieldValue name='vertexTextvalue='"commercial"'/>
4305                 <fieldValue name='descriptionvalue='49: commercial'/>
4306                 <fieldValue name='url'/>
4307                 <fieldValue name='radiusvalue='0.1500'/>
4308                 <fieldValue name='displayMode'/>
4309                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4310                 <fieldValue name='transparencyvalue='0'/>
4311                 <fieldValue name='translationvalue='2.00552 1.68832 1.83325'/>
4312                 <fieldValue name='textTranslationvalue='2.15552 1.68832 1.83325'/>
4313                 <fieldValue name='textColorvalue='0 0 0'/>
4314            </ProtoInstance>
4315            <ProtoInstance name='Vertex'>
4316                 <fieldValue name='vertexTextvalue='"commits"'/>
4317                 <fieldValue name='descriptionvalue='50: commits'/>
4318                 <fieldValue name='url'/>
4319                 <fieldValue name='radiusvalue='0.1500'/>
4320                 <fieldValue name='displayMode'/>
4321                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4322                 <fieldValue name='transparencyvalue='0'/>
4323                 <fieldValue name='translationvalue='2.44341 0.62815 0.10969'/>
4324                 <fieldValue name='textTranslationvalue='2.59341 0.62815 0.10969'/>
4325                 <fieldValue name='textColorvalue='0 0 0'/>
4326            </ProtoInstance>
4327            <ProtoInstance name='Vertex'>
4328                 <fieldValue name='vertexTextvalue='"common"'/>
4329                 <fieldValue name='descriptionvalue='51: common'/>
4330                 <fieldValue name='url'/>
4331                 <fieldValue name='radiusvalue='0.1500'/>
4332                 <fieldValue name='displayMode'/>
4333                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4334                 <fieldValue name='transparencyvalue='0'/>
4335                 <fieldValue name='translationvalue='0.93832 -1.77777 2.74981'/>
4336                 <fieldValue name='textTranslationvalue='1.08832 -1.77777 2.74981'/>
4337                 <fieldValue name='textColorvalue='0 0 0'/>
4338            </ProtoInstance>
4339            <ProtoInstance name='Vertex'>
4340                 <fieldValue name='vertexTextvalue='"communication"'/>
4341                 <fieldValue name='descriptionvalue='52: communication'/>
4342                 <fieldValue name='url'/>
4343                 <fieldValue name='radiusvalue='0.1500'/>
4344                 <fieldValue name='displayMode'/>
4345                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4346                 <fieldValue name='transparencyvalue='0'/>
4347                 <fieldValue name='translationvalue='2.36567 1.39654 1.79004'/>
4348                 <fieldValue name='textTranslationvalue='2.51567 1.39654 1.79004'/>
4349                 <fieldValue name='textColorvalue='0 0 0'/>
4350            </ProtoInstance>
4351            <ProtoInstance name='Vertex'>
4352                 <fieldValue name='vertexTextvalue='"community"'/>
4353                 <fieldValue name='descriptionvalue='53: community'/>
4354                 <fieldValue name='url'/>
4355                 <fieldValue name='radiusvalue='0.1500'/>
4356                 <fieldValue name='displayMode'/>
4357                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4358                 <fieldValue name='transparencyvalue='0'/>
4359                 <fieldValue name='translationvalue='2.34957 0.42498 -0.74850'/>
4360                 <fieldValue name='textTranslationvalue='2.49957 0.42498 -0.74850'/>
4361                 <fieldValue name='textColorvalue='0 0 0'/>
4362            </ProtoInstance>
4363            <ProtoInstance name='Vertex'>
4364                 <fieldValue name='vertexTextvalue='"complex"'/>
4365                 <fieldValue name='descriptionvalue='54: complex'/>
4366                 <fieldValue name='url'/>
4367                 <fieldValue name='radiusvalue='0.1500'/>
4368                 <fieldValue name='displayMode'/>
4369                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4370                 <fieldValue name='transparencyvalue='0'/>
4371                 <fieldValue name='translationvalue='1.32764 -2.25212 2.16007'/>
4372                 <fieldValue name='textTranslationvalue='1.47764 -2.25212 2.16007'/>
4373                 <fieldValue name='textColorvalue='0 0 0'/>
4374            </ProtoInstance>
4375            <ProtoInstance name='Vertex'>
4376                 <fieldValue name='vertexTextvalue='"contact"'/>
4377                 <fieldValue name='descriptionvalue='55: contact'/>
4378                 <fieldValue name='url'/>
4379                 <fieldValue name='radiusvalue='0.1500'/>
4380                 <fieldValue name='displayMode'/>
4381                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4382                 <fieldValue name='transparencyvalue='0'/>
4383                 <fieldValue name='translationvalue='1.73700 0.19145 -2.74980'/>
4384                 <fieldValue name='textTranslationvalue='1.88700 0.19145 -2.74980'/>
4385                 <fieldValue name='textColorvalue='0 0 0'/>
4386            </ProtoInstance>
4387            <ProtoInstance name='Vertex'>
4388                 <fieldValue name='vertexTextvalue='"country"'/>
4389                 <fieldValue name='descriptionvalue='56: country'/>
4390                 <fieldValue name='url'/>
4391                 <fieldValue name='radiusvalue='0.1500'/>
4392                 <fieldValue name='displayMode'/>
4393                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4394                 <fieldValue name='transparencyvalue='0'/>
4395                 <fieldValue name='translationvalue='-1.86391 -1.92712 -0.21076'/>
4396                 <fieldValue name='textTranslationvalue='-1.71391 -1.92712 -0.21076'/>
4397                 <fieldValue name='textColorvalue='0 0 0'/>
4398            </ProtoInstance>
4399            <ProtoInstance name='Vertex'>
4400                 <fieldValue name='vertexTextvalue='"courier"'/>
4401                 <fieldValue name='descriptionvalue='57: courier'/>
4402                 <fieldValue name='url'/>
4403                 <fieldValue name='radiusvalue='0.1500'/>
4404                 <fieldValue name='displayMode'/>
4405                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4406                 <fieldValue name='transparencyvalue='0'/>
4407                 <fieldValue name='translationvalue='-0.92406 0.75012 -1.95477'/>
4408                 <fieldValue name='textTranslationvalue='-0.77406 0.75012 -1.95477'/>
4409                 <fieldValue name='textColorvalue='0 0 0'/>
4410            </ProtoInstance>
4411            <ProtoInstance name='Vertex'>
4412                 <fieldValue name='vertexTextvalue='"courtesy"'/>
4413                 <fieldValue name='descriptionvalue='58: courtesy'/>
4414                 <fieldValue name='url'/>
4415                 <fieldValue name='radiusvalue='0.1500'/>
4416                 <fieldValue name='displayMode'/>
4417                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4418                 <fieldValue name='transparencyvalue='0'/>
4419                 <fieldValue name='translationvalue='-2.29533 -0.27246 -0.12657'/>
4420                 <fieldValue name='textTranslationvalue='-2.14533 -0.27246 -0.12657'/>
4421                 <fieldValue name='textColorvalue='0 0 0'/>
4422            </ProtoInstance>
4423            <ProtoInstance name='Vertex'>
4424                 <fieldValue name='vertexTextvalue='"covenant"'/>
4425                 <fieldValue name='descriptionvalue='59: covenant'/>
4426                 <fieldValue name='url'/>
4427                 <fieldValue name='radiusvalue='0.1500'/>
4428                 <fieldValue name='displayMode'/>
4429                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4430                 <fieldValue name='transparencyvalue='0'/>
4431                 <fieldValue name='translationvalue='2.58205 0.55864 -0.95296'/>
4432                 <fieldValue name='textTranslationvalue='2.73205 0.55864 -0.95296'/>
4433                 <fieldValue name='textColorvalue='0 0 0'/>
4434            </ProtoInstance>
4435            <ProtoInstance name='Vertex'>
4436                 <fieldValue name='vertexTextvalue='"cutter"'/>
4437                 <fieldValue name='descriptionvalue='60: cutter'/>
4438                 <fieldValue name='url'/>
4439                 <fieldValue name='radiusvalue='0.1500'/>
4440                 <fieldValue name='displayMode'/>
4441                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4442                 <fieldValue name='transparencyvalue='0'/>
4443                 <fieldValue name='translationvalue='-0.93623 1.72362 -2.25201'/>
4444                 <fieldValue name='textTranslationvalue='-0.78623 1.72362 -2.25201'/>
4445                 <fieldValue name='textColorvalue='0 0 0'/>
4446            </ProtoInstance>
4447            <ProtoInstance name='Vertex'>
4448                 <fieldValue name='vertexTextvalue='"damaged"'/>
4449                 <fieldValue name='descriptionvalue='61: damaged'/>
4450                 <fieldValue name='url'/>
4451                 <fieldValue name='radiusvalue='0.1500'/>
4452                 <fieldValue name='displayMode'/>
4453                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4454                 <fieldValue name='transparencyvalue='0'/>
4455                 <fieldValue name='translationvalue='2.24802 1.18784 1.92425'/>
4456                 <fieldValue name='textTranslationvalue='2.39802 1.18784 1.92425'/>
4457                 <fieldValue name='textColorvalue='0 0 0'/>
4458            </ProtoInstance>
4459            <ProtoInstance name='Vertex'>
4460                 <fieldValue name='vertexTextvalue='"death"'/>
4461                 <fieldValue name='descriptionvalue='62: death'/>
4462                 <fieldValue name='url'/>
4463                 <fieldValue name='radiusvalue='0.1500'/>
4464                 <fieldValue name='displayMode'/>
4465                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4466                 <fieldValue name='transparencyvalue='0'/>
4467                 <fieldValue name='translationvalue='-0.40413 -0.84183 -2.37517'/>
4468                 <fieldValue name='textTranslationvalue='-0.25413 -0.84183 -2.37517'/>
4469                 <fieldValue name='textColorvalue='0 0 0'/>
4470            </ProtoInstance>
4471            <ProtoInstance name='Vertex'>
4472                 <fieldValue name='vertexTextvalue='"decorated"'/>
4473                 <fieldValue name='descriptionvalue='63: decorated'/>
4474                 <fieldValue name='url'/>
4475                 <fieldValue name='radiusvalue='0.1500'/>
4476                 <fieldValue name='displayMode'/>
4477                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4478                 <fieldValue name='transparencyvalue='0'/>
4479                 <fieldValue name='translationvalue='2.31480 0.33836 -0.50890'/>
4480                 <fieldValue name='textTranslationvalue='2.46480 0.33836 -0.50890'/>
4481                 <fieldValue name='textColorvalue='0 0 0'/>
4482            </ProtoInstance>
4483            <ProtoInstance name='Vertex'>
4484                 <fieldValue name='vertexTextvalue='"demand"'/>
4485                 <fieldValue name='descriptionvalue='64: demand'/>
4486                 <fieldValue name='url'/>
4487                 <fieldValue name='radiusvalue='0.1500'/>
4488                 <fieldValue name='displayMode'/>
4489                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4490                 <fieldValue name='transparencyvalue='0'/>
4491                 <fieldValue name='translationvalue='-2.43643 -0.27397 -0.03051'/>
4492                 <fieldValue name='textTranslationvalue='-2.28643 -0.27397 -0.03051'/>
4493                 <fieldValue name='textColorvalue='0 0 0'/>
4494            </ProtoInstance>
4495            <ProtoInstance name='Vertex'>
4496                 <fieldValue name='vertexTextvalue='"deployment"'/>
4497                 <fieldValue name='descriptionvalue='65: deployment'/>
4498                 <fieldValue name='url'/>
4499                 <fieldValue name='radiusvalue='0.1500'/>
4500                 <fieldValue name='displayMode'/>
4501                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4502                 <fieldValue name='transparencyvalue='0'/>
4503                 <fieldValue name='translationvalue='-1.37490 2.00612 -1.75367'/>
4504                 <fieldValue name='textTranslationvalue='-1.22490 2.00612 -1.75367'/>
4505                 <fieldValue name='textColorvalue='0 0 0'/>
4506            </ProtoInstance>
4507            <ProtoInstance name='Vertex'>
4508                 <fieldValue name='vertexTextvalue='"destruction"'/>
4509                 <fieldValue name='descriptionvalue='66: destruction'/>
4510                 <fieldValue name='url'/>
4511                 <fieldValue name='radiusvalue='0.1500'/>
4512                 <fieldValue name='displayMode'/>
4513                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4514                 <fieldValue name='transparencyvalue='0'/>
4515                 <fieldValue name='translationvalue='-1.02922 -0.11057 -2.14153'/>
4516                 <fieldValue name='textTranslationvalue='-0.87922 -0.11057 -2.14153'/>
4517                 <fieldValue name='textColorvalue='0 0 0'/>
4518            </ProtoInstance>
4519            <ProtoInstance name='Vertex'>
4520                 <fieldValue name='vertexTextvalue='"devastating"'/>
4521                 <fieldValue name='descriptionvalue='67: devastating'/>
4522                 <fieldValue name='url'/>
4523                 <fieldValue name='radiusvalue='0.1500'/>
4524                 <fieldValue name='displayMode'/>
4525                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4526                 <fieldValue name='transparencyvalue='0'/>
4527                 <fieldValue name='translationvalue='1.59041 2.75178 -0.50112'/>
4528                 <fieldValue name='textTranslationvalue='1.74041 2.75178 -0.50112'/>
4529                 <fieldValue name='textColorvalue='0 0 0'/>
4530            </ProtoInstance>
4531            <ProtoInstance name='Vertex'>
4532                 <fieldValue name='vertexTextvalue='"digging"'/>
4533                 <fieldValue name='descriptionvalue='68: digging'/>
4534                 <fieldValue name='url'/>
4535                 <fieldValue name='radiusvalue='0.1500'/>
4536                 <fieldValue name='displayMode'/>
4537                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4538                 <fieldValue name='transparencyvalue='0'/>
4539                 <fieldValue name='translationvalue='-0.72765 -0.48630 -2.43698'/>
4540                 <fieldValue name='textTranslationvalue='-0.57765 -0.48630 -2.43698'/>
4541                 <fieldValue name='textColorvalue='0 0 0'/>
4542            </ProtoInstance>
4543            <ProtoInstance name='Vertex'>
4544                 <fieldValue name='vertexTextvalue='"disappearing"'/>
4545                 <fieldValue name='descriptionvalue='69: disappearing'/>
4546                 <fieldValue name='url'/>
4547                 <fieldValue name='radiusvalue='0.1500'/>
4548                 <fieldValue name='displayMode'/>
4549                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4550                 <fieldValue name='transparencyvalue='0'/>
4551                 <fieldValue name='translationvalue='-2.23457 -0.75886 2.06937'/>
4552                 <fieldValue name='textTranslationvalue='-2.08457 -0.75886 2.06937'/>
4553                 <fieldValue name='textColorvalue='0 0 0'/>
4554            </ProtoInstance>
4555            <ProtoInstance name='Vertex'>
4556                 <fieldValue name='vertexTextvalue='"discover"'/>
4557                 <fieldValue name='descriptionvalue='70: discover'/>
4558                 <fieldValue name='url'/>
4559                 <fieldValue name='radiusvalue='0.1500'/>
4560                 <fieldValue name='displayMode'/>
4561                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4562                 <fieldValue name='transparencyvalue='0'/>
4563                 <fieldValue name='translationvalue='-2.56451 0.27196 -0.04454'/>
4564                 <fieldValue name='textTranslationvalue='-2.41451 0.27196 -0.04454'/>
4565                 <fieldValue name='textColorvalue='0 0 0'/>
4566            </ProtoInstance>
4567            <ProtoInstance name='Vertex'>
4568                 <fieldValue name='vertexTextvalue='"distribution"'/>
4569                 <fieldValue name='descriptionvalue='71: distribution'/>
4570                 <fieldValue name='url'/>
4571                 <fieldValue name='radiusvalue='0.1500'/>
4572                 <fieldValue name='displayMode'/>
4573                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4574                 <fieldValue name='transparencyvalue='0'/>
4575                 <fieldValue name='translationvalue='1.80989 0.08337 -0.73487'/>
4576                 <fieldValue name='textTranslationvalue='1.95989 0.08337 -0.73487'/>
4577                 <fieldValue name='textColorvalue='0 0 0'/>
4578            </ProtoInstance>
4579            <ProtoInstance name='Vertex'>
4580                 <fieldValue name='vertexTextvalue='"district"'/>
4581                 <fieldValue name='descriptionvalue='72: district'/>
4582                 <fieldValue name='url'/>
4583                 <fieldValue name='radiusvalue='0.1500'/>
4584                 <fieldValue name='displayMode'/>
4585                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4586                 <fieldValue name='transparencyvalue='0'/>
4587                 <fieldValue name='translationvalue='-0.56895 2.24645 -1.91236'/>
4588                 <fieldValue name='textTranslationvalue='-0.41895 2.24645 -1.91236'/>
4589                 <fieldValue name='textColorvalue='0 0 0'/>
4590            </ProtoInstance>
4591            <ProtoInstance name='Vertex'>
4592                 <fieldValue name='vertexTextvalue='"divisions"'/>
4593                 <fieldValue name='descriptionvalue='73: divisions'/>
4594                 <fieldValue name='url'/>
4595                 <fieldValue name='radiusvalue='0.1500'/>
4596                 <fieldValue name='displayMode'/>
4597                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4598                 <fieldValue name='transparencyvalue='0'/>
4599                 <fieldValue name='translationvalue='-2.18221 0.65121 2.03264'/>
4600                 <fieldValue name='textTranslationvalue='-2.03221 0.65121 2.03264'/>
4601                 <fieldValue name='textColorvalue='0 0 0'/>
4602            </ProtoInstance>
4603            <ProtoInstance name='Vertex'>
4604                 <fieldValue name='vertexTextvalue='"drugs"'/>
4605                 <fieldValue name='descriptionvalue='74: drugs'/>
4606                 <fieldValue name='url'/>
4607                 <fieldValue name='radiusvalue='0.1500'/>
4608                 <fieldValue name='displayMode'/>
4609                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4610                 <fieldValue name='transparencyvalue='0'/>
4611                 <fieldValue name='translationvalue='-0.24409 -1.25571 -2.10125'/>
4612                 <fieldValue name='textTranslationvalue='-0.09409 -1.25571 -2.10125'/>
4613                 <fieldValue name='textColorvalue='0 0 0'/>
4614            </ProtoInstance>
4615            <ProtoInstance name='Vertex'>
4616                 <fieldValue name='vertexTextvalue='"dwindles"'/>
4617                 <fieldValue name='descriptionvalue='75: dwindles'/>
4618                 <fieldValue name='url'/>
4619                 <fieldValue name='radiusvalue='0.1500'/>
4620                 <fieldValue name='displayMode'/>
4621                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4622                 <fieldValue name='transparencyvalue='0'/>
4623                 <fieldValue name='translationvalue='-2.75441 -0.17177 0.01667'/>
4624                 <fieldValue name='textTranslationvalue='-2.60441 -0.17177 0.01667'/>
4625                 <fieldValue name='textColorvalue='0 0 0'/>
4626            </ProtoInstance>
4627            <ProtoInstance name='Vertex'>
4628                 <fieldValue name='vertexTextvalue='"east"'/>
4629                 <fieldValue name='descriptionvalue='76: east'/>
4630                 <fieldValue name='url'/>
4631                 <fieldValue name='radiusvalue='0.1500'/>
4632                 <fieldValue name='displayMode'/>
4633                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4634                 <fieldValue name='transparencyvalue='0'/>
4635                 <fieldValue name='translationvalue='-0.50115 -0.72694 -2.02833'/>
4636                 <fieldValue name='textTranslationvalue='-0.35115 -0.72694 -2.02833'/>
4637                 <fieldValue name='textColorvalue='0 0 0'/>
4638            </ProtoInstance>
4639            <ProtoInstance name='Vertex'>
4640                 <fieldValue name='vertexTextvalue='"ended"'/>
4641                 <fieldValue name='descriptionvalue='77: ended'/>
4642                 <fieldValue name='url'/>
4643                 <fieldValue name='radiusvalue='0.1500'/>
4644                 <fieldValue name='displayMode'/>
4645                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4646                 <fieldValue name='transparencyvalue='0'/>
4647                 <fieldValue name='translationvalue='2.39107 -0.24011 -0.85525'/>
4648                 <fieldValue name='textTranslationvalue='2.54107 -0.24011 -0.85525'/>
4649                 <fieldValue name='textColorvalue='0 0 0'/>
4650            </ProtoInstance>
4651            <ProtoInstance name='Vertex'>
4652                 <fieldValue name='vertexTextvalue='"expresses"'/>
4653                 <fieldValue name='descriptionvalue='78: expresses'/>
4654                 <fieldValue name='url'/>
4655                 <fieldValue name='radiusvalue='0.1500'/>
4656                 <fieldValue name='displayMode'/>
4657                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4658                 <fieldValue name='transparencyvalue='0'/>
4659                 <fieldValue name='translationvalue='1.59119 2.74952 -0.51098'/>
4660                 <fieldValue name='textTranslationvalue='1.74119 2.74952 -0.51098'/>
4661                 <fieldValue name='textColorvalue='0 0 0'/>
4662            </ProtoInstance>
4663            <ProtoInstance name='Vertex'>
4664                 <fieldValue name='vertexTextvalue='"falcons"'/>
4665                 <fieldValue name='descriptionvalue='79: falcons'/>
4666                 <fieldValue name='url'/>
4667                 <fieldValue name='radiusvalue='0.1500'/>
4668                 <fieldValue name='displayMode'/>
4669                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4670                 <fieldValue name='transparencyvalue='0'/>
4671                 <fieldValue name='translationvalue='-2.05538 0.21619 2.36960'/>
4672                 <fieldValue name='textTranslationvalue='-1.90538 0.21619 2.36960'/>
4673                 <fieldValue name='textColorvalue='0 0 0'/>
4674            </ProtoInstance>
4675            <ProtoInstance name='Vertex'>
4676                 <fieldValue name='vertexTextvalue='"families"'/>
4677                 <fieldValue name='descriptionvalue='80: families'/>
4678                 <fieldValue name='url'/>
4679                 <fieldValue name='radiusvalue='0.1500'/>
4680                 <fieldValue name='displayMode'/>
4681                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4682                 <fieldValue name='transparencyvalue='0'/>
4683                 <fieldValue name='translationvalue='-0.59228 -1.06643 -1.60153'/>
4684                 <fieldValue name='textTranslationvalue='-0.44228 -1.06643 -1.60153'/>
4685                 <fieldValue name='textColorvalue='0 0 0'/>
4686            </ProtoInstance>
4687            <ProtoInstance name='Vertex'>
4688                 <fieldValue name='vertexTextvalue='"federal"'/>
4689                 <fieldValue name='descriptionvalue='81: federal'/>
4690                 <fieldValue name='url'/>
4691                 <fieldValue name='radiusvalue='0.1500'/>
4692                 <fieldValue name='displayMode'/>
4693                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4694                 <fieldValue name='transparencyvalue='0'/>
4695                 <fieldValue name='translationvalue='-0.82345 2.31026 -1.63364'/>
4696                 <fieldValue name='textTranslationvalue='-0.67345 2.31026 -1.63364'/>
4697                 <fieldValue name='textColorvalue='0 0 0'/>
4698            </ProtoInstance>
4699            <ProtoInstance name='Vertex'>
4700                 <fieldValue name='vertexTextvalue='"final"'/>
4701                 <fieldValue name='descriptionvalue='82: final'/>
4702                 <fieldValue name='url'/>
4703                 <fieldValue name='radiusvalue='0.1500'/>
4704                 <fieldValue name='displayMode'/>
4705                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4706                 <fieldValue name='transparencyvalue='0'/>
4707                 <fieldValue name='translationvalue='2.29439 -0.11029 -0.50696'/>
4708                 <fieldValue name='textTranslationvalue='2.44439 -0.11029 -0.50696'/>
4709                 <fieldValue name='textColorvalue='0 0 0'/>
4710            </ProtoInstance>
4711            <ProtoInstance name='Vertex'>
4712                 <fieldValue name='vertexTextvalue='"flag"'/>
4713                 <fieldValue name='descriptionvalue='83: flag'/>
4714                 <fieldValue name='url'/>
4715                 <fieldValue name='radiusvalue='0.1500'/>
4716                 <fieldValue name='displayMode'/>
4717                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4718                 <fieldValue name='transparencyvalue='0'/>
4719                 <fieldValue name='translationvalue='1.62952 1.59311 2.09469'/>
4720                 <fieldValue name='textTranslationvalue='1.77952 1.59311 2.09469'/>
4721                 <fieldValue name='textColorvalue='0 0 0'/>
4722            </ProtoInstance>
4723            <ProtoInstance name='Vertex'>
4724                 <fieldValue name='vertexTextvalue='"flight"'/>
4725                 <fieldValue name='descriptionvalue='84: flight'/>
4726                 <fieldValue name='url'/>
4727                 <fieldValue name='radiusvalue='0.1500'/>
4728                 <fieldValue name='displayMode'/>
4729                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4730                 <fieldValue name='transparencyvalue='0'/>
4731                 <fieldValue name='translationvalue='2.52693 0.86363 1.94164'/>
4732                 <fieldValue name='textTranslationvalue='2.67693 0.86363 1.94164'/>
4733                 <fieldValue name='textColorvalue='0 0 0'/>
4734            </ProtoInstance>
4735            <ProtoInstance name='Vertex'>
4736                 <fieldValue name='vertexTextvalue='"flying"'/>
4737                 <fieldValue name='descriptionvalue='85: flying'/>
4738                 <fieldValue name='url'/>
4739                 <fieldValue name='radiusvalue='0.1500'/>
4740                 <fieldValue name='displayMode'/>
4741                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4742                 <fieldValue name='transparencyvalue='0'/>
4743                 <fieldValue name='translationvalue='1.14683 1.76216 2.57262'/>
4744                 <fieldValue name='textTranslationvalue='1.29683 1.76216 2.57262'/>
4745                 <fieldValue name='textColorvalue='0 0 0'/>
4746            </ProtoInstance>
4747            <ProtoInstance name='Vertex'>
4748                 <fieldValue name='vertexTextvalue='"focus"'/>
4749                 <fieldValue name='descriptionvalue='86: focus'/>
4750                 <fieldValue name='url'/>
4751                 <fieldValue name='radiusvalue='0.1500'/>
4752                 <fieldValue name='displayMode'/>
4753                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4754                 <fieldValue name='transparencyvalue='0'/>
4755                 <fieldValue name='translationvalue='1.42542 -1.74005 2.55744'/>
4756                 <fieldValue name='textTranslationvalue='1.57542 -1.74005 2.55744'/>
4757                 <fieldValue name='textColorvalue='0 0 0'/>
4758            </ProtoInstance>
4759            <ProtoInstance name='Vertex'>
4760                 <fieldValue name='vertexTextvalue='"food"'/>
4761                 <fieldValue name='descriptionvalue='87: food'/>
4762                 <fieldValue name='url'/>
4763                 <fieldValue name='radiusvalue='0.1500'/>
4764                 <fieldValue name='displayMode'/>
4765                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4766                 <fieldValue name='transparencyvalue='0'/>
4767                 <fieldValue name='translationvalue='1.15432 -0.03663 -0.84092'/>
4768                 <fieldValue name='textTranslationvalue='1.30432 -0.03663 -0.84092'/>
4769                 <fieldValue name='textColorvalue='0 0 0'/>
4770            </ProtoInstance>
4771            <ProtoInstance name='Vertex'>
4772                 <fieldValue name='vertexTextvalue='"forces"'/>
4773                 <fieldValue name='descriptionvalue='88: forces'/>
4774                 <fieldValue name='url'/>
4775                 <fieldValue name='radiusvalue='0.1500'/>
4776                 <fieldValue name='displayMode'/>
4777                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4778                 <fieldValue name='transparencyvalue='0'/>
4779                 <fieldValue name='translationvalue='-1.40179 -0.68734 -0.82993'/>
4780                 <fieldValue name='textTranslationvalue='-1.25179 -0.68734 -0.82993'/>
4781                 <fieldValue name='textColorvalue='0 0 0'/>
4782            </ProtoInstance>
4783            <ProtoInstance name='Vertex'>
4784                 <fieldValue name='vertexTextvalue='"freedom"'/>
4785                 <fieldValue name='descriptionvalue='89: freedom'/>
4786                 <fieldValue name='url'/>
4787                 <fieldValue name='radiusvalue='0.1500'/>
4788                 <fieldValue name='displayMode'/>
4789                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4790                 <fieldValue name='transparencyvalue='0'/>
4791                 <fieldValue name='translationvalue='2.72212 -0.23094 -0.21904'/>
4792                 <fieldValue name='textTranslationvalue='2.87212 -0.23094 -0.21904'/>
4793                 <fieldValue name='textColorvalue='0 0 0'/>
4794            </ProtoInstance>
4795            <ProtoInstance name='Vertex'>
4796                 <fieldValue name='vertexTextvalue='"full"'/>
4797                 <fieldValue name='descriptionvalue='90: full'/>
4798                 <fieldValue name='url'/>
4799                 <fieldValue name='radiusvalue='0.1500'/>
4800                 <fieldValue name='displayMode'/>
4801                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4802                 <fieldValue name='transparencyvalue='0'/>
4803                 <fieldValue name='translationvalue='1.66443 2.11138 1.72462'/>
4804                 <fieldValue name='textTranslationvalue='1.81443 2.11138 1.72462'/>
4805                 <fieldValue name='textColorvalue='0 0 0'/>
4806            </ProtoInstance>
4807            <ProtoInstance name='Vertex'>
4808                 <fieldValue name='vertexTextvalue='"games"'/>
4809                 <fieldValue name='descriptionvalue='91: games'/>
4810                 <fieldValue name='url'/>
4811                 <fieldValue name='radiusvalue='0.1500'/>
4812                 <fieldValue name='displayMode'/>
4813                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4814                 <fieldValue name='transparencyvalue='0'/>
4815                 <fieldValue name='translationvalue='-1.00704 -0.10400 -2.14998'/>
4816                 <fieldValue name='textTranslationvalue='-0.85704 -0.10400 -2.14998'/>
4817                 <fieldValue name='textColorvalue='0 0 0'/>
4818            </ProtoInstance>
4819            <ProtoInstance name='Vertex'>
4820                 <fieldValue name='vertexTextvalue='"gifts"'/>
4821                 <fieldValue name='descriptionvalue='92: gifts'/>
4822                 <fieldValue name='url'/>
4823                 <fieldValue name='radiusvalue='0.1500'/>
4824                 <fieldValue name='displayMode'/>
4825                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4826                 <fieldValue name='transparencyvalue='0'/>
4827                 <fieldValue name='translationvalue='1.69460 -2.03619 2.09922'/>
4828                 <fieldValue name='textTranslationvalue='1.84460 -2.03619 2.09922'/>
4829                 <fieldValue name='textColorvalue='0 0 0'/>
4830            </ProtoInstance>
4831            <ProtoInstance name='Vertex'>
4832                 <fieldValue name='vertexTextvalue='"government"'/>
4833                 <fieldValue name='descriptionvalue='93: government'/>
4834                 <fieldValue name='url'/>
4835                 <fieldValue name='radiusvalue='0.1500'/>
4836                 <fieldValue name='displayMode'/>
4837                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4838                 <fieldValue name='transparencyvalue='0'/>
4839                 <fieldValue name='translationvalue='2.26354 1.74867 1.52451'/>
4840                 <fieldValue name='textTranslationvalue='2.41354 1.74867 1.52451'/>
4841                 <fieldValue name='textColorvalue='0 0 0'/>
4842            </ProtoInstance>
4843            <ProtoInstance name='Vertex'>
4844                 <fieldValue name='vertexTextvalue='"gratitude"'/>
4845                 <fieldValue name='descriptionvalue='94: gratitude'/>
4846                 <fieldValue name='url'/>
4847                 <fieldValue name='radiusvalue='0.1500'/>
4848                 <fieldValue name='displayMode'/>
4849                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4850                 <fieldValue name='transparencyvalue='0'/>
4851                 <fieldValue name='translationvalue='2.11136 1.38426 -0.28692'/>
4852                 <fieldValue name='textTranslationvalue='2.26136 1.38426 -0.28692'/>
4853                 <fieldValue name='textColorvalue='0 0 0'/>
4854            </ProtoInstance>
4855            <ProtoInstance name='Vertex'>
4856                 <fieldValue name='vertexTextvalue='"guard"'/>
4857                 <fieldValue name='descriptionvalue='95: guard'/>
4858                 <fieldValue name='url'/>
4859                 <fieldValue name='radiusvalue='0.1500'/>
4860                 <fieldValue name='displayMode'/>
4861                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4862                 <fieldValue name='transparencyvalue='0'/>
4863                 <fieldValue name='translationvalue='-0.78665 1.73954 -2.13224'/>
4864                 <fieldValue name='textTranslationvalue='-0.63665 1.73954 -2.13224'/>
4865                 <fieldValue name='textColorvalue='0 0 0'/>
4866            </ProtoInstance>
4867            <ProtoInstance name='Vertex'>
4868                 <fieldValue name='vertexTextvalue='"helping"'/>
4869                 <fieldValue name='descriptionvalue='96: helping'/>
4870                 <fieldValue name='url'/>
4871                 <fieldValue name='radiusvalue='0.1500'/>
4872                 <fieldValue name='displayMode'/>
4873                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4874                 <fieldValue name='transparencyvalue='0'/>
4875                 <fieldValue name='translationvalue='1.24340 -1.79939 2.62532'/>
4876                 <fieldValue name='textTranslationvalue='1.39340 -1.79939 2.62532'/>
4877                 <fieldValue name='textColorvalue='0 0 0'/>
4878            </ProtoInstance>
4879            <ProtoInstance name='Vertex'>
4880                 <fieldValue name='vertexTextvalue='"honors"'/>
4881                 <fieldValue name='descriptionvalue='97: honors'/>
4882                 <fieldValue name='url'/>
4883                 <fieldValue name='radiusvalue='0.1500'/>
4884                 <fieldValue name='displayMode'/>
4885                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4886                 <fieldValue name='transparencyvalue='0'/>
4887                 <fieldValue name='translationvalue='2.58148 -0.38806 -0.52415'/>
4888                 <fieldValue name='textTranslationvalue='2.73148 -0.38806 -0.52415'/>
4889                 <fieldValue name='textColorvalue='0 0 0'/>
4890            </ProtoInstance>
4891            <ProtoInstance name='Vertex'>
4892                 <fieldValue name='vertexTextvalue='"idol"'/>
4893                 <fieldValue name='descriptionvalue='98: idol'/>
4894                 <fieldValue name='url'/>
4895                 <fieldValue name='radiusvalue='0.1500'/>
4896                 <fieldValue name='displayMode'/>
4897                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4898                 <fieldValue name='transparencyvalue='0'/>
4899                 <fieldValue name='translationvalue='-1.98701 0.06201 2.43023'/>
4900                 <fieldValue name='textTranslationvalue='-1.83701 0.06201 2.43023'/>
4901                 <fieldValue name='textColorvalue='0 0 0'/>
4902            </ProtoInstance>
4903            <ProtoInstance name='Vertex'>
4904                 <fieldValue name='vertexTextvalue='"inspiration"'/>
4905                 <fieldValue name='descriptionvalue='99: inspiration'/>
4906                 <fieldValue name='url'/>
4907                 <fieldValue name='radiusvalue='0.1500'/>
4908                 <fieldValue name='displayMode'/>
4909                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4910                 <fieldValue name='transparencyvalue='0'/>
4911                 <fieldValue name='translationvalue='1.67537 -2.30812 1.73220'/>
4912                 <fieldValue name='textTranslationvalue='1.82537 -2.30812 1.73220'/>
4913                 <fieldValue name='textColorvalue='0 0 0'/>
4914            </ProtoInstance>
4915            <ProtoInstance name='Vertex'>
4916                 <fieldValue name='vertexTextvalue='"install"'/>
4917                 <fieldValue name='descriptionvalue='100: install'/>
4918                 <fieldValue name='url'/>
4919                 <fieldValue name='radiusvalue='0.1500'/>
4920                 <fieldValue name='displayMode'/>
4921                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4922                 <fieldValue name='transparencyvalue='0'/>
4923                 <fieldValue name='translationvalue='1.91854 2.18746 1.39475'/>
4924                 <fieldValue name='textTranslationvalue='2.06854 2.18746 1.39475'/>
4925                 <fieldValue name='textColorvalue='0 0 0'/>
4926            </ProtoInstance>
4927            <ProtoInstance name='Vertex'>
4928                 <fieldValue name='vertexTextvalue='"jobs"'/>
4929                 <fieldValue name='descriptionvalue='101: jobs'/>
4930                 <fieldValue name='url'/>
4931                 <fieldValue name='radiusvalue='0.1500'/>
4932                 <fieldValue name='displayMode'/>
4933                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4934                 <fieldValue name='transparencyvalue='0'/>
4935                 <fieldValue name='translationvalue='1.97588 0.13058 -2.59470'/>
4936                 <fieldValue name='textTranslationvalue='2.12588 0.13058 -2.59470'/>
4937                 <fieldValue name='textColorvalue='0 0 0'/>
4938            </ProtoInstance>
4939            <ProtoInstance name='Vertex'>
4940                 <fieldValue name='vertexTextvalue='"john"'/>
4941                 <fieldValue name='descriptionvalue='102: john'/>
4942                 <fieldValue name='url'/>
4943                 <fieldValue name='radiusvalue='0.1500'/>
4944                 <fieldValue name='displayMode'/>
4945                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4946                 <fieldValue name='transparencyvalue='0'/>
4947                 <fieldValue name='translationvalue='-2.58032 -0.07335 0.24286'/>
4948                 <fieldValue name='textTranslationvalue='-2.43032 -0.07335 0.24286'/>
4949                 <fieldValue name='textColorvalue='0 0 0'/>
4950            </ProtoInstance>
4951            <ProtoInstance name='Vertex'>
4952                 <fieldValue name='vertexTextvalue='"killed"'/>
4953                 <fieldValue name='descriptionvalue='103: killed'/>
4954                 <fieldValue name='url'/>
4955                 <fieldValue name='radiusvalue='0.1500'/>
4956                 <fieldValue name='displayMode'/>
4957                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4958                 <fieldValue name='transparencyvalue='0'/>
4959                 <fieldValue name='translationvalue='-2.63108 0.02173 -0.29762'/>
4960                 <fieldValue name='textTranslationvalue='-2.48108 0.02173 -0.29762'/>
4961                 <fieldValue name='textColorvalue='0 0 0'/>
4962            </ProtoInstance>
4963            <ProtoInstance name='Vertex'>
4964                 <fieldValue name='vertexTextvalue='"kinds"'/>
4965                 <fieldValue name='descriptionvalue='104: kinds'/>
4966                 <fieldValue name='url'/>
4967                 <fieldValue name='radiusvalue='0.1500'/>
4968                 <fieldValue name='displayMode'/>
4969                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4970                 <fieldValue name='transparencyvalue='0'/>
4971                 <fieldValue name='translationvalue='1.91275 -0.38472 -2.61710'/>
4972                 <fieldValue name='textTranslationvalue='2.06275 -0.38472 -2.61710'/>
4973                 <fieldValue name='textColorvalue='0 0 0'/>
4974            </ProtoInstance>
4975            <ProtoInstance name='Vertex'>
4976                 <fieldValue name='vertexTextvalue='"leader"'/>
4977                 <fieldValue name='descriptionvalue='105: leader'/>
4978                 <fieldValue name='url'/>
4979                 <fieldValue name='radiusvalue='0.1500'/>
4980                 <fieldValue name='displayMode'/>
4981                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4982                 <fieldValue name='transparencyvalue='0'/>
4983                 <fieldValue name='translationvalue='-2.71755 -0.63114 -0.16014'/>
4984                 <fieldValue name='textTranslationvalue='-2.56755 -0.63114 -0.16014'/>
4985                 <fieldValue name='textColorvalue='0 0 0'/>
4986            </ProtoInstance>
4987            <ProtoInstance name='Vertex'>
4988                 <fieldValue name='vertexTextvalue='"learn"'/>
4989                 <fieldValue name='descriptionvalue='106: learn'/>
4990                 <fieldValue name='url'/>
4991                 <fieldValue name='radiusvalue='0.1500'/>
4992                 <fieldValue name='displayMode'/>
4993                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4994                 <fieldValue name='transparencyvalue='0'/>
4995                 <fieldValue name='translationvalue='1.41719 -2.18813 2.15587'/>
4996                 <fieldValue name='textTranslationvalue='1.56719 -2.18813 2.15587'/>
4997                 <fieldValue name='textColorvalue='0 0 0'/>
4998            </ProtoInstance>
4999            <ProtoInstance name='Vertex'>
5000                 <fieldValue name='vertexTextvalue='"leave"'/>
5001                 <fieldValue name='descriptionvalue='107: leave'/>
5002                 <fieldValue name='url'/>
5003                 <fieldValue name='radiusvalue='0.1500'/>
5004                 <fieldValue name='displayMode'/>
5005                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5006                 <fieldValue name='transparencyvalue='0'/>
5007                 <fieldValue name='translationvalue='-1.72253 -1.43852 -0.39172'/>
5008                 <fieldValue name='textTranslationvalue='-1.57253 -1.43852 -0.39172'/>
5009                 <fieldValue name='textColorvalue='0 0 0'/>
5010            </ProtoInstance>
5011            <ProtoInstance name='Vertex'>
5012                 <fieldValue name='vertexTextvalue='"letter"'/>
5013                 <fieldValue name='descriptionvalue='108: letter'/>
5014                 <fieldValue name='url'/>
5015                 <fieldValue name='radiusvalue='0.1500'/>
5016                 <fieldValue name='displayMode'/>
5017                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5018                 <fieldValue name='transparencyvalue='0'/>
5019                 <fieldValue name='translationvalue='-0.98970 -0.40196 -1.83765'/>
5020                 <fieldValue name='textTranslationvalue='-0.83970 -0.40196 -1.83765'/>
5021                 <fieldValue name='textColorvalue='0 0 0'/>
5022            </ProtoInstance>
5023            <ProtoInstance name='Vertex'>
5024                 <fieldValue name='vertexTextvalue='"lives"'/>
5025                 <fieldValue name='descriptionvalue='109: lives'/>
5026                 <fieldValue name='url'/>
5027                 <fieldValue name='radiusvalue='0.1500'/>
5028                 <fieldValue name='displayMode'/>
5029                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5030                 <fieldValue name='transparencyvalue='0'/>
5031                 <fieldValue name='translationvalue='0.94332 -2.14005 2.46847'/>
5032                 <fieldValue name='textTranslationvalue='1.09332 -2.14005 2.46847'/>
5033                 <fieldValue name='textColorvalue='0 0 0'/>
5034            </ProtoInstance>
5035            <ProtoInstance name='Vertex'>
5036                 <fieldValue name='vertexTextvalue='"long"'/>
5037                 <fieldValue name='descriptionvalue='110: long'/>
5038                 <fieldValue name='url'/>
5039                 <fieldValue name='radiusvalue='0.1500'/>
5040                 <fieldValue name='displayMode'/>
5041                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5042                 <fieldValue name='transparencyvalue='0'/>
5043                 <fieldValue name='translationvalue='1.48066 -2.51477 1.57365'/>
5044                 <fieldValue name='textTranslationvalue='1.63066 -2.51477 1.57365'/>
5045                 <fieldValue name='textColorvalue='0 0 0'/>
5046            </ProtoInstance>
5047            <ProtoInstance name='Vertex'>
5048                 <fieldValue name='vertexTextvalue='"mass"'/>
5049                 <fieldValue name='descriptionvalue='111: mass'/>
5050                 <fieldValue name='url'/>
5051                 <fieldValue name='radiusvalue='0.1500'/>
5052                 <fieldValue name='displayMode'/>
5053                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5054                 <fieldValue name='transparencyvalue='0'/>
5055                 <fieldValue name='translationvalue='2.43197 1.47236 1.65573'/>
5056                 <fieldValue name='textTranslationvalue='2.58197 1.47236 1.65573'/>
5057                 <fieldValue name='textColorvalue='0 0 0'/>
5058            </ProtoInstance>
5059            <ProtoInstance name='Vertex'>
5060                 <fieldValue name='vertexTextvalue='"massive"'/>
5061                 <fieldValue name='descriptionvalue='112: massive'/>
5062                 <fieldValue name='url'/>
5063                 <fieldValue name='radiusvalue='0.1500'/>
5064                 <fieldValue name='displayMode'/>
5065                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5066                 <fieldValue name='transparencyvalue='0'/>
5067                 <fieldValue name='translationvalue='2.26354 1.74867 1.52451'/>
5068                 <fieldValue name='textTranslationvalue='2.41354 1.74867 1.52451'/>
5069                 <fieldValue name='textColorvalue='0 0 0'/>
5070            </ProtoInstance>
5071            <ProtoInstance name='Vertex'>
5072                 <fieldValue name='vertexTextvalue='"material"'/>
5073                 <fieldValue name='descriptionvalue='113: material'/>
5074                 <fieldValue name='url'/>
5075                 <fieldValue name='radiusvalue='0.1500'/>
5076                 <fieldValue name='displayMode'/>
5077                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5078                 <fieldValue name='transparencyvalue='0'/>
5079                 <fieldValue name='translationvalue='-2.62390 0.04691 -0.27224'/>
5080                 <fieldValue name='textTranslationvalue='-2.47390 0.04691 -0.27224'/>
5081                 <fieldValue name='textColorvalue='0 0 0'/>
5082            </ProtoInstance>
5083            <ProtoInstance name='Vertex'>
5084                 <fieldValue name='vertexTextvalue='"methodist"'/>
5085                 <fieldValue name='descriptionvalue='114: methodist'/>
5086                 <fieldValue name='url'/>
5087                 <fieldValue name='radiusvalue='0.1500'/>
5088                 <fieldValue name='displayMode'/>
5089                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5090                 <fieldValue name='transparencyvalue='0'/>
5091                 <fieldValue name='translationvalue='0.58011 -2.62396 1.98158'/>
5092                 <fieldValue name='textTranslationvalue='0.73011 -2.62396 1.98158'/>
5093                 <fieldValue name='textColorvalue='0 0 0'/>
5094            </ProtoInstance>
5095            <ProtoInstance name='Vertex'>
5096                 <fieldValue name='vertexTextvalue='"methodists"'/>
5097                 <fieldValue name='descriptionvalue='115: methodists'/>
5098                 <fieldValue name='url'/>
5099                 <fieldValue name='radiusvalue='0.1500'/>
5100                 <fieldValue name='displayMode'/>
5101                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5102                 <fieldValue name='transparencyvalue='0'/>
5103                 <fieldValue name='translationvalue='0.52451 -2.56830 2.08203'/>
5104                 <fieldValue name='textTranslationvalue='0.67451 -2.56830 2.08203'/>
5105                 <fieldValue name='textColorvalue='0 0 0'/>
5106            </ProtoInstance>
5107            <ProtoInstance name='Vertex'>
5108                 <fieldValue name='vertexTextvalue='"mexico"'/>
5109                 <fieldValue name='descriptionvalue='116: mexico'/>
5110                 <fieldValue name='url'/>
5111                 <fieldValue name='radiusvalue='0.1500'/>
5112                 <fieldValue name='displayMode'/>
5113                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5114                 <fieldValue name='transparencyvalue='0'/>
5115                 <fieldValue name='translationvalue='-0.50615 -1.09433 -1.60671'/>
5116                 <fieldValue name='textTranslationvalue='-0.35615 -1.09433 -1.60671'/>
5117                 <fieldValue name='textColorvalue='0 0 0'/>
5118            </ProtoInstance>
5119            <ProtoInstance name='Vertex'>
5120                 <fieldValue name='vertexTextvalue='"miami"'/>
5121                 <fieldValue name='descriptionvalue='117: miami'/>
5122                 <fieldValue name='url'/>
5123                 <fieldValue name='radiusvalue='0.1500'/>
5124                 <fieldValue name='displayMode'/>
5125                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5126                 <fieldValue name='transparencyvalue='0'/>
5127                 <fieldValue name='translationvalue='2.41643 1.14868 1.77254'/>
5128                 <fieldValue name='textTranslationvalue='2.56643 1.14868 1.77254'/>
5129                 <fieldValue name='textColorvalue='0 0 0'/>
5130            </ProtoInstance>
5131            <ProtoInstance name='Vertex'>
5132                 <fieldValue name='vertexTextvalue='"middle"'/>
5133                 <fieldValue name='descriptionvalue='118: middle'/>
5134                 <fieldValue name='url'/>
5135                 <fieldValue name='radiusvalue='0.1500'/>
5136                 <fieldValue name='displayMode'/>
5137                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5138                 <fieldValue name='transparencyvalue='0'/>
5139                 <fieldValue name='translationvalue='-0.55564 -0.70444 -1.94294'/>
5140                 <fieldValue name='textTranslationvalue='-0.40564 -0.70444 -1.94294'/>
5141                 <fieldValue name='textColorvalue='0 0 0'/>
5142            </ProtoInstance>
5143            <ProtoInstance name='Vertex'>
5144                 <fieldValue name='vertexTextvalue='"millions"'/>
5145                 <fieldValue name='descriptionvalue='119: millions'/>
5146                 <fieldValue name='url'/>
5147                 <fieldValue name='radiusvalue='0.1500'/>
5148                 <fieldValue name='displayMode'/>
5149                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5150                 <fieldValue name='transparencyvalue='0'/>
5151                 <fieldValue name='translationvalue='-2.19979 -0.22076 2.10364'/>
5152                 <fieldValue name='textTranslationvalue='-2.04979 -0.22076 2.10364'/>
5153                 <fieldValue name='textColorvalue='0 0 0'/>
5154            </ProtoInstance>
5155            <ProtoInstance name='Vertex'>
5156                 <fieldValue name='vertexTextvalue='"mode"'/>
5157                 <fieldValue name='descriptionvalue='120: mode'/>
5158                 <fieldValue name='url'/>
5159                 <fieldValue name='radiusvalue='0.1500'/>
5160                 <fieldValue name='displayMode'/>
5161                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
5162                 <fieldValue name='transparencyvalue='0'/>
5163                 <fieldValue name='translationvalue='1.86839 -0.76300 -2.55657'/>
5164                 <fieldValue name='textTranslationvalue='2.01839 -0.76300 -2.55657'/>
5165                 <fieldValue name='textColorvalue='0 0 0'/>
5166            </ProtoInstance>
5167            <ProtoInstance name='Vertex'>
5168                 <fieldValue name='vertexTextvalue='"museum"'/>
5169                 <fieldValue name='descriptionvalue='121: museum'/>
5170                 <fieldValue name='url'/>
5171                 <fieldValue name='radiusvalue='0.1500'/>
5172                 <fieldValue name='displayMode'/>
5173                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5174                 <fieldValue name='transparencyvalue='0'/>
5175                 <fieldValue name='translationvalue='-0.36289 -1.47772 -1.67727'/>
5176                 <fieldValue name='textTranslationvalue='-0.21289 -1.47772 -1.67727'/>
5177                 <fieldValue name='textColorvalue='0 0 0'/>
5178            </ProtoInstance>
5179            <ProtoInstance name='Vertex'>
5180                 <fieldValue name='vertexTextvalue='"nation"'/>
5181                 <fieldValue name='descriptionvalue='122: nation'/>
5182                 <fieldValue name='url'/>
5183                 <fieldValue name='radiusvalue='0.1500'/>
5184                 <fieldValue name='displayMode'/>
5185                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5186                 <fieldValue name='transparencyvalue='0'/>
5187                 <fieldValue name='translationvalue='2.12083 0.88381 0.49225'/>
5188                 <fieldValue name='textTranslationvalue='2.27083 0.88381 0.49225'/>
5189                 <fieldValue name='textColorvalue='0 0 0'/>
5190            </ProtoInstance>
5191            <ProtoInstance name='Vertex'>
5192                 <fieldValue name='vertexTextvalue='"north"'/>
5193                 <fieldValue name='descriptionvalue='123: north'/>
5194                 <fieldValue name='url'/>
5195                 <fieldValue name='radiusvalue='0.1500'/>
5196                 <fieldValue name='displayMode'/>
5197                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5198                 <fieldValue name='transparencyvalue='0'/>
5199                 <fieldValue name='translationvalue='-0.97719 -0.67396 -1.84705'/>
5200                 <fieldValue name='textTranslationvalue='-0.82719 -0.67396 -1.84705'/>
5201                 <fieldValue name='textColorvalue='0 0 0'/>
5202            </ProtoInstance>
5203            <ProtoInstance name='Vertex'>
5204                 <fieldValue name='vertexTextvalue='"oak"'/>
5205                 <fieldValue name='descriptionvalue='124: oak'/>
5206                 <fieldValue name='url'/>
5207                 <fieldValue name='radiusvalue='0.1500'/>
5208                 <fieldValue name='displayMode'/>
5209                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5210                 <fieldValue name='transparencyvalue='0'/>
5211                 <fieldValue name='translationvalue='-1.02975 1.70929 -2.23868'/>
5212                 <fieldValue name='textTranslationvalue='-0.87975 1.70929 -2.23868'/>
5213                 <fieldValue name='textColorvalue='0 0 0'/>
5214            </ProtoInstance>
5215            <ProtoInstance name='Vertex'>
5216                 <fieldValue name='vertexTextvalue='"overwhelming"'/>
5217                 <fieldValue name='descriptionvalue='125: overwhelming'/>
5218                 <fieldValue name='url'/>
5219                 <fieldValue name='radiusvalue='0.1500'/>
5220                 <fieldValue name='displayMode'/>
5221                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5222                 <fieldValue name='transparencyvalue='0'/>
5223                 <fieldValue name='translationvalue='1.20954 -2.66952 1.52019'/>
5224                 <fieldValue name='textTranslationvalue='1.35954 -2.66952 1.52019'/>
5225                 <fieldValue name='textColorvalue='0 0 0'/>
5226            </ProtoInstance>
5227            <ProtoInstance name='Vertex'>
5228                 <fieldValue name='vertexTextvalue='"pallets"'/>
5229                 <fieldValue name='descriptionvalue='126: pallets'/>
5230                 <fieldValue name='url'/>
5231                 <fieldValue name='radiusvalue='0.1500'/>
5232                 <fieldValue name='displayMode'/>
5233                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5234                 <fieldValue name='transparencyvalue='0'/>
5235                 <fieldValue name='translationvalue='-2.14572 -0.34882 2.11404'/>
5236                 <fieldValue name='textTranslationvalue='-1.99572 -0.34882 2.11404'/>
5237                 <fieldValue name='textColorvalue='0 0 0'/>
5238            </ProtoInstance>
5239            <ProtoInstance name='Vertex'>
5240                 <fieldValue name='vertexTextvalue='"parts"'/>
5241                 <fieldValue name='descriptionvalue='127: parts'/>
5242                 <fieldValue name='url'/>
5243                 <fieldValue name='radiusvalue='0.1500'/>
5244                 <fieldValue name='displayMode'/>
5245                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5246                 <fieldValue name='transparencyvalue='0'/>
5247                 <fieldValue name='translationvalue='2.23666 0.94798 2.20885'/>
5248                 <fieldValue name='textTranslationvalue='2.38666 0.94798 2.20885'/>
5249                 <fieldValue name='textColorvalue='0 0 0'/>
5250            </ProtoInstance>
5251            <ProtoInstance name='Vertex'>
5252                 <fieldValue name='vertexTextvalue='"people"'/>
5253                 <fieldValue name='descriptionvalue='128: people'/>
5254                 <fieldValue name='url'/>
5255                 <fieldValue name='radiusvalue='0.1500'/>
5256                 <fieldValue name='displayMode'/>
5257                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5258                 <fieldValue name='transparencyvalue='0'/>
5259                 <fieldValue name='translationvalue='1.08539 -2.36794 2.12146'/>
5260                 <fieldValue name='textTranslationvalue='1.23539 -2.36794 2.12146'/>
5261                 <fieldValue name='textColorvalue='0 0 0'/>
5262            </ProtoInstance>
5263            <ProtoInstance name='Vertex'>
5264                 <fieldValue name='vertexTextvalue='"photo"'/>
5265                 <fieldValue name='descriptionvalue='129: photo'/>
5266                 <fieldValue name='url'/>
5267                 <fieldValue name='radiusvalue='0.1500'/>
5268                 <fieldValue name='displayMode'/>
5269                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5270                 <fieldValue name='transparencyvalue='0'/>
5271                 <fieldValue name='translationvalue='2.28414 1.27710 1.16907'/>
5272                 <fieldValue name='textTranslationvalue='2.43414 1.27710 1.16907'/>
5273                 <fieldValue name='textColorvalue='0 0 0'/>
5274            </ProtoInstance>
5275            <ProtoInstance name='Vertex'>
5276                 <fieldValue name='vertexTextvalue='"photos"'/>
5277                 <fieldValue name='descriptionvalue='130: photos'/>
5278                 <fieldValue name='url'/>
5279                 <fieldValue name='radiusvalue='0.1500'/>
5280                 <fieldValue name='displayMode'/>
5281                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5282                 <fieldValue name='transparencyvalue='0'/>
5283                 <fieldValue name='translationvalue='-2.25489 -0.23900 1.13678'/>
5284                 <fieldValue name='textTranslationvalue='-2.10489 -0.23900 1.13678'/>
5285                 <fieldValue name='textColorvalue='0 0 0'/>
5286            </ProtoInstance>
5287            <ProtoInstance name='Vertex'>
5288                 <fieldValue name='vertexTextvalue='"police"'/>
5289                 <fieldValue name='descriptionvalue='131: police'/>
5290                 <fieldValue name='url'/>
5291                 <fieldValue name='radiusvalue='0.1500'/>
5292                 <fieldValue name='displayMode'/>
5293                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5294                 <fieldValue name='transparencyvalue='0'/>
5295                 <fieldValue name='translationvalue='-2.56451 0.27196 -0.04454'/>
5296                 <fieldValue name='textTranslationvalue='-2.41451 0.27196 -0.04454'/>
5297                 <fieldValue name='textColorvalue='0 0 0'/>
5298            </ProtoInstance>
5299            <ProtoInstance name='Vertex'>
5300                 <fieldValue name='vertexTextvalue='"post"'/>
5301                 <fieldValue name='descriptionvalue='132: post'/>
5302                 <fieldValue name='url'/>
5303                 <fieldValue name='radiusvalue='0.1500'/>
5304                 <fieldValue name='displayMode'/>
5305                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5306                 <fieldValue name='transparencyvalue='0'/>
5307                 <fieldValue name='translationvalue='-0.77983 -0.21287 -1.56692'/>
5308                 <fieldValue name='textTranslationvalue='-0.62983 -0.21287 -1.56692'/>
5309                 <fieldValue name='textColorvalue='0 0 0'/>
5310            </ProtoInstance>
5311            <ProtoInstance name='Vertex'>
5312                 <fieldValue name='vertexTextvalue='"prepare"'/>
5313                 <fieldValue name='descriptionvalue='133: prepare'/>
5314                 <fieldValue name='url'/>
5315                 <fieldValue name='radiusvalue='0.1500'/>
5316                 <fieldValue name='displayMode'/>
5317                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5318                 <fieldValue name='transparencyvalue='0'/>
5319                 <fieldValue name='translationvalue='-1.08644 -0.77138 -1.35285'/>
5320                 <fieldValue name='textTranslationvalue='-0.93644 -0.77138 -1.35285'/>
5321                 <fieldValue name='textColorvalue='0 0 0'/>
5322            </ProtoInstance>
5323            <ProtoInstance name='Vertex'>
5324                 <fieldValue name='vertexTextvalue='"program"'/>
5325                 <fieldValue name='descriptionvalue='134: program'/>
5326                 <fieldValue name='url'/>
5327                 <fieldValue name='radiusvalue='0.1500'/>
5328                 <fieldValue name='displayMode'/>
5329                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5330                 <fieldValue name='transparencyvalue='0'/>
5331                 <fieldValue name='translationvalue='1.96598 0.15372 -0.57330'/>
5332                 <fieldValue name='textTranslationvalue='2.11598 0.15372 -0.57330'/>
5333                 <fieldValue name='textColorvalue='0 0 0'/>
5334            </ProtoInstance>
5335            <ProtoInstance name='Vertex'>
5336                 <fieldValue name='vertexTextvalue='"public"'/>
5337                 <fieldValue name='descriptionvalue='135: public'/>
5338                 <fieldValue name='url'/>
5339                 <fieldValue name='radiusvalue='0.1500'/>
5340                 <fieldValue name='displayMode'/>
5341                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5342                 <fieldValue name='transparencyvalue='0'/>
5343                 <fieldValue name='translationvalue='-0.82039 1.96720 -1.99402'/>
5344                 <fieldValue name='textTranslationvalue='-0.67039 1.96720 -1.99402'/>
5345                 <fieldValue name='textColorvalue='0 0 0'/>
5346            </ProtoInstance>
5347            <ProtoInstance name='Vertex'>
5348                 <fieldValue name='vertexTextvalue='"rations"'/>
5349                 <fieldValue name='descriptionvalue='136: rations'/>
5350                 <fieldValue name='url'/>
5351                 <fieldValue name='radiusvalue='0.1500'/>
5352                 <fieldValue name='displayMode'/>
5353                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5354                 <fieldValue name='transparencyvalue='0'/>
5355                 <fieldValue name='translationvalue='-1.98552 -0.48130 2.38912'/>
5356                 <fieldValue name='textTranslationvalue='-1.83552 -0.48130 2.38912'/>
5357                 <fieldValue name='textColorvalue='0 0 0'/>
5358            </ProtoInstance>
5359            <ProtoInstance name='Vertex'>
5360                 <fieldValue name='vertexTextvalue='"read"'/>
5361                 <fieldValue name='descriptionvalue='137: read'/>
5362                 <fieldValue name='url'/>
5363                 <fieldValue name='radiusvalue='0.1500'/>
5364                 <fieldValue name='displayMode'/>
5365                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5366                 <fieldValue name='transparencyvalue='0'/>
5367                 <fieldValue name='translationvalue='0.79185 -2.75178 1.64427'/>
5368                 <fieldValue name='textTranslationvalue='0.94185 -2.75178 1.64427'/>
5369                 <fieldValue name='textColorvalue='0 0 0'/>
5370            </ProtoInstance>
5371            <ProtoInstance name='Vertex'>
5372                 <fieldValue name='vertexTextvalue='"rebuild"'/>
5373                 <fieldValue name='descriptionvalue='138: rebuild'/>
5374                 <fieldValue name='url'/>
5375                 <fieldValue name='radiusvalue='0.1500'/>
5376                 <fieldValue name='displayMode'/>
5377                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5378                 <fieldValue name='transparencyvalue='0'/>
5379                 <fieldValue name='translationvalue='1.12081 -2.07448 2.45501'/>
5380                 <fieldValue name='textTranslationvalue='1.27081 -2.07448 2.45501'/>
5381                 <fieldValue name='textColorvalue='0 0 0'/>
5382            </ProtoInstance>
5383            <ProtoInstance name='Vertex'>
5384                 <fieldValue name='vertexTextvalue='"reconcile"'/>
5385                 <fieldValue name='descriptionvalue='139: reconcile'/>
5386                 <fieldValue name='url'/>
5387                 <fieldValue name='radiusvalue='0.1500'/>
5388                 <fieldValue name='displayMode'/>
5389                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
5390                 <fieldValue name='transparencyvalue='0'/>
5391                 <fieldValue name='translationvalue='2.00797 -0.48704 -2.52686'/>
5392                 <fieldValue name='textTranslationvalue='2.15797 -0.48704 -2.52686'/>
5393                 <fieldValue name='textColorvalue='0 0 0'/>
5394            </ProtoInstance>
5395            <ProtoInstance name='Vertex'>
5396                 <fieldValue name='vertexTextvalue='"red"'/>
5397                 <fieldValue name='descriptionvalue='140: red'/>
5398                 <fieldValue name='url'/>
5399                 <fieldValue name='radiusvalue='0.1500'/>
5400                 <fieldValue name='displayMode'/>
5401                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5402                 <fieldValue name='transparencyvalue='0'/>
5403                 <fieldValue name='translationvalue='-2.23560 0.02499 2.06311'/>
5404                 <fieldValue name='textTranslationvalue='-2.08560 0.02499 2.06311'/>
5405                 <fieldValue name='textColorvalue='0 0 0'/>
5406            </ProtoInstance>
5407            <ProtoInstance name='Vertex'>
5408                 <fieldValue name='vertexTextvalue='"reflects"'/>
5409                 <fieldValue name='descriptionvalue='141: reflects'/>
5410                 <fieldValue name='url'/>
5411                 <fieldValue name='radiusvalue='0.1500'/>
5412                 <fieldValue name='displayMode'/>
5413                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5414                 <fieldValue name='transparencyvalue='0'/>
5415                 <fieldValue name='translationvalue='-0.24409 -1.25571 -2.10125'/>
5416                 <fieldValue name='textTranslationvalue='-0.09409 -1.25571 -2.10125'/>
5417                 <fieldValue name='textColorvalue='0 0 0'/>
5418            </ProtoInstance>
5419            <ProtoInstance name='Vertex'>
5420                 <fieldValue name='vertexTextvalue='"reopens"'/>
5421                 <fieldValue name='descriptionvalue='142: reopens'/>
5422                 <fieldValue name='url'/>
5423                 <fieldValue name='radiusvalue='0.1500'/>
5424                 <fieldValue name='displayMode'/>
5425                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5426                 <fieldValue name='transparencyvalue='0'/>
5427                 <fieldValue name='translationvalue='-2.02018 -1.53664 0.66800'/>
5428                 <fieldValue name='textTranslationvalue='-1.87018 -1.53664 0.66800'/>
5429                 <fieldValue name='textColorvalue='0 0 0'/>
5430            </ProtoInstance>
5431            <ProtoInstance name='Vertex'>
5432                 <fieldValue name='vertexTextvalue='"requirements"'/>
5433                 <fieldValue name='descriptionvalue='143: requirements'/>
5434                 <fieldValue name='url'/>
5435                 <fieldValue name='radiusvalue='0.1500'/>
5436                 <fieldValue name='displayMode'/>
5437                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5438                 <fieldValue name='transparencyvalue='0'/>
5439                 <fieldValue name='translationvalue='2.21214 0.02567 -0.61784'/>
5440                 <fieldValue name='textTranslationvalue='2.36214 0.02567 -0.61784'/>
5441                 <fieldValue name='textColorvalue='0 0 0'/>
5442            </ProtoInstance>
5443            <ProtoInstance name='Vertex'>
5444                 <fieldValue name='vertexTextvalue='"responding"'/>
5445                 <fieldValue name='descriptionvalue='144: responding'/>
5446                 <fieldValue name='url'/>
5447                 <fieldValue name='radiusvalue='0.1500'/>
5448                 <fieldValue name='displayMode'/>
5449                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5450                 <fieldValue name='transparencyvalue='0'/>
5451                 <fieldValue name='translationvalue='1.08663 -2.64311 1.71297'/>
5452                 <fieldValue name='textTranslationvalue='1.23663 -2.64311 1.71297'/>
5453                 <fieldValue name='textColorvalue='0 0 0'/>
5454            </ProtoInstance>
5455            <ProtoInstance name='Vertex'>
5456                 <fieldValue name='vertexTextvalue='"response"'/>
5457                 <fieldValue name='descriptionvalue='145: response'/>
5458                 <fieldValue name='url'/>
5459                 <fieldValue name='radiusvalue='0.1500'/>
5460                 <fieldValue name='displayMode'/>
5461                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5462                 <fieldValue name='transparencyvalue='0'/>
5463                 <fieldValue name='translationvalue='1.14250 -2.32659 2.17187'/>
5464                 <fieldValue name='textTranslationvalue='1.29250 -2.32659 2.17187'/>
5465                 <fieldValue name='textColorvalue='0 0 0'/>
5466            </ProtoInstance>
5467            <ProtoInstance name='Vertex'>
5468                 <fieldValue name='vertexTextvalue='"returns"'/>
5469                 <fieldValue name='descriptionvalue='146: returns'/>
5470                 <fieldValue name='url'/>
5471                 <fieldValue name='radiusvalue='0.1500'/>
5472                 <fieldValue name='displayMode'/>
5473                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5474                 <fieldValue name='transparencyvalue='0'/>
5475                 <fieldValue name='translationvalue='-1.09590 1.72291 -2.17149'/>
5476                 <fieldValue name='textTranslationvalue='-0.94590 1.72291 -2.17149'/>
5477                 <fieldValue name='textColorvalue='0 0 0'/>
5478            </ProtoInstance>
5479            <ProtoInstance name='Vertex'>
5480                 <fieldValue name='vertexTextvalue='"review"'/>
5481                 <fieldValue name='descriptionvalue='147: review'/>
5482                 <fieldValue name='url'/>
5483                 <fieldValue name='radiusvalue='0.1500'/>
5484                 <fieldValue name='displayMode'/>
5485                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5486                 <fieldValue name='transparencyvalue='0'/>
5487                 <fieldValue name='translationvalue='0.72664 -1.97792 2.67713'/>
5488                 <fieldValue name='textTranslationvalue='0.87664 -1.97792 2.67713'/>
5489                 <fieldValue name='textColorvalue='0 0 0'/>
5490            </ProtoInstance>
5491            <ProtoInstance name='Vertex'>
5492                 <fieldValue name='vertexTextvalue='"robert"'/>
5493                 <fieldValue name='descriptionvalue='148: robert'/>
5494                 <fieldValue name='url'/>
5495                 <fieldValue name='radiusvalue='0.1500'/>
5496                 <fieldValue name='displayMode'/>
5497                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5498                 <fieldValue name='transparencyvalue='0'/>
5499                 <fieldValue name='translationvalue='2.61063 -0.45653 -0.47591'/>
5500                 <fieldValue name='textTranslationvalue='2.76063 -0.45653 -0.47591'/>
5501                 <fieldValue name='textColorvalue='0 0 0'/>
5502            </ProtoInstance>
5503            <ProtoInstance name='Vertex'>
5504                 <fieldValue name='vertexTextvalue='"role"'/>
5505                 <fieldValue name='descriptionvalue='149: role'/>
5506                 <fieldValue name='url'/>
5507                 <fieldValue name='radiusvalue='0.1500'/>
5508                 <fieldValue name='displayMode'/>
5509                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5510                 <fieldValue name='transparencyvalue='0'/>
5511                 <fieldValue name='translationvalue='-1.82140 -1.42499 -0.31701'/>
5512                 <fieldValue name='textTranslationvalue='-1.67140 -1.42499 -0.31701'/>
5513                 <fieldValue name='textColorvalue='0 0 0'/>
5514            </ProtoInstance>
5515            <ProtoInstance name='Vertex'>
5516                 <fieldValue name='vertexTextvalue='"sc"'/>
5517                 <fieldValue name='descriptionvalue='150: sc'/>
5518                 <fieldValue name='url'/>
5519                 <fieldValue name='radiusvalue='0.1500'/>
5520                 <fieldValue name='displayMode'/>
5521                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5522                 <fieldValue name='transparencyvalue='0'/>
5523                 <fieldValue name='translationvalue='-1.39053 1.98880 -1.77249'/>
5524                 <fieldValue name='textTranslationvalue='-1.24053 1.98880 -1.77249'/>
5525                 <fieldValue name='textColorvalue='0 0 0'/>
5526            </ProtoInstance>
5527            <ProtoInstance name='Vertex'>
5528                 <fieldValue name='vertexTextvalue='"se"'/>
5529                 <fieldValue name='descriptionvalue='151: se'/>
5530                 <fieldValue name='url'/>
5531                 <fieldValue name='radiusvalue='0.1500'/>
5532                 <fieldValue name='displayMode'/>
5533                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5534                 <fieldValue name='transparencyvalue='0'/>
5535                 <fieldValue name='translationvalue='-0.83078 2.30973 -1.62961'/>
5536                 <fieldValue name='textTranslationvalue='-0.68078 2.30973 -1.62961'/>
5537                 <fieldValue name='textColorvalue='0 0 0'/>
5538            </ProtoInstance>
5539            <ProtoInstance name='Vertex'>
5540                 <fieldValue name='vertexTextvalue='"security"'/>
5541                 <fieldValue name='descriptionvalue='152: security'/>
5542                 <fieldValue name='url'/>
5543                 <fieldValue name='radiusvalue='0.1500'/>
5544                 <fieldValue name='displayMode'/>
5545                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5546                 <fieldValue name='transparencyvalue='0'/>
5547                 <fieldValue name='translationvalue='-1.54708 -0.61278 -0.62722'/>
5548                 <fieldValue name='textTranslationvalue='-1.39708 -0.61278 -0.62722'/>
5549                 <fieldValue name='textColorvalue='0 0 0'/>
5550            </ProtoInstance>
5551            <ProtoInstance name='Vertex'>
5552                 <fieldValue name='vertexTextvalue='"seek"'/>
5553                 <fieldValue name='descriptionvalue='153: seek'/>
5554                 <fieldValue name='url'/>
5555                 <fieldValue name='radiusvalue='0.1500'/>
5556                 <fieldValue name='displayMode'/>
5557                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5558                 <fieldValue name='transparencyvalue='0'/>
5559                 <fieldValue name='translationvalue='-0.69651 -1.10696 -1.65035'/>
5560                 <fieldValue name='textTranslationvalue='-0.54651 -1.10696 -1.65035'/>
5561                 <fieldValue name='textColorvalue='0 0 0'/>
5562            </ProtoInstance>
5563            <ProtoInstance name='Vertex'>
5564                 <fieldValue name='vertexTextvalue='"seeks"'/>
5565                 <fieldValue name='descriptionvalue='154: seeks'/>
5566                 <fieldValue name='url'/>
5567                 <fieldValue name='radiusvalue='0.1500'/>
5568                 <fieldValue name='displayMode'/>
5569                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5570                 <fieldValue name='transparencyvalue='0'/>
5571                 <fieldValue name='translationvalue='-0.64272 -1.46619 -1.93902'/>
5572                 <fieldValue name='textTranslationvalue='-0.49272 -1.46619 -1.93902'/>
5573                 <fieldValue name='textColorvalue='0 0 0'/>
5574            </ProtoInstance>
5575            <ProtoInstance name='Vertex'>
5576                 <fieldValue name='vertexTextvalue='"senior"'/>
5577                 <fieldValue name='descriptionvalue='155: senior'/>
5578                 <fieldValue name='url'/>
5579                 <fieldValue name='radiusvalue='0.1500'/>
5580                 <fieldValue name='displayMode'/>
5581                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5582                 <fieldValue name='transparencyvalue='0'/>
5583                 <fieldValue name='translationvalue='2.44487 1.48014 1.42361'/>
5584                 <fieldValue name='textTranslationvalue='2.59487 1.48014 1.42361'/>
5585                 <fieldValue name='textColorvalue='0 0 0'/>
5586            </ProtoInstance>
5587            <ProtoInstance name='Vertex'>
5588                 <fieldValue name='vertexTextvalue='"seventh"'/>
5589                 <fieldValue name='descriptionvalue='156: seventh'/>
5590                 <fieldValue name='url'/>
5591                 <fieldValue name='radiusvalue='0.1500'/>
5592                 <fieldValue name='displayMode'/>
5593                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5594                 <fieldValue name='transparencyvalue='0'/>
5595                 <fieldValue name='translationvalue='-0.47362 1.96400 -2.28779'/>
5596                 <fieldValue name='textTranslationvalue='-0.32362 1.96400 -2.28779'/>
5597                 <fieldValue name='textColorvalue='0 0 0'/>
5598            </ProtoInstance>
5599            <ProtoInstance name='Vertex'>
5600                 <fieldValue name='vertexTextvalue='"shelter"'/>
5601                 <fieldValue name='descriptionvalue='157: shelter'/>
5602                 <fieldValue name='url'/>
5603                 <fieldValue name='radiusvalue='0.1500'/>
5604                 <fieldValue name='displayMode'/>
5605                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5606                 <fieldValue name='transparencyvalue='0'/>
5607                 <fieldValue name='translationvalue='0.06657 -0.39496 -1.33719'/>
5608                 <fieldValue name='textTranslationvalue='0.21657 -0.39496 -1.33719'/>
5609                 <fieldValue name='textColorvalue='0 0 0'/>
5610            </ProtoInstance>
5611            <ProtoInstance name='Vertex'>
5612                 <fieldValue name='vertexTextvalue='"shifts"'/>
5613                 <fieldValue name='descriptionvalue='158: shifts'/>
5614                 <fieldValue name='url'/>
5615                 <fieldValue name='radiusvalue='0.1500'/>
5616                 <fieldValue name='displayMode'/>
5617                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5618                 <fieldValue name='transparencyvalue='0'/>
5619                 <fieldValue name='translationvalue='-1.95235 -1.90808 -0.15267'/>
5620                 <fieldValue name='textTranslationvalue='-1.80235 -1.90808 -0.15267'/>
5621                 <fieldValue name='textColorvalue='0 0 0'/>
5622            </ProtoInstance>
5623            <ProtoInstance name='Vertex'>
5624                 <fieldValue name='vertexTextvalue='"si"'/>
5625                 <fieldValue name='descriptionvalue='159: si'/>
5626                 <fieldValue name='url'/>
5627                 <fieldValue name='radiusvalue='0.1500'/>
5628                 <fieldValue name='displayMode'/>
5629                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5630                 <fieldValue name='transparencyvalue='0'/>
5631                 <fieldValue name='translationvalue='-2.40340 -0.37532 -0.06953'/>
5632                 <fieldValue name='textTranslationvalue='-2.25340 -0.37532 -0.06953'/>
5633                 <fieldValue name='textColorvalue='0 0 0'/>
5634            </ProtoInstance>
5635            <ProtoInstance name='Vertex'>
5636                 <fieldValue name='vertexTextvalue='"situation"'/>
5637                 <fieldValue name='descriptionvalue='160: situation'/>
5638                 <fieldValue name='url'/>
5639                 <fieldValue name='radiusvalue='0.1500'/>
5640                 <fieldValue name='displayMode'/>
5641                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5642                 <fieldValue name='transparencyvalue='0'/>
5643                 <fieldValue name='translationvalue='-1.81768 -1.32533 -0.36065'/>
5644                 <fieldValue name='textTranslationvalue='-1.66768 -1.32533 -0.36065'/>
5645                 <fieldValue name='textColorvalue='0 0 0'/>
5646            </ProtoInstance>
5647            <ProtoInstance name='Vertex'>
5648                 <fieldValue name='vertexTextvalue='"soldiers"'/>
5649                 <fieldValue name='descriptionvalue='161: soldiers'/>
5650                 <fieldValue name='url'/>
5651                 <fieldValue name='radiusvalue='0.1500'/>
5652                 <fieldValue name='displayMode'/>
5653                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5654                 <fieldValue name='transparencyvalue='0'/>
5655                 <fieldValue name='translationvalue='2.37028 0.39796 -0.48526'/>
5656                 <fieldValue name='textTranslationvalue='2.52028 0.39796 -0.48526'/>
5657                 <fieldValue name='textColorvalue='0 0 0'/>
5658            </ProtoInstance>
5659            <ProtoInstance name='Vertex'>
5660                 <fieldValue name='vertexTextvalue='"specialist"'/>
5661                 <fieldValue name='descriptionvalue='162: specialist'/>
5662                 <fieldValue name='url'/>
5663                 <fieldValue name='radiusvalue='0.1500'/>
5664                 <fieldValue name='displayMode'/>
5665                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5666                 <fieldValue name='transparencyvalue='0'/>
5667                 <fieldValue name='translationvalue='2.23109 1.27832 1.94138'/>
5668                 <fieldValue name='textTranslationvalue='2.38109 1.27832 1.94138'/>
5669                 <fieldValue name='textColorvalue='0 0 0'/>
5670            </ProtoInstance>
5671            <ProtoInstance name='Vertex'>
5672                 <fieldValue name='vertexTextvalue='"spike"'/>
5673                 <fieldValue name='descriptionvalue='163: spike'/>
5674                 <fieldValue name='url'/>
5675                 <fieldValue name='radiusvalue='0.1500'/>
5676                 <fieldValue name='displayMode'/>
5677                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5678                 <fieldValue name='transparencyvalue='0'/>
5679                 <fieldValue name='translationvalue='2.12939 1.06467 2.27651'/>
5680                 <fieldValue name='textTranslationvalue='2.27939 1.06467 2.27651'/>
5681                 <fieldValue name='textColorvalue='0 0 0'/>
5682            </ProtoInstance>
5683            <ProtoInstance name='Vertex'>
5684                 <fieldValue name='vertexTextvalue='"stabilized"'/>
5685                 <fieldValue name='descriptionvalue='164: stabilized'/>
5686                 <fieldValue name='url'/>
5687                 <fieldValue name='radiusvalue='0.1500'/>
5688                 <fieldValue name='displayMode'/>
5689                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5690                 <fieldValue name='transparencyvalue='0'/>
5691                 <fieldValue name='translationvalue='-1.87475 -2.02428 0.13825'/>
5692                 <fieldValue name='textTranslationvalue='-1.72475 -2.02428 0.13825'/>
5693                 <fieldValue name='textColorvalue='0 0 0'/>
5694            </ProtoInstance>
5695            <ProtoInstance name='Vertex'>
5696                 <fieldValue name='vertexTextvalue='"staff"'/>
5697                 <fieldValue name='descriptionvalue='165: staff'/>
5698                 <fieldValue name='url'/>
5699                 <fieldValue name='radiusvalue='0.1500'/>
5700                 <fieldValue name='displayMode'/>
5701                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5702                 <fieldValue name='transparencyvalue='0'/>
5703                 <fieldValue name='translationvalue='-2.17318 -0.61084 0.64647'/>
5704                 <fieldValue name='textTranslationvalue='-2.02318 -0.61084 0.64647'/>
5705                 <fieldValue name='textColorvalue='0 0 0'/>
5706            </ProtoInstance>
5707            <ProtoInstance name='Vertex'>
5708                 <fieldValue name='vertexTextvalue='"status"'/>
5709                 <fieldValue name='descriptionvalue='166: status'/>
5710                 <fieldValue name='url'/>
5711                 <fieldValue name='radiusvalue='0.1500'/>
5712                 <fieldValue name='displayMode'/>
5713                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
5714                 <fieldValue name='transparencyvalue='0'/>
5715                 <fieldValue name='translationvalue='1.87989 -0.37596 -2.63875'/>
5716                 <fieldValue name='textTranslationvalue='2.02989 -0.37596 -2.63875'/>
5717                 <fieldValue name='textColorvalue='0 0 0'/>
5718            </ProtoInstance>
5719            <ProtoInstance name='Vertex'>
5720                 <fieldValue name='vertexTextvalue='"stories"'/>
5721                 <fieldValue name='descriptionvalue='167: stories'/>
5722                 <fieldValue name='url'/>
5723                 <fieldValue name='radiusvalue='0.1500'/>
5724                 <fieldValue name='displayMode'/>
5725                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5726                 <fieldValue name='transparencyvalue='0'/>
5727                 <fieldValue name='translationvalue='-0.71717 -0.55551 -1.63290'/>
5728                 <fieldValue name='textTranslationvalue='-0.56717 -0.55551 -1.63290'/>
5729                 <fieldValue name='textColorvalue='0 0 0'/>
5730            </ProtoInstance>
5731            <ProtoInstance name='Vertex'>
5732                 <fieldValue name='vertexTextvalue='"story"'/>
5733                 <fieldValue name='descriptionvalue='168: story'/>
5734                 <fieldValue name='url'/>
5735                 <fieldValue name='radiusvalue='0.1500'/>
5736                 <fieldValue name='displayMode'/>
5737                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5738                 <fieldValue name='transparencyvalue='0'/>
5739                 <fieldValue name='translationvalue='-2.17182 -0.32637 0.08320'/>
5740                 <fieldValue name='textTranslationvalue='-2.02182 -0.32637 0.08320'/>
5741                 <fieldValue name='textColorvalue='0 0 0'/>
5742            </ProtoInstance>
5743            <ProtoInstance name='Vertex'>
5744                 <fieldValue name='vertexTextvalue='"super"'/>
5745                 <fieldValue name='descriptionvalue='169: super'/>
5746                 <fieldValue name='url'/>
5747                 <fieldValue name='radiusvalue='0.1500'/>
5748                 <fieldValue name='displayMode'/>
5749                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5750                 <fieldValue name='transparencyvalue='0'/>
5751                 <fieldValue name='translationvalue='-1.91548 0.42111 2.33213'/>
5752                 <fieldValue name='textTranslationvalue='-1.76548 0.42111 2.33213'/>
5753                 <fieldValue name='textColorvalue='0 0 0'/>
5754            </ProtoInstance>
5755            <ProtoInstance name='Vertex'>
5756                 <fieldValue name='vertexTextvalue='"tarmac"'/>
5757                 <fieldValue name='descriptionvalue='170: tarmac'/>
5758                 <fieldValue name='url'/>
5759                 <fieldValue name='radiusvalue='0.1500'/>
5760                 <fieldValue name='displayMode'/>
5761                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5762                 <fieldValue name='transparencyvalue='0'/>
5763                 <fieldValue name='translationvalue='-2.23713 -0.59887 1.68979'/>
5764                 <fieldValue name='textTranslationvalue='-2.08713 -0.59887 1.68979'/>
5765                 <fieldValue name='textColorvalue='0 0 0'/>
5766            </ProtoInstance>
5767            <ProtoInstance name='Vertex'>
5768                 <fieldValue name='vertexTextvalue='"team"'/>
5769                 <fieldValue name='descriptionvalue='171: team'/>
5770                 <fieldValue name='url'/>
5771                 <fieldValue name='radiusvalue='0.1500'/>
5772                 <fieldValue name='displayMode'/>
5773                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5774                 <fieldValue name='transparencyvalue='0'/>
5775                 <fieldValue name='translationvalue='-2.45043 0.00661 1.86887'/>
5776                 <fieldValue name='textTranslationvalue='-2.30043 0.00661 1.86887'/>
5777                 <fieldValue name='textColorvalue='0 0 0'/>
5778            </ProtoInstance>
5779            <ProtoInstance name='Vertex'>
5780                 <fieldValue name='vertexTextvalue='"terms"'/>
5781                 <fieldValue name='descriptionvalue='172: terms'/>
5782                 <fieldValue name='url'/>
5783                 <fieldValue name='radiusvalue='0.1500'/>
5784                 <fieldValue name='displayMode'/>
5785                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
5786                 <fieldValue name='transparencyvalue='0'/>
5787                 <fieldValue name='translationvalue='1.90940 -0.10034 -2.64568'/>
5788                 <fieldValue name='textTranslationvalue='2.05940 -0.10034 -2.64568'/>
5789                 <fieldValue name='textColorvalue='0 0 0'/>
5790            </ProtoInstance>
5791            <ProtoInstance name='Vertex'>
5792                 <fieldValue name='vertexTextvalue='"toll"'/>
5793                 <fieldValue name='descriptionvalue='173: toll'/>
5794                 <fieldValue name='url'/>
5795                 <fieldValue name='radiusvalue='0.1500'/>
5796                 <fieldValue name='displayMode'/>
5797                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5798                 <fieldValue name='transparencyvalue='0'/>
5799                 <fieldValue name='translationvalue='-1.04697 -1.07066 -2.18501'/>
5800                 <fieldValue name='textTranslationvalue='-0.89697 -1.07066 -2.18501'/>
5801                 <fieldValue name='textColorvalue='0 0 0'/>
5802            </ProtoInstance>
5803            <ProtoInstance name='Vertex'>
5804                 <fieldValue name='vertexTextvalue='"twitter"'/>
5805                 <fieldValue name='descriptionvalue='174: twitter'/>
5806                 <fieldValue name='url'/>
5807                 <fieldValue name='radiusvalue='0.1500'/>
5808                 <fieldValue name='displayMode'/>
5809                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
5810                 <fieldValue name='transparencyvalue='0'/>
5811                 <fieldValue name='translationvalue='1.73700 0.19145 -2.74981'/>
5812                 <fieldValue name='textTranslationvalue='1.88700 0.19145 -2.74981'/>
5813                 <fieldValue name='textColorvalue='0 0 0'/>
5814            </ProtoInstance>
5815            <ProtoInstance name='Vertex'>
5816                 <fieldValue name='vertexTextvalue='"uncertainty"'/>
5817                 <fieldValue name='descriptionvalue='175: uncertainty'/>
5818                 <fieldValue name='url'/>
5819                 <fieldValue name='radiusvalue='0.1500'/>
5820                 <fieldValue name='displayMode'/>
5821                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5822                 <fieldValue name='transparencyvalue='0'/>
5823                 <fieldValue name='translationvalue='2.72212 -0.23094 -0.21904'/>
5824                 <fieldValue name='textTranslationvalue='2.87212 -0.23094 -0.21904'/>
5825                 <fieldValue name='textColorvalue='0 0 0'/>
5826            </ProtoInstance>
5827            <ProtoInstance name='Vertex'>
5828                 <fieldValue name='vertexTextvalue='"united"'/>
5829                 <fieldValue name='descriptionvalue='176: united'/>
5830                 <fieldValue name='url'/>
5831                 <fieldValue name='radiusvalue='0.1500'/>
5832                 <fieldValue name='displayMode'/>
5833                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5834                 <fieldValue name='transparencyvalue='0'/>
5835                 <fieldValue name='translationvalue='0.88494 -2.42538 2.14870'/>
5836                 <fieldValue name='textTranslationvalue='1.03494 -2.42538 2.14870'/>
5837                 <fieldValue name='textColorvalue='0 0 0'/>
5838            </ProtoInstance>
5839            <ProtoInstance name='Vertex'>
5840                 <fieldValue name='vertexTextvalue='"upcoming"'/>
5841                 <fieldValue name='descriptionvalue='177: upcoming'/>
5842                 <fieldValue name='url'/>
5843                 <fieldValue name='radiusvalue='0.1500'/>
5844                 <fieldValue name='displayMode'/>
5845                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5846                 <fieldValue name='transparencyvalue='0'/>
5847                 <fieldValue name='translationvalue='-1.11363 2.23942 -1.60502'/>
5848                 <fieldValue name='textTranslationvalue='-0.96363 2.23942 -1.60502'/>
5849                 <fieldValue name='textColorvalue='0 0 0'/>
5850            </ProtoInstance>
5851            <ProtoInstance name='Vertex'>
5852                 <fieldValue name='vertexTextvalue='"vietnam"'/>
5853                 <fieldValue name='descriptionvalue='178: vietnam'/>
5854                 <fieldValue name='url'/>
5855                 <fieldValue name='radiusvalue='0.1500'/>
5856                 <fieldValue name='displayMode'/>
5857                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5858                 <fieldValue name='transparencyvalue='0'/>
5859                 <fieldValue name='translationvalue='2.70120 0.50163 -0.62938'/>
5860                 <fieldValue name='textTranslationvalue='2.85120 0.50163 -0.62938'/>
5861                 <fieldValue name='textColorvalue='0 0 0'/>
5862            </ProtoInstance>
5863            <ProtoInstance name='Vertex'>
5864                 <fieldValue name='vertexTextvalue='"visits"'/>
5865                 <fieldValue name='descriptionvalue='179: visits'/>
5866                 <fieldValue name='url'/>
5867                 <fieldValue name='radiusvalue='0.1500'/>
5868                 <fieldValue name='displayMode'/>
5869                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5870                 <fieldValue name='transparencyvalue='0'/>
5871                 <fieldValue name='translationvalue='-2.21128 -0.02771 2.08773'/>
5872                 <fieldValue name='textTranslationvalue='-2.06128 -0.02771 2.08773'/>
5873                 <fieldValue name='textColorvalue='0 0 0'/>
5874            </ProtoInstance>
5875            <ProtoInstance name='Vertex'>
5876                 <fieldValue name='vertexTextvalue='"waiting"'/>
5877                 <fieldValue name='descriptionvalue='180: waiting'/>
5878                 <fieldValue name='url'/>
5879                 <fieldValue name='radiusvalue='0.1500'/>
5880                 <fieldValue name='displayMode'/>
5881                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5882                 <fieldValue name='transparencyvalue='0'/>
5883                 <fieldValue name='translationvalue='-0.74175 -0.38294 -2.01983'/>
5884                 <fieldValue name='textTranslationvalue='-0.59175 -0.38294 -2.01983'/>
5885                 <fieldValue name='textColorvalue='0 0 0'/>
5886            </ProtoInstance>
5887            <ProtoInstance name='Vertex'>
5888                 <fieldValue name='vertexTextvalue='"waiving"'/>
5889                 <fieldValue name='descriptionvalue='181: waiving'/>
5890                 <fieldValue name='url'/>
5891                 <fieldValue name='radiusvalue='0.1500'/>
5892                 <fieldValue name='displayMode'/>
5893                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5894                 <fieldValue name='transparencyvalue='0'/>
5895                 <fieldValue name='translationvalue='1.67383 1.57448 2.25938'/>
5896                 <fieldValue name='textTranslationvalue='1.82383 1.57448 2.25938'/>
5897                 <fieldValue name='textColorvalue='0 0 0'/>
5898            </ProtoInstance>
5899            <ProtoInstance name='Vertex'>
5900                 <fieldValue name='vertexTextvalue='"war"'/>
5901                 <fieldValue name='descriptionvalue='182: war'/>
5902                 <fieldValue name='url'/>
5903                 <fieldValue name='radiusvalue='0.1500'/>
5904                 <fieldValue name='displayMode'/>
5905                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5906                 <fieldValue name='transparencyvalue='0'/>
5907                 <fieldValue name='translationvalue='-1.04690 -1.07043 -2.18522'/>
5908                 <fieldValue name='textTranslationvalue='-0.89690 -1.07043 -2.18522'/>
5909                 <fieldValue name='textColorvalue='0 0 0'/>
5910            </ProtoInstance>
5911            <ProtoInstance name='Vertex'>
5912                 <fieldValue name='vertexTextvalue='"water"'/>
5913                 <fieldValue name='descriptionvalue='183: water'/>
5914                 <fieldValue name='url'/>
5915                 <fieldValue name='radiusvalue='0.1500'/>
5916                 <fieldValue name='displayMode'/>
5917                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5918                 <fieldValue name='transparencyvalue='0'/>
5919                 <fieldValue name='translationvalue='-1.98567 -0.48153 2.38902'/>
5920                 <fieldValue name='textTranslationvalue='-1.83567 -0.48153 2.38902'/>
5921                 <fieldValue name='textColorvalue='0 0 0'/>
5922            </ProtoInstance>
5923            <ProtoInstance name='Vertex'>
5924                 <fieldValue name='vertexTextvalue='"weekly"'/>
5925                 <fieldValue name='descriptionvalue='184: weekly'/>
5926                 <fieldValue name='url'/>
5927                 <fieldValue name='radiusvalue='0.1500'/>
5928                 <fieldValue name='displayMode'/>
5929                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5930                 <fieldValue name='transparencyvalue='0'/>
5931                 <fieldValue name='translationvalue='0.38378 -2.32191 2.40411'/>
5932                 <fieldValue name='textTranslationvalue='0.53378 -2.32191 2.40411'/>
5933                 <fieldValue name='textColorvalue='0 0 0'/>
5934            </ProtoInstance>
5935            <ProtoInstance name='Vertex'>
5936                 <fieldValue name='vertexTextvalue='"weeks"'/>
5937                 <fieldValue name='descriptionvalue='185: weeks'/>
5938                 <fieldValue name='url'/>
5939                 <fieldValue name='radiusvalue='0.1500'/>
5940                 <fieldValue name='displayMode'/>
5941                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5942                 <fieldValue name='transparencyvalue='0'/>
5943                 <fieldValue name='translationvalue='-0.53342 -0.31333 -1.89595'/>
5944                 <fieldValue name='textTranslationvalue='-0.38342 -0.31333 -1.89595'/>
5945                 <fieldValue name='textColorvalue='0 0 0'/>
5946            </ProtoInstance>
5947            <ProtoInstance name='Vertex'>
5948                 <fieldValue name='vertexTextvalue='"world"'/>
5949                 <fieldValue name='descriptionvalue='186: world'/>
5950                 <fieldValue name='url'/>
5951                 <fieldValue name='radiusvalue='0.1500'/>
5952                 <fieldValue name='displayMode'/>
5953                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5954                 <fieldValue name='transparencyvalue='0'/>
5955                 <fieldValue name='translationvalue='1.92123 0.08444 -0.60583'/>
5956                 <fieldValue name='textTranslationvalue='2.07123 0.08444 -0.60583'/>
5957                 <fieldValue name='textColorvalue='0 0 0'/>
5958            </ProtoInstance>
5959            <ProtoInstance name='Vertex'>
5960                 <fieldValue name='vertexTextvalue='"writer"'/>
5961                 <fieldValue name='descriptionvalue='187: writer'/>
5962                 <fieldValue name='url'/>
5963                 <fieldValue name='radiusvalue='0.1500'/>
5964                 <fieldValue name='displayMode'/>
5965                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5966                 <fieldValue name='transparencyvalue='0'/>
5967                 <fieldValue name='translationvalue='-2.18915 -1.34806 0.53481'/>
5968                 <fieldValue name='textTranslationvalue='-2.03915 -1.34806 0.53481'/>
5969                 <fieldValue name='textColorvalue='0 0 0'/>
5970            </ProtoInstance>
5971       </Scene>
5972  </X3D>
<!--

<!-- to top DEF node index:

Index for Viewpoint node: Viewpoint_1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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