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.41975'/>
 55                 <fieldValue name='cylinderTranslationvalue='-0.92984 2.07564 -2.22506'/>
 56                 <fieldValue name='coneTranslationvalue='-0.92286 2.06371 -2.27298'/>
 57                 <fieldValue name='rotationvalue='-40.33118 0 -5.87974 1.81219'/>
 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.00720'/>
 66                 <fieldValue name='cylinderTranslationvalue='-0.57313 2.40800 -1.86560'/>
 67                 <fieldValue name='coneTranslationvalue='-0.30969 2.60053 -1.75794'/>
 68                 <fieldValue name='rotationvalue='31.56068 0 -77.22195 0.97600'/>
 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.12200'/>
 77                 <fieldValue name='cylinderTranslationvalue='-0.99768 2.16512 -1.99699'/>
 78                 <fieldValue name='coneTranslationvalue='-0.93529 2.10132 -2.03986'/>
 79                 <fieldValue name='rotationvalue='5.28258 -0.00000 7.68873 0.87051'/>
 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.41656'/>
 88                 <fieldValue name='cylinderTranslationvalue='-1.15273 2.15372 -1.95155'/>
 89                 <fieldValue name='coneTranslationvalue='-1.19758 2.16019 -1.93489'/>
 90                 <fieldValue name='rotationvalue='14.37216 -0.00000 38.69754 1.43640'/>
 91                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 92                 <fieldValue name='ballRadiusvalue='0.02'/>
 93                 <fieldValue name='traceEnabledvalue='false'/>
 94                 <fieldValue name='displayMode'/>
 95                 <fieldValue name='transparencyvalue='0'/>
 96            </ProtoInstance>
 97            <ProtoInstance name='Arc'>
 98                 <fieldValue name='cylinderHeightvalue='0.46137'/>
 99                 <fieldValue name='cylinderTranslationvalue='-1.05257 2.00146 -2.19382'/>
