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.54653'/>
 55                 <fieldValue name='cylinderTranslationvalue='-1.12399 0.73993 -0.72397'/>
 56                 <fieldValue name='coneTranslationvalue='-1.11823 0.75790 -0.83566'/>
 57                 <fieldValue name='rotationvalue='-53.88912 0 -2.77947 1.41144'/>
 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='1.16131'/>
 66                 <fieldValue name='cylinderTranslationvalue='-1.03722 0.24270 -0.10663'/>
 67                 <fieldValue name='coneTranslationvalue='-0.96429 -0.08611 0.14540'/>
 68                 <fieldValue name='rotationvalue='69.57892 0 -20.13409 2.46810'/>
 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.61295'/>
 77                 <fieldValue name='cylinderTranslationvalue='-1.39957 0.76804 -0.59714'/>
 78                 <fieldValue name='coneTranslationvalue='-1.52464 0.80220 -0.66530'/>
 79                 <fieldValue name='rotationvalue='-28.52225 0 52.33722 1.33542'/>
 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.63145'/>
 88                 <fieldValue name='cylinderTranslationvalue='-1.33825 0.75545 -0.21774'/>
 89                 <fieldValue name='coneTranslationvalue='-1.43707 0.78449 -0.10095'/>
 90                 <fieldValue name='rotationvalue='47.35828 -0.00000 40.07179 1.38319'/>
 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='1.08136'/>
 99                 <fieldValue name='cylinderTranslationvalue='-1.61980 0.86890 -0.62887'/>
100                 <fieldValue name='coneTranslationvalue='-1.95911 0.99024 -0.75163'/>
101                 <fieldValue name='rotationvalue='-34.86925 0 96.38305 1.24641'/>
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='1.11458'/>
110                 <fieldValue name='cylinderTranslationvalue='-0.68418 0.40790 -0.30827'/>
111                 <fieldValue name='coneTranslationvalue='-0.36074 0.20210 -0.20401'/>
112                 <fieldValue name='rotationvalue='29.25113 0 -90.74105 2.11530'/>
113                 <fieldValue name='diffuseColorvalue='0 0 0'/>
114                 <fieldValue name='ballRadiusvalue='0.02'/>
115                 <fieldValue name='traceEnabledvalue='false'/>
116                 <fieldValue name='displayMode'/>
117                 <fieldValue name='transparencyvalue='0'/>
118            </ProtoInstance>
119            <ProtoInstance name='Arc'>
120                 <fieldValue name='cylinderHeightvalue='1.05334'/>
121                 <fieldValue name='cylinderTranslationvalue='-1.43188 1.10153 -0.61870'/>
122                 <fieldValue name='coneTranslationvalue='-1.63656 1.38347 -0.73299'/>
123                 <fieldValue name='rotationvalue='-32.83334 0 58.79867 0.69365'/>
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.13063'/>
132                 <fieldValue name='cylinderTranslationvalue='-1.17678 0.64985 -0.43063'/>
133                 <fieldValue name='coneTranslationvalue='-1.12040 0.71757 -0.46527'/>
134                 <fieldValue name='rotationvalue='4.77903 -0.00000 7.77871 2.36777'/>
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='1.15490'/>
143                 <fieldValue name='cylinderTranslationvalue='-1.33226 0.55739 0.07111'/>
144                 <fieldValue name='coneTranslationvalue='-1.47278 0.45678 0.45111'/>
145                 <fieldValue name='rotationvalue='105.12810 -0.00000 38.87476 1.81421'/>
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.55472'/>
154                 <fieldValue name='cylinderTranslationvalue='-1.18041 0.71000 -0.72828'/>
155                 <fieldValue name='coneTranslationvalue='-1.19841 0.71568 -0.84411'/>
156                 <fieldValue name='rotationvalue='-54.74999 0 8.50521 1.52235'/>
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='1.11697'/>
165                 <fieldValue name='cylinderTranslationvalue='-1.55977 0.90926 -0.75231'/>
166                 <fieldValue name='coneTranslationvalue='-1.86080 1.06103 -0.96479'/>
167                 <fieldValue name='rotationvalue='-59.55702 0 84.37760 1.18008'/>
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.70044'/>
176                 <fieldValue name='cylinderTranslationvalue='-1.45498 0.67180 -0.30792'/>
177                 <fieldValue name='coneTranslationvalue='-1.62720 0.65835 -0.22829'/>
178                 <fieldValue name='rotationvalue='29.32132 -0.00000 63.41794 1.64157'/>
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.05578'/>
187                 <fieldValue name='cylinderTranslationvalue='-1.60015 0.95047 -0.43181'/>
188                 <fieldValue name='coneTranslationvalue='-1.92230 1.12742 -0.41597'/>
189                 <fieldValue name='rotationvalue='4.54438 -0.00000 92.45228 1.06902'/>
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.62962'/>
198                 <fieldValue name='cylinderTranslationvalue='-1.36286 0.74833 -0.66856'/>
199                 <fieldValue name='coneTranslationvalue='-1.47350 0.77379 -0.77381'/>
200                 <fieldValue name='rotationvalue='-42.80637 0 44.99540 1.40560'/>
201                 <fieldValue name='diffuseColorvalue='0 0 0'/>
202                 <fieldValue name='ballRadiusvalue='0.02'/>
203                 <fieldValue name='traceEnabledvalue='false'/>
204                 <fieldValue name='displayMode'/>
205                 <fieldValue name='transparencyvalue='0'/>
206            </ProtoInstance>
207            <ProtoInstance name='Arc'>
208                 <fieldValue name='cylinderHeightvalue='0.43721'/>
209                 <fieldValue name='cylinderTranslationvalue='-1.01292 0.87138 -0.41440'/>
210                 <fieldValue name='coneTranslationvalue='-0.97942 0.91825 -0.40364'/>
211                 <fieldValue name='rotationvalue='8.02654 0 -24.99362 0.64402'/>
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='1.07563'/>
220                 <fieldValue name='cylinderTranslationvalue='-1.58479 0.83195 -0.72135'/>
221                 <fieldValue name='coneTranslationvalue='-1.89874 0.92705 -0.90879'/>
222                 <fieldValue name='rotationvalue='-53.36364 0 89.38067 1.31634'/>
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.61632'/>
231                 <fieldValue name='cylinderTranslationvalue='-1.32385 0.57966 -0.67066'/>
232                 <fieldValue name='coneTranslationvalue='-1.41325 0.52345 -0.77457'/>
233                 <fieldValue name='rotationvalue='-43.22615 0 37.19176 1.95993'/>
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.54494'/>
242                 <fieldValue name='cylinderTranslationvalue='-1.31425 0.84501 -0.59980'/>
243                 <fieldValue name='coneTranslationvalue='-1.38704 0.90628 -0.65976'/>
244                 <fieldValue name='rotationvalue='-29.05370 0 35.27178 0.99465'/>
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.66204'/>
253                 <fieldValue name='cylinderTranslationvalue='-1.32990 0.94287 -0.56425'/>
254                 <fieldValue name='coneTranslationvalue='-1.42911 1.07012 -0.62094'/>
255                 <fieldValue name='rotationvalue='-21.94456 0 38.40362 0.73166'/>
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.62163'/>
264                 <fieldValue name='cylinderTranslationvalue='-1.19764 0.91267 -0.66978'/>
265                 <fieldValue name='coneTranslationvalue='-1.22664 1.01752 -0.77423'/>
266                 <fieldValue name='rotationvalue='-43.05114 0 11.95125 0.80200'/>
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.66284'/>
275                 <fieldValue name='cylinderTranslationvalue='-1.45084 0.78800 -0.51404'/>
276                 <fieldValue name='coneTranslationvalue='-1.61270 0.83529 -0.54482'/>
277                 <fieldValue name='rotationvalue='-11.90269 0 62.58968 1.29130'/>
278                 <fieldValue name='diffuseColorvalue='0 0 0'/>
279                 <fieldValue name='ballRadiusvalue='0.02'/>
280                 <fieldValue name='traceEnabledvalue='false'/>
281                 <fieldValue name='displayMode'/>
282                 <fieldValue name='transparencyvalue='0'/>
283            </ProtoInstance>
284            <ProtoInstance name='Arc'>
285                 <fieldValue name='cylinderHeightvalue='1.02399'/>
286                 <fieldValue name='cylinderTranslationvalue='-1.24163 0.27467 -0.72542'/>
287                 <fieldValue name='coneTranslationvalue='-1.31295 -0.01538 -0.91166'/>
288                 <fieldValue name='rotationvalue='-54.17806 0 20.74848 2.53927'/>
289                 <fieldValue name='diffuseColorvalue='0 0 0'/>
290                 <fieldValue name='ballRadiusvalue='0.02'/>
291                 <fieldValue name='traceEnabledvalue='false'/>
292                 <fieldValue name='displayMode'/>
293                 <fieldValue name='transparencyvalue='0'/>
294            </ProtoInstance>
295            <ProtoInstance name='Arc'>
296                 <fieldValue name='cylinderHeightvalue='0.64699'/>
297                 <fieldValue name='cylinderTranslationvalue='-1.31240 0.95011 -0.55407'/>
298                 <fieldValue name='coneTranslationvalue='-1.40060 1.07825 -0.60438'/>
299                 <fieldValue name='rotationvalue='-19.90788 0 34.90285 0.67008'/>
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.92011'/>
308                 <fieldValue name='cylinderTranslationvalue='-1.51672 0.49512 -0.28853'/>
309                 <fieldValue name='coneTranslationvalue='-1.76380 0.36373 -0.18027'/>
310                 <fieldValue name='rotationvalue='33.19938 -0.00000 75.76632 2.02404'/>
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.35255'/>
319                 <fieldValue name='cylinderTranslationvalue='-1.21260 0.84755 -0.50645'/>
320                 <fieldValue name='coneTranslationvalue='-1.21949 0.86149 -0.51124'/>
321                 <fieldValue name='rotationvalue='-10.38450 0 14.94173 0.54232'/>
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.62676'/>
330                 <fieldValue name='cylinderTranslationvalue='-1.29553 0.84547 -0.68076'/>
331                 <fieldValue name='coneTranslationvalue='-1.37268 0.91835 -0.79149'/>
332                 <fieldValue name='rotationvalue='-45.24688 0 31.52846 1.07565'/>
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.56472'/>
341                 <fieldValue name='cylinderTranslationvalue='-1.03853 0.66808 -0.19177'/>
342                 <fieldValue name='coneTranslationvalue='-0.99547 0.65574 -0.07790'/>
343                 <fieldValue name='rotationvalue='52.55260 0 -19.87233 1.67185'/>
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.70072'/>
352                 <fieldValue name='cylinderTranslationvalue='-1.14172 0.87953 -0.75330'/>
353                 <fieldValue name='coneTranslationvalue='-1.14380 0.97893 -0.91563'/>
354                 <fieldValue name='rotationvalue='-59.75365 0 0.76662 1.02136'/>
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.62444'/>
363                 <fieldValue name='cylinderTranslationvalue='-1.32539 0.92303 -0.55959'/>
364                 <fieldValue name='coneTranslationvalue='-1.41681 1.03343 -0.61081'/>
365                 <fieldValue name='rotationvalue='-21.01158 0 37.50154 0.75929'/>
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='1.05643'/>
374                 <fieldValue name='cylinderTranslationvalue='-1.44930 1.08445 -0.63222'/>
375                 <fieldValue name='coneTranslationvalue='-1.66639 1.35485 -0.75609'/>
376                 <fieldValue name='rotationvalue='-35.53874 0 62.28337 0.74611'/>
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.94665'/>
385                 <fieldValue name='cylinderTranslationvalue='-1.11282 0.39658 -0.08927'/>
386                 <fieldValue name='coneTranslationvalue='-1.09623 0.19800 0.15253'/>
387                 <fieldValue name='rotationvalue='73.05257 0 -5.01329 2.25723'/>
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.31796'/>
396                 <fieldValue name='cylinderTranslationvalue='-1.25015 0.79056 -0.51646'/>
397                 <fieldValue name='coneTranslationvalue='-1.24943 0.78996 -0.51607'/>
398                 <fieldValue name='rotationvalue='-12.38730 0 22.45344 0.93821'/>
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.40748'/>
407                 <fieldValue name='cylinderTranslationvalue='-0.88434 0.04539 -0.53777'/>
408                 <fieldValue name='coneTranslationvalue='-0.68843 -0.45774 -0.60208'/>
409                 <fieldValue name='rotationvalue='-16.64745 0 -50.71002 2.75265'/>
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.42725'/>
418                 <fieldValue name='cylinderTranslationvalue='-0.99914 0.85647 -0.42597'/>
419                 <fieldValue name='coneTranslationvalue='-0.96431 0.89661 -0.41881'/>
420                 <fieldValue name='rotationvalue='5.71078 0 -27.74955 0.72497'/>
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='1.05648'/>
429                 <fieldValue name='cylinderTranslationvalue='-1.45041 1.08287 -0.63380'/>
430                 <fieldValue name='coneTranslationvalue='-1.66828 1.35216 -0.75877'/>
431                 <fieldValue name='rotationvalue='-35.85372 0 62.50503 0.75058'/>
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.77089'/>
440                 <fieldValue name='cylinderTranslationvalue='-0.89269 0.96219 -0.32077'/>
441                 <fieldValue name='coneTranslationvalue='-0.74928 1.11755 -0.24253'/>
442                 <fieldValue name='rotationvalue='26.75230 0 -49.03919 0.81051'/>
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.90989'/>
451                 <fieldValue name='cylinderTranslationvalue='-0.81796 0.53718 -0.73599'/>
452                 <fieldValue name='coneTranslationvalue='-0.61055 0.43386 -0.91846'/>
453                 <fieldValue name='rotationvalue='-56.29202 0 -63.98464 1.92873'/>
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.50588'/>
462                 <fieldValue name='cylinderTranslationvalue='-0.98538 0.88066 -0.37188'/>
463                 <fieldValue name='coneTranslationvalue='-0.92934 0.94830 -0.34151'/>
464                 <fieldValue name='rotationvalue='16.53050 0 -30.50142 0.75569'/>
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='1.11697'/>
473                 <fieldValue name='cylinderTranslationvalue='-1.55977 0.90926 -0.75231'/>
474                 <fieldValue name='coneTranslationvalue='-1.86080 1.06103 -0.96479'/>
475                 <fieldValue name='rotationvalue='-59.55702 0 84.37760 1.18008'/>
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.82134'/>
484                 <fieldValue name='cylinderTranslationvalue='-0.95441 0.90339 -0.75819'/>
485                 <fieldValue name='coneTranslationvalue='-0.84242 1.02964 -0.94355'/>
486                 <fieldValue name='rotationvalue='-60.73275 0 -36.69521 1.04301'/>
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.66200'/>
495                 <fieldValue name='cylinderTranslationvalue='-1.33032 0.94226 -0.56482'/>
496                 <fieldValue name='coneTranslationvalue='-1.42973 1.06919 -0.62180'/>
497                 <fieldValue name='rotationvalue='-22.05829 0 38.48673 0.73433'/>
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.19245'/>
506                 <fieldValue name='cylinderTranslationvalue='-1.16289 0.76634 -0.51590'/>
507                 <fieldValue name='coneTranslationvalue='-1.14632 0.72010 -0.47522'/>
508                 <fieldValue name='rotationvalue='-12.27409 0 5.00028 0.75966'/>
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.94315'/>
517                 <fieldValue name='cylinderTranslationvalue='-1.13460 0.26334 -0.64077'/>
518                 <fieldValue name='coneTranslationvalue='-1.13244 -0.02290 -0.76383'/>
519                 <fieldValue name='rotationvalue='-37.24869 0 -0.65638 2.73553'/>
520                 <fieldValue name='diffuseColorvalue='0 0 0'/>
521                 <fieldValue name='ballRadiusvalue='0.02'/>
522                 <fieldValue name='traceEnabledvalue='false'/>
523                 <fieldValue name='displayMode'/>
524                 <fieldValue name='transparencyvalue='0'/>
525            </ProtoInstance>
526            <ProtoInstance name='Arc'>
527                 <fieldValue name='cylinderHeightvalue='0.58678'/>
528                 <fieldValue name='cylinderTranslationvalue='-1.40154 0.74372 -0.57429'/>
529                 <fieldValue name='coneTranslationvalue='-1.52141 0.76516 -0.62874'/>
530                 <fieldValue name='rotationvalue='-23.95271 0 52.73014 1.40938'/>
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.65286'/>
539                 <fieldValue name='cylinderTranslationvalue='-1.41121 0.78599 -0.30007'/>
540                 <fieldValue name='coneTranslationvalue='-1.55056 0.83158 -0.22132'/>
541                 <fieldValue name='rotationvalue='30.89151 -0.00000 54.66427 1.29332'/>
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.40046'/>
550                 <fieldValue name='cylinderTranslationvalue='-1.26950 0.56117 -0.52115'/>
551                 <fieldValue name='coneTranslationvalue='-1.29595 0.53397 -0.53454'/>
552                 <fieldValue name='rotationvalue='-13.32489 0 26.32307 2.31336'/>
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.73755'/>
561                 <fieldValue name='cylinderTranslationvalue='-0.93025 0.90911 -0.23610'/>
562                 <fieldValue name='coneTranslationvalue='-0.81270 1.02944 -0.11245'/>
563                 <fieldValue name='rotationvalue='43.68500 0 -41.52693 0.95655'/>
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='1.03196'/>
572                 <fieldValue name='cylinderTranslationvalue='-1.55690 0.97658 -0.34382'/>
573                 <fieldValue name='coneTranslationvalue='-1.84598 1.16977 -0.26744'/>
574                 <fieldValue name='rotationvalue='22.14182 -0.00000 83.80229 0.99716'/>
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='1.38122'/>
583                 <fieldValue name='cylinderTranslationvalue='-0.89240 0.94987 -1.04826'/>
584                 <fieldValue name='coneTranslationvalue='-0.70378 1.14448 -1.50443'/>
585                 <fieldValue name='rotationvalue='-118.74560 0 -49.09813 1.19525'/>
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.98391'/>
594                 <fieldValue name='cylinderTranslationvalue='-0.71722 0.61072 -0.21435'/>
595                 <fieldValue name='coneTranslationvalue='-0.43336 0.55279 -0.05228'/>
596                 <fieldValue name='rotationvalue='48.03613 0 -84.13403 1.74619'/>
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.94714'/>
605                 <fieldValue name='cylinderTranslationvalue='1.35729 -0.93463 1.44453'/>
606                 <fieldValue name='coneTranslationvalue='1.55404 -1.03567 1.66680'/>
607                 <fieldValue name='rotationvalue='67.13637 0 -59.42975 1.89889'/>
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.56477'/>
616                 <fieldValue name='cylinderTranslationvalue='1.23857 -0.87865 1.30524'/>
617                 <fieldValue name='coneTranslationvalue='1.31590 -0.92052 1.39035'/>
618                 <fieldValue name='rotationvalue='39.27749 0 -35.68596 1.92000'/>
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.21958'/>
627                 <fieldValue name='cylinderTranslationvalue='1.12263 -0.86980 1.12991'/>
628                 <fieldValue name='coneTranslationvalue='1.09405 -0.82966 1.12028'/>
629                 <fieldValue name='rotationvalue='4.21134 0 -12.49920 2.49724'/>
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.66556'/>
638                 <fieldValue name='cylinderTranslationvalue='1.16247 -1.08937 1.03264'/>
639                 <fieldValue name='coneTranslationvalue='1.21560 -1.24895 0.99307'/>
640                 <fieldValue name='rotationvalue='-15.24295 0 -20.46608 2.74810'/>
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.35417'/>
649                 <fieldValue name='cylinderTranslationvalue='1.14737 -0.72538 1.25217'/>
650                 <fieldValue name='coneTranslationvalue='1.15578 -0.71991 1.26600'/>
651                 <fieldValue name='rotationvalue='28.66429 0 -17.44530 1.24517'/>
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.38108'/>
660                 <fieldValue name='cylinderTranslationvalue='1.18112 -0.84714 1.24087'/>
661                 <fieldValue name='coneTranslationvalue='1.20051 -0.85758 1.26202'/>
662                 <fieldValue name='rotationvalue='26.40259 0 -24.19682 1.91957'/>
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.94905'/>
671                 <fieldValue name='cylinderTranslationvalue='1.35644 -0.93414 1.44685'/>
672                 <fieldValue name='coneTranslationvalue='1.55284 -1.03497 1.67088'/>
673                 <fieldValue name='rotationvalue='67.59904 0 -59.26070 1.89712'/>
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.58698'/>
682                 <fieldValue name='cylinderTranslationvalue='1.24421 -0.87704 1.31676'/>
683                 <fieldValue name='coneTranslationvalue='1.32793 -0.92026 1.41133'/>
684                 <fieldValue name='rotationvalue='41.58183 0 -36.81400 1.90047'/>
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.66736'/>
693                 <fieldValue name='cylinderTranslationvalue='0.88220 -0.52329 0.99601'/>
694                 <fieldValue name='coneTranslationvalue='0.78958 -0.38862 0.93727'/>
695                 <fieldValue name='rotationvalue='-22.56876 0 35.58871 0.68344'/>
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.53164'/>
704                 <fieldValue name='cylinderTranslationvalue='1.22977 -0.88901 1.28333'/>
705                 <fieldValue name='coneTranslationvalue='1.29730 -0.93159 1.35278'/>
706                 <fieldValue name='rotationvalue='34.89475 0 -33.92641 1.98498'/>
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.99094'/>
715                 <fieldValue name='cylinderTranslationvalue='1.37845 -0.92112 1.46215'/>
716                 <fieldValue name='coneTranslationvalue='1.59397 -1.01530 1.70136'/>
717                 <fieldValue name='rotationvalue='70.66014 0 -63.66266 1.85535'/>
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.59707'/>
726                 <fieldValue name='cylinderTranslationvalue='1.24645 -0.87808 1.32142'/>
727                 <fieldValue name='coneTranslationvalue='1.33291 -0.92265 1.42006'/>
728                 <fieldValue name='rotationvalue='42.51340 0 -37.26274 1.89835'/>
729                 <fieldValue name='diffuseColorvalue='0 0 0'/>
730                 <fieldValue name='ballRadiusvalue='0.02'/>
731                 <fieldValue name='traceEnabledvalue='false'/>
732                 <fieldValue name='displayMode'/>
733                 <fieldValue name='transparencyvalue='0'/>
734            </ProtoInstance>
735            <ProtoInstance name='Arc'>
736                 <fieldValue name='cylinderHeightvalue='0.56682'/>
737                 <fieldValue name='cylinderTranslationvalue='1.23860 -0.87480 1.30851'/>
738                 <fieldValue name='coneTranslationvalue='1.31632 -0.91519 1.39545'/>
739                 <fieldValue name='rotationvalue='39.93210 0 -35.69303 1.90427'/>
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.99094'/>
748                 <fieldValue name='cylinderTranslationvalue='1.37845 -0.92112 1.46215'/>
749                 <fieldValue name='coneTranslationvalue='1.59397 -1.01530 1.70136'/>
750                 <fieldValue name='rotationvalue='70.66014 0 -63.66266 1.85535'/>
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.59707'/>
759                 <fieldValue name='cylinderTranslationvalue='1.24645 -0.87808 1.32142'/>
760                 <fieldValue name='coneTranslationvalue='1.33291 -0.92265 1.42006'/>
761                 <fieldValue name='rotationvalue='42.51340 0 -37.26274 1.89835'/>
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.94905'/>
770                 <fieldValue name='cylinderTranslationvalue='1.35644 -0.93414 1.44685'/>
771                 <fieldValue name='coneTranslationvalue='1.55284 -1.03497 1.67088'/>
772                 <fieldValue name='rotationvalue='67.59903 0 -59.26072 1.89712'/>
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.83124'/>
781                 <fieldValue name='cylinderTranslationvalue='0.85010 -0.85287 0.75728'/>
782                 <fieldValue name='coneTranslationvalue='0.72092 -0.89644 0.54105'/>
783                 <fieldValue name='rotationvalue='-70.31476 0 42.00777 1.74208'/>
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.17959'/>
792                 <fieldValue name='cylinderTranslationvalue='1.11091 -0.85352 1.12820'/>
793                 <fieldValue name='coneTranslationvalue='1.07121 -0.79762 1.11307'/>
794                 <fieldValue name='rotationvalue='3.86960 0 -10.15340 2.49177'/>
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.56700'/>
803                 <fieldValue name='cylinderTranslationvalue='1.23851 -0.87385 1.30917'/>
804                 <fieldValue name='coneTranslationvalue='1.31621 -0.91385 1.39643'/>
805                 <fieldValue name='rotationvalue='40.06296 0 -35.67376 1.90062'/>
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='2.17291'/>
814                 <fieldValue name='cylinderTranslationvalue='0.38180 -0.12858 0.56734'/>
815                 <fieldValue name='coneTranslationvalue='-0.19665 0.42864 0.10558'/>
816                 <fieldValue name='rotationvalue='-108.30197 0 135.66854 0.92548'/>
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='1.95618'/>
825                 <fieldValue name='cylinderTranslationvalue='-0.69491 -1.10135 0.56661'/>
826                 <fieldValue name='coneTranslationvalue='-0.89702 -0.35679 0.29448'/>
827                 <fieldValue name='rotationvalue='-65.06934 0 48.32754 0.42722'/>
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.51469'/>
836                 <fieldValue name='cylinderTranslationvalue='-0.48631 -2.21595 1.01349'/>
837                 <fieldValue name='coneTranslationvalue='-0.49881 -2.30084 1.05946'/>
838                 <fieldValue name='rotationvalue='24.30724 -0.00000 6.60799 2.63018'/>
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.69326'/>
847                 <fieldValue name='cylinderTranslationvalue='-0.50302 -2.18583 0.60925'/>
848                 <fieldValue name='coneTranslationvalue='-0.52981 -2.29044 0.45703'/>
849                 <fieldValue name='rotationvalue='-56.54140 0 9.95035 2.16584'/>
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.11720'/>
858                 <fieldValue name='cylinderTranslationvalue='-0.44395 -1.80069 0.36705'/>
859                 <fieldValue name='coneTranslationvalue='-0.43729 -1.66451 -0.00751'/>
860                 <fieldValue name='rotationvalue='-104.98138 0 -1.86489 1.22214'/>
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.80445'/>
869                 <fieldValue name='cylinderTranslationvalue='-0.49529 -2.34074 1.08708'/>
870                 <fieldValue name='coneTranslationvalue='-0.52060 -2.55103 1.20459'/>
871                 <fieldValue name='rotationvalue='39.02573 -0.00000 8.40465 2.62233'/>
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.83101'/>
880                 <fieldValue name='cylinderTranslationvalue='-0.49661 -2.35107 1.09565'/>
881                 <fieldValue name='coneTranslationvalue='-0.52327 -2.57217 1.22091'/>
882                 <fieldValue name='rotationvalue='40.73979 -0.00000 8.66857 2.61659'/>
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.83197'/>
891                 <fieldValue name='cylinderTranslationvalue='-0.49704 -2.35152 1.09575'/>
892                 <fieldValue name='coneTranslationvalue='-0.52397 -2.57305 1.22116'/>
893                 <fieldValue name='rotationvalue='40.75921 -0.00000 8.75339 2.61674'/>
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.51469'/>
902                 <fieldValue name='cylinderTranslationvalue='-0.48630 -2.21595 1.01349'/>
903                 <fieldValue name='coneTranslationvalue='-0.49880 -2.30084 1.05947'/>
904                 <fieldValue name='rotationvalue='24.30769 -0.00000 6.60643 2.63018'/>
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='1.60376'/>
913                 <fieldValue name='cylinderTranslationvalue='0.09340 -1.45762 0.64883'/>
914                 <fieldValue name='coneTranslationvalue='0.53098 -1.03025 0.45422'/>
915                 <fieldValue name='rotationvalue='-48.62492 0 -109.33318 0.84220'/>
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.39451'/>
924                 <fieldValue name='cylinderTranslationvalue='-0.47976 -2.16392 0.98408'/>
925                 <fieldValue name='coneTranslationvalue='-0.48477 -2.19648 1.00148'/>
926                 <fieldValue name='rotationvalue='18.42473 -0.00000 5.29872 2.63413'/>
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.83197'/>
935                 <fieldValue name='cylinderTranslationvalue='-0.49707 -2.35152 1.09574'/>
936                 <fieldValue name='coneTranslationvalue='-0.52402 -2.57305 1.22114'/>
937                 <fieldValue name='rotationvalue='40.75734 -0.00000 8.76007 2.61675'/>
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.87466'/>
946                 <fieldValue name='cylinderTranslationvalue='-0.55563 -2.36979 1.08611'/>
947                 <fieldValue name='coneTranslationvalue='-0.62054 -2.60967 1.20923'/>
948                 <fieldValue name='rotationvalue='38.83082 -0.00000 20.47156 2.61583'/>
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.80445'/>
957                 <fieldValue name='cylinderTranslationvalue='-0.49529 -2.34074 1.08708'/>
958                 <fieldValue name='coneTranslationvalue='-0.52060 -2.55103 1.20459'/>
959                 <fieldValue name='rotationvalue='39.02573 -0.00000 8.40465 2.62233'/>
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.87466'/>
968                 <fieldValue name='cylinderTranslationvalue='-0.55563 -2.36979 1.08611'/>
969                 <fieldValue name='coneTranslationvalue='-0.62054 -2.60967 1.20923'/>
970                 <fieldValue name='rotationvalue='38.83082 -0.00000 20.47156 2.61583'/>
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.50986'/>
979                 <fieldValue name='cylinderTranslationvalue='-0.48585 -2.21380 1.01247'/>
980                 <fieldValue name='coneTranslationvalue='-0.49798 -2.29657 1.05734'/>
981                 <fieldValue name='rotationvalue='24.10239 -0.00000 6.51632 2.62985'/>
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.96639'/>
990                 <fieldValue name='cylinderTranslationvalue='-1.38753 0.06868 0.90000'/>
991                 <fieldValue name='coneTranslationvalue='-1.48057 0.30247 0.69717'/>
992                 <fieldValue name='rotationvalue='-60.64951 0 27.82077 0.76213'/>
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.60047'/>
1001                 <fieldValue name='cylinderTranslationvalue='-1.52101 -0.15500 1.20119'/>
1002                 <fieldValue name='coneTranslationvalue='-1.64833 -0.09622 1.20022'/>
1003                 <fieldValue name='rotationvalue='-0.41218 0 54.51656 1.13830'/>
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.03135'/>
1012                 <fieldValue name='cylinderTranslationvalue='-1.49085 -0.51632 1.59274'/>
1013                 <fieldValue name='coneTranslationvalue='-1.65805 -0.67872 1.86139'/>
1014                 <fieldValue name='rotationvalue='77.89945 -0.00000 48.48373 2.04499'/>
1015                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1016                 <fieldValue name='ballRadiusvalue='0.02'/>
1017                 <fieldValue name='traceEnabledvalue='false'/>
1018                 <fieldValue name='displayMode'/>
1019                 <fieldValue name='transparencyvalue='0'/>
1020            </ProtoInstance>
1021            <ProtoInstance name='Arc'>
1022                 <fieldValue name='cylinderHeightvalue='0.54628'/>
1023                 <fieldValue name='cylinderTranslationvalue='-1.42570 -0.40117 1.37266'/>
1024                 <fieldValue name='coneTranslationvalue='-1.49913 -0.45101 1.44283'/>
1025                 <fieldValue name='rotationvalue='33.88241 -0.00000 35.45510 2.02697'/>
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.94242'/>
1034                 <fieldValue name='cylinderTranslationvalue='-1.31050 -0.54363 0.81707'/>
1035                 <fieldValue name='coneTranslationvalue='-1.35149 -0.71718 0.56202'/>
1036                 <fieldValue name='rotationvalue='-77.23550 0 12.41380 2.16237'/>
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='1.00486'/>
1045                 <fieldValue name='cylinderTranslationvalue='-0.96051 0.10228 1.05242'/>
1046                 <fieldValue name='coneTranslationvalue='-0.76428 0.36340 0.94963'/>
1047                 <fieldValue name='rotationvalue='-30.16535 0 -57.58404 0.70355'/>
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.38689'/>
1056                 <fieldValue name='cylinderTranslationvalue='-1.39961 -0.23691 1.09084'/>
1057                 <fieldValue name='coneTranslationvalue='-1.42575 -0.22931 1.07141'/>
1058                 <fieldValue name='rotationvalue='-22.48091 0 30.23657 1.34168'/>
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.98451'/>
1067                 <fieldValue name='cylinderTranslationvalue='-1.51695 -0.50808 1.54759'/>
1068                 <fieldValue name='coneTranslationvalue='-1.69819 -0.66146 1.78001'/>
1069                 <fieldValue name='rotationvalue='68.86910 -0.00000 53.70395 2.05063'/>
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.38235'/>
1078                 <fieldValue name='cylinderTranslationvalue='-1.34793 -0.33011 1.35888'/>
1079                 <fieldValue name='coneTranslationvalue='-1.36416 -0.33814 1.38426'/>
1080                 <fieldValue name='rotationvalue='31.12566 -0.00000 19.90142 1.83141'/>
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.99495'/>
1089                 <fieldValue name='cylinderTranslationvalue='-1.47172 -0.51596 1.58053'/>
1090                 <fieldValue name='coneTranslationvalue='-1.62320 -0.67546 1.83647'/>
1091                 <fieldValue name='rotationvalue='75.45611 -0.00000 44.65897 2.06306'/>
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.93574'/>
1100                 <fieldValue name='cylinderTranslationvalue='-1.63733 -0.35080 1.45377'/>
1101                 <fieldValue name='coneTranslationvalue='-1.89324 -0.39684 1.61863'/>
1102                 <fieldValue name='rotationvalue='50.10523 -0.00000 77.78049 1.72088'/>
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.42899'/>
1111                 <fieldValue name='cylinderTranslationvalue='-1.17564 -0.17445 1.37468'/>
1112                 <fieldValue name='coneTranslationvalue='-1.15715 -0.14742 1.41823'/>
1113                 <fieldValue name='rotationvalue='34.28651 0 -14.55692 1.05176'/>
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.45828'/>
1122                 <fieldValue name='cylinderTranslationvalue='-1.11610 -0.46237 1.24843'/>
1123                 <fieldValue name='coneTranslationvalue='-1.07618 -0.51715 1.26207'/>
1124                 <fieldValue name='rotationvalue='9.03716 0 -26.46464 2.48525'/>
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='1.48938'/>
1133                 <fieldValue name='cylinderTranslationvalue='-1.27776 -0.60751 0.53467'/>
1134                 <fieldValue name='coneTranslationvalue='-1.30078 -0.86399 0.00975'/>
1135                 <fieldValue name='rotationvalue='-133.71489 0 5.86594 2.02490'/>
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.68311'/>
1144                 <fieldValue name='cylinderTranslationvalue='-1.24982 -0.08534 1.48332'/>
1145                 <fieldValue name='coneTranslationvalue='-1.25056 0.01858 1.63219'/>
1146                 <fieldValue name='rotationvalue='56.01349 -0.00000 0.27889 0.96138'/>
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.58889'/>
1155                 <fieldValue name='cylinderTranslationvalue='-1.43698 -0.41683 1.38395'/>
1156                 <fieldValue name='coneTranslationvalue='-1.52308 -0.47893 1.46645'/>
1157                 <fieldValue name='rotationvalue='36.13977 -0.00000 37.71141 2.05087'/>
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.68054'/>
1166                 <fieldValue name='cylinderTranslationvalue='-1.27035 -0.08868 1.48321'/>
1167                 <fieldValue name='coneTranslationvalue='-1.28196 0.01313 1.63152'/>
1168                 <fieldValue name='rotationvalue='55.99165 -0.00000 4.38451 0.97068'/>
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.59202'/>
1177                 <fieldValue name='cylinderTranslationvalue='-1.40425 -0.53153 1.22552'/>
1178                 <fieldValue name='coneTranslationvalue='-1.47585 -0.64671 1.23575'/>
1179                 <fieldValue name='rotationvalue='4.45370 -0.00000 31.16549 2.58089'/>
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='1.23224'/>
1188                 <fieldValue name='cylinderTranslationvalue='-0.81203 -0.39064 0.78240'/>
1189                 <fieldValue name='coneTranslationvalue='-0.48896 -0.47192 0.47085'/>
1190                 <fieldValue name='rotationvalue='-84.16878 0 -87.27951 1.74995'/>
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.55431'/>
1199                 <fieldValue name='cylinderTranslationvalue='-1.28186 -0.37732 1.46091'/>
1200                 <fieldValue name='coneTranslationvalue='-1.29599 -0.41810 1.56982'/>
1201                 <fieldValue name='rotationvalue='51.53179 -0.00000 6.68697 1.92634'/>
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.39819'/>
1210                 <fieldValue name='cylinderTranslationvalue='-1.26728 -0.11703 1.31482'/>
1211                 <fieldValue name='coneTranslationvalue='-1.27098 -0.08487 1.33673'/>
1212                 <fieldValue name='rotationvalue='22.31462 -0.00000 3.77072 0.60450'/>
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.64932'/>
1221                 <fieldValue name='cylinderTranslationvalue='-1.38465 -0.44661 1.44691'/>
1222                 <fieldValue name='coneTranslationvalue='-1.45374 -0.53068 1.57048'/>
1223                 <fieldValue name='rotationvalue='48.73178 -0.00000 27.24486 2.10665'/>
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.73243'/>
1232                 <fieldValue name='cylinderTranslationvalue='1.83619 -1.58943 0.01926'/>
1233                 <fieldValue name='coneTranslationvalue='1.98015 -1.72923 0.06675'/>
1234                 <fieldValue name='rotationvalue='16.86599 0 -51.13256 2.31576'/>
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.86322'/>
1243                 <fieldValue name='cylinderTranslationvalue='1.94332 -1.56473 -0.13350'/>
1244                 <fieldValue name='coneTranslationvalue='2.17163 -1.70542 -0.17656'/>
1245                 <fieldValue name='rotationvalue='-13.68643 0 -72.55888 2.11531'/>
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='1.55651'/>
1254                 <fieldValue name='cylinderTranslationvalue='1.19154 -0.87158 -0.54867'/>
1255                 <fieldValue name='coneTranslationvalue='0.88253 -0.49854 -0.93284'/>
1256                 <fieldValue name='rotationvalue='-96.71990 0 77.79718 0.92307'/>
1257                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1258                 <fieldValue name='ballRadiusvalue='0.02'/>
1259                 <fieldValue name='traceEnabledvalue='false'/>
1260                 <fieldValue name='displayMode'/>
1261                 <fieldValue name='transparencyvalue='0'/>
1262            </ProtoInstance>
1263            <ProtoInstance name='Arc'>
1264                 <fieldValue name='cylinderHeightvalue='0.89938'/>
1265                 <fieldValue name='cylinderTranslationvalue='1.96570 -1.56267 -0.13431'/>
1266                 <fieldValue name='coneTranslationvalue='2.21383 -1.70537 -0.17892'/>
1267                 <fieldValue name='rotationvalue='-13.84880 0 -77.03458 2.08587'/>
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.30130'/>
1276                 <fieldValue name='cylinderTranslationvalue='1.58928 -1.42435 0.06022'/>
1277                 <fieldValue name='coneTranslationvalue='1.58874 -1.41918 0.05245'/>
1278                 <fieldValue name='rotationvalue='25.05821 0 -1.75049 2.15583'/>
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='1.13153'/>
1287                 <fieldValue name='cylinderTranslationvalue='1.11029 -1.13243 0.17032'/>
1288                 <fieldValue name='coneTranslationvalue='0.77304 -0.98274 0.33914'/>
1289                 <fieldValue name='rotationvalue='47.07710 -0.00000 94.04654 1.19295'/>
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.89938'/>
1298                 <fieldValue name='cylinderTranslationvalue='1.96570 -1.56267 -0.13431'/>
1299                 <fieldValue name='coneTranslationvalue='2.21382 -1.70538 -0.17892'/>
1300                 <fieldValue name='rotationvalue='-13.84856 0 -77.03413 2.08588'/>
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.53871'/>
1309                 <fieldValue name='cylinderTranslationvalue='1.80378 -1.48427 -0.11228'/>
1310                 <fieldValue name='coneTranslationvalue='1.89442 -1.54237 -0.13145'/>
1311                 <fieldValue name='rotationvalue='-9.44237 0 -44.65077 2.13094'/>
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.85973'/>
1320                 <fieldValue name='cylinderTranslationvalue='1.94091 -1.56537 -0.13313'/>
1321                 <fieldValue name='coneTranslationvalue='2.16716 -1.70612 -0.17586'/>
1322                 <fieldValue name='rotationvalue='-13.61253 0 -72.07761 2.11951'/>
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.55697'/>
1331                 <fieldValue name='cylinderTranslationvalue='1.81244 -1.48749 -0.11360'/>
1332                 <fieldValue name='coneTranslationvalue='1.91111 -1.54975 -0.13425'/>
1333                 <fieldValue name='rotationvalue='-9.70744 0 -46.38237 2.12407'/>
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.86322'/>
1342                 <fieldValue name='cylinderTranslationvalue='1.94332 -1.56473 -0.13350'/>
1343                 <fieldValue name='coneTranslationvalue='2.17163 -1.70542 -0.17656'/>
1344                 <fieldValue name='rotationvalue='-13.68643 0 -72.55888 2.11531'/>
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.43967'/>
1353                 <fieldValue name='cylinderTranslationvalue='-0.15130 -1.17731 -0.46427'/>
1354                 <fieldValue name='coneTranslationvalue='-0.17225 -1.21962 -0.50104'/>
1355                 <fieldValue name='rotationvalue='-27.01595 0 15.39073 2.35610'/>
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.61727'/>
1364                 <fieldValue name='cylinderTranslationvalue='-0.04259 -1.30541 -0.44690'/>
1365                 <fieldValue name='coneTranslationvalue='-0.02730 -1.44196 -0.50359'/>
1366                 <fieldValue name='rotationvalue='-23.54273 0 -6.35146 2.73549'/>
1367                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1368                 <fieldValue name='ballRadiusvalue='0.02'/>
1369                 <fieldValue name='traceEnabledvalue='false'/>
1370                 <fieldValue name='displayMode'/>
1371                 <fieldValue name='transparencyvalue='0'/>
1372            </ProtoInstance>
1373            <ProtoInstance name='Arc'>
1374                 <fieldValue name='cylinderHeightvalue='1.16380'/>
1375                 <fieldValue name='cylinderTranslationvalue='-0.15241 -0.45133 -0.24560'/>
1376                 <fieldValue name='coneTranslationvalue='-0.20901 -0.03765 -0.18500'/>
1377                 <fieldValue name='rotationvalue='16.71727 -0.00000 15.61255 0.19783'/>
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.55682'/>
1386                 <fieldValue name='cylinderTranslationvalue='0.00919 -1.28706 -0.31460'/>
1387                 <fieldValue name='coneTranslationvalue='0.04473 -1.39984 -0.30839'/>
1388                 <fieldValue name='rotationvalue='2.91875 0 -16.70891 2.83205'/>
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.53752'/>
1397                 <fieldValue name='cylinderTranslationvalue='-0.14355 -0.90341 -0.09809'/>
1398                 <fieldValue name='coneTranslationvalue='-0.17156 -0.85548 -0.00457'/>
1399                 <fieldValue name='rotationvalue='46.22050 -0.00000 13.84020 1.11433'/>
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.88954'/>
1408                 <fieldValue name='cylinderTranslationvalue='0.04365 -1.43393 -0.44798'/>
1409                 <fieldValue name='coneTranslationvalue='0.11920 -1.69775 -0.52404'/>
1410                 <fieldValue name='rotationvalue='-23.75834 0 -23.60049 2.75562'/>
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.71054'/>
1419                 <fieldValue name='cylinderTranslationvalue='-0.25449 -1.31586 -0.24352'/>
1420                 <fieldValue name='coneTranslationvalue='-0.35350 -1.47745 -0.19644'/>
1421                 <fieldValue name='rotationvalue='17.13302 -0.00000 36.02710 2.54545'/>
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.81718'/>
1430                 <fieldValue name='cylinderTranslationvalue='-0.27352 -1.22852 -0.62001'/>
1431                 <fieldValue name='coneTranslationvalue='-0.39470 -1.35424 -0.79695'/>
1432                 <fieldValue name='rotationvalue='-58.16420 0 39.83461 2.10103'/>
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.94474'/>
1441                 <fieldValue name='cylinderTranslationvalue='0.32521 -1.26002 -0.41147'/>
1442                 <fieldValue name='coneTranslationvalue='0.58943 -1.41750 -0.46588'/>
1443                 <fieldValue name='rotationvalue='-16.45542 0 -79.91228 2.09920'/>
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.98339'/>
1452                 <fieldValue name='cylinderTranslationvalue='-0.13336 -1.50999 -0.33431'/>
1453                 <fieldValue name='coneTranslationvalue='-0.17317 -1.83927 -0.33777'/>
1454                 <fieldValue name='rotationvalue='-1.02430 0 11.80210 3.02083'/>
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.62113'/>
1463                 <fieldValue name='cylinderTranslationvalue='0.02991 -1.30742 -0.39280'/>
1464                 <fieldValue name='coneTranslationvalue='0.08045 -1.44585 -0.42364'/>
1465                 <fieldValue name='rotationvalue='-12.72213 0 -20.85127 2.73743'/>
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.71769'/>
1474                 <fieldValue name='cylinderTranslationvalue='-0.37054 -1.01152 -0.53152'/>
1475                 <fieldValue name='coneTranslationvalue='-0.53467 -1.00578 -0.64363'/>
1476                 <fieldValue name='rotationvalue='-40.46505 0 59.23788 1.54193'/>
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.69417'/>
1485                 <fieldValue name='cylinderTranslationvalue='-0.07630 -0.80945 -0.60367'/>
1486                 <fieldValue name='coneTranslationvalue='-0.07736 -0.69495 -0.75162'/>
1487                 <fieldValue name='rotationvalue='-54.89553 0 0.39042 0.91217'/>
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='1.62611'/>
1496                 <fieldValue name='cylinderTranslationvalue='-0.58105 -0.46264 -0.02660'/>
1497                 <fieldValue name='coneTranslationvalue='-0.98804 -0.01346 0.21645'/>
1498                 <fieldValue name='rotationvalue='60.51871 -0.00000 101.34031 0.81231'/>
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.59959'/>
1507                 <fieldValue name='cylinderTranslationvalue='0.02273 -1.29471 -0.40676'/>
1508                 <fieldValue name='coneTranslationvalue='0.06800 -1.42193 -0.44294'/>
1509                 <fieldValue name='rotationvalue='-15.51501 0 -19.41606 2.71419'/>
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.99472'/>
1518                 <fieldValue name='cylinderTranslationvalue='0.03061 -1.47282 -0.51086'/>
1519                 <fieldValue name='coneTranslationvalue='0.10181 -1.77869 -0.63409'/>
1520                 <fieldValue name='rotationvalue='-36.33478 0 -20.99260 2.70610'/>
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.75359'/>
1529                 <fieldValue name='cylinderTranslationvalue='-0.35257 -0.81383 -0.47510'/>
1530                 <fieldValue name='coneTranslationvalue='-0.51265 -0.69413 -0.55905'/>
1531                 <fieldValue name='rotationvalue='-29.18131 0 55.64359 0.98587'/>
1532                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1533                 <fieldValue name='ballRadiusvalue='0.02'/>
1534                 <fieldValue name='traceEnabledvalue='false'/>
1535                 <fieldValue name='displayMode'/>
1536                 <fieldValue name='transparencyvalue='0'/>
1537            </ProtoInstance>
1538            <ProtoInstance name='Arc'>
1539                 <fieldValue name='cylinderHeightvalue='0.99173'/>
1540                 <fieldValue name='cylinderTranslationvalue='0.08295 -1.46685 -0.48132'/>
1541                 <fieldValue name='coneTranslationvalue='0.18950 -1.76824 -0.58436'/>
1542                 <fieldValue name='rotationvalue='-30.42605 0 -31.46037 2.68453'/>
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='1.02961'/>
1551                 <fieldValue name='cylinderTranslationvalue='0.28286 -0.97280 0.03826'/>
1552                 <fieldValue name='coneTranslationvalue='0.52904 -0.93897 0.29150'/>
1553                 <fieldValue name='rotationvalue='73.48947 0 -71.44119 1.47531'/>
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.50700'/>
1562                 <fieldValue name='cylinderTranslationvalue='0.01788 -1.16116 -0.51986'/>
1563                 <fieldValue name='coneTranslationvalue='0.05190 -1.21253 -0.59019'/>
1564                 <fieldValue name='rotationvalue='-38.13456 0 -18.44656 2.15248'/>
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.91862'/>
1573                 <fieldValue name='cylinderTranslationvalue='0.05946 -1.19211 -0.73426'/>
1574                 <fieldValue name='coneTranslationvalue='0.14667 -1.30304 -0.99822'/>
1575                 <fieldValue name='rotationvalue='-81.01398 0 -26.76304 1.95048'/>
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.99392'/>
1584                 <fieldValue name='cylinderTranslationvalue='0.08527 -1.47152 -0.46815'/>
1585                 <fieldValue name='coneTranslationvalue='0.19351 -1.77640 -0.56237'/>
1586                 <fieldValue name='rotationvalue='-27.79173 0 -31.92490 2.70168'/>
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.60713'/>
1595                 <fieldValue name='cylinderTranslationvalue='-0.23359 -1.21183 -0.50444'/>
1596                 <fieldValue name='coneTranslationvalue='-0.30890 -1.30166 -0.58732'/>
1597                 <fieldValue name='rotationvalue='-35.05026 0 31.84850 2.24686'/>
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.91641'/>
1606                 <fieldValue name='cylinderTranslationvalue='-0.22499 -0.76115 0.01618'/>
1607                 <fieldValue name='coneTranslationvalue='-0.32303 -0.59147 0.24096'/>
1608                 <fieldValue name='rotationvalue='69.07497 -0.00000 30.12809 0.96550'/>
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.81605'/>
1617                 <fieldValue name='cylinderTranslationvalue='-0.12068 -1.18687 0.04110'/>
1618                 <fieldValue name='coneTranslationvalue='-0.14884 -1.28716 0.26619'/>
1619                 <fieldValue name='rotationvalue='74.05841 -0.00000 9.26585 1.98708'/>
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.63184'/>
1628                 <fieldValue name='cylinderTranslationvalue='0.23186 -0.94704 -0.30827'/>
1629                 <fieldValue name='coneTranslationvalue='0.38299 -0.91010 -0.29794'/>
1630                 <fieldValue name='rotationvalue='4.18423 0 -61.24222 1.33162'/>
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.42635'/>
1639                 <fieldValue name='cylinderTranslationvalue='-0.07097 -1.14759 -0.15707'/>
1640                 <fieldValue name='coneTranslationvalue='-0.07013 -1.17895 -0.11413'/>
1641                 <fieldValue name='rotationvalue='34.42492 0 -0.67568 2.20153'/>
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.56216'/>
1650                 <fieldValue name='cylinderTranslationvalue='0.01993 -1.28062 -0.38548'/>
1651                 <fieldValue name='coneTranslationvalue='0.06055 -1.39208 -0.40973'/>
1652                 <fieldValue name='rotationvalue='-11.25783 0 -18.85692 2.74024'/>
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.18928'/>
1661                 <fieldValue name='cylinderTranslationvalue='-0.06422 -1.10973 -0.36289'/>
1662                 <fieldValue name='coneTranslationvalue='-0.07122 -1.04906 -0.33961'/>
1663                 <fieldValue name='rotationvalue='-6.73986 0 -2.02558 2.76062'/>
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.91623'/>
1672                 <fieldValue name='cylinderTranslationvalue='-1.30381 -0.00302 0.41919'/>
1673                 <fieldValue name='coneTranslationvalue='-1.06482 -0.13847 0.30340'/>
1674                 <fieldValue name='rotationvalue='-35.58639 0 -73.45254 2.04246'/>
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.61806'/>
1683                 <fieldValue name='cylinderTranslationvalue='-1.92554 0.11784 0.74918'/>
1684                 <fieldValue name='coneTranslationvalue='-2.04826 0.07574 0.82252'/>
1685                 <fieldValue name='rotationvalue='30.41202 -0.00000 50.89456 1.85718'/>
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.85020'/>
1694                 <fieldValue name='cylinderTranslationvalue='-1.60484 0.50973 0.30809'/>
1695                 <fieldValue name='coneTranslationvalue='-1.56353 0.69969 0.12784'/>
1696                 <fieldValue name='rotationvalue='-57.80703 0 -13.24666 0.77197'/>
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.76913'/>
1705                 <fieldValue name='cylinderTranslationvalue='-1.73476 0.58432 0.58982'/>
1706                 <fieldValue name='coneTranslationvalue='-1.77195 0.80574 0.58556'/>
1707                 <fieldValue name='rotationvalue='-1.46078 0 12.73734 0.16748'/>
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='1.05801'/>
1716                 <fieldValue name='cylinderTranslationvalue='-2.18555 0.22840 0.71800'/>
1717                 <fieldValue name='coneTranslationvalue='-2.54443 0.24463 0.80232'/>
1718                 <fieldValue name='rotationvalue='24.17526 -0.00000 102.89635 1.52680'/>
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.88358'/>
1727                 <fieldValue name='cylinderTranslationvalue='-1.72157 0.42608 0.21790'/>
1728                 <fieldValue name='coneTranslationvalue='-1.75378 0.56701 -0.02398'/>
1729                 <fieldValue name='rotationvalue='-75.84399 0 10.09949 1.04705'/>
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.65750'/>
1738                 <fieldValue name='cylinderTranslationvalue='-1.73233 0.08799 0.89813'/>
1739                 <fieldValue name='coneTranslationvalue='-1.76378 0.02785 1.05263'/>
1740                 <fieldValue name='rotationvalue='60.20011 -0.00000 12.25210 1.93514'/>
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.81084'/>
1749                 <fieldValue name='cylinderTranslationvalue='-1.62860 0.38592 0.95751'/>
1750                 <fieldValue name='coneTranslationvalue='-1.60290 0.49536 1.17566'/>
1751                 <fieldValue name='rotationvalue='72.07672 0 -8.49361 1.10859'/>
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.56423'/>
1760                 <fieldValue name='cylinderTranslationvalue='-1.61093 0.00608 0.78778'/>
1761                 <fieldValue name='coneTranslationvalue='-1.58490 -0.08008 0.87031'/>
1762                 <fieldValue name='rotationvalue='38.13138 0 -12.02789 2.35403'/>
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='1.00063'/>
1771                 <fieldValue name='cylinderTranslationvalue='-1.30512 0.42237 0.33406'/>
1772                 <fieldValue name='coneTranslationvalue='-1.05620 0.57013 0.15512'/>
1773                 <fieldValue name='rotationvalue='-52.61271 0 -73.19078 1.12166'/>
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.68398'/>
1782                 <fieldValue name='cylinderTranslationvalue='-2.00144 0.21561 0.68490'/>
1783                 <fieldValue name='coneTranslationvalue='-2.17725 0.22118 0.73160'/>
1784                 <fieldValue name='rotationvalue='17.55443 -0.00000 66.07411 1.54016'/>
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.65631'/>
1793                 <fieldValue name='cylinderTranslationvalue='-1.98891 0.20437 0.67875'/>
1794                 <fieldValue name='coneTranslationvalue='-2.15178 0.20397 0.72057'/>
1795                 <fieldValue name='rotationvalue='16.32433 -0.00000 63.56810 1.57313'/>
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.76065'/>
1804                 <fieldValue name='cylinderTranslationvalue='-1.78420 -0.15601 0.55935'/>
1805                 <fieldValue name='coneTranslationvalue='-1.84973 -0.36522 0.53747'/>
1806                 <fieldValue name='rotationvalue='-7.55425 0 22.62504 2.82262'/>
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.67466'/>
1815                 <fieldValue name='cylinderTranslationvalue='-1.37941 0.15086 0.43656'/>
1816                 <fieldValue name='coneTranslationvalue='-1.22609 0.12234 0.35215'/>
1817                 <fieldValue name='rotationvalue='-32.11274 0 -58.33175 1.73238'/>
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.99527'/>
1826                 <fieldValue name='cylinderTranslationvalue='-2.06495 0.13377 0.89277'/>
1827                 <fieldValue name='coneTranslationvalue='-2.33219 0.08536 1.09336'/>
1828                 <fieldValue name='rotationvalue='59.12885 -0.00000 78.77607 1.71469'/>
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.90026'/>
1837                 <fieldValue name='cylinderTranslationvalue='-1.35203 0.11622 0.29229'/>
1838                 <fieldValue name='coneTranslationvalue='-1.14639 0.05892 0.09581'/>
1839                 <fieldValue name='rotationvalue='-60.96742 0 -63.80829 1.76962'/>
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='1.10193'/>
1848                 <fieldValue name='cylinderTranslationvalue='-2.20631 0.22804 0.72578'/>
1849                 <fieldValue name='coneTranslationvalue='-2.58612 0.24430 0.81707'/>
1850                 <fieldValue name='rotationvalue='25.73109 -0.00000 107.04865 1.52920'/>
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.28801'/>
1859                 <fieldValue name='cylinderTranslationvalue='-1.81112 0.18232 0.62166'/>
1860                 <fieldValue name='coneTranslationvalue='-1.79557 0.18486 0.61893'/>
1861                 <fieldValue name='rotationvalue='4.90671 -0.00000 28.01055 1.72987'/>
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.15229'/>
1870                 <fieldValue name='cylinderTranslationvalue='-1.73723 0.22559 0.56545'/>
1871                 <fieldValue name='coneTranslationvalue='-1.66438 0.20306 0.60033'/>
1872                 <fieldValue name='rotationvalue='-6.33426 0 13.23153 1.29879'/>
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.66616'/>
1881                 <fieldValue name='cylinderTranslationvalue='-1.99575 0.21948 0.67005'/>
1882                 <fieldValue name='coneTranslationvalue='-2.16447 0.22693 0.70795'/>
1883                 <fieldValue name='rotationvalue='14.58540 -0.00000 64.93664 1.52772'/>
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.59673'/>
1892                 <fieldValue name='cylinderTranslationvalue='-1.94717 0.29662 0.53063'/>
1893                 <fieldValue name='coneTranslationvalue='-2.07521 0.33905 0.49980'/>
1894                 <fieldValue name='rotationvalue='-13.29829 0 55.21937 1.25914'/>
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.68398'/>
1903                 <fieldValue name='cylinderTranslationvalue='-2.00144 0.21561 0.68490'/>
1904                 <fieldValue name='coneTranslationvalue='-2.17725 0.22118 0.73160'/>
1905                 <fieldValue name='rotationvalue='17.55443 -0.00000 66.07411 1.54016'/>
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.65302'/>
1914                 <fieldValue name='cylinderTranslationvalue='-1.89921 0.30709 0.80728'/>
1915                 <fieldValue name='coneTranslationvalue='-2.01556 0.35908 0.91446'/>
1916                 <fieldValue name='rotationvalue='42.03170 -0.00000 45.62820 1.25324'/>
1917                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1918                 <fieldValue name='ballRadiusvalue='0.02'/>
1919                 <fieldValue name='traceEnabledvalue='false'/>
1920                 <fieldValue name='displayMode'/>
1921                 <fieldValue name='transparencyvalue='0'/>
1922            </ProtoInstance>
1923            <ProtoInstance name='Arc'>
1924                 <fieldValue name='cylinderHeightvalue='1.54242'/>
1925                 <fieldValue name='cylinderTranslationvalue='-0.03839 0.93187 -0.46755'/>
1926                 <fieldValue name='coneTranslationvalue='0.06854 0.80950 -1.05675'/>
1927                 <fieldValue name='rotationvalue='-148.68992 0 -26.98411 1.77237'/>
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.53742'/>
1936                 <fieldValue name='cylinderTranslationvalue='-0.16155 1.17986 0.52752'/>
1937                 <fieldValue name='coneTranslationvalue='-0.15680 1.21773 0.62931'/>
1938                 <fieldValue name='rotationvalue='50.32245 0 -2.35215 1.21506'/>
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='1.11090'/>
1947                 <fieldValue name='cylinderTranslationvalue='-0.33593 1.19942 0.79483'/>
1948                 <fieldValue name='coneTranslationvalue='-0.45171 1.27997 1.16427'/>
1949                 <fieldValue name='rotationvalue='103.78490 -0.00000 32.52344 1.36567'/>
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.69697'/>
1958                 <fieldValue name='cylinderTranslationvalue='0.14339 0.98327 0.17331'/>
1959                 <fieldValue name='coneTranslationvalue='0.31469 0.92755 0.11782'/>
1960                 <fieldValue name='rotationvalue='-20.51856 0 -63.34156 1.87087'/>
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='1.02670'/>
1969                 <fieldValue name='cylinderTranslationvalue='0.03855 1.50287 0.06355'/>
1970                 <fieldValue name='coneTranslationvalue='0.18437 1.78962 -0.08262'/>
1971                 <fieldValue name='rotationvalue='-42.47049 0 -42.37180 0.62405'/>
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.61964'/>
1980                 <fieldValue name='cylinderTranslationvalue='-0.02406 1.34023 0.37193'/>
1981                 <fieldValue name='coneTranslationvalue='0.04812 1.46304 0.41836'/>
1982                 <fieldValue name='rotationvalue='19.20432 0 -29.85096 0.60995'/>
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='1.06312'/>
1991                 <fieldValue name='cylinderTranslationvalue='-0.20190 0.60275 0.05694'/>
1992                 <fieldValue name='coneTranslationvalue='-0.22187 0.26477 -0.09611'/>
1993                 <fieldValue name='rotationvalue='-43.79206 0 5.71625 2.71320'/>
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.91025'/>
2002                 <fieldValue name='cylinderTranslationvalue='-0.24526 1.52401 0.17418'/>
2003                 <fieldValue name='coneTranslationvalue='-0.29192 1.80786 0.10821'/>
2004                 <fieldValue name='rotationvalue='-20.34558 0 14.39014 0.27731'/>
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='1.02670'/>
2013                 <fieldValue name='cylinderTranslationvalue='0.03855 1.50287 0.06355'/>
2014                 <fieldValue name='coneTranslationvalue='0.18437 1.78962 -0.08262'/>
2015                 <fieldValue name='rotationvalue='-42.47049 0 -42.37180 0.62405'/>
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.96523'/>
2024                 <fieldValue name='cylinderTranslationvalue='0.01381 1.48610 0.47095'/>
2025                 <fieldValue name='coneTranslationvalue='0.13890 1.75337 0.60133'/>
2026                 <fieldValue name='rotationvalue='39.00862 0 -37.42524 0.59446'/>
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='1.28669'/>
2035                 <fieldValue name='cylinderTranslationvalue='-0.49673 1.09735 0.83193'/>
2036                 <fieldValue name='coneTranslationvalue='-0.73972 1.10566 1.24967'/>
2037                 <fieldValue name='rotationvalue='111.20555 -0.00000 64.68416 1.55359'/>
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.66567'/>
2046                 <fieldValue name='cylinderTranslationvalue='-0.20401 1.27184 0.55050'/>
2047                 <fieldValue name='coneTranslationvalue='-0.21996 1.36820 0.69309'/>
2048                 <fieldValue name='rotationvalue='54.91868 -0.00000 6.14014 0.97939'/>
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.81958'/>
2057                 <fieldValue name='cylinderTranslationvalue='0.11654 0.79671 0.28401'/>
2058                 <fieldValue name='coneTranslationvalue='0.29322 0.62021 0.28895'/>
2059                 <fieldValue name='rotationvalue='1.62096 0 -57.97062 2.35550'/>
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='1.00090'/>
2068                 <fieldValue name='cylinderTranslationvalue='-0.42295 0.78584 0.58875'/>
2069                 <fieldValue name='coneTranslationvalue='-0.59277 0.58146 0.80157'/>
2070                 <fieldValue name='rotationvalue='62.56906 -0.00000 49.92726 2.21471'/>
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='1.06792'/>
2079                 <fieldValue name='cylinderTranslationvalue='0.06879 1.54409 0.40594'/>
2080                 <fieldValue name='coneTranslationvalue='0.23834 1.86472 0.49701'/>
2081                 <fieldValue name='rotationvalue='26.00718 0 -48.42014 0.54062'/>
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.61754'/>
2090                 <fieldValue name='cylinderTranslationvalue='-0.07005 1.32240 0.44597'/>
2091                 <fieldValue name='coneTranslationvalue='-0.02030 1.43617 0.52790'/>
2092                 <fieldValue name='rotationvalue='34.01244 0 -20.65282 0.70019'/>
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.97156'/>
2101                 <fieldValue name='cylinderTranslationvalue='-0.09974 1.28829 -0.15971'/>
2102                 <fieldValue name='coneTranslationvalue='-0.05040 1.42376 -0.45185'/>
2103                 <fieldValue name='rotationvalue='-87.12275 0 -14.71490 1.14192'/>
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.90996'/>
2112                 <fieldValue name='cylinderTranslationvalue='-0.55624 0.86294 0.17345'/>
2113                 <fieldValue name='coneTranslationvalue='-0.80450 0.71814 0.10703'/>
2114                 <fieldValue name='rotationvalue='-20.49060 0 76.58497 2.08389'/>
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.60668'/>
2123                 <fieldValue name='cylinderTranslationvalue='-0.05909 1.33983 0.39707'/>
2124                 <fieldValue name='coneTranslationvalue='-0.00511 1.45964 0.45432'/>
2125                 <fieldValue name='rotationvalue='24.23237 0 -22.84557 0.58110'/>
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.53425'/>
2134                 <fieldValue name='cylinderTranslationvalue='-0.16619 1.35249 0.29674'/>
2135                 <fieldValue name='coneTranslationvalue='-0.16334 1.45925 0.30509'/>
2136                 <fieldValue name='rotationvalue='4.16714 0 -1.42434 0.08252'/>
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.91025'/>
2145                 <fieldValue name='cylinderTranslationvalue='-0.24526 1.52401 0.17418'/>
2146                 <fieldValue name='coneTranslationvalue='-0.29192 1.80786 0.10821'/>
2147                 <fieldValue name='rotationvalue='-20.34558 0 14.39014 0.27731'/>
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.96414'/>
2156                 <fieldValue name='cylinderTranslationvalue='-0.12704 1.54758 0.40800'/>
2157                 <fieldValue name='coneTranslationvalue='-0.09612 1.85578 0.49626'/>
2158                 <fieldValue name='rotationvalue='26.41979 0 -9.25505 0.29459'/>
2159                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2160                 <fieldValue name='ballRadiusvalue='0.02'/>
2161                 <fieldValue name='traceEnabledvalue='false'/>
2162                 <fieldValue name='displayMode'/>
2163                 <fieldValue name='transparencyvalue='0'/>
2164            </ProtoInstance>
2165            <ProtoInstance name='Arc'>
2166                 <fieldValue name='cylinderHeightvalue='0.47793'/>
2167                 <fieldValue name='cylinderTranslationvalue='-0.27957 1.29414 0.32696'/>
2168                 <fieldValue name='coneTranslationvalue='-0.31469 1.36282 0.34383'/>
2169                 <fieldValue name='rotationvalue='10.21167 -0.00000 21.25214 0.51593'/>
2170                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2171                 <fieldValue name='ballRadiusvalue='0.02'/>
2172                 <fieldValue name='traceEnabledvalue='false'/>
2173                 <fieldValue name='displayMode'/>
2174                 <fieldValue name='transparencyvalue='0'/>
2175            </ProtoInstance>
2176            <ProtoInstance name='Arc'>
2177                 <fieldValue name='cylinderHeightvalue='0.67762'/>
2178                 <fieldValue name='cylinderTranslationvalue='-0.41040 1.15705 0.04445'/>
2179                 <fieldValue name='coneTranslationvalue='-0.53553 1.19439 -0.07770'/>
2180                 <fieldValue name='rotationvalue='-46.29090 0 47.41811 1.36037'/>
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='1.06792'/>
2189                 <fieldValue name='cylinderTranslationvalue='0.06879 1.54409 0.40594'/>
2190                 <fieldValue name='coneTranslationvalue='0.23834 1.86472 0.49701'/>
2191                 <fieldValue name='rotationvalue='26.00718 0 -48.42014 0.54062'/>
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.52889'/>
2200                 <fieldValue name='cylinderTranslationvalue='-0.15983 1.18453 0.52105'/>
2201                 <fieldValue name='coneTranslationvalue='-0.15450 1.22333 0.61787'/>
2202                 <fieldValue name='rotationvalue='49.02870 0 -2.69768 1.19013'/>
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='1.60185'/>
2211                 <fieldValue name='cylinderTranslationvalue='-0.27447 0.29292 0.31873'/>
2212                 <fieldValue name='coneTranslationvalue='-0.35542 -0.34194 0.35300'/>
2213                 <fieldValue name='rotationvalue='8.56563 -0.00000 20.23178 3.00400'/>
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.18544'/>
2222                 <fieldValue name='cylinderTranslationvalue='-0.15222 1.17656 0.27730'/>
2223                 <fieldValue name='coneTranslationvalue='-0.16753 1.11105 0.27629'/>
2224                 <fieldValue name='rotationvalue='0.27993 0 -4.21813 0.22999'/>
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.62384'/>
2233                 <fieldValue name='cylinderTranslationvalue='-0.44797 1.10397 0.12911'/>
2234                 <fieldValue name='coneTranslationvalue='-0.58173 1.11258 0.05762'/>
2235                 <fieldValue name='rotationvalue='-29.35819 0 54.93037 1.51406'/>
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.34655'/>
2244                 <fieldValue name='cylinderTranslationvalue='-0.14813 1.21387 0.39041'/>
2245                 <fieldValue name='coneTranslationvalue='-0.14620 1.22364 0.39918'/>
2246                 <fieldValue name='rotationvalue='22.90143 0 -5.03682 0.74317'/>
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.62681'/>
2255                 <fieldValue name='cylinderTranslationvalue='-0.23493 0.80558 0.15087'/>
2256                 <fieldValue name='coneTranslationvalue='-0.26509 0.66818 0.08967'/>
2257                 <fieldValue name='rotationvalue='-25.00706 0 12.32327 2.68068'/>
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='1.01552'/>
2266                 <fieldValue name='cylinderTranslationvalue='-1.32504 -1.33637 -1.19512'/>
2267                 <fieldValue name='coneTranslationvalue='-1.51148 -1.55196 -1.39436'/>
2268                 <fieldValue name='rotationvalue='-58.18374 0 54.44295 2.23946'/>
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.61101'/>
2277                 <fieldValue name='cylinderTranslationvalue='-1.22623 -1.21072 -1.07001'/>
2278                 <fieldValue name='coneTranslationvalue='-1.30881 -1.30080 -1.14899'/>
2279                 <fieldValue name='rotationvalue='-33.16284 0 34.67982 2.23837'/>
2280                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2281                 <fieldValue name='ballRadiusvalue='0.02'/>
2282                 <fieldValue name='traceEnabledvalue='false'/>
2283                 <fieldValue name='displayMode'/>
2284                 <fieldValue name='transparencyvalue='0'/>
2285            </ProtoInstance>
2286            <ProtoInstance name='Arc'>
2287                 <fieldValue name='cylinderHeightvalue='0.65666'/>
2288                 <fieldValue name='cylinderTranslationvalue='-1.23620 -1.22469 -1.08564'/>
2289                 <fieldValue name='coneTranslationvalue='-1.33022 -1.32882 -1.17867'/>
2290                 <fieldValue name='rotationvalue='-36.28897 0 36.67528 2.23776'/>
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='1.13369'/>
2299                 <fieldValue name='cylinderTranslationvalue='-0.74373 -1.31572 -0.53103'/>
2300                 <fieldValue name='coneTranslationvalue='-0.52187 -1.52683 -0.26319'/>
2301                 <fieldValue name='rotationvalue='74.63378 0 -61.82066 2.11635'/>
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.61395'/>
2310                 <fieldValue name='cylinderTranslationvalue='-1.13641 -1.02438 -1.19956'/>
2311                 <fieldValue name='coneTranslationvalue='-1.17643 -1.02571 -1.34098'/>
2312                 <fieldValue name='rotationvalue='-59.07288 0 16.71722 1.57988'/>
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.47453'/>
2321                 <fieldValue name='cylinderTranslationvalue='-1.08315 -1.20364 -1.05330'/>
2322                 <fieldValue name='coneTranslationvalue='-1.09303 -1.26293 -1.10186'/>
2323                 <fieldValue name='rotationvalue='-29.82076 0 6.06460 2.44542'/>
2324                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2325                 <fieldValue name='ballRadiusvalue='0.02'/>
2326                 <fieldValue name='traceEnabledvalue='false'/>
2327                 <fieldValue name='displayMode'/>
2328                 <fieldValue name='transparencyvalue='0'/>
2329            </ProtoInstance>
2330            <ProtoInstance name='Arc'>
2331                 <fieldValue name='cylinderHeightvalue='1.38960'/>
2332                 <fieldValue name='cylinderTranslationvalue='-1.21270 -0.91400 -0.23665'/>
2333                 <fieldValue name='coneTranslationvalue='-1.33575 -0.83118 0.27717'/>
2334                 <fieldValue name='rotationvalue='133.50901 -0.00000 31.97364 1.41532'/>
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='1.01552'/>
2343                 <fieldValue name='cylinderTranslationvalue='-1.32513 -1.33639 -1.19500'/>
2344                 <fieldValue name='coneTranslationvalue='-1.51163 -1.55200 -1.39417'/>
2345                 <fieldValue name='rotationvalue='-58.16063 0 54.46123 2.23953'/>
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.42251'/>
2354                 <fieldValue name='cylinderTranslationvalue='-0.85978 -1.01138 -0.81902'/>
2355                 <fieldValue name='coneTranslationvalue='-0.81294 -1.00890 -0.79835'/>
2356                 <fieldValue name='rotationvalue='17.03572 0 -38.60988 1.52243'/>
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.48352'/>
2365                 <fieldValue name='cylinderTranslationvalue='-0.93558 -1.11303 -1.09483'/>
2366                 <fieldValue name='coneTranslationvalue='-0.89593 -1.14395 -1.15930'/>
2367                 <fieldValue name='rotationvalue='-38.12610 0 -23.44966 1.95867'/>
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='1.06336'/>
2376                 <fieldValue name='cylinderTranslationvalue='-0.56554 -0.80931 -0.89117'/>
2377                 <fieldValue name='coneTranslationvalue='-0.22490 -0.66091 -0.88207'/>
2378                 <fieldValue name='rotationvalue='2.60524 0 -97.45734 1.16008'/>
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.98122'/>
2387                 <fieldValue name='cylinderTranslationvalue='-1.32444 -1.32798 -1.17447'/>
2388                 <fieldValue name='coneTranslationvalue='-1.50748 -1.53444 -1.35660'/>
2389                 <fieldValue name='rotationvalue='-54.05501 0 54.32331 2.24529'/>
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='1.06679'/>
2398                 <fieldValue name='cylinderTranslationvalue='-0.94071 -0.63486 -1.25403'/>
2399                 <fieldValue name='coneTranslationvalue='-0.86222 -0.36414 -1.49893'/>
2400                 <fieldValue name='rotationvalue='-69.96675 0 -22.42446 0.75973'/>
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.80053'/>
2409                 <fieldValue name='cylinderTranslationvalue='-1.35737 -0.90350 -1.13554'/>
2410                 <fieldValue name='coneTranslationvalue='-1.54018 -0.83262 -1.27441'/>
2411                 <fieldValue name='rotationvalue='-46.26880 0 60.90917 1.27132'/>
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.81587'/>
2420                 <fieldValue name='cylinderTranslationvalue='-1.17996 -0.97788 -0.51905'/>
2421                 <fieldValue name='coneTranslationvalue='-1.25722 -0.95132 -0.28496'/>
2422                 <fieldValue name='rotationvalue='77.02962 -0.00000 25.42579 1.46345'/>
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.97834'/>
2431                 <fieldValue name='cylinderTranslationvalue='-1.32040 -1.32226 -1.18221'/>
2432                 <fieldValue name='coneTranslationvalue='-1.50046 -1.52458 -1.36928'/>
2433                 <fieldValue name='rotationvalue='-55.60196 0 53.51494 2.23274'/>
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.60999'/>
2442                 <fieldValue name='cylinderTranslationvalue='-1.20950 -1.17378 -1.11706'/>
2443                 <fieldValue name='coneTranslationvalue='-1.28398 -1.24614 -1.21826'/>
2444                 <fieldValue name='rotationvalue='-42.57337 0 31.33431 2.09325'/>
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.69561'/>
2453                 <fieldValue name='cylinderTranslationvalue='-1.05230 -1.33544 -1.05408'/>
2454                 <fieldValue name='coneTranslationvalue='-1.05201 -1.50491 -1.13502'/>
2455                 <fieldValue name='rotationvalue='-29.97734 0 -0.10564 2.69605'/>
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.63644'/>
2464                 <fieldValue name='cylinderTranslationvalue='-1.22849 -1.21259 -1.08838'/>
2465                 <fieldValue name='coneTranslationvalue='-1.31584 -1.30756 -1.17996'/>
2466                 <fieldValue name='rotationvalue='-36.83737 0 35.13316 2.21457'/>
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.79406'/>
2475                 <fieldValue name='cylinderTranslationvalue='-0.72283 -1.21168 -0.79195'/>
2476                 <fieldValue name='coneTranslationvalue='-0.52582 -1.32517 -0.72493'/>
2477                 <fieldValue name='rotationvalue='22.45050 0 -65.99926 2.07007'/>
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.61365'/>
2486                 <fieldValue name='cylinderTranslationvalue='-1.26154 -1.12886 -0.70652'/>
2487                 <fieldValue name='coneTranslationvalue='-1.36141 -1.18019 -0.61192'/>
2488                 <fieldValue name='rotationvalue='39.53573 -0.00000 41.74167 1.92795'/>
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.85878'/>
2497                 <fieldValue name='cylinderTranslationvalue='-1.09208 -0.59574 -0.86561'/>
2498                 <fieldValue name='coneTranslationvalue='-1.11670 -0.32857 -0.84140'/>
2499                 <fieldValue name='rotationvalue='7.71821 -0.00000 7.84947 0.12854'/>
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='1.52720'/>
2508                 <fieldValue name='cylinderTranslationvalue='-0.71423 -0.76101 -0.27132'/>
2509                 <fieldValue name='coneTranslationvalue='-0.44658 -0.55503 0.22895'/>
2510                 <fieldValue name='rotationvalue='126.57573 0 -67.71967 1.22255'/>
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.98122'/>
2519                 <fieldValue name='cylinderTranslationvalue='-1.32444 -1.32798 -1.17447'/>
2520                 <fieldValue name='coneTranslationvalue='-1.50748 -1.53444 -1.35660'/>
2521                 <fieldValue name='rotationvalue='-54.05501 0 54.32331 2.24529'/>
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='2.03280'/>
2530                 <fieldValue name='cylinderTranslationvalue='-0.59439 0.52138 0.84168'/>
2531                 <fieldValue name='coneTranslationvalue='-0.21160 0.37078 0.09055'/>
2532                 <fieldValue name='rotationvalue='-178.29370 0 -90.86286 1.74758'/>
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.83085'/>
2541                 <fieldValue name='cylinderTranslationvalue='-1.42375 0.80447 1.87819'/>
2542                 <fieldValue name='coneTranslationvalue='-1.65434 0.86862 1.96736'/>
2543                 <fieldValue name='rotationvalue='29.00695 -0.00000 75.00769 1.31691'/>
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.92393'/>
2552                 <fieldValue name='cylinderTranslationvalue='-0.77363 1.00634 1.52345'/>
2553                 <fieldValue name='coneTranslationvalue='-0.59382 1.20650 1.38638'/>
2554                 <fieldValue name='rotationvalue='-41.93991 0 -55.01599 0.84617'/>
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.57204'/>
2563                 <fieldValue name='cylinderTranslationvalue='-1.11677 0.77097 2.00177'/>
2564                 <fieldValue name='coneTranslationvalue='-1.14676 0.80218 2.12013'/>
2565                 <fieldValue name='rotationvalue='53.72405 -0.00000 13.61257 1.32052'/>
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.94184'/>
2574                 <fieldValue name='cylinderTranslationvalue='-1.12441 0.90540 2.15016'/>
2575                 <fieldValue name='coneTranslationvalue='-1.17439 1.04092 2.42549'/>
2576                 <fieldValue name='rotationvalue='83.40206 -0.00000 15.14079 1.11977'/>
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.53057'/>
2585                 <fieldValue name='cylinderTranslationvalue='-1.13731 0.66544 1.98079'/>
2586                 <fieldValue name='coneTranslationvalue='-1.17248 0.65167 2.07907'/>
2587                 <fieldValue name='rotationvalue='49.52683 -0.00000 17.72056 1.70194'/>
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.58146'/>
2596                 <fieldValue name='cylinderTranslationvalue='-0.93443 0.90427 1.56056'/>
2597                 <fieldValue name='coneTranslationvalue='-0.88305 0.99607 1.48295'/>
2598                 <fieldValue name='rotationvalue='-34.51926 0 -22.85527 0.79234'/>
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.58909'/>
2607                 <fieldValue name='cylinderTranslationvalue='-1.12115 0.78311 2.00633'/>
2608                 <fieldValue name='coneTranslationvalue='-1.15424 0.82101 2.13111'/>
2609                 <fieldValue name='rotationvalue='54.63484 -0.00000 14.48848 1.28521'/>
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.69215'/>
2618                 <fieldValue name='cylinderTranslationvalue='-1.31742 0.63342 1.52552'/>
2619                 <fieldValue name='coneTranslationvalue='-1.46190 0.59755 1.41389'/>
2620                 <fieldValue name='rotationvalue='-41.52597 0 53.74271 1.76477'/>
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.60056'/>
2629                 <fieldValue name='cylinderTranslationvalue='-1.11143 0.80549 2.00725'/>
2630                 <fieldValue name='coneTranslationvalue='-1.14073 0.85472 2.13530'/>
2631                 <fieldValue name='rotationvalue='54.82014 -0.00000 12.54363 1.21227'/>
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.58851'/>
2640                 <fieldValue name='cylinderTranslationvalue='-1.08469 0.84312 1.98780'/>
2641                 <fieldValue name='coneTranslationvalue='-1.10111 0.90836 2.10399'/>
2642                 <fieldValue name='rotationvalue='50.92976 -0.00000 7.19643 1.06336'/>
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.89814'/>
2651                 <fieldValue name='cylinderTranslationvalue='-1.19604 0.76367 2.15258'/>
2652                 <fieldValue name='coneTranslationvalue='-1.29087 0.80458 2.42257'/>
2653                 <fieldValue name='rotationvalue='83.88554 -0.00000 29.46547 1.42882'/>
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.70627'/>
2662                 <fieldValue name='cylinderTranslationvalue='-0.81569 0.86305 1.94258'/>
2663                 <fieldValue name='coneTranslationvalue='-0.68825 0.95216 2.05712'/>
2664                 <fieldValue name='rotationvalue='41.88520 0 -46.60416 1.09125'/>
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='1.57768'/>
2673                 <fieldValue name='cylinderTranslationvalue='-1.06823 0.39836 1.00457'/>
2674                 <fieldValue name='coneTranslationvalue='-1.08379 0.15780 0.42377'/>
2675                 <fieldValue name='rotationvalue='-145.71543 0 3.90458 1.96334'/>
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.98400'/>
2684                 <fieldValue name='cylinderTranslationvalue='-1.17903 0.88879 2.16845'/>
2685                 <fieldValue name='coneTranslationvalue='-1.26698 1.01611 2.46219'/>
2686                 <fieldValue name='rotationvalue='87.05983 -0.00000 26.06496 1.17725'/>
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.65301'/>
2695                 <fieldValue name='cylinderTranslationvalue='-0.80614 0.69663 1.51462'/>
2696                 <fieldValue name='coneTranslationvalue='-0.68244 0.69484 1.40318'/>
2697                 <fieldValue name='rotationvalue='-43.70561 0 -48.51300 1.58152'/>
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.62449'/>
2706                 <fieldValue name='cylinderTranslationvalue='-1.14996 0.40514 1.74827'/>
2707                 <fieldValue name='coneTranslationvalue='-1.19933 0.26132 1.75564'/>
2708                 <fieldValue name='rotationvalue='3.02309 -0.00000 20.25076 2.80754'/>
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.86669'/>
2717                 <fieldValue name='cylinderTranslationvalue='-1.23173 0.54409 2.09363'/>
2718                 <fieldValue name='coneTranslationvalue='-1.34718 0.44567 2.32100'/>
2719                 <fieldValue name='rotationvalue='72.09480 -0.00000 36.60532 1.93914'/>
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.98400'/>
2728                 <fieldValue name='cylinderTranslationvalue='-1.17903 0.88879 2.16845'/>
2729                 <fieldValue name='coneTranslationvalue='-1.26698 1.01611 2.46219'/>
2730                 <fieldValue name='rotationvalue='87.05983 -0.00000 26.06496 1.17725'/>
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.52270'/>
2739                 <fieldValue name='cylinderTranslationvalue='-0.98450 0.91617 1.86546'/>
2740                 <fieldValue name='coneTranslationvalue='-0.95960 0.99995 1.91677'/>
2741                 <fieldValue name='rotationvalue='26.46183 0 -12.84154 0.59767'/>
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.37744'/>
2750                 <fieldValue name='cylinderTranslationvalue='-1.13234 0.68208 1.90136'/>
2751                 <fieldValue name='coneTranslationvalue='-1.14506 0.67933 1.92696'/>
2752                 <fieldValue name='rotationvalue='33.64225 -0.00000 16.72561 1.66658'/>
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.64514'/>
2761                 <fieldValue name='cylinderTranslationvalue='-1.17049 0.40181 1.74816'/>
2762                 <fieldValue name='coneTranslationvalue='-1.23187 0.25146 1.75572'/>
2763                 <fieldValue name='rotationvalue='3.00125 -0.00000 24.35637 2.75137'/>
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.94659'/>
2772                 <fieldValue name='cylinderTranslationvalue='-1.14470 0.86736 2.16538'/>
2773                 <fieldValue name='coneTranslationvalue='-1.20824 0.97806 2.45150'/>
2774                 <fieldValue name='rotationvalue='86.44647 -0.00000 19.19827 1.20965'/>
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.79416'/>
2783                 <fieldValue name='cylinderTranslationvalue='-1.02077 1.06082 1.89683'/>
2784                 <fieldValue name='coneTranslationvalue='-1.00409 1.27618 1.99456'/>
2785                 <fieldValue name='rotationvalue='32.73613 0 -5.58768 0.43143'/>
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.94612'/>
2794                 <fieldValue name='cylinderTranslationvalue='-1.15413 0.84600 2.17063'/>
2795                 <fieldValue name='coneTranslationvalue='-1.22390 0.94254 2.46015'/>
2796                 <fieldValue name='rotationvalue='87.49667 -0.00000 21.08516 1.25733'/>
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.75983'/>
2805                 <fieldValue name='cylinderTranslationvalue='-1.16742 0.37345 1.57977'/>
2806                 <fieldValue name='coneTranslationvalue='-1.23614 0.18436 1.49099'/>
2807                 <fieldValue name='rotationvalue='-30.67578 0 23.74258 2.60580'/>
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.81776'/>
2816                 <fieldValue name='cylinderTranslationvalue='-0.21432 1.38727 -2.33638'/>
2817                 <fieldValue name='coneTranslationvalue='-0.21910 1.52120 -2.54609'/>
2818                 <fieldValue name='rotationvalue='-68.90776 0 1.56852 1.00257'/>
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.92382'/>
2827                 <fieldValue name='cylinderTranslationvalue='-0.05498 0.97235 -1.60142'/>
2828                 <fieldValue name='coneTranslationvalue='0.04405 0.84497 -1.34623'/>
2829                 <fieldValue name='rotationvalue='78.08412 0 -30.30083 2.00635'/>
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.18243'/>
2838                 <fieldValue name='cylinderTranslationvalue='-0.21160 1.17744 -1.90134'/>
2839                 <fieldValue name='coneTranslationvalue='-0.20774 1.16974 -1.96958'/>
2840                 <fieldValue name='rotationvalue='18.09984 -0.00000 1.02346 1.45867'/>
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.90388'/>
2849                 <fieldValue name='cylinderTranslationvalue='-0.05610 1.51381 -1.74380'/>
2850                 <fieldValue name='coneTranslationvalue='0.04104 1.73768 -1.58358'/>
2851                 <fieldValue name='rotationvalue='49.60682 0 -30.07607 0.69686'/>
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.53950'/>
2860                 <fieldValue name='cylinderTranslationvalue='-0.17879 1.30887 -2.21973'/>
2861                 <fieldValue name='coneTranslationvalue='-0.16752 1.36650 -2.31245'/>
2862                 <fieldValue name='rotationvalue='-45.57923 0 -5.53897 1.01800'/>
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.81776'/>
2871                 <fieldValue name='cylinderTranslationvalue='-0.21432 1.38727 -2.33637'/>
2872                 <fieldValue name='coneTranslationvalue='-0.21910 1.52120 -2.54609'/>
2873                 <fieldValue name='rotationvalue='-68.90759 0 1.56842 1.00257'/>
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.62198'/>
2882                 <fieldValue name='cylinderTranslationvalue='0.09500 1.24091 -1.97191'/>
2883                 <fieldValue name='coneTranslationvalue='0.24137 1.27668 -1.96223'/>
2884                 <fieldValue name='rotationvalue='3.98580 0 -60.29589 1.33162'/>
2885                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2886                 <fieldValue name='ballRadiusvalue='0.02'/>
2887                 <fieldValue name='traceEnabledvalue='false'/>
2888                 <fieldValue name='displayMode'/>
2889                 <fieldValue name='transparencyvalue='0'/>
2890            </ProtoInstance>
2891            <ProtoInstance name='Arc'>
2892                 <fieldValue name='cylinderHeightvalue='0.88066'/>
2893                 <fieldValue name='cylinderTranslationvalue='-0.11803 1.37838 -2.36798'/>
2894                 <fieldValue name='coneTranslationvalue='-0.06172 1.51281 -2.60744'/>
2895                 <fieldValue name='rotationvalue='-75.22773 0 -17.69005 1.07067'/>
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.55510'/>
2904                 <fieldValue name='cylinderTranslationvalue='-0.16459 1.30869 -2.22693'/>
2905                 <fieldValue name='coneTranslationvalue='-0.14684 1.36861 -2.32649'/>
2906                 <fieldValue name='rotationvalue='-47.01789 0 -8.37914 1.03599'/>
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.92082'/>
2915                 <fieldValue name='cylinderTranslationvalue='-0.06640 1.41789 -2.35173'/>
2916                 <fieldValue name='coneTranslationvalue='0.02501 1.58144 -2.58656'/>
2917                 <fieldValue name='rotationvalue='-71.97892 0 -28.01690 0.99510'/>
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='1.44469'/>
2926                 <fieldValue name='cylinderTranslationvalue='-0.11632 1.32877 -1.29358'/>
2927                 <fieldValue name='coneTranslationvalue='-0.04613 1.45452 -0.74999'/>
2928                 <fieldValue name='rotationvalue='139.65130 0 -18.03162 1.34527'/>
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.28364'/>
2937                 <fieldValue name='cylinderTranslationvalue='-0.22387 1.25892 -2.09862'/>
2938                 <fieldValue name='coneTranslationvalue='-0.22164 1.24717 -2.08493'/>
2939                 <fieldValue name='rotationvalue='-21.35747 0 3.47756 0.86779'/>
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.98051'/>
2948                 <fieldValue name='cylinderTranslationvalue='-0.02261 0.85425 -1.66233'/>
2949                 <fieldValue name='coneTranslationvalue='0.10126 0.64341 -1.44035'/>
2950                 <fieldValue name='rotationvalue='65.90222 0 -36.77476 2.26324'/>
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.62198'/>
2959                 <fieldValue name='cylinderTranslationvalue='0.09500 1.24091 -1.97191'/>
2960                 <fieldValue name='coneTranslationvalue='0.24137 1.27668 -1.96223'/>
2961                 <fieldValue name='rotationvalue='3.98580 0 -60.29589 1.33162'/>
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.81776'/>
2970                 <fieldValue name='cylinderTranslationvalue='-0.21432 1.38727 -2.33638'/>
2971                 <fieldValue name='coneTranslationvalue='-0.21910 1.52120 -2.54609'/>
2972                 <fieldValue name='rotationvalue='-68.90766 0 1.56846 1.00257'/>
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.51463'/>
2981                 <fieldValue name='cylinderTranslationvalue='-0.19089 1.30672 -2.20751'/>
2982                 <fieldValue name='coneTranslationvalue='-0.18500 1.35947 -2.28907'/>
2983                 <fieldValue name='rotationvalue='-43.13380 0 -3.11744 0.99790'/>
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.94306'/>
2992                 <fieldValue name='cylinderTranslationvalue='-0.43363 0.79340 -2.16788'/>
2993                 <fieldValue name='coneTranslationvalue='-0.58370 0.54641 -2.28418'/>
2994                 <fieldValue name='rotationvalue='-35.20803 0 45.42959 2.48621'/>
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='1.59399'/>
3003                 <fieldValue name='cylinderTranslationvalue='-0.51753 0.45955 -1.79785'/>
3004                 <fieldValue name='coneTranslationvalue='-0.76614 -0.10607 -1.64281'/>
3005                 <fieldValue name='rotationvalue='38.79720 -0.00000 62.21027 2.66365'/>
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.32289'/>
3014                 <fieldValue name='cylinderTranslationvalue='-0.22761 1.26879 -2.11555'/>
3015                 <fieldValue name='coneTranslationvalue='-0.22780 1.26970 -2.11666'/>
3016                 <fieldValue name='rotationvalue='-24.74225 0 4.22566 0.89047'/>
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='1.08937'/>
3025                 <fieldValue name='cylinderTranslationvalue='-0.48871 1.13872 -1.52685'/>
3026                 <fieldValue name='coneTranslationvalue='-0.68803 1.11859 -1.19845'/>
3027                 <fieldValue name='rotationvalue='92.99811 -0.00000 56.44537 1.62316'/>
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.87700'/>
3036                 <fieldValue name='cylinderTranslationvalue='-0.13369 1.37993 -2.36832'/>
3037                 <fieldValue name='coneTranslationvalue='-0.08746 1.51502 -2.60744'/>
3038                 <fieldValue name='rotationvalue='-75.29757 0 -14.55857 1.06437'/>
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.80360'/>
3047                 <fieldValue name='cylinderTranslationvalue='-0.20909 1.38905 -2.32685'/>
3048                 <fieldValue name='coneTranslationvalue='-0.21066 1.52255 -2.52846'/>
3049                 <fieldValue name='rotationvalue='-67.00226 0 0.52158 0.98595'/>
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.56362'/>
3058                 <fieldValue name='cylinderTranslationvalue='-0.42669 1.18520 -1.81691'/>
3059                 <fieldValue name='coneTranslationvalue='-0.52188 1.19297 -1.74130'/>
3060                 <fieldValue name='rotationvalue='34.98525 -0.00000 44.04245 1.50699'/>
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.39211'/>
3069                 <fieldValue name='cylinderTranslationvalue='2.35434 1.80026 2.62623'/>
3070                 <fieldValue name='coneTranslationvalue='2.32569 1.81633 2.64110'/>
3071                 <fieldValue name='rotationvalue='16.16987 -0.00000 31.15476 1.10884'/>
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.42944'/>
3080                 <fieldValue name='cylinderTranslationvalue='2.57325 1.82013 2.37041'/>
3081                 <fieldValue name='coneTranslationvalue='2.58934 1.84746 2.32582'/>
3082                 <fieldValue name='rotationvalue='-34.99395 0 -12.62862 1.04778'/>
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.31091'/>
3091                 <fieldValue name='cylinderTranslationvalue='2.62583 1.66814 2.45172'/>
3092                 <fieldValue name='coneTranslationvalue='2.62245 1.66945 2.45446'/>
3093                 <fieldValue name='rotationvalue='-18.73219 0 -23.14482 1.86270'/>
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.09856'/>
3102                 <fieldValue name='cylinderTranslationvalue='2.50927 1.67619 2.57827'/>
3103                 <fieldValue name='coneTranslationvalue='2.51116 1.75861 2.50438'/>
3104                 <fieldValue name='rotationvalue='6.57817 -0.00000 0.16781 2.41054'/>
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.30448'/>
3113                 <fieldValue name='cylinderTranslationvalue='2.49857 1.59841 2.64510'/>
3114                 <fieldValue name='coneTranslationvalue='2.49916 1.60425 2.64002'/>
3115                 <fieldValue name='rotationvalue='19.94299 -0.00000 2.30788 2.42163'/>
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.01205'/>
3124                 <fieldValue name='cylinderTranslationvalue='2.51136 1.70891 2.54974'/>
3125                 <fieldValue name='coneTranslationvalue='2.47947 1.81034 2.43837'/>
3126                 <fieldValue name='rotationvalue='0.87123 0 -0.24946 2.28998'/>
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.12399'/>
3135                 <fieldValue name='cylinderTranslationvalue='2.55755 1.69717 2.50869'/>
3136                 <fieldValue name='coneTranslationvalue='2.48256 1.72199 2.56669'/>
3137                 <fieldValue name='rotationvalue='-7.33848 0 -9.48827 1.82689'/>
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.39211'/>
3146                 <fieldValue name='cylinderTranslationvalue='2.35434 1.80026 2.62623'/>
3147                 <fieldValue name='coneTranslationvalue='2.32569 1.81633 2.64110'/>
3148                 <fieldValue name='rotationvalue='16.17001 -0.00000 31.15479 1.10884'/>
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='1.53311'/>
3157                 <fieldValue name='cylinderTranslationvalue='0.48370 0.01469 0.09611'/>
3158                 <fieldValue name='coneTranslationvalue='-0.08141 0.09741 -0.10814'/>
3159                 <fieldValue name='rotationvalue='-51.62641 0 142.83459 1.43400'/>
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.99605'/>
3168                 <fieldValue name='cylinderTranslationvalue='1.67979 -0.01053 0.45166'/>
3169                 <fieldValue name='coneTranslationvalue='2.00688 0.04331 0.51778'/>
3170                 <fieldValue name='rotationvalue='19.48242 0 -96.38360 1.41083'/>
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.99333'/>
3179                 <fieldValue name='cylinderTranslationvalue='0.80213 0.20865 0.32318'/>
3180                 <fieldValue name='coneTranslationvalue='0.53388 0.41099 0.30212'/>
3181                 <fieldValue name='rotationvalue='-6.21338 0 79.14772 0.92603'/>
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='1.04658'/>
3190                 <fieldValue name='cylinderTranslationvalue='1.71568 -0.01612 0.37077'/>
3191                 <fieldValue name='coneTranslationvalue='2.07516 0.03506 0.38225'/>
3192                 <fieldValue name='rotationvalue='3.30516 0 -103.56155 1.42943'/>
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.75452'/>
3201                 <fieldValue name='cylinderTranslationvalue='1.29666 0.26391 0.44036'/>
3202                 <fieldValue name='coneTranslationvalue='1.35355 0.46764 0.48994'/>
3203                 <fieldValue name='rotationvalue='17.22176 0 -19.75745 0.35477'/>
3204                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3205                 <fieldValue name='ballRadiusvalue='0.02'/>
3206                 <fieldValue name='traceEnabledvalue='false'/>
3207                 <fieldValue name='displayMode'/>
3208                 <fieldValue name='transparencyvalue='0'/>
3209            </ProtoInstance>
3210            <ProtoInstance name='Arc'>
3211                 <fieldValue name='cylinderHeightvalue='0.62176'/>
3212                 <fieldValue name='cylinderTranslationvalue='1.50047 -0.04513 0.40974'/>
3213                 <fieldValue name='coneTranslationvalue='1.64733 -0.02343 0.43668'/>
3214                 <fieldValue name='rotationvalue='11.09962 0 -60.51953 1.42645'/>
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.59168'/>
3223                 <fieldValue name='cylinderTranslationvalue='1.48723 -0.05115 0.40215'/>
3224                 <fieldValue name='coneTranslationvalue='1.62009 -0.03337 0.42415'/>
3225                 <fieldValue name='rotationvalue='9.58093 0 -57.87192 1.43959'/>
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.99605'/>
3234                 <fieldValue name='cylinderTranslationvalue='1.67979 -0.01052 0.45166'/>
3235                 <fieldValue name='coneTranslationvalue='2.00688 0.04332 0.51778'/>
3236                 <fieldValue name='rotationvalue='19.48300 0 -96.38340 1.41083'/>
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='1.00455'/>
3245                 <fieldValue name='cylinderTranslationvalue='0.91897 -0.50678 0.37998'/>
3246                 <fieldValue name='coneTranslationvalue='0.72891 -0.79090 0.39751'/>
3247                 <fieldValue name='rotationvalue='5.14580 -0.00000 55.78084 2.55005'/>
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.62176'/>
3256                 <fieldValue name='cylinderTranslationvalue='1.50047 -0.04513 0.40974'/>
3257                 <fieldValue name='coneTranslationvalue='1.64733 -0.02343 0.43668'/>
3258                 <fieldValue name='rotationvalue='11.09942 0 -60.51959 1.42645'/>
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='1.04606'/>
3267                 <fieldValue name='cylinderTranslationvalue='1.68576 0.03885 0.49193'/>
3268                 <fieldValue name='coneTranslationvalue='2.02440 0.12818 0.58750'/>
3269                 <fieldValue name='rotationvalue='27.53718 0 -97.57832 1.32217'/>
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='1.04629'/>
3278                 <fieldValue name='cylinderTranslationvalue='1.70347 0.02640 0.42159'/>
3279                 <fieldValue name='coneTranslationvalue='2.05444 0.10710 0.46833'/>
3280                 <fieldValue name='rotationvalue='13.46785 0 -101.12029 1.34671'/>
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='1.04620'/>
3289                 <fieldValue name='cylinderTranslationvalue='1.71720 -0.02915 0.36987'/>
3290                 <fieldValue name='coneTranslationvalue='2.07768 0.01299 0.38072'/>
3291                 <fieldValue name='rotationvalue='3.12514 0 -103.86614 1.45449'/>
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='1.04629'/>
3300                 <fieldValue name='cylinderTranslationvalue='1.70347 0.02640 0.42159'/>
3301                 <fieldValue name='coneTranslationvalue='2.05444 0.10710 0.46833'/>
3302                 <fieldValue name='rotationvalue='13.46785 0 -101.12029 1.34671'/>
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='1.04620'/>
3311                 <fieldValue name='cylinderTranslationvalue='1.71720 -0.02915 0.36987'/>
3312                 <fieldValue name='coneTranslationvalue='2.07768 0.01299 0.38072'/>
3313                 <fieldValue name='rotationvalue='3.12514 0 -103.86614 1.45449'/>
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='1.62620'/>
3322                 <fieldValue name='cylinderTranslationvalue='0.41112 -0.29514 0.35790'/>
3323                 <fieldValue name='coneTranslationvalue='-0.22082 -0.46003 0.36084'/>
3324                 <fieldValue name='rotationvalue='0.73129 -0.00000 157.35012 1.82604'/>
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='1.20791'/>
3333                 <fieldValue name='cylinderTranslationvalue='0.86797 -0.48102 0.03345'/>
3334                 <fieldValue name='coneTranslationvalue='0.62547 -0.76856 -0.20236'/>
3335                 <fieldValue name='rotationvalue='-64.15945 0 65.97981 2.27534'/>
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.59168'/>
3344                 <fieldValue name='cylinderTranslationvalue='1.48723 -0.05115 0.40215'/>
3345                 <fieldValue name='coneTranslationvalue='1.62009 -0.03337 0.42415'/>
3346                 <fieldValue name='rotationvalue='9.58093 0 -57.87192 1.43959'/>
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.89167'/>
3355                 <fieldValue name='cylinderTranslationvalue='0.19034 0.34202 -1.19224'/>
3356                 <fieldValue name='coneTranslationvalue='0.13020 0.62119 -1.20427'/>
3357                 <fieldValue name='rotationvalue='-3.75022 0 18.76334 0.21627'/>
3358                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3359                 <fieldValue name='ballRadiusvalue='0.02'/>
3360                 <fieldValue name='traceEnabledvalue='false'/>
3361                 <fieldValue name='displayMode'/>
3362                 <fieldValue name='transparencyvalue='0'/>
3363            </ProtoInstance>
3364            <ProtoInstance name='Arc'>
3365                 <fieldValue name='cylinderHeightvalue='1.27783'/>
3366                 <fieldValue name='cylinderTranslationvalue='0.07204 0.12460 -0.61164'/>
3367                 <fieldValue name='coneTranslationvalue='-0.08696 0.28804 -0.19049'/>
3368                 <fieldValue name='rotationvalue='112.37082 -0.00000 42.42402 1.22254'/>
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.65185'/>
3377                 <fieldValue name='cylinderTranslationvalue='0.48155 -0.08958 -1.43282'/>
3378                 <fieldValue name='coneTranslationvalue='0.58203 -0.08762 -1.56484'/>
3379                 <fieldValue name='rotationvalue='-51.86584 0 -39.47713 1.55898'/>
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.53355'/>
3388                 <fieldValue name='cylinderTranslationvalue='0.34734 -0.25977 -1.37226'/>
3389                 <fieldValue name='coneTranslationvalue='0.37263 -0.32634 -1.45182'/>
3390                 <fieldValue name='rotationvalue='-39.75421 0 -12.63601 2.24401'/>
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.98773'/>
3399                 <fieldValue name='cylinderTranslationvalue='0.64219 -0.11493 -1.51299'/>
3400                 <fieldValue name='coneTranslationvalue='0.88422 -0.12947 -1.74249'/>
3401                 <fieldValue name='rotationvalue='-67.89888 0 -71.60496 1.61435'/>
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.99261'/>
3410                 <fieldValue name='cylinderTranslationvalue='0.72538 -0.22316 -1.36008'/>
3411                 <fieldValue name='coneTranslationvalue='1.02436 -0.31106 -1.48651'/>
3412                 <fieldValue name='rotationvalue='-37.31695 0 -88.24415 1.83525'/>
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.48568'/>
3421                 <fieldValue name='cylinderTranslationvalue='0.43613 0.06836 -1.07500'/>
3422                 <fieldValue name='coneTranslationvalue='0.48797 0.12356 -1.04141'/>
3423                 <fieldValue name='rotationvalue='19.69777 0 -30.39413 0.84163'/>
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.94296'/>
3432                 <fieldValue name='cylinderTranslationvalue='0.47842 0.16349 -1.51780'/>
3433                 <fieldValue name='coneTranslationvalue='0.60675 0.33323 -1.74526'/>
3434                 <fieldValue name='rotationvalue='-68.86067 0 -38.85168 0.99449'/>
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.98572'/>
3443                 <fieldValue name='cylinderTranslationvalue='0.48036 -0.25364 -1.59628'/>
3444                 <fieldValue name='coneTranslationvalue='0.61287 -0.36184 -1.88182'/>
3445                 <fieldValue name='rotationvalue='-84.55736 0 -39.24054 1.90187'/>
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.53355'/>
3454                 <fieldValue name='cylinderTranslationvalue='0.34734 -0.25977 -1.37226'/>
3455                 <fieldValue name='coneTranslationvalue='0.37263 -0.32634 -1.45182'/>
3456                 <fieldValue name='rotationvalue='-39.75421 0 -12.63601 2.24401'/>
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='1.06784'/>
3465                 <fieldValue name='cylinderTranslationvalue='0.60714 -0.10713 -1.59843'/>
3466                 <fieldValue name='coneTranslationvalue='0.83333 -0.11673 -1.89602'/>
3467                 <fieldValue name='rotationvalue='-84.98644 0 -64.59579 1.59646'/>
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.43726'/>
3476                 <fieldValue name='cylinderTranslationvalue='0.45720 -0.11571 -1.30524'/>
3477                 <fieldValue name='coneTranslationvalue='0.50361 -0.12169 -1.34057'/>
3478                 <fieldValue name='rotationvalue='-26.34988 0 -34.60860 1.67289'/>
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.61959'/>
3487                 <fieldValue name='cylinderTranslationvalue='0.54336 -0.24772 -1.10288'/>
3488                 <fieldValue name='coneTranslationvalue='0.66869 -0.32232 -1.06874'/>
3489                 <fieldValue name='rotationvalue='14.12284 0 -51.83941 2.09211'/>
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.60108'/>
3498                 <fieldValue name='cylinderTranslationvalue='0.44221 -0.13723 -1.42533'/>
3499                 <fieldValue name='coneTranslationvalue='0.51612 -0.15771 -1.54310'/>
3500                 <fieldValue name='rotationvalue='-50.36813 0 -31.61083 1.71706'/>
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.83708'/>
3509                 <fieldValue name='cylinderTranslationvalue='0.10088 0.06021 -1.51697'/>
3510                 <fieldValue name='coneTranslationvalue='-0.01234 0.15512 -1.72915'/>
3511                 <fieldValue name='rotationvalue='-68.69600 0 36.65622 1.19492'/>
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.66582'/>
3520                 <fieldValue name='cylinderTranslationvalue='0.22271 0.22391 -1.25315'/>
3521                 <fieldValue name='coneTranslationvalue='0.19080 0.38874 -1.29453'/>
3522                 <fieldValue name='rotationvalue='-15.93212 0 12.28942 0.30700'/>
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.48718'/>
3531                 <fieldValue name='cylinderTranslationvalue='0.34701 -0.25071 -1.34856'/>
3532                 <fieldValue name='coneTranslationvalue='0.36857 -0.30468 -1.40864'/>
3533                 <fieldValue name='rotationvalue='-35.01421 0 -12.56941 2.27269'/>
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.68716'/>
3542                 <fieldValue name='cylinderTranslationvalue='0.10295 -0.34523 -1.02582'/>
3543                 <fieldValue name='coneTranslationvalue='0.00613 -0.47977 -0.94692'/>
3544                 <fieldValue name='rotationvalue='29.53484 -0.00000 36.24156 2.39332'/>
3545                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3546                 <fieldValue name='ballRadiusvalue='0.02'/>
3547                 <fieldValue name='traceEnabledvalue='false'/>
3548                 <fieldValue name='displayMode'/>
3549                 <fieldValue name='transparencyvalue='0'/>
3550            </ProtoInstance>
3551            <ProtoInstance name='Arc'>
3552                 <fieldValue name='cylinderHeightvalue='0.57186'/>
3553                 <fieldValue name='cylinderTranslationvalue='0.02377 -0.05596 -1.06148'/>
3554                 <fieldValue name='coneTranslationvalue='-0.09092 -0.03946 -1.01214'/>
3555                 <fieldValue name='rotationvalue='22.40367 -0.00000 52.07854 1.43937'/>
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.75990'/>
3564                 <fieldValue name='cylinderTranslationvalue='-0.37441 -0.03306 -0.59302'/>
3565                 <fieldValue name='coneTranslationvalue='-0.91324 0.01634 -0.11810'/>
3566                 <fieldValue name='rotationvalue='116.09441 -0.00000 131.71492 1.50213'/>
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.92642'/>
3575                 <fieldValue name='cylinderTranslationvalue='-0.10694 0.14219 -1.09547'/>
3576                 <fieldValue name='coneTranslationvalue='-0.36295 0.29642 -1.04440'/>
3577                 <fieldValue name='rotationvalue='15.60449 -0.00000 78.22012 1.03717'/>
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.48718'/>
3586                 <fieldValue name='cylinderTranslationvalue='0.34701 -0.25071 -1.34856'/>
3587                 <fieldValue name='coneTranslationvalue='0.36857 -0.30468 -1.40864'/>
3588                 <fieldValue name='rotationvalue='-35.01421 0 -12.56941 2.27269'/>
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='1.02636'/>
3597                 <fieldValue name='cylinderTranslationvalue='0.59399 -0.09884 -1.58256'/>
3598                 <fieldValue name='coneTranslationvalue='0.80722 -0.10256 -1.86408'/>
3599                 <fieldValue name='rotationvalue='-81.81231 0 -61.96589 1.58133'/>
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='1.06784'/>
3608                 <fieldValue name='cylinderTranslationvalue='0.60714 -0.10713 -1.59843'/>
3609                 <fieldValue name='coneTranslationvalue='0.83333 -0.11673 -1.89602'/>
3610                 <fieldValue name='rotationvalue='-84.98644 0 -64.59579 1.59646'/>
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.52165'/>
3619                 <fieldValue name='cylinderTranslationvalue='0.47761 0.03251 -1.29493'/>
3620                 <fieldValue name='coneTranslationvalue='0.55239 0.08119 -1.34187'/>
3621                 <fieldValue name='rotationvalue='-24.28715 0 -38.69000 1.06689'/>
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.60112'/>
3630                 <fieldValue name='cylinderTranslationvalue='0.40890 0.09261 -1.37390'/>
3631                 <fieldValue name='coneTranslationvalue='0.46723 0.17962 -1.46763'/>
3632                 <fieldValue name='rotationvalue='-40.08224 0 -24.94767 0.90334'/>
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.60108'/>
3641                 <fieldValue name='cylinderTranslationvalue='0.44221 -0.13723 -1.42533'/>
3642                 <fieldValue name='coneTranslationvalue='0.51612 -0.15771 -1.54310'/>
3643                 <fieldValue name='rotationvalue='-50.36813 0 -31.61083 1.71706'/>
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.98572'/>
3652                 <fieldValue name='cylinderTranslationvalue='0.48036 -0.25364 -1.59628'/>
3653                 <fieldValue name='coneTranslationvalue='0.61287 -0.36184 -1.88182'/>
3654                 <fieldValue name='rotationvalue='-84.55736 0 -39.24054 1.90187'/>
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.95070'/>
3663                 <fieldValue name='cylinderTranslationvalue='0.69948 0.07723 -1.32951'/>
3664                 <fieldValue name='coneTranslationvalue='0.97500 0.19046 -1.43302'/>
3665                 <fieldValue name='rotationvalue='-31.20422 0 -83.06343 1.20357'/>
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.83124'/>
3674                 <fieldValue name='cylinderTranslationvalue='-0.42952 -0.96927 -0.61018'/>
3675                 <fieldValue name='coneTranslationvalue='-0.55331 -0.74572 -0.61684'/>
3676                 <fieldValue name='rotationvalue='-2.16536 0 40.25286 0.50631'/>
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.29952'/>
3685                 <fieldValue name='cylinderTranslationvalue='-0.14118 -1.26516 -0.49797'/>
3686                 <fieldValue name='coneTranslationvalue='-0.14713 -1.26978 -0.50490'/>
3687                 <fieldValue name='rotationvalue='20.27609 0 -17.41631 1.10263'/>
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.50191'/>
3696                 <fieldValue name='cylinderTranslationvalue='-0.23545 1.48882 -2.46009'/>
3697                 <fieldValue name='coneTranslationvalue='-0.24027 1.44588 -2.38005'/>
3698                 <fieldValue name='rotationvalue='44.16550 -0.00000 2.65714 2.06248'/>
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.96308'/>
3707                 <fieldValue name='cylinderTranslationvalue='0.24650 1.04602 -1.58149'/>
3708                 <fieldValue name='coneTranslationvalue='0.34665 1.22535 -1.82888'/>
3709                 <fieldValue name='rotationvalue='-74.09832 0 -29.99506 0.97917'/>
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.96308'/>
3718                 <fieldValue name='cylinderTranslationvalue='0.24650 1.04602 -1.58149'/>
3719                 <fieldValue name='coneTranslationvalue='0.34665 1.22535 -1.82888'/>
3720                 <fieldValue name='rotationvalue='-74.09832 0 -29.99506 0.97917'/>
3721                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3722                 <fieldValue name='ballRadiusvalue='0.02'/>
3723                 <fieldValue name='traceEnabledvalue='false'/>
3724                 <fieldValue name='displayMode'/>
3725                 <fieldValue name='transparencyvalue='0'/>
3726            </ProtoInstance>
3727            <ProtoInstance name='Arc'>
3728                 <fieldValue name='cylinderHeightvalue='0.86916'/>
3729                 <fieldValue name='cylinderTranslationvalue='0.38379 0.46796 -1.31368'/>
3730                 <fieldValue name='coneTranslationvalue='0.56530 0.27240 -1.37856'/>
3731                 <fieldValue name='rotationvalue='-20.53694 0 -57.45334 2.36342'/>
3732                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3733                 <fieldValue name='ballRadiusvalue='0.02'/>
3734                 <fieldValue name='traceEnabledvalue='false'/>
3735                 <fieldValue name='displayMode'/>
3736                 <fieldValue name='transparencyvalue='0'/>
3737            </ProtoInstance>
3738            <ProtoInstance name='Arc'>
3739                 <fieldValue name='cylinderHeightvalue='0.75623'/>
3740                 <fieldValue name='cylinderTranslationvalue='0.31508 0.52806 -1.39266'/>
3741                 <fieldValue name='coneTranslationvalue='0.44115 0.38419 -1.49745'/>
3742                 <fieldValue name='rotationvalue='-36.33202 0 -43.71101 2.29109'/>
3743                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3744                 <fieldValue name='ballRadiusvalue='0.02'/>
3745                 <fieldValue name='traceEnabledvalue='false'/>
3746                 <fieldValue name='displayMode'/>
3747                 <fieldValue name='transparencyvalue='0'/>
3748            </ProtoInstance>
3749            <ProtoInstance name='Arc'>
3750                 <fieldValue name='cylinderHeightvalue='1.32214'/>
3751                 <fieldValue name='cylinderTranslationvalue='-0.10001 0.65117 -0.59258'/>
3752                 <fieldValue name='coneTranslationvalue='-0.24898 0.55544 -0.12384'/>
3753                 <fieldValue name='rotationvalue='123.68286 -0.00000 39.30738 1.76302'/>
3754                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3755                 <fieldValue name='ballRadiusvalue='0.02'/>
3756                 <fieldValue name='traceEnabledvalue='false'/>
3757                 <fieldValue name='displayMode'/>
3758                 <fieldValue name='transparencyvalue='0'/>
3759            </ProtoInstance>
3760            <ProtoInstance name='Arc'>
3761                 <fieldValue name='cylinderHeightvalue='0.73458'/>
3762                 <fieldValue name='cylinderTranslationvalue='-0.80407 0.58055 -1.00543'/>
3763                 <fieldValue name='coneTranslationvalue='-0.63135 0.46612 -1.01221'/>
3764                 <fieldValue name='rotationvalue='-2.40290 0 -61.20517 2.15556'/>
3765                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3766                 <fieldValue name='ballRadiusvalue='0.02'/>
3767                 <fieldValue name='traceEnabledvalue='false'/>
3768                 <fieldValue name='displayMode'/>
3769                 <fieldValue name='transparencyvalue='0'/>
3770            </ProtoInstance>
3771            <ProtoInstance name='Arc'>
3772                 <fieldValue name='cylinderHeightvalue='0.42664'/>
3773                 <fieldValue name='cylinderTranslationvalue='-1.14899 0.80970 -0.78534'/>
3774                 <fieldValue name='coneTranslationvalue='-1.15871 0.81630 -0.73333'/>
3775                 <fieldValue name='rotationvalue='41.61503 -0.00000 7.77975 1.44668'/>
3776                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3777                 <fieldValue name='ballRadiusvalue='0.02'/>
3778                 <fieldValue name='traceEnabledvalue='false'/>
3779                 <fieldValue name='displayMode'/>
3780                 <fieldValue name='transparencyvalue='0'/>
3781            </ProtoInstance>
3782            <ProtoInstance name='Arc'>
3783                 <fieldValue name='cylinderHeightvalue='0.95358'/>
3784                 <fieldValue name='cylinderTranslationvalue='-0.41119 0.87943 0.84036'/>
3785                 <fieldValue name='coneTranslationvalue='-0.58487 0.61763 0.88105'/>
3786                 <fieldValue name='rotationvalue='12.24661 -0.00000 52.27941 2.54348'/>
3787                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3788                 <fieldValue name='ballRadiusvalue='0.02'/>
3789                 <fieldValue name='traceEnabledvalue='false'/>
3790                 <fieldValue name='displayMode'/>
3791                 <fieldValue name='transparencyvalue='0'/>
3792            </ProtoInstance>
3793            <ProtoInstance name='Arc'>
3794                 <fieldValue name='cylinderHeightvalue='0.37598'/>
3795                 <fieldValue name='cylinderTranslationvalue='-0.05829 1.41599 0.69758'/>
3796                 <fieldValue name='coneTranslationvalue='-0.04467 1.43721 0.68544'/>
3797                 <fieldValue name='rotationvalue='-16.31001 0 -18.30067 0.71022'/>
3798                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3799                 <fieldValue name='ballRadiusvalue='0.02'/>
3800                 <fieldValue name='traceEnabledvalue='false'/>
3801                 <fieldValue name='displayMode'/>
3802                 <fieldValue name='transparencyvalue='0'/>
3803            </ProtoInstance>
3804            <ProtoInstance name='Arc'>
3805                 <fieldValue name='cylinderHeightvalue='1.18395'/>
3806                 <fieldValue name='cylinderTranslationvalue='0.22401 0.28640 -0.51315'/>
3807                 <fieldValue name='coneTranslationvalue='0.48969 0.24536 -0.85128'/>
3808                 <fieldValue name='rotationvalue='-92.67305 0 -72.81815 1.66595'/>
3809                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3810                 <fieldValue name='ballRadiusvalue='0.02'/>
3811                 <fieldValue name='traceEnabledvalue='false'/>
3812                 <fieldValue name='displayMode'/>
3813                 <fieldValue name='transparencyvalue='0'/>
3814            </ProtoInstance>
3815            <ProtoInstance name='Arc'>
3816                 <fieldValue name='cylinderHeightvalue='1.33283'/>
3817                 <fieldValue name='cylinderTranslationvalue='0.01059 0.44195 -0.69130'/>
3818                 <fieldValue name='coneTranslationvalue='0.12509 0.51742 -1.17879'/>
3819                 <fieldValue name='rotationvalue='-128.30294 0 -30.13460 1.42122'/>
3820                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3821                 <fieldValue name='ballRadiusvalue='0.02'/>
3822                 <fieldValue name='traceEnabledvalue='false'/>
3823                 <fieldValue name='displayMode'/>
3824                 <fieldValue name='transparencyvalue='0'/>
3825            </ProtoInstance>
3826            <ProtoInstance name='Arc'>
3827                 <fieldValue name='cylinderHeightvalue='1.45382'/>
3828                 <fieldValue name='cylinderTranslationvalue='-0.35183 0.51788 0.62316'/>
3829                 <fieldValue name='coneTranslationvalue='-0.51697 0.65455 1.14797'/>
3830                 <fieldValue name='rotationvalue='134.58809 -0.00000 42.34986 1.32732'/>
3831                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3832                 <fieldValue name='ballRadiusvalue='0.02'/>
3833                 <fieldValue name='traceEnabledvalue='false'/>
3834                 <fieldValue name='displayMode'/>
3835                 <fieldValue name='transparencyvalue='0'/>
3836            </ProtoInstance>
3837            <ProtoInstance name='Arc'>
3838                 <fieldValue name='cylinderHeightvalue='1.07746'/>
3839                 <fieldValue name='cylinderTranslationvalue='-1.07611 0.19598 -0.08274'/>
3840                 <fieldValue name='coneTranslationvalue='-1.17422 0.48221 -0.31051'/>
3841                 <fieldValue name='rotationvalue='-64.79989 0 27.91280 0.71397'/>
3842                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3843                 <fieldValue name='ballRadiusvalue='0.02'/>
3844                 <fieldValue name='traceEnabledvalue='false'/>
3845                 <fieldValue name='displayMode'/>
3846                 <fieldValue name='transparencyvalue='0'/>
3847            </ProtoInstance>
3848            <ProtoInstance name='Arc'>
3849                 <fieldValue name='cylinderHeightvalue='0.86764'/>
3850                 <fieldValue name='cylinderTranslationvalue='-0.93785 0.21421 0.15613'/>
3851                 <fieldValue name='coneTranslationvalue='-0.93868 0.48271 0.10240'/>
3852                 <fieldValue name='rotationvalue='-17.02632 0 0.26175 0.19754'/>
3853                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3854                 <fieldValue name='ballRadiusvalue='0.02'/>
3855                 <fieldValue name='traceEnabledvalue='false'/>
3856                 <fieldValue name='displayMode'/>
3857                 <fieldValue name='transparencyvalue='0'/>
3858            </ProtoInstance>
3859            <ProtoInstance name='Arc'>
3860                 <fieldValue name='cylinderHeightvalue='1.04656'/>
3861                 <fieldValue name='cylinderTranslationvalue='-1.41693 -0.36416 0.38142'/>
3862                 <fieldValue name='coneTranslationvalue='-1.75044 -0.47037 0.47873'/>
3863                 <fieldValue name='rotationvalue='28.03214 -0.00000 96.07758 1.86749'/>
3864                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3865                 <fieldValue name='ballRadiusvalue='0.02'/>
3866                 <fieldValue name='traceEnabledvalue='false'/>
3867                 <fieldValue name='displayMode'/>
3868                 <fieldValue name='transparencyvalue='0'/>
3869            </ProtoInstance>
3870            <ProtoInstance name='Arc'>
3871                 <fieldValue name='cylinderHeightvalue='1.73794'/>
3872                 <fieldValue name='cylinderTranslationvalue='-0.14824 -0.56744 0.32348'/>
3873                 <fieldValue name='coneTranslationvalue='0.49491 -0.85812 0.39057'/>
3874                 <fieldValue name='rotationvalue='16.44442 0 -157.66071 1.99324'/>
3875                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3876                 <fieldValue name='ballRadiusvalue='0.02'/>
3877                 <fieldValue name='traceEnabledvalue='false'/>
3878                 <fieldValue name='displayMode'/>
3879                 <fieldValue name='transparencyvalue='0'/>
3880            </ProtoInstance>
3881            <ProtoInstance name='Arc'>
3882                 <fieldValue name='cylinderHeightvalue='0.81225'/>
3883                 <fieldValue name='cylinderTranslationvalue='-1.69246 0.73776 1.67056'/>
3884                 <fieldValue name='coneTranslationvalue='-1.62802 0.63410 1.45683'/>
3885                 <fieldValue name='rotationvalue='-70.53292 0 -21.26498 2.00554'/>
3886                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3887                 <fieldValue name='ballRadiusvalue='0.02'/>
3888                 <fieldValue name='traceEnabledvalue='false'/>
3889                 <fieldValue name='displayMode'/>
3890                 <fieldValue name='transparencyvalue='0'/>
3891            </ProtoInstance>
3892            <ProtoInstance name='Arc'>
3893                 <fieldValue name='cylinderHeightvalue='0.60442'/>
3894                 <fieldValue name='cylinderTranslationvalue='-1.43847 0.72132 -0.57324'/>
3895                 <fieldValue name='coneTranslationvalue='-1.33363 0.66571 -0.49489'/>
3896                 <fieldValue name='rotationvalue='33.30128 0 -44.55851 1.97261'/>
3897                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3898                 <fieldValue name='ballRadiusvalue='0.02'/>
3899                 <fieldValue name='traceEnabledvalue='false'/>
3900                 <fieldValue name='displayMode'/>
3901                 <fieldValue name='transparencyvalue='0'/>
3902            </ProtoInstance>
3903            <ProtoInstance name='Arc'>
3904                 <fieldValue name='cylinderHeightvalue='0.46397'/>
3905                 <fieldValue name='cylinderTranslationvalue='-1.84648 0.90342 -0.86396'/>
3906                 <fieldValue name='coneTranslationvalue='-1.90395 0.92325 -0.90250'/>
3907                 <fieldValue name='rotationvalue='-24.84139 0 37.04345 1.29171'/>
3908                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3909                 <fieldValue name='ballRadiusvalue='0.02'/>
3910                 <fieldValue name='traceEnabledvalue='false'/>
3911                 <fieldValue name='displayMode'/>
3912                 <fieldValue name='transparencyvalue='0'/>
3913            </ProtoInstance>
3914            <ProtoInstance name='Arc'>
3915                 <fieldValue name='cylinderHeightvalue='0.82357'/>
3916                 <fieldValue name='cylinderTranslationvalue='-0.70942 1.22239 1.65576'/>
3917                 <fieldValue name='coneTranslationvalue='-0.83836 1.16725 1.86488'/>
3918                 <fieldValue name='rotationvalue='68.40174 -0.00000 42.17445 1.79155'/>
3919                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3920                 <fieldValue name='ballRadiusvalue='0.02'/>
3921                 <fieldValue name='traceEnabledvalue='false'/>
3922                 <fieldValue name='displayMode'/>
3923                 <fieldValue name='transparencyvalue='0'/>
3924            </ProtoInstance>
3925            <ProtoInstance name='Arc'>
3926                 <fieldValue name='cylinderHeightvalue='0.89226'/>
3927                 <fieldValue name='cylinderTranslationvalue='-0.31075 1.32701 0.90934'/>
3928                 <fieldValue name='coneTranslationvalue='-0.19030 1.33627 0.64996'/>
3929                 <fieldValue name='rotationvalue='-80.88347 0 -37.56026 1.53840'/>
3930                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3931                 <fieldValue name='ballRadiusvalue='0.02'/>
3932                 <fieldValue name='traceEnabledvalue='false'/>
3933                 <fieldValue name='displayMode'/>
3934                 <fieldValue name='transparencyvalue='0'/>
3935            </ProtoInstance>
3936            <ProtoInstance name='Arc'>
3937                 <fieldValue name='cylinderHeightvalue='0.88836'/>
3938                 <fieldValue name='cylinderTranslationvalue='-0.02772 0.86445 -1.57183'/>
3939                 <fieldValue name='coneTranslationvalue='0.09319 0.65768 -1.41891'/>
3940                 <fieldValue name='rotationvalue='47.80237 0 -37.79822 2.38563'/>
3941                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3942                 <fieldValue name='ballRadiusvalue='0.02'/>
3943                 <fieldValue name='traceEnabledvalue='false'/>
3944                 <fieldValue name='displayMode'/>
3945                 <fieldValue name='transparencyvalue='0'/>
3946            </ProtoInstance>
3947            <ProtoInstance name='Arc'>
3948                 <fieldValue name='cylinderHeightvalue='0.93495'/>
3949                 <fieldValue name='cylinderTranslationvalue='-0.49383 1.14893 -1.43635'/>
3950                 <fieldValue name='coneTranslationvalue='-0.67609 1.12347 -1.19003'/>
3951                 <fieldValue name='rotationvalue='74.89826 -0.00000 55.42191 1.65371'/>
3952                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3953                 <fieldValue name='ballRadiusvalue='0.02'/>
3954                 <fieldValue name='traceEnabledvalue='false'/>
3955                 <fieldValue name='displayMode'/>
3956                 <fieldValue name='transparencyvalue='0'/>
3957            </ProtoInstance>
3958            <ProtoInstance name='Arc'>
3959                 <fieldValue name='cylinderHeightvalue='0.67219'/>
3960                 <fieldValue name='cylinderTranslationvalue='-1.86540 -0.08122 0.93984'/>
3961                 <fieldValue name='coneTranslationvalue='-1.70056 -0.13977 0.96006'/>
3962                 <fieldValue name='rotationvalue='7.71936 0 -62.92246 1.90977'/>
3963                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3964                 <fieldValue name='ballRadiusvalue='0.02'/>
3965                 <fieldValue name='traceEnabledvalue='false'/>
3966                 <fieldValue name='displayMode'/>
3967                 <fieldValue name='transparencyvalue='0'/>
3968            </ProtoInstance>
3969            <ProtoInstance name='Arc'>
3970                 <fieldValue name='cylinderHeightvalue='0.38716'/>
3971                 <fieldValue name='cylinderTranslationvalue='0.06237 -1.75635 -0.62858'/>
3972                 <fieldValue name='coneTranslationvalue='0.07507 -1.78539 -0.63967'/>
3973                 <fieldValue name='rotationvalue='-12.79204 0 -14.64114 2.61549'/>
3974                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3975                 <fieldValue name='ballRadiusvalue='0.02'/>
3976                 <fieldValue name='traceEnabledvalue='false'/>
3977                 <fieldValue name='displayMode'/>
3978                 <fieldValue name='transparencyvalue='0'/>
3979            </ProtoInstance>
3980            <ProtoInstance name='Arc'>
3981                 <fieldValue name='cylinderHeightvalue='0.44068'/>
3982                 <fieldValue name='cylinderTranslationvalue='-0.20184 -1.49536 -0.62215'/>
3983                 <fieldValue name='coneTranslationvalue='-0.25414 -1.46973 -0.63791'/>
3984                 <fieldValue name='rotationvalue='-11.50753 0 38.19996 1.13213'/>
3985                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3986                 <fieldValue name='ballRadiusvalue='0.02'/>
3987                 <fieldValue name='traceEnabledvalue='false'/>
3988                 <fieldValue name='displayMode'/>
3989                 <fieldValue name='transparencyvalue='0'/>
3990            </ProtoInstance>
3991            <ProtoInstance name='Arc'>
3992                 <fieldValue name='cylinderHeightvalue='1.05368'/>
3993                 <fieldValue name='cylinderTranslationvalue='0.11481 0.49974 -0.04565'/>
3994                 <fieldValue name='coneTranslationvalue='-0.12561 0.23479 -0.12668'/>
3995                 <fieldValue name='rotationvalue='-23.27350 0 69.05781 2.37787'/>
3996                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3997                 <fieldValue name='ballRadiusvalue='0.02'/>
3998                 <fieldValue name='traceEnabledvalue='false'/>
3999                 <fieldValue name='displayMode'/>
4000                 <fieldValue name='transparencyvalue='0'/>
4001            </ProtoInstance>
4002            <ProtoInstance name='Arc'>
4003                 <fieldValue name='cylinderHeightvalue='0.81117'/>
4004                 <fieldValue name='cylinderTranslationvalue='-1.67100 0.53019 0.27642'/>
4005                 <fieldValue name='coneTranslationvalue='-1.75116 0.35814 0.43225'/>
4006                 <fieldValue name='rotationvalue='51.47277 -0.00000 26.47819 2.34699'/>
4007                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4008                 <fieldValue name='ballRadiusvalue='0.02'/>
4009                 <fieldValue name='traceEnabledvalue='false'/>
4010                 <fieldValue name='displayMode'/>
4011                 <fieldValue name='transparencyvalue='0'/>
4012            </ProtoInstance>
4013            <ProtoInstance name='Arc'>
4014                 <fieldValue name='cylinderHeightvalue='0.87271'/>
4015                 <fieldValue name='cylinderTranslationvalue='-1.13061 0.96799 0.00069'/>
4016                 <fieldValue name='coneTranslationvalue='-0.87222 1.06531 -0.01094'/>
4017                 <fieldValue name='rotationvalue='-3.67328 0 -81.59872 1.21094'/>
4018                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4019                 <fieldValue name='ballRadiusvalue='0.02'/>
4020                 <fieldValue name='traceEnabledvalue='false'/>
4021                 <fieldValue name='displayMode'/>
4022                 <fieldValue name='transparencyvalue='0'/>
4023            </ProtoInstance>
4024            <ProtoInstance name='Arc'>
4025                 <fieldValue name='cylinderHeightvalue='0.67113'/>
4026                 <fieldValue name='cylinderTranslationvalue='-1.75726 1.03547 -0.10703'/>
4027                 <fieldValue name='coneTranslationvalue='-1.87166 1.15116 -0.17299'/>
4028                 <fieldValue name='rotationvalue='-25.21647 0 43.73050 0.85133'/>
4029                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4030                 <fieldValue name='ballRadiusvalue='0.02'/>
4031                 <fieldValue name='traceEnabledvalue='false'/>
4032                 <fieldValue name='displayMode'/>
4033                 <fieldValue name='transparencyvalue='0'/>
4034            </ProtoInstance>
4035            <ProtoInstance name='Arc'>
4036                 <fieldValue name='cylinderHeightvalue='0.67828'/>
4037                 <fieldValue name='cylinderTranslationvalue='0.11212 1.70488 -0.37206'/>
4038                 <fieldValue name='coneTranslationvalue='0.03908 1.59154 -0.48999'/>
4039                 <fieldValue name='rotationvalue='-44.65226 0 27.65690 2.25587'/>
4040                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4041                 <fieldValue name='ballRadiusvalue='0.02'/>
4042                 <fieldValue name='traceEnabledvalue='false'/>
4043                 <fieldValue name='displayMode'/>
4044                 <fieldValue name='transparencyvalue='0'/>
4045            </ProtoInstance>
4046            <ProtoInstance name='Arc'>
4047                 <fieldValue name='cylinderHeightvalue='0.98095'/>
4048                 <fieldValue name='cylinderTranslationvalue='0.03406 1.67534 -1.04555'/>
4049                 <fieldValue name='coneTranslationvalue='-0.00652 1.55066 -0.74219'/>
4050                 <fieldValue name='rotationvalue='90.04448 -0.00000 12.04444 1.95764'/>
4051                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4052                 <fieldValue name='ballRadiusvalue='0.02'/>
4053                 <fieldValue name='traceEnabledvalue='false'/>
4054                 <fieldValue name='displayMode'/>
4055                 <fieldValue name='transparencyvalue='0'/>
4056            </ProtoInstance>
4057            <ProtoInstance name='Arc'>
4058                 <fieldValue name='cylinderHeightvalue='0.27709'/>
4059                 <fieldValue name='cylinderTranslationvalue='-0.19617 1.40056 -2.32652'/>
4060                 <fieldValue name='coneTranslationvalue='-0.18919 1.40829 -2.34528'/>
4061                 <fieldValue name='rotationvalue='24.22176 -0.00000 9.01654 1.93963'/>
4062                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4063                 <fieldValue name='ballRadiusvalue='0.02'/>
4064                 <fieldValue name='traceEnabledvalue='false'/>
4065                 <fieldValue name='displayMode'/>
4066                 <fieldValue name='transparencyvalue='0'/>
4067            </ProtoInstance>
4068            <ProtoInstance name='Arc'>
4069                 <fieldValue name='cylinderHeightvalue='0.34154'/>
4070                 <fieldValue name='cylinderTranslationvalue='-0.10599 1.52157 -2.59622'/>
4071                 <fieldValue name='coneTranslationvalue='-0.10315 1.52605 -2.60559'/>
4072                 <fieldValue name='rotationvalue='-29.71834 0 -9.01960 1.14163'/>
4073                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4074                 <fieldValue name='ballRadiusvalue='0.02'/>
4075                 <fieldValue name='traceEnabledvalue='false'/>
4076                 <fieldValue name='displayMode'/>
4077                 <fieldValue name='transparencyvalue='0'/>
4078            </ProtoInstance>
4079            <ProtoInstance name='Arc'>
4080                 <fieldValue name='cylinderHeightvalue='0.35611'/>
4081                 <fieldValue name='cylinderTranslationvalue='0.00113 1.46782 0.48643'/>
4082                 <fieldValue name='coneTranslationvalue='-0.01146 1.45501 0.48831'/>
4083                 <fieldValue name='rotationvalue='3.69711 -0.00000 24.81414 2.35987'/>
4084                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4085                 <fieldValue name='ballRadiusvalue='0.02'/>
4086                 <fieldValue name='traceEnabledvalue='false'/>
4087                 <fieldValue name='displayMode'/>
4088                 <fieldValue name='transparencyvalue='0'/>
4089            </ProtoInstance>
4090            <ProtoInstance name='Arc'>
4091                 <fieldValue name='cylinderHeightvalue='0.43946'/>
4092                 <fieldValue name='cylinderTranslationvalue='-1.93275 0.96033 -0.68839'/>
4093                 <fieldValue name='coneTranslationvalue='-1.88682 0.93834 -0.65717'/>
4094                 <fieldValue name='rotationvalue='22.96656 0 -33.79337 1.94786'/>
4095                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4096                 <fieldValue name='ballRadiusvalue='0.02'/>
4097                 <fieldValue name='traceEnabledvalue='false'/>
4098                 <fieldValue name='displayMode'/>
4099                 <fieldValue name='transparencyvalue='0'/>
4100            </ProtoInstance>
4101            <ProtoInstance name='Arc'>
4102                 <fieldValue name='cylinderHeightvalue='0.37496'/>
4103                 <fieldValue name='cylinderTranslationvalue='0.79138 -0.09499 -1.84188'/>
4104                 <fieldValue name='coneTranslationvalue='0.80786 -0.09635 -1.86383'/>
4105                 <fieldValue name='rotationvalue='-29.94647 0 -22.48876 1.62019'/>
4106                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4107                 <fieldValue name='ballRadiusvalue='0.02'/>
4108                 <fieldValue name='traceEnabledvalue='false'/>
4109                 <fieldValue name='displayMode'/>
4110                 <fieldValue name='transparencyvalue='0'/>
4111            </ProtoInstance>
4112            <ProtoInstance name='Arc'>
4113                 <fieldValue name='cylinderHeightvalue='0.87311'/>
4114                 <fieldValue name='cylinderTranslationvalue='0.08796 0.31319 0.06505'/>
4115                 <fieldValue name='coneTranslationvalue='0.28968 0.43606 0.20889'/>
4116                 <fieldValue name='rotationvalue='45.41302 0 -63.68687 1.11040'/>
4117                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4118                 <fieldValue name='ballRadiusvalue='0.02'/>
4119                 <fieldValue name='traceEnabledvalue='false'/>
4120                 <fieldValue name='displayMode'/>
4121                 <fieldValue name='transparencyvalue='0'/>
4122            </ProtoInstance>
4123            <ProtoInstance name='Arc'>
4124                 <fieldValue name='cylinderHeightvalue='1.33138'/>
4125                 <fieldValue name='cylinderTranslationvalue='-0.44860 -0.44097 -0.44793'/>
4126                 <fieldValue name='coneTranslationvalue='-0.61430 -0.86652 -0.66512'/>
4127                 <fieldValue name='rotationvalue='-57.18232 0 43.62532 2.57090'/>
4128                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4129                 <fieldValue name='ballRadiusvalue='0.02'/>
4130                 <fieldValue name='traceEnabledvalue='false'/>
4131                 <fieldValue name='displayMode'/>
4132                 <fieldValue name='transparencyvalue='0'/>
4133            </ProtoInstance>
4134            <ProtoInstance name='Arc'>
4135                 <fieldValue name='cylinderHeightvalue='0.90957'/>
4136                 <fieldValue name='cylinderTranslationvalue='-0.58482 0.37941 -0.04551'/>
4137                 <fieldValue name='coneTranslationvalue='-0.81450 0.54806 0.03001'/>
4138                 <fieldValue name='rotationvalue='23.30146 -0.00000 70.86872 0.96172'/>
4139                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4140                 <fieldValue name='ballRadiusvalue='0.02'/>
4141                 <fieldValue name='traceEnabledvalue='false'/>
4142                 <fieldValue name='displayMode'/>
4143                 <fieldValue name='transparencyvalue='0'/>
4144            </ProtoInstance>
4145            <ProtoInstance name='Arc'>
4146                 <fieldValue name='cylinderHeightvalue='1.02422'/>
4147                 <fieldValue name='cylinderTranslationvalue='-0.15437 -0.23890 -0.52008'/>
4148                 <fieldValue name='coneTranslationvalue='-0.10203 -0.48514 -0.76627'/>
4149                 <fieldValue name='rotationvalue='-71.61280 0 -15.22214 2.34523'/>
4150                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4151                 <fieldValue name='ballRadiusvalue='0.02'/>
4152                 <fieldValue name='traceEnabledvalue='false'/>
4153                 <fieldValue name='displayMode'/>
4154                 <fieldValue name='transparencyvalue='0'/>
4155            </ProtoInstance>
4156            <ProtoInstance name='Arc'>
4157                 <fieldValue name='cylinderHeightvalue='0.32462'/>
4158                 <fieldValue name='cylinderTranslationvalue='-1.50782 -1.53108 -1.35592'/>
4159                 <fieldValue name='coneTranslationvalue='-1.50908 -1.53255 -1.35718'/>
4160                 <fieldValue name='rotationvalue='-17.76604 0 17.64803 2.26053'/>
4161                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4162                 <fieldValue name='ballRadiusvalue='0.02'/>
4163                 <fieldValue name='traceEnabledvalue='false'/>
4164                 <fieldValue name='displayMode'/>
4165                 <fieldValue name='transparencyvalue='0'/>
4166            </ProtoInstance>
4167            <ProtoInstance name='Arc'>
4168                 <fieldValue name='cylinderHeightvalue='0.32462'/>
4169                 <fieldValue name='cylinderTranslationvalue='-1.50782 -1.53108 -1.35592'/>
4170                 <fieldValue name='coneTranslationvalue='-1.50908 -1.53255 -1.35718'/>
4171                 <fieldValue name='rotationvalue='-17.76604 0 17.64803 2.26053'/>
4172                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4173                 <fieldValue name='ballRadiusvalue='0.02'/>
4174                 <fieldValue name='traceEnabledvalue='false'/>
4175                 <fieldValue name='displayMode'/>
4176                 <fieldValue name='transparencyvalue='0'/>
4177            </ProtoInstance>
4178            <ProtoInstance name='Arc'>
4179                 <fieldValue name='cylinderHeightvalue='0.36016'/>
4180                 <fieldValue name='cylinderTranslationvalue='1.54136 -1.02964 1.65244'/>
4181                 <fieldValue name='coneTranslationvalue='1.52875 -1.02322 1.63820'/>
4182                 <fieldValue name='rotationvalue='-25.55454 0 22.61575 1.24528'/>
4183                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4184                 <fieldValue name='ballRadiusvalue='0.02'/>
4185                 <fieldValue name='traceEnabledvalue='false'/>
4186                 <fieldValue name='displayMode'/>
4187                 <fieldValue name='transparencyvalue='0'/>
4188            </ProtoInstance>
4189            <ProtoInstance name='Arc'>
4190                 <fieldValue name='cylinderHeightvalue='0.86499'/>
4191                 <fieldValue name='cylinderTranslationvalue='0.16613 -0.51156 -1.22459'/>
4192                 <fieldValue name='coneTranslationvalue='0.01216 -0.56541 -1.00631'/>
4193                 <fieldValue name='rotationvalue='69.28905 -0.00000 48.87757 1.76971'/>
4194                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4195                 <fieldValue name='ballRadiusvalue='0.02'/>
4196                 <fieldValue name='traceEnabledvalue='false'/>
4197                 <fieldValue name='displayMode'/>
4198                 <fieldValue name='transparencyvalue='0'/>
4199            </ProtoInstance>
4200            <ProtoInstance name='Arc'>
4201                 <fieldValue name='cylinderHeightvalue='0.52121'/>
4202                 <fieldValue name='cylinderTranslationvalue='0.54354 -0.41998 -1.79505'/>
4203                 <fieldValue name='coneTranslationvalue='0.59490 -0.41761 -1.88153'/>
4204                 <fieldValue name='rotationvalue='-44.80315 0 -26.60453 1.54729'/>
4205                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4206                 <fieldValue name='ballRadiusvalue='0.02'/>
4207                 <fieldValue name='traceEnabledvalue='false'/>
4208                 <fieldValue name='displayMode'/>
4209                 <fieldValue name='transparencyvalue='0'/>
4210            </ProtoInstance>
4211            <ProtoInstance name='Arc'>
4212                 <fieldValue name='cylinderHeightvalue='0.40684'/>
4213                 <fieldValue name='cylinderTranslationvalue='-1.60639 1.35508 -0.71823'/>
4214                 <fieldValue name='coneTranslationvalue='-1.58089 1.32276 -0.70444'/>
4215                 <fieldValue name='rotationvalue='12.92546 0 -23.89582 2.41039'/>
4216                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4217                 <fieldValue name='ballRadiusvalue='0.02'/>
4218                 <fieldValue name='traceEnabledvalue='false'/>
4219                 <fieldValue name='displayMode'/>
4220                 <fieldValue name='transparencyvalue='0'/>
4221            </ProtoInstance>
4222            <ProtoInstance name='Arc'>
4223                 <fieldValue name='cylinderHeightvalue='0.00002'/>
4224                 <fieldValue name='cylinderTranslationvalue='-0.51934 -2.44037 1.13503'/>
4225                 <fieldValue name='coneTranslationvalue='-0.67286 -2.44730 1.09052'/>
4226                 <fieldValue name='rotationvalue='0.00045 0 -0.00155 1.52749'/>
4227                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4228                 <fieldValue name='ballRadiusvalue='0.02'/>
4229                 <fieldValue name='traceEnabledvalue='false'/>
4230                 <fieldValue name='displayMode'/>
4231                 <fieldValue name='transparencyvalue='0'/>
4232            </ProtoInstance>
4233            <ProtoInstance name='Arc'>
4234                 <fieldValue name='cylinderHeightvalue='0.31787'/>
4235                 <fieldValue name='cylinderTranslationvalue='-0.53011 -2.57594 1.21728'/>
4236                 <fieldValue name='coneTranslationvalue='-0.53004 -2.57503 1.21673'/>
4237                 <fieldValue name='rotationvalue='16.45010 -0.00000 2.15208 2.59250'/>
4238                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4239                 <fieldValue name='ballRadiusvalue='0.02'/>
4240                 <fieldValue name='traceEnabledvalue='false'/>
4241                 <fieldValue name='displayMode'/>
4242                 <fieldValue name='transparencyvalue='0'/>
4243            </ProtoInstance>
4244            <ProtoInstance name='Arc'>
4245                 <fieldValue name='cylinderHeightvalue='0.58515'/>
4246                 <fieldValue name='cylinderTranslationvalue='-1.35314 0.79829 -0.57590'/>
4247                 <fieldValue name='coneTranslationvalue='-1.41543 0.88672 -0.65255'/>
4248                 <fieldValue name='rotationvalue='-33.83273 0 27.49306 0.84057'/>
4249                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4250                 <fieldValue name='ballRadiusvalue='0.02'/>
4251                 <fieldValue name='traceEnabledvalue='false'/>
4252                 <fieldValue name='displayMode'/>
4253                 <fieldValue name='transparencyvalue='0'/>
4254            </ProtoInstance>
4255            <ProtoInstance name='Arc'>
4256                 <fieldValue name='cylinderHeightvalue='0.36084'/>
4257                 <fieldValue name='cylinderTranslationvalue='-1.28905 0.74385 -0.49257'/>
4258                 <fieldValue name='coneTranslationvalue='-1.29735 0.75977 -0.50228'/>
4259                 <fieldValue name='rotationvalue='-17.16633 0 14.67472 0.67625'/>
4260                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4261                 <fieldValue name='ballRadiusvalue='0.02'/>
4262                 <fieldValue name='traceEnabledvalue='false'/>
4263                 <fieldValue name='displayMode'/>
4264                 <fieldValue name='transparencyvalue='0'/>
4265            </ProtoInstance>
4266            <ProtoInstance name='Arc'>
4267                 <fieldValue name='cylinderHeightvalue='0.88604'/>
4268                 <fieldValue name='cylinderTranslationvalue='-1.60558 0.64681 0.22557'/>
4269                 <fieldValue name='coneTranslationvalue='-1.65602 0.79285 -0.01156'/>
4270                 <fieldValue name='rotationvalue='-74.23658 0 15.78951 1.02862'/>
4271                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4272                 <fieldValue name='ballRadiusvalue='0.02'/>
4273                 <fieldValue name='traceEnabledvalue='false'/>
4274                 <fieldValue name='displayMode'/>
4275                 <fieldValue name='transparencyvalue='0'/>
4276            </ProtoInstance>
4277            <ProtoInstance name='Arc'>
4278                 <fieldValue name='cylinderHeightvalue='0.94027'/>
4279                 <fieldValue name='cylinderTranslationvalue='-1.40638 0.23250 1.01157'/>
4280                 <fieldValue name='coneTranslationvalue='-1.32706 0.10998 1.28522'/>
4281                 <fieldValue name='rotationvalue='82.96412 0 -24.05005 1.97690'/>
4282                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4283                 <fieldValue name='ballRadiusvalue='0.02'/>
4284                 <fieldValue name='traceEnabledvalue='false'/>
4285                 <fieldValue name='displayMode'/>
4286                 <fieldValue name='transparencyvalue='0'/>
4287            </ProtoInstance>
4288            <ProtoInstance name='Arc'>
4289                 <fieldValue name='cylinderHeightvalue='1.05116'/>
4290                 <fieldValue name='cylinderTranslationvalue='-1.36880 0.80155 0.32676'/>
4291                 <fieldValue name='coneTranslationvalue='-1.06996 0.68890 0.14886'/>
4292                 <fieldValue name='rotationvalue='-51.15194 0 -85.92813 1.88403'/>
4293                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4294                 <fieldValue name='ballRadiusvalue='0.02'/>
4295                 <fieldValue name='traceEnabledvalue='false'/>
4296                 <fieldValue name='displayMode'/>
4297                 <fieldValue name='transparencyvalue='0'/>
4298            </ProtoInstance>
4299            <ProtoInstance name='Arc'>
4300                 <fieldValue name='cylinderHeightvalue='0.80323'/>
4301                 <fieldValue name='cylinderTranslationvalue='-0.86049 0.55062 -1.00974'/>
4302                 <fieldValue name='coneTranslationvalue='-0.64244 0.44665 -1.01438'/>
4303                 <fieldValue name='rotationvalue='-1.54203 0 -72.48985 2.01562'/>
4304                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4305                 <fieldValue name='ballRadiusvalue='0.02'/>
4306                 <fieldValue name='traceEnabledvalue='false'/>
4307                 <fieldValue name='displayMode'/>
4308                 <fieldValue name='transparencyvalue='0'/>
4309            </ProtoInstance>
4310            <ProtoInstance name='Arc'>
4311                 <fieldValue name='cylinderHeightvalue='0.54312'/>
4312                 <fieldValue name='cylinderTranslationvalue='-1.44406 0.75715 -0.84804'/>
4313                 <fieldValue name='coneTranslationvalue='-1.53490 0.77100 -0.78478'/>
4314                 <fieldValue name='rotationvalue='30.79728 -0.00000 44.22493 1.44630'/>
4315                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4316                 <fieldValue name='ballRadiusvalue='0.02'/>
4317                 <fieldValue name='traceEnabledvalue='false'/>
4318                 <fieldValue name='displayMode'/>
4319                 <fieldValue name='transparencyvalue='0'/>
4320            </ProtoInstance>
4321            <ProtoInstance name='Arc'>
4322                 <fieldValue name='cylinderHeightvalue='0.16685'/>
4323                 <fieldValue name='cylinderTranslationvalue='0.11345 -1.57260 -0.37821'/>
4324                 <fieldValue name='coneTranslationvalue='0.09444 -1.55390 -0.30642'/>
4325                 <fieldValue name='rotationvalue='-15.64087 0 -4.14236 1.81740'/>
4326                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4327                 <fieldValue name='ballRadiusvalue='0.02'/>
4328                 <fieldValue name='traceEnabledvalue='false'/>
4329                 <fieldValue name='displayMode'/>
4330                 <fieldValue name='transparencyvalue='0'/>
4331            </ProtoInstance>
4332            <ProtoInstance name='Arc'>
4333                 <fieldValue name='cylinderHeightvalue='0.45030'/>
4334                 <fieldValue name='cylinderTranslationvalue='0.01257 -1.41277 -0.14247'/>
4335                 <fieldValue name='coneTranslationvalue='-0.01062 -1.37242 -0.09689'/>
4336                 <fieldValue name='rotationvalue='31.50618 -0.00000 16.03324 0.90280'/>
4337                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4338                 <fieldValue name='ballRadiusvalue='0.02'/>
4339                 <fieldValue name='traceEnabledvalue='false'/>
4340                 <fieldValue name='displayMode'/>
4341                 <fieldValue name='transparencyvalue='0'/>
4342            </ProtoInstance>
4343            <ProtoInstance name='Arc'>
4344                 <fieldValue name='cylinderHeightvalue='0.55633'/>
4345                 <fieldValue name='cylinderTranslationvalue='0.81523 -0.13722 -1.64474'/>
4346                 <fieldValue name='coneTranslationvalue='0.73665 -0.13755 -1.55649'/>
4347                 <fieldValue name='rotationvalue='41.54900 -0.00000 36.99636 1.57359'/>
4348                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4349                 <fieldValue name='ballRadiusvalue='0.02'/>
4350                 <fieldValue name='traceEnabledvalue='false'/>
4351                 <fieldValue name='displayMode'/>
4352                 <fieldValue name='transparencyvalue='0'/>
4353            </ProtoInstance>
4354            <ProtoInstance name='Arc'>
4355                 <fieldValue name='cylinderHeightvalue='0.63210'/>
4356                 <fieldValue name='cylinderTranslationvalue='0.98458 -0.37744 -1.28946'/>
4357                 <fieldValue name='coneTranslationvalue='0.89470 -0.38957 -1.16247'/>
4358                 <fieldValue name='rotationvalue='51.43979 -0.00000 36.40474 1.64858'/>
4359                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4360                 <fieldValue name='ballRadiusvalue='0.02'/>
4361                 <fieldValue name='traceEnabledvalue='false'/>
4362                 <fieldValue name='displayMode'/>
4363                 <fieldValue name='transparencyvalue='0'/>
4364            </ProtoInstance>
4365            <ProtoInstance name='Arc'>
4366                 <fieldValue name='cylinderHeightvalue='0.50191'/>
4367                 <fieldValue name='cylinderTranslationvalue='-0.23545 1.48883 -2.46009'/>
4368                 <fieldValue name='coneTranslationvalue='-0.24027 1.44588 -2.38005'/>
4369                 <fieldValue name='rotationvalue='44.16534 -0.00000 2.65725 2.06249'/>
4370                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4371                 <fieldValue name='ballRadiusvalue='0.02'/>
4372                 <fieldValue name='traceEnabledvalue='false'/>
4373                 <fieldValue name='displayMode'/>
4374                 <fieldValue name='transparencyvalue='0'/>
4375            </ProtoInstance>
4376            <ProtoInstance name='Arc'>
4377                 <fieldValue name='cylinderHeightvalue='0.84561'/>
4378                 <fieldValue name='cylinderTranslationvalue='-0.48236 1.59478 -0.05728'/>
4379                 <fieldValue name='coneTranslationvalue='-0.58500 1.36668 -0.13791'/>
4380                 <fieldValue name='rotationvalue='-25.94532 0 33.02798 2.62182'/>
4381                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4382                 <fieldValue name='ballRadiusvalue='0.02'/>
4383                 <fieldValue name='traceEnabledvalue='false'/>
4384                 <fieldValue name='displayMode'/>
4385                 <fieldValue name='transparencyvalue='0'/>
4386            </ProtoInstance>
4387            <ProtoInstance name='Arc'>
4388                 <fieldValue name='cylinderHeightvalue='1.25028'/>
4389                 <fieldValue name='cylinderTranslationvalue='-0.65025 -0.34418 0.20451'/>
4390                 <fieldValue name='coneTranslationvalue='-0.97578 -0.01622 0.25770'/>
4391                 <fieldValue name='rotationvalue='14.29821 -0.00000 87.50011 0.78826'/>
4392                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4393                 <fieldValue name='ballRadiusvalue='0.02'/>
4394                 <fieldValue name='traceEnabledvalue='false'/>
4395                 <fieldValue name='displayMode'/>
4396                 <fieldValue name='transparencyvalue='0'/>
4397            </ProtoInstance>
4398            <ProtoInstance name='Arc'>
4399                 <fieldValue name='cylinderHeightvalue='0.90604'/>
4400                 <fieldValue name='cylinderTranslationvalue='0.21365 -0.85433 0.26936'/>
4401                 <fieldValue name='coneTranslationvalue='0.48946 -0.89921 0.35755'/>
4402                 <fieldValue name='rotationvalue='27.26897 0 -85.28139 1.72456'/>
4403                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4404                 <fieldValue name='ballRadiusvalue='0.02'/>
4405                 <fieldValue name='traceEnabledvalue='false'/>
4406                 <fieldValue name='displayMode'/>
4407                 <fieldValue name='transparencyvalue='0'/>
4408            </ProtoInstance>
4409            <ProtoInstance name='Arc'>
4410                 <fieldValue name='cylinderHeightvalue='0.39193'/>
4411                 <fieldValue name='cylinderTranslationvalue='-2.51024 0.24274 0.79093'/>
4412                 <fieldValue name='coneTranslationvalue='-2.47540 0.24110 0.78213'/>
4413                 <fieldValue name='rotationvalue='-9.58985 0 -37.95971 1.61633'/>
4414                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4415                 <fieldValue name='ballRadiusvalue='0.02'/>
4416                 <fieldValue name='traceEnabledvalue='false'/>
4417                 <fieldValue name='displayMode'/>
4418                 <fieldValue name='transparencyvalue='0'/>
4419            </ProtoInstance>
4420            <ProtoInstance name='Arc'>
4421                 <fieldValue name='cylinderHeightvalue='0.67828'/>
4422                 <fieldValue name='cylinderTranslationvalue='0.11212 1.70488 -0.37206'/>
4423                 <fieldValue name='coneTranslationvalue='0.03908 1.59154 -0.48999'/>
4424                 <fieldValue name='rotationvalue='-44.65226 0 27.65690 2.25587'/>
4425                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4426                 <fieldValue name='ballRadiusvalue='0.02'/>
4427                 <fieldValue name='traceEnabledvalue='false'/>
4428                 <fieldValue name='displayMode'/>
4429                 <fieldValue name='transparencyvalue='0'/>
4430            </ProtoInstance>
4431            <ProtoInstance name='Arc'>
4432                 <fieldValue name='cylinderHeightvalue='0.91757'/>
4433                 <fieldValue name='cylinderTranslationvalue='-0.49370 -1.99499 0.08434'/>
4434                 <fieldValue name='coneTranslationvalue='-0.45522 -1.74417 -0.07339'/>
4435                 <fieldValue name='rotationvalue='-48.43998 0 -11.81524 0.57447'/>
4436                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4437                 <fieldValue name='ballRadiusvalue='0.02'/>
4438                 <fieldValue name='traceEnabledvalue='false'/>
4439                 <fieldValue name='displayMode'/>
4440                 <fieldValue name='transparencyvalue='0'/>
4441            </ProtoInstance>
4442            <ProtoInstance name='Arc'>
4443                 <fieldValue name='cylinderHeightvalue='0.21908'/>
4444                 <fieldValue name='cylinderTranslationvalue='-1.20537 0.73628 2.24941'/>
4445                 <fieldValue name='coneTranslationvalue='-1.19591 0.78489 2.25907'/>
4446                 <fieldValue name='rotationvalue='-4.19723 0 4.10799 2.87020'/>
4447                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4448                 <fieldValue name='ballRadiusvalue='0.02'/>
4449                 <fieldValue name='traceEnabledvalue='false'/>
4450                 <fieldValue name='displayMode'/>
4451                 <fieldValue name='transparencyvalue='0'/>
4452            </ProtoInstance>
4453            <ProtoInstance name='Arc'>
4454                 <fieldValue name='cylinderHeightvalue='0.70422'/>
4455                 <fieldValue name='cylinderTranslationvalue='0.05378 -1.52178 -0.48168'/>
4456                 <fieldValue name='coneTranslationvalue='-0.00508 -1.34490 -0.43525'/>
4457                 <fieldValue name='rotationvalue='17.01848 -0.00000 21.57491 0.40086'/>
4458                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4459                 <fieldValue name='ballRadiusvalue='0.02'/>
4460                 <fieldValue name='traceEnabledvalue='false'/>
4461                 <fieldValue name='displayMode'/>
4462                 <fieldValue name='transparencyvalue='0'/>
4463            </ProtoInstance>
4464            <ProtoInstance name='Arc'>
4465                 <fieldValue name='cylinderHeightvalue='0.35675'/>
4466                 <fieldValue name='cylinderTranslationvalue='-1.16039 1.04839 2.40481'/>
4467                 <fieldValue name='coneTranslationvalue='-1.15630 1.04197 2.38809'/>
4468                 <fieldValue name='rotationvalue='-32.47230 0 -7.94435 1.92746'/>
4469                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4470                 <fieldValue name='ballRadiusvalue='0.02'/>
4471                 <fieldValue name='traceEnabledvalue='false'/>
4472                 <fieldValue name='displayMode'/>
4473                 <fieldValue name='transparencyvalue='0'/>
4474            </ProtoInstance>
4475            <ProtoInstance name='Arc'>
4476                 <fieldValue name='cylinderHeightvalue='0.65368'/>
4477                 <fieldValue name='cylinderTranslationvalue='0.03900 1.61369 0.58545'/>
4478                 <fieldValue name='coneTranslationvalue='-0.04367 1.47473 0.54434'/>
4479                 <fieldValue name='rotationvalue='-16.10719 0 32.38843 2.55519'/>
4480                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4481                 <fieldValue name='ballRadiusvalue='0.02'/>
4482                 <fieldValue name='traceEnabledvalue='false'/>
4483                 <fieldValue name='displayMode'/>
4484                 <fieldValue name='transparencyvalue='0'/>
4485            </ProtoInstance>
4486            <ProtoInstance name='Arc'>
4487                 <fieldValue name='cylinderHeightvalue='0.49234'/>
4488                 <fieldValue name='cylinderTranslationvalue='-0.31350 -1.80398 -0.24865'/>
4489                 <fieldValue name='coneTranslationvalue='-0.27110 -1.87193 -0.28043'/>
4490                 <fieldValue name='rotationvalue='-18.15732 0 -24.22500 2.47932'/>
4491                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4492                 <fieldValue name='ballRadiusvalue='0.02'/>
4493                 <fieldValue name='traceEnabledvalue='false'/>
4494                 <fieldValue name='displayMode'/>
4495                 <fieldValue name='transparencyvalue='0'/>
4496            </ProtoInstance>
4497            <ProtoInstance name='Arc'>
4498                 <fieldValue name='cylinderHeightvalue='0.60972'/>
4499                 <fieldValue name='cylinderTranslationvalue='-0.24436 -1.40372 -0.27722'/>
4500                 <fieldValue name='coneTranslationvalue='-0.15395 -1.30577 -0.33394'/>
4501                 <fieldValue name='rotationvalue='-23.87288 0 -38.05268 0.82826'/>
4502                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4503                 <fieldValue name='ballRadiusvalue='0.02'/>
4504                 <fieldValue name='traceEnabledvalue='false'/>
4505                 <fieldValue name='displayMode'/>
4506                 <fieldValue name='transparencyvalue='0'/>
4507            </ProtoInstance>
4508            <ProtoInstance name='Arc'>
4509                 <fieldValue name='cylinderHeightvalue='0.47330'/>
4510                 <fieldValue name='cylinderTranslationvalue='-1.76792 0.76323 -0.36744'/>
4511                 <fieldValue name='coneTranslationvalue='-1.76658 0.80087 -0.43420'/>
4512                 <fieldValue name='rotationvalue='-41.22402 0 -0.82826 1.05756'/>
4513                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4514                 <fieldValue name='ballRadiusvalue='0.02'/>
4515                 <fieldValue name='traceEnabledvalue='false'/>
4516                 <fieldValue name='displayMode'/>
4517                 <fieldValue name='transparencyvalue='0'/>
4518            </ProtoInstance>
4519            <ProtoInstance name='Arc'>
4520                 <fieldValue name='cylinderHeightvalue='0.81352'/>
4521                 <fieldValue name='cylinderTranslationvalue='-1.99767 0.51757 0.15141'/>
4522                 <fieldValue name='coneTranslationvalue='-2.13453 0.43904 0.34113'/>
4523                 <fieldValue name='rotationvalue='62.54570 -0.00000 45.11988 1.89471'/>
4524                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4525                 <fieldValue name='ballRadiusvalue='0.02'/>
4526                 <fieldValue name='traceEnabledvalue='false'/>
4527                 <fieldValue name='displayMode'/>
4528                 <fieldValue name='transparencyvalue='0'/>
4529            </ProtoInstance>
4530            <ProtoInstance name='Arc'>
4531                 <fieldValue name='cylinderHeightvalue='0.56207'/>
4532                 <fieldValue name='cylinderTranslationvalue='-1.71863 0.71895 -0.42769'/>
4533                 <fieldValue name='coneTranslationvalue='-1.69561 0.74993 -0.54240'/>
4534                 <fieldValue name='rotationvalue='-53.27403 0 -10.68781 1.31202'/>
4535                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4536                 <fieldValue name='ballRadiusvalue='0.02'/>
4537                 <fieldValue name='traceEnabledvalue='false'/>
4538                 <fieldValue name='displayMode'/>
4539                 <fieldValue name='transparencyvalue='0'/>
4540            </ProtoInstance>
4541            <ProtoInstance name='Arc'>
4542                 <fieldValue name='cylinderHeightvalue='0.64203'/>
4543                 <fieldValue name='cylinderTranslationvalue='-1.68986 0.26877 1.25851'/>
4544                 <fieldValue name='coneTranslationvalue='-1.63784 0.41821 1.28829'/>
4545                 <fieldValue name='rotationvalue='11.87661 0 -20.74571 0.38152'/>
4546                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4547                 <fieldValue name='ballRadiusvalue='0.02'/>
4548                 <fieldValue name='traceEnabledvalue='false'/>
4549                 <fieldValue name='displayMode'/>
4550                 <fieldValue name='transparencyvalue='0'/>
4551            </ProtoInstance>
4552            <ProtoInstance name='Arc'>
4553                 <fieldValue name='cylinderHeightvalue='0.68020'/>
4554                 <fieldValue name='cylinderTranslationvalue='-1.90991 -0.22496 1.45171'/>
4555                 <fieldValue name='coneTranslationvalue='-1.97151 -0.32865 1.58547'/>
4556                 <fieldValue name='rotationvalue='50.51741 -0.00000 23.26393 2.18427'/>
4557                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4558                 <fieldValue name='ballRadiusvalue='0.02'/>
4559                 <fieldValue name='traceEnabledvalue='false'/>
4560                 <fieldValue name='displayMode'/>
4561                 <fieldValue name='transparencyvalue='0'/>
4562            </ProtoInstance>
4563            <ProtoInstance name='Arc'>
4564                 <fieldValue name='cylinderHeightvalue='0.67160'/>
4565                 <fieldValue name='cylinderTranslationvalue='-2.12621 0.01663 1.19377'/>
4566                 <fieldValue name='coneTranslationvalue='-2.30035 0.04060 1.19097'/>
4567                 <fieldValue name='rotationvalue='-1.07126 0 66.52398 1.43402'/>
4568                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4569                 <fieldValue name='ballRadiusvalue='0.02'/>
4570                 <fieldValue name='traceEnabledvalue='false'/>
4571                 <fieldValue name='displayMode'/>
4572                 <fieldValue name='transparencyvalue='0'/>
4573            </ProtoInstance>
4574            <ProtoInstance name='Arc'>
4575                 <fieldValue name='cylinderHeightvalue='0.56119'/>
4576                 <fieldValue name='cylinderTranslationvalue='-1.53986 0.00881 1.31276'/>
4577                 <fieldValue name='coneTranslationvalue='-1.43082 0.02513 1.36160'/>
4578                 <fieldValue name='rotationvalue='22.72680 0 -50.74584 1.43506'/>
4579                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4580                 <fieldValue name='ballRadiusvalue='0.02'/>
4581                 <fieldValue name='traceEnabledvalue='false'/>
4582                 <fieldValue name='displayMode'/>
4583                 <fieldValue name='transparencyvalue='0'/>
4584            </ProtoInstance>
4585            <ProtoInstance name='Arc'>
4586                 <fieldValue name='cylinderHeightvalue='0.56607'/>
4587                 <fieldValue name='cylinderTranslationvalue='-1.87347 1.03989 -0.27735'/>
4588                 <fieldValue name='coneTranslationvalue='-1.79134 0.96839 -0.22008'/>
4589                 <fieldValue name='rotationvalue='26.34713 0 -37.78801 2.19094'/>
4590                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4591                 <fieldValue name='ballRadiusvalue='0.02'/>
4592                 <fieldValue name='traceEnabledvalue='false'/>
4593                 <fieldValue name='displayMode'/>
4594                 <fieldValue name='transparencyvalue='0'/>
4595            </ProtoInstance>
4596            <ProtoInstance name='Arc'>
4597                 <fieldValue name='cylinderHeightvalue='0.05157'/>
4598                 <fieldValue name='cylinderTranslationvalue='1.40820 -0.98562 1.47971'/>
4599                 <fieldValue name='coneTranslationvalue='1.45399 -0.93170 1.59377'/>
4600                 <fieldValue name='rotationvalue='-4.38274 0 1.75955 1.98424'/>
4601                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4602                 <fieldValue name='ballRadiusvalue='0.02'/>
4603                 <fieldValue name='traceEnabledvalue='false'/>
4604                 <fieldValue name='displayMode'/>
4605                 <fieldValue name='transparencyvalue='0'/>
4606            </ProtoInstance>
4607            <ProtoInstance name='Arc'>
4608                 <fieldValue name='cylinderHeightvalue='0.01011'/>
4609                 <fieldValue name='cylinderTranslationvalue='1.41703 -0.97141 1.50490'/>
4610                 <fieldValue name='coneTranslationvalue='1.41595 -1.08946 1.40454'/>
4611                 <fieldValue name='rotationvalue='0.65462 0 -0.00707 0.70462'/>
4612                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4613                 <fieldValue name='ballRadiusvalue='0.02'/>
4614                 <fieldValue name='traceEnabledvalue='false'/>
4615                 <fieldValue name='displayMode'/>
4616                 <fieldValue name='transparencyvalue='0'/>
4617            </ProtoInstance>
4618            <ProtoInstance name='Arc'>
4619                 <fieldValue name='cylinderHeightvalue='0.34629'/>
4620                 <fieldValue name='cylinderTranslationvalue='-1.54882 0.63142 -0.88469'/>
4621                 <fieldValue name='coneTranslationvalue='-1.54586 0.61862 -0.88485'/>
4622                 <fieldValue name='rotationvalue='-0.41978 0 -7.80364 2.91396'/>
4623                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4624                 <fieldValue name='ballRadiusvalue='0.02'/>
4625                 <fieldValue name='traceEnabledvalue='false'/>
4626                 <fieldValue name='displayMode'/>
4627                 <fieldValue name='transparencyvalue='0'/>
4628            </ProtoInstance>
4629            <ProtoInstance name='Arc'>
4630                 <fieldValue name='cylinderHeightvalue='0.23765'/>
4631                 <fieldValue name='cylinderTranslationvalue='-1.52051 0.89724 -0.89479'/>
4632                 <fieldValue name='coneTranslationvalue='-1.54384 0.86358 -0.89057'/>
4633                 <fieldValue name='rotationvalue='-2.44050 0 -13.46694 0.61372'/>
4634                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4635                 <fieldValue name='ballRadiusvalue='0.02'/>
4636                 <fieldValue name='traceEnabledvalue='false'/>
4637                 <fieldValue name='displayMode'/>
4638                 <fieldValue name='transparencyvalue='0'/>
4639            </ProtoInstance>
4640            <ProtoInstance name='Arc'>
4641                 <fieldValue name='cylinderHeightvalue='0.00000'/>
4642                 <fieldValue name='cylinderTranslationvalue='2.19856 1.88764 2.70708'/>
4643                 <fieldValue name='coneTranslationvalue='2.22552 2.00378 2.60039'/>
4644                 <fieldValue name='rotationvalue='0.00014 -0.00000 0.00003 2.38312'/>
4645                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4646                 <fieldValue name='ballRadiusvalue='0.02'/>
4647                 <fieldValue name='traceEnabledvalue='false'/>
4648                 <fieldValue name='displayMode'/>
4649                 <fieldValue name='transparencyvalue='0'/>
4650            </ProtoInstance>
4651            <ProtoInstance name='Arc'>
4652                 <fieldValue name='cylinderHeightvalue='0.87861'/>
4653                 <fieldValue name='cylinderTranslationvalue='-1.02429 -0.63765 -1.54940'/>
4654                 <fieldValue name='coneTranslationvalue='-0.89986 -0.39000 -1.58403'/>
4655                 <fieldValue name='rotationvalue='-10.89387 0 -39.14168 0.48073'/>
4656                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4657                 <fieldValue name='ballRadiusvalue='0.02'/>
4658                 <fieldValue name='traceEnabledvalue='false'/>
4659                 <fieldValue name='displayMode'/>
4660                 <fieldValue name='transparencyvalue='0'/>
4661            </ProtoInstance>
4662            <ProtoInstance name='Arc'>
4663                 <fieldValue name='cylinderHeightvalue='0.37132'/>
4664                 <fieldValue name='cylinderTranslationvalue='-1.29309 -1.17657 -1.41243'/>
4665                 <fieldValue name='coneTranslationvalue='-1.30319 -1.19722 -1.40103'/>
4666                 <fieldValue name='rotationvalue='16.49951 -0.00000 14.61709 2.50602'/>
4667                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4668                 <fieldValue name='ballRadiusvalue='0.02'/>
4669                 <fieldValue name='traceEnabledvalue='false'/>
4670                 <fieldValue name='displayMode'/>
4671                 <fieldValue name='transparencyvalue='0'/>
4672            </ProtoInstance>
4673            <ProtoInstance name='Arc'>
4674                 <fieldValue name='cylinderHeightvalue='0.37475'/>
4675                 <fieldValue name='cylinderTranslationvalue='1.98239 0.03419 0.50716'/>
4676                 <fieldValue name='coneTranslationvalue='1.95619 0.02913 0.50103'/>
4677                 <fieldValue name='rotationvalue='-8.38300 0 35.86401 1.75656'/>
4678                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4679                 <fieldValue name='ballRadiusvalue='0.02'/>
4680                 <fieldValue name='traceEnabledvalue='false'/>
4681                 <fieldValue name='displayMode'/>
4682                 <fieldValue name='transparencyvalue='0'/>
4683            </ProtoInstance>
4684            <ProtoInstance name='Arc'>
4685                 <fieldValue name='cylinderHeightvalue='0.65447'/>
4686                 <fieldValue name='cylinderTranslationvalue='-1.57689 -0.35723 1.26026'/>
4687                 <fieldValue name='coneTranslationvalue='-1.56355 -0.27329 1.11623'/>
4688                 <fieldValue name='rotationvalue='-56.36332 0 -5.21853 1.04494'/>
4689                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4690                 <fieldValue name='ballRadiusvalue='0.02'/>
4691                 <fieldValue name='traceEnabledvalue='false'/>
4692                 <fieldValue name='displayMode'/>
4693                 <fieldValue name='transparencyvalue='0'/>
4694            </ProtoInstance>
4695            <ProtoInstance name='Arc'>
4696                 <fieldValue name='cylinderHeightvalue='0.21249'/>
4697                 <fieldValue name='cylinderTranslationvalue='-1.52521 -0.45043 1.52829'/>
4698                 <fieldValue name='coneTranslationvalue='-1.56456 -0.48638 1.53526'/>
4699                 <fieldValue name='rotationvalue='-2.75676 0 -15.55367 0.83813'/>
4700                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4701                 <fieldValue name='ballRadiusvalue='0.02'/>
4702                 <fieldValue name='traceEnabledvalue='false'/>
4703                 <fieldValue name='displayMode'/>
4704                 <fieldValue name='transparencyvalue='0'/>
4705            </ProtoInstance>
4706            <ProtoInstance name='Arc'>
4707                 <fieldValue name='cylinderHeightvalue='0.75300'/>
4708                 <fieldValue name='cylinderTranslationvalue='-0.89010 -1.19343 -0.96812'/>
4709                 <fieldValue name='coneTranslationvalue='-0.76166 -1.08287 -0.83340'/>
4710                 <fieldValue name='rotationvalue='46.85647 0 -44.67448 1.03483'/>
4711                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4712                 <fieldValue name='ballRadiusvalue='0.02'/>
4713                 <fieldValue name='traceEnabledvalue='false'/>
4714                 <fieldValue name='displayMode'/>
4715                 <fieldValue name='transparencyvalue='0'/>
4716            </ProtoInstance>
4717            <ProtoInstance name='Arc'>
4718                 <fieldValue name='cylinderHeightvalue='0.35616'/>
4719                 <fieldValue name='cylinderTranslationvalue='-0.96590 -1.29508 -1.24393'/>
4720                 <fieldValue name='coneTranslationvalue='-0.95092 -1.28588 -1.24815'/>
4721                 <fieldValue name='rotationvalue='-8.30534 0 -29.51426 1.03695'/>
4722                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4723                 <fieldValue name='ballRadiusvalue='0.02'/>
4724                 <fieldValue name='traceEnabledvalue='false'/>
4725                 <fieldValue name='displayMode'/>
4726                 <fieldValue name='transparencyvalue='0'/>
4727            </ProtoInstance>
4728            <ProtoInstance name='Arc'>
4729                 <fieldValue name='cylinderHeightvalue='0.83849'/>
4730                 <fieldValue name='cylinderTranslationvalue='-1.46632 -0.79431 0.83934'/>
4731                 <fieldValue name='coneTranslationvalue='-1.52430 -0.78683 1.09191'/>
4732                 <fieldValue name='rotationvalue='81.68920 -0.00000 18.75169 1.54194'/>
4733                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4734                 <fieldValue name='ballRadiusvalue='0.02'/>
4735                 <fieldValue name='traceEnabledvalue='false'/>
4736                 <fieldValue name='displayMode'/>
4737                 <fieldValue name='transparencyvalue='0'/>
4738            </ProtoInstance>
4739            <ProtoInstance name='Arc'>
4740                 <fieldValue name='cylinderHeightvalue='1.03793'/>
4741                 <fieldValue name='cylinderTranslationvalue='-1.42140 -1.02127 -0.03897'/>
4742                 <fieldValue name='coneTranslationvalue='-1.45519 -1.16988 -0.36398'/>
4743                 <fieldValue name='rotationvalue='-93.97328 0 9.76803 1.99766'/>
4744                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4745                 <fieldValue name='ballRadiusvalue='0.02'/>
4746                 <fieldValue name='traceEnabledvalue='false'/>
4747                 <fieldValue name='displayMode'/>
4748                 <fieldValue name='transparencyvalue='0'/>
4749            </ProtoInstance>
4750            <ProtoInstance name='Arc'>
4751                 <fieldValue name='cylinderHeightvalue='0.69851'/>
4752                 <fieldValue name='cylinderTranslationvalue='-1.23856 0.37045 1.99590'/>
4753                 <fieldValue name='coneTranslationvalue='-1.24542 0.22941 1.86990'/>
4754                 <fieldValue name='rotationvalue='-46.50373 0 2.53020 2.41176'/>
4755                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4756                 <fieldValue name='ballRadiusvalue='0.02'/>
4757                 <fieldValue name='traceEnabledvalue='false'/>
4758                 <fieldValue name='displayMode'/>
4759                 <fieldValue name='transparencyvalue='0'/>
4760            </ProtoInstance>
4761            <ProtoInstance name='Arc'>
4762                 <fieldValue name='cylinderHeightvalue='0.73268'/>
4763                 <fieldValue name='cylinderTranslationvalue='0.85145 0.23903 -1.23103'/>
4764                 <fieldValue name='coneTranslationvalue='0.99978 0.24403 -1.37438'/>
4765                 <fieldValue name='rotationvalue='-50.90199 0 -52.66930 1.54658'/>
4766                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4767                 <fieldValue name='ballRadiusvalue='0.02'/>
4768                 <fieldValue name='traceEnabledvalue='false'/>
4769                 <fieldValue name='displayMode'/>
4770                 <fieldValue name='transparencyvalue='0'/>
4771            </ProtoInstance>
4772            <ProtoInstance name='Arc'>
4773                 <fieldValue name='cylinderHeightvalue='0.38167'/>
4774                 <fieldValue name='cylinderTranslationvalue='1.20986 -0.81315 1.27323'/>
4775                 <fieldValue name='coneTranslationvalue='1.21386 -0.78982 1.29299'/>
4776                 <fieldValue name='rotationvalue='24.45295 0 -4.94610 0.71240'/>
4777                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4778                 <fieldValue name='ballRadiusvalue='0.02'/>
4779                 <fieldValue name='traceEnabledvalue='false'/>
4780                 <fieldValue name='displayMode'/>
4781                 <fieldValue name='transparencyvalue='0'/>
4782            </ProtoInstance>
4783            <ProtoInstance name='Arc'>
4784                 <fieldValue name='cylinderHeightvalue='0.92394'/>
4785                 <fieldValue name='cylinderTranslationvalue='0.91260 -0.94065 0.77834'/>
4786                 <fieldValue name='coneTranslationvalue='0.73445 -0.92958 0.53476'/>
4787                 <fieldValue name='rotationvalue='-74.52610 0 54.50697 1.53414'/>
4788                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4789                 <fieldValue name='ballRadiusvalue='0.02'/>
4790                 <fieldValue name='traceEnabledvalue='false'/>
4791                 <fieldValue name='displayMode'/>
4792                 <fieldValue name='transparencyvalue='0'/>
4793            </ProtoInstance>
4794            <ProtoInstance name='Arc'>
4795                 <fieldValue name='cylinderHeightvalue='0.04028'/>
4796                 <fieldValue name='cylinderTranslationvalue='1.17340 -0.94130 1.14926'/>
4797                 <fieldValue name='coneTranslationvalue='1.25486 -1.05437 1.16112'/>
4798                 <fieldValue name='rotationvalue='-0.34174 0 2.34580 0.62928'/>
4799                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4800                 <fieldValue name='ballRadiusvalue='0.02'/>
4801                 <fieldValue name='traceEnabledvalue='false'/>
4802                 <fieldValue name='displayMode'/>
4803                 <fieldValue name='transparencyvalue='0'/>
4804            </ProtoInstance>
4805            <ProtoInstance name='Arc'>
4806                 <fieldValue name='cylinderHeightvalue='0.88394'/>
4807                 <fieldValue name='cylinderTranslationvalue='-0.52744 1.28291 1.10652'/>
4808                 <fieldValue name='coneTranslationvalue='-0.34068 1.39424 0.92697'/>
4809                 <fieldValue name='rotationvalue='-56.28687 0 -58.54402 1.16494'/>
4810                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4811                 <fieldValue name='ballRadiusvalue='0.02'/>
4812                 <fieldValue name='traceEnabledvalue='false'/>
4813                 <fieldValue name='displayMode'/>
4814                 <fieldValue name='transparencyvalue='0'/>
4815            </ProtoInstance>
4816            <ProtoInstance name='Arc'>
4817                 <fieldValue name='cylinderHeightvalue='0.94079'/>
4818                 <fieldValue name='cylinderTranslationvalue='-1.20315 0.83756 1.35293'/>
4819                 <fieldValue name='coneTranslationvalue='-1.45587 0.65884 1.32981'/>
4820                 <fieldValue name='rotationvalue='-7.00671 0 76.59798 2.18438'/>
4821                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4822                 <fieldValue name='ballRadiusvalue='0.02'/>
4823                 <fieldValue name='traceEnabledvalue='false'/>
4824                 <fieldValue name='displayMode'/>
4825                 <fieldValue name='transparencyvalue='0'/>
4826            </ProtoInstance>
4827            <ProtoInstance name='Arc'>
4828                 <fieldValue name='cylinderHeightvalue='0.76169'/>
4829                 <fieldValue name='cylinderTranslationvalue='-0.90649 1.26497 1.72424'/>
4830                 <fieldValue name='coneTranslationvalue='-0.95656 1.35575 1.91924'/>
4831                 <fieldValue name='rotationvalue='67.25539 -0.00000 17.26759 1.14718'/>
4832                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4833                 <fieldValue name='ballRadiusvalue='0.02'/>
4834                 <fieldValue name='traceEnabledvalue='false'/>
4835                 <fieldValue name='displayMode'/>
4836                 <fieldValue name='transparencyvalue='0'/>
4837            </ProtoInstance>
4838            <ProtoInstance name='Arc'>
4839                 <fieldValue name='cylinderHeightvalue='0.44233'/>
4840                 <fieldValue name='cylinderTranslationvalue='-1.08763 1.02236 -0.46632'/>
4841                 <fieldValue name='coneTranslationvalue='-1.14285 1.01577 -0.49178'/>
4842                 <fieldValue name='rotationvalue='-18.41104 0 39.93535 1.67877'/>
4843                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4844                 <fieldValue name='ballRadiusvalue='0.02'/>
4845                 <fieldValue name='traceEnabledvalue='false'/>
4846                 <fieldValue name='displayMode'/>
4847                 <fieldValue name='transparencyvalue='0'/>
4848            </ProtoInstance>
4849            <ProtoInstance name='Arc'>
4850                 <fieldValue name='cylinderHeightvalue='0.88409'/>
4851                 <fieldValue name='cylinderTranslationvalue='-0.59225 0.78554 -0.17422'/>
4852                 <fieldValue name='coneTranslationvalue='-0.40358 0.61922 -0.04658'/>
4853                 <fieldValue name='rotationvalue='40.00959 0 -59.14041 2.20145'/>
4854                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4855                 <fieldValue name='ballRadiusvalue='0.02'/>
4856                 <fieldValue name='traceEnabledvalue='false'/>
4857                 <fieldValue name='displayMode'/>
4858                 <fieldValue name='transparencyvalue='0'/>
4859            </ProtoInstance>
4860            <ProtoInstance name='Arc'>
4861                 <fieldValue name='cylinderHeightvalue='0.35457'/>
4862                 <fieldValue name='cylinderTranslationvalue='-0.10075 1.50796 0.72056'/>
4863                 <fieldValue name='coneTranslationvalue='-0.08769 1.51289 0.71037'/>
4864                 <fieldValue name='rotationvalue='-20.90624 0 -26.79296 1.28160'/>
4865                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4866                 <fieldValue name='ballRadiusvalue='0.02'/>
4867                 <fieldValue name='traceEnabledvalue='false'/>
4868                 <fieldValue name='displayMode'/>
4869                 <fieldValue name='transparencyvalue='0'/>
4870            </ProtoInstance>
4871            <ProtoInstance name='Arc'>
4872                 <fieldValue name='cylinderHeightvalue='0.89266'/>
4873                 <fieldValue name='cylinderTranslationvalue='-0.55174 -1.02047 -0.76592'/>
4874                 <fieldValue name='coneTranslationvalue='-0.60245 -0.75445 -0.67295'/>
4875                 <fieldValue name='rotationvalue='28.98289 -0.00000 15.80898 0.37884'/>
4876                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4877                 <fieldValue name='ballRadiusvalue='0.02'/>
4878                 <fieldValue name='traceEnabledvalue='false'/>
4879                 <fieldValue name='displayMode'/>
4880                 <fieldValue name='transparencyvalue='0'/>
4881            </ProtoInstance>
4882            <ProtoInstance name='Arc'>
4883                 <fieldValue name='cylinderHeightvalue='0.74585'/>
4884                 <fieldValue name='cylinderTranslationvalue='0.41697 0.48084 -1.59746'/>
4885                 <fieldValue name='coneTranslationvalue='0.27098 0.51534 -1.44636'/>
4886                 <fieldValue name='rotationvalue='52.92855 -0.00000 51.14109 1.40806'/>
4887                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4888                 <fieldValue name='ballRadiusvalue='0.02'/>
4889                 <fieldValue name='traceEnabledvalue='false'/>
4890                 <fieldValue name='displayMode'/>
4891                 <fieldValue name='transparencyvalue='0'/>
4892            </ProtoInstance>
4893            <ProtoInstance name='Arc'>
4894                 <fieldValue name='cylinderHeightvalue='0.95777'/>
4895                 <fieldValue name='cylinderTranslationvalue='0.95243 -1.16022 0.68106'/>
4896                 <fieldValue name='coneTranslationvalue='0.74443 -1.00273 0.49770'/>
4897                 <fieldValue name='rotationvalue='-55.07181 0 62.47386 1.05427'/>
4898                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4899                 <fieldValue name='ballRadiusvalue='0.02'/>
4900                 <fieldValue name='traceEnabledvalue='false'/>
4901                 <fieldValue name='displayMode'/>
4902                 <fieldValue name='transparencyvalue='0'/>
4903            </ProtoInstance>
4904            <ProtoInstance name='Arc'>
4905                 <fieldValue name='cylinderHeightvalue='0.52121'/>
4906                 <fieldValue name='cylinderTranslationvalue='0.54354 -0.41998 -1.79505'/>
4907                 <fieldValue name='coneTranslationvalue='0.49219 -0.42234 -1.70857'/>
4908                 <fieldValue name='rotationvalue='44.80315 -0.00000 26.60453 1.59431'/>
4909                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4910                 <fieldValue name='ballRadiusvalue='0.02'/>
4911                 <fieldValue name='traceEnabledvalue='false'/>
4912                 <fieldValue name='displayMode'/>
4913                 <fieldValue name='transparencyvalue='0'/>
4914            </ProtoInstance>
4915            <ProtoInstance name='Arc'>
4916                 <fieldValue name='cylinderHeightvalue='1.02243'/>
4917                 <fieldValue name='cylinderTranslationvalue='0.90092 0.56241 0.40929'/>
4918                 <fieldValue name='coneTranslationvalue='1.24067 0.60038 0.48979'/>
4919                 <fieldValue name='rotationvalue='23.43514 0 -98.90517 1.46248'/>
4920                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4921                 <fieldValue name='ballRadiusvalue='0.02'/>
4922                 <fieldValue name='traceEnabledvalue='false'/>
4923                 <fieldValue name='displayMode'/>
4924                 <fieldValue name='transparencyvalue='0'/>
4925            </ProtoInstance>
4926            <ProtoInstance name='Arc'>
4927                 <fieldValue name='cylinderHeightvalue='1.37002'/>
4928                 <fieldValue name='cylinderTranslationvalue='-0.26639 0.57337 0.18156'/>
4929                 <fieldValue name='coneTranslationvalue='-0.78202 0.62413 0.09682'/>
4930                 <fieldValue name='rotationvalue='-22.11156 0 134.55559 1.47397'/>
4931                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4932                 <fieldValue name='ballRadiusvalue='0.02'/>
4933                 <fieldValue name='traceEnabledvalue='false'/>
4934                 <fieldValue name='displayMode'/>
4935                 <fieldValue name='transparencyvalue='0'/>
4936            </ProtoInstance>
4937            <ProtoInstance name='Arc'>
4938                 <fieldValue name='cylinderHeightvalue='0.84089'/>
4939                 <fieldValue name='cylinderTranslationvalue='0.96942 -0.46664 1.13933'/>
4940                 <fieldValue name='coneTranslationvalue='0.80516 -0.34146 0.98065'/>
4941                 <fieldValue name='rotationvalue='-51.23305 0 53.03401 1.06940'/>
4942                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4943                 <fieldValue name='ballRadiusvalue='0.02'/>
4944                 <fieldValue name='traceEnabledvalue='false'/>
4945                 <fieldValue name='displayMode'/>
4946                 <fieldValue name='transparencyvalue='0'/>
4947            </ProtoInstance>
4948            <ProtoInstance name='Arc'>
4949                 <fieldValue name='cylinderHeightvalue='0.95229'/>
4950                 <fieldValue name='cylinderTranslationvalue='-0.88772 0.20868 1.22385'/>
4951                 <fieldValue name='coneTranslationvalue='-1.03056 0.02494 1.43782'/>
4952                 <fieldValue name='rotationvalue='64.45186 -0.00000 43.02711 2.19098'/>
4953                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4954                 <fieldValue name='ballRadiusvalue='0.02'/>
4955                 <fieldValue name='traceEnabledvalue='false'/>
4956                 <fieldValue name='displayMode'/>
4957                 <fieldValue name='transparencyvalue='0'/>
4958            </ProtoInstance>
4959            <ProtoInstance name='Arc'>
4960                 <fieldValue name='cylinderHeightvalue='0.96492'/>
4961                 <fieldValue name='cylinderTranslationvalue='-0.40946 0.88409 0.83389'/>
4962                 <fieldValue name='coneTranslationvalue='-0.23360 1.15056 0.78864'/>
4963                 <fieldValue name='rotationvalue='-13.54036 0 -52.62493 0.59819'/>
4964                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4965                 <fieldValue name='ballRadiusvalue='0.02'/>
4966                 <fieldValue name='traceEnabledvalue='false'/>
4967                 <fieldValue name='displayMode'/>
4968                 <fieldValue name='transparencyvalue='0'/>
4969            </ProtoInstance>
4970            <ProtoInstance name='Arc'>
4971                 <fieldValue name='cylinderHeightvalue='0.20624'/>
4972                 <fieldValue name='cylinderTranslationvalue='1.36519 -0.94216 1.44877'/>
4973                 <fieldValue name='coneTranslationvalue='1.33040 -0.92567 1.40691'/>
4974                 <fieldValue name='rotationvalue='15.17924 0 -12.61718 1.86494'/>
4975                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4976                 <fieldValue name='ballRadiusvalue='0.02'/>
4977                 <fieldValue name='traceEnabledvalue='false'/>
4978                 <fieldValue name='displayMode'/>
4979                 <fieldValue name='transparencyvalue='0'/>
4980            </ProtoInstance>
4981            <ProtoInstance name='Arc'>
4982                 <fieldValue name='cylinderHeightvalue='0.59965'/>
4983                 <fieldValue name='cylinderTranslationvalue='1.84494 -1.67262 0.14455'/>
4984                 <fieldValue name='coneTranslationvalue='1.72979 -1.59564 0.16366'/>
4985                 <fieldValue name='rotationvalue='8.19223 -0.00000 49.38206 0.98772'/>
4986                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4987                 <fieldValue name='ballRadiusvalue='0.02'/>
4988                 <fieldValue name='traceEnabledvalue='false'/>
4989                 <fieldValue name='displayMode'/>
4990                 <fieldValue name='transparencyvalue='0'/>
4991            </ProtoInstance>
4992            <ProtoInstance name='Arc'>
4993                 <fieldValue name='cylinderHeightvalue='0.73963'/>
4994                 <fieldValue name='cylinderTranslationvalue='-1.32056 0.14643 -0.85690'/>
4995                 <fieldValue name='coneTranslationvalue='-1.21320 -0.03304 -0.83995'/>
4996                 <fieldValue name='rotationvalue='5.97746 0 -37.84814 2.59701'/>
4997                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4998                 <fieldValue name='ballRadiusvalue='0.02'/>
4999                 <fieldValue name='traceEnabledvalue='false'/>
5000                 <fieldValue name='displayMode'/>
5001                 <fieldValue name='transparencyvalue='0'/>
5002            </ProtoInstance>
5003            <ProtoInstance name='Arc'>
5004                 <fieldValue name='cylinderHeightvalue='0.68506'/>
5005                 <fieldValue name='cylinderTranslationvalue='0.63142 -1.18518 -0.39055'/>
5006                 <fieldValue name='coneTranslationvalue='0.58168 -1.01839 -0.33555'/>
5007                 <fieldValue name='rotationvalue='20.63965 -0.00000 18.67006 0.41836'/>
5008                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5009                 <fieldValue name='ballRadiusvalue='0.02'/>
5010                 <fieldValue name='traceEnabledvalue='false'/>
5011                 <fieldValue name='displayMode'/>
5012                 <fieldValue name='transparencyvalue='0'/>
5013            </ProtoInstance>
5014            <ProtoInstance name='Arc'>
5015                 <fieldValue name='cylinderHeightvalue='0.35199'/>
5016                 <fieldValue name='cylinderTranslationvalue='1.54276 -1.03019 1.65941'/>
5017                 <fieldValue name='coneTranslationvalue='1.53276 -1.02510 1.64802'/>
5018                 <fieldValue name='rotationvalue='-25.08564 0 21.99796 1.24657'/>
5019                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5020                 <fieldValue name='ballRadiusvalue='0.02'/>
5021                 <fieldValue name='traceEnabledvalue='false'/>
5022                 <fieldValue name='displayMode'/>
5023                 <fieldValue name='transparencyvalue='0'/>
5024            </ProtoInstance>
5025            <ProtoInstance name='Arc'>
5026                 <fieldValue name='cylinderHeightvalue='0.30379'/>
5027                 <fieldValue name='cylinderTranslationvalue='-1.37400 1.06111 -0.81505'/>
5028                 <fieldValue name='coneTranslationvalue='-1.38022 1.05750 -0.81132'/>
5029                 <fieldValue name='rotationvalue='-13.99744 0 -23.32053 1.10913'/>
5030                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5031                 <fieldValue name='ballRadiusvalue='0.02'/>
5032                 <fieldValue name='traceEnabledvalue='false'/>
5033                 <fieldValue name='displayMode'/>
5034                 <fieldValue name='transparencyvalue='0'/>
5035            </ProtoInstance>
5036            <ProtoInstance name='Arc'>
5037                 <fieldValue name='cylinderHeightvalue='0.32814'/>
5038                 <fieldValue name='cylinderTranslationvalue='-0.07614 1.51985 -2.60307'/>
5039                 <fieldValue name='coneTranslationvalue='-0.07729 1.51812 -2.59957'/>
5040                 <fieldValue name='rotationvalue='28.20984 -0.00000 9.31092 2.00950'/>
5041                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5042                 <fieldValue name='ballRadiusvalue='0.02'/>
5043                 <fieldValue name='traceEnabledvalue='false'/>
5044                 <fieldValue name='displayMode'/>
5045                 <fieldValue name='transparencyvalue='0'/>
5046            </ProtoInstance>
5047            <ProtoInstance name='Arc'>
5048                 <fieldValue name='cylinderHeightvalue='0.39458'/>
5049                 <fieldValue name='cylinderTranslationvalue='-1.64132 1.33075 -0.74195'/>
5050                 <fieldValue name='coneTranslationvalue='-1.66389 1.35751 -0.75479'/>
5051                 <fieldValue name='rotationvalue='-13.59418 0 23.87976 0.77036'/>
5052                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5053                 <fieldValue name='ballRadiusvalue='0.02'/>
5054                 <fieldValue name='traceEnabledvalue='false'/>
5055                 <fieldValue name='displayMode'/>
5056                 <fieldValue name='transparencyvalue='0'/>
5057            </ProtoInstance>
5058            <ProtoInstance name='Arc'>
5059                 <fieldValue name='cylinderHeightvalue='0.00186'/>
5060                 <fieldValue name='cylinderTranslationvalue='-1.52234 1.18856 -0.67454'/>
5061                 <fieldValue name='coneTranslationvalue='-1.45127 1.29246 -0.57729'/>
5062                 <fieldValue name='rotationvalue='-0.11373 0 0.08312 2.28254'/>
5063                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5064                 <fieldValue name='ballRadiusvalue='0.02'/>
5065                 <fieldValue name='traceEnabledvalue='false'/>
5066                 <fieldValue name='displayMode'/>
5067                 <fieldValue name='transparencyvalue='0'/>
5068            </ProtoInstance>
5069            <ProtoInstance name='Arc'>
5070                 <fieldValue name='cylinderHeightvalue='0.51793'/>
5071                 <fieldValue name='cylinderTranslationvalue='-1.01417 1.11949 -0.97345'/>
5072                 <fieldValue name='coneTranslationvalue='-0.92121 1.11595 -1.00723'/>
5073                 <fieldValue name='rotationvalue='-17.68160 0 -48.64646 1.60663'/>
5074                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5075                 <fieldValue name='ballRadiusvalue='0.02'/>
5076                 <fieldValue name='traceEnabledvalue='false'/>
5077                 <fieldValue name='displayMode'/>
5078                 <fieldValue name='transparencyvalue='0'/>
5079            </ProtoInstance>
5080            <ProtoInstance name='Arc'>
5081                 <fieldValue name='cylinderHeightvalue='0.29223'/>
5082                 <fieldValue name='cylinderTranslationvalue='-1.20478 0.76506 2.17454'/>
5083                 <fieldValue name='coneTranslationvalue='-1.20372 0.77466 2.18451'/>
5084                 <fieldValue name='rotationvalue='-20.99258 0 2.23713 2.33428'/>
5085                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5086                 <fieldValue name='ballRadiusvalue='0.02'/>
5087                 <fieldValue name='traceEnabledvalue='false'/>
5088                 <fieldValue name='displayMode'/>
5089                 <fieldValue name='transparencyvalue='0'/>
5090            </ProtoInstance>
5091            <ProtoInstance name='Arc'>
5092                 <fieldValue name='cylinderHeightvalue='0.35800'/>
5093                 <fieldValue name='cylinderTranslationvalue='-1.22658 0.92898 2.44381'/>
5094                 <fieldValue name='coneTranslationvalue='-1.23008 0.93566 2.46125'/>
5095                 <fieldValue name='rotationvalue='32.86183 -0.00000 6.59668 1.21177'/>
5096                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5097                 <fieldValue name='ballRadiusvalue='0.02'/>
5098                 <fieldValue name='traceEnabledvalue='false'/>
5099                 <fieldValue name='displayMode'/>
5100                 <fieldValue name='transparencyvalue='0'/>
5101            </ProtoInstance>
5102            <ProtoInstance name='Arc'>
5103                 <fieldValue name='cylinderHeightvalue='0.92832'/>
5104                 <fieldValue name='cylinderTranslationvalue='-0.98808 -0.37651 -0.80866'/>
5105                 <fieldValue name='coneTranslationvalue='-0.75395 -0.52675 -0.68569'/>
5106                 <fieldValue name='rotationvalue='37.53061 0 -71.45850 2.08745'/>
5107                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5108                 <fieldValue name='ballRadiusvalue='0.02'/>
5109                 <fieldValue name='traceEnabledvalue='false'/>
5110                 <fieldValue name='displayMode'/>
5111                 <fieldValue name='transparencyvalue='0'/>
5112            </ProtoInstance>
5113            <ProtoInstance name='Arc'>
5114                 <fieldValue name='cylinderHeightvalue='0.86499'/>
5115                 <fieldValue name='cylinderTranslationvalue='0.16613 -0.51156 -1.22459'/>
5116                 <fieldValue name='coneTranslationvalue='0.01216 -0.56541 -1.00631'/>
5117                 <fieldValue name='rotationvalue='69.28905 -0.00000 48.87757 1.76971'/>
5118                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5119                 <fieldValue name='ballRadiusvalue='0.02'/>
5120                 <fieldValue name='traceEnabledvalue='false'/>
5121                 <fieldValue name='displayMode'/>
5122                 <fieldValue name='transparencyvalue='0'/>
5123            </ProtoInstance>
5124            <ProtoInstance name='Arc'>
5125                 <fieldValue name='cylinderHeightvalue='0.30654'/>
5126                 <fieldValue name='cylinderTranslationvalue='2.17523 -1.71107 -0.18204'/>
5127                 <fieldValue name='coneTranslationvalue='2.18098 -1.71446 -0.18291'/>
5128                 <fieldValue name='rotationvalue='3.97898 -0.00000 26.17651 1.04265'/>
5129                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5130                 <fieldValue name='ballRadiusvalue='0.02'/>
5131                 <fieldValue name='traceEnabledvalue='false'/>
5132                 <fieldValue name='displayMode'/>
5133                 <fieldValue name='transparencyvalue='0'/>
5134            </ProtoInstance>
5135            <ProtoInstance name='Arc'>
5136                 <fieldValue name='cylinderHeightvalue='0.30165'/>
5137                 <fieldValue name='cylinderTranslationvalue='-1.38711 1.10109 -0.60599'/>
5138                 <fieldValue name='coneTranslationvalue='-1.39318 1.10733 -0.60889'/>
5139                 <fieldValue name='rotationvalue='9.52337 0 -19.96111 2.31859'/>
5140                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5141                 <fieldValue name='ballRadiusvalue='0.02'/>
5142                 <fieldValue name='traceEnabledvalue='false'/>
5143                 <fieldValue name='displayMode'/>
5144                 <fieldValue name='transparencyvalue='0'/>
5145            </ProtoInstance>
5146            <ProtoInstance name='Arc'>
5147                 <fieldValue name='cylinderHeightvalue='0.24680'/>
5148                 <fieldValue name='cylinderTranslationvalue='-0.20828 1.39841 -2.31429'/>
5149                 <fieldValue name='coneTranslationvalue='-0.21806 1.38423 -2.28200'/>
5150                 <fieldValue name='rotationvalue='-21.77633 0 -6.59500 1.17306'/>
5151                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5152                 <fieldValue name='ballRadiusvalue='0.02'/>
5153                 <fieldValue name='traceEnabledvalue='false'/>
5154                 <fieldValue name='displayMode'/>
5155                 <fieldValue name='transparencyvalue='0'/>
5156            </ProtoInstance>
5157            <ProtoInstance name='Arc'>
5158                 <fieldValue name='cylinderHeightvalue='0.52627'/>
5159                 <fieldValue name='cylinderTranslationvalue='-0.22648 1.48074 -2.43364'/>
5160                 <fieldValue name='coneTranslationvalue='-0.22068 1.53175 -2.52309'/>
5161                 <fieldValue name='rotationvalue='-45.64479 0 -2.95598 1.05348'/>
5162                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5163                 <fieldValue name='ballRadiusvalue='0.02'/>
5164                 <fieldValue name='traceEnabledvalue='false'/>
5165                 <fieldValue name='displayMode'/>
5166                 <fieldValue name='transparencyvalue='0'/>
5167            </ProtoInstance>
5168            <ProtoInstance name='Arc'>
5169                 <fieldValue name='cylinderHeightvalue='0.70975'/>
5170                 <fieldValue name='cylinderTranslationvalue='-0.44408 1.27689 -1.92370'/>
5171                 <fieldValue name='coneTranslationvalue='-0.55546 1.23641 -1.76900'/>
5172                 <fieldValue name='rotationvalue='56.34272 -0.00000 40.56489 1.78006'/>
5173                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5174                 <fieldValue name='ballRadiusvalue='0.02'/>
5175                 <fieldValue name='traceEnabledvalue='false'/>
5176                 <fieldValue name='displayMode'/>
5177                 <fieldValue name='transparencyvalue='0'/>
5178            </ProtoInstance>
5179            <ProtoInstance name='Arc'>
5180                 <fieldValue name='cylinderHeightvalue='1.53617'/>
5181                 <fieldValue name='cylinderTranslationvalue='0.20385 0.13016 0.45450'/>
5182                 <fieldValue name='coneTranslationvalue='-0.19231 0.44265 0.11513'/>
5183                 <fieldValue name='rotationvalue='-85.73320 0 100.07983 1.03108'/>
5184                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5185                 <fieldValue name='ballRadiusvalue='0.02'/>
5186                 <fieldValue name='traceEnabledvalue='false'/>
5187                 <fieldValue name='displayMode'/>
5188                 <fieldValue name='transparencyvalue='0'/>
5189            </ProtoInstance>
5190            <ProtoInstance name='Arc'>
5191                 <fieldValue name='cylinderHeightvalue='0.63879'/>
5192                 <fieldValue name='cylinderTranslationvalue='-1.85674 0.48787 1.16767'/>
5193                 <fieldValue name='coneTranslationvalue='-1.99179 0.44853 1.09270'/>
5194                 <fieldValue name='rotationvalue='-30.04502 0 54.12181 1.82020'/>
5195                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5196                 <fieldValue name='ballRadiusvalue='0.02'/>
5197                 <fieldValue name='traceEnabledvalue='false'/>
5198                 <fieldValue name='displayMode'/>
5199                 <fieldValue name='transparencyvalue='0'/>
5200            </ProtoInstance>
5201            <ProtoInstance name='Arc'>
5202                 <fieldValue name='cylinderHeightvalue='0.57688'/>
5203                 <fieldValue name='cylinderTranslationvalue='-1.49912 -0.28617 1.24647'/>
5204                 <fieldValue name='coneTranslationvalue='-1.47611 -0.32767 1.36582'/>
5205                 <fieldValue name='rotationvalue='53.60657 0 -10.33514 1.89980'/>
5206                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5207                 <fieldValue name='ballRadiusvalue='0.02'/>
5208                 <fieldValue name='traceEnabledvalue='false'/>
5209                 <fieldValue name='displayMode'/>
5210                 <fieldValue name='transparencyvalue='0'/>
5211            </ProtoInstance>
5212            <ProtoInstance name='Arc'>
5213                 <fieldValue name='cylinderHeightvalue='1.13961'/>
5214                 <fieldValue name='cylinderTranslationvalue='-1.29189 -0.08283 0.48294'/>
5215                 <fieldValue name='coneTranslationvalue='-1.10569 -0.00361 0.12658'/>
5216                 <fieldValue name='rotationvalue='-99.09880 0 -51.78039 1.37627'/>
5217                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5218                 <fieldValue name='ballRadiusvalue='0.02'/>
5219                 <fieldValue name='traceEnabledvalue='false'/>
5220                 <fieldValue name='displayMode'/>
5221                 <fieldValue name='transparencyvalue='0'/>
5222            </ProtoInstance>
5223            <ProtoInstance name='Arc'>
5224                 <fieldValue name='cylinderHeightvalue='0.69189'/>
5225                 <fieldValue name='cylinderTranslationvalue='-1.58817 -0.37290 1.27154'/>
5226                 <fieldValue name='coneTranslationvalue='-1.60826 -0.46961 1.42909'/>
5227                 <fieldValue name='rotationvalue='58.62068 -0.00000 7.47484 2.11775'/>
5228                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5229                 <fieldValue name='ballRadiusvalue='0.02'/>
5230                 <fieldValue name='traceEnabledvalue='false'/>
5231                 <fieldValue name='displayMode'/>
5232                 <fieldValue name='transparencyvalue='0'/>
5233            </ProtoInstance>
5234            <ProtoInstance name='Arc'>
5235                 <fieldValue name='cylinderHeightvalue='0.92206'/>
5236                 <fieldValue name='cylinderTranslationvalue='-1.49165 0.19513 0.07673'/>
5237                 <fieldValue name='coneTranslationvalue='-1.22793 0.13079 0.20684'/>
5238                 <fieldValue name='rotationvalue='39.85319 0 -80.77962 1.78619'/>
5239                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5240                 <fieldValue name='ballRadiusvalue='0.02'/>
5241                 <fieldValue name='traceEnabledvalue='false'/>
5242                 <fieldValue name='displayMode'/>
5243                 <fieldValue name='transparencyvalue='0'/>
5244            </ProtoInstance>
5245            <ProtoInstance name='Arc'>
5246                 <fieldValue name='cylinderHeightvalue='0.34607'/>
5247                 <fieldValue name='cylinderTranslationvalue='-1.20742 0.97273 2.43948'/>
5248                 <fieldValue name='coneTranslationvalue='-1.20992 0.97739 2.45140'/>
5249                 <fieldValue name='rotationvalue='31.62633 -0.00000 6.65464 1.20515'/>
5250                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5251                 <fieldValue name='ballRadiusvalue='0.02'/>
5252                 <fieldValue name='traceEnabledvalue='false'/>
5253                 <fieldValue name='displayMode'/>
5254                 <fieldValue name='transparencyvalue='0'/>
5255            </ProtoInstance>
5256            <ProtoInstance name='Arc'>
5257                 <fieldValue name='cylinderHeightvalue='0.39725'/>
5258                 <fieldValue name='cylinderTranslationvalue='1.28054 -0.96050 1.30267'/>
5259                 <fieldValue name='coneTranslationvalue='1.25742 -0.95360 1.27251'/>
5260                 <fieldValue name='rotationvalue='-31.02515 0 23.77301 1.39119'/>
5261                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5262                 <fieldValue name='ballRadiusvalue='0.02'/>
5263                 <fieldValue name='traceEnabledvalue='false'/>
5264                 <fieldValue name='displayMode'/>
5265                 <fieldValue name='transparencyvalue='0'/>
5266            </ProtoInstance>
5267            <ProtoInstance name='Arc'>
5268                 <fieldValue name='cylinderHeightvalue='0.51302'/>
5269                 <fieldValue name='cylinderTranslationvalue='0.71640 -0.27000 -1.23463'/>
5270                 <fieldValue name='coneTranslationvalue='0.74882 -0.31966 -1.15849'/>
5271                 <fieldValue name='rotationvalue='40.47272 0 -17.23080 2.11135'/>
5272                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5273                 <fieldValue name='ballRadiusvalue='0.02'/>
5274                 <fieldValue name='traceEnabledvalue='false'/>
5275                 <fieldValue name='displayMode'/>
5276                 <fieldValue name='transparencyvalue='0'/>
5277            </ProtoInstance>
5278            <ProtoInstance name='Arc'>
5279                 <fieldValue name='cylinderHeightvalue='0.37475'/>
5280                 <fieldValue name='cylinderTranslationvalue='1.98238 0.03419 0.50716'/>
5281                 <fieldValue name='coneTranslationvalue='2.00858 0.03925 0.51328'/>
5282                 <fieldValue name='rotationvalue='8.38339 0 -35.86387 1.38502'/>
5283                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5284                 <fieldValue name='ballRadiusvalue='0.02'/>
5285                 <fieldValue name='traceEnabledvalue='false'/>
5286                 <fieldValue name='displayMode'/>
5287                 <fieldValue name='transparencyvalue='0'/>
5288            </ProtoInstance>
5289            <ProtoInstance name='Arc'>
5290                 <fieldValue name='cylinderHeightvalue='0.40744'/>
5291                 <fieldValue name='cylinderTranslationvalue='-1.70550 -0.64407 1.72829'/>
5292                 <fieldValue name='coneTranslationvalue='-1.68834 -0.62449 1.69317'/>
5293                 <fieldValue name='rotationvalue='-32.72933 0 -15.99255 1.10635'/>
5294                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5295                 <fieldValue name='ballRadiusvalue='0.02'/>
5296                 <fieldValue name='traceEnabledvalue='false'/>
5297                 <fieldValue name='displayMode'/>
5298                 <fieldValue name='transparencyvalue='0'/>
5299            </ProtoInstance>
5300            <ProtoInstance name='Arc'>
5301                 <fieldValue name='cylinderHeightvalue='0.41043'/>
5302                 <fieldValue name='cylinderTranslationvalue='-0.52179 -2.51313 1.17921'/>
5303                 <fieldValue name='coneTranslationvalue='-0.51837 -2.47417 1.15651'/>
5304                 <fieldValue name='rotationvalue='-20.60100 0 -3.10592 0.53241'/>
5305                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5306                 <fieldValue name='ballRadiusvalue='0.02'/>
5307                 <fieldValue name='traceEnabledvalue='false'/>
5308                 <fieldValue name='displayMode'/>
5309                 <fieldValue name='transparencyvalue='0'/>
5310            </ProtoInstance>
5311            <ProtoInstance name='Arc'>
5312                 <fieldValue name='cylinderHeightvalue='0.69205'/>
5313                 <fieldValue name='cylinderTranslationvalue='0.73681 -0.12177 -1.22432'/>
5314                 <fieldValue name='coneTranslationvalue='0.70146 0.02888 -1.32756'/>
5315                 <fieldValue name='rotationvalue='-38.40999 0 13.14941 0.62691'/>
5316                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5317                 <fieldValue name='ballRadiusvalue='0.02'/>
5318                 <fieldValue name='traceEnabledvalue='false'/>
5319                 <fieldValue name='displayMode'/>
5320                 <fieldValue name='transparencyvalue='0'/>
5321            </ProtoInstance>
5322            <ProtoInstance name='Arc'>
5323                 <fieldValue name='cylinderHeightvalue='0.13796'/>
5324                 <fieldValue name='cylinderTranslationvalue='-1.32486 0.94154 -0.56839'/>
5325                 <fieldValue name='coneTranslationvalue='-1.27530 1.01674 -0.55517'/>
5326                 <fieldValue name='rotationvalue='-2.00279 0 7.51170 2.54298'/>
5327                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5328                 <fieldValue name='ballRadiusvalue='0.02'/>
5329                 <fieldValue name='traceEnabledvalue='false'/>
5330                 <fieldValue name='displayMode'/>
5331                 <fieldValue name='transparencyvalue='0'/>
5332            </ProtoInstance>
5333            <ProtoInstance name='Arc'>
5334                 <fieldValue name='cylinderHeightvalue='0.34686'/>
5335                 <fieldValue name='cylinderTranslationvalue='-1.29936 1.02843 -0.97953'/>
5336                 <fieldValue name='coneTranslationvalue='-1.28745 1.03107 -0.98515'/>
5337                 <fieldValue name='rotationvalue='-14.50677 0 -30.76184 1.37316'/>
5338                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5339                 <fieldValue name='ballRadiusvalue='0.02'/>
5340                 <fieldValue name='traceEnabledvalue='false'/>
5341                 <fieldValue name='displayMode'/>
5342                 <fieldValue name='transparencyvalue='0'/>
5343            </ProtoInstance>
5344            <ProtoInstance name='Arc'>
5345                 <fieldValue name='cylinderHeightvalue='0.35199'/>
5346                 <fieldValue name='cylinderTranslationvalue='1.54276 -1.03019 1.65941'/>
5347                 <fieldValue name='coneTranslationvalue='1.55275 -1.03528 1.67081'/>
5348                 <fieldValue name='rotationvalue='25.08563 0 -21.99798 1.89502'/>
5349                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5350                 <fieldValue name='ballRadiusvalue='0.02'/>
5351                 <fieldValue name='traceEnabledvalue='false'/>
5352                 <fieldValue name='displayMode'/>
5353                 <fieldValue name='transparencyvalue='0'/>
5354            </ProtoInstance>
5355            <ProtoInstance name='Arc'>
5356                 <fieldValue name='cylinderHeightvalue='0.37775'/>
5357                 <fieldValue name='cylinderTranslationvalue='0.18953 -1.75707 -0.53176'/>
5358                 <fieldValue name='coneTranslationvalue='0.19799 -1.78215 -0.54328'/>
5359                 <fieldValue name='rotationvalue='-15.06960 0 -11.07363 2.62369'/>
5360                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5361                 <fieldValue name='ballRadiusvalue='0.02'/>
5362                 <fieldValue name='traceEnabledvalue='false'/>
5363                 <fieldValue name='displayMode'/>
5364                 <fieldValue name='transparencyvalue='0'/>
5365            </ProtoInstance>
5366            <ProtoInstance name='Arc'>
5367                 <fieldValue name='cylinderHeightvalue='0.88846'/>
5368                 <fieldValue name='cylinderTranslationvalue='-0.85925 -1.32523 -0.96891'/>
5369                 <fieldValue name='coneTranslationvalue='-0.98243 -1.53257 -1.11931'/>
5370                 <fieldValue name='rotationvalue='-47.01305 0 38.50424 2.38839'/>
5371                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5372                 <fieldValue name='ballRadiusvalue='0.02'/>
5373                 <fieldValue name='traceEnabledvalue='false'/>
5374                 <fieldValue name='displayMode'/>
5375                 <fieldValue name='transparencyvalue='0'/>
5376            </ProtoInstance>
5377            <ProtoInstance name='Arc'>
5378                 <fieldValue name='cylinderHeightvalue='0.48830'/>
5379                 <fieldValue name='cylinderTranslationvalue='-0.52978 -1.20147 -0.70677'/>
5380                 <fieldValue name='coneTranslationvalue='-0.48258 -1.27051 -0.69743'/>
5381                 <fieldValue name='rotationvalue='5.41479 0 -27.38938 2.53294'/>
5382                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5383                 <fieldValue name='ballRadiusvalue='0.02'/>
5384                 <fieldValue name='traceEnabledvalue='false'/>
5385                 <fieldValue name='displayMode'/>
5386                 <fieldValue name='transparencyvalue='0'/>
5387            </ProtoInstance>
5388            <ProtoInstance name='Arc'>
5389                 <fieldValue name='cylinderHeightvalue='1.06966'/>
5390                 <fieldValue name='cylinderTranslationvalue='-0.66250 1.07080 0.22451'/>
5391                 <fieldValue name='coneTranslationvalue='-0.46860 1.37300 0.33210'/>
5392                 <fieldValue name='rotationvalue='30.70227 0 -55.33283 0.63303'/>
5393                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5394                 <fieldValue name='ballRadiusvalue='0.02'/>
5395                 <fieldValue name='traceEnabledvalue='false'/>
5396                 <fieldValue name='displayMode'/>
5397                 <fieldValue name='transparencyvalue='0'/>
5398            </ProtoInstance>
5399            <ProtoInstance name='Arc'>
5400                 <fieldValue name='cylinderHeightvalue='0.70543'/>
5401                 <fieldValue name='cylinderTranslationvalue='-0.79333 0.93371 -0.05800'/>
5402                 <fieldValue name='coneTranslationvalue='-0.71365 1.09440 -0.12849'/>
5403                 <fieldValue name='rotationvalue='-25.80030 0 -29.16685 0.58477'/>
5404                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5405                 <fieldValue name='ballRadiusvalue='0.02'/>
5406                 <fieldValue name='traceEnabledvalue='false'/>
5407                 <fieldValue name='displayMode'/>
5408                 <fieldValue name='transparencyvalue='0'/>
5409            </ProtoInstance>
5410            <ProtoInstance name='Arc'>
5411                 <fieldValue name='cylinderHeightvalue='0.83253'/>
5412                 <fieldValue name='cylinderTranslationvalue='-1.17014 0.53269 -0.25839'/>
5413                 <fieldValue name='coneTranslationvalue='-1.31234 0.46687 -0.46117'/>
5414                 <fieldValue name='rotationvalue='-65.87748 0 46.19540 1.83053'/>
5415                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5416                 <fieldValue name='ballRadiusvalue='0.02'/>
5417                 <fieldValue name='traceEnabledvalue='false'/>
5418                 <fieldValue name='displayMode'/>
5419                 <fieldValue name='transparencyvalue='0'/>
5420            </ProtoInstance>
5421            <ProtoInstance name='Arc'>
5422                 <fieldValue name='cylinderHeightvalue='0.29460'/>
5423                 <fieldValue name='cylinderTranslationvalue='-0.05196 1.60604 0.41790'/>
5424                 <fieldValue name='coneTranslationvalue='-0.04273 1.60495 0.42655'/>
5425                 <fieldValue name='rotationvalue='-20.06523 0 21.42123 1.48470'/>
5426                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5427                 <fieldValue name='ballRadiusvalue='0.02'/>
5428                 <fieldValue name='traceEnabledvalue='false'/>
5429                 <fieldValue name='displayMode'/>
5430                 <fieldValue name='transparencyvalue='0'/>
5431            </ProtoInstance>
5432            <ProtoInstance name='Arc'>
5433                 <fieldValue name='cylinderHeightvalue='0.44559'/>
5434                 <fieldValue name='cylinderTranslationvalue='-0.04560 1.43808 0.64221'/>
5435                 <fieldValue name='coneTranslationvalue='-0.07399 1.39431 0.67715'/>
5436                 <fieldValue name='rotationvalue='24.79633 -0.00000 20.14790 2.34207'/>
5437                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5438                 <fieldValue name='ballRadiusvalue='0.02'/>
5439                 <fieldValue name='traceEnabledvalue='false'/>
5440                 <fieldValue name='displayMode'/>
5441                 <fieldValue name='transparencyvalue='0'/>
5442            </ProtoInstance>
5443            <ProtoInstance name='Arc'>
5444                 <fieldValue name='cylinderHeightvalue='0.34838'/>
5445                 <fieldValue name='cylinderTranslationvalue='-1.02048 1.05916 2.12011'/>
5446                 <fieldValue name='coneTranslationvalue='-1.01232 1.06511 2.11014'/>
5447                 <fieldValue name='rotationvalue='-24.46793 0 -20.03797 1.13801'/>
5448                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5449                 <fieldValue name='ballRadiusvalue='0.02'/>
5450                 <fieldValue name='traceEnabledvalue='false'/>
5451                 <fieldValue name='displayMode'/>
5452                 <fieldValue name='transparencyvalue='0'/>
5453            </ProtoInstance>
5454            <ProtoInstance name='Arc'>
5455                 <fieldValue name='cylinderHeightvalue='0.33368'/>
5456                 <fieldValue name='cylinderTranslationvalue='0.50506 -0.29451 -1.60041'/>
5457                 <fieldValue name='coneTranslationvalue='0.50116 -0.29916 -1.59726'/>
5458                 <fieldValue name='rotationvalue='15.35392 -0.00000 19.04142 2.31878'/>
5459                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5460                 <fieldValue name='ballRadiusvalue='0.02'/>
5461                 <fieldValue name='traceEnabledvalue='false'/>
5462                 <fieldValue name='displayMode'/>
5463                 <fieldValue name='transparencyvalue='0'/>
5464            </ProtoInstance>
5465            <ProtoInstance name='Arc'>
5466                 <fieldValue name='cylinderHeightvalue='0.95409'/>
5467                 <fieldValue name='cylinderTranslationvalue='-0.29022 0.29583 -1.43895'/>
5468                 <fieldValue name='coneTranslationvalue='-0.42834 0.35031 -1.15882'/>
5469                 <fieldValue name='rotationvalue='84.30049 -0.00000 41.56389 1.39810'/>
5470                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5471                 <fieldValue name='ballRadiusvalue='0.02'/>
5472                 <fieldValue name='traceEnabledvalue='false'/>
5473                 <fieldValue name='displayMode'/>
5474                 <fieldValue name='transparencyvalue='0'/>
5475            </ProtoInstance>
5476            <ProtoInstance name='Arc'>
5477                 <fieldValue name='cylinderHeightvalue='0.18709'/>
5478                 <fieldValue name='cylinderTranslationvalue='2.67328 1.65243 2.41503'/>
5479                 <fieldValue name='coneTranslationvalue='2.72178 1.63181 2.37456'/>
5480                 <fieldValue name='rotationvalue='11.39371 -0.00000 13.65655 1.25523'/>
5481                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5482                 <fieldValue name='ballRadiusvalue='0.02'/>
5483                 <fieldValue name='traceEnabledvalue='false'/>
5484                 <fieldValue name='displayMode'/>
5485                 <fieldValue name='transparencyvalue='0'/>
5486            </ProtoInstance>
5487            <ProtoInstance name='Arc'>
5488                 <fieldValue name='cylinderHeightvalue='0.54341'/>
5489                 <fieldValue name='cylinderTranslationvalue='-1.27966 0.74562 2.32079'/>
5490                 <fieldValue name='coneTranslationvalue='-1.25347 0.71208 2.21751'/>
5491                 <fieldValue name='rotationvalue='-50.24329 0 -12.73986 1.87580'/>
5492                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5493                 <fieldValue name='ballRadiusvalue='0.02'/>
5494                 <fieldValue name='traceEnabledvalue='false'/>
5495                 <fieldValue name='displayMode'/>
5496                 <fieldValue name='transparencyvalue='0'/>
5497            </ProtoInstance>
5498            <ProtoInstance name='Arc'>
5499                 <fieldValue name='cylinderHeightvalue='0.20619'/>
5500                 <fieldValue name='cylinderTranslationvalue='2.49773 1.56173 2.67799'/>
5501                 <fieldValue name='coneTranslationvalue='2.50364 1.60465 2.64110'/>
5502                 <fieldValue name='rotationvalue='13.36482 -0.00000 2.14007 2.42550'/>
5503                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5504                 <fieldValue name='ballRadiusvalue='0.02'/>
5505                 <fieldValue name='traceEnabledvalue='false'/>
5506                 <fieldValue name='displayMode'/>
5507                 <fieldValue name='transparencyvalue='0'/>
5508            </ProtoInstance>
5509            <ProtoInstance name='Arc'>
5510                 <fieldValue name='cylinderHeightvalue='0.08693'/>
5511                 <fieldValue name='cylinderTranslationvalue='2.51052 1.67222 2.58263'/>
5512                 <fieldValue name='coneTranslationvalue='2.50492 1.58449 2.65914'/>
5513                 <fieldValue name='rotationvalue='-5.70694 0 -0.41727 0.71850'/>
5514                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5515                 <fieldValue name='ballRadiusvalue='0.02'/>
5516                 <fieldValue name='traceEnabledvalue='false'/>
5517                 <fieldValue name='displayMode'/>
5518                 <fieldValue name='transparencyvalue='0'/>
5519            </ProtoInstance>
5520            <ProtoInstance name='Arc'>
5521                 <fieldValue name='cylinderHeightvalue='0.82283'/>
5522                 <fieldValue name='cylinderTranslationvalue='-0.44084 1.37018 0.14995'/>
5523                 <fieldValue name='coneTranslationvalue='-0.61303 1.21831 0.04751'/>
5524                 <fieldValue name='rotationvalue='-33.52533 0 56.35471 2.21941'/>
5525                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5526                 <fieldValue name='ballRadiusvalue='0.02'/>
5527                 <fieldValue name='traceEnabledvalue='false'/>
5528                 <fieldValue name='displayMode'/>
5529                 <fieldValue name='transparencyvalue='0'/>
5530            </ProtoInstance>
5531            <ProtoInstance name='Arc'>
5532                 <fieldValue name='cylinderHeightvalue='0.78514'/>
5533                 <fieldValue name='cylinderTranslationvalue='-0.89623 1.13283 -1.34702'/>
5534                 <fieldValue name='coneTranslationvalue='-0.74852 1.17450 -1.52177'/>
5535                 <fieldValue name='rotationvalue='-58.99195 0 -49.86475 1.39064'/>
5536                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5537                 <fieldValue name='ballRadiusvalue='0.02'/>
5538                 <fieldValue name='traceEnabledvalue='false'/>
5539                 <fieldValue name='displayMode'/>
5540                 <fieldValue name='transparencyvalue='0'/>
5541            </ProtoInstance>
5542            <ProtoInstance name='Arc'>
5543                 <fieldValue name='cylinderHeightvalue='0.32174'/>
5544                 <fieldValue name='cylinderTranslationvalue='-0.52920 -2.57335 1.21616'/>
5545                 <fieldValue name='coneTranslationvalue='-0.52914 -2.57260 1.21571'/>
5546                 <fieldValue name='rotationvalue='-16.63740 0 -2.15225 0.54851'/>
5547                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5548                 <fieldValue name='ballRadiusvalue='0.02'/>
5549                 <fieldValue name='traceEnabledvalue='false'/>
5550                 <fieldValue name='displayMode'/>
5551                 <fieldValue name='transparencyvalue='0'/>
5552            </ProtoInstance>
5553            <ProtoInstance name='Arc'>
5554                 <fieldValue name='cylinderHeightvalue='0.91855'/>
5555                 <fieldValue name='cylinderTranslationvalue='-0.57312 0.85955 1.72405'/>
5556                 <fieldValue name='coneTranslationvalue='-0.56690 0.75111 1.44518'/>
5557                 <fieldValue name='rotationvalue='-85.59080 0 -1.90884 1.94160'/>
5558                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5559                 <fieldValue name='ballRadiusvalue='0.02'/>
5560                 <fieldValue name='traceEnabledvalue='false'/>
5561                 <fieldValue name='displayMode'/>
5562                 <fieldValue name='transparencyvalue='0'/>
5563            </ProtoInstance>
5564            <ProtoInstance name='Arc'>
5565                 <fieldValue name='cylinderHeightvalue='0.31787'/>
5566                 <fieldValue name='cylinderTranslationvalue='-0.53007 -2.57594 1.21729'/>
5567                 <fieldValue name='coneTranslationvalue='-0.53014 -2.57685 1.21784'/>
5568                 <fieldValue name='rotationvalue='-16.45152 0 -2.14696 0.54912'/>
5569                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5570                 <fieldValue name='ballRadiusvalue='0.02'/>
5571                 <fieldValue name='traceEnabledvalue='false'/>
5572                 <fieldValue name='displayMode'/>
5573                 <fieldValue name='transparencyvalue='0'/>
5574            </ProtoInstance>
5575            <ProtoInstance name='Arc'>
5576                 <fieldValue name='cylinderHeightvalue='0.84561'/>
5577                 <fieldValue name='cylinderTranslationvalue='-0.48236 1.59478 -0.05728'/>
5578                 <fieldValue name='coneTranslationvalue='-0.58500 1.36668 -0.13791'/>
5579                 <fieldValue name='rotationvalue='-25.94532 0 33.02798 2.62182'/>
5580                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5581                 <fieldValue name='ballRadiusvalue='0.02'/>
5582                 <fieldValue name='traceEnabledvalue='false'/>
5583                 <fieldValue name='displayMode'/>
5584                 <fieldValue name='transparencyvalue='0'/>
5585            </ProtoInstance>
5586            <ProtoInstance name='Arc'>
5587                 <fieldValue name='cylinderHeightvalue='0.00231'/>
5588                 <fieldValue name='cylinderTranslationvalue='1.41697 -0.96661 1.50883'/>
5589                 <fieldValue name='coneTranslationvalue='1.43021 -1.09690 1.41892'/>
5590                 <fieldValue name='rotationvalue='0.13086 -0.00000 0.01927 0.60905'/>
5591                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5592                 <fieldValue name='ballRadiusvalue='0.02'/>
5593                 <fieldValue name='traceEnabledvalue='false'/>
5594                 <fieldValue name='displayMode'/>
5595                 <fieldValue name='transparencyvalue='0'/>
5596            </ProtoInstance>
5597            <ProtoInstance name='Arc'>
5598                 <fieldValue name='cylinderHeightvalue='1.04048'/>
5599                 <fieldValue name='cylinderTranslationvalue='-0.44829 -0.90075 -1.08180'/>
5600                 <fieldValue name='coneTranslationvalue='-0.19206 -0.69044 -0.94078'/>
5601                 <fieldValue name='rotationvalue='40.73133 0 -74.00768 0.94739'/>
5602                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5603                 <fieldValue name='ballRadiusvalue='0.02'/>
5604                 <fieldValue name='traceEnabledvalue='false'/>
5605                 <fieldValue name='displayMode'/>
5606                 <fieldValue name='transparencyvalue='0'/>
5607            </ProtoInstance>
5608            <ProtoInstance name='Arc'>
5609                 <fieldValue name='cylinderHeightvalue='0.50191'/>
5610                 <fieldValue name='cylinderTranslationvalue='-0.23545 1.48882 -2.46009'/>
5611                 <fieldValue name='coneTranslationvalue='-0.24027 1.44588 -2.38005'/>
5612                 <fieldValue name='rotationvalue='44.16541 -0.00000 2.65720 2.06248'/>
5613                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5614                 <fieldValue name='ballRadiusvalue='0.02'/>
5615                 <fieldValue name='traceEnabledvalue='false'/>
5616                 <fieldValue name='displayMode'/>
5617                 <fieldValue name='transparencyvalue='0'/>
5618            </ProtoInstance>
5619            <ProtoInstance name='Arc'>
5620                 <fieldValue name='cylinderHeightvalue='0.83105'/>
5621                 <fieldValue name='cylinderTranslationvalue='0.16580 -0.50251 -1.20089'/>
5622                 <fieldValue name='coneTranslationvalue='0.01572 -0.56063 -1.00242'/>
5623                 <fieldValue name='rotationvalue='64.54905 -0.00000 48.81097 1.80028'/>
5624                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5625                 <fieldValue name='ballRadiusvalue='0.02'/>
5626                 <fieldValue name='traceEnabledvalue='false'/>
5627                 <fieldValue name='displayMode'/>
5628                 <fieldValue name='transparencyvalue='0'/>
5629            </ProtoInstance>
5630            <ProtoInstance name='Arc'>
5631                 <fieldValue name='cylinderHeightvalue='0.37605'/>
5632                 <fieldValue name='cylinderTranslationvalue='-2.12896 0.18156 0.70328'/>
5633                 <fieldValue name='coneTranslationvalue='-2.10247 0.17827 0.69477'/>
5634                 <fieldValue name='rotationvalue='-11.41763 0 -35.55755 1.68830'/>
5635                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5636                 <fieldValue name='ballRadiusvalue='0.02'/>
5637                 <fieldValue name='traceEnabledvalue='false'/>
5638                 <fieldValue name='displayMode'/>
5639                 <fieldValue name='transparencyvalue='0'/>
5640            </ProtoInstance>
5641            <ProtoInstance name='Arc'>
5642                 <fieldValue name='cylinderHeightvalue='0.56485'/>
5643                 <fieldValue name='cylinderTranslationvalue='-1.36986 -0.13794 1.63883'/>
5644                 <fieldValue name='coneTranslationvalue='-1.33623 -0.03329 1.69273'/>
5645                 <fieldValue name='rotationvalue='24.86599 0 -15.51692 0.54557'/>
5646                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5647                 <fieldValue name='ballRadiusvalue='0.02'/>
5648                 <fieldValue name='traceEnabledvalue='false'/>
5649                 <fieldValue name='displayMode'/>
5650                 <fieldValue name='transparencyvalue='0'/>
5651            </ProtoInstance>
5652            <ProtoInstance name='Arc'>
5653                 <fieldValue name='cylinderHeightvalue='0.34783'/>
5654                 <fieldValue name='cylinderTranslationvalue='-1.60795 -0.68172 1.82419'/>
5655                 <fieldValue name='coneTranslationvalue='-1.60098 -0.67618 1.81350'/>
5656                 <fieldValue name='rotationvalue='-26.72433 0 -17.41411 1.16060'/>
5657                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5658                 <fieldValue name='ballRadiusvalue='0.02'/>
5659                 <fieldValue name='traceEnabledvalue='false'/>
5660                 <fieldValue name='displayMode'/>
5661                 <fieldValue name='transparencyvalue='0'/>
5662            </ProtoInstance>
5663            <ProtoInstance name='Arc'>
5664                 <fieldValue name='cylinderHeightvalue='0.74724'/>
5665                 <fieldValue name='cylinderTranslationvalue='0.01593 -0.94873 -0.79434'/>
5666                 <fieldValue name='coneTranslationvalue='0.06978 -1.14982 -0.74642'/>
5667                 <fieldValue name='rotationvalue='16.76097 0 -18.83698 2.79740'/>
5668                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5669                 <fieldValue name='ballRadiusvalue='0.02'/>
5670                 <fieldValue name='traceEnabledvalue='false'/>
5671                 <fieldValue name='displayMode'/>
5672                 <fieldValue name='transparencyvalue='0'/>
5673            </ProtoInstance>
5674            <ProtoInstance name='Arc'>
5675                 <fieldValue name='cylinderHeightvalue='0.85303'/>
5676                 <fieldValue name='cylinderTranslationvalue='0.05751 -0.97968 -1.00874'/>
5677                 <fieldValue name='coneTranslationvalue='0.14235 -1.21879 -1.09034'/>
5678                 <fieldValue name='rotationvalue='-26.11845 0 -27.15346 2.68413'/>
5679                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5680                 <fieldValue name='ballRadiusvalue='0.02'/>
5681                 <fieldValue name='traceEnabledvalue='false'/>
5682                 <fieldValue name='displayMode'/>
5683                 <fieldValue name='transparencyvalue='0'/>
5684            </ProtoInstance>
5685            <ProtoInstance name='Arc'>
5686                 <fieldValue name='cylinderHeightvalue='0.83105'/>
5687                 <fieldValue name='cylinderTranslationvalue='0.16580 -0.50251 -1.20089'/>
5688                 <fieldValue name='coneTranslationvalue='0.31588 -0.44438 -1.39936'/>
5689                 <fieldValue name='rotationvalue='-64.54905 0 -48.81097 1.34132'/>
5690                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5691                 <fieldValue name='ballRadiusvalue='0.02'/>
5692                 <fieldValue name='traceEnabledvalue='false'/>
5693                 <fieldValue name='displayMode'/>
5694                 <fieldValue name='transparencyvalue='0'/>
5695            </ProtoInstance>
5696            <ProtoInstance name='Arc'>
5697                 <fieldValue name='cylinderHeightvalue='1.13755'/>
5698                 <fieldValue name='cylinderTranslationvalue='-0.60479 -0.38346 -0.85258'/>
5699                 <fieldValue name='coneTranslationvalue='-0.98321 -0.22997 -0.83421'/>
5700                 <fieldValue name='rotationvalue='5.11298 -0.00000 105.30681 1.18587'/>
5701                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5702                 <fieldValue name='ballRadiusvalue='0.02'/>
5703                 <fieldValue name='traceEnabledvalue='false'/>
5704                 <fieldValue name='displayMode'/>
5705                 <fieldValue name='transparencyvalue='0'/>
5706            </ProtoInstance>
5707            <ProtoInstance name='Arc'>
5708                 <fieldValue name='cylinderHeightvalue='0.89700'/>
5709                 <fieldValue name='cylinderTranslationvalue='0.22991 -0.73461 -0.58275'/>
5710                 <fieldValue name='coneTranslationvalue='0.42814 -0.82311 -0.39273'/>
5711                 <fieldValue name='rotationvalue='59.07976 0 -61.63264 1.88259'/>
5712                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5713                 <fieldValue name='ballRadiusvalue='0.02'/>
5714                 <fieldValue name='traceEnabledvalue='false'/>
5715                 <fieldValue name='displayMode'/>
5716                 <fieldValue name='transparencyvalue='0'/>
5717            </ProtoInstance>
5718            <ProtoInstance name='Arc'>
5719                 <fieldValue name='cylinderHeightvalue='1.14326'/>
5720                 <fieldValue name='cylinderTranslationvalue='1.11905 -1.21563 0.29561'/>
5721                 <fieldValue name='coneTranslationvalue='0.77413 -1.00542 0.37489'/>
5722                 <fieldValue name='rotationvalue='22.01889 -0.00000 95.79704 1.03484'/>
5723                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5724                 <fieldValue name='ballRadiusvalue='0.02'/>
5725                 <fieldValue name='traceEnabledvalue='false'/>
5726                 <fieldValue name='displayMode'/>
5727                 <fieldValue name='transparencyvalue='0'/>
5728            </ProtoInstance>
5729            <ProtoInstance name='Arc'>
5730                 <fieldValue name='cylinderHeightvalue='0.61341'/>
5731                 <fieldValue name='cylinderTranslationvalue='-0.23330 1.75544 0.45906'/>
5732                 <fieldValue name='coneTranslationvalue='-0.30626 1.63421 0.42030'/>
5733                 <fieldValue name='rotationvalue='-16.20812 0 30.50720 2.54337'/>
5734                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5735                 <fieldValue name='ballRadiusvalue='0.02'/>
5736                 <fieldValue name='traceEnabledvalue='false'/>
5737                 <fieldValue name='displayMode'/>
5738                 <fieldValue name='transparencyvalue='0'/>
5739            </ProtoInstance>
5740            <ProtoInstance name='Arc'>
5741                 <fieldValue name='cylinderHeightvalue='0.94154'/>
5742                 <fieldValue name='cylinderTranslationvalue='-1.51947 0.12805 0.46109'/>
5743                 <fieldValue name='coneTranslationvalue='-1.80445 0.14882 0.58328'/>
5744                 <fieldValue name='rotationvalue='37.01945 -0.00000 86.34229 1.50392'/>
5745                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5746                 <fieldValue name='ballRadiusvalue='0.02'/>
5747                 <fieldValue name='traceEnabledvalue='false'/>
5748                 <fieldValue name='displayMode'/>
5749                 <fieldValue name='transparencyvalue='0'/>
5750            </ProtoInstance>
5751            <ProtoInstance name='Arc'>
5752                 <fieldValue name='cylinderHeightvalue='0.24720'/>
5753                 <fieldValue name='cylinderTranslationvalue='-1.19450 -0.01063 1.48625'/>
5754                 <fieldValue name='coneTranslationvalue='-1.16751 -0.02754 1.50388'/>
5755                 <fieldValue name='rotationvalue='-11.97189 0 18.32764 1.08772'/>
5756                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5757                 <fieldValue name='ballRadiusvalue='0.02'/>
5758                 <fieldValue name='traceEnabledvalue='false'/>
5759                 <fieldValue name='displayMode'/>
5760                 <fieldValue name='transparencyvalue='0'/>
5761            </ProtoInstance>
5762            <ProtoInstance name='Arc'>
5763                 <fieldValue name='cylinderHeightvalue='1.01077'/>
5764                 <fieldValue name='cylinderTranslationvalue='-0.74468 0.08571 -1.97389'/>
5765                 <fieldValue name='coneTranslationvalue='-0.80202 -0.14244 -1.72101'/>
5766                 <fieldValue name='rotationvalue='74.00522 -0.00000 16.78068 2.29239'/>
5767                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5768                 <fieldValue name='ballRadiusvalue='0.02'/>
5769                 <fieldValue name='traceEnabledvalue='false'/>
5770                 <fieldValue name='displayMode'/>
5771                 <fieldValue name='transparencyvalue='0'/>
5772            </ProtoInstance>
5773            <ProtoInstance name='Arc'>
5774                 <fieldValue name='cylinderHeightvalue='0.39404'/>
5775                 <fieldValue name='cylinderTranslationvalue='0.18003 -1.73967 -0.55890'/>
5776                 <fieldValue name='coneTranslationvalue='0.19135 -1.77202 -0.57290'/>
5777                 <fieldValue name='rotationvalue='-14.91104 0 -12.04431 2.63358'/>
5778                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5779                 <fieldValue name='ballRadiusvalue='0.02'/>
5780                 <fieldValue name='traceEnabledvalue='false'/>
5781                 <fieldValue name='displayMode'/>
5782                 <fieldValue name='transparencyvalue='0'/>
5783            </ProtoInstance>
5784            <ProtoInstance name='Arc'>
5785                 <fieldValue name='cylinderHeightvalue='0.41810'/>
5786                 <fieldValue name='cylinderTranslationvalue='0.03286 -1.38256 -0.44046'/>
5787                 <fieldValue name='coneTranslationvalue='0.01246 -1.33916 -0.43017'/>
5788                 <fieldValue name='rotationvalue='8.77515 -0.00000 17.39048 0.48464'/>
5789                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5790                 <fieldValue name='ballRadiusvalue='0.02'/>
5791                 <fieldValue name='traceEnabledvalue='false'/>
5792                 <fieldValue name='displayMode'/>
5793                 <fieldValue name='transparencyvalue='0'/>
5794            </ProtoInstance>
5795            <ProtoInstance name='Arc'>
5796                 <fieldValue name='cylinderHeightvalue='1.23048'/>
5797                 <fieldValue name='cylinderTranslationvalue='-0.63481 0.00441 -0.48100'/>
5798                 <fieldValue name='coneTranslationvalue='-0.92944 0.02136 -0.13438'/>
5799                 <fieldValue name='rotationvalue='93.69074 -0.00000 79.63638 1.53356'/>
5800                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5801                 <fieldValue name='ballRadiusvalue='0.02'/>
5802                 <fieldValue name='traceEnabledvalue='false'/>
5803                 <fieldValue name='displayMode'/>
5804                 <fieldValue name='transparencyvalue='0'/>
5805            </ProtoInstance>
5806            <ProtoInstance name='Arc'>
5807                 <fieldValue name='cylinderHeightvalue='0.47959'/>
5808                 <fieldValue name='cylinderTranslationvalue='-0.36733 0.17966 -0.98345'/>
5809                 <fieldValue name='coneTranslationvalue='-0.41083 0.24559 -0.99477'/>
5810                 <fieldValue name='rotationvalue='-6.79918 0 26.14158 0.59827'/>
5811                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5812                 <fieldValue name='ballRadiusvalue='0.02'/>
5813                 <fieldValue name='traceEnabledvalue='false'/>
5814                 <fieldValue name='displayMode'/>
5815                 <fieldValue name='transparencyvalue='0'/>
5816            </ProtoInstance>
5817            <ProtoInstance name='Arc'>
5818                 <fieldValue name='cylinderHeightvalue='1.12212'/>
5819                 <fieldValue name='cylinderTranslationvalue='-0.67971 -0.57217 0.82759'/>
5820                 <fieldValue name='coneTranslationvalue='-0.46235 -0.52089 0.49446'/>
5821                 <fieldValue name='rotationvalue='-93.20594 0 -60.81487 1.44259'/>
5822                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5823                 <fieldValue name='ballRadiusvalue='0.02'/>
5824                 <fieldValue name='traceEnabledvalue='false'/>
5825                 <fieldValue name='displayMode'/>
5826                 <fieldValue name='transparencyvalue='0'/>
5827            </ProtoInstance>
5828            <ProtoInstance name='Arc'>
5829                 <fieldValue name='cylinderHeightvalue='0.56517'/>
5830                 <fieldValue name='cylinderTranslationvalue='-1.14954 -0.55885 1.50609'/>
5831                 <fieldValue name='coneTranslationvalue='-1.22144 -0.52196 1.59826'/>
5832                 <fieldValue name='rotationvalue='42.49463 -0.00000 33.15161 1.26508'/>
5833                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5834                 <fieldValue name='ballRadiusvalue='0.02'/>
5835                 <fieldValue name='traceEnabledvalue='false'/>
5836                 <fieldValue name='displayMode'/>
5837                 <fieldValue name='transparencyvalue='0'/>
5838            </ProtoInstance>
5839            <ProtoInstance name='Arc'>
5840                 <fieldValue name='cylinderHeightvalue='0.90687'/>
5841                 <fieldValue name='cylinderTranslationvalue='0.90087 -0.92436 0.77663'/>
5842                 <fieldValue name='coneTranslationvalue='1.06964 -0.92479 1.01666'/>
5843                 <fieldValue name='rotationvalue='74.18436 0 -52.16117 1.57223'/>
5844                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5845                 <fieldValue name='ballRadiusvalue='0.02'/>
5846                 <fieldValue name='traceEnabledvalue='false'/>
5847                 <fieldValue name='displayMode'/>
5848                 <fieldValue name='transparencyvalue='0'/>
5849            </ProtoInstance>
5850            <ProtoInstance name='Arc'>
5851                 <fieldValue name='cylinderHeightvalue='1.10125'/>
5852                 <fieldValue name='cylinderTranslationvalue='0.13221 -0.71207 0.38363'/>
5853                 <fieldValue name='coneTranslationvalue='-0.22806 -0.56193 0.36797'/>
5854                 <fieldValue name='rotationvalue='-4.41451 0 101.56928 1.17628'/>
5855                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5856                 <fieldValue name='ballRadiusvalue='0.02'/>
5857                 <fieldValue name='traceEnabledvalue='false'/>
5858                 <fieldValue name='displayMode'/>
5859                 <fieldValue name='transparencyvalue='0'/>
5860            </ProtoInstance>
5861            <ProtoInstance name='Arc'>
5862                 <fieldValue name='cylinderHeightvalue='0.73704'/>
5863                 <fieldValue name='cylinderTranslationvalue='-0.44782 1.28676 -1.94062'/>
5864                 <fieldValue name='coneTranslationvalue='-0.56047 1.23946 -1.77164'/>
5865                 <fieldValue name='rotationvalue='59.72751 -0.00000 39.81679 1.79961'/>
5866                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5867                 <fieldValue name='ballRadiusvalue='0.02'/>
5868                 <fieldValue name='traceEnabledvalue='false'/>
5869                 <fieldValue name='displayMode'/>
5870                 <fieldValue name='transparencyvalue='0'/>
5871            </ProtoInstance>
5872            <ProtoInstance name='Arc'>
5873                 <fieldValue name='cylinderHeightvalue='0.36893'/>
5874                 <fieldValue name='cylinderTranslationvalue='0.02801 -1.24901 -0.55356'/>
5875                 <fieldValue name='coneTranslationvalue='0.01712 -1.24219 -0.53274'/>
5876                 <fieldValue name='rotationvalue='31.39469 -0.00000 16.42097 1.28826'/>
5877                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5878                 <fieldValue name='ballRadiusvalue='0.02'/>
5879                 <fieldValue name='traceEnabledvalue='false'/>
5880                 <fieldValue name='displayMode'/>
5881                 <fieldValue name='transparencyvalue='0'/>
5882            </ProtoInstance>
5883            <ProtoInstance name='Arc'>
5884                 <fieldValue name='cylinderHeightvalue='0.97563'/>
5885                 <fieldValue name='cylinderTranslationvalue='-1.39662 -0.47765 -1.09695'/>
5886                 <fieldValue name='coneTranslationvalue='-1.21834 -0.27083 -0.91555'/>
5887                 <fieldValue name='rotationvalue='53.98701 0 -53.05970 0.88809'/>
5888                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5889                 <fieldValue name='ballRadiusvalue='0.02'/>
5890                 <fieldValue name='traceEnabledvalue='false'/>
5891                 <fieldValue name='displayMode'/>
5892                 <fieldValue name='transparencyvalue='0'/>
5893            </ProtoInstance>
5894            <ProtoInstance name='Arc'>
5895                 <fieldValue name='cylinderHeightvalue='0.34221'/>
5896                 <fieldValue name='cylinderTranslationvalue='-1.49607 -1.51326 -1.36639'/>
5897                 <fieldValue name='coneTranslationvalue='-1.49010 -1.50614 -1.36031'/>
5898                 <fieldValue name='rotationvalue='18.76459 0 -18.38178 0.87509'/>
5899                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5900                 <fieldValue name='ballRadiusvalue='0.02'/>
5901                 <fieldValue name='traceEnabledvalue='false'/>
5902                 <fieldValue name='displayMode'/>
5903                 <fieldValue name='transparencyvalue='0'/>
5904            </ProtoInstance>
5905            <ProtoInstance name='Arc'>
5906                 <fieldValue name='cylinderHeightvalue='0.41484'/>
5907                 <fieldValue name='cylinderTranslationvalue='-1.02414 0.92624 -0.48735'/>
5908                 <fieldValue name='coneTranslationvalue='-1.06158 0.90563 -0.50790'/>
5909                 <fieldValue name='rotationvalue='-17.98487 0 32.74983 2.02031'/>
5910                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5911                 <fieldValue name='ballRadiusvalue='0.02'/>
5912                 <fieldValue name='traceEnabledvalue='false'/>
5913                 <fieldValue name='displayMode'/>
5914                 <fieldValue name='transparencyvalue='0'/>
5915            </ProtoInstance>
5916            <ProtoInstance name='Arc'>
5917                 <fieldValue name='cylinderHeightvalue='0.85944'/>
5918                 <fieldValue name='cylinderTranslationvalue='-0.57847 0.77062 -0.18579'/>
5919                 <fieldValue name='coneTranslationvalue='-0.40152 0.61638 -0.05296'/>
5920                 <fieldValue name='rotationvalue='42.32535 0 -56.38448 2.17959'/>
5921                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5922                 <fieldValue name='ballRadiusvalue='0.02'/>
5923                 <fieldValue name='traceEnabledvalue='false'/>
5924                 <fieldValue name='displayMode'/>
5925                 <fieldValue name='transparencyvalue='0'/>
5926            </ProtoInstance>
5927            <ProtoInstance name='Arc'>
5928                 <fieldValue name='cylinderHeightvalue='0.96945'/>
5929                 <fieldValue name='cylinderTranslationvalue='-1.41819 0.13668 0.26062'/>
5930                 <fieldValue name='coneTranslationvalue='-1.67624 0.20995 0.44361'/>
5931                 <fieldValue name='rotationvalue='54.63316 -0.00000 77.03981 1.34321'/>
5932                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5933                 <fieldValue name='ballRadiusvalue='0.02'/>
5934                 <fieldValue name='traceEnabledvalue='false'/>
5935                 <fieldValue name='displayMode'/>
5936                 <fieldValue name='transparencyvalue='0'/>
5937            </ProtoInstance>
5938            <ProtoInstance name='Arc'>
5939                 <fieldValue name='cylinderHeightvalue='0.39471'/>
5940                 <fieldValue name='cylinderTranslationvalue='-1.64285 1.32856 -0.74409'/>
5941                 <fieldValue name='coneTranslationvalue='-1.62011 1.30194 -0.73103'/>
5942                 <fieldValue name='rotationvalue='13.79543 0 -24.01830 2.36377'/>
5943                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5944                 <fieldValue name='ballRadiusvalue='0.02'/>
5945                 <fieldValue name='traceEnabledvalue='false'/>
5946                 <fieldValue name='displayMode'/>
5947                 <fieldValue name='transparencyvalue='0'/>
5948            </ProtoInstance>
5949            <ProtoInstance name='Arc'>
5950                 <fieldValue name='cylinderHeightvalue='0.10372'/>
5951                 <fieldValue name='cylinderTranslationvalue='-1.38517 -1.36478 -1.30125'/>
5952                 <fieldValue name='coneTranslationvalue='-1.34556 -1.28386 -1.36106'/>
5953                 <fieldValue name='rotationvalue='5.73600 -0.00000 3.79884 2.41632'/>
5954                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5955                 <fieldValue name='ballRadiusvalue='0.02'/>
5956                 <fieldValue name='traceEnabledvalue='false'/>
5957                 <fieldValue name='displayMode'/>
5958                 <fieldValue name='transparencyvalue='0'/>
5959            </ProtoInstance>
5960            <ProtoInstance name='Arc'>
5961                 <fieldValue name='cylinderHeightvalue='0.41043'/>
5962                 <fieldValue name='cylinderTranslationvalue='-0.52179 -2.51313 1.17921'/>
5963                 <fieldValue name='coneTranslationvalue='-0.52521 -2.55209 1.20190'/>
5964                 <fieldValue name='rotationvalue='20.60100 -0.00000 3.10592 2.60918'/>
5965                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5966                 <fieldValue name='ballRadiusvalue='0.02'/>
5967                 <fieldValue name='traceEnabledvalue='false'/>
5968                 <fieldValue name='displayMode'/>
5969                 <fieldValue name='transparencyvalue='0'/>
5970            </ProtoInstance>
5971            <ProtoInstance name='Arc'>
5972                 <fieldValue name='cylinderHeightvalue='0.11542'/>
5973                 <fieldValue name='cylinderTranslationvalue='-0.51235 -2.38620 1.10459'/>
5974                 <fieldValue name='coneTranslationvalue='-0.50156 -2.29780 1.05427'/>
5975                 <fieldValue name='rotationvalue='5.67767 -0.00000 1.21760 2.61443'/>
5976                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5977                 <fieldValue name='ballRadiusvalue='0.02'/>
5978                 <fieldValue name='traceEnabledvalue='false'/>
5979                 <fieldValue name='displayMode'/>
5980                 <fieldValue name='transparencyvalue='0'/>
5981            </ProtoInstance>
5982            <ProtoInstance name='Arc'>
5983                 <fieldValue name='cylinderHeightvalue='0.89131'/>
5984                 <fieldValue name='cylinderTranslationvalue='-0.70921 1.16901 -0.62443'/>
5985                 <fieldValue name='coneTranslationvalue='-0.74878 1.13133 -0.90481'/>
5986                 <fieldValue name='rotationvalue='-87.48504 0 12.34398 1.70312'/>
5987                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5988                 <fieldValue name='ballRadiusvalue='0.02'/>
5989                 <fieldValue name='traceEnabledvalue='false'/>
5990                 <fieldValue name='displayMode'/>
5991                 <fieldValue name='transparencyvalue='0'/>
5992            </ProtoInstance>
5993            <ProtoInstance name='Arc'>
5994                 <fieldValue name='cylinderHeightvalue='0.29855'/>
5995                 <fieldValue name='cylinderTranslationvalue='-0.77775 1.09320 -0.15345'/>
5996                 <fieldValue name='coneTranslationvalue='-0.78171 1.09116 -0.16321'/>
5997                 <fieldValue name='rotationvalue='27.15450 0 -11.02552 1.37901'/>
5998                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5999                 <fieldValue name='ballRadiusvalue='0.02'/>
6000                 <fieldValue name='traceEnabledvalue='false'/>
6001                 <fieldValue name='displayMode'/>
6002                 <fieldValue name='transparencyvalue='0'/>
6003            </ProtoInstance>
6004            <ProtoInstance name='Arc'>
6005                 <fieldValue name='cylinderHeightvalue='0.82363'/>
6006                 <fieldValue name='cylinderTranslationvalue='-0.56471 0.79481 -0.13170'/>
6007                 <fieldValue name='coneTranslationvalue='-0.40073 0.62975 -0.03537'/>
6008                 <fieldValue name='rotationvalue='31.50562 0 -53.63261 2.28561'/>
6009                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6010                 <fieldValue name='ballRadiusvalue='0.02'/>
6011                 <fieldValue name='traceEnabledvalue='false'/>
6012                 <fieldValue name='displayMode'/>
6013                 <fieldValue name='transparencyvalue='0'/>
6014            </ProtoInstance>
6015            <ProtoInstance name='Arc'>
6016                 <fieldValue name='cylinderHeightvalue='0.20486'/>
6017                 <fieldValue name='cylinderTranslationvalue='-1.87728 0.20278 0.58999'/>
6018                 <fieldValue name='coneTranslationvalue='-1.91882 0.17846 0.62158'/>
6019                 <fieldValue name='rotationvalue='-11.24096 0 -14.77902 1.13468'/>
6020                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6021                 <fieldValue name='ballRadiusvalue='0.02'/>
6022                 <fieldValue name='traceEnabledvalue='false'/>
6023                 <fieldValue name='displayMode'/>
6024                 <fieldValue name='transparencyvalue='0'/>
6025            </ProtoInstance>
6026            <ProtoInstance name='Arc'>
6027                 <fieldValue name='cylinderHeightvalue='0.33368'/>
6028                 <fieldValue name='cylinderTranslationvalue='0.50506 -0.29451 -1.60041'/>
6029                 <fieldValue name='coneTranslationvalue='0.50896 -0.28986 -1.60355'/>
6030                 <fieldValue name='rotationvalue='-15.35392 0 -19.04142 0.82281'/>
6031                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6032                 <fieldValue name='ballRadiusvalue='0.02'/>
6033                 <fieldValue name='traceEnabledvalue='false'/>
6034                 <fieldValue name='displayMode'/>
6035                 <fieldValue name='transparencyvalue='0'/>
6036            </ProtoInstance>
6037            <ProtoInstance name='Arc'>
6038                 <fieldValue name='cylinderHeightvalue='0.58917'/>
6039                 <fieldValue name='cylinderTranslationvalue='-1.28326 -0.18182 1.74097'/>
6040                 <fieldValue name='coneTranslationvalue='-1.29789 -0.31522 1.73074'/>
6041                 <fieldValue name='rotationvalue='-4.48170 0 6.40808 3.00848'/>
6042                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6043                 <fieldValue name='ballRadiusvalue='0.02'/>
6044                 <fieldValue name='traceEnabledvalue='false'/>
6045                 <fieldValue name='displayMode'/>
6046                 <fieldValue name='transparencyvalue='0'/>
6047            </ProtoInstance>
6048            <ProtoInstance name='Arc'>
6049                 <fieldValue name='cylinderHeightvalue='0.75722'/>
6050                 <fieldValue name='cylinderTranslationvalue='-1.35352 0.24577 2.10863'/>
6051                 <fieldValue name='coneTranslationvalue='-1.31815 0.16362 1.90916'/>
6052                 <fieldValue name='rotationvalue='-69.09354 0 -12.24895 1.95607'/>
6053                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6054                 <fieldValue name='ballRadiusvalue='0.02'/>
6055                 <fieldValue name='traceEnabledvalue='false'/>
6056                 <fieldValue name='displayMode'/>
6057                 <fieldValue name='transparencyvalue='0'/>
6058            </ProtoInstance>
6059            <ProtoInstance name='Arc'>
6060                 <fieldValue name='cylinderHeightvalue='0.55790'/>
6061                 <fieldValue name='cylinderTranslationvalue='-2.06191 0.23994 0.63838'/>
6062                 <fieldValue name='coneTranslationvalue='-2.17215 0.23733 0.68298'/>
6063                 <fieldValue name='rotationvalue='20.91966 -0.00000 51.70512 1.59272'/>
6064                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6065                 <fieldValue name='ballRadiusvalue='0.02'/>
6066                 <fieldValue name='traceEnabledvalue='false'/>
6067                 <fieldValue name='displayMode'/>
6068                 <fieldValue name='transparencyvalue='0'/>
6069            </ProtoInstance>
6070            <ProtoInstance name='Arc'>
6071                 <fieldValue name='cylinderHeightvalue='0.44870'/>
6072                 <fieldValue name='cylinderTranslationvalue='-2.01333 0.31708 0.49896'/>
6073                 <fieldValue name='coneTranslationvalue='-2.07354 0.33745 0.48897'/>
6074                 <fieldValue name='rotationvalue='-6.96403 0 41.98785 1.24864'/>
6075                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6076                 <fieldValue name='ballRadiusvalue='0.02'/>
6077                 <fieldValue name='traceEnabledvalue='false'/>
6078                 <fieldValue name='displayMode'/>
6079                 <fieldValue name='transparencyvalue='0'/>
6080            </ProtoInstance>
6081            <ProtoInstance name='Arc'>
6082                 <fieldValue name='cylinderHeightvalue='0.32136'/>
6083                 <fieldValue name='cylinderTranslationvalue='2.16417 -1.70848 -0.18034'/>
6084                 <fieldValue name='coneTranslationvalue='2.16475 -1.70882 -0.18043'/>
6085                 <fieldValue name='rotationvalue='-4.17015 0 -27.42684 2.09988'/>
6086                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6087                 <fieldValue name='ballRadiusvalue='0.02'/>
6088                 <fieldValue name='traceEnabledvalue='false'/>
6089                 <fieldValue name='displayMode'/>
6090                 <fieldValue name='transparencyvalue='0'/>
6091            </ProtoInstance>
6092            <ProtoInstance name='Arc'>
6093                 <fieldValue name='cylinderHeightvalue='0.89421'/>
6094                 <fieldValue name='cylinderTranslationvalue='-1.25105 0.35540 1.74798'/>
6095                 <fieldValue name='coneTranslationvalue='-1.27358 0.15722 1.54148'/>
6096                 <fieldValue name='rotationvalue='-64.31803 0 7.01697 2.33267'/>
6097                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6098                 <fieldValue name='ballRadiusvalue='0.02'/>
6099                 <fieldValue name='traceEnabledvalue='false'/>
6100                 <fieldValue name='displayMode'/>
6101                 <fieldValue name='transparencyvalue='0'/>
6102            </ProtoInstance>
6103            <ProtoInstance name='Arc'>
6104                 <fieldValue name='cylinderHeightvalue='0.34157'/>
6105                 <fieldValue name='cylinderTranslationvalue='-1.28920 0.07513 1.59478'/>
6106                 <fieldValue name='coneTranslationvalue='-1.28901 0.07334 1.58415'/>
6107                 <fieldValue name='rotationvalue='-33.67703 0 -0.61379 1.73759'/>
6108                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6109                 <fieldValue name='ballRadiusvalue='0.02'/>
6110                 <fieldValue name='traceEnabledvalue='false'/>
6111                 <fieldValue name='displayMode'/>
6112                 <fieldValue name='transparencyvalue='0'/>
6113            </ProtoInstance>
6114            <ProtoInstance name='Arc'>
6115                 <fieldValue name='cylinderHeightvalue='0.69631'/>
6116                 <fieldValue name='cylinderTranslationvalue='-1.26622 0.12795 -0.70740'/>
6117                 <fieldValue name='coneTranslationvalue='-1.33912 0.28891 -0.64275'/>
6118                 <fieldValue name='rotationvalue='23.92381 -0.00000 26.97945 0.54434'/>
6119                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6120                 <fieldValue name='ballRadiusvalue='0.02'/>
6121                 <fieldValue name='traceEnabledvalue='false'/>
6122                 <fieldValue name='displayMode'/>
6123                 <fieldValue name='transparencyvalue='0'/>
6124            </ProtoInstance>
6125            <ProtoInstance name='Arc'>
6126                 <fieldValue name='cylinderHeightvalue='0.87803'/>
6127                 <fieldValue name='cylinderTranslationvalue='-0.27132 -0.92615 0.38648'/>
6128                 <fieldValue name='coneTranslationvalue='-0.20503 -1.19671 0.40231'/>
6129                 <fieldValue name='rotationvalue='4.98344 0 -20.86224 2.89481'/>
6130                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6131                 <fieldValue name='ballRadiusvalue='0.02'/>
6132                 <fieldValue name='traceEnabledvalue='false'/>
6133                 <fieldValue name='displayMode'/>
6134                 <fieldValue name='transparencyvalue='0'/>
6135            </ProtoInstance>
6136            <ProtoInstance name='Arc'>
6137                 <fieldValue name='cylinderHeightvalue='0.90127'/>
6138                 <fieldValue name='cylinderTranslationvalue='-0.22161 -0.88687 0.18831'/>
6139                 <fieldValue name='coneTranslationvalue='-0.12228 -1.13610 0.07657'/>
6140                 <fieldValue name='rotationvalue='-34.65005 0 -30.80376 2.60127'/>
6141                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6142                 <fieldValue name='ballRadiusvalue='0.02'/>
6143                 <fieldValue name='traceEnabledvalue='false'/>
6144                 <fieldValue name='displayMode'/>
6145                 <fieldValue name='transparencyvalue='0'/>
6146            </ProtoInstance>
6147            <ProtoInstance name='Arc'>
6148                 <fieldValue name='cylinderHeightvalue='0.30654'/>
6149                 <fieldValue name='cylinderTranslationvalue='2.17523 -1.71107 -0.18204'/>
6150                 <fieldValue name='coneTranslationvalue='2.16949 -1.70768 -0.18116'/>
6151                 <fieldValue name='rotationvalue='-3.97898 0 -26.17651 2.09894'/>
6152                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6153                 <fieldValue name='ballRadiusvalue='0.02'/>
6154                 <fieldValue name='traceEnabledvalue='false'/>
6155                 <fieldValue name='displayMode'/>
6156                 <fieldValue name='transparencyvalue='0'/>
6157            </ProtoInstance>
6158            <ProtoInstance name='Arc'>
6159                 <fieldValue name='cylinderHeightvalue='0.67733'/>
6160                 <fieldValue name='cylinderTranslationvalue='-0.42687 1.19424 0.13051'/>
6161                 <fieldValue name='coneTranslationvalue='-0.58290 1.15595 0.05233'/>
6162                 <fieldValue name='rotationvalue='-29.63812 0 59.14850 1.78682'/>
6163                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6164                 <fieldValue name='ballRadiusvalue='0.02'/>
6165                 <fieldValue name='traceEnabledvalue='false'/>
6166                 <fieldValue name='displayMode'/>
6167                 <fieldValue name='transparencyvalue='0'/>
6168            </ProtoInstance>
6169            <ProtoInstance name='Arc'>
6170                 <fieldValue name='cylinderHeightvalue='0.23835'/>
6171                 <fieldValue name='cylinderTranslationvalue='-0.12704 1.30415 0.39181'/>
6172                 <fieldValue name='coneTranslationvalue='-0.12844 1.29136 0.35306'/>
6173                 <fieldValue name='rotationvalue='22.62151 0 -0.81868 1.25237'/>
6174                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6175                 <fieldValue name='ballRadiusvalue='0.02'/>
6176                 <fieldValue name='traceEnabledvalue='false'/>
6177                 <fieldValue name='displayMode'/>
6178                 <fieldValue name='transparencyvalue='0'/>
6179            </ProtoInstance>
6180            <ProtoInstance name='Arc'>
6181                 <fieldValue name='cylinderHeightvalue='0.80113'/>
6182                 <fieldValue name='cylinderTranslationvalue='-0.21384 0.89586 0.15227'/>
6183                 <fieldValue name='coneTranslationvalue='-0.26351 0.67306 0.07634'/>
6184                 <fieldValue name='rotationvalue='-25.28699 0 16.54141 2.75485'/>
6185                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6186                 <fieldValue name='ballRadiusvalue='0.02'/>
6187                 <fieldValue name='traceEnabledvalue='false'/>
6188                 <fieldValue name='displayMode'/>
6189                 <fieldValue name='transparencyvalue='0'/>
6190            </ProtoInstance>
6191            <ProtoInstance name='Arc'>
6192                 <fieldValue name='cylinderHeightvalue='0.38365'/>
6193                 <fieldValue name='cylinderTranslationvalue='0.03006 -1.36848 -0.41918'/>
6194                 <fieldValue name='coneTranslationvalue='0.01610 -1.34012 -0.41543'/>
6195                 <fieldValue name='rotationvalue='4.51796 -0.00000 16.83134 0.47153'/>
6196                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6197                 <fieldValue name='ballRadiusvalue='0.02'/>
6198                 <fieldValue name='traceEnabledvalue='false'/>
6199                 <fieldValue name='displayMode'/>
6200                 <fieldValue name='transparencyvalue='0'/>
6201            </ProtoInstance>
6202            <ProtoInstance name='Vertex'>
6203                 <fieldValue name='vertexTextvalue='"2010-01-16-ARMY.MIL"'/>
6204                 <fieldValue name='descriptionvalue='1: 2010-01-16-ARMY.MIL'/>
6205                 <fieldValue name='url'/>
6206                 <fieldValue name='radiusvalue='0.1500'/>
6207                 <fieldValue name='displayMode'/>
6208                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6209                 <fieldValue name='transparencyvalue='0'/>
6210                 <fieldValue name='translationvalue='-1.13789 0.69657 -0.45453'/>
6211                 <fieldValue name='textTranslationvalue='-0.98789 0.69657 -0.45453'/>
6212                 <fieldValue name='textColorvalue='0 0 0'/>
6213            </ProtoInstance>
6214            <ProtoInstance name='Vertex'>
6215                 <fieldValue name='vertexTextvalue='"2010-01-16-BLOGS.STATE.GOV-INDEX.PHP"'/>
6216                 <fieldValue name='descriptionvalue='2: 2010-01-16-BLOGS.STATE.GOV-INDEX.PHP'/>
6217                 <fieldValue name='url'/>
6218                 <fieldValue name='radiusvalue='0.1500'/>
6219                 <fieldValue name='displayMode'/>
6220                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6221                 <fieldValue name='transparencyvalue='0'/>
6222                 <fieldValue name='translationvalue='1.06014 -0.78203 1.10885'/>
6223                 <fieldValue name='textTranslationvalue='1.21014 -0.78203 1.10885'/>
6224                 <fieldValue name='textColorvalue='0 0 0'/>
6225            </ProtoInstance>
6226            <ProtoInstance name='Vertex'>
6227                 <fieldValue name='vertexTextvalue='"2010-01-16-FACEBOOK.COM-PAGES"'/>
6228                 <fieldValue name='descriptionvalue='3: 2010-01-16-FACEBOOK.COM-PAGES'/>
6229                 <fieldValue name='url'/>
6230                 <fieldValue name='radiusvalue='0.1500'/>
6231                 <fieldValue name='displayMode'/>
6232                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
6233                 <fieldValue name='transparencyvalue='0'/>
6234                 <fieldValue name='translationvalue='-0.45327 -1.99153 0.89195'/>
6235                 <fieldValue name='textTranslationvalue='-0.30327 -1.99153 0.89195'/>
6236                 <fieldValue name='textColorvalue='0 0 0'/>
6237            </ProtoInstance>
6238            <ProtoInstance name='Vertex'>
6239                 <fieldValue name='vertexTextvalue='"2010-01-16-MARINES.MIL-NEWS"'/>
6240                 <fieldValue name='descriptionvalue='4: 2010-01-16-MARINES.MIL-NEWS'/>
6241                 <fieldValue name='url'/>
6242                 <fieldValue name='radiusvalue='0.1500'/>
6243                 <fieldValue name='displayMode'/>
6244                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
6245                 <fieldValue name='transparencyvalue='0'/>
6246                 <fieldValue name='translationvalue='-1.24843 -0.28085 1.20325'/>
6247                 <fieldValue name='textTranslationvalue='-1.09843 -0.28085 1.20325'/>
6248                 <fieldValue name='textColorvalue='0 0 0'/>
6249            </ProtoInstance>
6250            <ProtoInstance name='Vertex'>
6251                 <fieldValue name='vertexTextvalue='"2010-01-16-MSH.ORG-DONATE"'/>
6252                 <fieldValue name='descriptionvalue='5: 2010-01-16-MSH.ORG-DONATE'/>
6253                 <fieldValue name='url'/>
6254                 <fieldValue name='radiusvalue='0.1500'/>
6255                 <fieldValue name='displayMode'/>
6256                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6257                 <fieldValue name='transparencyvalue='0'/>
6258                 <fieldValue name='translationvalue='1.58053 -1.34115 -0.06507'/>
6259                 <fieldValue name='textTranslationvalue='1.73053 -1.34115 -0.06507'/>
6260                 <fieldValue name='textColorvalue='0 0 0'/>
6261            </ProtoInstance>
6262            <ProtoInstance name='Vertex'>
6263                 <fieldValue name='vertexTextvalue='"2010-01-16-NAVY.MIL-SEARCH"'/>
6264                 <fieldValue name='descriptionvalue='6: 2010-01-16-NAVY.MIL-SEARCH'/>
6265                 <fieldValue name='url'/>
6266                 <fieldValue name='radiusvalue='0.1500'/>
6267                 <fieldValue name='displayMode'/>
6268                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6269                 <fieldValue name='transparencyvalue='0'/>
6270                 <fieldValue name='translationvalue='-0.07435 -1.02188 -0.32919'/>
6271                 <fieldValue name='textTranslationvalue='0.07565 -1.02188 -0.32919'/>
6272                 <fieldValue name='textColorvalue='0 0 0'/>
6273            </ProtoInstance>
6274            <ProtoInstance name='Vertex'>
6275                 <fieldValue name='vertexTextvalue='"2010-01-16-SEARCH.AHP.US.ARMY.MIL-SEARCH"'/>
6276                 <fieldValue name='descriptionvalue='7: 2010-01-16-SEARCH.AHP.US.ARMY.MIL-SEARCH'/>
6277                 <fieldValue name='url'/>
6278                 <fieldValue name='radiusvalue='0.1500'/>
6279                 <fieldValue name='displayMode'/>
6280                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
6281                 <fieldValue name='transparencyvalue='0'/>
6282                 <fieldValue name='translationvalue='-1.67107 0.20513 0.59712'/>
6283                 <fieldValue name='textTranslationvalue='-1.52107 0.20513 0.59712'/>
6284                 <fieldValue name='textColorvalue='0 0 0'/>
6285            </ProtoInstance>
6286            <ProtoInstance name='Vertex'>
6287                 <fieldValue name='vertexTextvalue='"2010-01-16-SITROOM.USHAHIDIDEV.COM-INDEX.PHP"'/>
6288                 <fieldValue name='descriptionvalue='8: 2010-01-16-SITROOM.USHAHIDIDEV.COM-INDEX.PHP'/>
6289                 <fieldValue name='url'/>
6290                 <fieldValue name='radiusvalue='0.1500'/>
6291                 <fieldValue name='displayMode'/>
6292                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
6293                 <fieldValue name='transparencyvalue='0'/>
6294                 <fieldValue name='translationvalue='-0.17331 1.08628 0.27590'/>
6295                 <fieldValue name='textTranslationvalue='-0.02331 1.08628 0.27590'/>
6296                 <fieldValue name='textColorvalue='0 0 0'/>
6297            </ProtoInstance>
6298            <ProtoInstance name='Vertex'>
6299                 <fieldValue name='vertexTextvalue='"2010-01-16-SOUTHCOM.MIL-APPSSC"'/>
6300                 <fieldValue name='descriptionvalue='9: 2010-01-16-SOUTHCOM.MIL-APPSSC'/>
6301                 <fieldValue name='url'/>
6302                 <fieldValue name='radiusvalue='0.1500'/>
6303                 <fieldValue name='displayMode'/>
6304                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6305                 <fieldValue name='transparencyvalue='0'/>
6306                 <fieldValue name='translationvalue='-1.05283 -1.02159 -0.90420'/>
6307                 <fieldValue name='textTranslationvalue='-0.90283 -1.02159 -0.90420'/>
6308                 <fieldValue name='textColorvalue='0 0 0'/>
6309            </ProtoInstance>
6310            <ProtoInstance name='Vertex'>
6311                 <fieldValue name='vertexTextvalue='"2010-01-16-STATE.GOV-T"'/>
6312                 <fieldValue name='descriptionvalue='10: 2010-01-16-STATE.GOV-T'/>
6313                 <fieldValue name='url'/>
6314                 <fieldValue name='radiusvalue='0.1500'/>
6315                 <fieldValue name='displayMode'/>
6316                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
6317                 <fieldValue name='transparencyvalue='0'/>
6318                 <fieldValue name='translationvalue='-1.04871 0.70013 1.73315'/>
6319                 <fieldValue name='textTranslationvalue='-0.89871 0.70013 1.73315'/>
6320                 <fieldValue name='textColorvalue='0 0 0'/>
6321            </ProtoInstance>
6322            <ProtoInstance name='Vertex'>
6323                 <fieldValue name='vertexTextvalue='"2010-01-16-TSA.GOV-BLOG"'/>
6324                 <fieldValue name='descriptionvalue='11: 2010-01-16-TSA.GOV-BLOG'/>
6325                 <fieldValue name='url'/>
6326                 <fieldValue name='radiusvalue='0.1500'/>
6327                 <fieldValue name='displayMode'/>
6328                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
6329                 <fieldValue name='transparencyvalue='0'/>
6330                 <fieldValue name='translationvalue='-0.20648 1.16723 -1.99184'/>
6331                 <fieldValue name='textTranslationvalue='-0.05648 1.16723 -1.99184'/>
6332                 <fieldValue name='textColorvalue='0 0 0'/>
6333            </ProtoInstance>
6334            <ProtoInstance name='Vertex'>
6335                 <fieldValue name='vertexTextvalue='"2010-01-16-TWITTER.COM-USAID_HAITI"'/>
6336                 <fieldValue name='descriptionvalue='12: 2010-01-16-TWITTER.COM-USAID_HAITI'/>
6337                 <fieldValue name='url'/>
6338                 <fieldValue name='radiusvalue='0.1500'/>
6339                 <fieldValue name='displayMode'/>
6340                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
6341                 <fieldValue name='transparencyvalue='0'/>
6342                 <fieldValue name='translationvalue='2.51011 1.71287 2.54538'/>
6343                 <fieldValue name='textTranslationvalue='2.66011 1.71287 2.54538'/>
6344                 <fieldValue name='textColorvalue='0 0 0'/>
6345            </ProtoInstance>
6346            <ProtoInstance name='Vertex'>
6347                 <fieldValue name='vertexTextvalue='"2010-01-16-USAID.GOV-LOCATIONS"'/>
6348                 <fieldValue name='descriptionvalue='13: 2010-01-16-USAID.GOV-LOCATIONS'/>
6349                 <fieldValue name='url'/>
6350                 <fieldValue name='radiusvalue='0.1500'/>
6351                 <fieldValue name='displayMode'/>
6352                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6353                 <fieldValue name='transparencyvalue='0'/>
6354                 <fieldValue name='translationvalue='1.19787 -0.08985 0.35425'/>
6355                 <fieldValue name='textTranslationvalue='1.34787 -0.08985 0.35425'/>
6356                 <fieldValue name='textColorvalue='0 0 0'/>
6357            </ProtoInstance>
6358            <ProtoInstance name='Vertex'>
6359                 <fieldValue name='vertexTextvalue='"2010-01-16-USAID.GOV-PRESS"'/>
6360                 <fieldValue name='descriptionvalue='14: 2010-01-16-USAID.GOV-PRESS'/>
6361                 <fieldValue name='url'/>
6362                 <fieldValue name='radiusvalue='0.1500'/>
6363                 <fieldValue name='displayMode'/>
6364                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
6365                 <fieldValue name='transparencyvalue='0'/>
6366                 <fieldValue name='translationvalue='0.28416 -0.09343 -1.17349'/>
6367                 <fieldValue name='textTranslationvalue='0.43416 -0.09343 -1.17349'/>
6368                 <fieldValue name='textColorvalue='0 0 0'/>
6369            </ProtoInstance>
6370            <ProtoInstance name='Vertex'>
6371                 <fieldValue name='vertexTextvalue=' "Haiti/2010-01-16/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-16.simple" '/>
6372                 <fieldValue name='descriptionvalue='15: Haiti/2010-01-16/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-16.simple'/>
6373                 <fieldValue name='url'/>
6374                 <fieldValue name='radiusvalue='0.1500'/>
6375                 <fieldValue name='displayMode'/>
6376                 <fieldValue name='diffuseColorvalue='1.0000 1.0000 0'/>
6377                 <fieldValue name='transparencyvalue='0'/>
6378                 <fieldValue name='translationvalue='-2.73277 2.74806 1.36529'/>
6379                 <fieldValue name='textTranslationvalue='-2.58277 2.74806 1.36529'/>
6380                 <fieldValue name='textColorvalue='0 0 0'/>
6381            </ProtoInstance>
6382            <ProtoInstance name='Vertex'>
6383                 <fieldValue name='vertexTextvalue='"actively"'/>
6384                 <fieldValue name='descriptionvalue='16: actively'/>
6385                 <fieldValue name='url'/>
6386                 <fieldValue name='radiusvalue='0.1500'/>
6387                 <fieldValue name='displayMode'/>
6388                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6389                 <fieldValue name='transparencyvalue='0'/>
6390                 <fieldValue name='translationvalue='-0.22826 -1.33274 -0.59935'/>
6391                 <fieldValue name='textTranslationvalue='-0.07826 -1.33274 -0.59935'/>
6392                 <fieldValue name='textColorvalue='0 0 0'/>
6393            </ProtoInstance>
6394            <ProtoInstance name='Vertex'>
6395                 <fieldValue name='vertexTextvalue='"activity"'/>
6396                 <fieldValue name='descriptionvalue='17: activity'/>
6397                 <fieldValue name='url'/>
6398                 <fieldValue name='radiusvalue='0.1500'/>
6399                 <fieldValue name='displayMode'/>
6400                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
6401                 <fieldValue name='transparencyvalue='0'/>
6402                 <fieldValue name='translationvalue='-0.22217 1.60730 -2.68091'/>
6403                 <fieldValue name='textTranslationvalue='-0.07217 1.60730 -2.68091'/>
6404                 <fieldValue name='textColorvalue='0 0 0'/>
6405            </ProtoInstance>
6406            <ProtoInstance name='Vertex'>
6407                 <fieldValue name='vertexTextvalue='"additional"'/>
6408                 <fieldValue name='descriptionvalue='18: additional'/>
6409                 <fieldValue name='url'/>
6410                 <fieldValue name='radiusvalue='0.1500'/>
6411                 <fieldValue name='displayMode'/>
6412                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
6413                 <fieldValue name='transparencyvalue='0'/>
6414                 <fieldValue name='translationvalue='0.09653 0.77746 -1.21100'/>
6415                 <fieldValue name='textTranslationvalue='0.24653 0.77746 -1.21100'/>
6416                 <fieldValue name='textColorvalue='0 0 0'/>
6417            </ProtoInstance>
6418            <ProtoInstance name='Vertex'>
6419                 <fieldValue name='vertexTextvalue='"affairs"'/>
6420                 <fieldValue name='descriptionvalue='19: affairs'/>
6421                 <fieldValue name='url'/>
6422                 <fieldValue name='radiusvalue='0.1500'/>
6423                 <fieldValue name='displayMode'/>
6424                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6425                 <fieldValue name='transparencyvalue='0'/>
6426                 <fieldValue name='translationvalue='-1.11009 0.78329 -0.99342'/>
6427                 <fieldValue name='textTranslationvalue='-0.96009 0.78329 -0.99342'/>
6428                 <fieldValue name='textColorvalue='0 0 0'/>
6429            </ProtoInstance>
6430            <ProtoInstance name='Vertex'>
6431                 <fieldValue name='vertexTextvalue='"affected"'/>
6432                 <fieldValue name='descriptionvalue='20: affected'/>
6433                 <fieldValue name='url'/>
6434                 <fieldValue name='radiusvalue='0.1500'/>
6435                 <fieldValue name='displayMode'/>
6436                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
6437                 <fieldValue name='transparencyvalue='0'/>
6438                 <fieldValue name='translationvalue='-0.14979 1.27345 0.77913'/>
6439                 <fieldValue name='textTranslationvalue='0.00021 1.27345 0.77913'/>
6440                 <fieldValue name='textColorvalue='0 0 0'/>
6441            </ProtoInstance>
6442            <ProtoInstance name='Vertex'>
6443                 <fieldValue name='vertexTextvalue='"aftermath"'/>
6444                 <fieldValue name='descriptionvalue='21: aftermath'/>
6445                 <fieldValue name='url'/>
6446                 <fieldValue name='radiusvalue='0.1500'/>
6447                 <fieldValue name='displayMode'/>
6448                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6449                 <fieldValue name='transparencyvalue='0'/>
6450                 <fieldValue name='translationvalue='-1.59726 -1.65115 -1.48603'/>
6451                 <fieldValue name='textTranslationvalue='-1.44726 -1.65115 -1.48603'/>
6452                 <fieldValue name='textColorvalue='0 0 0'/>
6453            </ProtoInstance>
6454            <ProtoInstance name='Vertex'>
6455                 <fieldValue name='vertexTextvalue='"agency"'/>
6456                 <fieldValue name='descriptionvalue='22: agency'/>
6457                 <fieldValue name='url'/>
6458                 <fieldValue name='radiusvalue='0.1500'/>
6459                 <fieldValue name='displayMode'/>
6460                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
6461                 <fieldValue name='transparencyvalue='0'/>
6462                 <fieldValue name='translationvalue='-0.14008 0.34264 -0.04979'/>
6463                 <fieldValue name='textTranslationvalue='0.00992 0.34264 -0.04979'/>
6464                 <fieldValue name='textColorvalue='0 0 0'/>
6465            </ProtoInstance>
6466            <ProtoInstance name='Vertex'>
6467                 <fieldValue name='vertexTextvalue='"aid"'/>
6468                 <fieldValue name='descriptionvalue='23: aid'/>
6469                 <fieldValue name='url'/>
6470                 <fieldValue name='radiusvalue='0.1500'/>
6471                 <fieldValue name='displayMode'/>
6472                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6473                 <fieldValue name='transparencyvalue='0'/>
6474                 <fieldValue name='translationvalue='-0.93655 -0.21117 0.24126'/>
6475                 <fieldValue name='textTranslationvalue='-0.78655 -0.21117 0.24126'/>
6476                 <fieldValue name='textColorvalue='0 0 0'/>
6477            </ProtoInstance>
6478            <ProtoInstance name='Vertex'>
6479                 <fieldValue name='vertexTextvalue='"air"'/>
6480                 <fieldValue name='descriptionvalue='24: air'/>
6481                 <fieldValue name='url'/>
6482                 <fieldValue name='radiusvalue='0.1500'/>
6483                 <fieldValue name='displayMode'/>
6484                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
6485                 <fieldValue name='transparencyvalue='0'/>
6486                 <fieldValue name='translationvalue='-1.79878 0.90881 2.02322'/>
6487                 <fieldValue name='textTranslationvalue='-1.64878 0.90881 2.02322'/>
6488                 <fieldValue name='textColorvalue='0 0 0'/>
6489            </ProtoInstance>
6490            <ProtoInstance name='Vertex'>
6491                 <fieldValue name='vertexTextvalue='"airborne"'/>
6492                 <fieldValue name='descriptionvalue='25: airborne'/>
6493                 <fieldValue name='url'/>
6494                 <fieldValue name='radiusvalue='0.1500'/>
6495                 <fieldValue name='displayMode'/>
6496                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6497                 <fieldValue name='transparencyvalue='0'/>
6498                 <fieldValue name='translationvalue='-1.66126 0.83951 -0.73975'/>
6499                 <fieldValue name='textTranslationvalue='-1.51126 0.83951 -0.73975'/>
6500                 <fieldValue name='textColorvalue='0 0 0'/>
6501            </ProtoInstance>
6502            <ProtoInstance name='Vertex'>
6503                 <fieldValue name='vertexTextvalue='"aircraft"'/>
6504                 <fieldValue name='descriptionvalue='26: aircraft'/>
6505                 <fieldValue name='url'/>
6506                 <fieldValue name='radiusvalue='0.1500'/>
6507                 <fieldValue name='displayMode'/>
6508                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
6509                 <fieldValue name='transparencyvalue='0'/>
6510                 <fieldValue name='translationvalue='-0.49855 1.31256 1.31375'/>
6511                 <fieldValue name='textTranslationvalue='-0.34855 1.31256 1.31375'/>
6512                 <fieldValue name='textColorvalue='0 0 0'/>
6513            </ProtoInstance>
6514            <ProtoInstance name='Vertex'>
6515                 <fieldValue name='vertexTextvalue='"airport"'/>
6516                 <fieldValue name='descriptionvalue='27: airport'/>
6517                 <fieldValue name='url'/>
6518                 <fieldValue name='radiusvalue='0.1500'/>
6519                 <fieldValue name='displayMode'/>
6520                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
6521                 <fieldValue name='transparencyvalue='0'/>
6522                 <fieldValue name='translationvalue='-0.21672 1.18765 -1.81084'/>
6523                 <fieldValue name='textTranslationvalue='-0.06672 1.18765 -1.81084'/>
6524                 <fieldValue name='textColorvalue='0 0 0'/>
6525            </ProtoInstance>
6526            <ProtoInstance name='Vertex'>
6527                 <fieldValue name='vertexTextvalue='"american"'/>
6528                 <fieldValue name='descriptionvalue='28: american'/>
6529                 <fieldValue name='url'/>
6530                 <fieldValue name='radiusvalue='0.1500'/>
6531                 <fieldValue name='displayMode'/>
6532                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
6533                 <fieldValue name='transparencyvalue='0'/>
6534                 <fieldValue name='translationvalue='-2.18002 0.03054 0.90124'/>
6535                 <fieldValue name='textTranslationvalue='-2.03002 0.03054 0.90124'/>
6536                 <fieldValue name='textColorvalue='0 0 0'/>
6537            </ProtoInstance>
6538            <ProtoInstance name='Vertex'>
6539                 <fieldValue name='vertexTextvalue='"anticipates"'/>
6540                 <fieldValue name='descriptionvalue='29: anticipates'/>
6541                 <fieldValue name='url'/>
6542                 <fieldValue name='radiusvalue='0.1500'/>
6543                 <fieldValue name='displayMode'/>
6544                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6545                 <fieldValue name='transparencyvalue='0'/>
6546                 <fieldValue name='translationvalue='-0.01084 -1.58895 -0.56462'/>
6547                 <fieldValue name='textTranslationvalue='0.13916 -1.58895 -0.56462'/>
6548                 <fieldValue name='textColorvalue='0 0 0'/>
6549            </ProtoInstance>
6550            <ProtoInstance name='Vertex'>
6551                 <fieldValue name='vertexTextvalue='"appropriations"'/>
6552                 <fieldValue name='descriptionvalue='30: appropriations'/>
6553                 <fieldValue name='url'/>
6554                 <fieldValue name='radiusvalue='0.1500'/>
6555                 <fieldValue name='displayMode'/>
6556                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6557                 <fieldValue name='transparencyvalue='0'/>
6558                 <fieldValue name='translationvalue='0.46010 0.88026 0.07072'/>
6559                 <fieldValue name='textTranslationvalue='0.61010 0.88026 0.07072'/>
6560                 <fieldValue name='textColorvalue='0 0 0'/>
6561            </ProtoInstance>
6562            <ProtoInstance name='Vertex'>
6563                 <fieldValue name='vertexTextvalue='"april"'/>
6564                 <fieldValue name='descriptionvalue='31: april'/>
6565                 <fieldValue name='url'/>
6566                 <fieldValue name='radiusvalue='0.1500'/>
6567                 <fieldValue name='displayMode'/>
6568                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6569                 <fieldValue name='transparencyvalue='0'/>
6570                 <fieldValue name='translationvalue='-1.39963 -1.39986 -1.23583'/>
6571                 <fieldValue name='textTranslationvalue='-1.24963 -1.39986 -1.23583'/>
6572                 <fieldValue name='textColorvalue='0 0 0'/>
6573            </ProtoInstance>
6574            <ProtoInstance name='Vertex'>
6575                 <fieldValue name='vertexTextvalue='"army"'/>
6576                 <fieldValue name='descriptionvalue='32: army'/>
6577                 <fieldValue name='url'/>
6578                 <fieldValue name='radiusvalue='0.1500'/>
6579                 <fieldValue name='displayMode'/>
6580                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
6581                 <fieldValue name='transparencyvalue='0'/>
6582                 <fieldValue name='translationvalue='-1.53860 0.81433 0.01905'/>
6583                 <fieldValue name='textTranslationvalue='-1.38860 0.81433 0.01905'/>
6584                 <fieldValue name='textColorvalue='0 0 0'/>
6585            </ProtoInstance>
6586            <ProtoInstance name='Vertex'>
6587                 <fieldValue name='vertexTextvalue='"arranging"'/>
6588                 <fieldValue name='descriptionvalue='33: arranging'/>
6589                 <fieldValue name='url'/>
6590                 <fieldValue name='radiusvalue='0.1500'/>
6591                 <fieldValue name='displayMode'/>
6592                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
6593                 <fieldValue name='transparencyvalue='0'/>
6594                 <fieldValue name='translationvalue='0.25040 1.91947 -0.14880'/>
6595                 <fieldValue name='textTranslationvalue='0.40040 1.91947 -0.14880'/>
6596                 <fieldValue name='textColorvalue='0 0 0'/>
6597            </ProtoInstance>
6598            <ProtoInstance name='Vertex'>
6599                 <fieldValue name='vertexTextvalue='"arrivals"'/>
6600                 <fieldValue name='descriptionvalue='34: arrivals'/>
6601                 <fieldValue name='url'/>
6602                 <fieldValue name='radiusvalue='0.1500'/>
6603                 <fieldValue name='displayMode'/>
6604                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
6605                 <fieldValue name='transparencyvalue='0'/>
6606                 <fieldValue name='translationvalue='0.09428 1.86038 -1.49577'/>
6607                 <fieldValue name='textTranslationvalue='0.24428 1.86038 -1.49577'/>
6608                 <fieldValue name='textColorvalue='0 0 0'/>
6609            </ProtoInstance>
6610            <ProtoInstance name='Vertex'>
6611                 <fieldValue name='vertexTextvalue='"arrive"'/>
6612                 <fieldValue name='descriptionvalue='35: arrive'/>
6613                 <fieldValue name='url'/>
6614                 <fieldValue name='radiusvalue='0.1500'/>
6615                 <fieldValue name='displayMode'/>
6616                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
6617                 <fieldValue name='transparencyvalue='0'/>
6618                 <fieldValue name='translationvalue='-0.15109 1.45051 -2.44763'/>
6619                 <fieldValue name='textTranslationvalue='-0.00109 1.45051 -2.44763'/>
6620                 <fieldValue name='textColorvalue='0 0 0'/>
6621            </ProtoInstance>
6622            <ProtoInstance name='Vertex'>
6623                 <fieldValue name='vertexTextvalue='"arrived"'/>
6624                 <fieldValue name='descriptionvalue='36: arrived'/>
6625                 <fieldValue name='url'/>
6626                 <fieldValue name='radiusvalue='0.1500'/>
6627                 <fieldValue name='displayMode'/>
6628                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
6629                 <fieldValue name='transparencyvalue='0'/>
6630                 <fieldValue name='translationvalue='0.12520 1.59419 0.46795'/>
6631                 <fieldValue name='textTranslationvalue='0.27520 1.59419 0.46795'/>
6632                 <fieldValue name='textColorvalue='0 0 0'/>
6633            </ProtoInstance>
6634            <ProtoInstance name='Vertex'>
6635                 <fieldValue name='vertexTextvalue='"assemble"'/>
6636                 <fieldValue name='descriptionvalue='37: assemble'/>
6637                 <fieldValue name='url'/>
6638                 <fieldValue name='radiusvalue='0.1500'/>
6639                 <fieldValue name='displayMode'/>
6640                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6641                 <fieldValue name='transparencyvalue='0'/>
6642                 <fieldValue name='translationvalue='-2.10172 1.04123 -0.80322'/>
6643                 <fieldValue name='textTranslationvalue='-1.95172 1.04123 -0.80322'/>
6644                 <fieldValue name='textColorvalue='0 0 0'/>
6645            </ProtoInstance>
6646            <ProtoInstance name='Vertex'>
6647                 <fieldValue name='vertexTextvalue='"assist"'/>
6648                 <fieldValue name='descriptionvalue='38: assist'/>
6649                 <fieldValue name='url'/>
6650                 <fieldValue name='radiusvalue='0.1500'/>
6651                 <fieldValue name='displayMode'/>
6652                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
6653                 <fieldValue name='transparencyvalue='0'/>
6654                 <fieldValue name='translationvalue='0.67893 -0.08573 -1.69215'/>
6655                 <fieldValue name='textTranslationvalue='0.82893 -0.08573 -1.69215'/>
6656                 <fieldValue name='textColorvalue='0 0 0'/>
6657            </ProtoInstance>
6658            <ProtoInstance name='Vertex'>
6659                 <fieldValue name='vertexTextvalue='"assistance"'/>
6660                 <fieldValue name='descriptionvalue='39: assistance'/>
6661                 <fieldValue name='url'/>
6662                 <fieldValue name='radiusvalue='0.1500'/>
6663                 <fieldValue name='displayMode'/>
6664                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6665                 <fieldValue name='transparencyvalue='0'/>
6666                 <fieldValue name='translationvalue='-0.23048 0.11923 -0.16202'/>
6667                 <fieldValue name='textTranslationvalue='-0.08048 0.11923 -0.16202'/>
6668                 <fieldValue name='textColorvalue='0 0 0'/>
6669            </ProtoInstance>
6670            <ProtoInstance name='Vertex'>
6671                 <fieldValue name='vertexTextvalue='"atlantic"'/>
6672                 <fieldValue name='descriptionvalue='40: atlantic'/>
6673                 <fieldValue name='url'/>
6674                 <fieldValue name='radiusvalue='0.1500'/>
6675                 <fieldValue name='displayMode'/>
6676                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6677                 <fieldValue name='transparencyvalue='0'/>
6678                 <fieldValue name='translationvalue='-1.41958 -1.42780 -1.26709'/>
6679                 <fieldValue name='textTranslationvalue='-1.26958 -1.42780 -1.26709'/>
6680                 <fieldValue name='textColorvalue='0 0 0'/>
6681            </ProtoInstance>
6682            <ProtoInstance name='Vertex'>
6683                 <fieldValue name='vertexTextvalue='"attempt"'/>
6684                 <fieldValue name='descriptionvalue='41: attempt'/>
6685                 <fieldValue name='url'/>
6686                 <fieldValue name='radiusvalue='0.1500'/>
6687                 <fieldValue name='displayMode'/>
6688                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
6689                 <fieldValue name='transparencyvalue='0'/>
6690                 <fieldValue name='translationvalue='1.65444 -1.08723 1.78022'/>
6691                 <fieldValue name='textTranslationvalue='1.80444 -1.08723 1.78022'/>
6692                 <fieldValue name='textColorvalue='0 0 0'/>
6693            </ProtoInstance>
6694            <ProtoInstance name='Vertex'>
6695                 <fieldValue name='vertexTextvalue='"attention"'/>
6696                 <fieldValue name='descriptionvalue='42: attention'/>
6697                 <fieldValue name='url'/>
6698                 <fieldValue name='radiusvalue='0.1500'/>
6699                 <fieldValue name='displayMode'/>
6700                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
6701                 <fieldValue name='transparencyvalue='0'/>
6702                 <fieldValue name='translationvalue='0.41052 -0.42610 -1.57104'/>
6703                 <fieldValue name='textTranslationvalue='0.56052 -0.42610 -1.57104'/>
6704                 <fieldValue name='textColorvalue='0 0 0'/>
6705            </ProtoInstance>
6706            <ProtoInstance name='Vertex'>
6707                 <fieldValue name='vertexTextvalue='"background"'/>
6708                 <fieldValue name='descriptionvalue='43: background'/>
6709                 <fieldValue name='url'/>
6710                 <fieldValue name='radiusvalue='0.1500'/>
6711                 <fieldValue name='displayMode'/>
6712                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6713                 <fieldValue name='transparencyvalue='0'/>
6714                 <fieldValue name='translationvalue='-1.72587 1.50650 -0.78286'/>
6715                 <fieldValue name='textTranslationvalue='-1.57587 1.50650 -0.78286'/>
6716                 <fieldValue name='textColorvalue='0 0 0'/>
6717            </ProtoInstance>
6718            <ProtoInstance name='Vertex'>
6719                 <fieldValue name='vertexTextvalue='"baltimore"'/>
6720                 <fieldValue name='descriptionvalue='44: baltimore'/>
6721                 <fieldValue name='url'/>
6722                 <fieldValue name='radiusvalue='0.1500'/>
6723                 <fieldValue name='displayMode'/>
6724                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
6725                 <fieldValue name='transparencyvalue='0'/>
6726                 <fieldValue name='translationvalue='-0.51935 -2.44037 1.13503'/>
6727                 <fieldValue name='textTranslationvalue='-0.36935 -2.44037 1.13503'/>
6728                 <fieldValue name='textColorvalue='0 0 0'/>
6729            </ProtoInstance>
6730            <ProtoInstance name='Vertex'>
6731                 <fieldValue name='vertexTextvalue='"base"'/>
6732                 <fieldValue name='descriptionvalue='45: base'/>
6733                 <fieldValue name='url'/>
6734                 <fieldValue name='radiusvalue='0.1500'/>
6735                 <fieldValue name='displayMode'/>
6736                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6737                 <fieldValue name='transparencyvalue='0'/>
6738                 <fieldValue name='translationvalue='-1.21567 0.60313 -0.40674'/>
6739                 <fieldValue name='textTranslationvalue='-1.06567 0.60313 -0.40674'/>
6740                 <fieldValue name='textColorvalue='0 0 0'/>
6741            </ProtoInstance>
6742            <ProtoInstance name='Vertex'>
6743                 <fieldValue name='vertexTextvalue='"battalion"'/>
6744                 <fieldValue name='descriptionvalue='46: battalion'/>
6745                 <fieldValue name='url'/>
6746                 <fieldValue name='radiusvalue='0.1500'/>
6747                 <fieldValue name='displayMode'/>
6748                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
6749                 <fieldValue name='transparencyvalue='0'/>
6750                 <fieldValue name='translationvalue='-1.52663 0.41821 0.59675'/>
6751                 <fieldValue name='textTranslationvalue='-1.37663 0.41821 0.59675'/>
6752                 <fieldValue name='textColorvalue='0 0 0'/>
6753            </ProtoInstance>
6754            <ProtoInstance name='Vertex'>
6755                 <fieldValue name='vertexTextvalue='"boxes"'/>
6756                 <fieldValue name='descriptionvalue='47: boxes'/>
6757                 <fieldValue name='url'/>
6758                 <fieldValue name='radiusvalue='0.1500'/>
6759                 <fieldValue name='displayMode'/>
6760                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
6761                 <fieldValue name='transparencyvalue='0'/>
6762                 <fieldValue name='translationvalue='-1.79844 0.96350 0.58252'/>
6763                 <fieldValue name='textTranslationvalue='-1.64844 0.96350 0.58252'/>
6764                 <fieldValue name='textColorvalue='0 0 0'/>
6765            </ProtoInstance>
6766            <ProtoInstance name='Vertex'>
6767                 <fieldValue name='vertexTextvalue='"brigade"'/>
6768                 <fieldValue name='descriptionvalue='48: brigade'/>
6769                 <fieldValue name='url'/>
6770                 <fieldValue name='radiusvalue='0.1500'/>
6771                 <fieldValue name='displayMode'/>
6772                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6773                 <fieldValue name='transparencyvalue='0'/>
6774                 <fieldValue name='translationvalue='-1.22294 0.72343 -1.00203'/>
6775                 <fieldValue name='textTranslationvalue='-1.07294 0.72343 -1.00203'/>
6776                 <fieldValue name='textColorvalue='0 0 0'/>
6777            </ProtoInstance>
6778            <ProtoInstance name='Vertex'>
6779                 <fieldValue name='vertexTextvalue='"bring"'/>
6780                 <fieldValue name='descriptionvalue='49: bring'/>
6781                 <fieldValue name='url'/>
6782                 <fieldValue name='radiusvalue='0.1500'/>
6783                 <fieldValue name='displayMode'/>
6784                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6785                 <fieldValue name='transparencyvalue='0'/>
6786                 <fieldValue name='translationvalue='0.09274 -1.55223 -0.30000'/>
6787                 <fieldValue name='textTranslationvalue='0.24274 -1.55223 -0.30000'/>
6788                 <fieldValue name='textColorvalue='0 0 0'/>
6789            </ProtoInstance>
6790            <ProtoInstance name='Vertex'>
6791                 <fieldValue name='vertexTextvalue='"bureau"'/>
6792                 <fieldValue name='descriptionvalue='50: bureau'/>
6793                 <fieldValue name='url'/>
6794                 <fieldValue name='radiusvalue='0.1500'/>
6795                 <fieldValue name='displayMode'/>
6796                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
6797                 <fieldValue name='transparencyvalue='0'/>
6798                 <fieldValue name='translationvalue='1.00021 -0.13644 -1.85248'/>
6799                 <fieldValue name='textTranslationvalue='1.15021 -0.13644 -1.85248'/>
6800                 <fieldValue name='textColorvalue='0 0 0'/>
6801            </ProtoInstance>
6802            <ProtoInstance name='Vertex'>
6803                 <fieldValue name='vertexTextvalue='"bureaus"'/>
6804                 <fieldValue name='descriptionvalue='51: bureaus'/>
6805                 <fieldValue name='url'/>
6806                 <fieldValue name='radiusvalue='0.1500'/>
6807                 <fieldValue name='displayMode'/>
6808                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
6809                 <fieldValue name='transparencyvalue='0'/>
6810                 <fieldValue name='translationvalue='1.16660 -0.35288 -1.54666'/>
6811                 <fieldValue name='textTranslationvalue='1.31660 -0.35288 -1.54666'/>
6812                 <fieldValue name='textColorvalue='0 0 0'/>
6813            </ProtoInstance>
6814            <ProtoInstance name='Vertex'>
6815                 <fieldValue name='vertexTextvalue='"calm"'/>
6816                 <fieldValue name='descriptionvalue='52: calm'/>
6817                 <fieldValue name='url'/>
6818                 <fieldValue name='radiusvalue='0.1500'/>
6819                 <fieldValue name='displayMode'/>
6820                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
6821                 <fieldValue name='transparencyvalue='0'/>
6822                 <fieldValue name='translationvalue='-0.22217 1.60731 -2.68091'/>
6823                 <fieldValue name='textTranslationvalue='-0.07217 1.60731 -2.68091'/>
6824                 <fieldValue name='textColorvalue='0 0 0'/>
6825            </ProtoInstance>
6826            <ProtoInstance name='Vertex'>
6827                 <fieldValue name='vertexTextvalue='"capacity"'/>
6828                 <fieldValue name='descriptionvalue='53: capacity'/>
6829                 <fieldValue name='url'/>
6830                 <fieldValue name='radiusvalue='0.1500'/>
6831                 <fieldValue name='displayMode'/>
6832                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
6833                 <fieldValue name='transparencyvalue='0'/>
6834                 <fieldValue name='translationvalue='-0.31722 1.96175 0.07245'/>
6835                 <fieldValue name='textTranslationvalue='-0.16722 1.96175 0.07245'/>
6836                 <fieldValue name='textColorvalue='0 0 0'/>
6837            </ProtoInstance>
6838            <ProtoInstance name='Vertex'>
6839                 <fieldValue name='vertexTextvalue='"care"'/>
6840                 <fieldValue name='descriptionvalue='54: care'/>
6841                 <fieldValue name='url'/>
6842                 <fieldValue name='radiusvalue='0.1500'/>
6843                 <fieldValue name='displayMode'/>
6844                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6845                 <fieldValue name='transparencyvalue='0'/>
6846                 <fieldValue name='translationvalue='-0.21275 -0.78495 0.13302'/>
6847                 <fieldValue name='textTranslationvalue='-0.06275 -0.78495 0.13302'/>
6848                 <fieldValue name='textColorvalue='0 0 0'/>
6849            </ProtoInstance>
6850            <ProtoInstance name='Vertex'>
6851                 <fieldValue name='vertexTextvalue='"carries"'/>
6852                 <fieldValue name='descriptionvalue='55: carries'/>
6853                 <fieldValue name='url'/>
6854                 <fieldValue name='radiusvalue='0.1500'/>
6855                 <fieldValue name='displayMode'/>
6856                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
6857                 <fieldValue name='transparencyvalue='0'/>
6858                 <fieldValue name='translationvalue='-2.70003 0.25166 0.83888'/>
6859                 <fieldValue name='textTranslationvalue='-2.55003 0.25166 0.83888'/>
6860                 <fieldValue name='textColorvalue='0 0 0'/>
6861            </ProtoInstance>
6862            <ProtoInstance name='Vertex'>
6863                 <fieldValue name='vertexTextvalue='"carrying"'/>
6864                 <fieldValue name='descriptionvalue='56: carrying'/>
6865                 <fieldValue name='url'/>
6866                 <fieldValue name='radiusvalue='0.1500'/>
6867                 <fieldValue name='displayMode'/>
6868                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
6869                 <fieldValue name='transparencyvalue='0'/>
6870                 <fieldValue name='translationvalue='0.25040 1.91947 -0.14880'/>
6871                 <fieldValue name='textTranslationvalue='0.40040 1.91947 -0.14880'/>
6872                 <fieldValue name='textColorvalue='0 0 0'/>
6873            </ProtoInstance>
6874            <ProtoInstance name='Vertex'>
6875                 <fieldValue name='vertexTextvalue='"cast"'/>
6876                 <fieldValue name='descriptionvalue='57: cast'/>
6877                 <fieldValue name='url'/>
6878                 <fieldValue name='radiusvalue='0.1500'/>
6879                 <fieldValue name='displayMode'/>
6880                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
6881                 <fieldValue name='transparencyvalue='0'/>
6882                 <fieldValue name='translationvalue='-0.55277 -2.38013 0.32654'/>
6883                 <fieldValue name='textTranslationvalue='-0.40277 -2.38013 0.32654'/>
6884                 <fieldValue name='textColorvalue='0 0 0'/>
6885            </ProtoInstance>
6886            <ProtoInstance name='Vertex'>
6887                 <fieldValue name='vertexTextvalue='"caused"'/>
6888                 <fieldValue name='descriptionvalue='58: caused'/>
6889                 <fieldValue name='url'/>
6890                 <fieldValue name='radiusvalue='0.1500'/>
6891                 <fieldValue name='displayMode'/>
6892                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
6893                 <fieldValue name='transparencyvalue='0'/>
6894                 <fieldValue name='translationvalue='-1.18483 0.84181 2.27039'/>
6895                 <fieldValue name='textTranslationvalue='-1.03483 0.84181 2.27039'/>
6896                 <fieldValue name='textColorvalue='0 0 0'/>
6897            </ProtoInstance>
6898            <ProtoInstance name='Vertex'>
6899                 <fieldValue name='vertexTextvalue='"causeway"'/>
6900                 <fieldValue name='descriptionvalue='59: causeway'/>
6901                 <fieldValue name='url'/>
6902                 <fieldValue name='radiusvalue='0.1500'/>
6903                 <fieldValue name='displayMode'/>
6904                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6905                 <fieldValue name='transparencyvalue='0'/>
6906                 <fieldValue name='translationvalue='-1.98166 1.12196 -1.05010'/>
6907                 <fieldValue name='textTranslationvalue='-1.83166 1.12196 -1.05010'/>
6908                 <fieldValue name='textColorvalue='0 0 0'/>
6909            </ProtoInstance>
6910            <ProtoInstance name='Vertex'>
6911                 <fieldValue name='vertexTextvalue='"closely"'/>
6912                 <fieldValue name='descriptionvalue='60: closely'/>
6913                 <fieldValue name='url'/>
6914                 <fieldValue name='radiusvalue='0.1500'/>
6915                 <fieldValue name='displayMode'/>
6916                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6917                 <fieldValue name='transparencyvalue='0'/>
6918                 <fieldValue name='translationvalue='0.16165 -1.84598 -0.56677'/>
6919                 <fieldValue name='textTranslationvalue='0.31165 -1.84598 -0.56677'/>
6920                 <fieldValue name='textColorvalue='0 0 0'/>
6921            </ProtoInstance>
6922            <ProtoInstance name='Vertex'>
6923                 <fieldValue name='vertexTextvalue='"collection"'/>
6924                 <fieldValue name='descriptionvalue='61: collection'/>
6925                 <fieldValue name='url'/>
6926                 <fieldValue name='radiusvalue='0.1500'/>
6927                 <fieldValue name='displayMode'/>
6928                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
6929                 <fieldValue name='transparencyvalue='0'/>
6930                 <fieldValue name='translationvalue='-1.20012 1.11067 2.56717'/>
6931                 <fieldValue name='textTranslationvalue='-1.05012 1.11067 2.56717'/>
6932                 <fieldValue name='textColorvalue='0 0 0'/>
6933            </ProtoInstance>
6934            <ProtoInstance name='Vertex'>
6935                 <fieldValue name='vertexTextvalue='"combined"'/>
6936                 <fieldValue name='descriptionvalue='62: combined'/>
6937                 <fieldValue name='url'/>
6938                 <fieldValue name='radiusvalue='0.1500'/>
6939                 <fieldValue name='displayMode'/>
6940                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
6941                 <fieldValue name='transparencyvalue='0'/>
6942                 <fieldValue name='translationvalue='0.20094 1.88593 0.66599'/>
6943                 <fieldValue name='textTranslationvalue='0.35094 1.88593 0.66599'/>
6944                 <fieldValue name='textColorvalue='0 0 0'/>
6945            </ProtoInstance>
6946            <ProtoInstance name='Vertex'>
6947                 <fieldValue name='vertexTextvalue='"comfort"'/>
6948                 <fieldValue name='descriptionvalue='63: comfort'/>
6949                 <fieldValue name='url'/>
6950                 <fieldValue name='radiusvalue='0.1500'/>
6951                 <fieldValue name='displayMode'/>
6952                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
6953                 <fieldValue name='transparencyvalue='0'/>
6954                 <fieldValue name='translationvalue='-0.43462 -1.60985 -0.15786'/>
6955                 <fieldValue name='textTranslationvalue='-0.28462 -1.60985 -0.15786'/>
6956                 <fieldValue name='textColorvalue='0 0 0'/>
6957            </ProtoInstance>
6958            <ProtoInstance name='Vertex'>
6959                 <fieldValue name='vertexTextvalue='"command"'/>
6960                 <fieldValue name='descriptionvalue='64: command'/>
6961                 <fieldValue name='url'/>
6962                 <fieldValue name='radiusvalue='0.1500'/>
6963                 <fieldValue name='displayMode'/>
6964                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6965                 <fieldValue name='transparencyvalue='0'/>
6966                 <fieldValue name='translationvalue='-1.77207 0.64703 -0.16132'/>
6967                 <fieldValue name='textTranslationvalue='-1.62207 0.64703 -0.16132'/>
6968                 <fieldValue name='textColorvalue='0 0 0'/>
6969            </ProtoInstance>
6970            <ProtoInstance name='Vertex'>
6971                 <fieldValue name='vertexTextvalue='"commander"'/>
6972                 <fieldValue name='descriptionvalue='65: commander'/>
6973                 <fieldValue name='url'/>
6974                 <fieldValue name='radiusvalue='0.1500'/>
6975                 <fieldValue name='displayMode'/>
6976                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
6977                 <fieldValue name='transparencyvalue='0'/>
6978                 <fieldValue name='translationvalue='-1.79359 -0.02916 1.19913'/>
6979                 <fieldValue name='textTranslationvalue='-1.64359 -0.02916 1.19913'/>
6980                 <fieldValue name='textColorvalue='0 0 0'/>
6981            </ProtoInstance>
6982            <ProtoInstance name='Vertex'>
6983                 <fieldValue name='vertexTextvalue='"company"'/>
6984                 <fieldValue name='descriptionvalue='66: company'/>
6985                 <fieldValue name='url'/>
6986                 <fieldValue name='radiusvalue='0.1500'/>
6987                 <fieldValue name='displayMode'/>
6988                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6989                 <fieldValue name='transparencyvalue='0'/>
6990                 <fieldValue name='translationvalue='-2.06241 1.20438 -0.40908'/>
6991                 <fieldValue name='textTranslationvalue='-1.91241 1.20438 -0.40908'/>
6992                 <fieldValue name='textColorvalue='0 0 0'/>
6993            </ProtoInstance>
6994            <ProtoInstance name='Vertex'>
6995                 <fieldValue name='vertexTextvalue='"connect"'/>
6996                 <fieldValue name='descriptionvalue='67: connect'/>
6997                 <fieldValue name='url'/>
6998                 <fieldValue name='radiusvalue='0.1500'/>
6999                 <fieldValue name='displayMode'/>
7000                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7001                 <fieldValue name='transparencyvalue='0'/>
7002                 <fieldValue name='translationvalue='1.41700 -0.97526 1.50163'/>
7003                 <fieldValue name='textTranslationvalue='1.56700 -0.97526 1.50163'/>
7004                 <fieldValue name='textColorvalue='0 0 0'/>
7005            </ProtoInstance>
7006            <ProtoInstance name='Vertex'>
7007                 <fieldValue name='vertexTextvalue='"constantly"'/>
7008                 <fieldValue name='descriptionvalue='68: constantly'/>
7009                 <fieldValue name='url'/>
7010                 <fieldValue name='radiusvalue='0.1500'/>
7011                 <fieldValue name='displayMode'/>
7012                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7013                 <fieldValue name='transparencyvalue='0'/>
7014                 <fieldValue name='translationvalue='-1.58784 0.80010 -0.88259'/>
7015                 <fieldValue name='textTranslationvalue='-1.43784 0.80010 -0.88259'/>
7016                 <fieldValue name='textColorvalue='0 0 0'/>
7017            </ProtoInstance>
7018            <ProtoInstance name='Vertex'>
7019                 <fieldValue name='vertexTextvalue='"contact"'/>
7020                 <fieldValue name='descriptionvalue='69: contact'/>
7021                 <fieldValue name='url'/>
7022                 <fieldValue name='radiusvalue='0.1500'/>
7023                 <fieldValue name='displayMode'/>
7024                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7025                 <fieldValue name='transparencyvalue='0'/>
7026                 <fieldValue name='translationvalue='2.19856 1.88764 2.70708'/>
7027                 <fieldValue name='textTranslationvalue='2.34856 1.88764 2.70708'/>
7028                 <fieldValue name='textColorvalue='0 0 0'/>
7029            </ProtoInstance>
7030            <ProtoInstance name='Vertex'>
7031                 <fieldValue name='vertexTextvalue='"continuing"'/>
7032                 <fieldValue name='descriptionvalue='70: continuing'/>
7033                 <fieldValue name='url'/>
7034                 <fieldValue name='radiusvalue='0.1500'/>
7035                 <fieldValue name='displayMode'/>
7036                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7037                 <fieldValue name='transparencyvalue='0'/>
7038                 <fieldValue name='translationvalue='-1.22000 -1.02717 -1.49493'/>
7039                 <fieldValue name='textTranslationvalue='-1.07000 -1.02717 -1.49493'/>
7040                 <fieldValue name='textColorvalue='0 0 0'/>
7041            </ProtoInstance>
7042            <ProtoInstance name='Vertex'>
7043                 <fieldValue name='vertexTextvalue='"convey"'/>
7044                 <fieldValue name='descriptionvalue='71: convey'/>
7045                 <fieldValue name='url'/>
7046                 <fieldValue name='radiusvalue='0.1500'/>
7047                 <fieldValue name='displayMode'/>
7048                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
7049                 <fieldValue name='transparencyvalue='0'/>
7050                 <fieldValue name='translationvalue='2.16171 0.06880 0.54907'/>
7051                 <fieldValue name='textTranslationvalue='2.31171 0.06880 0.54907'/>
7052                 <fieldValue name='textColorvalue='0 0 0'/>
7053            </ProtoInstance>
7054            <ProtoInstance name='Vertex'>
7055                 <fieldValue name='vertexTextvalue='"cornell"'/>
7056                 <fieldValue name='descriptionvalue='72: cornell'/>
7057                 <fieldValue name='url'/>
7058                 <fieldValue name='radiusvalue='0.1500'/>
7059                 <fieldValue name='displayMode'/>
7060                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7061                 <fieldValue name='transparencyvalue='0'/>
7062                 <fieldValue name='translationvalue='-1.73326 -0.75178 1.98224'/>
7063                 <fieldValue name='textTranslationvalue='-1.58326 -0.75178 1.98224'/>
7064                 <fieldValue name='textColorvalue='0 0 0'/>
7065            </ProtoInstance>
7066            <ProtoInstance name='Vertex'>
7067                 <fieldValue name='vertexTextvalue='"corps"'/>
7068                 <fieldValue name='descriptionvalue='73: corps'/>
7069                 <fieldValue name='url'/>
7070                 <fieldValue name='radiusvalue='0.1500'/>
7071                 <fieldValue name='displayMode'/>
7072                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7073                 <fieldValue name='transparencyvalue='0'/>
7074                 <fieldValue name='translationvalue='-1.60298 -0.52149 1.54207'/>
7075                 <fieldValue name='textTranslationvalue='-1.45298 -0.52149 1.54207'/>
7076                 <fieldValue name='textColorvalue='0 0 0'/>
7077            </ProtoInstance>
7078            <ProtoInstance name='Vertex'>
7079                 <fieldValue name='vertexTextvalue='"corpsmen"'/>
7080                 <fieldValue name='descriptionvalue='74: corpsmen'/>
7081                 <fieldValue name='url'/>
7082                 <fieldValue name='radiusvalue='0.1500'/>
7083                 <fieldValue name='displayMode'/>
7084                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7085                 <fieldValue name='transparencyvalue='0'/>
7086                 <fieldValue name='translationvalue='-1.11347 -1.38570 -1.20241'/>
7087                 <fieldValue name='textTranslationvalue='-0.96347 -1.38570 -1.20241'/>
7088                 <fieldValue name='textColorvalue='0 0 0'/>
7089            </ProtoInstance>
7090            <ProtoInstance name='Vertex'>
7091                 <fieldValue name='vertexTextvalue='"country"'/>
7092                 <fieldValue name='descriptionvalue='75: country'/>
7093                 <fieldValue name='url'/>
7094                 <fieldValue name='radiusvalue='0.1500'/>
7095                 <fieldValue name='displayMode'/>
7096                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7097                 <fieldValue name='transparencyvalue='0'/>
7098                 <fieldValue name='translationvalue='-1.37256 -0.80641 0.43089'/>
7099                 <fieldValue name='textTranslationvalue='-1.22256 -0.80641 0.43089'/>
7100                 <fieldValue name='textColorvalue='0 0 0'/>
7101            </ProtoInstance>
7102            <ProtoInstance name='Vertex'>
7103                 <fieldValue name='vertexTextvalue='"crisis"'/>
7104                 <fieldValue name='descriptionvalue='76: crisis'/>
7105                 <fieldValue name='url'/>
7106                 <fieldValue name='radiusvalue='0.1500'/>
7107                 <fieldValue name='displayMode'/>
7108                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7109                 <fieldValue name='transparencyvalue='0'/>
7110                 <fieldValue name='translationvalue='-1.22591 0.63075 2.22842'/>
7111                 <fieldValue name='textTranslationvalue='-1.07591 0.63075 2.22842'/>
7112                 <fieldValue name='textColorvalue='0 0 0'/>
7113            </ProtoInstance>
7114            <ProtoInstance name='Vertex'>
7115                 <fieldValue name='vertexTextvalue='"dc"'/>
7116                 <fieldValue name='descriptionvalue='77: dc'/>
7117                 <fieldValue name='url'/>
7118                 <fieldValue name='radiusvalue='0.1500'/>
7119                 <fieldValue name='displayMode'/>
7120                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
7121                 <fieldValue name='transparencyvalue='0'/>
7122                 <fieldValue name='translationvalue='0.58810 0.23016 -0.97652'/>
7123                 <fieldValue name='textTranslationvalue='0.73810 0.23016 -0.97652'/>
7124                 <fieldValue name='textColorvalue='0 0 0'/>
7125            </ProtoInstance>
7126            <ProtoInstance name='Vertex'>
7127                 <fieldValue name='vertexTextvalue='"dead"'/>
7128                 <fieldValue name='descriptionvalue='78: dead'/>
7129                 <fieldValue name='url'/>
7130                 <fieldValue name='radiusvalue='0.1500'/>
7131                 <fieldValue name='displayMode'/>
7132                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7133                 <fieldValue name='transparencyvalue='0'/>
7134                 <fieldValue name='translationvalue='1.18513 -0.95758 1.15097'/>
7135                 <fieldValue name='textTranslationvalue='1.33513 -0.95758 1.15097'/>
7136                 <fieldValue name='textColorvalue='0 0 0'/>
7137            </ProtoInstance>
7138            <ProtoInstance name='Vertex'>
7139                 <fieldValue name='vertexTextvalue='"defense"'/>
7140                 <fieldValue name='descriptionvalue='79: defense'/>
7141                 <fieldValue name='url'/>
7142                 <fieldValue name='radiusvalue='0.1500'/>
7143                 <fieldValue name='displayMode'/>
7144                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7145                 <fieldValue name='transparencyvalue='0'/>
7146                 <fieldValue name='translationvalue='-0.82016 1.10842 1.38796'/>
7147                 <fieldValue name='textTranslationvalue='-0.67016 1.10842 1.38796'/>
7148                 <fieldValue name='textColorvalue='0 0 0'/>
7149            </ProtoInstance>
7150            <ProtoInstance name='Vertex'>
7151                 <fieldValue name='vertexTextvalue='"delivered"'/>
7152                 <fieldValue name='descriptionvalue='80: delivered'/>
7153                 <fieldValue name='url'/>
7154                 <fieldValue name='radiusvalue='0.1500'/>
7155                 <fieldValue name='displayMode'/>
7156                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7157                 <fieldValue name='transparencyvalue='0'/>
7158                 <fieldValue name='translationvalue='-0.88795 1.04620 -0.37426'/>
7159                 <fieldValue name='textTranslationvalue='-0.73795 1.04620 -0.37426'/>
7160                 <fieldValue name='textColorvalue='0 0 0'/>
7161            </ProtoInstance>
7162            <ProtoInstance name='Vertex'>
7163                 <fieldValue name='vertexTextvalue='"department"'/>
7164                 <fieldValue name='descriptionvalue='81: department'/>
7165                 <fieldValue name='url'/>
7166                 <fieldValue name='radiusvalue='0.1500'/>
7167                 <fieldValue name='displayMode'/>
7168                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
7169                 <fieldValue name='transparencyvalue='0'/>
7170                 <fieldValue name='translationvalue='-0.23472 1.45740 0.82509'/>
7171                 <fieldValue name='textTranslationvalue='-0.08472 1.45740 0.82509'/>
7172                 <fieldValue name='textColorvalue='0 0 0'/>
7173            </ProtoInstance>
7174            <ProtoInstance name='Vertex'>
7175                 <fieldValue name='vertexTextvalue='"deployment"'/>
7176                 <fieldValue name='descriptionvalue='82: deployment'/>
7177                 <fieldValue name='url'/>
7178                 <fieldValue name='radiusvalue='0.1500'/>
7179                 <fieldValue name='displayMode'/>
7180                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7181                 <fieldValue name='transparencyvalue='0'/>
7182                 <fieldValue name='translationvalue='-0.47270 -1.43515 -0.91083'/>
7183                 <fieldValue name='textTranslationvalue='-0.32270 -1.43515 -0.91083'/>
7184                 <fieldValue name='textColorvalue='0 0 0'/>
7185            </ProtoInstance>
7186            <ProtoInstance name='Vertex'>
7187                 <fieldValue name='vertexTextvalue='"devastating"'/>
7188                 <fieldValue name='descriptionvalue='83: devastating'/>
7189                 <fieldValue name='url'/>
7190                 <fieldValue name='radiusvalue='0.1500'/>
7191                 <fieldValue name='displayMode'/>
7192                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7193                 <fieldValue name='transparencyvalue='0'/>
7194                 <fieldValue name='translationvalue='-1.59744 -1.65120 -1.48580'/>
7195                 <fieldValue name='textTranslationvalue='-1.44744 -1.65120 -1.48580'/>
7196                 <fieldValue name='textColorvalue='0 0 0'/>
7197            </ProtoInstance>
7198            <ProtoInstance name='Vertex'>
7199                 <fieldValue name='vertexTextvalue='"development"'/>
7200                 <fieldValue name='descriptionvalue='84: development'/>
7201                 <fieldValue name='url'/>
7202                 <fieldValue name='radiusvalue='0.1500'/>
7203                 <fieldValue name='displayMode'/>
7204                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
7205                 <fieldValue name='transparencyvalue='0'/>
7206                 <fieldValue name='translationvalue='0.67268 0.42042 -1.86210'/>
7207                 <fieldValue name='textTranslationvalue='0.82268 0.42042 -1.86210'/>
7208                 <fieldValue name='textColorvalue='0 0 0'/>
7209            </ProtoInstance>
7210            <ProtoInstance name='Vertex'>
7211                 <fieldValue name='vertexTextvalue='"digital"'/>
7212                 <fieldValue name='descriptionvalue='85: digital'/>
7213                 <fieldValue name='url'/>
7214                 <fieldValue name='radiusvalue='0.1500'/>
7215                 <fieldValue name='displayMode'/>
7216                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7217                 <fieldValue name='transparencyvalue='0'/>
7218                 <fieldValue name='translationvalue='1.26480 -1.39672 0.95642'/>
7219                 <fieldValue name='textTranslationvalue='1.41480 -1.39672 0.95642'/>
7220                 <fieldValue name='textColorvalue='0 0 0'/>
7221            </ProtoInstance>
7222            <ProtoInstance name='Vertex'>
7223                 <fieldValue name='vertexTextvalue='"dire"'/>
7224                 <fieldValue name='descriptionvalue='86: dire'/>
7225                 <fieldValue name='url'/>
7226                 <fieldValue name='radiusvalue='0.1500'/>
7227                 <fieldValue name='displayMode'/>
7228                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
7229                 <fieldValue name='transparencyvalue='0'/>
7230                 <fieldValue name='translationvalue='0.67657 -0.41385 -2.01907'/>
7231                 <fieldValue name='textTranslationvalue='0.82657 -0.41385 -2.01907'/>
7232                 <fieldValue name='textColorvalue='0 0 0'/>
7233            </ProtoInstance>
7234            <ProtoInstance name='Vertex'>
7235                 <fieldValue name='vertexTextvalue='"disaster"'/>
7236                 <fieldValue name='descriptionvalue='87: disaster'/>
7237                 <fieldValue name='url'/>
7238                 <fieldValue name='radiusvalue='0.1500'/>
7239                 <fieldValue name='displayMode'/>
7240                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
7241                 <fieldValue name='transparencyvalue='0'/>
7242                 <fieldValue name='translationvalue='0.40639 0.50715 0.29211'/>
7243                 <fieldValue name='textTranslationvalue='0.55639 0.50715 0.29211'/>
7244                 <fieldValue name='textColorvalue='0 0 0'/>
7245            </ProtoInstance>
7246            <ProtoInstance name='Vertex'>
7247                 <fieldValue name='vertexTextvalue='"displaced"'/>
7248                 <fieldValue name='descriptionvalue='88: displaced'/>
7249                 <fieldValue name='url'/>
7250                 <fieldValue name='radiusvalue='0.1500'/>
7251                 <fieldValue name='displayMode'/>
7252                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7253                 <fieldValue name='transparencyvalue='0'/>
7254                 <fieldValue name='translationvalue='1.23459 -0.66873 1.39550'/>
7255                 <fieldValue name='textTranslationvalue='1.38459 -0.66873 1.39550'/>
7256                 <fieldValue name='textColorvalue='0 0 0'/>
7257            </ProtoInstance>
7258            <ProtoInstance name='Vertex'>
7259                 <fieldValue name='vertexTextvalue='"distribution"'/>
7260                 <fieldValue name='descriptionvalue='89: distribution'/>
7261                 <fieldValue name='url'/>
7262                 <fieldValue name='radiusvalue='0.1500'/>
7263                 <fieldValue name='displayMode'/>
7264                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7265                 <fieldValue name='transparencyvalue='0'/>
7266                 <fieldValue name='translationvalue='-0.67259 0.48541 0.90159'/>
7267                 <fieldValue name='textTranslationvalue='-0.52259 0.48541 0.90159'/>
7268                 <fieldValue name='textColorvalue='0 0 0'/>
7269            </ProtoInstance>
7270            <ProtoInstance name='Vertex'>
7271                 <fieldValue name='vertexTextvalue='"divisions"'/>
7272                 <fieldValue name='descriptionvalue='90: divisions'/>
7273                 <fieldValue name='url'/>
7274                 <fieldValue name='radiusvalue='0.1500'/>
7275                 <fieldValue name='displayMode'/>
7276                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7277                 <fieldValue name='transparencyvalue='0'/>
7278                 <fieldValue name='translationvalue='-2.03169 0.96733 -0.98816'/>
7279                 <fieldValue name='textTranslationvalue='-1.88169 0.96733 -0.98816'/>
7280                 <fieldValue name='textColorvalue='0 0 0'/>
7281            </ProtoInstance>
7282            <ProtoInstance name='Vertex'>
7283                 <fieldValue name='vertexTextvalue='"document"'/>
7284                 <fieldValue name='descriptionvalue='91: document'/>
7285                 <fieldValue name='url'/>
7286                 <fieldValue name='radiusvalue='0.1500'/>
7287                 <fieldValue name='displayMode'/>
7288                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7289                 <fieldValue name='transparencyvalue='0'/>
7290                 <fieldValue name='translationvalue='1.30211 -0.91226 1.37288'/>
7291                 <fieldValue name='textTranslationvalue='1.45211 -0.91226 1.37288'/>
7292                 <fieldValue name='textColorvalue='0 0 0'/>
7293            </ProtoInstance>
7294            <ProtoInstance name='Vertex'>
7295                 <fieldValue name='vertexTextvalue='"drinking"'/>
7296                 <fieldValue name='descriptionvalue='92: drinking'/>
7297                 <fieldValue name='url'/>
7298                 <fieldValue name='radiusvalue='0.1500'/>
7299                 <fieldValue name='displayMode'/>
7300                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
7301                 <fieldValue name='transparencyvalue='0'/>
7302                 <fieldValue name='translationvalue='0.31089 2.00190 0.53598'/>
7303                 <fieldValue name='textTranslationvalue='0.46089 2.00190 0.53598'/>
7304                 <fieldValue name='textColorvalue='0 0 0'/>
7305            </ProtoInstance>
7306            <ProtoInstance name='Vertex'>
7307                 <fieldValue name='vertexTextvalue='"drive"'/>
7308                 <fieldValue name='descriptionvalue='93: drive'/>
7309                 <fieldValue name='url'/>
7310                 <fieldValue name='radiusvalue='0.1500'/>
7311                 <fieldValue name='displayMode'/>
7312                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7313                 <fieldValue name='transparencyvalue='0'/>
7314                 <fieldValue name='translationvalue='2.09185 -1.83770 0.10359'/>
7315                 <fieldValue name='textTranslationvalue='2.24185 -1.83770 0.10359'/>
7316                 <fieldValue name='textColorvalue='0 0 0'/>
7317            </ProtoInstance>
7318            <ProtoInstance name='Vertex'>
7319                 <fieldValue name='vertexTextvalue='"dropped"'/>
7320                 <fieldValue name='descriptionvalue='94: dropped'/>
7321                 <fieldValue name='url'/>
7322                 <fieldValue name='radiusvalue='0.1500'/>
7323                 <fieldValue name='displayMode'/>
7324                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7325                 <fieldValue name='transparencyvalue='0'/>
7326                 <fieldValue name='translationvalue='-1.50980 0.46275 -0.88679'/>
7327                 <fieldValue name='textTranslationvalue='-1.35980 0.46275 -0.88679'/>
7328                 <fieldValue name='textColorvalue='0 0 0'/>
7329            </ProtoInstance>
7330            <ProtoInstance name='Vertex'>
7331                 <fieldValue name='vertexTextvalue='"due"'/>
7332                 <fieldValue name='descriptionvalue='95: due'/>
7333                 <fieldValue name='url'/>
7334                 <fieldValue name='radiusvalue='0.1500'/>
7335                 <fieldValue name='displayMode'/>
7336                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7337                 <fieldValue name='transparencyvalue='0'/>
7338                 <fieldValue name='translationvalue='0.72477 -1.49817 -0.49374'/>
7339                 <fieldValue name='textTranslationvalue='0.87477 -1.49817 -0.49374'/>
7340                 <fieldValue name='textColorvalue='0 0 0'/>
7341            </ProtoInstance>
7342            <ProtoInstance name='Vertex'>
7343                 <fieldValue name='vertexTextvalue='"dumping"'/>
7344                 <fieldValue name='descriptionvalue='96: dumping'/>
7345                 <fieldValue name='url'/>
7346                 <fieldValue name='radiusvalue='0.1500'/>
7347                 <fieldValue name='displayMode'/>
7348                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7349                 <fieldValue name='transparencyvalue='0'/>
7350                 <fieldValue name='translationvalue='1.65275 -1.08626 1.78484'/>
7351                 <fieldValue name='textTranslationvalue='1.80275 -1.08626 1.78484'/>
7352                 <fieldValue name='textColorvalue='0 0 0'/>
7353            </ProtoInstance>
7354            <ProtoInstance name='Vertex'>
7355                 <fieldValue name='vertexTextvalue='"embassy"'/>
7356                 <fieldValue name='descriptionvalue='97: embassy'/>
7357                 <fieldValue name='url'/>
7358                 <fieldValue name='radiusvalue='0.1500'/>
7359                 <fieldValue name='displayMode'/>
7360                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7361                 <fieldValue name='transparencyvalue='0'/>
7362                 <fieldValue name='translationvalue='-1.49060 0.99345 -0.74507'/>
7363                 <fieldValue name='textTranslationvalue='-1.34060 0.99345 -0.74507'/>
7364                 <fieldValue name='textColorvalue='0 0 0'/>
7365            </ProtoInstance>
7366            <ProtoInstance name='Vertex'>
7367                 <fieldValue name='vertexTextvalue='"employees"'/>
7368                 <fieldValue name='descriptionvalue='98: employees'/>
7369                 <fieldValue name='url'/>
7370                 <fieldValue name='radiusvalue='0.1500'/>
7371                 <fieldValue name='displayMode'/>
7372                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
7373                 <fieldValue name='transparencyvalue='0'/>
7374                 <fieldValue name='translationvalue='0.39648 1.31458 -1.95198'/>
7375                 <fieldValue name='textTranslationvalue='0.54648 1.31458 -1.95198'/>
7376                 <fieldValue name='textColorvalue='0 0 0'/>
7377            </ProtoInstance>
7378            <ProtoInstance name='Vertex'>
7379                 <fieldValue name='vertexTextvalue='"entered"'/>
7380                 <fieldValue name='descriptionvalue='99: entered'/>
7381                 <fieldValue name='url'/>
7382                 <fieldValue name='radiusvalue='0.1500'/>
7383                 <fieldValue name='displayMode'/>
7384                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
7385                 <fieldValue name='transparencyvalue='0'/>
7386                 <fieldValue name='translationvalue='-0.02958 1.58954 -2.74411'/>
7387                 <fieldValue name='textTranslationvalue='0.12042 1.58954 -2.74411'/>
7388                 <fieldValue name='textColorvalue='0 0 0'/>
7389            </ProtoInstance>
7390            <ProtoInstance name='Vertex'>
7391                 <fieldValue name='vertexTextvalue='"equipment"'/>
7392                 <fieldValue name='descriptionvalue='100: equipment'/>
7393                 <fieldValue name='url'/>
7394                 <fieldValue name='radiusvalue='0.1500'/>
7395                 <fieldValue name='displayMode'/>
7396                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7397                 <fieldValue name='transparencyvalue='0'/>
7398                 <fieldValue name='translationvalue='-1.52192 1.18917 -0.67397'/>
7399                 <fieldValue name='textTranslationvalue='-1.37192 1.18917 -0.67397'/>
7400                 <fieldValue name='textColorvalue='0 0 0'/>
7401            </ProtoInstance>
7402            <ProtoInstance name='Vertex'>
7403                 <fieldValue name='vertexTextvalue='"establishing"'/>
7404                 <fieldValue name='descriptionvalue='101: establishing'/>
7405                 <fieldValue name='url'/>
7406                 <fieldValue name='radiusvalue='0.1500'/>
7407                 <fieldValue name='displayMode'/>
7408                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7409                 <fieldValue name='transparencyvalue='0'/>
7410                 <fieldValue name='translationvalue='-1.25740 1.12877 -0.88504'/>
7411                 <fieldValue name='textTranslationvalue='-1.10740 1.12877 -0.88504'/>
7412                 <fieldValue name='textColorvalue='0 0 0'/>
7413            </ProtoInstance>
7414            <ProtoInstance name='Vertex'>
7415                 <fieldValue name='vertexTextvalue='"evacuees"'/>
7416                 <fieldValue name='descriptionvalue='102: evacuees'/>
7417                 <fieldValue name='url'/>
7418                 <fieldValue name='radiusvalue='0.1500'/>
7419                 <fieldValue name='displayMode'/>
7420                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
7421                 <fieldValue name='transparencyvalue='0'/>
7422                 <fieldValue name='translationvalue='-0.12269 1.45015 -2.46202'/>
7423                 <fieldValue name='textTranslationvalue='0.02731 1.45015 -2.46202'/>
7424                 <fieldValue name='textColorvalue='0 0 0'/>
7425            </ProtoInstance>
7426            <ProtoInstance name='Vertex'>
7427                 <fieldValue name='vertexTextvalue='"expeditionary"'/>
7428                 <fieldValue name='descriptionvalue='103: expeditionary'/>
7429                 <fieldValue name='url'/>
7430                 <fieldValue name='radiusvalue='0.1500'/>
7431                 <fieldValue name='displayMode'/>
7432                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7433                 <fieldValue name='transparencyvalue='0'/>
7434                 <fieldValue name='translationvalue='-1.76378 0.87943 -0.57356'/>
7435                 <fieldValue name='textTranslationvalue='-1.61378 0.87943 -0.57356'/>
7436                 <fieldValue name='textColorvalue='0 0 0'/>
7437            </ProtoInstance>
7438            <ProtoInstance name='Vertex'>
7439                 <fieldValue name='vertexTextvalue='"experiences"'/>
7440                 <fieldValue name='descriptionvalue='104: experiences'/>
7441                 <fieldValue name='url'/>
7442                 <fieldValue name='radiusvalue='0.1500'/>
7443                 <fieldValue name='displayMode'/>
7444                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7445                 <fieldValue name='transparencyvalue='0'/>
7446                 <fieldValue name='translationvalue='1.42828 -0.97205 1.52467'/>
7447                 <fieldValue name='textTranslationvalue='1.57828 -0.97205 1.52467'/>
7448                 <fieldValue name='textColorvalue='0 0 0'/>
7449            </ProtoInstance>
7450            <ProtoInstance name='Vertex'>
7451                 <fieldValue name='vertexTextvalue='"expiration"'/>
7452                 <fieldValue name='descriptionvalue='105: expiration'/>
7453                 <fieldValue name='url'/>
7454                 <fieldValue name='radiusvalue='0.1500'/>
7455                 <fieldValue name='displayMode'/>
7456                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7457                 <fieldValue name='transparencyvalue='0'/>
7458                 <fieldValue name='translationvalue='-1.19359 0.86609 2.27950'/>
7459                 <fieldValue name='textTranslationvalue='-1.04359 0.86609 2.27950'/>
7460                 <fieldValue name='textColorvalue='0 0 0'/>
7461            </ProtoInstance>
7462            <ProtoInstance name='Vertex'>
7463                 <fieldValue name='vertexTextvalue='"facilitate"'/>
7464                 <fieldValue name='descriptionvalue='106: facilitate'/>
7465                 <fieldValue name='url'/>
7466                 <fieldValue name='radiusvalue='0.1500'/>
7467                 <fieldValue name='displayMode'/>
7468                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7469                 <fieldValue name='transparencyvalue='0'/>
7470                 <fieldValue name='translationvalue='-1.34537 -0.14723 -0.99631'/>
7471                 <fieldValue name='textTranslationvalue='-1.19537 -0.14723 -0.99631'/>
7472                 <fieldValue name='textColorvalue='0 0 0'/>
7473            </ProtoInstance>
7474            <ProtoInstance name='Vertex'>
7475                 <fieldValue name='vertexTextvalue='"facilities"'/>
7476                 <fieldValue name='descriptionvalue='107: facilities'/>
7477                 <fieldValue name='url'/>
7478                 <fieldValue name='radiusvalue='0.1500'/>
7479                 <fieldValue name='displayMode'/>
7480                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
7481                 <fieldValue name='transparencyvalue='0'/>
7482                 <fieldValue name='translationvalue='0.41052 -0.42610 -1.57104'/>
7483                 <fieldValue name='textTranslationvalue='0.56052 -0.42610 -1.57104'/>
7484                 <fieldValue name='textColorvalue='0 0 0'/>
7485            </ProtoInstance>
7486            <ProtoInstance name='Vertex'>
7487                 <fieldValue name='vertexTextvalue='"fact"'/>
7488                 <fieldValue name='descriptionvalue='108: fact'/>
7489                 <fieldValue name='url'/>
7490                 <fieldValue name='radiusvalue='0.1500'/>
7491                 <fieldValue name='displayMode'/>
7492                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
7493                 <fieldValue name='transparencyvalue='0'/>
7494                 <fieldValue name='translationvalue='0.07369 1.66855 -2.71163'/>
7495                 <fieldValue name='textTranslationvalue='0.22369 1.66855 -2.71163'/>
7496                 <fieldValue name='textColorvalue='0 0 0'/>
7497            </ProtoInstance>
7498            <ProtoInstance name='Vertex'>
7499                 <fieldValue name='vertexTextvalue='"families"'/>
7500                 <fieldValue name='descriptionvalue='109: families'/>
7501                 <fieldValue name='url'/>
7502                 <fieldValue name='radiusvalue='0.1500'/>
7503                 <fieldValue name='displayMode'/>
7504                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
7505                 <fieldValue name='transparencyvalue='0'/>
7506                 <fieldValue name='translationvalue='0.03321 1.55852 0.61603'/>
7507                 <fieldValue name='textTranslationvalue='0.18321 1.55852 0.61603'/>
7508                 <fieldValue name='textColorvalue='0 0 0'/>
7509            </ProtoInstance>
7510            <ProtoInstance name='Vertex'>
7511                 <fieldValue name='vertexTextvalue='"fax"'/>
7512                 <fieldValue name='descriptionvalue='110: fax'/>
7513                 <fieldValue name='url'/>
7514                 <fieldValue name='radiusvalue='0.1500'/>
7515                 <fieldValue name='displayMode'/>
7516                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7517                 <fieldValue name='transparencyvalue='0'/>
7518                 <fieldValue name='translationvalue='2.30612 -1.78830 -0.20193'/>
7519                 <fieldValue name='textTranslationvalue='2.45612 -1.78830 -0.20193'/>
7520                 <fieldValue name='textColorvalue='0 0 0'/>
7521            </ProtoInstance>
7522            <ProtoInstance name='Vertex'>
7523                 <fieldValue name='vertexTextvalue='"ferris"'/>
7524                 <fieldValue name='descriptionvalue='111: ferris'/>
7525                 <fieldValue name='url'/>
7526                 <fieldValue name='radiusvalue='0.1500'/>
7527                 <fieldValue name='displayMode'/>
7528                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
7529                 <fieldValue name='transparencyvalue='0'/>
7530                 <fieldValue name='translationvalue='0.93012 -0.12084 -2.02336'/>
7531                 <fieldValue name='textTranslationvalue='1.08012 -0.12084 -2.02336'/>
7532                 <fieldValue name='textColorvalue='0 0 0'/>
7533            </ProtoInstance>
7534            <ProtoInstance name='Vertex'>
7535                 <fieldValue name='vertexTextvalue='"field"'/>
7536                 <fieldValue name='descriptionvalue='112: field'/>
7537                 <fieldValue name='url'/>
7538                 <fieldValue name='radiusvalue='0.1500'/>
7539                 <fieldValue name='displayMode'/>
7540                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
7541                 <fieldValue name='transparencyvalue='0'/>
7542                 <fieldValue name='translationvalue='2.23349 0.05760 0.38730'/>
7543                 <fieldValue name='textTranslationvalue='2.38349 0.05760 0.38730'/>
7544                 <fieldValue name='textColorvalue='0 0 0'/>
7545            </ProtoInstance>
7546            <ProtoInstance name='Vertex'>
7547                 <fieldValue name='vertexTextvalue='"flies"'/>
7548                 <fieldValue name='descriptionvalue='113: flies'/>
7549                 <fieldValue name='url'/>
7550                 <fieldValue name='radiusvalue='0.1500'/>
7551                 <fieldValue name='displayMode'/>
7552                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7553                 <fieldValue name='transparencyvalue='0'/>
7554                 <fieldValue name='translationvalue='-1.48692 1.20366 -0.65361'/>
7555                 <fieldValue name='textTranslationvalue='-1.33692 1.20366 -0.65361'/>
7556                 <fieldValue name='textColorvalue='0 0 0'/>
7557            </ProtoInstance>
7558            <ProtoInstance name='Vertex'>
7559                 <fieldValue name='vertexTextvalue='"flight"'/>
7560                 <fieldValue name='descriptionvalue='114: flight'/>
7561                 <fieldValue name='url'/>
7562                 <fieldValue name='radiusvalue='0.1500'/>
7563                 <fieldValue name='displayMode'/>
7564                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
7565                 <fieldValue name='transparencyvalue='0'/>
7566                 <fieldValue name='translationvalue='-0.02616 1.49030 -0.59532'/>
7567                 <fieldValue name='textTranslationvalue='0.12384 1.49030 -0.59532'/>
7568                 <fieldValue name='textColorvalue='0 0 0'/>
7569            </ProtoInstance>
7570            <ProtoInstance name='Vertex'>
7571                 <fieldValue name='vertexTextvalue='"flights"'/>
7572                 <fieldValue name='descriptionvalue='115: flights'/>
7573                 <fieldValue name='url'/>
7574                 <fieldValue name='radiusvalue='0.1500'/>
7575                 <fieldValue name='displayMode'/>
7576                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
7577                 <fieldValue name='transparencyvalue='0'/>
7578                 <fieldValue name='translationvalue='-0.24126 1.35061 -2.20541'/>
7579                 <fieldValue name='textTranslationvalue='-0.09126 1.35061 -2.20541'/>
7580                 <fieldValue name='textColorvalue='0 0 0'/>
7581            </ProtoInstance>
7582            <ProtoInstance name='Vertex'>
7583                 <fieldValue name='vertexTextvalue='"food"'/>
7584                 <fieldValue name='descriptionvalue='116: food'/>
7585                 <fieldValue name='url'/>
7586                 <fieldValue name='radiusvalue='0.1500'/>
7587                 <fieldValue name='displayMode'/>
7588                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7589                 <fieldValue name='transparencyvalue='0'/>
7590                 <fieldValue name='translationvalue='0.70425 -0.26455 0.88316'/>
7591                 <fieldValue name='textTranslationvalue='0.85425 -0.26455 0.88316'/>
7592                 <fieldValue name='textColorvalue='0 0 0'/>
7593            </ProtoInstance>
7594            <ProtoInstance name='Vertex'>
7595                 <fieldValue name='vertexTextvalue='"footer"'/>
7596                 <fieldValue name='descriptionvalue='117: footer'/>
7597                 <fieldValue name='url'/>
7598                 <fieldValue name='radiusvalue='0.1500'/>
7599                 <fieldValue name='displayMode'/>
7600                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7601                 <fieldValue name='transparencyvalue='0'/>
7602                 <fieldValue name='translationvalue='2.63640 1.92738 2.19544'/>
7603                 <fieldValue name='textTranslationvalue='2.78640 1.92738 2.19544'/>
7604                 <fieldValue name='textColorvalue='0 0 0'/>
7605            </ProtoInstance>
7606            <ProtoInstance name='Vertex'>
7607                 <fieldValue name='vertexTextvalue='"force"'/>
7608                 <fieldValue name='descriptionvalue='118: force'/>
7609                 <fieldValue name='url'/>
7610                 <fieldValue name='radiusvalue='0.1500'/>
7611                 <fieldValue name='displayMode'/>
7612                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7613                 <fieldValue name='transparencyvalue='0'/>
7614                 <fieldValue name='translationvalue='-1.58614 0.56671 1.31789'/>
7615                 <fieldValue name='textTranslationvalue='-1.43614 0.56671 1.31789'/>
7616                 <fieldValue name='textColorvalue='0 0 0'/>
7617            </ProtoInstance>
7618            <ProtoInstance name='Vertex'>
7619                 <fieldValue name='vertexTextvalue='"forces"'/>
7620                 <fieldValue name='descriptionvalue='119: forces'/>
7621                 <fieldValue name='url'/>
7622                 <fieldValue name='radiusvalue='0.1500'/>
7623                 <fieldValue name='displayMode'/>
7624                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7625                 <fieldValue name='transparencyvalue='0'/>
7626                 <fieldValue name='translationvalue='-1.55079 -0.19298 0.97844'/>
7627                 <fieldValue name='textTranslationvalue='-1.40079 -0.19298 0.97844'/>
7628                 <fieldValue name='textColorvalue='0 0 0'/>
7629            </ProtoInstance>
7630            <ProtoInstance name='Vertex'>
7631                 <fieldValue name='vertexTextvalue='"foreign"'/>
7632                 <fieldValue name='descriptionvalue='120: foreign'/>
7633                 <fieldValue name='url'/>
7634                 <fieldValue name='radiusvalue='0.1500'/>
7635                 <fieldValue name='displayMode'/>
7636                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
7637                 <fieldValue name='transparencyvalue='0'/>
7638                 <fieldValue name='translationvalue='1.39544 0.61768 0.52646'/>
7639                 <fieldValue name='textTranslationvalue='1.54544 0.61768 0.52646'/>
7640                 <fieldValue name='textColorvalue='0 0 0'/>
7641            </ProtoInstance>
7642            <ProtoInstance name='Vertex'>
7643                 <fieldValue name='vertexTextvalue='"fort"'/>
7644                 <fieldValue name='descriptionvalue='121: fort'/>
7645                 <fieldValue name='url'/>
7646                 <fieldValue name='radiusvalue='0.1500'/>
7647                 <fieldValue name='displayMode'/>
7648                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
7649                 <fieldValue name='transparencyvalue='0'/>
7650                 <fieldValue name='translationvalue='-1.89555 0.29367 -0.12253'/>
7651                 <fieldValue name='textTranslationvalue='-1.74555 0.29367 -0.12253'/>
7652                 <fieldValue name='textColorvalue='0 0 0'/>
7653            </ProtoInstance>
7654            <ProtoInstance name='Vertex'>
7655                 <fieldValue name='vertexTextvalue='"full"'/>
7656                 <fieldValue name='descriptionvalue='122: full'/>
7657                 <fieldValue name='url'/>
7658                 <fieldValue name='radiusvalue='0.1500'/>
7659                 <fieldValue name='displayMode'/>
7660                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7661                 <fieldValue name='transparencyvalue='0'/>
7662                 <fieldValue name='translationvalue='-1.17414 0.91086 2.28135'/>
7663                 <fieldValue name='textTranslationvalue='-1.02414 0.91086 2.28135'/>
7664                 <fieldValue name='textColorvalue='0 0 0'/>
7665            </ProtoInstance>
7666            <ProtoInstance name='Vertex'>
7667                 <fieldValue name='vertexTextvalue='"give"'/>
7668                 <fieldValue name='descriptionvalue='123: give'/>
7669                 <fieldValue name='url'/>
7670                 <fieldValue name='radiusvalue='0.1500'/>
7671                 <fieldValue name='displayMode'/>
7672                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7673                 <fieldValue name='transparencyvalue='0'/>
7674                 <fieldValue name='translationvalue='1.39940 -0.99598 1.45780'/>
7675                 <fieldValue name='textTranslationvalue='1.54940 -0.99598 1.45780'/>
7676                 <fieldValue name='textColorvalue='0 0 0'/>
7677            </ProtoInstance>
7678            <ProtoInstance name='Vertex'>
7679                 <fieldValue name='vertexTextvalue='"global"'/>
7680                 <fieldValue name='descriptionvalue='124: global'/>
7681                 <fieldValue name='url'/>
7682                 <fieldValue name='radiusvalue='0.1500'/>
7683                 <fieldValue name='displayMode'/>
7684                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
7685                 <fieldValue name='transparencyvalue='0'/>
7686                 <fieldValue name='translationvalue='0.63025 -0.13799 -1.43699'/>
7687                 <fieldValue name='textTranslationvalue='0.78025 -0.13799 -1.43699'/>
7688                 <fieldValue name='textColorvalue='0 0 0'/>
7689            </ProtoInstance>
7690            <ProtoInstance name='Vertex'>
7691                 <fieldValue name='vertexTextvalue='"government"'/>
7692                 <fieldValue name='descriptionvalue='125: government'/>
7693                 <fieldValue name='url'/>
7694                 <fieldValue name='radiusvalue='0.1500'/>
7695                 <fieldValue name='displayMode'/>
7696                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
7697                 <fieldValue name='transparencyvalue='0'/>
7698                 <fieldValue name='translationvalue='1.80306 -0.00041 0.46524'/>
7699                 <fieldValue name='textTranslationvalue='1.95306 -0.00041 0.46524'/>
7700                 <fieldValue name='textColorvalue='0 0 0'/>
7701            </ProtoInstance>
7702            <ProtoInstance name='Vertex'>
7703                 <fieldValue name='vertexTextvalue='"graves"'/>
7704                 <fieldValue name='descriptionvalue='126: graves'/>
7705                 <fieldValue name='url'/>
7706                 <fieldValue name='radiusvalue='0.1500'/>
7707                 <fieldValue name='displayMode'/>
7708                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7709                 <fieldValue name='transparencyvalue='0'/>
7710                 <fieldValue name='translationvalue='1.69677 -1.06021 1.81545'/>
7711                 <fieldValue name='textTranslationvalue='1.84677 -1.06021 1.81545'/>
7712                 <fieldValue name='textColorvalue='0 0 0'/>
7713            </ProtoInstance>
7714            <ProtoInstance name='Vertex'>
7715                 <fieldValue name='vertexTextvalue='"greets"'/>
7716                 <fieldValue name='descriptionvalue='127: greets'/>
7717                 <fieldValue name='url'/>
7718                 <fieldValue name='radiusvalue='0.1500'/>
7719                 <fieldValue name='displayMode'/>
7720                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7721                 <fieldValue name='transparencyvalue='0'/>
7722                 <fieldValue name='translationvalue='-1.78547 -0.73532 1.89194'/>
7723                 <fieldValue name='textTranslationvalue='-1.63547 -0.73532 1.89194'/>
7724                 <fieldValue name='textColorvalue='0 0 0'/>
7725            </ProtoInstance>
7726            <ProtoInstance name='Vertex'>
7727                 <fieldValue name='vertexTextvalue='"grow"'/>
7728                 <fieldValue name='descriptionvalue='128: grow'/>
7729                 <fieldValue name='url'/>
7730                 <fieldValue name='radiusvalue='0.1500'/>
7731                 <fieldValue name='displayMode'/>
7732                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7733                 <fieldValue name='transparencyvalue='0'/>
7734                 <fieldValue name='translationvalue='-0.19237 -1.99811 -0.33943'/>
7735                 <fieldValue name='textTranslationvalue='-0.04237 -1.99811 -0.33943'/>
7736                 <fieldValue name='textColorvalue='0 0 0'/>
7737            </ProtoInstance>
7738            <ProtoInstance name='Vertex'>
7739                 <fieldValue name='vertexTextvalue='"hang"'/>
7740                 <fieldValue name='descriptionvalue='129: hang'/>
7741                 <fieldValue name='url'/>
7742                 <fieldValue name='radiusvalue='0.1500'/>
7743                 <fieldValue name='displayMode'/>
7744                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
7745                 <fieldValue name='transparencyvalue='0'/>
7746                 <fieldValue name='translationvalue='-0.53732 -2.68994 1.28221'/>
7747                 <fieldValue name='textTranslationvalue='-0.38732 -2.68994 1.28221'/>
7748                 <fieldValue name='textColorvalue='0 0 0'/>
7749            </ProtoInstance>
7750            <ProtoInstance name='Vertex'>
7751                 <fieldValue name='vertexTextvalue='"health"'/>
7752                 <fieldValue name='descriptionvalue='130: health'/>
7753                 <fieldValue name='url'/>
7754                 <fieldValue name='radiusvalue='0.1500'/>
7755                 <fieldValue name='displayMode'/>
7756                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
7757                 <fieldValue name='transparencyvalue='0'/>
7758                 <fieldValue name='translationvalue='0.80255 -0.40200 -1.03227'/>
7759                 <fieldValue name='textTranslationvalue='0.95255 -0.40200 -1.03227'/>
7760                 <fieldValue name='textColorvalue='0 0 0'/>
7761            </ProtoInstance>
7762            <ProtoInstance name='Vertex'>
7763                 <fieldValue name='vertexTextvalue='"helicopter"'/>
7764                 <fieldValue name='descriptionvalue='131: helicopter'/>
7765                 <fieldValue name='url'/>
7766                 <fieldValue name='radiusvalue='0.1500'/>
7767                 <fieldValue name='displayMode'/>
7768                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7769                 <fieldValue name='transparencyvalue='0'/>
7770                 <fieldValue name='translationvalue='-1.28730 0.99853 -0.55837'/>
7771                 <fieldValue name='textTranslationvalue='-1.13730 0.99853 -0.55837'/>
7772                 <fieldValue name='textColorvalue='0 0 0'/>
7773            </ProtoInstance>
7774            <ProtoInstance name='Vertex'>
7775                 <fieldValue name='vertexTextvalue='"helicopters"'/>
7776                 <fieldValue name='descriptionvalue='132: helicopters'/>
7777                 <fieldValue name='url'/>
7778                 <fieldValue name='radiusvalue='0.1500'/>
7779                 <fieldValue name='displayMode'/>
7780                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7781                 <fieldValue name='transparencyvalue='0'/>
7782                 <fieldValue name='translationvalue='-1.45317 0.99438 -0.90700'/>
7783                 <fieldValue name='textTranslationvalue='-1.30317 0.99438 -0.90700'/>
7784                 <fieldValue name='textColorvalue='0 0 0'/>
7785            </ProtoInstance>
7786            <ProtoInstance name='Vertex'>
7787                 <fieldValue name='vertexTextvalue='"history"'/>
7788                 <fieldValue name='descriptionvalue='133: history'/>
7789                 <fieldValue name='url'/>
7790                 <fieldValue name='radiusvalue='0.1500'/>
7791                 <fieldValue name='displayMode'/>
7792                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
7793                 <fieldValue name='transparencyvalue='0'/>
7794                 <fieldValue name='translationvalue='1.43277 -0.97412 1.53399'/>
7795                 <fieldValue name='textTranslationvalue='1.58277 -0.97412 1.53399'/>
7796                 <fieldValue name='textColorvalue='0 0 0'/>
7797            </ProtoInstance>
7798            <ProtoInstance name='Vertex'>
7799                 <fieldValue name='vertexTextvalue='"hope"'/>
7800                 <fieldValue name='descriptionvalue='134: hope'/>
7801                 <fieldValue name='url'/>
7802                 <fieldValue name='radiusvalue='0.1500'/>
7803                 <fieldValue name='displayMode'/>
7804                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
7805                 <fieldValue name='transparencyvalue='0'/>
7806                 <fieldValue name='translationvalue='0.13416 -1.59296 -0.45641'/>
7807                 <fieldValue name='textTranslationvalue='0.28416 -1.59296 -0.45641'/>
7808                 <fieldValue name='textColorvalue='0 0 0'/>
7809            </ProtoInstance>
7810            <ProtoInstance name='Vertex'>
7811                 <fieldValue name='vertexTextvalue='"hospital"'/>
7812                 <fieldValue name='descriptionvalue='135: hospital'/>
7813                 <fieldValue name='url'/>
7814                 <fieldValue name='radiusvalue='0.1500'/>
7815                 <fieldValue name='displayMode'/>
7816                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
7817                 <fieldValue name='transparencyvalue='0'/>
7818                 <fieldValue name='translationvalue='-0.66673 -1.00116 -0.73384'/>
7819                 <fieldValue name='textTranslationvalue='-0.51673 -1.00116 -0.73384'/>
7820                 <fieldValue name='textColorvalue='0 0 0'/>
7821            </ProtoInstance>
7822            <ProtoInstance name='Vertex'>
7823                 <fieldValue name='vertexTextvalue='"humanitarian"'/>
7824                 <fieldValue name='descriptionvalue='136: humanitarian'/>
7825                 <fieldValue name='url'/>
7826                 <fieldValue name='radiusvalue='0.1500'/>
7827                 <fieldValue name='displayMode'/>
7828                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7829                 <fieldValue name='transparencyvalue='0'/>
7830                 <fieldValue name='translationvalue='-0.93916 0.63960 0.07100'/>
7831                 <fieldValue name='textTranslationvalue='-0.78916 0.63960 0.07100'/>
7832                 <fieldValue name='textColorvalue='0 0 0'/>
7833            </ProtoInstance>
7834            <ProtoInstance name='Vertex'>
7835                 <fieldValue name='vertexTextvalue='"hygiene"'/>
7836                 <fieldValue name='descriptionvalue='137: hygiene'/>
7837                 <fieldValue name='url'/>
7838                 <fieldValue name='radiusvalue='0.1500'/>
7839                 <fieldValue name='displayMode'/>
7840                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
7841                 <fieldValue name='transparencyvalue='0'/>
7842                 <fieldValue name='translationvalue='0.05514 1.59338 0.51823'/>
7843                 <fieldValue name='textTranslationvalue='0.20514 1.59338 0.51823'/>
7844                 <fieldValue name='textColorvalue='0 0 0'/>
7845            </ProtoInstance>
7846            <ProtoInstance name='Vertex'>
7847                 <fieldValue name='vertexTextvalue='"imagery"'/>
7848                 <fieldValue name='descriptionvalue='138: imagery'/>
7849                 <fieldValue name='url'/>
7850                 <fieldValue name='radiusvalue='0.1500'/>
7851                 <fieldValue name='displayMode'/>
7852                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7853                 <fieldValue name='transparencyvalue='0'/>
7854                 <fieldValue name='translationvalue='-1.12067 0.98611 2.24245'/>
7855                 <fieldValue name='textTranslationvalue='-0.97067 0.98611 2.24245'/>
7856                 <fieldValue name='textColorvalue='0 0 0'/>
7857            </ProtoInstance>
7858            <ProtoInstance name='Vertex'>
7859                 <fieldValue name='vertexTextvalue='"individuals"'/>
7860                 <fieldValue name='descriptionvalue='139: individuals'/>
7861                 <fieldValue name='url'/>
7862                 <fieldValue name='radiusvalue='0.1500'/>
7863                 <fieldValue name='displayMode'/>
7864                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
7865                 <fieldValue name='transparencyvalue='0'/>
7866                 <fieldValue name='translationvalue='0.60027 -0.18103 -1.67717'/>
7867                 <fieldValue name='textTranslationvalue='0.75027 -0.18103 -1.67717'/>
7868                 <fieldValue name='textColorvalue='0 0 0'/>
7869            </ProtoInstance>
7870            <ProtoInstance name='Vertex'>
7871                 <fieldValue name='vertexTextvalue='"information"'/>
7872                 <fieldValue name='descriptionvalue='140: information'/>
7873                 <fieldValue name='url'/>
7874                 <fieldValue name='radiusvalue='0.1500'/>
7875                 <fieldValue name='displayMode'/>
7876                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
7877                 <fieldValue name='transparencyvalue='0'/>
7878                 <fieldValue name='translationvalue='-0.08240 0.21385 -1.86045'/>
7879                 <fieldValue name='textTranslationvalue='0.06760 0.21385 -1.86045'/>
7880                 <fieldValue name='textColorvalue='0 0 0'/>
7881            </ProtoInstance>
7882            <ProtoInstance name='Vertex'>
7883                 <fieldValue name='vertexTextvalue='"international"'/>
7884                 <fieldValue name='descriptionvalue='141: international'/>
7885                 <fieldValue name='url'/>
7886                 <fieldValue name='radiusvalue='0.1500'/>
7887                 <fieldValue name='displayMode'/>
7888                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
7889                 <fieldValue name='transparencyvalue='0'/>
7890                 <fieldValue name='translationvalue='0.16127 0.54126 -1.33281'/>
7891                 <fieldValue name='textTranslationvalue='0.31127 0.54126 -1.33281'/>
7892                 <fieldValue name='textColorvalue='0 0 0'/>
7893            </ProtoInstance>
7894            <ProtoInstance name='Vertex'>
7895                 <fieldValue name='vertexTextvalue='"jobs"'/>
7896                 <fieldValue name='descriptionvalue='142: jobs'/>
7897                 <fieldValue name='url'/>
7898                 <fieldValue name='radiusvalue='0.1500'/>
7899                 <fieldValue name='displayMode'/>
7900                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7901                 <fieldValue name='transparencyvalue='0'/>
7902                 <fieldValue name='translationvalue='2.74156 1.62340 2.35806'/>
7903                 <fieldValue name='textTranslationvalue='2.89156 1.62340 2.35806'/>
7904                 <fieldValue name='textColorvalue='0 0 0'/>
7905            </ProtoInstance>
7906            <ProtoInstance name='Vertex'>
7907                 <fieldValue name='vertexTextvalue='"joint"'/>
7908                 <fieldValue name='descriptionvalue='143: joint'/>
7909                 <fieldValue name='url'/>
7910                 <fieldValue name='radiusvalue='0.1500'/>
7911                 <fieldValue name='displayMode'/>
7912                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7913                 <fieldValue name='transparencyvalue='0'/>
7914                 <fieldValue name='translationvalue='-1.34336 0.82722 2.57201'/>
7915                 <fieldValue name='textTranslationvalue='-1.19336 0.82722 2.57201'/>
7916                 <fieldValue name='textColorvalue='0 0 0'/>
7917            </ProtoInstance>
7918            <ProtoInstance name='Vertex'>
7919                 <fieldValue name='vertexTextvalue='"keen"'/>
7920                 <fieldValue name='descriptionvalue='144: keen'/>
7921                 <fieldValue name='url'/>
7922                 <fieldValue name='radiusvalue='0.1500'/>
7923                 <fieldValue name='displayMode'/>
7924                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
7925                 <fieldValue name='transparencyvalue='0'/>
7926                 <fieldValue name='translationvalue='-2.33181 0.22608 0.77267'/>
7927                 <fieldValue name='textTranslationvalue='-2.18181 0.22608 0.77267'/>
7928                 <fieldValue name='textColorvalue='0 0 0'/>
7929            </ProtoInstance>
7930            <ProtoInstance name='Vertex'>
7931                 <fieldValue name='vertexTextvalue='"kinds"'/>
7932                 <fieldValue name='descriptionvalue='145: kinds'/>
7933                 <fieldValue name='url'/>
7934                 <fieldValue name='radiusvalue='0.1500'/>
7935                 <fieldValue name='displayMode'/>
7936                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
7937                 <fieldValue name='transparencyvalue='0'/>
7938                 <fieldValue name='translationvalue='2.50843 1.63950 2.61116'/>
7939                 <fieldValue name='textTranslationvalue='2.65843 1.63950 2.61116'/>
7940                 <fieldValue name='textColorvalue='0 0 0'/>
7941            </ProtoInstance>
7942            <ProtoInstance name='Vertex'>
7943                 <fieldValue name='vertexTextvalue='"kitchen"'/>
7944                 <fieldValue name='descriptionvalue='146: kitchen'/>
7945                 <fieldValue name='url'/>
7946                 <fieldValue name='radiusvalue='0.1500'/>
7947                 <fieldValue name='displayMode'/>
7948                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
7949                 <fieldValue name='transparencyvalue='0'/>
7950                 <fieldValue name='translationvalue='-0.15907 1.61871 0.31757'/>
7951                 <fieldValue name='textTranslationvalue='-0.00907 1.61871 0.31757'/>
7952                 <fieldValue name='textColorvalue='0 0 0'/>
7953            </ProtoInstance>
7954            <ProtoInstance name='Vertex'>
7955                 <fieldValue name='vertexTextvalue='"land"'/>
7956                 <fieldValue name='descriptionvalue='147: land'/>
7957                 <fieldValue name='url'/>
7958                 <fieldValue name='radiusvalue='0.1500'/>
7959                 <fieldValue name='displayMode'/>
7960                 <fieldValue name='diffuseColorvalue='0 0 0'/>
7961                 <fieldValue name='transparencyvalue='0'/>
7962                 <fieldValue name='translationvalue='-1.14555 1.06248 -1.05207'/>
7963                 <fieldValue name='textTranslationvalue='-0.99555 1.06248 -1.05207'/>
7964                 <fieldValue name='textColorvalue='0 0 0'/>
7965            </ProtoInstance>
7966            <ProtoInstance name='Vertex'>
7967                 <fieldValue name='vertexTextvalue='"layers"'/>
7968                 <fieldValue name='descriptionvalue='148: layers'/>
7969                 <fieldValue name='url'/>
7970                 <fieldValue name='radiusvalue='0.1500'/>
7971                 <fieldValue name='displayMode'/>
7972                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
7973                 <fieldValue name='transparencyvalue='0'/>
7974                 <fieldValue name='translationvalue='0.39648 1.31458 -1.95198'/>
7975                 <fieldValue name='textTranslationvalue='0.54648 1.31458 -1.95198'/>
7976                 <fieldValue name='textColorvalue='0 0 0'/>
7977            </ProtoInstance>
7978            <ProtoInstance name='Vertex'>
7979                 <fieldValue name='vertexTextvalue='"lee"'/>
7980                 <fieldValue name='descriptionvalue='149: lee'/>
7981                 <fieldValue name='url'/>
7982                 <fieldValue name='radiusvalue='0.1500'/>
7983                 <fieldValue name='displayMode'/>
7984                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
7985                 <fieldValue name='transparencyvalue='0'/>
7986                 <fieldValue name='translationvalue='-0.53996 -2.71062 1.29935'/>
7987                 <fieldValue name='textTranslationvalue='-0.38996 -2.71062 1.29935'/>
7988                 <fieldValue name='textColorvalue='0 0 0'/>
7989            </ProtoInstance>
7990            <ProtoInstance name='Vertex'>
7991                 <fieldValue name='vertexTextvalue='"limitation"'/>
7992                 <fieldValue name='descriptionvalue='150: limitation'/>
7993                 <fieldValue name='url'/>
7994                 <fieldValue name='radiusvalue='0.1500'/>
7995                 <fieldValue name='displayMode'/>
7996                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
7997                 <fieldValue name='transparencyvalue='0'/>
7998                 <fieldValue name='translationvalue='-0.58267 1.02598 2.15200'/>
7999                 <fieldValue name='textTranslationvalue='-0.43267 1.02598 2.15200'/>
8000                 <fieldValue name='textColorvalue='0 0 0'/>
8001            </ProtoInstance>
8002            <ProtoInstance name='Vertex'>
8003                 <fieldValue name='vertexTextvalue='"lines"'/>
8004                 <fieldValue name='descriptionvalue='151: lines'/>
8005                 <fieldValue name='url'/>
8006                 <fieldValue name='radiusvalue='0.1500'/>
8007                 <fieldValue name='displayMode'/>
8008                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
8009                 <fieldValue name='transparencyvalue='0'/>
8010                 <fieldValue name='translationvalue='-0.54080 -2.71151 1.29955'/>
8011                 <fieldValue name='textTranslationvalue='-0.39080 -2.71151 1.29955'/>
8012                 <fieldValue name='textColorvalue='0 0 0'/>
8013            </ProtoInstance>
8014            <ProtoInstance name='Vertex'>
8015                 <fieldValue name='vertexTextvalue='"links"'/>
8016                 <fieldValue name='descriptionvalue='152: links'/>
8017                 <fieldValue name='url'/>
8018                 <fieldValue name='radiusvalue='0.1500'/>
8019                 <fieldValue name='displayMode'/>
8020                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8021                 <fieldValue name='transparencyvalue='0'/>
8022                 <fieldValue name='translationvalue='-1.51290 1.14949 -0.66464'/>
8023                 <fieldValue name='textTranslationvalue='-1.36290 1.14949 -0.66464'/>
8024                 <fieldValue name='textColorvalue='0 0 0'/>
8025            </ProtoInstance>
8026            <ProtoInstance name='Vertex'>
8027                 <fieldValue name='vertexTextvalue='"liters"'/>
8028                 <fieldValue name='descriptionvalue='153: liters'/>
8029                 <fieldValue name='url'/>
8030                 <fieldValue name='radiusvalue='0.1500'/>
8031                 <fieldValue name='displayMode'/>
8032                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8033                 <fieldValue name='transparencyvalue='0'/>
8034                 <fieldValue name='translationvalue='-0.31722 1.96175 0.07245'/>
8035                 <fieldValue name='textTranslationvalue='-0.16722 1.96175 0.07245'/>
8036                 <fieldValue name='textColorvalue='0 0 0'/>
8037            </ProtoInstance>
8038            <ProtoInstance name='Vertex'>
8039                 <fieldValue name='vertexTextvalue='"living"'/>
8040                 <fieldValue name='descriptionvalue='154: living'/>
8041                 <fieldValue name='url'/>
8042                 <fieldValue name='radiusvalue='0.1500'/>
8043                 <fieldValue name='displayMode'/>
8044                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8045                 <fieldValue name='transparencyvalue='0'/>
8046                 <fieldValue name='translationvalue='1.41707 -0.96756 1.50817'/>
8047                 <fieldValue name='textTranslationvalue='1.56707 -0.96756 1.50817'/>
8048                 <fieldValue name='textColorvalue='0 0 0'/>
8049            </ProtoInstance>
8050            <ProtoInstance name='Vertex'>
8051                 <fieldValue name='vertexTextvalue='"load"'/>
8052                 <fieldValue name='descriptionvalue='155: load'/>
8053                 <fieldValue name='url'/>
8054                 <fieldValue name='radiusvalue='0.1500'/>
8055                 <fieldValue name='displayMode'/>
8056                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8057                 <fieldValue name='transparencyvalue='0'/>
8058                 <fieldValue name='translationvalue='-0.81833 -1.20447 -1.28546'/>
8059                 <fieldValue name='textTranslationvalue='-0.66833 -1.20447 -1.28546'/>
8060                 <fieldValue name='textColorvalue='0 0 0'/>
8061            </ProtoInstance>
8062            <ProtoInstance name='Vertex'>
8063                 <fieldValue name='vertexTextvalue='"loading"'/>
8064                 <fieldValue name='descriptionvalue='156: loading'/>
8065                 <fieldValue name='url'/>
8066                 <fieldValue name='radiusvalue='0.1500'/>
8067                 <fieldValue name='displayMode'/>
8068                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8069                 <fieldValue name='transparencyvalue='0'/>
8070                 <fieldValue name='translationvalue='-1.76072 1.47234 -0.80992'/>
8071                 <fieldValue name='textTranslationvalue='-1.61072 1.47234 -0.80992'/>
8072                 <fieldValue name='textColorvalue='0 0 0'/>
8073            </ProtoInstance>
8074            <ProtoInstance name='Vertex'>
8075                 <fieldValue name='vertexTextvalue='"long"'/>
8076                 <fieldValue name='descriptionvalue='157: long'/>
8077                 <fieldValue name='url'/>
8078                 <fieldValue name='radiusvalue='0.1500'/>
8079                 <fieldValue name='displayMode'/>
8080                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
8081                 <fieldValue name='transparencyvalue='0'/>
8082                 <fieldValue name='translationvalue='-0.22217 1.60730 -2.68091'/>
8083                 <fieldValue name='textTranslationvalue='-0.07217 1.60730 -2.68091'/>
8084                 <fieldValue name='textColorvalue='0 0 0'/>
8085            </ProtoInstance>
8086            <ProtoInstance name='Vertex'>
8087                 <fieldValue name='vertexTextvalue='"makeshift"'/>
8088                 <fieldValue name='descriptionvalue='158: makeshift'/>
8089                 <fieldValue name='url'/>
8090                 <fieldValue name='radiusvalue='0.1500'/>
8091                 <fieldValue name='displayMode'/>
8092                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8093                 <fieldValue name='transparencyvalue='0'/>
8094                 <fieldValue name='translationvalue='0.40985 -0.40799 -1.52364'/>
8095                 <fieldValue name='textTranslationvalue='0.55985 -0.40799 -1.52364'/>
8096                 <fieldValue name='textColorvalue='0 0 0'/>
8097            </ProtoInstance>
8098            <ProtoInstance name='Vertex'>
8099                 <fieldValue name='vertexTextvalue='"management"'/>
8100                 <fieldValue name='descriptionvalue='159: management'/>
8101                 <fieldValue name='url'/>
8102                 <fieldValue name='radiusvalue='0.1500'/>
8103                 <fieldValue name='displayMode'/>
8104                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8105                 <fieldValue name='transparencyvalue='0'/>
8106                 <fieldValue name='translationvalue='2.35087 -1.78419 -0.20355'/>
8107                 <fieldValue name='textTranslationvalue='2.50087 -1.78419 -0.20355'/>
8108                 <fieldValue name='textColorvalue='0 0 0'/>
8109            </ProtoInstance>
8110            <ProtoInstance name='Vertex'>
8111                 <fieldValue name='vertexTextvalue='"map"'/>
8112                 <fieldValue name='descriptionvalue='160: map'/>
8113                 <fieldValue name='url'/>
8114                 <fieldValue name='radiusvalue='0.1500'/>
8115                 <fieldValue name='displayMode'/>
8116                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8117                 <fieldValue name='transparencyvalue='0'/>
8118                 <fieldValue name='translationvalue='-2.30675 0.20360 0.76037'/>
8119                 <fieldValue name='textTranslationvalue='-2.15675 0.20360 0.76037'/>
8120                 <fieldValue name='textColorvalue='0 0 0'/>
8121            </ProtoInstance>
8122            <ProtoInstance name='Vertex'>
8123                 <fieldValue name='vertexTextvalue='"marine"'/>
8124                 <fieldValue name='descriptionvalue='161: marine'/>
8125                 <fieldValue name='url'/>
8126                 <fieldValue name='radiusvalue='0.1500'/>
8127                 <fieldValue name='displayMode'/>
8128                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8129                 <fieldValue name='transparencyvalue='0'/>
8130                 <fieldValue name='translationvalue='-1.44744 -0.37937 1.51450'/>
8131                 <fieldValue name='textTranslationvalue='-1.29744 -0.37937 1.51450'/>
8132                 <fieldValue name='textColorvalue='0 0 0'/>
8133            </ProtoInstance>
8134            <ProtoInstance name='Vertex'>
8135                 <fieldValue name='vertexTextvalue='"marines"'/>
8136                 <fieldValue name='descriptionvalue='162: marines'/>
8137                 <fieldValue name='url'/>
8138                 <fieldValue name='radiusvalue='0.1500'/>
8139                 <fieldValue name='displayMode'/>
8140                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8141                 <fieldValue name='transparencyvalue='0'/>
8142                 <fieldValue name='translationvalue='-1.69502 -0.75108 1.95781'/>
8143                 <fieldValue name='textTranslationvalue='-1.54502 -0.75108 1.95781'/>
8144                 <fieldValue name='textColorvalue='0 0 0'/>
8145            </ProtoInstance>
8146            <ProtoInstance name='Vertex'>
8147                 <fieldValue name='vertexTextvalue='"mass"'/>
8148                 <fieldValue name='descriptionvalue='163: mass'/>
8149                 <fieldValue name='url'/>
8150                 <fieldValue name='radiusvalue='0.1500'/>
8151                 <fieldValue name='displayMode'/>
8152                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8153                 <fieldValue name='transparencyvalue='0'/>
8154                 <fieldValue name='translationvalue='1.69677 -1.06021 1.81545'/>
8155                 <fieldValue name='textTranslationvalue='1.84677 -1.06021 1.81545'/>
8156                 <fieldValue name='textColorvalue='0 0 0'/>
8157            </ProtoInstance>
8158            <ProtoInstance name='Vertex'>
8159                 <fieldValue name='vertexTextvalue='"meals"'/>
8160                 <fieldValue name='descriptionvalue='164: meals'/>
8161                 <fieldValue name='url'/>
8162                 <fieldValue name='radiusvalue='0.1500'/>
8163                 <fieldValue name='displayMode'/>
8164                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8165                 <fieldValue name='transparencyvalue='0'/>
8166                 <fieldValue name='translationvalue='-1.89732 -0.51714 0.52158'/>
8167                 <fieldValue name='textTranslationvalue='-1.74732 -0.51714 0.52158'/>
8168                 <fieldValue name='textColorvalue='0 0 0'/>
8169            </ProtoInstance>
8170            <ProtoInstance name='Vertex'>
8171                 <fieldValue name='vertexTextvalue='"meaningful"'/>
8172                 <fieldValue name='descriptionvalue='165: meaningful'/>
8173                 <fieldValue name='url'/>
8174                 <fieldValue name='radiusvalue='0.1500'/>
8175                 <fieldValue name='displayMode'/>
8176                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8177                 <fieldValue name='transparencyvalue='0'/>
8178                 <fieldValue name='translationvalue='1.43277 -0.97412 1.53399'/>
8179                 <fieldValue name='textTranslationvalue='1.58277 -0.97412 1.53399'/>
8180                 <fieldValue name='textColorvalue='0 0 0'/>
8181            </ProtoInstance>
8182            <ProtoInstance name='Vertex'>
8183                 <fieldValue name='vertexTextvalue='"medical"'/>
8184                 <fieldValue name='descriptionvalue='166: medical'/>
8185                 <fieldValue name='url'/>
8186                 <fieldValue name='radiusvalue='0.1500'/>
8187                 <fieldValue name='displayMode'/>
8188                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8189                 <fieldValue name='transparencyvalue='0'/>
8190                 <fieldValue name='translationvalue='-0.07825 -0.59703 -0.87815'/>
8191                 <fieldValue name='textTranslationvalue='0.07175 -0.59703 -0.87815'/>
8192                 <fieldValue name='textColorvalue='0 0 0'/>
8193            </ProtoInstance>
8194            <ProtoInstance name='Vertex'>
8195                 <fieldValue name='vertexTextvalue='"meet"'/>
8196                 <fieldValue name='descriptionvalue='167: meet'/>
8197                 <fieldValue name='url'/>
8198                 <fieldValue name='radiusvalue='0.1500'/>
8199                 <fieldValue name='displayMode'/>
8200                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8201                 <fieldValue name='transparencyvalue='0'/>
8202                 <fieldValue name='translationvalue='1.77659 -0.01244 0.45006'/>
8203                 <fieldValue name='textTranslationvalue='1.92659 -0.01244 0.45006'/>
8204                 <fieldValue name='textColorvalue='0 0 0'/>
8205            </ProtoInstance>
8206            <ProtoInstance name='Vertex'>
8207                 <fieldValue name='vertexTextvalue='"memorial"'/>
8208                 <fieldValue name='descriptionvalue='168: memorial'/>
8209                 <fieldValue name='url'/>
8210                 <fieldValue name='radiusvalue='0.1500'/>
8211                 <fieldValue name='displayMode'/>
8212                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8213                 <fieldValue name='transparencyvalue='0'/>
8214                 <fieldValue name='translationvalue='1.59803 -1.50754 0.18552'/>
8215                 <fieldValue name='textTranslationvalue='1.74803 -1.50754 0.18552'/>
8216                 <fieldValue name='textColorvalue='0 0 0'/>
8217            </ProtoInstance>
8218            <ProtoInstance name='Vertex'>
8219                 <fieldValue name='vertexTextvalue='"middle"'/>
8220                 <fieldValue name='descriptionvalue='169: middle'/>
8221                 <fieldValue name='url'/>
8222                 <fieldValue name='radiusvalue='0.1500'/>
8223                 <fieldValue name='displayMode'/>
8224                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8225                 <fieldValue name='transparencyvalue='0'/>
8226                 <fieldValue name='translationvalue='-2.02623 -0.42076 1.70430'/>
8227                 <fieldValue name='textTranslationvalue='-1.87623 -0.42076 1.70430'/>
8228                 <fieldValue name='textColorvalue='0 0 0'/>
8229            </ProtoInstance>
8230            <ProtoInstance name='Vertex'>
8231                 <fieldValue name='vertexTextvalue='"million"'/>
8232                 <fieldValue name='descriptionvalue='170: million'/>
8233                 <fieldValue name='url'/>
8234                 <fieldValue name='radiusvalue='0.1500'/>
8235                 <fieldValue name='displayMode'/>
8236                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8237                 <fieldValue name='transparencyvalue='0'/>
8238                 <fieldValue name='translationvalue='-0.08076 2.00888 0.54010'/>
8239                 <fieldValue name='textTranslationvalue='0.06924 2.00888 0.54010'/>
8240                 <fieldValue name='textColorvalue='0 0 0'/>
8241            </ProtoInstance>
8242            <ProtoInstance name='Vertex'>
8243                 <fieldValue name='vertexTextvalue='"mission"'/>
8244                 <fieldValue name='descriptionvalue='171: mission'/>
8245                 <fieldValue name='url'/>
8246                 <fieldValue name='radiusvalue='0.1500'/>
8247                 <fieldValue name='displayMode'/>
8248                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8249                 <fieldValue name='transparencyvalue='0'/>
8250                 <fieldValue name='translationvalue='-1.08775 0.09659 0.27600'/>
8251                 <fieldValue name='textTranslationvalue='-0.93775 0.09659 0.27600'/>
8252                 <fieldValue name='textColorvalue='0 0 0'/>
8253            </ProtoInstance>
8254            <ProtoInstance name='Vertex'>
8255                 <fieldValue name='vertexTextvalue='"morning"'/>
8256                 <fieldValue name='descriptionvalue='172: morning'/>
8257                 <fieldValue name='url'/>
8258                 <fieldValue name='radiusvalue='0.1500'/>
8259                 <fieldValue name='displayMode'/>
8260                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
8261                 <fieldValue name='transparencyvalue='0'/>
8262                 <fieldValue name='translationvalue='-0.51933 -2.44037 1.13503'/>
8263                 <fieldValue name='textTranslationvalue='-0.36933 -2.44037 1.13503'/>
8264                 <fieldValue name='textColorvalue='0 0 0'/>
8265            </ProtoInstance>
8266            <ProtoInstance name='Vertex'>
8267                 <fieldValue name='vertexTextvalue='"multiple"'/>
8268                 <fieldValue name='descriptionvalue='173: multiple'/>
8269                 <fieldValue name='url'/>
8270                 <fieldValue name='radiusvalue='0.1500'/>
8271                 <fieldValue name='displayMode'/>
8272                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
8273                 <fieldValue name='transparencyvalue='0'/>
8274                 <fieldValue name='translationvalue='-0.17531 1.44620 -2.42317'/>
8275                 <fieldValue name='textTranslationvalue='-0.02531 1.44620 -2.42317'/>
8276                 <fieldValue name='textColorvalue='0 0 0'/>
8277            </ProtoInstance>
8278            <ProtoInstance name='Vertex'>
8279                 <fieldValue name='vertexTextvalue='"nations"'/>
8280                 <fieldValue name='descriptionvalue='174: nations'/>
8281                 <fieldValue name='url'/>
8282                 <fieldValue name='radiusvalue='0.1500'/>
8283                 <fieldValue name='displayMode'/>
8284                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8285                 <fieldValue name='transparencyvalue='0'/>
8286                 <fieldValue name='translationvalue='-1.10286 -0.06805 1.54611'/>
8287                 <fieldValue name='textTranslationvalue='-0.95286 -0.06805 1.54611'/>
8288                 <fieldValue name='textColorvalue='0 0 0'/>
8289            </ProtoInstance>
8290            <ProtoInstance name='Vertex'>
8291                 <fieldValue name='vertexTextvalue='"nature"'/>
8292                 <fieldValue name='descriptionvalue='175: nature'/>
8293                 <fieldValue name='url'/>
8294                 <fieldValue name='radiusvalue='0.1500'/>
8295                 <fieldValue name='displayMode'/>
8296                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
8297                 <fieldValue name='transparencyvalue='0'/>
8298                 <fieldValue name='translationvalue='-0.66078 0.41956 -2.34392'/>
8299                 <fieldValue name='textTranslationvalue='-0.51078 0.41956 -2.34392'/>
8300                 <fieldValue name='textColorvalue='0 0 0'/>
8301            </ProtoInstance>
8302            <ProtoInstance name='Vertex'>
8303                 <fieldValue name='vertexTextvalue='"nongovernmental"'/>
8304                 <fieldValue name='descriptionvalue='176: nongovernmental'/>
8305                 <fieldValue name='url'/>
8306                 <fieldValue name='radiusvalue='0.1500'/>
8307                 <fieldValue name='displayMode'/>
8308                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
8309                 <fieldValue name='transparencyvalue='0'/>
8310                 <fieldValue name='translationvalue='0.11981 -1.56754 -0.48434'/>
8311                 <fieldValue name='textTranslationvalue='0.26981 -1.56754 -0.48434'/>
8312                 <fieldValue name='textColorvalue='0 0 0'/>
8313            </ProtoInstance>
8314            <ProtoInstance name='Vertex'>
8315                 <fieldValue name='vertexTextvalue='"notes"'/>
8316                 <fieldValue name='descriptionvalue='177: notes'/>
8317                 <fieldValue name='url'/>
8318                 <fieldValue name='radiusvalue='0.1500'/>
8319                 <fieldValue name='displayMode'/>
8320                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8321                 <fieldValue name='transparencyvalue='0'/>
8322                 <fieldValue name='translationvalue='-2.45883 0.06241 1.18841'/>
8323                 <fieldValue name='textTranslationvalue='-2.30883 0.06241 1.18841'/>
8324                 <fieldValue name='textColorvalue='0 0 0'/>
8325            </ProtoInstance>
8326            <ProtoInstance name='Vertex'>
8327                 <fieldValue name='vertexTextvalue='"number"'/>
8328                 <fieldValue name='descriptionvalue='178: number'/>
8329                 <fieldValue name='url'/>
8330                 <fieldValue name='radiusvalue='0.1500'/>
8331                 <fieldValue name='displayMode'/>
8332                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
8333                 <fieldValue name='transparencyvalue='0'/>
8334                 <fieldValue name='translationvalue='0.13558 -1.92376 -0.69254'/>
8335                 <fieldValue name='textTranslationvalue='0.28558 -1.92376 -0.69254'/>
8336                 <fieldValue name='textColorvalue='0 0 0'/>
8337            </ProtoInstance>
8338            <ProtoInstance name='Vertex'>
8339                 <fieldValue name='vertexTextvalue='"ocean"'/>
8340                 <fieldValue name='descriptionvalue='179: ocean'/>
8341                 <fieldValue name='url'/>
8342                 <fieldValue name='radiusvalue='0.1500'/>
8343                 <fieldValue name='displayMode'/>
8344                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8345                 <fieldValue name='transparencyvalue='0'/>
8346                 <fieldValue name='translationvalue='-1.59606 -1.63437 -1.44475'/>
8347                 <fieldValue name='textTranslationvalue='-1.44606 -1.63437 -1.44475'/>
8348                 <fieldValue name='textColorvalue='0 0 0'/>
8349            </ProtoInstance>
8350            <ProtoInstance name='Vertex'>
8351                 <fieldValue name='vertexTextvalue='"office"'/>
8352                 <fieldValue name='descriptionvalue='180: office'/>
8353                 <fieldValue name='url'/>
8354                 <fieldValue name='radiusvalue='0.1500'/>
8355                 <fieldValue name='displayMode'/>
8356                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8357                 <fieldValue name='transparencyvalue='0'/>
8358                 <fieldValue name='translationvalue='-0.23662 -0.01849 -0.94946'/>
8359                 <fieldValue name='textTranslationvalue='-0.08662 -0.01849 -0.94946'/>
8360                 <fieldValue name='textColorvalue='0 0 0'/>
8361            </ProtoInstance>
8362            <ProtoInstance name='Vertex'>
8363                 <fieldValue name='vertexTextvalue='"officials"'/>
8364                 <fieldValue name='descriptionvalue='181: officials'/>
8365                 <fieldValue name='url'/>
8366                 <fieldValue name='radiusvalue='0.1500'/>
8367                 <fieldValue name='displayMode'/>
8368                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8369                 <fieldValue name='transparencyvalue='0'/>
8370                 <fieldValue name='translationvalue='2.16170 0.06880 0.54908'/>
8371                 <fieldValue name='textTranslationvalue='2.31170 0.06880 0.54908'/>
8372                 <fieldValue name='textColorvalue='0 0 0'/>
8373            </ProtoInstance>
8374            <ProtoInstance name='Vertex'>
8375                 <fieldValue name='vertexTextvalue='"open"'/>
8376                 <fieldValue name='descriptionvalue='182: open'/>
8377                 <fieldValue name='url'/>
8378                 <fieldValue name='radiusvalue='0.1500'/>
8379                 <fieldValue name='displayMode'/>
8380                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8381                 <fieldValue name='transparencyvalue='0'/>
8382                 <fieldValue name='translationvalue='-1.30936 1.07746 2.60375'/>
8383                 <fieldValue name='textTranslationvalue='-1.15936 1.07746 2.60375'/>
8384                 <fieldValue name='textColorvalue='0 0 0'/>
8385            </ProtoInstance>
8386            <ProtoInstance name='Vertex'>
8387                 <fieldValue name='vertexTextvalue='"operating"'/>
8388                 <fieldValue name='descriptionvalue='183: operating'/>
8389                 <fieldValue name='url'/>
8390                 <fieldValue name='radiusvalue='0.1500'/>
8391                 <fieldValue name='displayMode'/>
8392                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8393                 <fieldValue name='transparencyvalue='0'/>
8394                 <fieldValue name='translationvalue='-1.36242 0.88456 -0.57840'/>
8395                 <fieldValue name='textTranslationvalue='-1.21242 0.88456 -0.57840'/>
8396                 <fieldValue name='textColorvalue='0 0 0'/>
8397            </ProtoInstance>
8398            <ProtoInstance name='Vertex'>
8399                 <fieldValue name='vertexTextvalue='"operation"'/>
8400                 <fieldValue name='descriptionvalue='184: operation'/>
8401                 <fieldValue name='url'/>
8402                 <fieldValue name='radiusvalue='0.1500'/>
8403                 <fieldValue name='displayMode'/>
8404                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8405                 <fieldValue name='transparencyvalue='0'/>
8406                 <fieldValue name='translationvalue='-0.98378 -0.64390 1.29362'/>
8407                 <fieldValue name='textTranslationvalue='-0.83378 -0.64390 1.29362'/>
8408                 <fieldValue name='textColorvalue='0 0 0'/>
8409            </ProtoInstance>
8410            <ProtoInstance name='Vertex'>
8411                 <fieldValue name='vertexTextvalue='"order"'/>
8412                 <fieldValue name='descriptionvalue='185: order'/>
8413                 <fieldValue name='url'/>
8414                 <fieldValue name='radiusvalue='0.1500'/>
8415                 <fieldValue name='displayMode'/>
8416                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
8417                 <fieldValue name='transparencyvalue='0'/>
8418                 <fieldValue name='translationvalue='-0.63079 -0.60579 -0.62100'/>
8419                 <fieldValue name='textTranslationvalue='-0.48079 -0.60579 -0.62100'/>
8420                 <fieldValue name='textColorvalue='0 0 0'/>
8421            </ProtoInstance>
8422            <ProtoInstance name='Vertex'>
8423                 <fieldValue name='vertexTextvalue='"organizations"'/>
8424                 <fieldValue name='descriptionvalue='186: organizations'/>
8425                 <fieldValue name='url'/>
8426                 <fieldValue name='radiusvalue='0.1500'/>
8427                 <fieldValue name='displayMode'/>
8428                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
8429                 <fieldValue name='transparencyvalue='0'/>
8430                 <fieldValue name='translationvalue='0.24025 -1.91181 -0.63345'/>
8431                 <fieldValue name='textTranslationvalue='0.39025 -1.91181 -0.63345'/>
8432                 <fieldValue name='textColorvalue='0 0 0'/>
8433            </ProtoInstance>
8434            <ProtoInstance name='Vertex'>
8435                 <fieldValue name='vertexTextvalue='"overseas"'/>
8436                 <fieldValue name='descriptionvalue='187: overseas'/>
8437                 <fieldValue name='url'/>
8438                 <fieldValue name='radiusvalue='0.1500'/>
8439                 <fieldValue name='displayMode'/>
8440                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8441                 <fieldValue name='transparencyvalue='0'/>
8442                 <fieldValue name='translationvalue='-0.38584 1.50200 0.37802'/>
8443                 <fieldValue name='textTranslationvalue='-0.23584 1.50200 0.37802'/>
8444                 <fieldValue name='textColorvalue='0 0 0'/>
8445            </ProtoInstance>
8446            <ProtoInstance name='Vertex'>
8447                 <fieldValue name='vertexTextvalue='"part"'/>
8448                 <fieldValue name='descriptionvalue='188: part'/>
8449                 <fieldValue name='url'/>
8450                 <fieldValue name='radiusvalue='0.1500'/>
8451                 <fieldValue name='displayMode'/>
8452                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8453                 <fieldValue name='transparencyvalue='0'/>
8454                 <fieldValue name='translationvalue='-0.82858 -0.24814 -1.60387'/>
8455                 <fieldValue name='textTranslationvalue='-0.67858 -0.24814 -1.60387'/>
8456                 <fieldValue name='textColorvalue='0 0 0'/>
8457            </ProtoInstance>
8458            <ProtoInstance name='Vertex'>
8459                 <fieldValue name='vertexTextvalue='"pass"'/>
8460                 <fieldValue name='descriptionvalue='189: pass'/>
8461                 <fieldValue name='url'/>
8462                 <fieldValue name='radiusvalue='0.1500'/>
8463                 <fieldValue name='displayMode'/>
8464                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8465                 <fieldValue name='transparencyvalue='0'/>
8466                 <fieldValue name='translationvalue='1.65275 -1.08626 1.78484'/>
8467                 <fieldValue name='textTranslationvalue='1.80275 -1.08626 1.78484'/>
8468                 <fieldValue name='textColorvalue='0 0 0'/>
8469            </ProtoInstance>
8470            <ProtoInstance name='Vertex'>
8471                 <fieldValue name='vertexTextvalue='"people"'/>
8472                 <fieldValue name='descriptionvalue='190: people'/>
8473                 <fieldValue name='url'/>
8474                 <fieldValue name='radiusvalue='0.1500'/>
8475                 <fieldValue name='displayMode'/>
8476                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8477                 <fieldValue name='transparencyvalue='0'/>
8478                 <fieldValue name='translationvalue='0.64006 -0.92371 0.40570'/>
8479                 <fieldValue name='textTranslationvalue='0.79006 -0.92371 0.40570'/>
8480                 <fieldValue name='textColorvalue='0 0 0'/>
8481            </ProtoInstance>
8482            <ProtoInstance name='Vertex'>
8483                 <fieldValue name='vertexTextvalue='"periods"'/>
8484                 <fieldValue name='descriptionvalue='191: periods'/>
8485                 <fieldValue name='url'/>
8486                 <fieldValue name='radiusvalue='0.1500'/>
8487                 <fieldValue name='displayMode'/>
8488                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
8489                 <fieldValue name='transparencyvalue='0'/>
8490                 <fieldValue name='translationvalue='-0.24874 1.37035 -2.23926'/>
8491                 <fieldValue name='textTranslationvalue='-0.09874 1.37035 -2.23926'/>
8492                 <fieldValue name='textColorvalue='0 0 0'/>
8493            </ProtoInstance>
8494            <ProtoInstance name='Vertex'>
8495                 <fieldValue name='vertexTextvalue='"personally"'/>
8496                 <fieldValue name='descriptionvalue='192: personally'/>
8497                 <fieldValue name='url'/>
8498                 <fieldValue name='radiusvalue='0.1500'/>
8499                 <fieldValue name='displayMode'/>
8500                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8501                 <fieldValue name='transparencyvalue='0'/>
8502                 <fieldValue name='translationvalue='1.80307 -0.00042 0.46524'/>
8503                 <fieldValue name='textTranslationvalue='1.95307 -0.00042 0.46524'/>
8504                 <fieldValue name='textColorvalue='0 0 0'/>
8505            </ProtoInstance>
8506            <ProtoInstance name='Vertex'>
8507                 <fieldValue name='vertexTextvalue='"personnel"'/>
8508                 <fieldValue name='descriptionvalue='193: personnel'/>
8509                 <fieldValue name='url'/>
8510                 <fieldValue name='radiusvalue='0.1500'/>
8511                 <fieldValue name='displayMode'/>
8512                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
8513                 <fieldValue name='transparencyvalue='0'/>
8514                 <fieldValue name='translationvalue='0.11011 -1.30044 -0.71054'/>
8515                 <fieldValue name='textTranslationvalue='0.26011 -1.30044 -0.71054'/>
8516                 <fieldValue name='textColorvalue='0 0 0'/>
8517            </ProtoInstance>
8518            <ProtoInstance name='Vertex'>
8519                 <fieldValue name='vertexTextvalue='"pharmacy"'/>
8520                 <fieldValue name='descriptionvalue='194: pharmacy'/>
8521                 <fieldValue name='url'/>
8522                 <fieldValue name='radiusvalue='0.1500'/>
8523                 <fieldValue name='displayMode'/>
8524                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8525                 <fieldValue name='transparencyvalue='0'/>
8526                 <fieldValue name='translationvalue='-1.66192 -0.78541 -1.36689'/>
8527                 <fieldValue name='textTranslationvalue='-1.51192 -0.78541 -1.36689'/>
8528                 <fieldValue name='textColorvalue='0 0 0'/>
8529            </ProtoInstance>
8530            <ProtoInstance name='Vertex'>
8531                 <fieldValue name='vertexTextvalue='"photo"'/>
8532                 <fieldValue name='descriptionvalue='195: photo'/>
8533                 <fieldValue name='url'/>
8534                 <fieldValue name='radiusvalue='0.1500'/>
8535                 <fieldValue name='displayMode'/>
8536                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8537                 <fieldValue name='transparencyvalue='0'/>
8538                 <fieldValue name='translationvalue='-1.30709 -0.93418 -0.13390'/>
8539                 <fieldValue name='textTranslationvalue='-1.15709 -0.93418 -0.13390'/>
8540                 <fieldValue name='textColorvalue='0 0 0'/>
8541            </ProtoInstance>
8542            <ProtoInstance name='Vertex'>
8543                 <fieldValue name='vertexTextvalue='"photos"'/>
8544                 <fieldValue name='descriptionvalue='196: photos'/>
8545                 <fieldValue name='url'/>
8546                 <fieldValue name='radiusvalue='0.1500'/>
8547                 <fieldValue name='displayMode'/>
8548                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8549                 <fieldValue name='transparencyvalue='0'/>
8550                 <fieldValue name='translationvalue='-1.58798 -1.62292 -1.46022'/>
8551                 <fieldValue name='textTranslationvalue='-1.43798 -1.62292 -1.46022'/>
8552                 <fieldValue name='textColorvalue='0 0 0'/>
8553            </ProtoInstance>
8554            <ProtoInstance name='Vertex'>
8555                 <fieldValue name='vertexTextvalue='"pile"'/>
8556                 <fieldValue name='descriptionvalue='197: pile'/>
8557                 <fieldValue name='url'/>
8558                 <fieldValue name='radiusvalue='0.1500'/>
8559                 <fieldValue name='displayMode'/>
8560                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8561                 <fieldValue name='transparencyvalue='0'/>
8562                 <fieldValue name='translationvalue='-0.86039 1.01637 -0.39742'/>
8563                 <fieldValue name='textTranslationvalue='-0.71039 1.01637 -0.39742'/>
8564                 <fieldValue name='textColorvalue='0 0 0'/>
8565            </ProtoInstance>
8566            <ProtoInstance name='Vertex'>
8567                 <fieldValue name='vertexTextvalue='"plan"'/>
8568                 <fieldValue name='descriptionvalue='198: plan'/>
8569                 <fieldValue name='url'/>
8570                 <fieldValue name='radiusvalue='0.1500'/>
8571                 <fieldValue name='displayMode'/>
8572                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
8573                 <fieldValue name='transparencyvalue='0'/>
8574                 <fieldValue name='translationvalue='0.19328 -1.36234 -1.13933'/>
8575                 <fieldValue name='textTranslationvalue='0.34328 -1.36234 -1.13933'/>
8576                 <fieldValue name='textColorvalue='0 0 0'/>
8577            </ProtoInstance>
8578            <ProtoInstance name='Vertex'>
8579                 <fieldValue name='vertexTextvalue='"president"'/>
8580                 <fieldValue name='descriptionvalue='199: president'/>
8581                 <fieldValue name='url'/>
8582                 <fieldValue name='radiusvalue='0.1500'/>
8583                 <fieldValue name='displayMode'/>
8584                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8585                 <fieldValue name='transparencyvalue='0'/>
8586                 <fieldValue name='translationvalue='2.17365 0.16756 0.62962'/>
8587                 <fieldValue name='textTranslationvalue='2.32365 0.16756 0.62962'/>
8588                 <fieldValue name='textColorvalue='0 0 0'/>
8589            </ProtoInstance>
8590            <ProtoInstance name='Vertex'>
8591                 <fieldValue name='vertexTextvalue='"press"'/>
8592                 <fieldValue name='descriptionvalue='200: press'/>
8593                 <fieldValue name='url'/>
8594                 <fieldValue name='radiusvalue='0.1500'/>
8595                 <fieldValue name='displayMode'/>
8596                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8597                 <fieldValue name='transparencyvalue='0'/>
8598                 <fieldValue name='translationvalue='-1.03299 0.02731 -0.01255'/>
8599                 <fieldValue name='textTranslationvalue='-0.88299 0.02731 -0.01255'/>
8600                 <fieldValue name='textColorvalue='0 0 0'/>
8601            </ProtoInstance>
8602            <ProtoInstance name='Vertex'>
8603                 <fieldValue name='vertexTextvalue='"prior"'/>
8604                 <fieldValue name='descriptionvalue='201: prior'/>
8605                 <fieldValue name='url'/>
8606                 <fieldValue name='radiusvalue='0.1500'/>
8607                 <fieldValue name='displayMode'/>
8608                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8609                 <fieldValue name='transparencyvalue='0'/>
8610                 <fieldValue name='translationvalue='-1.76294 1.46916 -0.81307'/>
8611                 <fieldValue name='textTranslationvalue='-1.61294 1.46916 -0.81307'/>
8612                 <fieldValue name='textColorvalue='0 0 0'/>
8613            </ProtoInstance>
8614            <ProtoInstance name='Vertex'>
8615                 <fieldValue name='vertexTextvalue='"progress"'/>
8616                 <fieldValue name='descriptionvalue='202: progress'/>
8617                 <fieldValue name='url'/>
8618                 <fieldValue name='radiusvalue='0.1500'/>
8619                 <fieldValue name='displayMode'/>
8620                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8621                 <fieldValue name='transparencyvalue='0'/>
8622                 <fieldValue name='translationvalue='-2.74156 0.25095 0.85444'/>
8623                 <fieldValue name='textTranslationvalue='-2.59156 0.25095 0.85444'/>
8624                 <fieldValue name='textColorvalue='0 0 0'/>
8625            </ProtoInstance>
8626            <ProtoInstance name='Vertex'>
8627                 <fieldValue name='vertexTextvalue='"project"'/>
8628                 <fieldValue name='descriptionvalue='203: project'/>
8629                 <fieldValue name='url'/>
8630                 <fieldValue name='radiusvalue='0.1500'/>
8631                 <fieldValue name='displayMode'/>
8632                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
8633                 <fieldValue name='transparencyvalue='0'/>
8634                 <fieldValue name='translationvalue='0.24490 -1.92117 -0.60711'/>
8635                 <fieldValue name='textTranslationvalue='0.39490 -1.92117 -0.60711'/>
8636                 <fieldValue name='textColorvalue='0 0 0'/>
8637            </ProtoInstance>
8638            <ProtoInstance name='Vertex'>
8639                 <fieldValue name='vertexTextvalue='"promise"'/>
8640                 <fieldValue name='descriptionvalue='204: promise'/>
8641                 <fieldValue name='url'/>
8642                 <fieldValue name='radiusvalue='0.1500'/>
8643                 <fieldValue name='displayMode'/>
8644                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8645                 <fieldValue name='transparencyvalue='0'/>
8646                 <fieldValue name='translationvalue='-1.36617 -1.32598 -1.32993'/>
8647                 <fieldValue name='textTranslationvalue='-1.21617 -1.32598 -1.32993'/>
8648                 <fieldValue name='textColorvalue='0 0 0'/>
8649            </ProtoInstance>
8650            <ProtoInstance name='Vertex'>
8651                 <fieldValue name='vertexTextvalue='"proud"'/>
8652                 <fieldValue name='descriptionvalue='205: proud'/>
8653                 <fieldValue name='url'/>
8654                 <fieldValue name='radiusvalue='0.1500'/>
8655                 <fieldValue name='displayMode'/>
8656                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
8657                 <fieldValue name='transparencyvalue='0'/>
8658                 <fieldValue name='translationvalue='-0.50626 -2.33632 1.07620'/>
8659                 <fieldValue name='textTranslationvalue='-0.35626 -2.33632 1.07620'/>
8660                 <fieldValue name='textColorvalue='0 0 0'/>
8661            </ProtoInstance>
8662            <ProtoInstance name='Vertex'>
8663                 <fieldValue name='vertexTextvalue='"providing"'/>
8664                 <fieldValue name='descriptionvalue='206: providing'/>
8665                 <fieldValue name='url'/>
8666                 <fieldValue name='radiusvalue='0.1500'/>
8667                 <fieldValue name='displayMode'/>
8668                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8669                 <fieldValue name='transparencyvalue='0'/>
8670                 <fieldValue name='translationvalue='-0.64749 1.22781 -0.18701'/>
8671                 <fieldValue name='textTranslationvalue='-0.49749 1.22781 -0.18701'/>
8672                 <fieldValue name='textColorvalue='0 0 0'/>
8673            </ProtoInstance>
8674            <ProtoInstance name='Vertex'>
8675                 <fieldValue name='vertexTextvalue='"public"'/>
8676                 <fieldValue name='descriptionvalue='207: public'/>
8677                 <fieldValue name='url'/>
8678                 <fieldValue name='radiusvalue='0.1500'/>
8679                 <fieldValue name='displayMode'/>
8680                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8681                 <fieldValue name='transparencyvalue='0'/>
8682                 <fieldValue name='translationvalue='-0.49804 0.37780 -1.01745'/>
8683                 <fieldValue name='textTranslationvalue='-0.34804 0.37780 -1.01745'/>
8684                 <fieldValue name='textColorvalue='0 0 0'/>
8685            </ProtoInstance>
8686            <ProtoInstance name='Vertex'>
8687                 <fieldValue name='vertexTextvalue='"purification"'/>
8688                 <fieldValue name='descriptionvalue='208: purification'/>
8689                 <fieldValue name='url'/>
8690                 <fieldValue name='radiusvalue='0.1500'/>
8691                 <fieldValue name='displayMode'/>
8692                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8693                 <fieldValue name='transparencyvalue='0'/>
8694                 <fieldValue name='translationvalue='-0.83287 1.06475 -0.28922'/>
8695                 <fieldValue name='textTranslationvalue='-0.68287 1.06475 -0.28922'/>
8696                 <fieldValue name='textColorvalue='0 0 0'/>
8697            </ProtoInstance>
8698            <ProtoInstance name='Vertex'>
8699                 <fieldValue name='vertexTextvalue='"quake"'/>
8700                 <fieldValue name='descriptionvalue='209: quake'/>
8701                 <fieldValue name='url'/>
8702                 <fieldValue name='radiusvalue='0.1500'/>
8703                 <fieldValue name='displayMode'/>
8704                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8705                 <fieldValue name='transparencyvalue='0'/>
8706                 <fieldValue name='translationvalue='-1.95118 0.15951 0.64619'/>
8707                 <fieldValue name='textTranslationvalue='-1.80118 0.15951 0.64619'/>
8708                 <fieldValue name='textColorvalue='0 0 0'/>
8709            </ProtoInstance>
8710            <ProtoInstance name='Vertex'>
8711                 <fieldValue name='vertexTextvalue='"race"'/>
8712                 <fieldValue name='descriptionvalue='210: race'/>
8713                 <fieldValue name='url'/>
8714                 <fieldValue name='radiusvalue='0.1500'/>
8715                 <fieldValue name='displayMode'/>
8716                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
8717                 <fieldValue name='transparencyvalue='0'/>
8718                 <fieldValue name='translationvalue='-0.54087 -2.71151 1.29953'/>
8719                 <fieldValue name='textTranslationvalue='-0.39087 -2.71151 1.29953'/>
8720                 <fieldValue name='textColorvalue='0 0 0'/>
8721            </ProtoInstance>
8722            <ProtoInstance name='Vertex'>
8723                 <fieldValue name='vertexTextvalue='"reading"'/>
8724                 <fieldValue name='descriptionvalue='211: reading'/>
8725                 <fieldValue name='url'/>
8726                 <fieldValue name='radiusvalue='0.1500'/>
8727                 <fieldValue name='displayMode'/>
8728                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
8729                 <fieldValue name='transparencyvalue='0'/>
8730                 <fieldValue name='translationvalue='-0.65799 -2.74806 1.28026'/>
8731                 <fieldValue name='textTranslationvalue='-0.50799 -2.74806 1.28026'/>
8732                 <fieldValue name='textColorvalue='0 0 0'/>
8733            </ProtoInstance>
8734            <ProtoInstance name='Vertex'>
8735                 <fieldValue name='vertexTextvalue='"reconcile"'/>
8736                 <fieldValue name='descriptionvalue='212: reconcile'/>
8737                 <fieldValue name='url'/>
8738                 <fieldValue name='radiusvalue='0.1500'/>
8739                 <fieldValue name='displayMode'/>
8740                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
8741                 <fieldValue name='transparencyvalue='0'/>
8742                 <fieldValue name='translationvalue='2.48703 1.48395 2.74481'/>
8743                 <fieldValue name='textTranslationvalue='2.63703 1.48395 2.74481'/>
8744                 <fieldValue name='textColorvalue='0 0 0'/>
8745            </ProtoInstance>
8746            <ProtoInstance name='Vertex'>
8747                 <fieldValue name='vertexTextvalue='"reduction"'/>
8748                 <fieldValue name='descriptionvalue='213: reduction'/>
8749                 <fieldValue name='url'/>
8750                 <fieldValue name='radiusvalue='0.1500'/>
8751                 <fieldValue name='displayMode'/>
8752                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8753                 <fieldValue name='transparencyvalue='0'/>
8754                 <fieldValue name='translationvalue='-0.56358 0.69313 1.29610'/>
8755                 <fieldValue name='textTranslationvalue='-0.41358 0.69313 1.29610'/>
8756                 <fieldValue name='textColorvalue='0 0 0'/>
8757            </ProtoInstance>
8758            <ProtoInstance name='Vertex'>
8759                 <fieldValue name='vertexTextvalue='"report"'/>
8760                 <fieldValue name='descriptionvalue='214: report'/>
8761                 <fieldValue name='url'/>
8762                 <fieldValue name='radiusvalue='0.1500'/>
8763                 <fieldValue name='displayMode'/>
8764                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8765                 <fieldValue name='transparencyvalue='0'/>
8766                 <fieldValue name='translationvalue='2.20907 0.14265 0.48893'/>
8767                 <fieldValue name='textTranslationvalue='2.35907 0.14265 0.48893'/>
8768                 <fieldValue name='textColorvalue='0 0 0'/>
8769            </ProtoInstance>
8770            <ProtoInstance name='Vertex'>
8771                 <fieldValue name='vertexTextvalue='"reports"'/>
8772                 <fieldValue name='descriptionvalue='215: reports'/>
8773                 <fieldValue name='url'/>
8774                 <fieldValue name='radiusvalue='0.1500'/>
8775                 <fieldValue name='displayMode'/>
8776                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8777                 <fieldValue name='transparencyvalue='0'/>
8778                 <fieldValue name='translationvalue='0.40985 -0.40799 -1.52364'/>
8779                 <fieldValue name='textTranslationvalue='0.55985 -0.40799 -1.52364'/>
8780                 <fieldValue name='textColorvalue='0 0 0'/>
8781            </ProtoInstance>
8782            <ProtoInstance name='Vertex'>
8783                 <fieldValue name='vertexTextvalue='"reserved"'/>
8784                 <fieldValue name='descriptionvalue='216: reserved'/>
8785                 <fieldValue name='url'/>
8786                 <fieldValue name='radiusvalue='0.1500'/>
8787                 <fieldValue name='displayMode'/>
8788                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8789                 <fieldValue name='transparencyvalue='0'/>
8790                 <fieldValue name='translationvalue='2.35087 -1.78419 -0.20355'/>
8791                 <fieldValue name='textTranslationvalue='2.50087 -1.78419 -0.20355'/>
8792                 <fieldValue name='textColorvalue='0 0 0'/>
8793            </ProtoInstance>
8794            <ProtoInstance name='Vertex'>
8795                 <fieldValue name='vertexTextvalue='"respect"'/>
8796                 <fieldValue name='descriptionvalue='217: respect'/>
8797                 <fieldValue name='url'/>
8798                 <fieldValue name='radiusvalue='0.1500'/>
8799                 <fieldValue name='displayMode'/>
8800                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
8801                 <fieldValue name='transparencyvalue='0'/>
8802                 <fieldValue name='translationvalue='1.16167 -0.92502 1.14755'/>
8803                 <fieldValue name='textTranslationvalue='1.31167 -0.92502 1.14755'/>
8804                 <fieldValue name='textColorvalue='0 0 0'/>
8805            </ProtoInstance>
8806            <ProtoInstance name='Vertex'>
8807                 <fieldValue name='vertexTextvalue='"response"'/>
8808                 <fieldValue name='descriptionvalue='218: response'/>
8809                 <fieldValue name='url'/>
8810                 <fieldValue name='radiusvalue='0.1500'/>
8811                 <fieldValue name='displayMode'/>
8812                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8813                 <fieldValue name='transparencyvalue='0'/>
8814                 <fieldValue name='translationvalue='-1.25122 0.11016 1.76338'/>
8815                 <fieldValue name='textTranslationvalue='-1.10122 0.11016 1.76338'/>
8816                 <fieldValue name='textColorvalue='0 0 0'/>
8817            </ProtoInstance>
8818            <ProtoInstance name='Vertex'>
8819                 <fieldValue name='vertexTextvalue='"rising"'/>
8820                 <fieldValue name='descriptionvalue='219: rising'/>
8821                 <fieldValue name='url'/>
8822                 <fieldValue name='radiusvalue='0.1500'/>
8823                 <fieldValue name='displayMode'/>
8824                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8825                 <fieldValue name='transparencyvalue='0'/>
8826                 <fieldValue name='translationvalue='0.90382 -0.10424 -1.99162'/>
8827                 <fieldValue name='textTranslationvalue='1.05382 -0.10424 -1.99162'/>
8828                 <fieldValue name='textColorvalue='0 0 0'/>
8829            </ProtoInstance>
8830            <ProtoInstance name='Vertex'>
8831                 <fieldValue name='vertexTextvalue='"robert"'/>
8832                 <fieldValue name='descriptionvalue='220: robert'/>
8833                 <fieldValue name='url'/>
8834                 <fieldValue name='radiusvalue='0.1500'/>
8835                 <fieldValue name='displayMode'/>
8836                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8837                 <fieldValue name='transparencyvalue='0'/>
8838                 <fieldValue name='translationvalue='0.93012 -0.12084 -2.02336'/>
8839                 <fieldValue name='textTranslationvalue='1.08012 -0.12084 -2.02336'/>
8840                 <fieldValue name='textColorvalue='0 0 0'/>
8841            </ProtoInstance>
8842            <ProtoInstance name='Vertex'>
8843                 <fieldValue name='vertexTextvalue='"room"'/>
8844                 <fieldValue name='descriptionvalue='221: room'/>
8845                 <fieldValue name='url'/>
8846                 <fieldValue name='radiusvalue='0.1500'/>
8847                 <fieldValue name='displayMode'/>
8848                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8849                 <fieldValue name='transparencyvalue='0'/>
8850                 <fieldValue name='translationvalue='-1.05177 -1.64929 -1.20397'/>
8851                 <fieldValue name='textTranslationvalue='-0.90177 -1.64929 -1.20397'/>
8852                 <fieldValue name='textColorvalue='0 0 0'/>
8853            </ProtoInstance>
8854            <ProtoInstance name='Vertex'>
8855                 <fieldValue name='vertexTextvalue='"russian"'/>
8856                 <fieldValue name='descriptionvalue='222: russian'/>
8857                 <fieldValue name='url'/>
8858                 <fieldValue name='radiusvalue='0.1500'/>
8859                 <fieldValue name='displayMode'/>
8860                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
8861                 <fieldValue name='transparencyvalue='0'/>
8862                 <fieldValue name='translationvalue='-1.41476 0.38806 2.45410'/>
8863                 <fieldValue name='textTranslationvalue='-1.26476 0.38806 2.45410'/>
8864                 <fieldValue name='textColorvalue='0 0 0'/>
8865            </ProtoInstance>
8866            <ProtoInstance name='Vertex'>
8867                 <fieldValue name='vertexTextvalue='"safe"'/>
8868                 <fieldValue name='descriptionvalue='223: safe'/>
8869                 <fieldValue name='url'/>
8870                 <fieldValue name='radiusvalue='0.1500'/>
8871                 <fieldValue name='displayMode'/>
8872                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8873                 <fieldValue name='transparencyvalue='0'/>
8874                 <fieldValue name='translationvalue='0.31089 2.00190 0.53598'/>
8875                 <fieldValue name='textTranslationvalue='0.46089 2.00190 0.53598'/>
8876                 <fieldValue name='textColorvalue='0 0 0'/>
8877            </ProtoInstance>
8878            <ProtoInstance name='Vertex'>
8879                 <fieldValue name='vertexTextvalue='"sailor"'/>
8880                 <fieldValue name='descriptionvalue='224: sailor'/>
8881                 <fieldValue name='url'/>
8882                 <fieldValue name='radiusvalue='0.1500'/>
8883                 <fieldValue name='displayMode'/>
8884                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
8885                 <fieldValue name='transparencyvalue='0'/>
8886                 <fieldValue name='translationvalue='-0.53732 -2.68994 1.28221'/>
8887                 <fieldValue name='textTranslationvalue='-0.38732 -2.68994 1.28221'/>
8888                 <fieldValue name='textColorvalue='0 0 0'/>
8889            </ProtoInstance>
8890            <ProtoInstance name='Vertex'>
8891                 <fieldValue name='vertexTextvalue='"search"'/>
8892                 <fieldValue name='descriptionvalue='225: search'/>
8893                 <fieldValue name='url'/>
8894                 <fieldValue name='radiusvalue='0.1500'/>
8895                 <fieldValue name='displayMode'/>
8896                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
8897                 <fieldValue name='transparencyvalue='0'/>
8898                 <fieldValue name='translationvalue='-1.40416 -1.40359 -1.27257'/>
8899                 <fieldValue name='textTranslationvalue='-1.25416 -1.40359 -1.27257'/>
8900                 <fieldValue name='textColorvalue='0 0 0'/>
8901            </ProtoInstance>
8902            <ProtoInstance name='Vertex'>
8903                 <fieldValue name='vertexTextvalue='"secretary"'/>
8904                 <fieldValue name='descriptionvalue='226: secretary'/>
8905                 <fieldValue name='url'/>
8906                 <fieldValue name='radiusvalue='0.1500'/>
8907                 <fieldValue name='displayMode'/>
8908                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
8909                 <fieldValue name='transparencyvalue='0'/>
8910                 <fieldValue name='translationvalue='2.23653 0.03156 0.38550'/>
8911                 <fieldValue name='textTranslationvalue='2.38653 0.03156 0.38550'/>
8912                 <fieldValue name='textColorvalue='0 0 0'/>
8913            </ProtoInstance>
8914            <ProtoInstance name='Vertex'>
8915                 <fieldValue name='vertexTextvalue='"sections"'/>
8916                 <fieldValue name='descriptionvalue='227: sections'/>
8917                 <fieldValue name='url'/>
8918                 <fieldValue name='radiusvalue='0.1500'/>
8919                 <fieldValue name='displayMode'/>
8920                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8921                 <fieldValue name='transparencyvalue='0'/>
8922                 <fieldValue name='translationvalue='-1.98166 1.12196 -1.05010'/>
8923                 <fieldValue name='textTranslationvalue='-1.83166 1.12196 -1.05010'/>
8924                 <fieldValue name='textColorvalue='0 0 0'/>
8925            </ProtoInstance>
8926            <ProtoInstance name='Vertex'>
8927                 <fieldValue name='vertexTextvalue='"security"'/>
8928                 <fieldValue name='descriptionvalue='228: security'/>
8929                 <fieldValue name='url'/>
8930                 <fieldValue name='radiusvalue='0.1500'/>
8931                 <fieldValue name='displayMode'/>
8932                 <fieldValue name='diffuseColorvalue='0 0 0'/>
8933                 <fieldValue name='transparencyvalue='0'/>
8934                 <fieldValue name='translationvalue='-0.77093 1.11021 -1.06186'/>
8935                 <fieldValue name='textTranslationvalue='-0.62093 1.11021 -1.06186'/>
8936                 <fieldValue name='textColorvalue='0 0 0'/>
8937            </ProtoInstance>
8938            <ProtoInstance name='Vertex'>
8939                 <fieldValue name='vertexTextvalue='"sending"'/>
8940                 <fieldValue name='descriptionvalue='229: sending'/>
8941                 <fieldValue name='url'/>
8942                 <fieldValue name='radiusvalue='0.1500'/>
8943                 <fieldValue name='displayMode'/>
8944                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
8945                 <fieldValue name='transparencyvalue='0'/>
8946                 <fieldValue name='translationvalue='0.67106 0.15845 -1.41637'/>
8947                 <fieldValue name='textTranslationvalue='0.82106 0.15845 -1.41637'/>
8948                 <fieldValue name='textColorvalue='0 0 0'/>
8949            </ProtoInstance>
8950            <ProtoInstance name='Vertex'>
8951                 <fieldValue name='vertexTextvalue='"service"'/>
8952                 <fieldValue name='descriptionvalue='230: service'/>
8953                 <fieldValue name='url'/>
8954                 <fieldValue name='radiusvalue='0.1500'/>
8955                 <fieldValue name='displayMode'/>
8956                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
8957                 <fieldValue name='transparencyvalue='0'/>
8958                 <fieldValue name='translationvalue='-1.80339 0.24605 0.53378'/>
8959                 <fieldValue name='textTranslationvalue='-1.65339 0.24605 0.53378'/>
8960                 <fieldValue name='textColorvalue='0 0 0'/>
8961            </ProtoInstance>
8962            <ProtoInstance name='Vertex'>
8963                 <fieldValue name='vertexTextvalue='"sets"'/>
8964                 <fieldValue name='descriptionvalue='231: sets'/>
8965                 <fieldValue name='url'/>
8966                 <fieldValue name='radiusvalue='0.1500'/>
8967                 <fieldValue name='displayMode'/>
8968                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
8969                 <fieldValue name='transparencyvalue='0'/>
8970                 <fieldValue name='translationvalue='-0.14634 1.28278 0.76619'/>
8971                 <fieldValue name='textTranslationvalue='0.00366 1.28278 0.76619'/>
8972                 <fieldValue name='textColorvalue='0 0 0'/>
8973            </ProtoInstance>
8974            <ProtoInstance name='Vertex'>
8975                 <fieldValue name='vertexTextvalue='"ship"'/>
8976                 <fieldValue name='descriptionvalue='232: ship'/>
8977                 <fieldValue name='url'/>
8978                 <fieldValue name='radiusvalue='0.1500'/>
8979                 <fieldValue name='displayMode'/>
8980                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
8981                 <fieldValue name='transparencyvalue='0'/>
8982                 <fieldValue name='translationvalue='-0.39284 -1.40178 -0.67969'/>
8983                 <fieldValue name='textTranslationvalue='-0.24284 -1.40178 -0.67969'/>
8984                 <fieldValue name='textColorvalue='0 0 0'/>
8985            </ProtoInstance>
8986            <ProtoInstance name='Vertex'>
8987                 <fieldValue name='vertexTextvalue='"shipmates"'/>
8988                 <fieldValue name='descriptionvalue='233: shipmates'/>
8989                 <fieldValue name='url'/>
8990                 <fieldValue name='radiusvalue='0.1500'/>
8991                 <fieldValue name='displayMode'/>
8992                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
8993                 <fieldValue name='transparencyvalue='0'/>
8994                 <fieldValue name='translationvalue='-0.65799 -2.74806 1.28026'/>
8995                 <fieldValue name='textTranslationvalue='-0.50799 -2.74806 1.28026'/>
8996                 <fieldValue name='textColorvalue='0 0 0'/>
8997            </ProtoInstance>
8998            <ProtoInstance name='Vertex'>
8999                 <fieldValue name='vertexTextvalue='"ships"'/>
9000                 <fieldValue name='descriptionvalue='234: ships'/>
9001                 <fieldValue name='url'/>
9002                 <fieldValue name='radiusvalue='0.1500'/>
9003                 <fieldValue name='displayMode'/>
9004                 <fieldValue name='diffuseColorvalue='0 0 0'/>
9005                 <fieldValue name='transparencyvalue='0'/>
9006                 <fieldValue name='translationvalue='-1.52275 1.18795 -0.67511'/>
9007                 <fieldValue name='textTranslationvalue='-1.37275 1.18795 -0.67511'/>
9008                 <fieldValue name='textColorvalue='0 0 0'/>
9009            </ProtoInstance>
9010            <ProtoInstance name='Vertex'>
9011                 <fieldValue name='vertexTextvalue='"simultaneously"'/>
9012                 <fieldValue name='descriptionvalue='235: simultaneously'/>
9013                 <fieldValue name='url'/>
9014                 <fieldValue name='radiusvalue='0.1500'/>
9015                 <fieldValue name='displayMode'/>
9016                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9017                 <fieldValue name='transparencyvalue='0'/>
9018                 <fieldValue name='translationvalue='-0.06090 1.59263 -2.74481'/>
9019                 <fieldValue name='textTranslationvalue='0.08910 1.59263 -2.74481'/>
9020                 <fieldValue name='textColorvalue='0 0 0'/>
9021            </ProtoInstance>
9022            <ProtoInstance name='Vertex'>
9023                 <fieldValue name='vertexTextvalue='"situation"'/>
9024                 <fieldValue name='descriptionvalue='236: situation'/>
9025                 <fieldValue name='url'/>
9026                 <fieldValue name='radiusvalue='0.1500'/>
9027                 <fieldValue name='displayMode'/>
9028                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
9029                 <fieldValue name='transparencyvalue='0'/>
9030                 <fieldValue name='translationvalue='2.20907 0.14265 0.48893'/>
9031                 <fieldValue name='textTranslationvalue='2.35907 0.14265 0.48893'/>
9032                 <fieldValue name='textColorvalue='0 0 0'/>
9033            </ProtoInstance>
9034            <ProtoInstance name='Vertex'>
9035                 <fieldValue name='vertexTextvalue='"skies"'/>
9036                 <fieldValue name='descriptionvalue='237: skies'/>
9037                 <fieldValue name='url'/>
9038                 <fieldValue name='radiusvalue='0.1500'/>
9039                 <fieldValue name='displayMode'/>
9040                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9041                 <fieldValue name='transparencyvalue='0'/>
9042                 <fieldValue name='translationvalue='-1.30936 1.07746 2.60375'/>
9043                 <fieldValue name='textTranslationvalue='-1.15936 1.07746 2.60375'/>
9044                 <fieldValue name='textColorvalue='0 0 0'/>
9045            </ProtoInstance>
9046            <ProtoInstance name='Vertex'>
9047                 <fieldValue name='vertexTextvalue='"soldier"'/>
9048                 <fieldValue name='descriptionvalue='238: soldier'/>
9049                 <fieldValue name='url'/>
9050                 <fieldValue name='radiusvalue='0.1500'/>
9051                 <fieldValue name='displayMode'/>
9052                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
9053                 <fieldValue name='transparencyvalue='0'/>
9054                 <fieldValue name='translationvalue='-2.32044 0.23382 0.74298'/>
9055                 <fieldValue name='textTranslationvalue='-2.17044 0.23382 0.74298'/>
9056                 <fieldValue name='textColorvalue='0 0 0'/>
9057            </ProtoInstance>
9058            <ProtoInstance name='Vertex'>
9059                 <fieldValue name='vertexTextvalue='"soldiers"'/>
9060                 <fieldValue name='descriptionvalue='239: soldiers'/>
9061                 <fieldValue name='url'/>
9062                 <fieldValue name='radiusvalue='0.1500'/>
9063                 <fieldValue name='displayMode'/>
9064                 <fieldValue name='diffuseColorvalue='0 0 0'/>
9065                 <fieldValue name='transparencyvalue='0'/>
9066                 <fieldValue name='translationvalue='-1.18789 0.83611 -0.57727'/>
9067                 <fieldValue name='textTranslationvalue='-1.03789 0.83611 -0.57727'/>
9068                 <fieldValue name='textColorvalue='0 0 0'/>
9069            </ProtoInstance>
9070            <ProtoInstance name='Vertex'>
9071                 <fieldValue name='vertexTextvalue='"solidarity"'/>
9072                 <fieldValue name='descriptionvalue='240: solidarity'/>
9073                 <fieldValue name='url'/>
9074                 <fieldValue name='radiusvalue='0.1500'/>
9075                 <fieldValue name='displayMode'/>
9076                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9077                 <fieldValue name='transparencyvalue='0'/>
9078                 <fieldValue name='translationvalue='2.02703 -1.62738 -0.15949'/>
9079                 <fieldValue name='textTranslationvalue='2.17703 -1.62738 -0.15949'/>
9080                 <fieldValue name='textColorvalue='0 0 0'/>
9081            </ProtoInstance>
9082            <ProtoInstance name='Vertex'>
9083                 <fieldValue name='vertexTextvalue='"south"'/>
9084                 <fieldValue name='descriptionvalue='241: south'/>
9085                 <fieldValue name='url'/>
9086                 <fieldValue name='radiusvalue='0.1500'/>
9087                 <fieldValue name='displayMode'/>
9088                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9089                 <fieldValue name='transparencyvalue='0'/>
9090                 <fieldValue name='translationvalue='-1.62554 -0.55282 1.56465'/>
9091                 <fieldValue name='textTranslationvalue='-1.47554 -0.55282 1.56465'/>
9092                 <fieldValue name='textColorvalue='0 0 0'/>
9093            </ProtoInstance>
9094            <ProtoInstance name='Vertex'>
9095                 <fieldValue name='vertexTextvalue='"southern"'/>
9096                 <fieldValue name='descriptionvalue='242: southern'/>
9097                 <fieldValue name='url'/>
9098                 <fieldValue name='radiusvalue='0.1500'/>
9099                 <fieldValue name='displayMode'/>
9100                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
9101                 <fieldValue name='transparencyvalue='0'/>
9102                 <fieldValue name='translationvalue='-2.22327 0.38811 0.46414'/>
9103                 <fieldValue name='textTranslationvalue='-2.07327 0.38811 0.46414'/>
9104                 <fieldValue name='textColorvalue='0 0 0'/>
9105            </ProtoInstance>
9106            <ProtoInstance name='Vertex'>
9107                 <fieldValue name='vertexTextvalue='"space"'/>
9108                 <fieldValue name='descriptionvalue='243: space'/>
9109                 <fieldValue name='url'/>
9110                 <fieldValue name='radiusvalue='0.1500'/>
9111                 <fieldValue name='displayMode'/>
9112                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9113                 <fieldValue name='transparencyvalue='0'/>
9114                 <fieldValue name='translationvalue='1.41688 -0.96567 1.50948'/>
9115                 <fieldValue name='textTranslationvalue='1.56688 -0.96567 1.50948'/>
9116                 <fieldValue name='textColorvalue='0 0 0'/>
9117            </ProtoInstance>
9118            <ProtoInstance name='Vertex'>
9119                 <fieldValue name='vertexTextvalue='"speaks"'/>
9120                 <fieldValue name='descriptionvalue='244: speaks'/>
9121                 <fieldValue name='url'/>
9122                 <fieldValue name='radiusvalue='0.1500'/>
9123                 <fieldValue name='displayMode'/>
9124                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
9125                 <fieldValue name='transparencyvalue='0'/>
9126                 <fieldValue name='translationvalue='-2.33181 0.22608 0.77267'/>
9127                 <fieldValue name='textTranslationvalue='-2.18181 0.22608 0.77267'/>
9128                 <fieldValue name='textColorvalue='0 0 0'/>
9129            </ProtoInstance>
9130            <ProtoInstance name='Vertex'>
9131                 <fieldValue name='vertexTextvalue='"special"'/>
9132                 <fieldValue name='descriptionvalue='245: special'/>
9133                 <fieldValue name='url'/>
9134                 <fieldValue name='radiusvalue='0.1500'/>
9135                 <fieldValue name='displayMode'/>
9136                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9137                 <fieldValue name='transparencyvalue='0'/>
9138                 <fieldValue name='translationvalue='-0.92029 1.13222 1.99777'/>
9139                 <fieldValue name='textTranslationvalue='-0.77029 1.13222 1.99777'/>
9140                 <fieldValue name='textColorvalue='0 0 0'/>
9141            </ProtoInstance>
9142            <ProtoInstance name='Vertex'>
9143                 <fieldValue name='vertexTextvalue='"specialists"'/>
9144                 <fieldValue name='descriptionvalue='246: specialists'/>
9145                 <fieldValue name='url'/>
9146                 <fieldValue name='radiusvalue='0.1500'/>
9147                 <fieldValue name='displayMode'/>
9148                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9149                 <fieldValue name='transparencyvalue='0'/>
9150                 <fieldValue name='translationvalue='0.53364 0.27865 -1.57432'/>
9151                 <fieldValue name='textTranslationvalue='0.68364 0.27865 -1.57432'/>
9152                 <fieldValue name='textColorvalue='0 0 0'/>
9153            </ProtoInstance>
9154            <ProtoInstance name='Vertex'>
9155                 <fieldValue name='vertexTextvalue='"spikes"'/>
9156                 <fieldValue name='descriptionvalue='247: spikes'/>
9157                 <fieldValue name='url'/>
9158                 <fieldValue name='radiusvalue='0.1500'/>
9159                 <fieldValue name='displayMode'/>
9160                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9161                 <fieldValue name='transparencyvalue='0'/>
9162                 <fieldValue name='translationvalue='-0.21170 1.61088 -2.66186'/>
9163                 <fieldValue name='textTranslationvalue='-0.06170 1.61088 -2.66186'/>
9164                 <fieldValue name='textColorvalue='0 0 0'/>
9165            </ProtoInstance>
9166            <ProtoInstance name='Vertex'>
9167                 <fieldValue name='vertexTextvalue='"stands"'/>
9168                 <fieldValue name='descriptionvalue='248: stands'/>
9169                 <fieldValue name='url'/>
9170                 <fieldValue name='radiusvalue='0.1500'/>
9171                 <fieldValue name='displayMode'/>
9172                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9173                 <fieldValue name='transparencyvalue='0'/>
9174                 <fieldValue name='translationvalue='2.30130 -1.78958 -0.20119'/>
9175                 <fieldValue name='textTranslationvalue='2.45130 -1.78958 -0.20119'/>
9176                 <fieldValue name='textColorvalue='0 0 0'/>
9177            </ProtoInstance>
9178            <ProtoInstance name='Vertex'>
9179                 <fieldValue name='vertexTextvalue='"state"'/>
9180                 <fieldValue name='descriptionvalue='249: state'/>
9181                 <fieldValue name='url'/>
9182                 <fieldValue name='radiusvalue='0.1500'/>
9183                 <fieldValue name='displayMode'/>
9184                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
9185                 <fieldValue name='transparencyvalue='0'/>
9186                 <fieldValue name='translationvalue='2.23653 0.03156 0.38550'/>
9187                 <fieldValue name='textTranslationvalue='2.38653 0.03156 0.38550'/>
9188                 <fieldValue name='textColorvalue='0 0 0'/>
9189            </ProtoInstance>
9190            <ProtoInstance name='Vertex'>
9191                 <fieldValue name='vertexTextvalue='"statement"'/>
9192                 <fieldValue name='descriptionvalue='250: statement'/>
9193                 <fieldValue name='url'/>
9194                 <fieldValue name='radiusvalue='0.1500'/>
9195                 <fieldValue name='displayMode'/>
9196                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9197                 <fieldValue name='transparencyvalue='0'/>
9198                 <fieldValue name='translationvalue='-1.21596 0.66403 2.06957'/>
9199                 <fieldValue name='textTranslationvalue='-1.06596 0.66403 2.06957'/>
9200                 <fieldValue name='textColorvalue='0 0 0'/>
9201            </ProtoInstance>
9202            <ProtoInstance name='Vertex'>
9203                 <fieldValue name='vertexTextvalue='"states"'/>
9204                 <fieldValue name='descriptionvalue='251: states'/>
9205                 <fieldValue name='url'/>
9206                 <fieldValue name='radiusvalue='0.1500'/>
9207                 <fieldValue name='displayMode'/>
9208                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9209                 <fieldValue name='transparencyvalue='0'/>
9210                 <fieldValue name='translationvalue='-1.29227 0.10349 1.76316'/>
9211                 <fieldValue name='textTranslationvalue='-1.14227 0.10349 1.76316'/>
9212                 <fieldValue name='textColorvalue='0 0 0'/>
9213            </ProtoInstance>
9214            <ProtoInstance name='Vertex'>
9215                 <fieldValue name='vertexTextvalue='"status"'/>
9216                 <fieldValue name='descriptionvalue='252: status'/>
9217                 <fieldValue name='url'/>
9218                 <fieldValue name='radiusvalue='0.1500'/>
9219                 <fieldValue name='displayMode'/>
9220                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
9221                 <fieldValue name='transparencyvalue='0'/>
9222                 <fieldValue name='translationvalue='2.51260 1.70494 2.55410'/>
9223                 <fieldValue name='textTranslationvalue='2.66260 1.70494 2.55410'/>
9224                 <fieldValue name='textColorvalue='0 0 0'/>
9225            </ProtoInstance>
9226            <ProtoInstance name='Vertex'>
9227                 <fieldValue name='vertexTextvalue='"stricken"'/>
9228                 <fieldValue name='descriptionvalue='253: stricken'/>
9229                 <fieldValue name='url'/>
9230                 <fieldValue name='radiusvalue='0.1500'/>
9231                 <fieldValue name='displayMode'/>
9232                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9233                 <fieldValue name='transparencyvalue='0'/>
9234                 <fieldValue name='translationvalue='-1.56008 -0.78221 1.24778'/>
9235                 <fieldValue name='textTranslationvalue='-1.41008 -0.78221 1.24778'/>
9236                 <fieldValue name='textColorvalue='0 0 0'/>
9237            </ProtoInstance>
9238            <ProtoInstance name='Vertex'>
9239                 <fieldValue name='vertexTextvalue='"struck"'/>
9240                 <fieldValue name='descriptionvalue='254: struck'/>
9241                 <fieldValue name='url'/>
9242                 <fieldValue name='radiusvalue='0.1500'/>
9243                 <fieldValue name='displayMode'/>
9244                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
9245                 <fieldValue name='transparencyvalue='0'/>
9246                 <fieldValue name='translationvalue='-1.47025 -1.23613 -0.50884'/>
9247                 <fieldValue name='textTranslationvalue='-1.32025 -1.23613 -0.50884'/>
9248                 <fieldValue name='textColorvalue='0 0 0'/>
9249            </ProtoInstance>
9250            <ProtoInstance name='Vertex'>
9251                 <fieldValue name='vertexTextvalue='"supplies"'/>
9252                 <fieldValue name='descriptionvalue='255: supplies'/>
9253                 <fieldValue name='url'/>
9254                 <fieldValue name='radiusvalue='0.1500'/>
9255                 <fieldValue name='displayMode'/>
9256                 <fieldValue name='diffuseColorvalue='0 0 0'/>
9257                 <fieldValue name='transparencyvalue='0'/>
9258                 <fieldValue name='translationvalue='-1.13132 -0.16989 -0.82702'/>
9259                 <fieldValue name='textTranslationvalue='-0.98132 -0.16989 -0.82702'/>
9260                 <fieldValue name='textColorvalue='0 0 0'/>
9261            </ProtoInstance>
9262            <ProtoInstance name='Vertex'>
9263                 <fieldValue name='vertexTextvalue='"support"'/>
9264                 <fieldValue name='descriptionvalue='256: support'/>
9265                 <fieldValue name='url'/>
9266                 <fieldValue name='radiusvalue='0.1500'/>
9267                 <fieldValue name='displayMode'/>
9268                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9269                 <fieldValue name='transparencyvalue='0'/>
9270                 <fieldValue name='translationvalue='-0.37563 -0.50043 0.36156'/>
9271                 <fieldValue name='textTranslationvalue='-0.22563 -0.50043 0.36156'/>
9272                 <fieldValue name='textColorvalue='0 0 0'/>
9273            </ProtoInstance>
9274            <ProtoInstance name='Vertex'>
9275                 <fieldValue name='vertexTextvalue='"sustain"'/>
9276                 <fieldValue name='descriptionvalue='257: sustain'/>
9277                 <fieldValue name='url'/>
9278                 <fieldValue name='radiusvalue='0.1500'/>
9279                 <fieldValue name='displayMode'/>
9280                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9281                 <fieldValue name='transparencyvalue='0'/>
9282                 <fieldValue name='translationvalue='-0.16701 -1.35186 0.41139'/>
9283                 <fieldValue name='textTranslationvalue='-0.01701 -1.35186 0.41139'/>
9284                 <fieldValue name='textColorvalue='0 0 0'/>
9285            </ProtoInstance>
9286            <ProtoInstance name='Vertex'>
9287                 <fieldValue name='vertexTextvalue='"sustainment"'/>
9288                 <fieldValue name='descriptionvalue='258: sustainment'/>
9289                 <fieldValue name='url'/>
9290                 <fieldValue name='radiusvalue='0.1500'/>
9291                 <fieldValue name='displayMode'/>
9292                 <fieldValue name='diffuseColorvalue='0 0 0'/>
9293                 <fieldValue name='transparencyvalue='0'/>
9294                 <fieldValue name='translationvalue='-1.66519 0.79087 -0.69406'/>
9295                 <fieldValue name='textTranslationvalue='-1.51519 0.79087 -0.69406'/>
9296                 <fieldValue name='textColorvalue='0 0 0'/>
9297            </ProtoInstance>
9298            <ProtoInstance name='Vertex'>
9299                 <fieldValue name='vertexTextvalue='"task"'/>
9300                 <fieldValue name='descriptionvalue='259: task'/>
9301                 <fieldValue name='url'/>
9302                 <fieldValue name='radiusvalue='0.1500'/>
9303                 <fieldValue name='displayMode'/>
9304                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
9305                 <fieldValue name='transparencyvalue='0'/>
9306                 <fieldValue name='translationvalue='-2.12735 0.40904 1.01744'/>
9307                 <fieldValue name='textTranslationvalue='-1.97735 0.40904 1.01744'/>
9308                 <fieldValue name='textColorvalue='0 0 0'/>
9309            </ProtoInstance>
9310            <ProtoInstance name='Vertex'>
9311                 <fieldValue name='vertexTextvalue='"team"'/>
9312                 <fieldValue name='descriptionvalue='260: team'/>
9313                 <fieldValue name='url'/>
9314                 <fieldValue name='radiusvalue='0.1500'/>
9315                 <fieldValue name='displayMode'/>
9316                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9317                 <fieldValue name='transparencyvalue='0'/>
9318                 <fieldValue name='translationvalue='0.53807 -0.87219 -0.28735'/>
9319                 <fieldValue name='textTranslationvalue='0.68807 -0.87219 -0.28735'/>
9320                 <fieldValue name='textColorvalue='0 0 0'/>
9321            </ProtoInstance>
9322            <ProtoInstance name='Vertex'>
9323                 <fieldValue name='vertexTextvalue='"telephone"'/>
9324                 <fieldValue name='descriptionvalue='261: telephone'/>
9325                 <fieldValue name='url'/>
9326                 <fieldValue name='radiusvalue='0.1500'/>
9327                 <fieldValue name='displayMode'/>
9328                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9329                 <fieldValue name='transparencyvalue='0'/>
9330                 <fieldValue name='translationvalue='2.04435 -1.63383 -0.16214'/>
9331                 <fieldValue name='textTranslationvalue='2.19435 -1.63383 -0.16214'/>
9332                 <fieldValue name='textColorvalue='0 0 0'/>
9333            </ProtoInstance>
9334            <ProtoInstance name='Vertex'>
9335                 <fieldValue name='vertexTextvalue='"terms"'/>
9336                 <fieldValue name='descriptionvalue='262: terms'/>
9337                 <fieldValue name='url'/>
9338                 <fieldValue name='radiusvalue='0.1500'/>
9339                 <fieldValue name='displayMode'/>
9340                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
9341                 <fieldValue name='transparencyvalue='0'/>
9342                 <fieldValue name='translationvalue='2.60499 1.68147 2.47200'/>
9343                 <fieldValue name='textTranslationvalue='2.75499 1.68147 2.47200'/>
9344                 <fieldValue name='textColorvalue='0 0 0'/>
9345            </ProtoInstance>
9346            <ProtoInstance name='Vertex'>
9347                 <fieldValue name='vertexTextvalue='"text"'/>
9348                 <fieldValue name='descriptionvalue='263: text'/>
9349                 <fieldValue name='url'/>
9350                 <fieldValue name='radiusvalue='0.1500'/>
9351                 <fieldValue name='displayMode'/>
9352                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9353                 <fieldValue name='transparencyvalue='0'/>
9354                 <fieldValue name='translationvalue='-1.24069 1.03460 2.59762'/>
9355                 <fieldValue name='textTranslationvalue='-1.09069 1.03460 2.59762'/>
9356                 <fieldValue name='textColorvalue='0 0 0'/>
9357            </ProtoInstance>
9358            <ProtoInstance name='Vertex'>
9359                 <fieldValue name='vertexTextvalue='"thomas"'/>
9360                 <fieldValue name='descriptionvalue='264: thomas'/>
9361                 <fieldValue name='url'/>
9362                 <fieldValue name='radiusvalue='0.1500'/>
9363                 <fieldValue name='displayMode'/>
9364                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
9365                 <fieldValue name='transparencyvalue='0'/>
9366                 <fieldValue name='translationvalue='-0.51843 -2.43608 1.13298'/>
9367                 <fieldValue name='textTranslationvalue='-0.36843 -2.43608 1.13298'/>
9368                 <fieldValue name='textColorvalue='0 0 0'/>
9369            </ProtoInstance>
9370            <ProtoInstance name='Vertex'>
9371                 <fieldValue name='vertexTextvalue='"thousands"'/>
9372                 <fieldValue name='descriptionvalue='265: thousands'/>
9373                 <fieldValue name='url'/>
9374                 <fieldValue name='radiusvalue='0.1500'/>
9375                 <fieldValue name='displayMode'/>
9376                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9377                 <fieldValue name='transparencyvalue='0'/>
9378                 <fieldValue name='translationvalue='0.60027 -0.18103 -1.67717'/>
9379                 <fieldValue name='textTranslationvalue='0.75027 -0.18103 -1.67717'/>
9380                 <fieldValue name='textColorvalue='0 0 0'/>
9381            </ProtoInstance>
9382            <ProtoInstance name='Vertex'>
9383                 <fieldValue name='vertexTextvalue='"threat"'/>
9384                 <fieldValue name='descriptionvalue='266: threat'/>
9385                 <fieldValue name='url'/>
9386                 <fieldValue name='radiusvalue='0.1500'/>
9387                 <fieldValue name='displayMode'/>
9388                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9389                 <fieldValue name='transparencyvalue='0'/>
9390                 <fieldValue name='translationvalue='-0.99283 1.42152 2.06051'/>
9391                 <fieldValue name='textTranslationvalue='-0.84283 1.42152 2.06051'/>
9392                 <fieldValue name='textColorvalue='0 0 0'/>
9393            </ProtoInstance>
9394            <ProtoInstance name='Vertex'>
9395                 <fieldValue name='vertexTextvalue='"transportation"'/>
9396                 <fieldValue name='descriptionvalue='267: transportation'/>
9397                 <fieldValue name='url'/>
9398                 <fieldValue name='radiusvalue='0.1500'/>
9399                 <fieldValue name='displayMode'/>
9400                 <fieldValue name='diffuseColorvalue='0 0 0'/>
9401                 <fieldValue name='transparencyvalue='0'/>
9402                 <fieldValue name='translationvalue='-1.68453 0.87541 -0.14561'/>
9403                 <fieldValue name='textTranslationvalue='-1.53453 0.87541 -0.14561'/>
9404                 <fieldValue name='textColorvalue='0 0 0'/>
9405            </ProtoInstance>
9406            <ProtoInstance name='Vertex'>
9407                 <fieldValue name='vertexTextvalue='"treatment"'/>
9408                 <fieldValue name='descriptionvalue='268: treatment'/>
9409                 <fieldValue name='url'/>
9410                 <fieldValue name='radiusvalue='0.1500'/>
9411                 <fieldValue name='displayMode'/>
9412                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
9413                 <fieldValue name='transparencyvalue='0'/>
9414                 <fieldValue name='translationvalue='-0.13113 1.26684 0.27870'/>
9415                 <fieldValue name='textTranslationvalue='0.01887 1.26684 0.27870'/>
9416                 <fieldValue name='textColorvalue='0 0 0'/>
9417            </ProtoInstance>
9418            <ProtoInstance name='Vertex'>
9419                 <fieldValue name='vertexTextvalue='"treaty"'/>
9420                 <fieldValue name='descriptionvalue='269: treaty'/>
9421                 <fieldValue name='url'/>
9422                 <fieldValue name='radiusvalue='0.1500'/>
9423                 <fieldValue name='displayMode'/>
9424                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9425                 <fieldValue name='transparencyvalue='0'/>
9426                 <fieldValue name='translationvalue='-1.25956 0.99187 2.60812'/>
9427                 <fieldValue name='textTranslationvalue='-1.10956 0.99187 2.60812'/>
9428                 <fieldValue name='textColorvalue='0 0 0'/>
9429            </ProtoInstance>
9430            <ProtoInstance name='Vertex'>
9431                 <fieldValue name='vertexTextvalue='"troops"'/>
9432                 <fieldValue name='descriptionvalue='270: troops'/>
9433                 <fieldValue name='url'/>
9434                 <fieldValue name='radiusvalue='0.1500'/>
9435                 <fieldValue name='displayMode'/>
9436                 <fieldValue name='diffuseColorvalue='0 0 0'/>
9437                 <fieldValue name='transparencyvalue='0'/>
9438                 <fieldValue name='translationvalue='-1.40112 0.42578 -0.58778'/>
9439                 <fieldValue name='textTranslationvalue='-1.25112 0.42578 -0.58778'/>
9440                 <fieldValue name='textColorvalue='0 0 0'/>
9441            </ProtoInstance>
9442            <ProtoInstance name='Vertex'>
9443                 <fieldValue name='vertexTextvalue='"tuesdays"'/>
9444                 <fieldValue name='descriptionvalue='271: tuesdays'/>
9445                 <fieldValue name='url'/>
9446                 <fieldValue name='radiusvalue='0.1500'/>
9447                 <fieldValue name='displayMode'/>
9448                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9449                 <fieldValue name='transparencyvalue='0'/>
9450                 <fieldValue name='translationvalue='0.67657 -0.41385 -2.01907'/>
9451                 <fieldValue name='textTranslationvalue='0.82657 -0.41385 -2.01907'/>
9452                 <fieldValue name='textColorvalue='0 0 0'/>
9453            </ProtoInstance>
9454            <ProtoInstance name='Vertex'>
9455                 <fieldValue name='vertexTextvalue='"twitter"'/>
9456                 <fieldValue name='descriptionvalue='272: twitter'/>
9457                 <fieldValue name='url'/>
9458                 <fieldValue name='radiusvalue='0.1500'/>
9459                 <fieldValue name='displayMode'/>
9460                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
9461                 <fieldValue name='transparencyvalue='0'/>
9462                 <fieldValue name='translationvalue='2.19856 1.88764 2.70708'/>
9463                 <fieldValue name='textTranslationvalue='2.34856 1.88764 2.70708'/>
9464                 <fieldValue name='textColorvalue='0 0 0'/>
9465            </ProtoInstance>
9466            <ProtoInstance name='Vertex'>
9467                 <fieldValue name='vertexTextvalue='"unified"'/>
9468                 <fieldValue name='descriptionvalue='273: unified'/>
9469                 <fieldValue name='url'/>
9470                 <fieldValue name='radiusvalue='0.1500'/>
9471                 <fieldValue name='displayMode'/>
9472                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9473                 <fieldValue name='transparencyvalue='0'/>
9474                 <fieldValue name='translationvalue='-1.31530 -0.47380 1.71857'/>
9475                 <fieldValue name='textTranslationvalue='-1.16530 -0.47380 1.71857'/>
9476                 <fieldValue name='textColorvalue='0 0 0'/>
9477            </ProtoInstance>
9478            <ProtoInstance name='Vertex'>
9479                 <fieldValue name='vertexTextvalue='"unit"'/>
9480                 <fieldValue name='descriptionvalue='274: unit'/>
9481                 <fieldValue name='url'/>
9482                 <fieldValue name='radiusvalue='0.1500'/>
9483                 <fieldValue name='displayMode'/>
9484                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
9485                 <fieldValue name='transparencyvalue='0'/>
9486                 <fieldValue name='translationvalue='-0.72262 1.12165 -0.01768'/>
9487                 <fieldValue name='textTranslationvalue='-0.57262 1.12165 -0.01768'/>
9488                 <fieldValue name='textColorvalue='0 0 0'/>
9489            </ProtoInstance>
9490            <ProtoInstance name='Vertex'>
9491                 <fieldValue name='vertexTextvalue='"united"'/>
9492                 <fieldValue name='descriptionvalue='275: united'/>
9493                 <fieldValue name='url'/>
9494                 <fieldValue name='radiusvalue='0.1500'/>
9495                 <fieldValue name='displayMode'/>
9496                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9497                 <fieldValue name='transparencyvalue='0'/>
9498                 <fieldValue name='translationvalue='-1.28613 0.04678 1.42639'/>
9499                 <fieldValue name='textTranslationvalue='-1.13613 0.04678 1.42639'/>
9500                 <fieldValue name='textColorvalue='0 0 0'/>
9501            </ProtoInstance>
9502            <ProtoInstance name='Vertex'>
9503                 <fieldValue name='vertexTextvalue='"units"'/>
9504                 <fieldValue name='descriptionvalue='276: units'/>
9505                 <fieldValue name='url'/>
9506                 <fieldValue name='radiusvalue='0.1500'/>
9507                 <fieldValue name='displayMode'/>
9508                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
9509                 <fieldValue name='transparencyvalue='0'/>
9510                 <fieldValue name='translationvalue='-0.12295 1.34146 0.50492'/>
9511                 <fieldValue name='textTranslationvalue='0.02705 1.34146 0.50492'/>
9512                 <fieldValue name='textColorvalue='0 0 0'/>
9513            </ProtoInstance>
9514            <ProtoInstance name='Vertex'>
9515                 <fieldValue name='vertexTextvalue='"usa"'/>
9516                 <fieldValue name='descriptionvalue='277: usa'/>
9517                 <fieldValue name='url'/>
9518                 <fieldValue name='radiusvalue='0.1500'/>
9519                 <fieldValue name='displayMode'/>
9520                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
9521                 <fieldValue name='transparencyvalue='0'/>
9522                 <fieldValue name='translationvalue='2.30612 -1.78830 -0.20193'/>
9523                 <fieldValue name='textTranslationvalue='2.45612 -1.78830 -0.20193'/>
9524                 <fieldValue name='textColorvalue='0 0 0'/>
9525            </ProtoInstance>
9526            <ProtoInstance name='Vertex'>
9527                 <fieldValue name='vertexTextvalue='"vehicles"'/>
9528                 <fieldValue name='descriptionvalue='278: vehicles'/>
9529                 <fieldValue name='url'/>
9530                 <fieldValue name='radiusvalue='0.1500'/>
9531                 <fieldValue name='displayMode'/>
9532                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
9533                 <fieldValue name='transparencyvalue='0'/>
9534                 <fieldValue name='translationvalue='-1.97591 1.25660 -0.23311'/>
9535                 <fieldValue name='textTranslationvalue='-1.82591 1.25660 -0.23311'/>
9536                 <fieldValue name='textColorvalue='0 0 0'/>
9537            </ProtoInstance>
9538            <ProtoInstance name='Vertex'>
9539                 <fieldValue name='vertexTextvalue='"vessel"'/>
9540                 <fieldValue name='descriptionvalue='279: vessel'/>
9541                 <fieldValue name='url'/>
9542                 <fieldValue name='radiusvalue='0.1500'/>
9543                 <fieldValue name='displayMode'/>
9544                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
9545                 <fieldValue name='transparencyvalue='0'/>
9546                 <fieldValue name='translationvalue='-1.59606 -1.63437 -1.44475'/>
9547                 <fieldValue name='textTranslationvalue='-1.44606 -1.63437 -1.44475'/>
9548                 <fieldValue name='textColorvalue='0 0 0'/>
9549            </ProtoInstance>
9550            <ProtoInstance name='Vertex'>
9551                 <fieldValue name='vertexTextvalue='"visit"'/>
9552                 <fieldValue name='descriptionvalue='280: visit'/>
9553                 <fieldValue name='url'/>
9554                 <fieldValue name='radiusvalue='0.1500'/>
9555                 <fieldValue name='displayMode'/>
9556                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
9557                 <fieldValue name='transparencyvalue='0'/>
9558                 <fieldValue name='translationvalue='-1.52088 -0.61237 1.69057'/>
9559                 <fieldValue name='textTranslationvalue='-1.37088 -0.61237 1.69057'/>
9560                 <fieldValue name='textColorvalue='0 0 0'/>
9561            </ProtoInstance>
9562            <ProtoInstance name='Vertex'>
9563                 <fieldValue name='vertexTextvalue='"visited"'/>
9564                 <fieldValue name='descriptionvalue='281: visited'/>
9565                 <fieldValue name='url'/>
9566                 <fieldValue name='radiusvalue='0.1500'/>
9567                 <fieldValue name='displayMode'/>
9568                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
9569                 <fieldValue name='transparencyvalue='0'/>
9570                 <fieldValue name='translationvalue='1.77659 -0.01244 0.45006'/>
9571                 <fieldValue name='textTranslationvalue='1.92659 -0.01244 0.45006'/>
9572                 <fieldValue name='textColorvalue='0 0 0'/>
9573            </ProtoInstance>
9574            <ProtoInstance name='Vertex'>
9575                 <fieldValue name='vertexTextvalue='"volunteer"'/>
9576                 <fieldValue name='descriptionvalue='282: volunteer'/>
9577                 <fieldValue name='url'/>
9578                 <fieldValue name='radiusvalue='0.1500'/>
9579                 <fieldValue name='displayMode'/>
9580                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9581                 <fieldValue name='transparencyvalue='0'/>
9582                 <fieldValue name='translationvalue='-0.06759 -1.27331 0.01506'/>
9583                 <fieldValue name='textTranslationvalue='0.08241 -1.27331 0.01506'/>
9584                 <fieldValue name='textColorvalue='0 0 0'/>
9585            </ProtoInstance>
9586            <ProtoInstance name='Vertex'>
9587                 <fieldValue name='vertexTextvalue='"waiting"'/>
9588                 <fieldValue name='descriptionvalue='283: waiting'/>
9589                 <fieldValue name='url'/>
9590                 <fieldValue name='radiusvalue='0.1500'/>
9591                 <fieldValue name='displayMode'/>
9592                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
9593                 <fieldValue name='transparencyvalue='0'/>
9594                 <fieldValue name='translationvalue='-0.64691 1.20317 -1.64198'/>
9595                 <fieldValue name='textTranslationvalue='-0.49691 1.20317 -1.64198'/>
9596                 <fieldValue name='textColorvalue='0 0 0'/>
9597            </ProtoInstance>
9598            <ProtoInstance name='Vertex'>
9599                 <fieldValue name='vertexTextvalue='"washington"'/>
9600                 <fieldValue name='descriptionvalue='284: washington'/>
9601                 <fieldValue name='url'/>
9602                 <fieldValue name='radiusvalue='0.1500'/>
9603                 <fieldValue name='displayMode'/>
9604                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
9605                 <fieldValue name='transparencyvalue='0'/>
9606                 <fieldValue name='translationvalue='1.11479 0.24790 -1.48554'/>
9607                 <fieldValue name='textTranslationvalue='1.26479 0.24790 -1.48554'/>
9608                 <fieldValue name='textColorvalue='0 0 0'/>
9609            </ProtoInstance>
9610            <ProtoInstance name='Vertex'>
9611                 <fieldValue name='vertexTextvalue='"water"'/>
9612                 <fieldValue name='descriptionvalue='285: water'/>
9613                 <fieldValue name='url'/>
9614                 <fieldValue name='radiusvalue='0.1500'/>
9615                 <fieldValue name='displayMode'/>
9616                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
9617                 <fieldValue name='transparencyvalue='0'/>
9618                 <fieldValue name='translationvalue='-0.29655 0.52487 0.02583'/>
9619                 <fieldValue name='textTranslationvalue='-0.14655 0.52487 0.02583'/>
9620                 <fieldValue name='textColorvalue='0 0 0'/>
9621            </ProtoInstance>
9622            <ProtoInstance name='Vertex'>
9623                 <fieldValue name='vertexTextvalue='"weeks"'/>
9624                 <fieldValue name='descriptionvalue='286: weeks'/>
9625                 <fieldValue name='url'/>
9626                 <fieldValue name='radiusvalue='0.1500'/>
9627                 <fieldValue name='displayMode'/>
9628                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9629                 <fieldValue name='transparencyvalue='0'/>
9630                 <fieldValue name='translationvalue='0.11422 -1.53937 -0.44177'/>
9631                 <fieldValue name='textTranslationvalue='0.26422 -1.53937 -0.44177'/>
9632                 <fieldValue name='textColorvalue='0 0 0'/>
9633            </ProtoInstance>
9634            <ProtoInstance name='Vertex'>
9635                 <fieldValue name='vertexTextvalue='"working"'/>
9636                 <fieldValue name='descriptionvalue='287: working'/>
9637                 <fieldValue name='url'/>
9638                 <fieldValue name='radiusvalue='0.1500'/>
9639                 <fieldValue name='displayMode'/>
9640                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
9641                 <fieldValue name='transparencyvalue='0'/>
9642                 <fieldValue name='translationvalue='-0.05409 -1.19758 -0.39659'/>
9643                 <fieldValue name='textTranslationvalue='0.09591 -1.19758 -0.39659'/>
9644                 <fieldValue name='textColorvalue='0 0 0'/>
9645            </ProtoInstance>
9646       </Scene>
9647  </X3D>
<!--

<!-- to top DEF node index:

Index for Viewpoint node: Viewpoint_1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

line 9058
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9070
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9082
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9094
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9106
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9118
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9130
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9142
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9154
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9166
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9178
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9190
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9202
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9214
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9226
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9238
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9250
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9262
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9274
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9286
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9298
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9310
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9322
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9334
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9346
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9358
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9370
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9382
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9394
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9406
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9418
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9430
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9442
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9454
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9466
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9478
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9490
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9502
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9514
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9526
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9538
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9550
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9562
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9574
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9586
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9598
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9610
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9622
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 9634
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from 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. -->