100                 <fieldValue name='coneTranslationvalue='-1.08117 1.96336 -2.24604'/>
101                 <fieldValue name='rotationvalue='-34.08366 0 18.66650 2.14008'/>
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.00720'/>
110                 <fieldValue name='cylinderTranslationvalue='-0.57223 2.40742 -1.86678'/>
111                 <fieldValue name='coneTranslationvalue='-0.30818 2.59955 -1.75992'/>
112                 <fieldValue name='rotationvalue='31.32523 0 -77.40205 0.97739'/>
113                 <fieldValue name='diffuseColorvalue='0 0 0'/>
114                 <fieldValue name='ballRadiusvalue='0.02'/>
115                 <fieldValue name='traceEnabledvalue='false'/>
116                 <fieldValue name='displayMode'/>
117                 <fieldValue name='transparencyvalue='0'/>
118            </ProtoInstance>
119            <ProtoInstance name='Arc'>
120                 <fieldValue name='cylinderHeightvalue='0.96631'/>
121                 <fieldValue name='cylinderTranslationvalue='-1.08228 2.33783 -1.60706'/>
122                 <fieldValue name='coneTranslationvalue='-1.16458 2.47964 -1.32859'/>
123                 <fieldValue name='rotationvalue='83.26974 -0.00000 24.60829 1.11650'/>
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='1.01704'/>
132                 <fieldValue name='cylinderTranslationvalue='-0.84218 2.43784 -1.63932'/>
133                 <fieldValue name='coneTranslationvalue='-0.76194 2.65170 -1.37609'/>
134                 <fieldValue name='rotationvalue='76.81691 0 -23.41303 0.91017'/>
135                 <fieldValue name='diffuseColorvalue='0 0 0'/>
136                 <fieldValue name='ballRadiusvalue='0.02'/>
137                 <fieldValue name='traceEnabledvalue='false'/>
138                 <fieldValue name='displayMode'/>
139                 <fieldValue name='transparencyvalue='0'/>
140            </ProtoInstance>
141            <ProtoInstance name='Arc'>
142                 <fieldValue name='cylinderHeightvalue='0.34224'/>
143                 <fieldValue name='cylinderTranslationvalue='-0.87736 2.17358 -2.16587'/>
144                 <fieldValue name='coneTranslationvalue='-0.87204 2.17668 -2.17513'/>
145                 <fieldValue name='rotationvalue='-28.49288 0 -16.37617 1.28788'/>
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.94155'/>
154                 <fieldValue name='cylinderTranslationvalue='-0.51971 2.27743 -2.09727'/>
155                 <fieldValue name='coneTranslationvalue='-0.22957 2.37751 -2.14603'/>
156                 <fieldValue name='rotationvalue='-14.77312 0 -87.90521 1.24289'/>
157                 <fieldValue name='diffuseColorvalue='0 0 0'/>
158                 <fieldValue name='ballRadiusvalue='0.02'/>
159                 <fieldValue name='traceEnabledvalue='false'/>
160                 <fieldValue name='displayMode'/>
161                 <fieldValue name='transparencyvalue='0'/>
162            </ProtoInstance>
163            <ProtoInstance name='Arc'>
164                 <fieldValue name='cylinderHeightvalue='0.52761'/>
165                 <fieldValue name='cylinderTranslationvalue='-0.73979 2.26547 -2.06731'/>
166                 <fieldValue name='coneTranslationvalue='-0.65343 2.32042 -2.08459'/>
167                 <fieldValue name='rotationvalue='-8.78151 0 -43.89087 1.01290'/>
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='1.01998'/>
176                 <fieldValue name='cylinderTranslationvalue='-0.53277 2.05161 -2.29305'/>
177                 <fieldValue name='coneTranslationvalue='-0.24010 2.00069 -2.47810'/>
178                 <fieldValue name='rotationvalue='-53.92882 0 -85.29353 1.71681'/>
179                 <fieldValue name='diffuseColorvalue='0 0 0'/>
180                 <fieldValue name='ballRadiusvalue='0.02'/>
181                 <fieldValue name='traceEnabledvalue='false'/>
182                 <fieldValue name='displayMode'/>
183                 <fieldValue name='transparencyvalue='0'/>
184            </ProtoInstance>
185            <ProtoInstance name='Arc'>
186                 <fieldValue name='cylinderHeightvalue='0.98840'/>
187                 <fieldValue name='cylinderTranslationvalue='-0.77276 1.84841 -2.38743'/>
188                 <fieldValue name='coneTranslationvalue='-0.64665 1.66083 -2.63359'/>
189                 <fieldValue name='rotationvalue='-72.80409 0 -37.29693 2.16675'/>
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='1.01595'/>
198                 <fieldValue name='cylinderTranslationvalue='-1.37798 1.89555 -1.85115'/>
199                 <fieldValue name='coneTranslationvalue='-1.66483 1.73782 -1.73315'/>
200                 <fieldValue name='rotationvalue='34.45084 -0.00000 83.74851 2.04125'/>
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.40963'/>
209                 <fieldValue name='cylinderTranslationvalue='-0.85000 2.29840 -2.00831'/>
210                 <fieldValue name='coneTranslationvalue='-0.82609 2.33616 -2.00500'/>
211                 <fieldValue name='rotationvalue='3.01953 0 -21.84876 0.56859'/>
212                 <fieldValue name='diffuseColorvalue='0 0 0'/>
213                 <fieldValue name='ballRadiusvalue='0.02'/>
214                 <fieldValue name='traceEnabledvalue='false'/>
215                 <fieldValue name='displayMode'/>
216                 <fieldValue name='transparencyvalue='0'/>
217            </ProtoInstance>
218            <ProtoInstance name='Arc'>
219                 <fieldValue name='cylinderHeightvalue='0.96950'/>
220                 <fieldValue name='cylinderTranslationvalue='-1.16384 1.74362 -2.24032'/>
221                 <fieldValue name='coneTranslationvalue='-1.30091 1.48757 -2.38563'/>
222                 <fieldValue name='rotationvalue='-43.38199 0 40.92048 2.47905'/>
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.59376'/>
231                 <fieldValue name='cylinderTranslationvalue='-0.87946 1.96574 -2.26037'/>
232                 <fieldValue name='coneTranslationvalue='-0.84268 1.89194 -2.36962'/>
233                 <fieldValue name='rotationvalue='-47.39264 0 -15.95607 2.14024'/>
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.98944'/>
242                 <fieldValue name='cylinderTranslationvalue='-0.86841 1.79568 -2.38050'/>
243                 <fieldValue name='coneTranslationvalue='-0.80696 1.57232 -2.62210'/>
244                 <fieldValue name='rotationvalue='-71.41829 0 -18.16560 2.30138'/>
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='1.02000'/>
253                 <fieldValue name='cylinderTranslationvalue='-0.53289 2.05139 -2.29320'/>
254                 <fieldValue name='coneTranslationvalue='-0.24030 2.00032 -2.47835'/>
255                 <fieldValue name='rotationvalue='-53.95906 0 -85.26920 1.71723'/>
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.41656'/>
264                 <fieldValue name='cylinderTranslationvalue='-1.15273 2.15372 -1.95154'/>
265                 <fieldValue name='coneTranslationvalue='-1.19758 2.16019 -1.93489'/>
266                 <fieldValue name='rotationvalue='14.37224 -0.00000 38.69752 1.43640'/>
267                 <fieldValue name='diffuseColorvalue='0 0 0'/>
268                 <fieldValue name='ballRadiusvalue='0.02'/>
269                 <fieldValue name='traceEnabledvalue='false'/>
270                 <fieldValue name='displayMode'/>
271                 <fieldValue name='transparencyvalue='0'/>
272            </ProtoInstance>
273            <ProtoInstance name='Arc'>
274                 <fieldValue name='cylinderHeightvalue='1.01592'/>
275                 <fieldValue name='cylinderTranslationvalue='-1.37797 1.89511 -1.85173'/>
276                 <fieldValue name='coneTranslationvalue='-1.66480 1.73708 -1.73413'/>
277                 <fieldValue name='rotationvalue='34.33533 -0.00000 83.74514 2.04223'/>
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.03609'/>
286                 <fieldValue name='cylinderTranslationvalue='-1.30558 2.11077 -1.63845'/>
287                 <fieldValue name='coneTranslationvalue='-1.54495 2.10038 -1.37239'/>
288                 <fieldValue name='rotationvalue='76.99074 -0.00000 69.26836 1.59983'/>
289                 <fieldValue name='diffuseColorvalue='0 0 0'/>
290                 <fieldValue name='ballRadiusvalue='0.02'/>
291                 <fieldValue name='traceEnabledvalue='false'/>
292                 <fieldValue name='displayMode'/>
293                 <fieldValue name='transparencyvalue='0'/>
294            </ProtoInstance>
295            <ProtoInstance name='Arc'>
296                 <fieldValue name='cylinderHeightvalue='1.02324'/>
297                 <fieldValue name='cylinderTranslationvalue='-1.29383 1.74576 -2.09668'/>
298                 <fieldValue name='coneTranslationvalue='-1.52378 1.48457 -2.14705'/>
299                 <fieldValue name='rotationvalue='-14.65559 0 66.91731 2.40809'/>
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='1.01707'/>
308                 <fieldValue name='cylinderTranslationvalue='-0.84273 2.43769 -1.63900'/>
309                 <fieldValue name='coneTranslationvalue='-0.76288 2.65145 -1.37554'/>
310                 <fieldValue name='rotationvalue='76.88067 0 -23.30156 0.91058'/>
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.54728'/>
319                 <fieldValue name='cylinderTranslationvalue='-1.10709 1.94180 -2.16182'/>
320                 <fieldValue name='coneTranslationvalue='-1.16850 1.86538 -2.21930'/>
321                 <fieldValue name='rotationvalue='-27.68303 0 29.57061 2.30832'/>
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.54429'/>
330                 <fieldValue name='cylinderTranslationvalue='-1.02791 2.28992 -1.81746'/>
331                 <fieldValue name='coneTranslationvalue='-1.05621 2.35755 -1.73260'/>
332                 <fieldValue name='rotationvalue='41.18884 -0.00000 13.73389 0.92349'/>
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.80786'/>
341                 <fieldValue name='cylinderTranslationvalue='-1.19463 2.22841 -1.71160'/>
342                 <fieldValue name='coneTranslationvalue='-1.33679 2.29037 -1.52330'/>
343                 <fieldValue name='rotationvalue='62.36091 -0.00000 47.07883 1.31397'/>
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.53021'/>
352                 <fieldValue name='cylinderTranslationvalue='2.38620 2.05730 -1.22206'/>
353                 <fieldValue name='coneTranslationvalue='2.35863 2.12862 -1.14996'/>
354                 <fieldValue name='rotationvalue='36.37490 -0.00000 13.90986 0.82493'/>
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.23058'/>
363                 <fieldValue name='cylinderTranslationvalue='2.44741 1.82463 -1.50610'/>
364                 <fieldValue name='coneTranslationvalue='2.45065 1.84509 -1.46648'/>
365                 <fieldValue name='rotationvalue='-20.43313 0 1.66681 2.04619'/>
366                 <fieldValue name='diffuseColorvalue='0 0 0'/>
367                 <fieldValue name='ballRadiusvalue='0.02'/>
368                 <fieldValue name='traceEnabledvalue='false'/>
369                 <fieldValue name='displayMode'/>
370                 <fieldValue name='transparencyvalue='0'/>
371            </ProtoInstance>
372            <ProtoInstance name='Arc'>
373                 <fieldValue name='cylinderHeightvalue='0.53074'/>
374                 <fieldValue name='cylinderTranslationvalue='2.38832 2.05591 -1.21953'/>
375                 <fieldValue name='coneTranslationvalue='2.36155 2.12680 -1.14630'/>
376                 <fieldValue name='rotationvalue='36.88230 -0.00000 13.48531 0.83294'/>
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.50656'/>
385                 <fieldValue name='cylinderTranslationvalue='2.43889 1.73876 -1.61523'/>
386                 <fieldValue name='coneTranslationvalue='2.43268 1.68770 -1.69305'/>
387                 <fieldValue name='rotationvalue='-42.25933 0 3.37138 2.15002'/>
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.48148'/>
396                 <fieldValue name='cylinderTranslationvalue='2.60388 1.72347 -1.29296'/>
397                 <fieldValue name='coneTranslationvalue='2.65357 1.67184 -1.25573'/>
398                 <fieldValue name='rotationvalue='22.19663 0 -29.62706 2.26452'/>
399                 <fieldValue name='diffuseColorvalue='0 0 0'/>
400                 <fieldValue name='ballRadiusvalue='0.02'/>
401                 <fieldValue name='traceEnabledvalue='false'/>
402                 <fieldValue name='displayMode'/>
403                 <fieldValue name='transparencyvalue='0'/>
404            </ProtoInstance>
405            <ProtoInstance name='Arc'>
406                 <fieldValue name='cylinderHeightvalue='0.62329'/>
407                 <fieldValue name='cylinderTranslationvalue='1.39385 -2.07698 0.07487'/>
408                 <fieldValue name='coneTranslationvalue='1.52322 -2.14716 0.03834'/>
409                 <fieldValue name='rotationvalue='-15.01693 0 -53.17309 2.05193'/>
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.37360'/>
418                 <fieldValue name='cylinderTranslationvalue='1.09435 -2.07871 0.26158'/>
419                 <fieldValue name='coneTranslationvalue='1.08952 -2.09966 0.27760'/>
420                 <fieldValue name='rotationvalue='22.32484 -0.00000 6.72671 2.46762'/>
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.22741'/>
429                 <fieldValue name='cylinderTranslationvalue='1.44701 -1.95080 -0.37400'/>
430                 <fieldValue name='coneTranslationvalue='1.68286 -1.96413 -0.76135'/>
431                 <fieldValue name='rotationvalue='-104.79123 0 -63.80544 1.60020'/>
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.71150'/>
440                 <fieldValue name='cylinderTranslationvalue='1.17823 -2.11121 -0.15366'/>
441                 <fieldValue name='coneTranslationvalue='1.20589 -2.20940 -0.32073'/>
442                 <fieldValue name='rotationvalue='-60.72431 0 -10.05021 2.09628'/>
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.61778'/>
451                 <fieldValue name='cylinderTranslationvalue='1.13597 -2.24043 0.17615'/>
452                 <fieldValue name='coneTranslationvalue='1.13982 -2.38873 0.18877'/>
453                 <fieldValue name='rotationvalue='5.23828 0 -1.59703 3.05283'/>
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='1.50258'/>
462                 <fieldValue name='cylinderTranslationvalue='0.99437 -1.40593 0.66865'/>
463                 <fieldValue name='coneTranslationvalue='0.88921 -0.99130 1.07687'/>
464                 <fieldValue name='rotationvalue='103.73797 -0.00000 26.72256 0.79368'/>
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.23681'/>
473                 <fieldValue name='cylinderTranslationvalue='1.58133 -1.79068 -0.24591'/>
474                 <fieldValue name='coneTranslationvalue='1.91739 -1.68536 -0.53935'/>
475                 <fieldValue name='rotationvalue='-79.17273 0 -90.67020 1.33897'/>
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.70098'/>
484                 <fieldValue name='cylinderTranslationvalue='1.26967 -1.76165 -0.12113'/>
485                 <fieldValue name='coneTranslationvalue='1.34668 -1.66865 -0.26847'/>
486                 <fieldValue name='rotationvalue='-54.21809 0 -28.33723 1.06077'/>
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='1.17086'/>
495                 <fieldValue name='cylinderTranslationvalue='0.69357 -2.06804 -0.21844'/>
496                 <fieldValue name='coneTranslationvalue='0.37789 -2.16635 -0.48615'/>
497                 <fieldValue name='rotationvalue='-73.67872 0 86.88215 1.80399'/>
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.68451'/>
506                 <fieldValue name='cylinderTranslationvalue='1.43275 -1.77701 0.15062'/>
507                 <fieldValue name='coneTranslationvalue='1.59503 -1.69407 0.15097'/>
508                 <fieldValue name='rotationvalue='0.13177 0 -60.95225 1.09834'/>
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.68464'/>
517                 <fieldValue name='cylinderTranslationvalue='1.39809 -1.74404 0.05715'/>
518                 <fieldValue name='coneTranslationvalue='1.54194 -1.64353 0.00772'/>
519                 <fieldValue name='rotationvalue='-18.56176 0 -54.02073 0.98690'/>
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.69887'/>
528                 <fieldValue name='cylinderTranslationvalue='1.46105 -1.94738 0.25463'/>
529                 <fieldValue name='coneTranslationvalue='1.64162 -1.95531 0.31138'/>
530                 <fieldValue name='rotationvalue='20.93480 0 -66.61395 1.61266'/>
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.68197'/>
539                 <fieldValue name='cylinderTranslationvalue='1.09259 -1.75590 0.43934'/>
540                 <fieldValue name='coneTranslationvalue='1.07380 -1.66202 0.59293'/>
541                 <fieldValue name='rotationvalue='57.87553 -0.00000 7.07874 1.02550'/>
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.67592'/>
550                 <fieldValue name='cylinderTranslationvalue='0.93196 -2.13767 0.33382'/>
551                 <fieldValue name='coneTranslationvalue='0.82874 -2.24556 0.43063'/>
552                 <fieldValue name='rotationvalue='36.77218 -0.00000 39.20421 2.22221'/>
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.69512'/>
561                 <fieldValue name='cylinderTranslationvalue='0.94639 -2.19494 0.01182'/>
562                 <fieldValue name='coneTranslationvalue='0.84839 -2.33642 -0.06273'/>
563                 <fieldValue name='rotationvalue='-27.62863 0 36.31956 2.42544'/>
564                 <fieldValue name='diffuseColorvalue='0 0 0'/>
565                 <fieldValue name='ballRadiusvalue='0.02'/>
566                 <fieldValue name='traceEnabledvalue='false'/>
567                 <fieldValue name='displayMode'/>
568                 <fieldValue name='transparencyvalue='0'/>
569            </ProtoInstance>
570            <ProtoInstance name='Arc'>
571                 <fieldValue name='cylinderHeightvalue='0.19283'/>
572                 <fieldValue name='cylinderTranslationvalue='1.16047 -2.02248 0.13618'/>
573                 <fieldValue name='coneTranslationvalue='1.13904 -1.96331 0.14527'/>
574                 <fieldValue name='rotationvalue='-2.75468 0 -6.49626 2.76696'/>
575                 <fieldValue name='diffuseColorvalue='0 0 0'/>
576                 <fieldValue name='ballRadiusvalue='0.02'/>
577                 <fieldValue name='traceEnabledvalue='false'/>
578                 <fieldValue name='displayMode'/>
579                 <fieldValue name='transparencyvalue='0'/>
580            </ProtoInstance>
581            <ProtoInstance name='Arc'>
582                 <fieldValue name='cylinderHeightvalue='0.62590'/>
583                 <fieldValue name='cylinderTranslationvalue='1.21668 -2.23162 0.17733'/>
584                 <fieldValue name='coneTranslationvalue='1.26003 -2.37769 0.19071'/>
585                 <fieldValue name='rotationvalue='5.47461 0 -17.73880 2.84046'/>
586                 <fieldValue name='diffuseColorvalue='0 0 0'/>
587                 <fieldValue name='ballRadiusvalue='0.02'/>
588                 <fieldValue name='traceEnabledvalue='false'/>
589                 <fieldValue name='displayMode'/>
590                 <fieldValue name='transparencyvalue='0'/>
591            </ProtoInstance>
592            <ProtoInstance name='Arc'>
593                 <fieldValue name='cylinderHeightvalue='1.09232'/>
594                 <fieldValue name='cylinderTranslationvalue='0.71591 -2.06486 -0.18327'/>
595                 <fieldValue name='coneTranslationvalue='0.42456 -2.15827 -0.41887'/>
596                 <fieldValue name='rotationvalue='-66.64524 0 82.41382 1.81510'/>
597                 <fieldValue name='diffuseColorvalue='0 0 0'/>
598                 <fieldValue name='ballRadiusvalue='0.02'/>
599                 <fieldValue name='traceEnabledvalue='false'/>
600                 <fieldValue name='displayMode'/>
601                 <fieldValue name='transparencyvalue='0'/>
602            </ProtoInstance>
603            <ProtoInstance name='Arc'>
604                 <fieldValue name='cylinderHeightvalue='1.09239'/>
605                 <fieldValue name='cylinderTranslationvalue='1.13457 -1.71803 0.65213'/>
606                 <fieldValue name='coneTranslationvalue='1.13923 -1.56621 1.00720'/>
607                 <fieldValue name='rotationvalue='100.43510 0 -1.31776 1.16677'/>
608                 <fieldValue name='diffuseColorvalue='0 0 0'/>
609                 <fieldValue name='ballRadiusvalue='0.02'/>
610                 <fieldValue name='traceEnabledvalue='false'/>
611                 <fieldValue name='displayMode'/>
612                 <fieldValue name='transparencyvalue='0'/>
613            </ProtoInstance>
614            <ProtoInstance name='Arc'>
615                 <fieldValue name='cylinderHeightvalue='1.09172'/>
616                 <fieldValue name='cylinderTranslationvalue='1.65813 -1.92311 0.27963'/>
617                 <fieldValue name='coneTranslationvalue='2.03288 -1.91630 0.37129'/>
618                 <fieldValue name='rotationvalue='25.93417 0 -106.02905 1.55313'/>
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.65624'/>
627                 <fieldValue name='cylinderTranslationvalue='1.35128 -2.10743 0.31516'/>
628                 <fieldValue name='coneTranslationvalue='1.46569 -2.19693 0.39980'/>
629                 <fieldValue name='rotationvalue='33.03990 0 -44.65869 2.13218'/>
630                 <fieldValue name='diffuseColorvalue='0 0 0'/>
631                 <fieldValue name='ballRadiusvalue='0.02'/>
632                 <fieldValue name='traceEnabledvalue='false'/>
633                 <fieldValue name='displayMode'/>
634                 <fieldValue name='transparencyvalue='0'/>
635            </ProtoInstance>
636            <ProtoInstance name='Arc'>
637                 <fieldValue name='cylinderHeightvalue='1.19047'/>
638                 <fieldValue name='cylinderTranslationvalue='1.69463 -1.79670 0.02870'/>
639                 <fieldValue name='coneTranslationvalue='2.10896 -1.69721 -0.05997'/>
640                 <fieldValue name='rotationvalue='-24.25241 0 -113.32885 1.34017'/>
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.67592'/>
649                 <fieldValue name='cylinderTranslationvalue='0.93196 -2.13767 0.33382'/>
650                 <fieldValue name='coneTranslationvalue='0.82874 -2.24556 0.43063'/>
651                 <fieldValue name='rotationvalue='36.77218 -0.00000 39.20421 2.22221'/>
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.67919'/>
660                 <fieldValue name='cylinderTranslationvalue='1.23508 -2.07348 0.43987'/>
661                 <fieldValue name='coneTranslationvalue='1.29172 -2.14790 0.59320'/>
662                 <fieldValue name='rotationvalue='57.98306 0 -21.42010 1.99806'/>
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.17688'/>
671                 <fieldValue name='cylinderTranslationvalue='1.06059 -1.97799 0.11483'/>
672                 <fieldValue name='coneTranslationvalue='1.11512 -1.94139 0.14325'/>
673                 <fieldValue name='rotationvalue='-7.02483 0 13.47928 2.10764'/>
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.68465'/>
682                 <fieldValue name='cylinderTranslationvalue='1.10341 -2.19128 0.37300'/>
683                 <fieldValue name='coneTranslationvalue='1.09032 -2.32897 0.49179'/>
684                 <fieldValue name='rotationvalue='44.60788 -0.00000 4.91487 2.42676'/>
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='1.13730'/>
693                 <fieldValue name='cylinderTranslationvalue='0.74299 -2.22260 -0.15192'/>
694                 <fieldValue name='coneTranslationvalue='0.46632 -2.43090 -0.36886'/>
695                 <fieldValue name='rotationvalue='-60.37568 0 76.99871 2.10565'/>
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.19304'/>
704                 <fieldValue name='cylinderTranslationvalue='1.21592 -1.96570 0.12762'/>
705                 <fieldValue name='coneTranslationvalue='1.15808 -1.94403 0.14231'/>
706                 <fieldValue name='rotationvalue='-4.46808 0 -17.58629 1.91906'/>
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.65439'/>
715                 <fieldValue name='cylinderTranslationvalue='1.18622 -1.96324 0.47048'/>
716                 <fieldValue name='coneTranslationvalue='1.21597 -1.97882 0.63427'/>
717                 <fieldValue name='rotationvalue='64.10506 0 -11.64675 1.66411'/>
718                 <fieldValue name='diffuseColorvalue='0 0 0'/>
719                 <fieldValue name='ballRadiusvalue='0.02'/>
720                 <fieldValue name='traceEnabledvalue='false'/>
721                 <fieldValue name='displayMode'/>
722                 <fieldValue name='transparencyvalue='0'/>
723            </ProtoInstance>
724            <ProtoInstance name='Arc'>
725                 <fieldValue name='cylinderHeightvalue='1.11289'/>
726                 <fieldValue name='cylinderTranslationvalue='1.35897 -2.18915 -0.28655'/>
727                 <fieldValue name='coneTranslationvalue='1.52354 -2.37182 -0.59755'/>
728                 <fieldValue name='rotationvalue='-87.30200 0 -46.19745 2.04966'/>
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.69073'/>
737                 <fieldValue name='cylinderTranslationvalue='1.32425 -1.73824 -0.05722'/>
738                 <fieldValue name='coneTranslationvalue='1.42958 -1.63384 -0.16841'/>
739                 <fieldValue name='rotationvalue='-41.43484 0 -39.25236 0.97252'/>
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='1.23599'/>
748                 <fieldValue name='cylinderTranslationvalue='1.58201 -1.79343 -0.24547'/>
749                 <fieldValue name='coneTranslationvalue='1.91849 -1.69017 -0.53852'/>
750                 <fieldValue name='rotationvalue='-79.08553 0 -90.80592 1.34338'/>
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.78590'/>
759                 <fieldValue name='cylinderTranslationvalue='0.88490 -2.07450 -0.12432'/>
760                 <fieldValue name='coneTranslationvalue='0.74079 -2.15852 -0.28692'/>
761                 <fieldValue name='rotationvalue='-54.85628 0 48.61691 1.93982'/>
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.93467'/>
770                 <fieldValue name='cylinderTranslationvalue='1.42782 -2.27627 0.04750'/>
771                 <fieldValue name='coneTranslationvalue='1.62500 -2.50218 -0.01989'/>
772                 <fieldValue name='rotationvalue='-20.49255 0 -59.96646 2.39654'/>
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='1.07317'/>
781                 <fieldValue name='cylinderTranslationvalue='-0.31205 -2.25903 -1.48326'/>
782                 <fieldValue name='coneTranslationvalue='-0.38483 -2.20051 -1.84808'/>
783                 <fieldValue name='rotationvalue='-103.96482 0 20.74050 1.41476'/>
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.86096'/>
792                 <fieldValue name='cylinderTranslationvalue='-0.55805 -2.49829 -1.16023'/>
793                 <fieldValue name='coneTranslationvalue='-0.77778 -2.59622 -1.28388'/>
794                 <fieldValue name='rotationvalue='-39.35860 0 69.94112 1.94128'/>
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='1.08371'/>
803                 <fieldValue name='cylinderTranslationvalue='-0.60060 -2.19392 -1.30650'/>
804                 <fieldValue name='coneTranslationvalue='-0.87703 -2.08927 -1.54826'/>
805                 <fieldValue name='rotationvalue='-68.61235 0 78.45091 1.29318'/>
806                 <fieldValue name='diffuseColorvalue='0 0 0'/>
807                 <fieldValue name='ballRadiusvalue='0.02'/>
808                 <fieldValue name='traceEnabledvalue='false'/>
809                 <fieldValue name='displayMode'/>
810                 <fieldValue name='transparencyvalue='0'/>
811            </ProtoInstance>
812            <ProtoInstance name='Arc'>
813                 <fieldValue name='cylinderHeightvalue='0.61623'/>
814                 <fieldValue name='cylinderTranslationvalue='0.02541 -2.27288 -0.77513'/>
815                 <fieldValue name='coneTranslationvalue='0.13778 -2.23944 -0.68461'/>
816                 <fieldValue name='rotationvalue='37.66081 0 -46.75070 1.34312'/>
817                 <fieldValue name='diffuseColorvalue='0 0 0'/>
818                 <fieldValue name='ballRadiusvalue='0.02'/>
819                 <fieldValue name='traceEnabledvalue='false'/>
820                 <fieldValue name='displayMode'/>
821                 <fieldValue name='transparencyvalue='0'/>
822            </ProtoInstance>
823            <ProtoInstance name='Arc'>
824                 <fieldValue name='cylinderHeightvalue='0.36623'/>
825                 <fieldValue name='cylinderTranslationvalue='-0.14075 -2.45358 -1.09230'/>
826                 <fieldValue name='coneTranslationvalue='-0.13222 -2.46761 -1.10857'/>
827                 <fieldValue name='rotationvalue='-25.77339 0 -13.51827 2.22313'/>
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.30035'/>
836                 <fieldValue name='cylinderTranslationvalue='-0.24621 -2.48121 -0.92035'/>
837                 <fieldValue name='coneTranslationvalue='-0.24373 -2.47214 -0.92317'/>
838                 <fieldValue name='rotationvalue='8.61718 -0.00000 7.57241 2.74970'/>
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.69516'/>
847                 <fieldValue name='cylinderTranslationvalue='0.04775 -2.26970 -0.73997'/>
848                 <fieldValue name='coneTranslationvalue='0.18596 -2.23045 -0.61936'/>
849                 <fieldValue name='rotationvalue='44.69430 0 -51.21903 1.36000'/>
850                 <fieldValue name='diffuseColorvalue='0 0 0'/>
851                 <fieldValue name='ballRadiusvalue='0.02'/>
852                 <fieldValue name='traceEnabledvalue='false'/>
853                 <fieldValue name='displayMode'/>
854                 <fieldValue name='transparencyvalue='0'/>
855            </ProtoInstance>
856            <ProtoInstance name='Arc'>
857                 <fieldValue name='cylinderHeightvalue='0.31957'/>
858                 <fieldValue name='cylinderTranslationvalue='-0.31652 -2.40722 -1.06156'/>
859                 <fieldValue name='coneTranslationvalue='-0.31638 -2.40714 -1.06143'/>
860                 <fieldValue name='rotationvalue='-19.62540 0 21.63582 1.98838'/>
861                 <fieldValue name='diffuseColorvalue='0 0 0'/>
862                 <fieldValue name='ballRadiusvalue='0.02'/>
863                 <fieldValue name='traceEnabledvalue='false'/>
864                 <fieldValue name='displayMode'/>
865                 <fieldValue name='transparencyvalue='0'/>
866            </ProtoInstance>
867            <ProtoInstance name='Arc'>
868                 <fieldValue name='cylinderHeightvalue='1.05613'/>
869                 <fieldValue name='cylinderTranslationvalue='-0.73099 -2.36970 -0.89307'/>
870                 <fieldValue name='coneTranslationvalue='-1.09528 -2.38871 -0.84402'/>
871                 <fieldValue name='rotationvalue='14.07434 -0.00000 104.52881 1.62247'/>
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.53493'/>
880                 <fieldValue name='cylinderTranslationvalue='-0.38309 -2.53211 -1.03430'/>
881                 <fieldValue name='coneTranslationvalue='-0.45330 -2.60833 -1.06277'/>
882                 <fieldValue name='rotationvalue='-14.17231 0 34.94822 2.35918'/>
883                 <fieldValue name='diffuseColorvalue='0 0 0'/>
884                 <fieldValue name='ballRadiusvalue='0.02'/>
885                 <fieldValue name='traceEnabledvalue='false'/>
886                 <fieldValue name='displayMode'/>
887                 <fieldValue name='transparencyvalue='0'/>
888            </ProtoInstance>
889            <ProtoInstance name='Arc'>
890                 <fieldValue name='cylinderHeightvalue='1.00175'/>
891                 <fieldValue name='cylinderTranslationvalue='-0.64162 -2.54615 -0.81632'/>
892                 <fieldValue name='coneTranslationvalue='-0.93649 -2.68480 -0.71620'/>
893                 <fieldValue name='rotationvalue='29.42285 -0.00000 86.65534 1.98968'/>
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='1.05613'/>
902                 <fieldValue name='cylinderTranslationvalue='-0.73099 -2.36969 -0.89307'/>
903                 <fieldValue name='coneTranslationvalue='-1.09528 -2.38869 -0.84402'/>
904                 <fieldValue name='rotationvalue='14.07379 -0.00000 104.52942 1.62245'/>
905                 <fieldValue name='diffuseColorvalue='0 0 0'/>
906                 <fieldValue name='ballRadiusvalue='0.02'/>
907                 <fieldValue name='traceEnabledvalue='false'/>
908                 <fieldValue name='displayMode'/>
909                 <fieldValue name='transparencyvalue='0'/>
910            </ProtoInstance>
911            <ProtoInstance name='Arc'>
912                 <fieldValue name='cylinderHeightvalue='0.78063'/>
913                 <fieldValue name='cylinderTranslationvalue='0.07483 -2.42744 -0.70862'/>
914                 <fieldValue name='coneTranslationvalue='0.24192 -2.47760 -0.55826'/>
915                 <fieldValue name='rotationvalue='50.96385 0 -56.63413 1.79037'/>
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='1.07318'/>
924                 <fieldValue name='cylinderTranslationvalue='-0.31206 -2.25901 -1.48326'/>
925                 <fieldValue name='coneTranslationvalue='-0.38486 -2.20047 -1.84808'/>
926                 <fieldValue name='rotationvalue='-103.96397 0 20.74393 1.41471'/>
927                 <fieldValue name='diffuseColorvalue='0 0 0'/>
928                 <fieldValue name='ballRadiusvalue='0.02'/>
929                 <fieldValue name='traceEnabledvalue='false'/>
930                 <fieldValue name='displayMode'/>
931                 <fieldValue name='transparencyvalue='0'/>
932            </ProtoInstance>
933            <ProtoInstance name='Arc'>
934                 <fieldValue name='cylinderHeightvalue='1.03651'/>
935                 <fieldValue name='cylinderTranslationvalue='-0.16249 -2.39050 -1.47741'/>
936                 <fieldValue name='coneTranslationvalue='-0.13080 -2.42374 -1.83271'/>
937                 <fieldValue name='rotationvalue='-102.79552 0 -9.17009 1.66370'/>
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.86331'/>
946                 <fieldValue name='cylinderTranslationvalue='-0.44991 -2.48572 -1.29121'/>
947                 <fieldValue name='coneTranslationvalue='-0.60194 -2.57590 -1.49750'/>
948                 <fieldValue name='rotationvalue='-65.55560 0 48.31346 1.90919'/>
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='1.08864'/>
957                 <fieldValue name='cylinderTranslationvalue='-0.72815 -2.22594 -1.07532'/>
958                 <fieldValue name='coneTranslationvalue='-1.09516 -2.14370 -1.15432'/>
959                 <fieldValue name='rotationvalue='-22.37676 0 103.96120 1.35514'/>
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='1.02846'/>
968                 <fieldValue name='cylinderTranslationvalue='0.21674 -2.27933 -0.68102'/>
969                 <fieldValue name='coneTranslationvalue='0.50955 -2.23587 -0.48648'/>
970                 <fieldValue name='rotationvalue='56.48326 0 -85.01594 1.44779'/>
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='1.08371'/>
979                 <fieldValue name='cylinderTranslationvalue='-0.60060 -2.19392 -1.30650'/>
980                 <fieldValue name='coneTranslationvalue='-0.87702 -2.08927 -1.54827'/>
981                 <fieldValue name='rotationvalue='-68.61291 0 78.45048 1.29318'/>
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.50969'/>
990                 <fieldValue name='cylinderTranslationvalue='-0.26926 -2.49160 -1.16088'/>
991                 <fieldValue name='coneTranslationvalue='-0.29193 -2.54712 -1.23436'/>
992                 <fieldValue name='rotationvalue='-39.48784 0 12.18338 2.19611'/>
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.57164'/>
1001                 <fieldValue name='cylinderTranslationvalue='0.58476 0.39986 2.45306'/>
1002                 <fieldValue name='coneTranslationvalue='0.58587 0.46630 2.55990'/>
1003                 <fieldValue name='rotationvalue='48.54169 0 -0.50161 1.01450'/>
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.54810'/>
1012                 <fieldValue name='cylinderTranslationvalue='0.72151 -0.31509 1.69885'/>
1013                 <fieldValue name='coneTranslationvalue='0.83197 -0.76252 1.29307'/>
1014                 <fieldValue name='rotationvalue='-102.30164 0 -27.85018 2.38716'/>
1015                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1016                 <fieldValue name='ballRadiusvalue='0.02'/>
1017                 <fieldValue name='traceEnabledvalue='false'/>
1018                 <fieldValue name='displayMode'/>
1019                 <fieldValue name='transparencyvalue='0'/>
1020            </ProtoInstance>
1021            <ProtoInstance name='Arc'>
1022                 <fieldValue name='cylinderHeightvalue='1.16927'/>
1023                 <fieldValue name='cylinderTranslationvalue='0.20799 0.69777 2.22676'/>
1024                 <fieldValue name='coneTranslationvalue='-0.06385 1.02377 2.23867'/>
1025                 <fieldValue name='rotationvalue='3.28023 -0.00000 74.85334 0.69552'/>
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.96465'/>
1034                 <fieldValue name='cylinderTranslationvalue='0.16832 0.39497 2.41027'/>
1035                 <fieldValue name='coneTranslationvalue='-0.10830 0.49257 2.54386'/>
1036                 <fieldValue name='rotationvalue='39.98234 -0.00000 82.78731 1.26318'/>
1037                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1038                 <fieldValue name='ballRadiusvalue='0.02'/>
1039                 <fieldValue name='traceEnabledvalue='false'/>
1040                 <fieldValue name='displayMode'/>
1041                 <fieldValue name='transparencyvalue='0'/>
1042            </ProtoInstance>
1043            <ProtoInstance name='Arc'>
1044                 <fieldValue name='cylinderHeightvalue='0.99590'/>
1045                 <fieldValue name='cylinderTranslationvalue='0.99950 0.52038 2.22357'/>
1046                 <fieldValue name='coneTranslationvalue='1.28268 0.70460 2.23254'/>
1047                 <fieldValue name='rotationvalue='2.64334 0 -83.44966 0.99426'/>
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.60415'/>
1056                 <fieldValue name='cylinderTranslationvalue='0.45137 0.48013 2.35411'/>
1057                 <fieldValue name='coneTranslationvalue='0.38981 0.58887 2.42172'/>
1058                 <fieldValue name='rotationvalue='28.75141 -0.00000 26.17686 0.69919'/>
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='1.16524'/>
1067                 <fieldValue name='cylinderTranslationvalue='0.46295 0.81902 2.19597'/>
1068                 <fieldValue name='coneTranslationvalue='0.37641 1.23256 2.18553'/>
1069                 <fieldValue name='rotationvalue='-2.87743 0 23.86081 0.20775'/>
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.38390'/>
1078                 <fieldValue name='cylinderTranslationvalue='0.64693 0.42922 2.19777'/>
1079                 <fieldValue name='coneTranslationvalue='0.65770 0.45923 2.19568'/>
1080                 <fieldValue name='rotationvalue='-2.51683 0 -12.93511 0.35039'/>
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.67484'/>
1089                 <fieldValue name='cylinderTranslationvalue='0.67568 -0.03940 2.06207'/>
1090                 <fieldValue name='coneTranslationvalue='0.72481 -0.19101 1.98410'/>
1091                 <fieldValue name='rotationvalue='-29.65637 0 -18.68520 2.59543'/>
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.36782'/>
1100                 <fieldValue name='cylinderTranslationvalue='0.42297 0.28758 2.29376'/>
1101                 <fieldValue name='coneTranslationvalue='0.40226 0.29260 2.30460'/>
1102                 <fieldValue name='rotationvalue='16.68104 -0.00000 31.85790 1.35910'/>
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='1.16516'/>
1111                 <fieldValue name='cylinderTranslationvalue='0.46294 0.81899 2.19628'/>
1112                 <fieldValue name='coneTranslationvalue='0.37639 1.23248 2.18608'/>
1113                 <fieldValue name='rotationvalue='-2.81396 0 23.86346 0.20772'/>
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.58156'/>
1122                 <fieldValue name='cylinderTranslationvalue='0.73067 0.23052 2.45973'/>
1123                 <fieldValue name='coneTranslationvalue='0.79742 0.22224 2.57189'/>
1124                 <fieldValue name='rotationvalue='49.87494 0 -29.68307 1.63415'/>
1125                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1126                 <fieldValue name='ballRadiusvalue='0.02'/>
1127                 <fieldValue name='traceEnabledvalue='false'/>
1128                 <fieldValue name='displayMode'/>
1129                 <fieldValue name='transparencyvalue='0'/>
1130            </ProtoInstance>
1131            <ProtoInstance name='Arc'>
1132                 <fieldValue name='cylinderHeightvalue='0.08611'/>
1133                 <fieldValue name='cylinderTranslationvalue='0.61995 0.26464 2.22399'/>
1134                 <fieldValue name='coneTranslationvalue='0.51756 0.22198 2.18695'/>
1135                 <fieldValue name='rotationvalue='2.72782 0 -7.53923 1.19745'/>
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.67484'/>
1144                 <fieldValue name='cylinderTranslationvalue='0.67568 -0.03940 2.06207'/>
1145                 <fieldValue name='coneTranslationvalue='0.72481 -0.19101 1.98410'/>
1146                 <fieldValue name='rotationvalue='-29.65637 0 -18.68520 2.59543'/>
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.17842'/>
1155                 <fieldValue name='cylinderTranslationvalue='0.65858 0.29358 2.22218'/>
1156                 <fieldValue name='coneTranslationvalue='0.59802 0.25815 2.21280'/>
1157                 <fieldValue name='rotationvalue='2.36572 0 -15.26434 1.04663'/>
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.39691'/>
1166                 <fieldValue name='cylinderTranslationvalue='0.72434 0.38502 2.23640'/>
1167                 <fieldValue name='coneTranslationvalue='0.75187 0.41139 2.24145'/>
1168                 <fieldValue name='rotationvalue='5.20987 0 -28.41598 0.81520'/>
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.38069'/>
1177                 <fieldValue name='cylinderTranslationvalue='0.50692 0.16057 2.36117'/>
1178                 <fieldValue name='coneTranslationvalue='0.49491 0.14648 2.38521'/>
1179                 <fieldValue name='rotationvalue='30.16362 -0.00000 15.06702 2.05359'/>
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.17144'/>
1188                 <fieldValue name='cylinderTranslationvalue='0.83833 0.77229 2.15043'/>
1189                 <fieldValue name='coneTranslationvalue='1.02446 1.15268 2.10687'/>
1190                 <fieldValue name='rotationvalue='-11.98500 0 -51.21517 0.46566'/>
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.62233'/>
1199                 <fieldValue name='cylinderTranslationvalue='0.86454 0.36004 2.27957'/>
1200                 <fieldValue name='coneTranslationvalue='1.00168 0.41402 2.31320'/>
1201                 <fieldValue name='rotationvalue='13.84332 0 -56.45733 1.20565'/>
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.41050'/>
1210                 <fieldValue name='cylinderTranslationvalue='0.68413 0.42710 2.21290'/>
1211                 <fieldValue name='coneTranslationvalue='0.70659 0.46638 2.21347'/>
1212                 <fieldValue name='rotationvalue='0.50975 0 -20.37478 0.51956'/>
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.41678'/>
1221                 <fieldValue name='cylinderTranslationvalue='0.54533 0.13022 2.37760'/>
1222                 <fieldValue name='coneTranslationvalue='0.53675 0.10265 2.41644'/>
1223                 <fieldValue name='rotationvalue='33.44905 -0.00000 7.38587 2.17688'/>
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.88067'/>
1232                 <fieldValue name='cylinderTranslationvalue='0.89951 0.10734 2.48090'/>
1233                 <fieldValue name='coneTranslationvalue='1.10149 0.01719 2.65314'/>
1234                 <fieldValue name='rotationvalue='54.10923 0 -63.45097 1.89817'/>
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.19603'/>
1243                 <fieldValue name='cylinderTranslationvalue='0.49982 0.22755 2.25887'/>
1244                 <fieldValue name='coneTranslationvalue='0.55196 0.24107 2.22819'/>
1245                 <fieldValue name='rotationvalue='9.70211 -0.00000 16.48747 1.79076'/>
1246                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1247                 <fieldValue name='ballRadiusvalue='0.02'/>
1248                 <fieldValue name='traceEnabledvalue='false'/>
1249                 <fieldValue name='displayMode'/>
1250                 <fieldValue name='transparencyvalue='0'/>
1251            </ProtoInstance>
1252            <ProtoInstance name='Arc'>
1253                 <fieldValue name='cylinderHeightvalue='0.59876'/>
1254                 <fieldValue name='cylinderTranslationvalue='0.76214 0.20476 2.44556'/>
1255                 <fieldValue name='coneTranslationvalue='0.84588 0.18420 2.55506'/>
1256                 <fieldValue name='rotationvalue='47.04106 0 -35.97584 1.71888'/>
1257                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1258                 <fieldValue name='ballRadiusvalue='0.02'/>
1259                 <fieldValue name='traceEnabledvalue='false'/>
1260                 <fieldValue name='displayMode'/>
1261                 <fieldValue name='transparencyvalue='0'/>
1262            </ProtoInstance>
1263            <ProtoInstance name='Arc'>
1264                 <fieldValue name='cylinderHeightvalue='1.17130'/>
1265                 <fieldValue name='cylinderTranslationvalue='0.83343 0.77466 2.15116'/>
1266                 <fieldValue name='coneTranslationvalue='1.01598 1.15676 2.10814'/>
1267                 <fieldValue name='rotationvalue='-11.83834 0 -50.23410 0.45629'/>
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.97928'/>
1276                 <fieldValue name='cylinderTranslationvalue='0.20509 0.07044 2.46655'/>
1277                 <fieldValue name='coneTranslationvalue='-0.04883 -0.04972 2.63902'/>
1278                 <fieldValue name='rotationvalue='51.23819 -0.00000 75.43308 1.94393'/>
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.18414'/>
1287                 <fieldValue name='cylinderTranslationvalue='0.06946 0.54481 2.21704'/>
1288                 <fieldValue name='coneTranslationvalue='-0.30476 0.76072 2.22192'/>
1289                 <fieldValue name='rotationvalue='1.33777 -0.00000 102.55904 1.04751'/>
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.07973'/>
1298                 <fieldValue name='cylinderTranslationvalue='0.57406 0.24382 2.24903'/>
1299                 <fieldValue name='coneTranslationvalue='0.59876 0.25924 2.13248'/>
1300                 <fieldValue name='rotationvalue='7.73550 -0.00000 1.63948 1.69952'/>
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.63542'/>
1309                 <fieldValue name='cylinderTranslationvalue='0.46184 0.08736 2.45598'/>
1310                 <fieldValue name='coneTranslationvalue='0.40206 0.00715 2.57791'/>
1311                 <fieldValue name='rotationvalue='49.12535 -0.00000 24.08348 2.10431'/>
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.10456'/>
1320                 <fieldValue name='cylinderTranslationvalue='0.60091 0.22969 2.25524'/>
1321                 <fieldValue name='coneTranslationvalue='0.56247 0.26934 2.16276'/>
1322                 <fieldValue name='rotationvalue='8.97710 0 -3.73146 1.94779'/>
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='1.00103'/>
1331                 <fieldValue name='cylinderTranslationvalue='0.12800 0.15090 2.39623'/>
1332                 <fieldValue name='coneTranslationvalue='-0.18105 0.08421 2.52269'/>
1333                 <fieldValue name='rotationvalue='37.17580 -0.00000 90.85225 1.76793'/>
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='1.00394'/>
1342                 <fieldValue name='cylinderTranslationvalue='0.10091 0.27427 2.35050'/>
1343                 <fieldValue name='coneTranslationvalue='-0.22700 0.29152 2.44598'/>
1344                 <fieldValue name='rotationvalue='28.02974 -0.00000 96.26853 1.52031'/>
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.43279'/>
1353                 <fieldValue name='cylinderTranslationvalue='1.48178 -2.10992 0.05253'/>
1354                 <fieldValue name='coneTranslationvalue='1.43541 -2.08092 0.06628'/>
1355                 <fieldValue name='rotationvalue='10.54886 -0.00000 35.58680 1.03064'/>
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.52289'/>
1364                 <fieldValue name='cylinderTranslationvalue='0.60342 0.38061 2.49795'/>
1365                 <fieldValue name='coneTranslationvalue='0.60969 0.31458 2.42119'/>
1366                 <fieldValue name='rotationvalue='-39.56459 0 -3.22985 2.27955'/>
1367                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1368                 <fieldValue name='ballRadiusvalue='0.02'/>
1369                 <fieldValue name='traceEnabledvalue='false'/>
1370                 <fieldValue name='displayMode'/>
1371                 <fieldValue name='transparencyvalue='0'/>
1372            </ProtoInstance>
1373            <ProtoInstance name='Arc'>
1374                 <fieldValue name='cylinderHeightvalue='0.29353'/>
1375                 <fieldValue name='cylinderTranslationvalue='-1.02317 1.95129 -2.39548'/>
1376                 <fieldValue name='coneTranslationvalue='-1.01211 1.95798 -2.39830'/>
1377                 <fieldValue name='rotationvalue='6.24752 -0.00000 24.54624 2.10062'/>
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.25180'/>
1386                 <fieldValue name='cylinderTranslationvalue='-0.84796 2.12341 -2.36753'/>
1387                 <fieldValue name='coneTranslationvalue='-0.86218 2.09688 -2.38356'/>
1388                 <fieldValue name='rotationvalue='11.83829 0 -10.49643 0.67942'/>
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.30501'/>
1397                 <fieldValue name='cylinderTranslationvalue='1.12683 -2.16844 0.24781'/>
1398                 <fieldValue name='coneTranslationvalue='1.12358 -2.17121 0.25397'/>
1399                 <fieldValue name='rotationvalue='-25.07952 0 -13.22297 1.19317'/>
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.36233'/>
1408                 <fieldValue name='cylinderTranslationvalue='1.02695 -2.12395 0.22646'/>
1409                 <fieldValue name='coneTranslationvalue='1.02301 -2.11218 0.20931'/>
1410                 <fieldValue name='rotationvalue='-29.34967 0 6.75258 0.98124'/>
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.31728'/>
1419                 <fieldValue name='cylinderTranslationvalue='1.06978 -2.33724 0.48462'/>
1420                 <fieldValue name='coneTranslationvalue='1.06970 -2.33627 0.48367'/>
1421                 <fieldValue name='rotationvalue='22.28304 0 -1.81184 2.35968'/>
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.47497'/>
1430                 <fieldValue name='cylinderTranslationvalue='1.40922 -2.36760 -0.59017'/>
1431                 <fieldValue name='coneTranslationvalue='1.46819 -2.39303 -0.63353'/>
1432                 <fieldValue name='rotationvalue='-26.57769 0 -36.14724 1.90518'/>
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.59415'/>
1441                 <fieldValue name='cylinderTranslationvalue='0.93515 -2.25295 -0.42794'/>
1442                 <fieldValue name='coneTranslationvalue='0.79980 -2.23601 -0.41441'/>
1443                 <fieldValue name='rotationvalue='5.86803 -0.00000 58.66712 1.44690'/>
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.00006'/>
1452                 <fieldValue name='cylinderTranslationvalue='-0.41577 -2.17562 -2.00308'/>
1453                 <fieldValue name='coneTranslationvalue='-0.32422 -2.30485 -2.02564'/>
1454                 <fieldValue name='rotationvalue='0.00085 -0.00000 0.00343 0.63031'/>
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.00717'/>
1463                 <fieldValue name='cylinderTranslationvalue='2.31877 2.23581 -1.03765'/>
1464                 <fieldValue name='coneTranslationvalue='2.22618 2.29620 -1.14831'/>
1465                 <fieldValue name='rotationvalue='0.50741 0 -0.42454 1.96716'/>
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.00318'/>
1474                 <fieldValue name='cylinderTranslationvalue='-0.18612 2.68960 -1.70898'/>
1475                 <fieldValue name='coneTranslationvalue='-0.27577 2.74723 -1.59178'/>
1476                 <fieldValue name='rotationvalue='-0.23545 0 -0.18010 1.94310'/>
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.16239'/>
1485                 <fieldValue name='cylinderTranslationvalue='1.22466 -2.53930 0.20352'/>
1486                 <fieldValue name='coneTranslationvalue='1.14633 -2.54784 0.20238'/>
1487                 <fieldValue name='rotationvalue='0.23633 0 -16.14177 1.46215'/>
1488                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1489                 <fieldValue name='ballRadiusvalue='0.02'/>
1490                 <fieldValue name='traceEnabledvalue='false'/>
1491                 <fieldValue name='displayMode'/>
1492                 <fieldValue name='transparencyvalue='0'/>
1493            </ProtoInstance>
1494            <ProtoInstance name='Arc'>
1495                 <fieldValue name='cylinderHeightvalue='0.55970'/>
1496                 <fieldValue name='cylinderTranslationvalue='1.06857 -2.28566 0.14103'/>
1497                 <fieldValue name='coneTranslationvalue='1.03629 -2.17327 0.11477'/>
1498                 <fieldValue name='rotationvalue='-12.26311 0 15.07631 0.35460'/>
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.32394'/>
1507                 <fieldValue name='cylinderTranslationvalue='-1.19117 2.19303 -1.92513'/>
1508                 <fieldValue name='coneTranslationvalue='-1.19306 2.19289 -1.92458'/>
1509                 <fieldValue name='rotationvalue='9.08958 -0.00000 31.00881 1.64124'/>
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.41506'/>
1518                 <fieldValue name='cylinderTranslationvalue='-0.91580 2.21289 -2.13946'/>
1519                 <fieldValue name='coneTranslationvalue='-0.88825 2.21483 -2.17814'/>
1520                 <fieldValue name='rotationvalue='-33.77546 0 -24.06490 1.53002'/>
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.39851'/>
1529                 <fieldValue name='cylinderTranslationvalue='-0.88844 2.33771 -1.98190'/>
1530                 <fieldValue name='coneTranslationvalue='-0.85934 2.36397 -1.98412'/>
1531                 <fieldValue name='rotationvalue='-2.26305 0 -29.53749 0.83809'/>
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.32394'/>
1540                 <fieldValue name='cylinderTranslationvalue='-1.19117 2.19303 -1.92513'/>
1541                 <fieldValue name='coneTranslationvalue='-1.19306 2.19289 -1.92458'/>
1542                 <fieldValue name='rotationvalue='9.08966 -0.00000 31.00880 1.64125'/>
1543                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1544                 <fieldValue name='ballRadiusvalue='0.02'/>
1545                 <fieldValue name='traceEnabledvalue='false'/>
1546                 <fieldValue name='displayMode'/>
1547                 <fieldValue name='transparencyvalue='0'/>
1548            </ProtoInstance>
1549            <ProtoInstance name='Arc'>
1550                 <fieldValue name='cylinderHeightvalue='0.70496'/>
1551                 <fieldValue name='cylinderTranslationvalue='-1.23308 2.26772 -1.68519'/>
1552                 <fieldValue name='coneTranslationvalue='-1.34063 2.30228 -1.52934'/>
1553                 <fieldValue name='rotationvalue='57.07833 -0.00000 39.39010 1.39026'/>
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.85955'/>
1562                 <fieldValue name='cylinderTranslationvalue='0.95898 -1.22907 0.95803'/>
1563                 <fieldValue name='coneTranslationvalue='1.02063 -1.44875 0.81408'/>
1564                 <fieldValue name='rotationvalue='-45.86243 0 -19.64382 2.52231'/>
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.91660'/>
1573                 <fieldValue name='cylinderTranslationvalue='0.81493 -0.60342 1.55056'/>
1574                 <fieldValue name='coneTranslationvalue='0.78511 -0.42398 1.78698'/>
1575                 <fieldValue name='rotationvalue='72.64528 -0.00000 9.16498 0.92536'/>
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.91660'/>
1584                 <fieldValue name='cylinderTranslationvalue='0.81493 -0.60342 1.55056'/>
1585                 <fieldValue name='coneTranslationvalue='0.78511 -0.42398 1.78698'/>
1586                 <fieldValue name='rotationvalue='72.64528 -0.00000 9.16498 0.92536'/>
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.68509'/>
1595                 <fieldValue name='cylinderTranslationvalue='1.00096 -1.19121 1.17082'/>
1596                 <fieldValue name='coneTranslationvalue='1.07567 -1.35753 1.16202'/>
1597                 <fieldValue name='rotationvalue='-3.30286 0 -28.04033 2.71681'/>
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.55267'/>
1606                 <fieldValue name='cylinderTranslationvalue='-0.66623 -2.56309 -1.25836'/>
1607                 <fieldValue name='coneTranslationvalue='-0.56455 -2.52475 -1.21682'/>
1608                 <fieldValue name='rotationvalue='19.73320 0 -48.30530 1.23499'/>
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.80211'/>
1617                 <fieldValue name='cylinderTranslationvalue='0.08588 0.37359 2.45878'/>
1618                 <fieldValue name='coneTranslationvalue='0.28513 0.27296 2.36778'/>
1619                 <fieldValue name='rotationvalue='-30.28023 0 -66.29984 2.00145'/>
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.81895'/>
1628                 <fieldValue name='cylinderTranslationvalue='1.07583 0.56503 2.23540'/>
1629                 <fieldValue name='coneTranslationvalue='0.86812 0.42685 2.23455'/>
1630                 <fieldValue name='rotationvalue='-0.27763 0 68.18532 2.15780'/>
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.57249'/>
1639                 <fieldValue name='cylinderTranslationvalue='0.44317 0.47501 2.39279'/>
1640                 <fieldValue name='coneTranslationvalue='0.49728 0.37079 2.34644'/>
1641                 <fieldValue name='rotationvalue='-21.01591 0 -24.53737 2.54198'/>
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.00573'/>
1650                 <fieldValue name='cylinderTranslationvalue='2.03536 -1.65135 -0.64133'/>
1651                 <fieldValue name='coneTranslationvalue='1.99815 -1.50056 -0.66524'/>
1652                 <fieldValue name='rotationvalue='0.08720 0 -0.13573 2.85624'/>
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.27826'/>
1661                 <fieldValue name='cylinderTranslationvalue='2.43056 1.68599 -1.71740'/>
1662                 <fieldValue name='coneTranslationvalue='2.43184 1.69887 -1.70103'/>
1663                 <fieldValue name='rotationvalue='-21.82620 0 1.70456 2.23601'/>
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.17449'/>
1672                 <fieldValue name='cylinderTranslationvalue='1.46593 -1.56713 -0.32831'/>
1673                 <fieldValue name='coneTranslationvalue='1.42042 -1.58665 -0.38161'/>
1674                 <fieldValue name='rotationvalue='12.78325 0 -10.91513 1.29918'/>
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.17386'/>
1683                 <fieldValue name='cylinderTranslationvalue='-1.20043 1.81745 -2.33224'/>
1684                 <fieldValue name='coneTranslationvalue='-1.15460 1.86761 -2.35914'/>
1685                 <fieldValue name='rotationvalue='6.40063 -0.00000 10.90411 2.32729'/>
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.00001'/>
1694                 <fieldValue name='cylinderTranslationvalue='-0.99285 -2.04542 -1.64956'/>
1695                 <fieldValue name='coneTranslationvalue='-1.08704 -1.99752 -1.52943'/>
1696                 <fieldValue name='rotationvalue='-0.00056 0 -0.00044 1.87486'/>
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.80215'/>
1705                 <fieldValue name='cylinderTranslationvalue='0.09300 -2.38403 -0.90400'/>
1706                 <fieldValue name='coneTranslationvalue='-0.00688 -2.49265 -1.09464'/>
1707                 <fieldValue name='rotationvalue='-63.43420 0 33.23243 2.03818'/>
1708                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1709                 <fieldValue name='ballRadiusvalue='0.02'/>
1710                 <fieldValue name='traceEnabledvalue='false'/>
1711                 <fieldValue name='displayMode'/>
1712                 <fieldValue name='transparencyvalue='0'/>
1713            </ProtoInstance>
1714            <ProtoInstance name='Arc'>
1715                 <fieldValue name='cylinderHeightvalue='0.08357'/>
1716                 <fieldValue name='cylinderTranslationvalue='0.28150 -2.20015 -0.55166'/>
1717                 <fieldValue name='coneTranslationvalue='0.21830 -2.20914 -0.65115'/>
1718                 <fieldValue name='rotationvalue='7.03348 0 -4.46833 1.49464'/>
1719                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1720                 <fieldValue name='ballRadiusvalue='0.02'/>
1721                 <fieldValue name='traceEnabledvalue='false'/>
1722                 <fieldValue name='displayMode'/>
1723                 <fieldValue name='transparencyvalue='0'/>
1724            </ProtoInstance>
1725            <ProtoInstance name='Arc'>
1726                 <fieldValue name='cylinderHeightvalue='1.00773'/>
1727                 <fieldValue name='cylinderTranslationvalue='0.62618 -2.11327 -0.25356'/>
1728                 <fieldValue name='coneTranslationvalue='0.87665 -2.05182 -0.02612'/>
1729                 <fieldValue name='rotationvalue='66.65389 0 -73.40286 1.39110'/>
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.35075'/>
1738                 <fieldValue name='cylinderTranslationvalue='0.30858 -2.35789 -0.52031'/>
1739                 <fieldValue name='coneTranslationvalue='0.31291 -2.37144 -0.51448'/>
1740                 <fieldValue name='rotationvalue='13.30304 0 -9.88343 2.64947'/>
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.42664'/>
1749                 <fieldValue name='cylinderTranslationvalue='0.45049 -2.20978 -0.49272'/>
1750                 <fieldValue name='coneTranslationvalue='0.49831 -2.21140 -0.46919'/>
1751                 <fieldValue name='rotationvalue='18.82244 0 -38.26524 1.60105'/>
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.30108'/>
1760                 <fieldValue name='cylinderTranslationvalue='-0.20167 -2.60276 -1.28974'/>
1761                 <fieldValue name='coneTranslationvalue='-0.19359 -2.60037 -1.28543'/>
1762                 <fieldValue name='rotationvalue='-13.71445 0 25.70165 1.82610'/>
1763                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1764                 <fieldValue name='ballRadiusvalue='0.02'/>
1765                 <fieldValue name='traceEnabledvalue='false'/>
1766                 <fieldValue name='displayMode'/>
1767                 <fieldValue name='transparencyvalue='0'/>
1768            </ProtoInstance>
1769            <ProtoInstance name='Arc'>
1770                 <fieldValue name='cylinderHeightvalue='0.20999'/>
1771                 <fieldValue name='cylinderTranslationvalue='1.70285 -1.58829 0.05781'/>
1772                 <fieldValue name='coneTranslationvalue='1.72101 -1.60556 0.10677'/>
1773                 <fieldValue name='rotationvalue='-18.69353 0 6.93152 1.25145'/>
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.27251'/>
1782                 <fieldValue name='cylinderTranslationvalue='1.59435 -1.54953 -0.15002'/>
1783                 <fieldValue name='coneTranslationvalue='1.60722 -1.55054 -0.13010'/>
1784                 <fieldValue name='rotationvalue='-22.87308 0 14.76838 1.52820'/>
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.40026'/>
1793                 <fieldValue name='cylinderTranslationvalue='1.99120 -1.93774 0.38430'/>
1794                 <fieldValue name='coneTranslationvalue='2.03072 -1.93287 0.38932'/>
1795                 <fieldValue name='rotationvalue='4.99937 0 -39.41510 1.44924'/>
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.45926'/>
1804                 <fieldValue name='cylinderTranslationvalue='1.15082 -1.78638 0.75986'/>
1805                 <fieldValue name='coneTranslationvalue='1.17921 -1.84925 0.76931'/>
1806                 <fieldValue name='rotationvalue='6.22953 0 -18.72548 2.69743'/>
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.59998'/>
1815                 <fieldValue name='cylinderTranslationvalue='0.86457 -2.18290 0.29870'/>
1816                 <fieldValue name='coneTranslationvalue='0.92459 -2.10838 0.19651'/>
1817                 <fieldValue name='rotationvalue='-43.79701 0 -25.72493 1.00952'/>
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.00064'/>
1826                 <fieldValue name='cylinderTranslationvalue='0.34364 1.38908 2.18190'/>
1827                 <fieldValue name='coneTranslationvalue='0.35026 1.40669 2.02333'/>
1828                 <fieldValue name='rotationvalue='0.06347 -0.00000 0.00265 1.68128'/>
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.80917'/>
1837                 <fieldValue name='cylinderTranslationvalue='0.00989 -2.40849 -0.69688'/>
1838                 <fieldValue name='coneTranslationvalue='0.18760 -2.28062 -0.58783'/>
1839                 <fieldValue name='rotationvalue='36.07712 0 -58.79144 1.02066'/>
1840                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1841                 <fieldValue name='ballRadiusvalue='0.02'/>
1842                 <fieldValue name='traceEnabledvalue='false'/>
1843                 <fieldValue name='displayMode'/>
1844                 <fieldValue name='transparencyvalue='0'/>
1845            </ProtoInstance>
1846            <ProtoInstance name='Arc'>
1847                 <fieldValue name='cylinderHeightvalue='0.34848'/>
1848                 <fieldValue name='cylinderTranslationvalue='-0.35439 -2.54602 -1.01848'/>
1849                 <fieldValue name='coneTranslationvalue='-0.36013 -2.53997 -1.03002'/>
1850                 <fieldValue name='rotationvalue='-28.24258 0 14.06341 1.13222'/>
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.33766'/>
1859                 <fieldValue name='cylinderTranslationvalue='0.68463 0.44492 2.21141'/>
1860                 <fieldValue name='coneTranslationvalue='0.68322 0.43632 2.21278'/>
1861                 <fieldValue name='rotationvalue='5.24465 -0.00000 5.39588 2.91685'/>
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.27662'/>
1870                 <fieldValue name='cylinderTranslationvalue='0.72325 0.47387 2.20960'/>
1871                 <fieldValue name='coneTranslationvalue='0.72143 0.49514 2.20577'/>
1872                 <fieldValue name='rotationvalue='4.88255 0 -2.32923 2.94476'/>
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.08043'/>
1881                 <fieldValue name='cylinderTranslationvalue='0.74881 0.60738 2.20032'/>
1882                 <fieldValue name='coneTranslationvalue='0.63801 0.61370 2.15524'/>
1883                 <fieldValue name='rotationvalue='3.02658 0 -7.43967 1.62358'/>
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.52515'/>
1892                 <fieldValue name='cylinderTranslationvalue='0.56139 -2.48478 -0.29006'/>
1893                 <fieldValue name='coneTranslationvalue='0.48194 -2.49559 -0.35403'/>
1894                 <fieldValue name='rotationvalue='-32.74704 0 40.67915 1.67637'/>
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.38377'/>
1903                 <fieldValue name='cylinderTranslationvalue='0.70330 -2.33667 -0.26247'/>
1904                 <fieldValue name='coneTranslationvalue='0.69308 -2.31666 -0.28509'/>
1905                 <fieldValue name='rotationvalue='-27.22764 0 12.29734 0.89225'/>
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.44507'/>
1914                 <fieldValue name='cylinderTranslationvalue='-1.15095 2.50194 -1.40111'/>
1915                 <fieldValue name='coneTranslationvalue='-1.13567 2.48848 -1.46024'/>
1916                 <fieldValue name='rotationvalue='-42.08090 0 -10.87440 1.78778'/>
1917                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1918                 <fieldValue name='ballRadiusvalue='0.02'/>
1919                 <fieldValue name='traceEnabledvalue='false'/>
1920                 <fieldValue name='displayMode'/>
1921                 <fieldValue name='transparencyvalue='0'/>
1922            </ProtoInstance>
1923            <ProtoInstance name='Arc'>
1924                 <fieldValue name='cylinderHeightvalue='0.32707'/>
1925                 <fieldValue name='cylinderTranslationvalue='0.41477 0.28246 2.33244'/>
1926                 <fieldValue name='coneTranslationvalue='0.41804 0.28151 2.33147'/>
1927                 <fieldValue name='rotationvalue='-8.94554 0 -30.21841 1.84169'/>
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.38210'/>
1936                 <fieldValue name='cylinderTranslationvalue='0.44162 0.26833 2.33865'/>
1937                 <fieldValue name='coneTranslationvalue='0.47054 0.25892 2.33238'/>
1938                 <fieldValue name='rotationvalue='-7.70394 0 -35.58936 1.87864'/>
1939                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1940                 <fieldValue name='ballRadiusvalue='0.02'/>
1941                 <fieldValue name='traceEnabledvalue='false'/>
1942                 <fieldValue name='displayMode'/>
1943                 <fieldValue name='transparencyvalue='0'/>
1944            </ProtoInstance>
1945            <ProtoInstance name='Arc'>
1946                 <fieldValue name='cylinderHeightvalue='0.00132'/>
1947                 <fieldValue name='cylinderTranslationvalue='-0.72567 2.74972 -1.25492'/>
1948                 <fieldValue name='coneTranslationvalue='-0.59109 2.78651 -1.33190'/>
1949                 <fieldValue name='rotationvalue='0.06376 -0.00000 0.11147 1.80378'/>
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.44485'/>
1958                 <fieldValue name='cylinderTranslationvalue='-0.30026 2.41708 -2.14118'/>
1959                 <fieldValue name='coneTranslationvalue='-0.36202 2.41373 -2.13277'/>
1960                 <fieldValue name='rotationvalue='5.99161 -0.00000 44.01434 1.62458'/>
1961                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1962                 <fieldValue name='ballRadiusvalue='0.02'/>
1963                 <fieldValue name='traceEnabledvalue='false'/>
1964                 <fieldValue name='displayMode'/>
1965                 <fieldValue name='transparencyvalue='0'/>
1966            </ProtoInstance>
1967            <ProtoInstance name='Arc'>
1968                 <fieldValue name='cylinderHeightvalue='0.25855'/>
1969                 <fieldValue name='cylinderTranslationvalue='-0.63054 2.43806 -2.05222'/>
1970                 <fieldValue name='coneTranslationvalue='-0.60435 2.43023 -2.06624'/>
1971                 <fieldValue name='rotationvalue='11.80104 -0.00000 22.04211 1.31323'/>
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.44087'/>
1980                 <fieldValue name='cylinderTranslationvalue='1.24916 -2.32135 0.16356'/>
1981                 <fieldValue name='coneTranslationvalue='1.26457 -2.37869 0.17484'/>
1982                 <fieldValue name='rotationvalue='8.22929 0 -11.24254 2.82006'/>
1983                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1984                 <fieldValue name='ballRadiusvalue='0.02'/>
1985                 <fieldValue name='traceEnabledvalue='false'/>
1986                 <fieldValue name='displayMode'/>
1987                 <fieldValue name='transparencyvalue='0'/>
1988            </ProtoInstance>
1989            <ProtoInstance name='Arc'>
1990                 <fieldValue name='cylinderHeightvalue='0.22281'/>
1991                 <fieldValue name='cylinderTranslationvalue='1.09307 -2.06772 0.10106'/>
1992                 <fieldValue name='coneTranslationvalue='1.13663 -2.08712 0.11037'/>
1993                 <fieldValue name='rotationvalue='-4.27015 0 19.97555 1.15993'/>
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.75829'/>
2002                 <fieldValue name='cylinderTranslationvalue='1.46030 -2.36600 0.03372'/>
2003                 <fieldValue name='coneTranslationvalue='1.61483 -2.51269 -0.01754'/>
2004                 <fieldValue name='rotationvalue='-17.73787 0 -53.47020 2.30416'/>
2005                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2006                 <fieldValue name='ballRadiusvalue='0.02'/>
2007                 <fieldValue name='traceEnabledvalue='false'/>
2008                 <fieldValue name='displayMode'/>
2009                 <fieldValue name='transparencyvalue='0'/>
2010            </ProtoInstance>
2011            <ProtoInstance name='Arc'>
2012                 <fieldValue name='cylinderHeightvalue='0.00058'/>
2013                 <fieldValue name='cylinderTranslationvalue='-0.10643 1.97719 -2.56285'/>
2014                 <fieldValue name='coneTranslationvalue='-0.03966 2.09620 -2.47986'/>
2015                 <fieldValue name='rotationvalue='-0.03024 0 0.02433 2.41158'/>
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.92782'/>
2024                 <fieldValue name='cylinderTranslationvalue='0.64852 -2.11010 -0.21839'/>
2025                 <fieldValue name='coneTranslationvalue='0.87431 -2.05318 -0.02310'/>
2026                 <fieldValue name='rotationvalue='59.62041 0 -68.93453 1.38242'/>
2027                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2028                 <fieldValue name='ballRadiusvalue='0.02'/>
2029                 <fieldValue name='traceEnabledvalue='false'/>
2030                 <fieldValue name='displayMode'/>
2031                 <fieldValue name='transparencyvalue='0'/>
2032            </ProtoInstance>
2033            <ProtoInstance name='Arc'>
2034                 <fieldValue name='cylinderHeightvalue='0.08613'/>
2035                 <fieldValue name='cylinderTranslationvalue='0.91055 0.18635 2.69493'/>
2036                 <fieldValue name='coneTranslationvalue='0.82511 0.25631 2.73341'/>
2037                 <fieldValue name='rotationvalue='-2.83388 0 -6.29277 2.21210'/>
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.52573'/>
2046                 <fieldValue name='cylinderTranslationvalue='0.72247 0.22541 2.49841'/>
2047                 <fieldValue name='coneTranslationvalue='0.66119 0.23061 2.41596'/>
2048                 <fieldValue name='rotationvalue='-42.13944 0 31.32255 1.52021'/>
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.09660'/>
2057                 <fieldValue name='cylinderTranslationvalue='0.69627 0.30929 2.23582'/>
2058                 <fieldValue name='coneTranslationvalue='0.60695 0.24235 2.24001'/>
2059                 <fieldValue name='rotationvalue='-0.36210 0 -7.72510 0.92821'/>
2060                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2061                 <fieldValue name='ballRadiusvalue='0.02'/>
2062                 <fieldValue name='traceEnabledvalue='false'/>
2063                 <fieldValue name='displayMode'/>
2064                 <fieldValue name='transparencyvalue='0'/>
2065            </ProtoInstance>
2066            <ProtoInstance name='Arc'>
2067                 <fieldValue name='cylinderHeightvalue='0.31964'/>
2068                 <fieldValue name='cylinderTranslationvalue='0.76203 0.40072 2.25004'/>
2069                 <fieldValue name='coneTranslationvalue='0.76191 0.40059 2.25003'/>
2070                 <fieldValue name='rotationvalue='2.48205 0 -20.87675 0.71781'/>
2071                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2072                 <fieldValue name='ballRadiusvalue='0.02'/>
2073                 <fieldValue name='traceEnabledvalue='false'/>
2074                 <fieldValue name='displayMode'/>
2075                 <fieldValue name='transparencyvalue='0'/>
2076            </ProtoInstance>
2077            <ProtoInstance name='Arc'>
2078                 <fieldValue name='cylinderHeightvalue='0.53672'/>
2079                 <fieldValue name='cylinderTranslationvalue='0.90224 0.37575 2.29321'/>
2080                 <fieldValue name='coneTranslationvalue='1.00100 0.41427 2.31565'/>
2081                 <fieldValue name='rotationvalue='11.11550 0 -48.91810 1.20732'/>
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.11255'/>
2090                 <fieldValue name='cylinderTranslationvalue='0.61176 0.25952 2.26267'/>
2091                 <fieldValue name='coneTranslationvalue='0.69635 0.29790 2.21652'/>
2092                 <fieldValue name='rotationvalue='5.00768 -0.00000 9.17872 1.94980'/>
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.10120'/>
2101                 <fieldValue name='cylinderTranslationvalue='0.63861 0.24539 2.26888'/>
2102                 <fieldValue name='coneTranslationvalue='0.67977 0.32095 2.20132'/>
2103                 <fieldValue name='rotationvalue='6.24928 -0.00000 3.80777 2.33326'/>
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.40643'/>
2112                 <fieldValue name='cylinderTranslationvalue='-0.69298 1.68835 -2.62439'/>
2113                 <fieldValue name='coneTranslationvalue='-0.71567 1.71330 -2.59737'/>
2114                 <fieldValue name='rotationvalue='25.41145 -0.00000 21.34086 0.95529'/>
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.00145'/>
2123                 <fieldValue name='cylinderTranslationvalue='-1.79671 1.66485 -1.67947'/>
2124                 <fieldValue name='coneTranslationvalue='-1.80041 1.76077 -1.55237'/>
2125                 <fieldValue name='rotationvalue='-0.11552 0 -0.00337 2.21707'/>
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.22704'/>
2134                 <fieldValue name='cylinderTranslationvalue='0.80066 0.42967 2.24823'/>
2135                 <fieldValue name='coneTranslationvalue='0.77374 0.39223 2.24241'/>
2136                 <fieldValue name='rotationvalue='2.84415 0 -13.15164 0.63434'/>
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.44780'/>
2145                 <fieldValue name='cylinderTranslationvalue='0.94086 0.40469 2.29140'/>
2146                 <fieldValue name='coneTranslationvalue='0.99965 0.42366 2.30778'/>
2147                 <fieldValue name='rotationvalue='11.47760 0 -41.19299 1.26942'/>
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.27251'/>
2156                 <fieldValue name='cylinderTranslationvalue='0.76045 0.47175 2.22473'/>
2157                 <fieldValue name='coneTranslationvalue='0.75600 0.44848 2.22635'/>
2158                 <fieldValue name='rotationvalue='-1.85597 0 -5.11045 0.20086'/>
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.12553'/>
2167                 <fieldValue name='cylinderTranslationvalue='0.82621 0.56318 2.23895'/>
2168                 <fieldValue name='coneTranslationvalue='0.88850 0.49800 2.27536'/>
2169                 <fieldValue name='rotationvalue='-4.70012 0 8.04120 0.83603'/>
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.24498'/>
2178                 <fieldValue name='cylinderTranslationvalue='0.42448 0.13918 2.40968'/>
2179                 <fieldValue name='coneTranslationvalue='0.42666 0.11867 2.44101'/>
2180                 <fieldValue name='rotationvalue='-20.46151 0 1.42045 0.99222'/>
2181                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2182                 <fieldValue name='ballRadiusvalue='0.02'/>
2183                 <fieldValue name='traceEnabledvalue='false'/>
2184                 <fieldValue name='displayMode'/>
2185                 <fieldValue name='transparencyvalue='0'/>
2186            </ProtoInstance>
2187            <ProtoInstance name='Arc'>
2188                 <fieldValue name='cylinderHeightvalue='0.30993'/>
2189                 <fieldValue name='cylinderTranslationvalue='0.49872 0.15545 2.39985'/>
2190                 <fieldValue name='coneTranslationvalue='0.49654 0.15274 2.40350'/>
2191                 <fieldValue name='rotationvalue='-22.42812 0 -13.42754 1.00365'/>
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.31518'/>
2200                 <fieldValue name='cylinderTranslationvalue='0.52558 0.14132 2.40606'/>
2201                 <fieldValue name='coneTranslationvalue='0.52414 0.14026 2.40768'/>
2202                 <fieldValue name='rotationvalue='-21.18652 0 -18.79848 1.11673'/>
2203                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2204                 <fieldValue name='ballRadiusvalue='0.02'/>
2205                 <fieldValue name='traceEnabledvalue='false'/>
2206                 <fieldValue name='displayMode'/>
2207                 <fieldValue name='transparencyvalue='0'/>
2208            </ProtoInstance>
2209            <ProtoInstance name='Arc'>
2210                 <fieldValue name='cylinderHeightvalue='0.01100'/>
2211                 <fieldValue name='cylinderTranslationvalue='1.08950 1.29802 2.09124'/>
2212                 <fieldValue name='coneTranslationvalue='1.22730 1.23125 2.07064'/>
2213                 <fieldValue name='rotationvalue='0.14666 -0.00000 0.98107 1.12388'/>
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.59998'/>
2222                 <fieldValue name='cylinderTranslationvalue='0.86457 -2.18290 0.29870'/>
2223                 <fieldValue name='coneTranslationvalue='0.92459 -2.10838 0.19651'/>
2224                 <fieldValue name='rotationvalue='-43.79701 0 -25.72493 1.00952'/>
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.24881'/>
2233                 <fieldValue name='cylinderTranslationvalue='1.29332 -2.10397 0.76040'/>
2234                 <fieldValue name='coneTranslationvalue='1.30730 -2.13551 0.75164'/>
2235                 <fieldValue name='rotationvalue='6.12200 -0.00000 9.77335 0.48194'/>
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.55387'/>
2244                 <fieldValue name='cylinderTranslationvalue='-0.55809 -2.55052 -1.38934'/>
2245                 <fieldValue name='coneTranslationvalue='-0.61441 -2.58367 -1.48631'/>
2246                 <fieldValue name='rotationvalue='-45.93020 0 26.67764 1.85819'/>
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.27724'/>
2255                 <fieldValue name='cylinderTranslationvalue='-0.37744 -2.55640 -1.25900'/>
2256                 <fieldValue name='coneTranslationvalue='-0.38473 -2.54339 -1.24369'/>
2257                 <fieldValue name='rotationvalue='-19.86243 0 -9.45244 2.22518'/>
2258                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2259                 <fieldValue name='ballRadiusvalue='0.02'/>
2260                 <fieldValue name='traceEnabledvalue='false'/>
2261                 <fieldValue name='displayMode'/>
2262                 <fieldValue name='transparencyvalue='0'/>
2263            </ProtoInstance>
2264            <ProtoInstance name='Arc'>
2265                 <fieldValue name='cylinderHeightvalue='0.34790'/>
2266                 <fieldValue name='cylinderTranslationvalue='0.53713 0.12510 2.41628'/>
2267                 <fieldValue name='coneTranslationvalue='0.53943 0.13421 2.40597'/>
2268                 <fieldValue name='rotationvalue='-25.71355 0 -5.74639 0.85922'/>
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.24455'/>
2277                 <fieldValue name='cylinderTranslationvalue='0.42491 -0.03135 2.62323'/>
2278                 <fieldValue name='coneTranslationvalue='0.45067 -0.01813 2.59904'/>
2279                 <fieldValue name='rotationvalue='15.67630 -0.00000 16.69761 1.92896'/>
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.33440'/>
2288                 <fieldValue name='cylinderTranslationvalue='0.56398 0.11098 2.42249'/>
2289                 <fieldValue name='coneTranslationvalue='0.56638 0.11526 2.41722'/>
2290                 <fieldValue name='rotationvalue='-24.47195 0 -11.11733 0.93366'/>
2291                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2292                 <fieldValue name='ballRadiusvalue='0.02'/>
2293                 <fieldValue name='traceEnabledvalue='false'/>
2294                 <fieldValue name='displayMode'/>
2295                 <fieldValue name='transparencyvalue='0'/>
2296            </ProtoInstance>
2297            <ProtoInstance name='Arc'>
2298                 <fieldValue name='cylinderHeightvalue='0.78753'/>
2299                 <fieldValue name='cylinderTranslationvalue='0.91817 0.08809 2.52579'/>
2300                 <fieldValue name='coneTranslationvalue='0.74090 0.16073 2.39182'/>
2301                 <fieldValue name='rotationvalue='-45.13213 0 59.71950 1.25485'/>
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.00003'/>
2310                 <fieldValue name='cylinderTranslationvalue='-1.25364 -2.39696 -0.82270'/>
2311                 <fieldValue name='coneTranslationvalue='-1.22026 -2.55045 -0.79229'/>
2312                 <fieldValue name='rotationvalue='-0.00055 0 0.00061 0.28606'/>
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.44117'/>
2321                 <fieldValue name='cylinderTranslationvalue='-1.31170 1.55960 -2.37873'/>
2322                 <fieldValue name='coneTranslationvalue='-1.29611 1.61404 -2.35717'/>
2323                 <fieldValue name='rotationvalue='15.69896 0 -11.34987 0.45460'/>
2324                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2325                 <fieldValue name='ballRadiusvalue='0.02'/>
2326                 <fieldValue name='traceEnabledvalue='false'/>
2327                 <fieldValue name='displayMode'/>
2328                 <fieldValue name='transparencyvalue='0'/>
2329            </ProtoInstance>
2330            <ProtoInstance name='Arc'>
2331                 <fieldValue name='cylinderHeightvalue='0.78658'/>
2332                 <fieldValue name='cylinderTranslationvalue='0.12265 0.04906 2.51506'/>
2333                 <fieldValue name='coneTranslationvalue='-0.05217 -0.04414 2.63825'/>
2334                 <fieldValue name='rotationvalue='41.53608 -0.00000 58.94562 1.98173'/>
2335                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2336                 <fieldValue name='ballRadiusvalue='0.02'/>
2337                 <fieldValue name='traceEnabledvalue='false'/>
2338                 <fieldValue name='displayMode'/>
2339                 <fieldValue name='transparencyvalue='0'/>
2340            </ProtoInstance>
2341            <ProtoInstance name='Arc'>
2342                 <fieldValue name='cylinderHeightvalue='0.15327'/>
2343                 <fieldValue name='cylinderTranslationvalue='0.49162 0.22243 2.29754'/>
2344                 <fieldValue name='coneTranslationvalue='0.41086 0.20473 2.30824'/>
2345                 <fieldValue name='rotationvalue='-1.96662 0 -14.84798 1.35689'/>
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.48970'/>
2354                 <fieldValue name='cylinderTranslationvalue='0.37940 0.06597 2.50449'/>
2355                 <fieldValue name='coneTranslationvalue='0.36624 0.01739 2.57280'/>
2356                 <fieldValue name='rotationvalue='39.42324 -0.00000 7.59601 2.18042'/>
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.20236'/>
2365                 <fieldValue name='cylinderTranslationvalue='0.51848 0.20830 2.30375'/>
2366                 <fieldValue name='coneTranslationvalue='0.45971 0.20706 2.30586'/>
2367                 <fieldValue name='rotationvalue='-0.72502 0 -20.21893 1.54965'/>
2368                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2369                 <fieldValue name='ballRadiusvalue='0.02'/>
2370                 <fieldValue name='traceEnabledvalue='false'/>
2371                 <fieldValue name='displayMode'/>
2372                 <fieldValue name='transparencyvalue='0'/>
2373            </ProtoInstance>
2374            <ProtoInstance name='Arc'>
2375                 <fieldValue name='cylinderHeightvalue='0.80746'/>
2376                 <fieldValue name='cylinderTranslationvalue='0.04556 0.12952 2.44474'/>
2377                 <fieldValue name='coneTranslationvalue='-0.17891 0.08325 2.52767'/>
2378                 <fieldValue name='rotationvalue='27.47368 -0.00000 74.36479 1.76180'/>
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.82391'/>
2387                 <fieldValue name='cylinderTranslationvalue='0.01848 0.25288 2.39901'/>
2388                 <fieldValue name='coneTranslationvalue='-0.22550 0.28145 2.45506'/>
2389                 <fieldValue name='rotationvalue='18.32762 -0.00000 79.78106 1.45715'/>
2390                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2391                 <fieldValue name='ballRadiusvalue='0.02'/>
2392                 <fieldValue name='traceEnabledvalue='false'/>
2393                 <fieldValue name='displayMode'/>
2394                 <fieldValue name='transparencyvalue='0'/>
2395            </ProtoInstance>
2396            <ProtoInstance name='Arc'>
2397                 <fieldValue name='cylinderHeightvalue='0.50134'/>
2398                 <fieldValue name='cylinderTranslationvalue='0.78079 0.18552 2.49045'/>
2399                 <fieldValue name='coneTranslationvalue='0.72248 0.19453 2.42160'/>
2400                 <fieldValue name='rotationvalue='-38.06396 0 32.24438 1.47120'/>
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.41701'/>
2409                 <fieldValue name='cylinderTranslationvalue='-0.78863 1.63561 -2.61746'/>
2410                 <fieldValue name='coneTranslationvalue='-0.78606 1.59605 -2.64541'/>
2411                 <fieldValue name='rotationvalue='-24.02565 0 -2.20953 2.52461'/>
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='Vertex'>
2419                 <fieldValue name='vertexTextvalue='"2010-02-13-BLOGS.STATE.GOV-INDEX.PHP"'/>
2420                 <fieldValue name='descriptionvalue='1: 2010-02-13-BLOGS.STATE.GOV-INDEX.PHP'/>
2421                 <fieldValue name='url'/>
2422                 <fieldValue name='radiusvalue='0.1500'/>
2423                 <fieldValue name='displayMode'/>
2424                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2425                 <fieldValue name='transparencyvalue='0'/>
2426                 <fieldValue name='translationvalue='-0.95924 2.12581 -2.02341'/>
2427                 <fieldValue name='textTranslationvalue='-0.80924 2.12581 -2.02341'/>
2428                 <fieldValue name='textColorvalue='0 0 0'/>
2429            </ProtoInstance>
2430            <ProtoInstance name='Vertex'>
2431                 <fieldValue name='vertexTextvalue='"2010-02-13-FACEBOOK.COM-USSVINSON"'/>
2432                 <fieldValue name='descriptionvalue='2: 2010-02-13-FACEBOOK.COM-USSVINSON'/>
2433                 <fieldValue name='url'/>
2434                 <fieldValue name='radiusvalue='0.1500'/>
2435                 <fieldValue name='displayMode'/>
2436                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2437                 <fieldValue name='transparencyvalue='0'/>
2438                 <fieldValue name='translationvalue='2.45575 1.87740 -1.40394'/>
2439                 <fieldValue name='textTranslationvalue='2.60575 1.87740 -1.40394'/>
2440                 <fieldValue name='textColorvalue='0 0 0'/>
2441            </ProtoInstance>
2442            <ProtoInstance name='Vertex'>
2443                 <fieldValue name='vertexTextvalue='"2010-02-13-SOUTHCOM.MIL-APPSSC"'/>
2444                 <fieldValue name='descriptionvalue='3: 2010-02-13-SOUTHCOM.MIL-APPSSC'/>
2445                 <fieldValue name='url'/>
2446                 <fieldValue name='radiusvalue='0.1500'/>
2447                 <fieldValue name='displayMode'/>
2448                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2449                 <fieldValue name='transparencyvalue='0'/>
2450                 <fieldValue name='translationvalue='1.12798 -1.93276 0.14996'/>
2451                 <fieldValue name='textTranslationvalue='1.27798 -1.93276 0.14996'/>
2452                 <fieldValue name='textColorvalue='0 0 0'/>
2453            </ProtoInstance>
2454            <ProtoInstance name='Vertex'>
2455                 <fieldValue name='vertexTextvalue='"2010-02-13-USCG.MIL-COMDT"'/>
2456                 <fieldValue name='descriptionvalue='4: 2010-02-13-USCG.MIL-COMDT'/>
2457                 <fieldValue name='url'/>
2458                 <fieldValue name='radiusvalue='0.1500'/>
2459                 <fieldValue name='displayMode'/>
2460                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2461                 <fieldValue name='transparencyvalue='0'/>
2462                 <fieldValue name='translationvalue='-0.20834 -2.34242 -0.96344'/>
2463                 <fieldValue name='textTranslationvalue='-0.05834 -2.34242 -0.96344'/>
2464                 <fieldValue name='textColorvalue='0 0 0'/>
2465            </ProtoInstance>
2466            <ProtoInstance name='Vertex'>
2467                 <fieldValue name='vertexTextvalue='"2010-02-13-YOUTUBE.COM-WATCH"'/>
2468                 <fieldValue name='descriptionvalue='5: 2010-02-13-YOUTUBE.COM-WATCH'/>
2469                 <fieldValue name='url'/>
2470                 <fieldValue name='radiusvalue='0.1500'/>
2471                 <fieldValue name='displayMode'/>
2472                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
2473                 <fieldValue name='transparencyvalue='0'/>
2474                 <fieldValue name='translationvalue='0.58226 0.24893 2.21035'/>
2475                 <fieldValue name='textTranslationvalue='0.73226 0.24893 2.21035'/>
2476                 <fieldValue name='textColorvalue='0 0 0'/>
2477            </ProtoInstance>
2478            <ProtoInstance name='Vertex'>
2479                 <fieldValue name='vertexTextvalue=' "Haiti/2010-02-13/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-13.simple" '/>
2480                 <fieldValue name='descriptionvalue='6: Haiti/2010-02-13/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-13.simple'/>
2481                 <fieldValue name='url'/>
2482                 <fieldValue name='radiusvalue='0.1500'/>
2483                 <fieldValue name='displayMode'/>
2484                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
2485                 <fieldValue name='transparencyvalue='0'/>
2486                 <fieldValue name='translationvalue='-2.75202 0.41031 0.49560'/>
2487                 <fieldValue name='textTranslationvalue='-2.60202 0.41031 0.49560'/>
2488                 <fieldValue name='textColorvalue='0 0 0'/>
2489            </ProtoInstance>
2490            <ProtoInstance name='Vertex'>
2491                 <fieldValue name='vertexTextvalue='"access"'/>
2492                 <fieldValue name='descriptionvalue='7: access'/>
2493                 <fieldValue name='url'/>
2494                 <fieldValue name='radiusvalue='0.1500'/>
2495                 <fieldValue name='displayMode'/>
2496                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2497                 <fieldValue name='transparencyvalue='0'/>
2498                 <fieldValue name='translationvalue='1.65971 -2.22120 -0.00021'/>
2499                 <fieldValue name='textTranslationvalue='1.80971 -2.22120 -0.00021'/>
2500                 <fieldValue name='textColorvalue='0 0 0'/>
2501            </ProtoInstance>
2502            <ProtoInstance name='Vertex'>
2503                 <fieldValue name='vertexTextvalue='"aerial"'/>
2504                 <fieldValue name='descriptionvalue='8: aerial'/>
2505                 <fieldValue name='url'/>
2506                 <fieldValue name='radiusvalue='0.1500'/>
2507                 <fieldValue name='displayMode'/>
2508                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
2509                 <fieldValue name='transparencyvalue='0'/>
2510                 <fieldValue name='translationvalue='0.58727 0.55078 2.69577'/>
2511                 <fieldValue name='textTranslationvalue='0.73727 0.55078 2.69577'/>
2512                 <fieldValue name='textColorvalue='0 0 0'/>
2513            </ProtoInstance>
2514            <ProtoInstance name='Vertex'>
2515                 <fieldValue name='vertexTextvalue='"africa"'/>
2516                 <fieldValue name='descriptionvalue='9: africa'/>
2517                 <fieldValue name='url'/>
2518                 <fieldValue name='radiusvalue='0.1500'/>
2519                 <fieldValue name='displayMode'/>
2520                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2521                 <fieldValue name='transparencyvalue='0'/>
2522                 <fieldValue name='translationvalue='-0.90044 2.02547 -2.42672'/>
2523                 <fieldValue name='textTranslationvalue='-0.75044 2.02547 -2.42672'/>
2524                 <fieldValue name='textColorvalue='0 0 0'/>
2525            </ProtoInstance>
2526            <ProtoInstance name='Vertex'>
2527                 <fieldValue name='vertexTextvalue='"air"'/>
2528                 <fieldValue name='descriptionvalue='10: air'/>
2529                 <fieldValue name='url'/>
2530                 <fieldValue name='radiusvalue='0.1500'/>
2531                 <fieldValue name='displayMode'/>
2532                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2533                 <fieldValue name='transparencyvalue='0'/>
2534                 <fieldValue name='translationvalue='1.06072 -2.22467 0.37321'/>
2535                 <fieldValue name='textTranslationvalue='1.21072 -2.22467 0.37321'/>
2536                 <fieldValue name='textColorvalue='0 0 0'/>
2537            </ProtoInstance>
2538            <ProtoInstance name='Vertex'>
2539                 <fieldValue name='vertexTextvalue='"aircraft"'/>
2540                 <fieldValue name='descriptionvalue='11: aircraft'/>
2541                 <fieldValue name='url'/>
2542                 <fieldValue name='radiusvalue='0.1500'/>
2543                 <fieldValue name='displayMode'/>
2544                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2545                 <fieldValue name='transparencyvalue='0'/>
2546                 <fieldValue name='translationvalue='1.76604 -1.96884 -0.89795'/>
2547                 <fieldValue name='textTranslationvalue='1.91604 -1.96884 -0.89795'/>
2548                 <fieldValue name='textColorvalue='0 0 0'/>
2549            </ProtoInstance>
2550            <ProtoInstance name='Vertex'>
2551                 <fieldValue name='vertexTextvalue='"airport"'/>
2552                 <fieldValue name='descriptionvalue='12: airport'/>
2553                 <fieldValue name='url'/>
2554                 <fieldValue name='radiusvalue='0.1500'/>
2555                 <fieldValue name='displayMode'/>
2556                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2557                 <fieldValue name='transparencyvalue='0'/>
2558                 <fieldValue name='translationvalue='1.22849 -2.28966 -0.45728'/>
2559                 <fieldValue name='textTranslationvalue='1.37849 -2.28966 -0.45728'/>
2560                 <fieldValue name='textColorvalue='0 0 0'/>
2561            </ProtoInstance>
2562            <ProtoInstance name='Vertex'>
2563                 <fieldValue name='vertexTextvalue='"allen"'/>
2564                 <fieldValue name='descriptionvalue='13: allen'/>
2565                 <fieldValue name='url'/>
2566                 <fieldValue name='radiusvalue='0.1500'/>
2567                 <fieldValue name='displayMode'/>
2568                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2569                 <fieldValue name='transparencyvalue='0'/>
2570                 <fieldValue name='translationvalue='-0.41575 -2.17564 -2.00309'/>
2571                 <fieldValue name='textTranslationvalue='-0.26575 -2.17564 -2.00309'/>
2572                 <fieldValue name='textColorvalue='0 0 0'/>
2573            </ProtoInstance>
2574            <ProtoInstance name='Vertex'>
2575                 <fieldValue name='vertexTextvalue='"amazing"'/>
2576                 <fieldValue name='descriptionvalue='14: amazing'/>
2577                 <fieldValue name='url'/>
2578                 <fieldValue name='radiusvalue='0.1500'/>
2579                 <fieldValue name='displayMode'/>
2580                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2581                 <fieldValue name='transparencyvalue='0'/>
2582                 <fieldValue name='translationvalue='2.31665 2.23720 -1.04019'/>
2583                 <fieldValue name='textTranslationvalue='2.46665 2.23720 -1.04019'/>
2584                 <fieldValue name='textColorvalue='0 0 0'/>
2585            </ProtoInstance>
2586            <ProtoInstance name='Vertex'>
2587                 <fieldValue name='vertexTextvalue='"americas"'/>
2588                 <fieldValue name='descriptionvalue='15: americas'/>
2589                 <fieldValue name='url'/>
2590                 <fieldValue name='radiusvalue='0.1500'/>
2591                 <fieldValue name='displayMode'/>
2592                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2593                 <fieldValue name='transparencyvalue='0'/>
2594                 <fieldValue name='translationvalue='-0.18702 2.69018 -1.70780'/>
2595                 <fieldValue name='textTranslationvalue='-0.03702 2.69018 -1.70780'/>
2596                 <fieldValue name='textColorvalue='0 0 0'/>
2597            </ProtoInstance>
2598            <ProtoInstance name='Vertex'>
2599                 <fieldValue name='vertexTextvalue='"army"'/>
2600                 <fieldValue name='descriptionvalue='16: army'/>
2601                 <fieldValue name='url'/>
2602                 <fieldValue name='radiusvalue='0.1500'/>
2603                 <fieldValue name='displayMode'/>
2604                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2605                 <fieldValue name='transparencyvalue='0'/>
2606                 <fieldValue name='translationvalue='1.14395 -2.54810 0.20234'/>
2607                 <fieldValue name='textTranslationvalue='1.29395 -2.54810 0.20234'/>
2608                 <fieldValue name='textColorvalue='0 0 0'/>
2609            </ProtoInstance>
2610            <ProtoInstance name='Vertex'>
2611                 <fieldValue name='vertexTextvalue='"asia"'/>
2612                 <fieldValue name='descriptionvalue='17: asia'/>
2613                 <fieldValue name='url'/>
2614                 <fieldValue name='radiusvalue='0.1500'/>
2615                 <fieldValue name='displayMode'/>
2616                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2617                 <fieldValue name='transparencyvalue='0'/>
2618                 <fieldValue name='translationvalue='-1.03613 2.20443 -1.97058'/>
2619                 <fieldValue name='textTranslationvalue='-0.88613 2.20443 -1.97058'/>
2620                 <fieldValue name='textColorvalue='0 0 0'/>
2621            </ProtoInstance>
2622            <ProtoInstance name='Vertex'>
2623                 <fieldValue name='vertexTextvalue='"assistance"'/>
2624                 <fieldValue name='descriptionvalue='18: assistance'/>
2625                 <fieldValue name='url'/>
2626                 <fieldValue name='radiusvalue='0.1500'/>
2627                 <fieldValue name='displayMode'/>
2628                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2629                 <fieldValue name='transparencyvalue='0'/>
2630                 <fieldValue name='translationvalue='0.86076 -0.87911 1.18734'/>
2631                 <fieldValue name='textTranslationvalue='1.01076 -0.87911 1.18734'/>
2632                 <fieldValue name='textColorvalue='0 0 0'/>
2633            </ProtoInstance>
2634            <ProtoInstance name='Vertex'>
2635                 <fieldValue name='vertexTextvalue='"attend"'/>
2636                 <fieldValue name='descriptionvalue='19: attend'/>
2637                 <fieldValue name='url'/>
2638                 <fieldValue name='radiusvalue='0.1500'/>
2639                 <fieldValue name='displayMode'/>
2640                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2641                 <fieldValue name='transparencyvalue='0'/>
2642                 <fieldValue name='translationvalue='-0.90776 -2.65415 -1.35702'/>
2643                 <fieldValue name='textTranslationvalue='-0.75776 -2.65415 -1.35702'/>
2644                 <fieldValue name='textColorvalue='0 0 0'/>
2645            </ProtoInstance>
2646            <ProtoInstance name='Vertex'>
2647                 <fieldValue name='vertexTextvalue='"beach"'/>
2648                 <fieldValue name='descriptionvalue='20: beach'/>
2649                 <fieldValue name='url'/>
2650                 <fieldValue name='radiusvalue='0.1500'/>
2651                 <fieldValue name='displayMode'/>
2652                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
2653                 <fieldValue name='transparencyvalue='0'/>
2654                 <fieldValue name='translationvalue='-0.16628 1.14661 2.24316'/>
2655                 <fieldValue name='textTranslationvalue='-0.01628 1.14661 2.24316'/>
2656                 <fieldValue name='textColorvalue='0 0 0'/>
2657            </ProtoInstance>
2658            <ProtoInstance name='Vertex'>
2659                 <fieldValue name='vertexTextvalue='"boarding"'/>
2660                 <fieldValue name='descriptionvalue='21: boarding'/>
2661                 <fieldValue name='url'/>
2662                 <fieldValue name='radiusvalue='0.1500'/>
2663                 <fieldValue name='displayMode'/>
2664                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
2665                 <fieldValue name='transparencyvalue='0'/>
2666                 <fieldValue name='translationvalue='-0.24562 0.54101 2.61018'/>
2667                 <fieldValue name='textTranslationvalue='-0.09562 0.54101 2.61018'/>
2668                 <fieldValue name='textColorvalue='0 0 0'/>
2669            </ProtoInstance>
2670            <ProtoInstance name='Vertex'>
2671                 <fieldValue name='vertexTextvalue='"brown"'/>
2672                 <fieldValue name='descriptionvalue='22: brown'/>
2673                 <fieldValue name='url'/>
2674                 <fieldValue name='radiusvalue='0.1500'/>
2675                 <fieldValue name='displayMode'/>
2676                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
2677                 <fieldValue name='transparencyvalue='0'/>
2678                 <fieldValue name='translationvalue='1.41675 0.79182 2.23679'/>
2679                 <fieldValue name='textTranslationvalue='1.56675 0.79182 2.23679'/>
2680                 <fieldValue name='textColorvalue='0 0 0'/>
2681            </ProtoInstance>
2682            <ProtoInstance name='Vertex'>
2683                 <fieldValue name='vertexTextvalue='"camps"'/>
2684                 <fieldValue name='descriptionvalue='23: camps'/>
2685                 <fieldValue name='url'/>
2686                 <fieldValue name='radiusvalue='0.1500'/>
2687                 <fieldValue name='displayMode'/>
2688                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
2689                 <fieldValue name='transparencyvalue='0'/>
2690                 <fieldValue name='translationvalue='0.32049 0.71132 2.49787'/>
2691                 <fieldValue name='textTranslationvalue='0.47049 0.71132 2.49787'/>
2692                 <fieldValue name='textColorvalue='0 0 0'/>
2693            </ProtoInstance>
2694            <ProtoInstance name='Vertex'>
2695                 <fieldValue name='vertexTextvalue='"cape"'/>
2696                 <fieldValue name='descriptionvalue='24: cape'/>
2697                 <fieldValue name='url'/>
2698                 <fieldValue name='radiusvalue='0.1500'/>
2699                 <fieldValue name='displayMode'/>
2700                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2701                 <fieldValue name='transparencyvalue='0'/>
2702                 <fieldValue name='translationvalue='2.03469 -1.64860 -0.64177'/>
2703                 <fieldValue name='textTranslationvalue='2.18469 -1.64860 -0.64177'/>
2704                 <fieldValue name='textColorvalue='0 0 0'/>
2705            </ProtoInstance>
2706            <ProtoInstance name='Vertex'>
2707                 <fieldValue name='vertexTextvalue='"carl"'/>
2708                 <fieldValue name='descriptionvalue='25: carl'/>
2709                 <fieldValue name='url'/>
2710                 <fieldValue name='radiusvalue='0.1500'/>
2711                 <fieldValue name='displayMode'/>
2712                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2713                 <fieldValue name='transparencyvalue='0'/>
2714                 <fieldValue name='translationvalue='2.43908 1.77186 -1.60827'/>
2715                 <fieldValue name='textTranslationvalue='2.58908 1.77186 -1.60827'/>
2716                 <fieldValue name='textColorvalue='0 0 0'/>
2717            </ProtoInstance>
2718            <ProtoInstance name='Vertex'>
2719                 <fieldValue name='vertexTextvalue='"center"'/>
2720                 <fieldValue name='descriptionvalue='26: center'/>
2721                 <fieldValue name='url'/>
2722                 <fieldValue name='radiusvalue='0.1500'/>
2723                 <fieldValue name='displayMode'/>
2724                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2725                 <fieldValue name='transparencyvalue='0'/>
2726                 <fieldValue name='translationvalue='1.41136 -1.59054 -0.39222'/>
2727                 <fieldValue name='textTranslationvalue='1.56136 -1.59054 -0.39222'/>
2728                 <fieldValue name='textColorvalue='0 0 0'/>
2729            </ProtoInstance>
2730            <ProtoInstance name='Vertex'>
2731                 <fieldValue name='vertexTextvalue='"central"'/>
2732                 <fieldValue name='descriptionvalue='27: central'/>
2733                 <fieldValue name='url'/>
2734                 <fieldValue name='radiusvalue='0.1500'/>
2735                 <fieldValue name='displayMode'/>
2736                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2737                 <fieldValue name='transparencyvalue='0'/>
2738                 <fieldValue name='translationvalue='-1.34622 2.18163 -1.87968'/>
2739                 <fieldValue name='textTranslationvalue='-1.19622 2.18163 -1.87968'/>
2740                 <fieldValue name='textColorvalue='0 0 0'/>
2741            </ProtoInstance>
2742            <ProtoInstance name='Vertex'>
2743                 <fieldValue name='vertexTextvalue='"channels"'/>
2744                 <fieldValue name='descriptionvalue='28: channels'/>
2745                 <fieldValue name='url'/>
2746                 <fieldValue name='radiusvalue='0.1500'/>
2747                 <fieldValue name='displayMode'/>
2748                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2749                 <fieldValue name='transparencyvalue='0'/>
2750                 <fieldValue name='translationvalue='-1.14591 1.87712 -2.36424'/>
2751                 <fieldValue name='textTranslationvalue='-0.99591 1.87712 -2.36424'/>
2752                 <fieldValue name='textColorvalue='0 0 0'/>
2753            </ProtoInstance>
2754            <ProtoInstance name='Vertex'>
2755                 <fieldValue name='vertexTextvalue='"class"'/>
2756                 <fieldValue name='descriptionvalue='29: class'/>
2757                 <fieldValue name='url'/>
2758                 <fieldValue name='radiusvalue='0.1500'/>
2759                 <fieldValue name='displayMode'/>
2760                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2761                 <fieldValue name='transparencyvalue='0'/>
2762                 <fieldValue name='translationvalue='-0.99285 -2.04542 -1.64956'/>
2763                 <fieldValue name='textTranslationvalue='-0.84285 -2.04542 -1.64956'/>
2764                 <fieldValue name='textColorvalue='0 0 0'/>
2765            </ProtoInstance>
2766            <ProtoInstance name='Vertex'>
2767                 <fieldValue name='vertexTextvalue='"coast"'/>
2768                 <fieldValue name='descriptionvalue='30: coast'/>
2769                 <fieldValue name='url'/>
2770                 <fieldValue name='radiusvalue='0.1500'/>
2771                 <fieldValue name='displayMode'/>
2772                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2773                 <fieldValue name='transparencyvalue='0'/>
2774                 <fieldValue name='translationvalue='0.25916 -2.20333 -0.58683'/>
2775                 <fieldValue name='textTranslationvalue='0.40916 -2.20333 -0.58683'/>
2776                 <fieldValue name='textColorvalue='0 0 0'/>
2777            </ProtoInstance>
2778            <ProtoInstance name='Vertex'>
2779                 <fieldValue name='vertexTextvalue='"commandant"'/>
2780                 <fieldValue name='descriptionvalue='31: commandant'/>
2781                 <fieldValue name='url'/>
2782                 <fieldValue name='radiusvalue='0.1500'/>
2783                 <fieldValue name='displayMode'/>
2784                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2785                 <fieldValue name='transparencyvalue='0'/>
2786                 <fieldValue name='translationvalue='-0.07316 -2.56474 -1.22117'/>
2787                 <fieldValue name='textTranslationvalue='0.07684 -2.56474 -1.22117'/>
2788                 <fieldValue name='textColorvalue='0 0 0'/>
2789            </ProtoInstance>
2790            <ProtoInstance name='Vertex'>
2791                 <fieldValue name='vertexTextvalue='"commander"'/>
2792                 <fieldValue name='descriptionvalue='32: commander'/>
2793                 <fieldValue name='url'/>
2794                 <fieldValue name='radiusvalue='0.1500'/>
2795                 <fieldValue name='displayMode'/>
2796                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2797                 <fieldValue name='transparencyvalue='0'/>
2798                 <fieldValue name='translationvalue='1.73751 -1.62125 0.15128'/>
2799                 <fieldValue name='textTranslationvalue='1.88751 -1.62125 0.15128'/>
2800                 <fieldValue name='textColorvalue='0 0 0'/>
2801            </ProtoInstance>
2802            <ProtoInstance name='Vertex'>
2803                 <fieldValue name='vertexTextvalue='"commands"'/>
2804                 <fieldValue name='descriptionvalue='33: commands'/>
2805                 <fieldValue name='url'/>
2806                 <fieldValue name='radiusvalue='0.1500'/>
2807                 <fieldValue name='displayMode'/>
2808                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2809                 <fieldValue name='transparencyvalue='0'/>
2810                 <fieldValue name='translationvalue='1.66819 -1.55533 -0.03566'/>
2811                 <fieldValue name='textTranslationvalue='1.81819 -1.55533 -0.03566'/>
2812                 <fieldValue name='textColorvalue='0 0 0'/>
2813            </ProtoInstance>
2814            <ProtoInstance name='Vertex'>
2815                 <fieldValue name='vertexTextvalue='"conduct"'/>
2816                 <fieldValue name='descriptionvalue='34: conduct'/>
2817                 <fieldValue name='url'/>
2818                 <fieldValue name='radiusvalue='0.1500'/>
2819                 <fieldValue name='displayMode'/>
2820                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2821                 <fieldValue name='transparencyvalue='0'/>
2822                 <fieldValue name='translationvalue='1.79412 -1.96200 0.35931'/>
2823                 <fieldValue name='textTranslationvalue='1.94412 -1.96200 0.35931'/>
2824                 <fieldValue name='textColorvalue='0 0 0'/>
2825            </ProtoInstance>
2826            <ProtoInstance name='Vertex'>
2827                 <fieldValue name='vertexTextvalue='"conference"'/>
2828                 <fieldValue name='descriptionvalue='35: conference'/>
2829                 <fieldValue name='url'/>
2830                 <fieldValue name='radiusvalue='0.1500'/>
2831                 <fieldValue name='displayMode'/>
2832                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2833                 <fieldValue name='transparencyvalue='0'/>
2834                 <fieldValue name='translationvalue='1.05720 -1.57903 0.72871'/>
2835                 <fieldValue name='textTranslationvalue='1.20720 -1.57903 0.72871'/>
2836                 <fieldValue name='textColorvalue='0 0 0'/>
2837            </ProtoInstance>
2838            <ProtoInstance name='Vertex'>
2839                 <fieldValue name='vertexTextvalue='"corps"'/>
2840                 <fieldValue name='descriptionvalue='36: corps'/>
2841                 <fieldValue name='url'/>
2842                 <fieldValue name='radiusvalue='0.1500'/>
2843                 <fieldValue name='displayMode'/>
2844                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2845                 <fieldValue name='transparencyvalue='0'/>
2846                 <fieldValue name='translationvalue='0.73594 -2.34257 0.51768'/>
2847                 <fieldValue name='textTranslationvalue='0.88594 -2.34257 0.51768'/>
2848                 <fieldValue name='textColorvalue='0 0 0'/>
2849            </ProtoInstance>
2850            <ProtoInstance name='Vertex'>
2851                 <fieldValue name='vertexTextvalue='"countries"'/>
2852                 <fieldValue name='descriptionvalue='37: countries'/>
2853                 <fieldValue name='url'/>
2854                 <fieldValue name='radiusvalue='0.1500'/>
2855                 <fieldValue name='displayMode'/>
2856                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2857                 <fieldValue name='transparencyvalue='0'/>
2858                 <fieldValue name='translationvalue='-0.18522 2.68902 -1.71015'/>
2859                 <fieldValue name='textTranslationvalue='-0.03522 2.68902 -1.71015'/>
2860                 <fieldValue name='textColorvalue='0 0 0'/>
2861            </ProtoInstance>
2862            <ProtoInstance name='Vertex'>
2863                 <fieldValue name='vertexTextvalue='"customize"'/>
2864                 <fieldValue name='descriptionvalue='38: customize'/>
2865                 <fieldValue name='url'/>
2866                 <fieldValue name='radiusvalue='0.1500'/>
2867                 <fieldValue name='displayMode'/>
2868                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
2869                 <fieldValue name='transparencyvalue='0'/>
2870                 <fieldValue name='translationvalue='0.34365 1.38912 2.18158'/>
2871                 <fieldValue name='textTranslationvalue='0.49365 1.38912 2.18158'/>
2872                 <fieldValue name='textColorvalue='0 0 0'/>
2873            </ProtoInstance>
2874            <ProtoInstance name='Vertex'>
2875                 <fieldValue name='vertexTextvalue='"cutter"'/>
2876                 <fieldValue name='descriptionvalue='39: cutter'/>
2877                 <fieldValue name='url'/>
2878                 <fieldValue name='radiusvalue='0.1500'/>
2879                 <fieldValue name='displayMode'/>
2880                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2881                 <fieldValue name='transparencyvalue='0'/>
2882                 <fieldValue name='translationvalue='-0.28407 -2.62001 -0.87727'/>
2883                 <fieldValue name='textTranslationvalue='-0.13407 -2.62001 -0.87727'/>
2884                 <fieldValue name='textColorvalue='0 0 0'/>
2885            </ProtoInstance>
2886            <ProtoInstance name='Vertex'>
2887                 <fieldValue name='vertexTextvalue='"departing"'/>
2888                 <fieldValue name='descriptionvalue='40: departing'/>
2889                 <fieldValue name='url'/>
2890                 <fieldValue name='radiusvalue='0.1500'/>
2891                 <fieldValue name='displayMode'/>
2892                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
2893                 <fieldValue name='transparencyvalue='0'/>
2894                 <fieldValue name='translationvalue='0.71161 0.60951 2.18519'/>
2895                 <fieldValue name='textTranslationvalue='0.86161 0.60951 2.18519'/>
2896                 <fieldValue name='textColorvalue='0 0 0'/>
2897            </ProtoInstance>
2898            <ProtoInstance name='Vertex'>
2899                 <fieldValue name='vertexTextvalue='"dept"'/>
2900                 <fieldValue name='descriptionvalue='41: dept'/>
2901                 <fieldValue name='url'/>
2902                 <fieldValue name='radiusvalue='0.1500'/>
2903                 <fieldValue name='displayMode'/>
2904                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2905                 <fieldValue name='transparencyvalue='0'/>
2906                 <fieldValue name='translationvalue='0.76479 -2.45711 -0.12633'/>
2907                 <fieldValue name='textTranslationvalue='0.91479 -2.45711 -0.12633'/>
2908                 <fieldValue name='textColorvalue='0 0 0'/>
2909            </ProtoInstance>
2910            <ProtoInstance name='Vertex'>
2911                 <fieldValue name='vertexTextvalue='"diary"'/>
2912                 <fieldValue name='descriptionvalue='42: diary'/>
2913                 <fieldValue name='url'/>
2914                 <fieldValue name='radiusvalue='0.1500'/>
2915                 <fieldValue name='displayMode'/>
2916                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2917                 <fieldValue name='transparencyvalue='0'/>
2918                 <fieldValue name='translationvalue='-1.20532 2.54985 -1.19071'/>
2919                 <fieldValue name='textTranslationvalue='-1.05532 2.54985 -1.19071'/>
2920                 <fieldValue name='textColorvalue='0 0 0'/>
2921            </ProtoInstance>
2922            <ProtoInstance name='Vertex'>
2923                 <fieldValue name='vertexTextvalue='"disaster"'/>
2924                 <fieldValue name='descriptionvalue='43: disaster'/>
2925                 <fieldValue name='url'/>
2926                 <fieldValue name='radiusvalue='0.1500'/>
2927                 <fieldValue name='displayMode'/>
2928                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
2929                 <fieldValue name='transparencyvalue='0'/>
2930                 <fieldValue name='translationvalue='0.76911 -0.32773 1.91379'/>
2931                 <fieldValue name='textTranslationvalue='0.91911 -0.32773 1.91379'/>
2932                 <fieldValue name='textColorvalue='0 0 0'/>
2933            </ProtoInstance>
2934            <ProtoInstance name='Vertex'>
2935                 <fieldValue name='vertexTextvalue='"distributing"'/>
2936                 <fieldValue name='descriptionvalue='44: distributing'/>
2937                 <fieldValue name='url'/>
2938                 <fieldValue name='radiusvalue='0.1500'/>
2939                 <fieldValue name='displayMode'/>
2940                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
2941                 <fieldValue name='transparencyvalue='0'/>
2942                 <fieldValue name='translationvalue='0.26368 0.32622 2.37716'/>
2943                 <fieldValue name='textTranslationvalue='0.41368 0.32622 2.37716'/>
2944                 <fieldValue name='textColorvalue='0 0 0'/>
2945            </ProtoInstance>
2946            <ProtoInstance name='Vertex'>
2947                 <fieldValue name='vertexTextvalue='"dominates"'/>
2948                 <fieldValue name='descriptionvalue='45: dominates'/>
2949                 <fieldValue name='url'/>
2950                 <fieldValue name='radiusvalue='0.1500'/>
2951                 <fieldValue name='displayMode'/>
2952                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2953                 <fieldValue name='transparencyvalue='0'/>
2954                 <fieldValue name='translationvalue='-0.72511 2.74988 -1.25524'/>
2955                 <fieldValue name='textTranslationvalue='-0.57511 2.74988 -1.25524'/>
2956                 <fieldValue name='textColorvalue='0 0 0'/>
2957            </ProtoInstance>
2958            <ProtoInstance name='Vertex'>
2959                 <fieldValue name='vertexTextvalue='"east"'/>
2960                 <fieldValue name='descriptionvalue='46: east'/>
2961                 <fieldValue name='url'/>
2962                 <fieldValue name='radiusvalue='0.1500'/>
2963                 <fieldValue name='displayMode'/>
2964                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2965                 <fieldValue name='transparencyvalue='0'/>
2966                 <fieldValue name='translationvalue='-0.79548 2.22135 -2.30833'/>
2967                 <fieldValue name='textTranslationvalue='-0.64548 2.22135 -2.30833'/>
2968                 <fieldValue name='textColorvalue='0 0 0'/>
2969            </ProtoInstance>
2970            <ProtoInstance name='Vertex'>
2971                 <fieldValue name='vertexTextvalue='"embed"'/>
2972                 <fieldValue name='descriptionvalue='47: embed'/>
2973                 <fieldValue name='url'/>
2974                 <fieldValue name='radiusvalue='0.1500'/>
2975                 <fieldValue name='displayMode'/>
2976                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
2977                 <fieldValue name='transparencyvalue='0'/>
2978                 <fieldValue name='translationvalue='0.34362 1.38905 2.18221'/>
2979                 <fieldValue name='textTranslationvalue='0.49362 1.38905 2.18221'/>
2980                 <fieldValue name='textColorvalue='0 0 0'/>
2981            </ProtoInstance>
2982            <ProtoInstance name='Vertex'>
2983                 <fieldValue name='vertexTextvalue='"eurasia"'/>
2984                 <fieldValue name='descriptionvalue='48: eurasia'/>
2985                 <fieldValue name='url'/>
2986                 <fieldValue name='radiusvalue='0.1500'/>
2987                 <fieldValue name='displayMode'/>
2988                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2989                 <fieldValue name='transparencyvalue='0'/>
2990                 <fieldValue name='translationvalue='-0.08019 2.42904 -2.17114'/>
2991                 <fieldValue name='textTranslationvalue='0.06981 2.42904 -2.17114'/>
2992                 <fieldValue name='textColorvalue='0 0 0'/>
2993            </ProtoInstance>
2994            <ProtoInstance name='Vertex'>
2995                 <fieldValue name='vertexTextvalue='"europe"'/>
2996                 <fieldValue name='descriptionvalue='49: europe'/>
2997                 <fieldValue name='url'/>
2998                 <fieldValue name='radiusvalue='0.1500'/>
2999                 <fieldValue name='displayMode'/>
3000                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3001                 <fieldValue name='transparencyvalue='0'/>
3002                 <fieldValue name='translationvalue='-0.52033 2.40513 -2.11122'/>
3003                 <fieldValue name='textTranslationvalue='-0.37033 2.40513 -2.11122'/>
3004                 <fieldValue name='textColorvalue='0 0 0'/>
3005            </ProtoInstance>
3006            <ProtoInstance name='Vertex'>
3007                 <fieldValue name='vertexTextvalue='"force"'/>
3008                 <fieldValue name='descriptionvalue='50: force'/>
3009                 <fieldValue name='url'/>
3010                 <fieldValue name='radiusvalue='0.1500'/>
3011                 <fieldValue name='displayMode'/>
3012                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3013                 <fieldValue name='transparencyvalue='0'/>
3014                 <fieldValue name='translationvalue='1.19295 -2.11221 0.12241'/>
3015                 <fieldValue name='textTranslationvalue='1.34295 -2.11221 0.12241'/>
3016                 <fieldValue name='textColorvalue='0 0 0'/>
3017            </ProtoInstance>
3018            <ProtoInstance name='Vertex'>
3019                 <fieldValue name='vertexTextvalue='"gallery"'/>
3020                 <fieldValue name='descriptionvalue='51: gallery'/>
3021                 <fieldValue name='url'/>
3022                 <fieldValue name='radiusvalue='0.1500'/>
3023                 <fieldValue name='displayMode'/>
3024                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3025                 <fieldValue name='transparencyvalue='0'/>
3026                 <fieldValue name='translationvalue='1.30537 -2.53049 0.20470'/>
3027                 <fieldValue name='textTranslationvalue='1.45537 -2.53049 0.20470'/>
3028                 <fieldValue name='textColorvalue='0 0 0'/>
3029            </ProtoInstance>
3030            <ProtoInstance name='Vertex'>
3031                 <fieldValue name='vertexTextvalue='"games"'/>
3032                 <fieldValue name='descriptionvalue='52: games'/>
3033                 <fieldValue name='url'/>
3034                 <fieldValue name='radiusvalue='0.1500'/>
3035                 <fieldValue name='displayMode'/>
3036                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3037                 <fieldValue name='transparencyvalue='0'/>
3038                 <fieldValue name='translationvalue='-0.10630 1.97741 -2.56269'/>
3039                 <fieldValue name='textTranslationvalue='0.04370 1.97741 -2.56269'/>
3040                 <fieldValue name='textColorvalue='0 0 0'/>
3041            </ProtoInstance>
3042            <ProtoInstance name='Vertex'>
3043                 <fieldValue name='vertexTextvalue='"grace"'/>
3044                 <fieldValue name='descriptionvalue='53: grace'/>
3045                 <fieldValue name='url'/>
3046                 <fieldValue name='radiusvalue='0.1500'/>
3047                 <fieldValue name='displayMode'/>
3048                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3049                 <fieldValue name='transparencyvalue='0'/>
3050                 <fieldValue name='translationvalue='2.32090 2.23443 -1.03512'/>
3051                 <fieldValue name='textTranslationvalue='2.47090 2.23443 -1.03512'/>
3052                 <fieldValue name='textColorvalue='0 0 0'/>
3053            </ProtoInstance>
3054            <ProtoInstance name='Vertex'>
3055                 <fieldValue name='vertexTextvalue='"guard"'/>
3056                 <fieldValue name='descriptionvalue='54: guard'/>
3057                 <fieldValue name='url'/>
3058                 <fieldValue name='radiusvalue='0.1500'/>
3059                 <fieldValue name='displayMode'/>
3060                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3061                 <fieldValue name='transparencyvalue='0'/>
3062                 <fieldValue name='translationvalue='0.30385 -2.19697 -0.51649'/>
3063                 <fieldValue name='textTranslationvalue='0.45385 -2.19697 -0.51649'/>
3064                 <fieldValue name='textColorvalue='0 0 0'/>
3065            </ProtoInstance>
3066            <ProtoInstance name='Vertex'>
3067                 <fieldValue name='vertexTextvalue='"handling"'/>
3068                 <fieldValue name='descriptionvalue='55: handling'/>
3069                 <fieldValue name='url'/>
3070                 <fieldValue name='radiusvalue='0.1500'/>
3071                 <fieldValue name='displayMode'/>
3072                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3073                 <fieldValue name='transparencyvalue='0'/>
3074                 <fieldValue name='translationvalue='0.87909 0.21211 2.70910'/>
3075                 <fieldValue name='textTranslationvalue='1.02909 0.21211 2.70910'/>
3076                 <fieldValue name='textColorvalue='0 0 0'/>
3077            </ProtoInstance>
3078            <ProtoInstance name='Vertex'>
3079                 <fieldValue name='vertexTextvalue='"helicopter"'/>
3080                 <fieldValue name='descriptionvalue='56: helicopter'/>
3081                 <fieldValue name='url'/>
3082                 <fieldValue name='radiusvalue='0.1500'/>
3083                 <fieldValue name='displayMode'/>
3084                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3085                 <fieldValue name='transparencyvalue='0'/>
3086                 <fieldValue name='translationvalue='0.65765 0.28034 2.23763'/>
3087                 <fieldValue name='textTranslationvalue='0.80765 0.28034 2.23763'/>
3088                 <fieldValue name='textColorvalue='0 0 0'/>
3089            </ProtoInstance>
3090            <ProtoInstance name='Vertex'>
3091                 <fieldValue name='vertexTextvalue='"hemisphere"'/>
3092                 <fieldValue name='descriptionvalue='57: hemisphere'/>
3093                 <fieldValue name='url'/>
3094                 <fieldValue name='radiusvalue='0.1500'/>
3095                 <fieldValue name='displayMode'/>
3096                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3097                 <fieldValue name='transparencyvalue='0'/>
3098                 <fieldValue name='translationvalue='-0.58627 1.57102 -2.75145'/>
3099                 <fieldValue name='textTranslationvalue='-0.43627 1.57102 -2.75145'/>
3100                 <fieldValue name='textColorvalue='0 0 0'/>
3101            </ProtoInstance>
3102            <ProtoInstance name='Vertex'>
3103                 <fieldValue name='vertexTextvalue='"humanitarian"'/>
3104                 <fieldValue name='descriptionvalue='58: humanitarian'/>
3105                 <fieldValue name='url'/>
3106                 <fieldValue name='radiusvalue='0.1500'/>
3107                 <fieldValue name='displayMode'/>
3108                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3109                 <fieldValue name='transparencyvalue='0'/>
3110                 <fieldValue name='translationvalue='0.76911 -0.32773 1.91379'/>
3111                 <fieldValue name='textTranslationvalue='0.91911 -0.32773 1.91379'/>
3112                 <fieldValue name='textColorvalue='0 0 0'/>
3113            </ProtoInstance>
3114            <ProtoInstance name='Vertex'>
3115                 <fieldValue name='vertexTextvalue='"interpreter"'/>
3116                 <fieldValue name='descriptionvalue='59: interpreter'/>
3117                 <fieldValue name='url'/>
3118                 <fieldValue name='radiusvalue='0.1500'/>
3119                 <fieldValue name='displayMode'/>
3120                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3121                 <fieldValue name='transparencyvalue='0'/>
3122                 <fieldValue name='translationvalue='1.14116 -1.50331 1.15431'/>
3123                 <fieldValue name='textTranslationvalue='1.29116 -1.50331 1.15431'/>
3124                 <fieldValue name='textColorvalue='0 0 0'/>
3125            </ProtoInstance>
3126            <ProtoInstance name='Vertex'>
3127                 <fieldValue name='vertexTextvalue='"issues"'/>
3128                 <fieldValue name='descriptionvalue='60: issues'/>
3129                 <fieldValue name='url'/>
3130                 <fieldValue name='radiusvalue='0.1500'/>
3131                 <fieldValue name='displayMode'/>
3132                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3133                 <fieldValue name='transparencyvalue='0'/>
3134                 <fieldValue name='translationvalue='-1.79673 1.66529 -1.67890'/>
3135                 <fieldValue name='textTranslationvalue='-1.64673 1.66529 -1.67890'/>
3136                 <fieldValue name='textColorvalue='0 0 0'/>
3137            </ProtoInstance>
3138            <ProtoInstance name='Vertex'>
3139                 <fieldValue name='vertexTextvalue='"john"'/>
3140                 <fieldValue name='descriptionvalue='61: john'/>
3141                 <fieldValue name='url'/>
3142                 <fieldValue name='radiusvalue='0.1500'/>
3143                 <fieldValue name='displayMode'/>
3144                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3145                 <fieldValue name='transparencyvalue='0'/>
3146                 <fieldValue name='translationvalue='0.73490 0.33823 2.23401'/>
3147                 <fieldValue name='textTranslationvalue='0.88490 0.33823 2.23401'/>
3148                 <fieldValue name='textColorvalue='0 0 0'/>
3149            </ProtoInstance>
3150            <ProtoInstance name='Vertex'>
3151                 <fieldValue name='vertexTextvalue='"landing"'/>
3152                 <fieldValue name='descriptionvalue='62: landing'/>
3153                 <fieldValue name='url'/>
3154                 <fieldValue name='radiusvalue='0.1500'/>
3155                 <fieldValue name='displayMode'/>
3156                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3157                 <fieldValue name='transparencyvalue='0'/>
3158                 <fieldValue name='translationvalue='0.86642 0.52111 2.26245'/>
3159                 <fieldValue name='textTranslationvalue='1.01642 0.52111 2.26245'/>
3160                 <fieldValue name='textColorvalue='0 0 0'/>
3161            </ProtoInstance>
3162            <ProtoInstance name='Vertex'>
3163                 <fieldValue name='vertexTextvalue='"left"'/>
3164                 <fieldValue name='descriptionvalue='63: left'/>
3165                 <fieldValue name='url'/>
3166                 <fieldValue name='radiusvalue='0.1500'/>
3167                 <fieldValue name='displayMode'/>
3168                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3169                 <fieldValue name='transparencyvalue='0'/>
3170                 <fieldValue name='translationvalue='2.18827 -1.91347 0.40930'/>
3171                 <fieldValue name='textTranslationvalue='2.33827 -1.91347 0.40930'/>
3172                 <fieldValue name='textColorvalue='0 0 0'/>
3173            </ProtoInstance>
3174            <ProtoInstance name='Vertex'>
3175                 <fieldValue name='vertexTextvalue='"lines"'/>
3176                 <fieldValue name='descriptionvalue='64: lines'/>
3177                 <fieldValue name='url'/>
3178                 <fieldValue name='radiusvalue='0.1500'/>
3179                 <fieldValue name='displayMode'/>
3180                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3181                 <fieldValue name='transparencyvalue='0'/>
3182                 <fieldValue name='translationvalue='0.43159 0.07220 2.51199'/>
3183                 <fieldValue name='textTranslationvalue='0.58159 0.07220 2.51199'/>
3184                 <fieldValue name='textColorvalue='0 0 0'/>
3185            </ProtoInstance>
3186            <ProtoInstance name='Vertex'>
3187                 <fieldValue name='vertexTextvalue='"links"'/>
3188                 <fieldValue name='descriptionvalue='65: links'/>
3189                 <fieldValue name='url'/>
3190                 <fieldValue name='radiusvalue='0.1500'/>
3191                 <fieldValue name='displayMode'/>
3192                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3193                 <fieldValue name='transparencyvalue='0'/>
3194                 <fieldValue name='translationvalue='1.57457 -2.28211 0.48036'/>
3195                 <fieldValue name='textTranslationvalue='1.72457 -2.28211 0.48036'/>
3196                 <fieldValue name='textColorvalue='0 0 0'/>
3197            </ProtoInstance>
3198            <ProtoInstance name='Vertex'>
3199                 <fieldValue name='vertexTextvalue='"loading"'/>
3200                 <fieldValue name='descriptionvalue='66: loading'/>
3201                 <fieldValue name='url'/>
3202                 <fieldValue name='radiusvalue='0.1500'/>
3203                 <fieldValue name='displayMode'/>
3204                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3205                 <fieldValue name='transparencyvalue='0'/>
3206                 <fieldValue name='translationvalue='1.09441 1.29564 2.09050'/>
3207                 <fieldValue name='textTranslationvalue='1.24441 1.29564 2.09050'/>
3208                 <fieldValue name='textColorvalue='0 0 0'/>
3209            </ProtoInstance>
3210            <ProtoInstance name='Vertex'>
3211                 <fieldValue name='vertexTextvalue='"located"'/>
3212                 <fieldValue name='descriptionvalue='67: located'/>
3213                 <fieldValue name='url'/>
3214                 <fieldValue name='radiusvalue='0.1500'/>
3215                 <fieldValue name='displayMode'/>
3216                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3217                 <fieldValue name='transparencyvalue='0'/>
3218                 <fieldValue name='translationvalue='1.14683 0.47115 2.34879'/>
3219                 <fieldValue name='textTranslationvalue='1.29683 0.47115 2.34879'/>
3220                 <fieldValue name='textColorvalue='0 0 0'/>
3221            </ProtoInstance>
3222            <ProtoInstance name='Vertex'>
3223                 <fieldValue name='vertexTextvalue='"location"'/>
3224                 <fieldValue name='descriptionvalue='68: location'/>
3225                 <fieldValue name='url'/>
3226                 <fieldValue name='radiusvalue='0.1500'/>
3227                 <fieldValue name='displayMode'/>
3228                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3229                 <fieldValue name='transparencyvalue='0'/>
3230                 <fieldValue name='translationvalue='0.78600 0.60526 2.21545'/>
3231                 <fieldValue name='textTranslationvalue='0.93600 0.60526 2.21545'/>
3232                 <fieldValue name='textColorvalue='0 0 0'/>
3233            </ProtoInstance>
3234            <ProtoInstance name='Vertex'>
3235                 <fieldValue name='vertexTextvalue='"map"'/>
3236                 <fieldValue name='descriptionvalue='69: map'/>
3237                 <fieldValue name='url'/>
3238                 <fieldValue name='radiusvalue='0.1500'/>
3239                 <fieldValue name='displayMode'/>
3240                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3241                 <fieldValue name='transparencyvalue='0'/>
3242                 <fieldValue name='translationvalue='2.26127 -1.66064 -0.09257'/>
3243                 <fieldValue name='textTranslationvalue='2.41127 -1.66064 -0.09257'/>
3244                 <fieldValue name='textColorvalue='0 0 0'/>
3245            </ProtoInstance>
3246            <ProtoInstance name='Vertex'>
3247                 <fieldValue name='vertexTextvalue='"marine"'/>
3248                 <fieldValue name='descriptionvalue='70: marine'/>
3249                 <fieldValue name='url'/>
3250                 <fieldValue name='radiusvalue='0.1500'/>
3251                 <fieldValue name='displayMode'/>
3252                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3253                 <fieldValue name='transparencyvalue='0'/>
3254                 <fieldValue name='translationvalue='0.73594 -2.34257 0.51768'/>
3255                 <fieldValue name='textTranslationvalue='0.88594 -2.34257 0.51768'/>
3256                 <fieldValue name='textColorvalue='0 0 0'/>
3257            </ProtoInstance>
3258            <ProtoInstance name='Vertex'>
3259                 <fieldValue name='vertexTextvalue='"media"'/>
3260                 <fieldValue name='descriptionvalue='71: media'/>
3261                 <fieldValue name='url'/>
3262                 <fieldValue name='radiusvalue='0.1500'/>
3263                 <fieldValue name='displayMode'/>
3264                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3265                 <fieldValue name='transparencyvalue='0'/>
3266                 <fieldValue name='translationvalue='2.42203 1.60012 -1.82653'/>
3267                 <fieldValue name='textTranslationvalue='2.57203 1.60012 -1.82653'/>
3268                 <fieldValue name='textColorvalue='0 0 0'/>
3269            </ProtoInstance>
3270            <ProtoInstance name='Vertex'>
3271                 <fieldValue name='vertexTextvalue='"mission"'/>
3272                 <fieldValue name='descriptionvalue='72: mission'/>
3273                 <fieldValue name='url'/>
3274                 <fieldValue name='radiusvalue='0.1500'/>
3275                 <fieldValue name='displayMode'/>
3276                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3277                 <fieldValue name='transparencyvalue='0'/>
3278                 <fieldValue name='translationvalue='1.34218 -2.21420 0.72979'/>
3279                 <fieldValue name='textTranslationvalue='1.49218 -2.21420 0.72979'/>
3280                 <fieldValue name='textColorvalue='0 0 0'/>
3281            </ProtoInstance>
3282            <ProtoInstance name='Vertex'>
3283                 <fieldValue name='vertexTextvalue='"mohawk"'/>
3284                 <fieldValue name='descriptionvalue='73: mohawk'/>
3285                 <fieldValue name='url'/>
3286                 <fieldValue name='radiusvalue='0.1500'/>
3287                 <fieldValue name='displayMode'/>
3288                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3289                 <fieldValue name='transparencyvalue='0'/>
3290                 <fieldValue name='translationvalue='-0.42470 -2.47202 -1.15969'/>
3291                 <fieldValue name='textTranslationvalue='-0.27470 -2.47202 -1.15969'/>
3292                 <fieldValue name='textColorvalue='0 0 0'/>
3293            </ProtoInstance>
3294            <ProtoInstance name='Vertex'>
3295                 <fieldValue name='vertexTextvalue='"monitoring"'/>
3296                 <fieldValue name='descriptionvalue='74: monitoring'/>
3297                 <fieldValue name='url'/>
3298                 <fieldValue name='radiusvalue='0.1500'/>
3299                 <fieldValue name='displayMode'/>
3300                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3301                 <fieldValue name='transparencyvalue='0'/>
3302                 <fieldValue name='translationvalue='0.50840 0.01151 2.54484'/>
3303                 <fieldValue name='textTranslationvalue='0.65840 0.01151 2.54484'/>
3304                 <fieldValue name='textColorvalue='0 0 0'/>
3305            </ProtoInstance>
3306            <ProtoInstance name='Vertex'>
3307                 <fieldValue name='vertexTextvalue='"moving"'/>
3308                 <fieldValue name='descriptionvalue='75: moving'/>
3309                 <fieldValue name='url'/>
3310                 <fieldValue name='radiusvalue='0.1500'/>
3311                 <fieldValue name='displayMode'/>
3312                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3313                 <fieldValue name='transparencyvalue='0'/>
3314                 <fieldValue name='translationvalue='1.21677 -0.03426 2.75145'/>
3315                 <fieldValue name='textTranslationvalue='1.36677 -0.03426 2.75145'/>
3316                 <fieldValue name='textColorvalue='0 0 0'/>
3317            </ProtoInstance>
3318            <ProtoInstance name='Vertex'>
3319                 <fieldValue name='vertexTextvalue='"news"'/>
3320                 <fieldValue name='descriptionvalue='76: news'/>
3321                 <fieldValue name='url'/>
3322                 <fieldValue name='radiusvalue='0.1500'/>
3323                 <fieldValue name='displayMode'/>
3324                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3325                 <fieldValue name='transparencyvalue='0'/>
3326                 <fieldValue name='translationvalue='0.99319 -2.02322 0.07971'/>
3327                 <fieldValue name='textTranslationvalue='1.14319 -2.02322 0.07971'/>
3328                 <fieldValue name='textColorvalue='0 0 0'/>
3329            </ProtoInstance>
3330            <ProtoInstance name='Vertex'>
3331                 <fieldValue name='vertexTextvalue='"officer"'/>
3332                 <fieldValue name='descriptionvalue='77: officer'/>
3333                 <fieldValue name='url'/>
3334                 <fieldValue name='radiusvalue='0.1500'/>
3335                 <fieldValue name='displayMode'/>
3336                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3337                 <fieldValue name='transparencyvalue='0'/>
3338                 <fieldValue name='translationvalue='-1.25363 -2.39698 -0.82269'/>
3339                 <fieldValue name='textTranslationvalue='-1.10363 -2.39698 -0.82269'/>
3340                 <fieldValue name='textColorvalue='0 0 0'/>
3341            </ProtoInstance>
3342            <ProtoInstance name='Vertex'>
3343                 <fieldValue name='vertexTextvalue='"older"'/>
3344                 <fieldValue name='descriptionvalue='78: older'/>
3345                 <fieldValue name='url'/>
3346                 <fieldValue name='radiusvalue='0.1500'/>
3347                 <fieldValue name='displayMode'/>
3348                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3349                 <fieldValue name='transparencyvalue='0'/>
3350                 <fieldValue name='translationvalue='2.75202 1.56953 -1.18197'/>
3351                 <fieldValue name='textTranslationvalue='2.90202 1.56953 -1.18197'/>
3352                 <fieldValue name='textColorvalue='0 0 0'/>
3353            </ProtoInstance>
3354            <ProtoInstance name='Vertex'>
3355                 <fieldValue name='vertexTextvalue='"operations"'/>
3356                 <fieldValue name='descriptionvalue='79: operations'/>
3357                 <fieldValue name='url'/>
3358                 <fieldValue name='radiusvalue='0.1500'/>
3359                 <fieldValue name='displayMode'/>
3360                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3361                 <fieldValue name='transparencyvalue='0'/>
3362                 <fieldValue name='translationvalue='-0.55783 -2.72180 -1.10516'/>
3363                 <fieldValue name='textTranslationvalue='-0.40783 -2.72180 -1.10516'/>
3364                 <fieldValue name='textColorvalue='0 0 0'/>
3365            </ProtoInstance>
3366            <ProtoInstance name='Vertex'>
3367                 <fieldValue name='vertexTextvalue='"ops"'/>
3368                 <fieldValue name='descriptionvalue='80: ops'/>
3369                 <fieldValue name='url'/>
3370                 <fieldValue name='radiusvalue='0.1500'/>
3371                 <fieldValue name='displayMode'/>
3372                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3373                 <fieldValue name='transparencyvalue='0'/>
3374                 <fieldValue name='translationvalue='1.07884 -2.44980 0.59604'/>
3375                 <fieldValue name='textTranslationvalue='1.22884 -2.44980 0.59604'/>
3376                 <fieldValue name='textColorvalue='0 0 0'/>
3377            </ProtoInstance>
3378            <ProtoInstance name='Vertex'>
3379                 <fieldValue name='vertexTextvalue='"pacific"'/>
3380                 <fieldValue name='descriptionvalue='81: pacific'/>
3381                 <fieldValue name='url'/>
3382                 <fieldValue name='radiusvalue='0.1500'/>
3383                 <fieldValue name='displayMode'/>
3384                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3385                 <fieldValue name='transparencyvalue='0'/>
3386                 <fieldValue name='translationvalue='-0.74075 2.47099 -1.99321'/>
3387                 <fieldValue name='textTranslationvalue='-0.59075 2.47099 -1.99321'/>
3388                 <fieldValue name='textColorvalue='0 0 0'/>
3389            </ProtoInstance>
3390            <ProtoInstance name='Vertex'>
3391                 <fieldValue name='vertexTextvalue='"pages"'/>
3392                 <fieldValue name='descriptionvalue='82: pages'/>
3393                 <fieldValue name='url'/>
3394                 <fieldValue name='radiusvalue='0.1500'/>
3395                 <fieldValue name='displayMode'/>
3396                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3397                 <fieldValue name='transparencyvalue='0'/>
3398                 <fieldValue name='translationvalue='-1.36845 1.36142 -2.45723'/>
3399                 <fieldValue name='textTranslationvalue='-1.21845 1.36142 -2.45723'/>
3400                 <fieldValue name='textColorvalue='0 0 0'/>
3401            </ProtoInstance>
3402            <ProtoInstance name='Vertex'>
3403                 <fieldValue name='vertexTextvalue='"participated"'/>
3404                 <fieldValue name='descriptionvalue='83: participated'/>
3405                 <fieldValue name='url'/>
3406                 <fieldValue name='radiusvalue='0.1500'/>
3407                 <fieldValue name='displayMode'/>
3408                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3409                 <fieldValue name='transparencyvalue='0'/>
3410                 <fieldValue name='translationvalue='-1.07490 -2.74988 -0.66921'/>
3411                 <fieldValue name='textTranslationvalue='-0.92490 -2.74988 -0.66921'/>
3412                 <fieldValue name='textColorvalue='0 0 0'/>
3413            </ProtoInstance>
3414            <ProtoInstance name='Vertex'>
3415                 <fieldValue name='vertexTextvalue='"people"'/>
3416                 <fieldValue name='descriptionvalue='84: people'/>
3417                 <fieldValue name='url'/>
3418                 <fieldValue name='radiusvalue='0.1500'/>
3419                 <fieldValue name='displayMode'/>
3420                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3421                 <fieldValue name='transparencyvalue='0'/>
3422                 <fieldValue name='translationvalue='0.41738 0.20616 2.30738'/>
3423                 <fieldValue name='textTranslationvalue='0.56738 0.20616 2.30738'/>
3424                 <fieldValue name='textColorvalue='0 0 0'/>
3425            </ProtoInstance>
3426            <ProtoInstance name='Vertex'>
3427                 <fieldValue name='vertexTextvalue='"personnel"'/>
3428                 <fieldValue name='descriptionvalue='85: personnel'/>
3429                 <fieldValue name='url'/>
3430                 <fieldValue name='radiusvalue='0.1500'/>
3431                 <fieldValue name='displayMode'/>
3432                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3433                 <fieldValue name='transparencyvalue='0'/>
3434                 <fieldValue name='translationvalue='0.94201 0.16059 2.68077'/>
3435                 <fieldValue name='textTranslationvalue='1.09201 0.16059 2.68077'/>
3436                 <fieldValue name='textColorvalue='0 0 0'/>
3437            </ProtoInstance>
3438            <ProtoInstance name='Vertex'>
3439                 <fieldValue name='vertexTextvalue='"petty"'/>
3440                 <fieldValue name='descriptionvalue='86: petty'/>
3441                 <fieldValue name='url'/>
3442                 <fieldValue name='radiusvalue='0.1500'/>
3443                 <fieldValue name='displayMode'/>
3444                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3445                 <fieldValue name='transparencyvalue='0'/>
3446                 <fieldValue name='translationvalue='-1.25364 -2.39695 -0.82270'/>
3447                 <fieldValue name='textTranslationvalue='-1.10364 -2.39695 -0.82270'/>
3448                 <fieldValue name='textColorvalue='0 0 0'/>
3449            </ProtoInstance>
3450            <ProtoInstance name='Vertex'>
3451                 <fieldValue name='vertexTextvalue='"photo"'/>
3452                 <fieldValue name='descriptionvalue='87: photo'/>
3453                 <fieldValue name='url'/>
3454                 <fieldValue name='radiusvalue='0.1500'/>
3455                 <fieldValue name='displayMode'/>
3456                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3457                 <fieldValue name='transparencyvalue='0'/>
3458                 <fieldValue name='translationvalue='0.35800 -2.51245 -0.45380'/>
3459                 <fieldValue name='textTranslationvalue='0.50800 -2.51245 -0.45380'/>
3460                 <fieldValue name='textColorvalue='0 0 0'/>
3461            </ProtoInstance>
3462            <ProtoInstance name='Vertex'>
3463                 <fieldValue name='vertexTextvalue='"photos"'/>
3464                 <fieldValue name='descriptionvalue='88: photos'/>
3465                 <fieldValue name='url'/>
3466                 <fieldValue name='radiusvalue='0.1500'/>
3467                 <fieldValue name='displayMode'/>
3468                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3469                 <fieldValue name='transparencyvalue='0'/>
3470                 <fieldValue name='translationvalue='1.30385 -1.99864 0.10528'/>
3471                 <fieldValue name='textTranslationvalue='1.45385 -1.99864 0.10528'/>
3472                 <fieldValue name='textColorvalue='0 0 0'/>
3473            </ProtoInstance>
3474            <ProtoInstance name='Vertex'>
3475                 <fieldValue name='vertexTextvalue='"play"'/>
3476                 <fieldValue name='descriptionvalue='89: play'/>
3477                 <fieldValue name='url'/>
3478                 <fieldValue name='radiusvalue='0.1500'/>
3479                 <fieldValue name='displayMode'/>
3480                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3481                 <fieldValue name='transparencyvalue='0'/>
3482                 <fieldValue name='translationvalue='1.08460 1.30040 2.09197'/>
3483                 <fieldValue name='textTranslationvalue='1.23460 1.30040 2.09197'/>
3484                 <fieldValue name='textColorvalue='0 0 0'/>
3485            </ProtoInstance>
3486            <ProtoInstance name='Vertex'>
3487                 <fieldValue name='vertexTextvalue='"policy"'/>
3488                 <fieldValue name='descriptionvalue='90: policy'/>
3489                 <fieldValue name='url'/>
3490                 <fieldValue name='radiusvalue='0.1500'/>
3491                 <fieldValue name='displayMode'/>
3492                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3493                 <fieldValue name='transparencyvalue='0'/>
3494                 <fieldValue name='translationvalue='-0.79968 1.80567 -2.49733'/>
3495                 <fieldValue name='textTranslationvalue='-0.64968 1.80567 -2.49733'/>
3496                 <fieldValue name='textColorvalue='0 0 0'/>
3497            </ProtoInstance>
3498            <ProtoInstance name='Vertex'>
3499                 <fieldValue name='vertexTextvalue='"poses"'/>
3500                 <fieldValue name='descriptionvalue='91: poses'/>
3501                 <fieldValue name='url'/>
3502                 <fieldValue name='radiusvalue='0.1500'/>
3503                 <fieldValue name='displayMode'/>
3504                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3505                 <fieldValue name='transparencyvalue='0'/>
3506                 <fieldValue name='translationvalue='-0.41578 -2.17560 -2.00308'/>
3507                 <fieldValue name='textTranslationvalue='-0.26578 -2.17560 -2.00308'/>
3508                 <fieldValue name='textColorvalue='0 0 0'/>
3509            </ProtoInstance>
3510            <ProtoInstance name='Vertex'>
3511                 <fieldValue name='vertexTextvalue='"press"'/>
3512                 <fieldValue name='descriptionvalue='92: press'/>
3513                 <fieldValue name='url'/>
3514                 <fieldValue name='radiusvalue='0.1500'/>
3515                 <fieldValue name='displayMode'/>
3516                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3517                 <fieldValue name='transparencyvalue='0'/>
3518                 <fieldValue name='translationvalue='1.24445 -1.99373 0.79101'/>
3519                 <fieldValue name='textTranslationvalue='1.39445 -1.99373 0.79101'/>
3520                 <fieldValue name='textColorvalue='0 0 0'/>
3521            </ProtoInstance>
3522            <ProtoInstance name='Vertex'>
3523                 <fieldValue name='vertexTextvalue='"prince"'/>
3524                 <fieldValue name='descriptionvalue='93: prince'/>
3525                 <fieldValue name='url'/>
3526                 <fieldValue name='radiusvalue='0.1500'/>
3527                 <fieldValue name='displayMode'/>
3528                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3529                 <fieldValue name='transparencyvalue='0'/>
3530                 <fieldValue name='translationvalue='1.58996 -2.44554 -0.72306'/>
3531                 <fieldValue name='textTranslationvalue='1.73996 -2.44554 -0.72306'/>
3532                 <fieldValue name='textColorvalue='0 0 0'/>
3533            </ProtoInstance>
3534            <ProtoInstance name='Vertex'>
3535                 <fieldValue name='vertexTextvalue='"rte"'/>
3536                 <fieldValue name='descriptionvalue='94: rte'/>
3537                 <fieldValue name='url'/>
3538                 <fieldValue name='radiusvalue='0.1500'/>
3539                 <fieldValue name='displayMode'/>
3540                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3541                 <fieldValue name='transparencyvalue='0'/>
3542                 <fieldValue name='translationvalue='-0.17207 -0.10805 2.72274'/>
3543                 <fieldValue name='textTranslationvalue='-0.02207 -0.10805 2.72274'/>
3544                 <fieldValue name='textColorvalue='0 0 0'/>
3545            </ProtoInstance>
3546            <ProtoInstance name='Vertex'>
3547                 <fieldValue name='vertexTextvalue='"salute"'/>
3548                 <fieldValue name='descriptionvalue='95: salute'/>
3549                 <fieldValue name='url'/>
3550                 <fieldValue name='radiusvalue='0.1500'/>
3551                 <fieldValue name='displayMode'/>
3552                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3553                 <fieldValue name='transparencyvalue='0'/>
3554                 <fieldValue name='translationvalue='-0.11664 -2.43858 -1.99139'/>
3555                 <fieldValue name='textTranslationvalue='0.03336 -2.43858 -1.99139'/>
3556                 <fieldValue name='textColorvalue='0 0 0'/>
3557            </ProtoInstance>
3558            <ProtoInstance name='Vertex'>
3559                 <fieldValue name='vertexTextvalue='"scenes"'/>
3560                 <fieldValue name='descriptionvalue='96: scenes'/>
3561                 <fieldValue name='url'/>
3562                 <fieldValue name='radiusvalue='0.1500'/>
3563                 <fieldValue name='displayMode'/>
3564                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3565                 <fieldValue name='transparencyvalue='0'/>
3566                 <fieldValue name='translationvalue='-0.77758 1.46555 -2.73759'/>
3567                 <fieldValue name='textTranslationvalue='-0.62758 1.46555 -2.73759'/>
3568                 <fieldValue name='textColorvalue='0 0 0'/>
3569            </ProtoInstance>
3570            <ProtoInstance name='Vertex'>
3571                 <fieldValue name='vertexTextvalue='"shared"'/>
3572                 <fieldValue name='descriptionvalue='97: shared'/>
3573                 <fieldValue name='url'/>
3574                 <fieldValue name='radiusvalue='0.1500'/>
3575                 <fieldValue name='displayMode'/>
3576                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3577                 <fieldValue name='transparencyvalue='0'/>
3578                 <fieldValue name='translationvalue='-0.10655 1.97698 -2.56300'/>
3579                 <fieldValue name='textTranslationvalue='0.04345 1.97698 -2.56300'/>
3580                 <fieldValue name='textColorvalue='0 0 0'/>
3581            </ProtoInstance>
3582            <ProtoInstance name='Vertex'>
3583                 <fieldValue name='vertexTextvalue='"shipmates"'/>
3584                 <fieldValue name='descriptionvalue='98: shipmates'/>
3585                 <fieldValue name='url'/>
3586                 <fieldValue name='radiusvalue='0.1500'/>
3587                 <fieldValue name='displayMode'/>
3588                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3589                 <fieldValue name='transparencyvalue='0'/>
3590                 <fieldValue name='translationvalue='-0.69148 -2.62902 -1.61899'/>
3591                 <fieldValue name='textTranslationvalue='-0.54148 -2.62902 -1.61899'/>
3592                 <fieldValue name='textColorvalue='0 0 0'/>
3593            </ProtoInstance>
3594            <ProtoInstance name='Vertex'>
3595                 <fieldValue name='vertexTextvalue='"shout"'/>
3596                 <fieldValue name='descriptionvalue='99: shout'/>
3597                 <fieldValue name='url'/>
3598                 <fieldValue name='radiusvalue='0.1500'/>
3599                 <fieldValue name='displayMode'/>
3600                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3601                 <fieldValue name='transparencyvalue='0'/>
3602                 <fieldValue name='translationvalue='-1.24796 -2.10946 -1.18720'/>
3603                 <fieldValue name='textTranslationvalue='-1.09796 -2.10946 -1.18720'/>
3604                 <fieldValue name='textColorvalue='0 0 0'/>
3605            </ProtoInstance>
3606            <ProtoInstance name='Vertex'>
3607                 <fieldValue name='vertexTextvalue='"south"'/>
3608                 <fieldValue name='descriptionvalue='100: south'/>
3609                 <fieldValue name='url'/>
3610                 <fieldValue name='radiusvalue='0.1500'/>
3611                 <fieldValue name='displayMode'/>
3612                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3613                 <fieldValue name='transparencyvalue='0'/>
3614                 <fieldValue name='translationvalue='-1.34622 2.18163 -1.87968'/>
3615                 <fieldValue name='textTranslationvalue='-1.19622 2.18163 -1.87968'/>
3616                 <fieldValue name='textColorvalue='0 0 0'/>
3617            </ProtoInstance>
3618            <ProtoInstance name='Vertex'>
3619                 <fieldValue name='vertexTextvalue='"southern"'/>
3620                 <fieldValue name='descriptionvalue='101: southern'/>
3621                 <fieldValue name='url'/>
3622                 <fieldValue name='radiusvalue='0.1500'/>
3623                 <fieldValue name='displayMode'/>
3624                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3625                 <fieldValue name='transparencyvalue='0'/>
3626                 <fieldValue name='translationvalue='1.52051 -1.54372 -0.26439'/>
3627                 <fieldValue name='textTranslationvalue='1.67051 -1.54372 -0.26439'/>
3628                 <fieldValue name='textColorvalue='0 0 0'/>
3629            </ProtoInstance>
3630            <ProtoInstance name='Vertex'>
3631                 <fieldValue name='vertexTextvalue='"ss"'/>
3632                 <fieldValue name='descriptionvalue='102: ss'/>
3633                 <fieldValue name='url'/>
3634                 <fieldValue name='radiusvalue='0.1500'/>
3635                 <fieldValue name='displayMode'/>
3636                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3637                 <fieldValue name='transparencyvalue='0'/>
3638                 <fieldValue name='translationvalue='2.03604 -1.65409 -0.64090'/>
3639                 <fieldValue name='textTranslationvalue='2.18604 -1.65409 -0.64090'/>
3640                 <fieldValue name='textColorvalue='0 0 0'/>
3641            </ProtoInstance>
3642            <ProtoInstance name='Vertex'>
3643                 <fieldValue name='vertexTextvalue='"state"'/>
3644                 <fieldValue name='descriptionvalue='103: state'/>
3645                 <fieldValue name='url'/>
3646                 <fieldValue name='radiusvalue='0.1500'/>
3647                 <fieldValue name='displayMode'/>
3648                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3649                 <fieldValue name='transparencyvalue='0'/>
3650                 <fieldValue name='translationvalue='0.64181 -2.21624 -0.39860'/>
3651                 <fieldValue name='textTranslationvalue='0.79181 -2.21624 -0.39860'/>
3652                 <fieldValue name='textColorvalue='0 0 0'/>
3653            </ProtoInstance>
3654            <ProtoInstance name='Vertex'>
3655                 <fieldValue name='vertexTextvalue='"sudan"'/>
3656                 <fieldValue name='descriptionvalue='104: sudan'/>
3657                 <fieldValue name='url'/>
3658                 <fieldValue name='radiusvalue='0.1500'/>
3659                 <fieldValue name='displayMode'/>
3660                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3661                 <fieldValue name='transparencyvalue='0'/>
3662                 <fieldValue name='translationvalue='-1.79669 1.66442 -1.68005'/>
3663                 <fieldValue name='textTranslationvalue='-1.64669 1.66442 -1.68005'/>
3664                 <fieldValue name='textColorvalue='0 0 0'/>
3665            </ProtoInstance>
3666            <ProtoInstance name='Vertex'>
3667                 <fieldValue name='vertexTextvalue='"sunday"'/>
3668                 <fieldValue name='descriptionvalue='105: sunday'/>
3669                 <fieldValue name='url'/>
3670                 <fieldValue name='radiusvalue='0.1500'/>
3671                 <fieldValue name='displayMode'/>
3672                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3673                 <fieldValue name='transparencyvalue='0'/>
3674                 <fieldValue name='translationvalue='-1.65192 2.09573 -1.25350'/>
3675                 <fieldValue name='textTranslationvalue='-1.50192 2.09573 -1.25350'/>
3676                 <fieldValue name='textColorvalue='0 0 0'/>
3677            </ProtoInstance>
3678            <ProtoInstance name='Vertex'>
3679                 <fieldValue name='vertexTextvalue='"super"'/>
3680                 <fieldValue name='descriptionvalue='106: super'/>
3681                 <fieldValue name='url'/>
3682                 <fieldValue name='radiusvalue='0.1500'/>
3683                 <fieldValue name='displayMode'/>
3684                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3685                 <fieldValue name='transparencyvalue='0'/>
3686                 <fieldValue name='translationvalue='-1.62841 1.36571 -2.16996'/>
3687                 <fieldValue name='textTranslationvalue='-1.47841 1.36571 -2.16996'/>
3688                 <fieldValue name='textColorvalue='0 0 0'/>
3689            </ProtoInstance>
3690            <ProtoInstance name='Vertex'>
3691                 <fieldValue name='vertexTextvalue='"supplies"'/>
3692                 <fieldValue name='descriptionvalue='107: supplies'/>
3693                 <fieldValue name='url'/>
3694                 <fieldValue name='radiusvalue='0.1500'/>
3695                 <fieldValue name='displayMode'/>
3696                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3697                 <fieldValue name='transparencyvalue='0'/>
3698                 <fieldValue name='translationvalue='-0.44333 0.84068 2.22373'/>
3699                 <fieldValue name='textTranslationvalue='-0.29333 0.84068 2.22373'/>
3700                 <fieldValue name='textColorvalue='0 0 0'/>
3701            </ProtoInstance>
3702            <ProtoInstance name='Vertex'>
3703                 <fieldValue name='vertexTextvalue='"tags"'/>
3704                 <fieldValue name='descriptionvalue='108: tags'/>
3705                 <fieldValue name='url'/>
3706                 <fieldValue name='radiusvalue='0.1500'/>
3707                 <fieldValue name='displayMode'/>
3708                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3709                 <fieldValue name='transparencyvalue='0'/>
3710                 <fieldValue name='translationvalue='0.56586 0.23870 2.28771'/>
3711                 <fieldValue name='textTranslationvalue='0.71586 0.23870 2.28771'/>
3712                 <fieldValue name='textColorvalue='0 0 0'/>
3713            </ProtoInstance>
3714            <ProtoInstance name='Vertex'>
3715                 <fieldValue name='vertexTextvalue='"team"'/>
3716                 <fieldValue name='descriptionvalue='109: team'/>
3717                 <fieldValue name='url'/>
3718                 <fieldValue name='radiusvalue='0.1500'/>
3719                 <fieldValue name='displayMode'/>
3720                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3721                 <fieldValue name='transparencyvalue='0'/>
3722                 <fieldValue name='translationvalue='-0.72622 2.74957 -1.25460'/>
3723                 <fieldValue name='textTranslationvalue='-0.57622 2.74957 -1.25460'/>
3724                 <fieldValue name='textColorvalue='0 0 0'/>
3725            </ProtoInstance>
3726            <ProtoInstance name='Vertex'>
3727                 <fieldValue name='vertexTextvalue='"thousands"'/>
3728                 <fieldValue name='descriptionvalue='110: thousands'/>
3729                 <fieldValue name='url'/>
3730                 <fieldValue name='radiusvalue='0.1500'/>
3731                 <fieldValue name='displayMode'/>
3732                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3733                 <fieldValue name='transparencyvalue='0'/>
3734                 <fieldValue name='translationvalue='0.34142 -0.07422 2.70161'/>
3735                 <fieldValue name='textTranslationvalue='0.49142 -0.07422 2.70161'/>
3736                 <fieldValue name='textColorvalue='0 0 0'/>
3737            </ProtoInstance>
3738            <ProtoInstance name='Vertex'>
3739                 <fieldValue name='vertexTextvalue='"tim"'/>
3740                 <fieldValue name='descriptionvalue='111: tim'/>
3741                 <fieldValue name='url'/>
3742                 <fieldValue name='radiusvalue='0.1500'/>
3743                 <fieldValue name='displayMode'/>
3744                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3745                 <fieldValue name='transparencyvalue='0'/>
3746                 <fieldValue name='translationvalue='-0.99285 -2.04542 -1.64957'/>
3747                 <fieldValue name='textTranslationvalue='-0.84285 -2.04542 -1.64957'/>
3748                 <fieldValue name='textColorvalue='0 0 0'/>
3749            </ProtoInstance>
3750            <ProtoInstance name='Vertex'>
3751                 <fieldValue name='vertexTextvalue='"topics"'/>
3752                 <fieldValue name='descriptionvalue='112: topics'/>
3753                 <fieldValue name='url'/>
3754                 <fieldValue name='radiusvalue='0.1500'/>
3755                 <fieldValue name='displayMode'/>
3756                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3757                 <fieldValue name='transparencyvalue='0'/>
3758                 <fieldValue name='translationvalue='-1.25495 1.75779 -2.30024'/>
3759                 <fieldValue name='textTranslationvalue='-1.10495 1.75779 -2.30024'/>
3760                 <fieldValue name='textColorvalue='0 0 0'/>
3761            </ProtoInstance>
3762            <ProtoInstance name='Vertex'>
3763                 <fieldValue name='vertexTextvalue='"tracker"'/>
3764                 <fieldValue name='descriptionvalue='113: tracker'/>
3765                 <fieldValue name='url'/>
3766                 <fieldValue name='radiusvalue='0.1500'/>
3767                 <fieldValue name='displayMode'/>
3768                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3769                 <fieldValue name='transparencyvalue='0'/>
3770                 <fieldValue name='translationvalue='1.72765 -2.61979 -0.05497'/>
3771                 <fieldValue name='textTranslationvalue='1.87765 -2.61979 -0.05497'/>
3772                 <fieldValue name='textColorvalue='0 0 0'/>
3773            </ProtoInstance>
3774            <ProtoInstance name='Vertex'>
3775                 <fieldValue name='vertexTextvalue='"travel"'/>
3776                 <fieldValue name='descriptionvalue='114: travel'/>
3777                 <fieldValue name='url'/>
3778                 <fieldValue name='radiusvalue='0.1500'/>
3779                 <fieldValue name='displayMode'/>
3780                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3781                 <fieldValue name='transparencyvalue='0'/>
3782                 <fieldValue name='translationvalue='-1.09658 2.45404 -1.61152'/>
3783                 <fieldValue name='textTranslationvalue='-0.94658 2.45404 -1.61152'/>
3784                 <fieldValue name='textColorvalue='0 0 0'/>
3785            </ProtoInstance>
3786            <ProtoInstance name='Vertex'>
3787                 <fieldValue name='vertexTextvalue='"video"'/>
3788                 <fieldValue name='descriptionvalue='115: video'/>
3789                 <fieldValue name='url'/>
3790                 <fieldValue name='radiusvalue='0.1500'/>
3791                 <fieldValue name='displayMode'/>
3792                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3793                 <fieldValue name='transparencyvalue='0'/>
3794                 <fieldValue name='translationvalue='0.61957 0.21044 2.30013'/>
3795                 <fieldValue name='textTranslationvalue='0.76957 0.21044 2.30013'/>
3796                 <fieldValue name='textColorvalue='0 0 0'/>
3797            </ProtoInstance>
3798            <ProtoInstance name='Vertex'>
3799                 <fieldValue name='vertexTextvalue='"videos"'/>
3800                 <fieldValue name='descriptionvalue='116: videos'/>
3801                 <fieldValue name='url'/>
3802                 <fieldValue name='radiusvalue='0.1500'/>
3803                 <fieldValue name='displayMode'/>
3804                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3805                 <fieldValue name='transparencyvalue='0'/>
3806                 <fieldValue name='translationvalue='-0.32627 0.05287 2.58211'/>
3807                 <fieldValue name='textTranslationvalue='-0.17627 0.05287 2.58211'/>
3808                 <fieldValue name='textColorvalue='0 0 0'/>
3809            </ProtoInstance>
3810            <ProtoInstance name='Vertex'>
3811                 <fieldValue name='vertexTextvalue='"walking"'/>
3812                 <fieldValue name='descriptionvalue='117: walking'/>
3813                 <fieldValue name='url'/>
3814                 <fieldValue name='radiusvalue='0.1500'/>
3815                 <fieldValue name='displayMode'/>
3816                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3817                 <fieldValue name='transparencyvalue='0'/>
3818                 <fieldValue name='translationvalue='-0.38043 0.29960 2.49065'/>
3819                 <fieldValue name='textTranslationvalue='-0.23043 0.29960 2.49065'/>
3820                 <fieldValue name='textColorvalue='0 0 0'/>
3821            </ProtoInstance>
3822            <ProtoInstance name='Vertex'>
3823                 <fieldValue name='vertexTextvalue='"washington"'/>
3824                 <fieldValue name='descriptionvalue='118: washington'/>
3825                 <fieldValue name='url'/>
3826                 <fieldValue name='radiusvalue='0.1500'/>
3827                 <fieldValue name='displayMode'/>
3828                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3829                 <fieldValue name='transparencyvalue='0'/>
3830                 <fieldValue name='translationvalue='-0.33018 -2.64077 -1.35832'/>
3831                 <fieldValue name='textTranslationvalue='-0.18018 -2.64077 -1.35832'/>
3832                 <fieldValue name='textColorvalue='0 0 0'/>
3833            </ProtoInstance>
3834            <ProtoInstance name='Vertex'>
3835                 <fieldValue name='vertexTextvalue='"western"'/>
3836                 <fieldValue name='descriptionvalue='119: western'/>
3837                 <fieldValue name='url'/>
3838                 <fieldValue name='radiusvalue='0.1500'/>
3839                 <fieldValue name='displayMode'/>
3840                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3841                 <fieldValue name='transparencyvalue='0'/>
3842                 <fieldValue name='translationvalue='-1.43003 2.33101 -1.39980'/>
3843                 <fieldValue name='textTranslationvalue='-1.28003 2.33101 -1.39980'/>
3844                 <fieldValue name='textColorvalue='0 0 0'/>
3845            </ProtoInstance>
3846       </Scene>
3847  </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
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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. -->