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.58358'/>
 55                 <fieldValue name='cylinderTranslationvalue='2.15509 1.33591 2.15839'/>
 56                 <fieldValue name='coneTranslationvalue='2.13436 1.37781 2.28161'/>
 57                 <fieldValue name='rotationvalue='54.56368 -0.00000 9.17719 1.24723'/>
 58                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 59                 <fieldValue name='ballRadiusvalue='0.02'/>
 60                 <fieldValue name='traceEnabledvalue='false'/>
 61                 <fieldValue name='displayMode'/>
 62                 <fieldValue name='transparencyvalue='0'/>
 63            </ProtoInstance>
 64            <ProtoInstance name='Arc'>
 65                 <fieldValue name='cylinderHeightvalue='0.11167'/>
 66                 <fieldValue name='cylinderTranslationvalue='2.15994 1.22360 1.85313'/>
 67                 <fieldValue name='coneTranslationvalue='2.23649 1.26004 1.91365'/>
 68                 <fieldValue name='rotationvalue='-6.48740 0 8.20676 1.92821'/>
 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.49157'/>
 77                 <fieldValue name='cylinderTranslationvalue='2.03270 1.11797 1.75740'/>
 78                 <fieldValue name='coneTranslationvalue='1.97396 1.07428 1.71267'/>
 79                 <fieldValue name='rotationvalue='-25.63330 0 33.65534 2.10511'/>
 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.60135'/>
 88                 <fieldValue name='cylinderTranslationvalue='2.18881 1.53732 1.82466'/>
 89                 <fieldValue name='coneTranslationvalue='2.18312 1.67496 1.79616'/>
 90                 <fieldValue name='rotationvalue='-12.18161 0 2.43276 0.20807'/>
 91                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 92                 <fieldValue name='ballRadiusvalue='0.02'/>
 93                 <fieldValue name='traceEnabledvalue='false'/>
 94                 <fieldValue name='displayMode'/>
 95                 <fieldValue name='transparencyvalue='0'/>
 96            </ProtoInstance>
 97            <ProtoInstance name='Arc'>
 98                 <fieldValue name='cylinderHeightvalue='1.15958'/>
 99                 <fieldValue name='cylinderTranslationvalue='2.46912 0.79825 1.62802'/>
100                 <fieldValue name='coneTranslationvalue='2.66326 0.47614 1.44154'/>
101                 <fieldValue name='rotationvalue='-51.50984 0 -53.62901 2.44545'/>
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.12160'/>
110                 <fieldValue name='cylinderTranslationvalue='1.90931 1.03920 2.31897'/>
111                 <fieldValue name='coneTranslationvalue='1.70086 0.89345 2.62872'/>
112                 <fieldValue name='rotationvalue='86.68088 -0.00000 58.33199 1.94298'/>
113                 <fieldValue name='diffuseColorvalue='0 0 0'/>
114                 <fieldValue name='ballRadiusvalue='0.02'/>
115                 <fieldValue name='traceEnabledvalue='false'/>
116                 <fieldValue name='displayMode'/>
117                 <fieldValue name='transparencyvalue='0'/>
118            </ProtoInstance>
119            <ProtoInstance name='Arc'>
120                 <fieldValue name='cylinderHeightvalue='1.12681'/>
121                 <fieldValue name='cylinderTranslationvalue='1.97563 1.60631 1.51848'/>
122                 <fieldValue name='coneTranslationvalue='1.81428 1.86635 1.25564'/>
123                 <fieldValue name='rotationvalue='-73.41707 0 45.06871 0.87029'/>
124                 <fieldValue name='diffuseColorvalue='0 0 0'/>
125                 <fieldValue name='ballRadiusvalue='0.02'/>
126                 <fieldValue name='traceEnabledvalue='false'/>
127                 <fieldValue name='displayMode'/>
128                 <fieldValue name='transparencyvalue='0'/>
129            </ProtoInstance>
130            <ProtoInstance name='Arc'>
131                 <fieldValue name='cylinderHeightvalue='0.61298'/>
132                 <fieldValue name='cylinderTranslationvalue='2.07545 1.44952 2.07421'/>
133                 <fieldValue name='coneTranslationvalue='2.01545 1.54817 2.16437'/>
134                 <fieldValue name='rotationvalue='37.72808 -0.00000 25.10530 0.83202'/>
135                 <fieldValue name='diffuseColorvalue='0 0 0'/>
136                 <fieldValue name='ballRadiusvalue='0.02'/>
137                 <fieldValue name='traceEnabledvalue='false'/>
138                 <fieldValue name='displayMode'/>
139                 <fieldValue name='transparencyvalue='0'/>
140            </ProtoInstance>
141            <ProtoInstance name='Arc'>
142                 <fieldValue name='cylinderHeightvalue='1.13375'/>
143                 <fieldValue name='cylinderTranslationvalue='2.37968 1.25005 1.34764'/>
144                 <fieldValue name='coneTranslationvalue='2.50795 1.25501 0.96155'/>
145                 <fieldValue name='rotationvalue='-107.58457 0 -35.74169 1.55861'/>
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.61226'/>
154                 <fieldValue name='cylinderTranslationvalue='2.44606 1.06476 1.92835'/>
155                 <fieldValue name='coneTranslationvalue='2.56305 0.97961 1.94877'/>
156                 <fieldValue name='rotationvalue='8.55584 0 -49.01729 2.19282'/>
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.62941'/>
165                 <fieldValue name='cylinderTranslationvalue='2.44388 1.21690 1.68722'/>
166                 <fieldValue name='coneTranslationvalue='2.56330 1.20400 1.58971'/>
167                 <fieldValue name='rotationvalue='-39.67048 0 -48.58248 1.65426'/>
168                 <fieldValue name='diffuseColorvalue='0 0 0'/>
169                 <fieldValue name='ballRadiusvalue='0.02'/>
170                 <fieldValue name='traceEnabledvalue='false'/>
171                 <fieldValue name='displayMode'/>
172                 <fieldValue name='transparencyvalue='0'/>
173            </ProtoInstance>
174            <ProtoInstance name='Arc'>
175                 <fieldValue name='cylinderHeightvalue='0.61495'/>
176                 <fieldValue name='cylinderTranslationvalue='2.47653 1.13658 1.80038'/>
177                 <fieldValue name='coneTranslationvalue='2.60869 1.08548 1.75952'/>
178                 <fieldValue name='rotationvalue='-17.03717 0 -55.11072 1.92468'/>
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.61886'/>
187                 <fieldValue name='cylinderTranslationvalue='2.29383 1.46193 1.68744'/>
188                 <fieldValue name='coneTranslationvalue='2.33867 1.56759 1.59176'/>
189                 <fieldValue name='rotationvalue='-39.62514 0 -18.57171 0.78542'/>
190                 <fieldValue name='diffuseColorvalue='0 0 0'/>
191                 <fieldValue name='ballRadiusvalue='0.02'/>
192                 <fieldValue name='traceEnabledvalue='false'/>
193                 <fieldValue name='displayMode'/>
194                 <fieldValue name='transparencyvalue='0'/>
195            </ProtoInstance>
196            <ProtoInstance name='Arc'>
197                 <fieldValue name='cylinderHeightvalue='0.33610'/>
198                 <fieldValue name='cylinderTranslationvalue='2.27171 1.39447 1.86728'/>
199                 <fieldValue name='coneTranslationvalue='2.27510 1.40172 1.86640'/>
200                 <fieldValue name='rotationvalue='-3.65769 0 -14.14841 0.44981'/>
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.66112'/>
209                 <fieldValue name='cylinderTranslationvalue='2.34765 1.25449 1.58955'/>
210                 <fieldValue name='coneTranslationvalue='2.42333 1.26035 1.43681'/>
211                 <fieldValue name='rotationvalue='-59.20333 0 -29.33602 1.53643'/>
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.63941'/>
220                 <fieldValue name='cylinderTranslationvalue='2.25480 0.94673 1.99262'/>
221                 <fieldValue name='coneTranslationvalue='2.28168 0.79867 2.04609'/>
222                 <fieldValue name='rotationvalue='21.40957 0 -10.76481 2.75744'/>
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.59693'/>
231                 <fieldValue name='cylinderTranslationvalue='2.23106 1.19293 2.17824'/>
232                 <fieldValue name='coneTranslationvalue='2.24502 1.16964 2.31402'/>
233                 <fieldValue name='rotationvalue='58.53428 0 -6.01778 1.73980'/>
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='1.15718'/>
242                 <fieldValue name='cylinderTranslationvalue='2.22433 0.72461 2.14122'/>
243                 <fieldValue name='coneTranslationvalue='2.24122 0.34948 2.32618'/>
244                 <fieldValue name='rotationvalue='51.13086 0 -4.67113 2.68187'/>
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.12387'/>
253                 <fieldValue name='cylinderTranslationvalue='1.74645 1.32861 2.20475'/>
254                 <fieldValue name='coneTranslationvalue='1.42134 1.38975 2.43305'/>
255                 <fieldValue name='rotationvalue='63.83586 -0.00000 90.90439 1.41809'/>
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.62889'/>
264                 <fieldValue name='cylinderTranslationvalue='2.35767 1.00234 2.01340'/>
265                 <fieldValue name='coneTranslationvalue='2.43463 0.88407 2.07619'/>
266                 <fieldValue name='rotationvalue='25.56744 0 -31.33919 2.44303'/>
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.12758'/>
275                 <fieldValue name='cylinderTranslationvalue='1.77609 1.60733 1.81700'/>
276                 <fieldValue name='coneTranslationvalue='1.47179 1.86817 1.76789'/>
277                 <fieldValue name='rotationvalue='-13.71315 0 84.97569 0.86850'/>
278                 <fieldValue name='diffuseColorvalue='0 0 0'/>
279                 <fieldValue name='ballRadiusvalue='0.02'/>
280                 <fieldValue name='traceEnabledvalue='false'/>
281                 <fieldValue name='displayMode'/>
282                 <fieldValue name='transparencyvalue='0'/>
283            </ProtoInstance>
284            <ProtoInstance name='Arc'>
285                 <fieldValue name='cylinderHeightvalue='0.66789'/>
286                 <fieldValue name='cylinderTranslationvalue='1.97906 1.21321 2.13331'/>
287                 <fieldValue name='coneTranslationvalue='1.86346 1.19762 2.26236'/>
288                 <fieldValue name='rotationvalue='49.54878 -0.00000 44.38328 1.66053'/>
289                 <fieldValue name='diffuseColorvalue='0 0 0'/>
290                 <fieldValue name='ballRadiusvalue='0.02'/>
291                 <fieldValue name='traceEnabledvalue='false'/>
292                 <fieldValue name='displayMode'/>
293                 <fieldValue name='transparencyvalue='0'/>
294            </ProtoInstance>
295            <ProtoInstance name='Arc'>
296                 <fieldValue name='cylinderHeightvalue='0.67330'/>
297                 <fieldValue name='cylinderTranslationvalue='2.00287 1.48774 1.76615'/>
298                 <fieldValue name='coneTranslationvalue='1.89892 1.61609 1.70349'/>
299                 <fieldValue name='rotationvalue='-23.88329 0 39.62042 0.75748'/>
300                 <fieldValue name='diffuseColorvalue='0 0 0'/>
301                 <fieldValue name='ballRadiusvalue='0.02'/>
302                 <fieldValue name='traceEnabledvalue='false'/>
303                 <fieldValue name='displayMode'/>
304                 <fieldValue name='transparencyvalue='0'/>
305            </ProtoInstance>
306            <ProtoInstance name='Arc'>
307                 <fieldValue name='cylinderHeightvalue='0.58358'/>
308                 <fieldValue name='cylinderTranslationvalue='2.15509 1.33591 2.15839'/>
309                 <fieldValue name='coneTranslationvalue='2.13436 1.37781 2.28161'/>
310                 <fieldValue name='rotationvalue='54.56368 -0.00000 9.17719 1.24723'/>
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.11167'/>
319                 <fieldValue name='cylinderTranslationvalue='2.15994 1.22360 1.85313'/>
320                 <fieldValue name='coneTranslationvalue='2.23649 1.26004 1.91365'/>
321                 <fieldValue name='rotationvalue='-6.48740 0 8.20676 1.92821'/>
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.49157'/>
330                 <fieldValue name='cylinderTranslationvalue='2.03270 1.11797 1.75740'/>
331                 <fieldValue name='coneTranslationvalue='1.97396 1.07428 1.71267'/>
332                 <fieldValue name='rotationvalue='-25.63330 0 33.65534 2.10511'/>
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.60135'/>
341                 <fieldValue name='cylinderTranslationvalue='2.18881 1.53732 1.82466'/>
342                 <fieldValue name='coneTranslationvalue='2.18312 1.67496 1.79616'/>
343                 <fieldValue name='rotationvalue='-12.18161 0 2.43276 0.20807'/>
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='1.15958'/>
352                 <fieldValue name='cylinderTranslationvalue='2.46912 0.79825 1.62802'/>
353                 <fieldValue name='coneTranslationvalue='2.66326 0.47614 1.44154'/>
354                 <fieldValue name='rotationvalue='-51.50984 0 -53.62901 2.44545'/>
355                 <fieldValue name='diffuseColorvalue='0 0 0'/>
356                 <fieldValue name='ballRadiusvalue='0.02'/>
357                 <fieldValue name='traceEnabledvalue='false'/>
358                 <fieldValue name='displayMode'/>
359                 <fieldValue name='transparencyvalue='0'/>
360            </ProtoInstance>
361            <ProtoInstance name='Arc'>
362                 <fieldValue name='cylinderHeightvalue='1.12160'/>
363                 <fieldValue name='cylinderTranslationvalue='1.90931 1.03920 2.31897'/>
364                 <fieldValue name='coneTranslationvalue='1.70086 0.89345 2.62872'/>
365                 <fieldValue name='rotationvalue='86.68088 -0.00000 58.33199 1.94298'/>
366                 <fieldValue name='diffuseColorvalue='0 0 0'/>
367                 <fieldValue name='ballRadiusvalue='0.02'/>
368                 <fieldValue name='traceEnabledvalue='false'/>
369                 <fieldValue name='displayMode'/>
370                 <fieldValue name='transparencyvalue='0'/>
371            </ProtoInstance>
372            <ProtoInstance name='Arc'>
373                 <fieldValue name='cylinderHeightvalue='1.12681'/>
374                 <fieldValue name='cylinderTranslationvalue='1.97563 1.60631 1.51848'/>
375                 <fieldValue name='coneTranslationvalue='1.81428 1.86635 1.25564'/>
376                 <fieldValue name='rotationvalue='-73.41707 0 45.06871 0.87029'/>
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.61298'/>
385                 <fieldValue name='cylinderTranslationvalue='2.07545 1.44952 2.07421'/>
386                 <fieldValue name='coneTranslationvalue='2.01545 1.54817 2.16437'/>
387                 <fieldValue name='rotationvalue='37.72808 -0.00000 25.10530 0.83202'/>
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='1.13375'/>
396                 <fieldValue name='cylinderTranslationvalue='2.37968 1.25005 1.34764'/>
397                 <fieldValue name='coneTranslationvalue='2.50795 1.25501 0.96155'/>
398                 <fieldValue name='rotationvalue='-107.58457 0 -35.74169 1.55861'/>
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.61226'/>
407                 <fieldValue name='cylinderTranslationvalue='2.44606 1.06476 1.92835'/>
408                 <fieldValue name='coneTranslationvalue='2.56305 0.97961 1.94877'/>
409                 <fieldValue name='rotationvalue='8.55584 0 -49.01729 2.19282'/>
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.62941'/>
418                 <fieldValue name='cylinderTranslationvalue='2.44388 1.21690 1.68722'/>
419                 <fieldValue name='coneTranslationvalue='2.56330 1.20400 1.58971'/>
420                 <fieldValue name='rotationvalue='-39.67048 0 -48.58248 1.65426'/>
421                 <fieldValue name='diffuseColorvalue='0 0 0'/>
422                 <fieldValue name='ballRadiusvalue='0.02'/>
423                 <fieldValue name='traceEnabledvalue='false'/>
424                 <fieldValue name='displayMode'/>
425                 <fieldValue name='transparencyvalue='0'/>
426            </ProtoInstance>
427            <ProtoInstance name='Arc'>
428                 <fieldValue name='cylinderHeightvalue='0.61495'/>
429                 <fieldValue name='cylinderTranslationvalue='2.47653 1.13658 1.80038'/>
430                 <fieldValue name='coneTranslationvalue='2.60869 1.08548 1.75952'/>
431                 <fieldValue name='rotationvalue='-17.03717 0 -55.11072 1.92468'/>
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.61886'/>
440                 <fieldValue name='cylinderTranslationvalue='2.29383 1.46193 1.68744'/>
441                 <fieldValue name='coneTranslationvalue='2.33867 1.56759 1.59176'/>
442                 <fieldValue name='rotationvalue='-39.62514 0 -18.57171 0.78542'/>
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.33610'/>
451                 <fieldValue name='cylinderTranslationvalue='2.27171 1.39447 1.86728'/>
452                 <fieldValue name='coneTranslationvalue='2.27510 1.40172 1.86640'/>
453                 <fieldValue name='rotationvalue='-3.65769 0 -14.14841 0.44981'/>
454                 <fieldValue name='diffuseColorvalue='0 0 0'/>
455                 <fieldValue name='ballRadiusvalue='0.02'/>
456                 <fieldValue name='traceEnabledvalue='false'/>
457                 <fieldValue name='displayMode'/>
458                 <fieldValue name='transparencyvalue='0'/>
459            </ProtoInstance>
460            <ProtoInstance name='Arc'>
461                 <fieldValue name='cylinderHeightvalue='0.66112'/>
462                 <fieldValue name='cylinderTranslationvalue='2.34765 1.25449 1.58955'/>
463                 <fieldValue name='coneTranslationvalue='2.42333 1.26035 1.43681'/>
464                 <fieldValue name='rotationvalue='-59.20333 0 -29.33602 1.53643'/>
465                 <fieldValue name='diffuseColorvalue='0 0 0'/>
466                 <fieldValue name='ballRadiusvalue='0.02'/>
467                 <fieldValue name='traceEnabledvalue='false'/>
468                 <fieldValue name='displayMode'/>
469                 <fieldValue name='transparencyvalue='0'/>
470            </ProtoInstance>
471            <ProtoInstance name='Arc'>
472                 <fieldValue name='cylinderHeightvalue='0.63941'/>
473                 <fieldValue name='cylinderTranslationvalue='2.25480 0.94673 1.99262'/>
474                 <fieldValue name='coneTranslationvalue='2.28168 0.79867 2.04609'/>
475                 <fieldValue name='rotationvalue='21.40957 0 -10.76481 2.75744'/>
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.59693'/>
484                 <fieldValue name='cylinderTranslationvalue='2.23106 1.19293 2.17824'/>
485                 <fieldValue name='coneTranslationvalue='2.24502 1.16964 2.31402'/>
486                 <fieldValue name='rotationvalue='58.53428 0 -6.01778 1.73980'/>
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.15718'/>
495                 <fieldValue name='cylinderTranslationvalue='2.22433 0.72461 2.14122'/>
496                 <fieldValue name='coneTranslationvalue='2.24122 0.34948 2.32618'/>
497                 <fieldValue name='rotationvalue='51.13086 0 -4.67113 2.68187'/>
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='1.12387'/>
506                 <fieldValue name='cylinderTranslationvalue='1.74645 1.32861 2.20475'/>
507                 <fieldValue name='coneTranslationvalue='1.42134 1.38975 2.43305'/>
508                 <fieldValue name='rotationvalue='63.83586 -0.00000 90.90439 1.41809'/>
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.62889'/>
517                 <fieldValue name='cylinderTranslationvalue='2.35767 1.00234 2.01340'/>
518                 <fieldValue name='coneTranslationvalue='2.43463 0.88407 2.07619'/>
519                 <fieldValue name='rotationvalue='25.56744 0 -31.33919 2.44303'/>
520                 <fieldValue name='diffuseColorvalue='0 0 0'/>
521                 <fieldValue name='ballRadiusvalue='0.02'/>
522                 <fieldValue name='traceEnabledvalue='false'/>
523                 <fieldValue name='displayMode'/>
524                 <fieldValue name='transparencyvalue='0'/>
525            </ProtoInstance>
526            <ProtoInstance name='Arc'>
527                 <fieldValue name='cylinderHeightvalue='1.12758'/>
528                 <fieldValue name='cylinderTranslationvalue='1.77609 1.60733 1.81700'/>
529                 <fieldValue name='coneTranslationvalue='1.47179 1.86817 1.76789'/>
530                 <fieldValue name='rotationvalue='-13.71315 0 84.97569 0.86850'/>
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.66789'/>
539                 <fieldValue name='cylinderTranslationvalue='1.97906 1.21321 2.13331'/>
540                 <fieldValue name='coneTranslationvalue='1.86346 1.19762 2.26236'/>
541                 <fieldValue name='rotationvalue='49.54878 -0.00000 44.38328 1.66053'/>
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.67330'/>
550                 <fieldValue name='cylinderTranslationvalue='2.00287 1.48774 1.76615'/>
551                 <fieldValue name='coneTranslationvalue='1.89892 1.61609 1.70349'/>
552                 <fieldValue name='rotationvalue='-23.88329 0 39.62042 0.75748'/>
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='1.02451'/>
561                 <fieldValue name='cylinderTranslationvalue='-1.90534 -2.08045 1.05391'/>
562                 <fieldValue name='coneTranslationvalue='-1.99033 -2.31415 1.30341'/>
563                 <fieldValue name='rotationvalue='72.56402 -0.00000 24.71932 2.29618'/>
564                 <fieldValue name='diffuseColorvalue='0 0 0'/>
565                 <fieldValue name='ballRadiusvalue='0.02'/>
566                 <fieldValue name='traceEnabledvalue='false'/>
567                 <fieldValue name='displayMode'/>
568                 <fieldValue name='transparencyvalue='0'/>
569            </ProtoInstance>
570            <ProtoInstance name='Arc'>
571                 <fieldValue name='cylinderHeightvalue='1.20102'/>
572                 <fieldValue name='cylinderTranslationvalue='-2.19982 -1.33059 0.82414'/>
573                 <fieldValue name='coneTranslationvalue='-2.50651 -1.02981 0.92174'/>
574                 <fieldValue name='rotationvalue='26.60918 -0.00000 83.61562 0.81921'/>
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.53148'/>
583                 <fieldValue name='cylinderTranslationvalue='-1.80048 -1.72784 0.42632'/>
584                 <fieldValue name='coneTranslationvalue='-1.80794 -1.72276 0.32097'/>
585                 <fieldValue name='rotationvalue='-52.95399 0 3.74756 1.52271'/>
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.24223'/>
594                 <fieldValue name='cylinderTranslationvalue='-2.03777 -1.28892 1.03199'/>
595                 <fieldValue name='coneTranslationvalue='-2.22784 -0.95359 1.28507'/>
596                 <fieldValue name='rotationvalue='68.17925 -0.00000 51.20462 0.75652'/>
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.02313'/>
605                 <fieldValue name='cylinderTranslationvalue='-2.26691 -1.65935 0.83148'/>
606                 <fieldValue name='coneTranslationvalue='-2.60034 -1.60351 0.92795'/>
607                 <fieldValue name='rotationvalue='28.07654 -0.00000 97.03359 1.41128'/>
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.23605'/>
616                 <fieldValue name='cylinderTranslationvalue='-1.42077 -2.07250 1.06726'/>
617                 <fieldValue name='coneTranslationvalue='-1.15324 -2.31847 1.34604'/>
618                 <fieldValue name='rotationvalue='75.23311 0 -72.19525 2.13769'/>
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='1.24866'/>
627                 <fieldValue name='cylinderTranslationvalue='-1.82725 -1.42023 1.22502'/>
628                 <fieldValue name='coneTranslationvalue='-1.86109 -1.18195 1.62211'/>
629                 <fieldValue name='rotationvalue='106.78440 -0.00000 9.10053 1.03193'/>
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.23559'/>
638                 <fieldValue name='cylinderTranslationvalue='-1.60238 -1.77950 1.28100'/>
639                 <fieldValue name='coneTranslationvalue='-1.46947 -1.80831 1.71813'/>
640                 <fieldValue name='rotationvalue='117.98105 0 -35.87248 1.63378'/>
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='1.29523'/>
649                 <fieldValue name='cylinderTranslationvalue='-1.58741 -1.65578 0.07918'/>
650                 <fieldValue name='coneTranslationvalue='-1.44109 -1.59191 -0.38156'/>
651                 <fieldValue name='rotationvalue='-122.38353 0 -38.86636 1.43943'/>
652                 <fieldValue name='diffuseColorvalue='0 0 0'/>
653                 <fieldValue name='ballRadiusvalue='0.02'/>
654                 <fieldValue name='traceEnabledvalue='false'/>
655                 <fieldValue name='displayMode'/>
656                 <fieldValue name='transparencyvalue='0'/>
657            </ProtoInstance>
658            <ProtoInstance name='Arc'>
659                 <fieldValue name='cylinderHeightvalue='1.04459'/>
660                 <fieldValue name='cylinderTranslationvalue='-1.74581 -2.24582 0.81861'/>
661                 <fieldValue name='coneTranslationvalue='-1.72088 -2.59626 0.90707'/>
662                 <fieldValue name='rotationvalue='25.50382 0 -7.18747 2.88513'/>
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='1.28564'/>
671                 <fieldValue name='cylinderTranslationvalue='-1.68698 -1.56809 0.07915'/>
672                 <fieldValue name='coneTranslationvalue='-1.61581 -1.43851 -0.38048'/>
673                 <fieldValue name='rotationvalue='-122.38907 0 -18.95184 1.29908'/>
674                 <fieldValue name='diffuseColorvalue='0 0 0'/>
675                 <fieldValue name='ballRadiusvalue='0.02'/>
676                 <fieldValue name='traceEnabledvalue='false'/>
677                 <fieldValue name='displayMode'/>
678                 <fieldValue name='transparencyvalue='0'/>
679            </ProtoInstance>
680            <ProtoInstance name='Arc'>
681                 <fieldValue name='cylinderHeightvalue='1.21297'/>
682                 <fieldValue name='cylinderTranslationvalue='-1.72887 -1.80440 1.29189'/>
683                 <fieldValue name='coneTranslationvalue='-1.68994 -1.85137 1.73419'/>
684                 <fieldValue name='rotationvalue='120.15927 0 -10.57540 1.67618'/>
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.22441'/>
693                 <fieldValue name='cylinderTranslationvalue='-1.42552 -2.15990 0.95960'/>
694                 <fieldValue name='coneTranslationvalue='-1.16239 -2.46960 1.15793'/>
695                 <fieldValue name='rotationvalue='53.70148 0 -71.24538 2.32523'/>
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='1.16553'/>
704                 <fieldValue name='cylinderTranslationvalue='-2.06144 -1.62483 1.18907'/>
705                 <fieldValue name='coneTranslationvalue='-2.26434 -1.54084 1.55033'/>
706                 <fieldValue name='rotationvalue='99.59607 -0.00000 55.93871 1.37080'/>
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.63173'/>
715                 <fieldValue name='cylinderTranslationvalue='-1.85463 -2.01977 0.81966'/>
716                 <fieldValue name='coneTranslationvalue='-1.89060 -2.15753 0.88309'/>
717                 <fieldValue name='rotationvalue='25.71222 -0.00000 14.57825 2.65470'/>
718                 <fieldValue name='diffuseColorvalue='0 0 0'/>
719                 <fieldValue name='ballRadiusvalue='0.02'/>
720                 <fieldValue name='traceEnabledvalue='false'/>
721                 <fieldValue name='displayMode'/>
722                 <fieldValue name='transparencyvalue='0'/>
723            </ProtoInstance>
724            <ProtoInstance name='Arc'>
725                 <fieldValue name='cylinderHeightvalue='0.61271'/>
726                 <fieldValue name='cylinderTranslationvalue='-2.07971 -1.76053 0.75947'/>
727                 <fieldValue name='coneTranslationvalue='-2.22205 -1.77005 0.79213'/>
728                 <fieldValue name='rotationvalue='13.67448 -0.00000 59.59283 1.63587'/>
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.80904'/>
737                 <fieldValue name='cylinderTranslationvalue='-0.64651 -1.47626 -1.87905'/>
738                 <fieldValue name='coneTranslationvalue='-0.46879 -1.63715 -1.92721'/>
739                 <fieldValue name='rotationvalue='-15.93540 0 -58.80219 2.28894'/>
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.28809'/>
748                 <fieldValue name='cylinderTranslationvalue='-0.68264 -0.86189 -2.27588'/>
749                 <fieldValue name='coneTranslationvalue='-0.48883 -0.60020 -2.63400'/>
750                 <fieldValue name='rotationvalue='-95.30023 0 -51.57483 0.99960'/>
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='1.31331'/>
759                 <fieldValue name='cylinderTranslationvalue='-0.74149 -0.73393 -2.20540'/>
760                 <fieldValue name='coneTranslationvalue='-0.59096 -0.37379 -2.51249'/>
761                 <fieldValue name='rotationvalue='-81.20520 0 -39.80471 0.75958'/>
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='1.19539'/>
770                 <fieldValue name='cylinderTranslationvalue='-0.93169 -1.67649 -1.42571'/>
771                 <fieldValue name='coneTranslationvalue='-0.92523 -2.01805 -1.15208'/>
772                 <fieldValue name='rotationvalue='74.73240 0 -1.76537 2.46602'/>
773                 <fieldValue name='diffuseColorvalue='0 0 0'/>
774                 <fieldValue name='ballRadiusvalue='0.02'/>
775                 <fieldValue name='traceEnabledvalue='false'/>
776                 <fieldValue name='displayMode'/>
777                 <fieldValue name='transparencyvalue='0'/>
778            </ProtoInstance>
779            <ProtoInstance name='Arc'>
780                 <fieldValue name='cylinderHeightvalue='0.72769'/>
781                 <fieldValue name='cylinderTranslationvalue='-1.14365 -0.99004 -2.00601'/>
782                 <fieldValue name='coneTranslationvalue='-1.25746 -0.86676 -2.12178'/>
783                 <fieldValue name='rotationvalue='-41.32790 0 40.62714 0.92131'/>
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='1.31146'/>
792                 <fieldValue name='cylinderTranslationvalue='-0.39364 -1.18237 -2.16012'/>
793                 <fieldValue name='coneTranslationvalue='0.01979 -1.16141 -2.43285'/>
794                 <fieldValue name='rotationvalue='-72.14997 0 -109.37498 1.52852'/>
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.34847'/>
803                 <fieldValue name='cylinderTranslationvalue='-1.22590 -0.61314 -1.92901'/>
804                 <fieldValue name='coneTranslationvalue='-1.44356 -0.15785 -2.02788'/>
805                 <fieldValue name='rotationvalue='-25.92643 0 57.07701 0.48351'/>
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.73908'/>
814                 <fieldValue name='cylinderTranslationvalue='-0.98792 -0.84801 -1.74269'/>
815                 <fieldValue name='coneTranslationvalue='-1.01479 -0.64270 -1.71055'/>
816                 <fieldValue name='rotationvalue='11.33690 -0.00000 9.47958 0.20131'/>
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.70203'/>
825                 <fieldValue name='cylinderTranslationvalue='-0.89362 -1.19814 -2.14704'/>
826                 <fieldValue name='coneTranslationvalue='-0.86811 -1.19163 -2.33623'/>
827                 <fieldValue name='rotationvalue='-69.53242 0 -9.37873 1.53675'/>
828                 <fieldValue name='diffuseColorvalue='0 0 0'/>
829                 <fieldValue name='ballRadiusvalue='0.02'/>
830                 <fieldValue name='traceEnabledvalue='false'/>
831                 <fieldValue name='displayMode'/>
832                 <fieldValue name='transparencyvalue='0'/>
833            </ProtoInstance>
834            <ProtoInstance name='Arc'>
835                 <fieldValue name='cylinderHeightvalue='1.34359'/>
836                 <fieldValue name='cylinderTranslationvalue='-0.33220 -1.07669 -2.05129'/>
837                 <fieldValue name='coneTranslationvalue='0.13124 -0.97506 -2.24320'/>
838                 <fieldValue name='rotationvalue='-50.38246 0 -121.66410 1.37090'/>
839                 <fieldValue name='diffuseColorvalue='0 0 0'/>
840                 <fieldValue name='ballRadiusvalue='0.02'/>
841                 <fieldValue name='traceEnabledvalue='false'/>
842                 <fieldValue name='displayMode'/>
843                 <fieldValue name='transparencyvalue='0'/>
844            </ProtoInstance>
845            <ProtoInstance name='Arc'>
846                 <fieldValue name='cylinderHeightvalue='1.31719'/>
847                 <fieldValue name='cylinderTranslationvalue='-0.40806 -1.59760 -1.80769'/>
848                 <fieldValue name='coneTranslationvalue='-0.00497 -1.89098 -1.81398'/>
849                 <fieldValue name='rotationvalue='-1.66296 0 -106.49054 2.19988'/>
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.72182'/>
858                 <fieldValue name='cylinderTranslationvalue='-0.58859 -1.13009 -1.80093'/>
859                 <fieldValue name='coneTranslationvalue='-0.39268 -1.08555 -1.80180'/>
860                 <fieldValue name='rotationvalue='-0.31126 0 -70.38539 1.34728'/>
861                 <fieldValue name='diffuseColorvalue='0 0 0'/>
862                 <fieldValue name='ballRadiusvalue='0.02'/>
863                 <fieldValue name='traceEnabledvalue='false'/>
864                 <fieldValue name='displayMode'/>
865                 <fieldValue name='transparencyvalue='0'/>
866            </ProtoInstance>
867            <ProtoInstance name='Arc'>
868                 <fieldValue name='cylinderHeightvalue='0.74781'/>
869                 <fieldValue name='cylinderTranslationvalue='-0.92325 -1.56543 -1.91442'/>
870                 <fieldValue name='coneTranslationvalue='-0.91337 -1.76872 -1.98023'/>
871                 <fieldValue name='rotationvalue='-23.00889 0 -3.45312 2.82521'/>
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='1.39262'/>
880                 <fieldValue name='cylinderTranslationvalue='-1.16680 -1.39052 -1.16606'/>
881                 <fieldValue name='coneTranslationvalue='-1.34108 -1.52949 -0.67827'/>
882                 <fieldValue name='rotationvalue='126.66330 -0.00000 45.25623 1.83292'/>
883                 <fieldValue name='diffuseColorvalue='0 0 0'/>
884                 <fieldValue name='ballRadiusvalue='0.02'/>
885                 <fieldValue name='traceEnabledvalue='false'/>
886                 <fieldValue name='displayMode'/>
887                 <fieldValue name='transparencyvalue='0'/>
888            </ProtoInstance>
889            <ProtoInstance name='Arc'>
890                 <fieldValue name='cylinderHeightvalue='0.70472'/>
891                 <fieldValue name='cylinderTranslationvalue='-1.15380 -1.07697 -1.55249'/>
892                 <fieldValue name='coneTranslationvalue='-1.27023 -1.00430 -1.41771'/>
893                 <fieldValue name='rotationvalue='49.37644 -0.00000 42.65570 1.18340'/>
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.15312'/>
902                 <fieldValue name='cylinderTranslationvalue='-1.31612 -1.54416 -1.51700'/>
903                 <fieldValue name='coneTranslationvalue='-1.58750 -1.78552 -1.31299'/>
904                 <fieldValue name='rotationvalue='56.47467 -0.00000 75.12118 2.18882'/>
905                 <fieldValue name='diffuseColorvalue='0 0 0'/>
906                 <fieldValue name='ballRadiusvalue='0.02'/>
907                 <fieldValue name='traceEnabledvalue='false'/>
908                 <fieldValue name='displayMode'/>
909                 <fieldValue name='transparencyvalue='0'/>
910            </ProtoInstance>
911            <ProtoInstance name='Arc'>
912                 <fieldValue name='cylinderHeightvalue='1.26190'/>
913                 <fieldValue name='cylinderTranslationvalue='-0.49698 -1.60086 -2.01997'/>
914                 <fieldValue name='coneTranslationvalue='-0.16592 -1.89255 -2.18463'/>
915                 <fieldValue name='rotationvalue='-44.11967 0 -88.70736 2.23871'/>
916                 <fieldValue name='diffuseColorvalue='0 0 0'/>
917                 <fieldValue name='ballRadiusvalue='0.02'/>
918                 <fieldValue name='traceEnabledvalue='false'/>
919                 <fieldValue name='displayMode'/>
920                 <fieldValue name='transparencyvalue='0'/>
921            </ProtoInstance>
922            <ProtoInstance name='Arc'>
923                 <fieldValue name='cylinderHeightvalue='0.75713'/>
924                 <fieldValue name='cylinderTranslationvalue='-1.28387 -1.22442 -1.95817'/>
925                 <fieldValue name='coneTranslationvalue='-1.48210 -1.23269 -2.04986'/>
926                 <fieldValue name='rotationvalue='-31.75986 0 68.67007 1.60867'/>
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.43643'/>
935                 <fieldValue name='cylinderTranslationvalue='-1.26637 -1.30282 -1.16609'/>
936                 <fieldValue name='coneTranslationvalue='-1.51963 -1.37490 -0.67388'/>
937                 <fieldValue name='rotationvalue='126.65777 -0.00000 65.17074 1.70028'/>
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.71806'/>
946                 <fieldValue name='cylinderTranslationvalue='-0.98843 -1.50035 -2.00518'/>
947                 <fieldValue name='coneTranslationvalue='-1.01499 -1.66126 -2.11927'/>
948                 <fieldValue name='rotationvalue='-41.16119 0 9.58266 2.51232'/>
949                 <fieldValue name='diffuseColorvalue='0 0 0'/>
950                 <fieldValue name='ballRadiusvalue='0.02'/>
951                 <fieldValue name='traceEnabledvalue='false'/>
952                 <fieldValue name='displayMode'/>
953                 <fieldValue name='transparencyvalue='0'/>
954            </ProtoInstance>
955            <ProtoInstance name='Arc'>
956                 <fieldValue name='cylinderHeightvalue='0.69919'/>
957                 <fieldValue name='cylinderTranslationvalue='-1.01684 -1.07397 -2.11221'/>
958                 <fieldValue name='coneTranslationvalue='-1.05824 -1.00015 -2.28187'/>
959                 <fieldValue name='rotationvalue='-62.56657 0 15.26511 1.17088'/>
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.30310'/>
968                 <fieldValue name='cylinderTranslationvalue='-0.86779 -0.56499 -1.85493'/>
969                 <fieldValue name='coneTranslationvalue='-0.81293 -0.07831 -1.89685'/>
970                 <fieldValue name='rotationvalue='-11.11212 0 -14.54489 0.14093'/>
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.19633'/>
979                 <fieldValue name='cylinderTranslationvalue='-1.47483 -1.01580 -1.98530'/>
980                 <fieldValue name='coneTranslationvalue='-1.86622 -0.87348 -2.12150'/>
981                 <fieldValue name='rotationvalue='-37.18594 0 106.86169 1.23999'/>
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.70693'/>
990                 <fieldValue name='cylinderTranslationvalue='-1.14975 -1.40358 -2.00847'/>
991                 <fieldValue name='coneTranslationvalue='-1.26427 -1.50949 -2.12291'/>
992                 <fieldValue name='rotationvalue='-41.81840 0 41.84649 2.15008'/>
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.55380'/>
1001                 <fieldValue name='cylinderTranslationvalue='-0.11405 -1.86377 -1.88737'/>
1002                 <fieldValue name='coneTranslationvalue='-0.01339 -1.91500 -1.85724'/>
1003                 <fieldValue name='rotationvalue='14.27244 0 -47.68835 2.02444'/>
1004                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1005                 <fieldValue name='ballRadiusvalue='0.02'/>
1006                 <fieldValue name='traceEnabledvalue='false'/>
1007                 <fieldValue name='displayMode'/>
1008                 <fieldValue name='transparencyvalue='0'/>
1009            </ProtoInstance>
1010            <ProtoInstance name='Arc'>
1011                 <fieldValue name='cylinderHeightvalue='0.48060'/>
1012                 <fieldValue name='cylinderTranslationvalue='-0.20297 -1.86704 -2.09965'/>
1013                 <fieldValue name='coneTranslationvalue='-0.15300 -1.90868 -2.14674'/>
1014                 <fieldValue name='rotationvalue='-28.18427 0 -29.90517 2.11596'/>
1015                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1016                 <fieldValue name='ballRadiusvalue='0.02'/>
1017                 <fieldValue name='traceEnabledvalue='false'/>
1018                 <fieldValue name='displayMode'/>
1019                 <fieldValue name='transparencyvalue='0'/>
1020            </ProtoInstance>
1021            <ProtoInstance name='Arc'>
1022                 <fieldValue name='cylinderHeightvalue='0.49449'/>
1023                 <fieldValue name='cylinderTranslationvalue='-1.97823 -2.35961 1.18248'/>
1024                 <fieldValue name='coneTranslationvalue='-1.96034 -2.33820 1.09981'/>
1025                 <fieldValue name='rotationvalue='-46.85180 0 -10.14107 1.32284'/>
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.31499'/>
1034                 <fieldValue name='cylinderTranslationvalue='-0.48362 -0.38573 -2.68190'/>
1035                 <fieldValue name='coneTranslationvalue='-0.48268 -0.38777 -2.68302'/>
1036                 <fieldValue name='rotationvalue='14.09503 -0.00000 11.77012 0.62239'/>
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.32457'/>
1045                 <fieldValue name='cylinderTranslationvalue='2.02956 1.54230 2.34703'/>
1046                 <fieldValue name='coneTranslationvalue='2.02844 1.54390 2.34584'/>
1047                 <fieldValue name='rotationvalue='-16.83559 0 15.92811 0.79529'/>
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.32624'/>
1056                 <fieldValue name='cylinderTranslationvalue='2.18517 1.28571 2.45106'/>
1057                 <fieldValue name='coneTranslationvalue='2.18663 1.28297 2.45144'/>
1058                 <fieldValue name='rotationvalue='3.97061 0 -15.19497 2.63935'/>
1059                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1060                 <fieldValue name='ballRadiusvalue='0.02'/>
1061                 <fieldValue name='traceEnabledvalue='false'/>
1062                 <fieldValue name='displayMode'/>
1063                 <fieldValue name='transparencyvalue='0'/>
1064            </ProtoInstance>
1065            <ProtoInstance name='Arc'>
1066                 <fieldValue name='cylinderHeightvalue='0.90438'/>
1067                 <fieldValue name='cylinderTranslationvalue='-1.15797 -1.85693 -0.79240'/>
1068                 <fieldValue name='coneTranslationvalue='-1.30989 -1.67214 -0.62462'/>
1069                 <fieldValue name='rotationvalue='51.93091 -0.00000 47.02160 0.88612'/>
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.38217'/>
1078                 <fieldValue name='cylinderTranslationvalue='1.99166 1.09843 1.72496'/>
1079                 <fieldValue name='coneTranslationvalue='1.97096 1.08125 1.70939'/>
1080                 <fieldValue name='rotationvalue='-19.14591 0 25.44858 2.15652'/>
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.40934'/>
1089                 <fieldValue name='cylinderTranslationvalue='2.23068 1.37494 1.83484'/>
1090                 <fieldValue name='coneTranslationvalue='2.25508 1.41223 1.83793'/>
1091                 <fieldValue name='rotationvalue='2.82971 0 -22.35517 0.58294'/>
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.37096'/>
1100                 <fieldValue name='cylinderTranslationvalue='-1.21998 -0.85393 -2.31885'/>
1101                 <fieldValue name='coneTranslationvalue='-1.20256 -0.86546 -2.33343'/>
1102                 <fieldValue name='rotationvalue='-21.23867 0 -25.36203 2.04038'/>
1103                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1104                 <fieldValue name='ballRadiusvalue='0.02'/>
1105                 <fieldValue name='traceEnabledvalue='false'/>
1106                 <fieldValue name='displayMode'/>
1107                 <fieldValue name='transparencyvalue='0'/>
1108            </ProtoInstance>
1109            <ProtoInstance name='Arc'>
1110                 <fieldValue name='cylinderHeightvalue='0.34116'/>
1111                 <fieldValue name='cylinderTranslationvalue='2.25955 1.68866 1.80637'/>
1112                 <fieldValue name='coneTranslationvalue='2.26469 1.67980 1.80901'/>
1113                 <fieldValue name='rotationvalue='8.52392 0 -16.58116 2.56342'/>
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.32735'/>
1122                 <fieldValue name='cylinderTranslationvalue='0.21468 -1.04897 -2.41204'/>
1123                 <fieldValue name='coneTranslationvalue='0.21606 -1.04660 -2.40959'/>
1124                 <fieldValue name='rotationvalue='21.76751 0 -12.28912 0.86890'/>
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.68152'/>
1133                 <fieldValue name='cylinderTranslationvalue='-1.20119 -0.71489 -1.49581'/>
1134                 <fieldValue name='coneTranslationvalue='-1.28919 -0.83635 -1.39492'/>
1135                 <fieldValue name='rotationvalue='38.03954 -0.00000 33.17612 2.30760'/>
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.65460'/>
1144                 <fieldValue name='cylinderTranslationvalue='-0.91519 -0.20291 -1.79825'/>
1145                 <fieldValue name='coneTranslationvalue='-0.85379 -0.05825 -1.85562'/>
1146                 <fieldValue name='rotationvalue='-22.44903 0 -24.02447 0.52626'/>
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.82729'/>
1155                 <fieldValue name='cylinderTranslationvalue='-1.60615 -1.64301 -0.18559'/>
1156                 <fieldValue name='coneTranslationvalue='-1.47550 -1.59882 -0.39846'/>
1157                 <fieldValue name='rotationvalue='-69.42954 0 -42.61392 1.39570'/>
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.79733'/>
1166                 <fieldValue name='cylinderTranslationvalue='-1.70572 -1.55532 -0.18562'/>
1167                 <fieldValue name='coneTranslationvalue='-1.63778 -1.45968 -0.39346'/>
1168                 <fieldValue name='rotationvalue='-69.43507 0 -22.69941 1.15850'/>
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.44930'/>
1177                 <fieldValue name='cylinderTranslationvalue='-2.56488 -1.67927 0.89985'/>
1178                 <fieldValue name='coneTranslationvalue='-2.51100 -1.70839 0.87913'/>
1179                 <fieldValue name='rotationvalue='-14.40206 0 -37.44076 2.03799'/>
1180                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1181                 <fieldValue name='ballRadiusvalue='0.02'/>
1182                 <fieldValue name='traceEnabledvalue='false'/>
1183                 <fieldValue name='displayMode'/>
1184                 <fieldValue name='transparencyvalue='0'/>
1185            </ProtoInstance>
1186            <ProtoInstance name='Arc'>
1187                 <fieldValue name='cylinderHeightvalue='0.35672'/>
1188                 <fieldValue name='cylinderTranslationvalue='-0.96995 -1.06202 -2.45987'/>
1189                 <fieldValue name='coneTranslationvalue='-0.98263 -1.04924 -2.45628'/>
1190                 <fieldValue name='rotationvalue='6.96585 -0.00000 24.64383 0.80079'/>
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.52769'/>
1199                 <fieldValue name='cylinderTranslationvalue='1.68740 1.00927 2.56672'/>
1200                 <fieldValue name='coneTranslationvalue='1.71485 1.07776 2.49364'/>
1201                 <fieldValue name='rotationvalue='-37.13211 0 -13.94871 0.85062'/>
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.55188'/>
1210                 <fieldValue name='cylinderTranslationvalue='1.77753 1.85091 1.39907'/>
1211                 <fieldValue name='coneTranslationvalue='1.78897 1.80109 1.50313'/>
1212                 <fieldValue name='rotationvalue='49.53378 0 -5.44829 2.01497'/>
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.27750'/>
1221                 <fieldValue name='cylinderTranslationvalue='-1.06454 -2.49179 1.33577'/>
1222                 <fieldValue name='coneTranslationvalue='-1.06381 -2.47840 1.35226'/>
1223                 <fieldValue name='rotationvalue='-21.53163 0 0.94987 2.25222'/>
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.48812'/>
1232                 <fieldValue name='cylinderTranslationvalue='2.52636 1.26140 1.05163'/>
1233                 <fieldValue name='coneTranslationvalue='2.51533 1.26294 1.13494'/>
1234                 <fieldValue name='rotationvalue='48.38124 -0.00000 6.40567 1.55257'/>
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.29974'/>
1243                 <fieldValue name='cylinderTranslationvalue='2.72161 0.95821 1.84316'/>
1244                 <fieldValue name='coneTranslationvalue='2.71955 0.95335 1.85181'/>
1245                 <fieldValue name='rotationvalue='-25.59301 0 -6.09343 1.07103'/>
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.27527'/>
1254                 <fieldValue name='cylinderTranslationvalue='2.60275 0.82397 2.05618'/>
1255                 <fieldValue name='coneTranslationvalue='2.61712 0.83411 2.04236'/>
1256                 <fieldValue name='rotationvalue='17.01160 -0.00000 17.67810 2.04149'/>
1257                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1258                 <fieldValue name='ballRadiusvalue='0.02'/>
1259                 <fieldValue name='traceEnabledvalue='false'/>
1260                 <fieldValue name='displayMode'/>
1261                 <fieldValue name='transparencyvalue='0'/>
1262            </ProtoInstance>
1263            <ProtoInstance name='Arc'>
1264                 <fieldValue name='cylinderHeightvalue='0.25875'/>
1265                 <fieldValue name='cylinderTranslationvalue='-1.54950 -1.84329 1.88180'/>
1266                 <fieldValue name='coneTranslationvalue='-1.51956 -1.83739 1.87922'/>
1267                 <fieldValue name='rotationvalue='2.17822 -0.00000 25.29708 1.76454'/>
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.28512'/>
1276                 <fieldValue name='cylinderTranslationvalue='2.71944 1.11035 1.60203'/>
1277                 <fieldValue name='coneTranslationvalue='2.71544 1.12017 1.58818'/>
1278                 <fieldValue name='rotationvalue='22.63331 0 -6.52824 2.16928'/>
1279                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1280                 <fieldValue name='ballRadiusvalue='0.02'/>
1281                 <fieldValue name='traceEnabledvalue='false'/>
1282                 <fieldValue name='displayMode'/>
1283                 <fieldValue name='transparencyvalue='0'/>
1284            </ProtoInstance>
1285            <ProtoInstance name='Arc'>
1286                 <fieldValue name='cylinderHeightvalue='0.28434'/>
1287                 <fieldValue name='cylinderTranslationvalue='2.59056 1.22826 1.39120'/>
1288                 <fieldValue name='coneTranslationvalue='2.60263 1.22354 1.40345'/>
1289                 <fieldValue name='rotationvalue='-19.53285 0 19.24645 1.30318'/>
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.38669'/>
1298                 <fieldValue name='cylinderTranslationvalue='2.36457 1.61327 1.66915'/>
1299                 <fieldValue name='coneTranslationvalue='2.36076 1.60163 1.70017'/>
1300                 <fieldValue name='rotationvalue='35.96745 -0.00000 4.42330 1.92721'/>
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.23755'/>
1309                 <fieldValue name='cylinderTranslationvalue='2.41149 0.70594 2.12045'/>
1310                 <fieldValue name='coneTranslationvalue='2.37579 0.68664 2.11324'/>
1311                 <fieldValue name='rotationvalue='4.15787 0 -20.57439 1.08355'/>
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.25862'/>
1320                 <fieldValue name='cylinderTranslationvalue='-0.97116 -1.85569 -2.12022'/>
1321                 <fieldValue name='coneTranslationvalue='-0.95570 -1.87114 -2.09869'/>
1322                 <fieldValue name='rotationvalue='-18.15231 0 13.03578 1.04339'/>
1323                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1324                 <fieldValue name='ballRadiusvalue='0.02'/>
1325                 <fieldValue name='traceEnabledvalue='false'/>
1326                 <fieldValue name='displayMode'/>
1327                 <fieldValue name='transparencyvalue='0'/>
1328            </ProtoInstance>
1329            <ProtoInstance name='Arc'>
1330                 <fieldValue name='cylinderHeightvalue='0.82235'/>
1331                 <fieldValue name='cylinderTranslationvalue='-1.54240 -1.72459 -0.88368'/>
1332                 <fieldValue name='coneTranslationvalue='-1.63362 -1.81845 -1.09807'/>
1333                 <fieldValue name='rotationvalue='-70.18864 0 29.86495 1.95375'/>
1334                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1335                 <fieldValue name='ballRadiusvalue='0.02'/>
1336                 <fieldValue name='traceEnabledvalue='false'/>
1337                 <fieldValue name='displayMode'/>
1338                 <fieldValue name='transparencyvalue='0'/>
1339            </ProtoInstance>
1340            <ProtoInstance name='Arc'>
1341                 <fieldValue name='cylinderHeightvalue='0.50177'/>
1342                 <fieldValue name='cylinderTranslationvalue='-1.81870 -2.52498 0.94717'/>
1343                 <fieldValue name='coneTranslationvalue='-1.85812 -2.44309 0.94755'/>
1344                 <fieldValue name='rotationvalue='0.20840 -0.00000 21.76572 0.44871'/>
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.92302'/>
1353                 <fieldValue name='cylinderTranslationvalue='-1.47965 -1.16971 -0.91920'/>
1354                 <fieldValue name='coneTranslationvalue='-1.55320 -1.31726 -0.66676'/>
1355                 <fieldValue name='rotationvalue='77.28133 -0.00000 22.51505 2.08217'/>
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.56824'/>
1364                 <fieldValue name='cylinderTranslationvalue='-1.81818 -1.03013 -2.14410'/>
1365                 <fieldValue name='coneTranslationvalue='-1.90160 -0.93899 -2.15596'/>
1366                 <fieldValue name='rotationvalue='-5.42609 0 38.19162 0.74620'/>
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.45876'/>
1375                 <fieldValue name='cylinderTranslationvalue='-1.49310 -1.41791 -2.16727'/>
1376                 <fieldValue name='coneTranslationvalue='-1.45253 -1.47211 -2.18248'/>
1377                 <fieldValue name='rotationvalue='-10.05854 0 -26.82358 2.46717'/>
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.53861'/>
1386                 <fieldValue name='cylinderTranslationvalue='1.52453 1.29868 2.45249'/>
1387                 <fieldValue name='coneTranslationvalue='1.61894 1.25184 2.42350'/>
1388                 <fieldValue name='rotationvalue='-14.28708 0 -46.52111 2.01365'/>
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.37629'/>
1397                 <fieldValue name='cylinderTranslationvalue='-1.19766 -1.69384 -2.21427'/>
1398                 <fieldValue name='coneTranslationvalue='-1.22179 -1.67937 -2.21476'/>
1399                 <fieldValue name='rotationvalue='-0.65720 0 32.26383 1.03058'/>
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.52275'/>
1408                 <fieldValue name='cylinderTranslationvalue='1.57799 1.85193 1.69759'/>
1409                 <fieldValue name='coneTranslationvalue='1.66595 1.80555 1.67786'/>
1410                 <fieldValue name='rotationvalue='-10.17014 0 -45.35527 2.04605'/>
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='Vertex'>
1418                 <fieldValue name='vertexTextvalue='"2010-01-29-BLOGS.STATE.GOV"'/>
1419                 <fieldValue name='descriptionvalue='1: 2010-01-29-BLOGS.STATE.GOV'/>
1420                 <fieldValue name='url'/>
1421                 <fieldValue name='radiusvalue='0.1500'/>
1422                 <fieldValue name='displayMode'/>
1423                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1424                 <fieldValue name='transparencyvalue='0'/>
1425                 <fieldValue name='translationvalue='2.20097 1.24313 1.88557'/>
1426                 <fieldValue name='textTranslationvalue='2.35097 1.24313 1.88557'/>
1427                 <fieldValue name='textColorvalue='0 0 0'/>
1428            </ProtoInstance>
1429            <ProtoInstance name='Vertex'>
1430                 <fieldValue name='vertexTextvalue='"2010-01-29-BLOGS.STATE.GOV-INDEX.PHP"'/>
1431                 <fieldValue name='descriptionvalue='2: 2010-01-29-BLOGS.STATE.GOV-INDEX.PHP'/>
1432                 <fieldValue name='url'/>
1433                 <fieldValue name='radiusvalue='0.1500'/>
1434                 <fieldValue name='displayMode'/>
1435                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1436                 <fieldValue name='transparencyvalue='0'/>
1437                 <fieldValue name='translationvalue='2.20097 1.24313 1.88557'/>
1438                 <fieldValue name='textTranslationvalue='2.35097 1.24313 1.88557'/>
1439                 <fieldValue name='textColorvalue='0 0 0'/>
1440            </ProtoInstance>
1441            <ProtoInstance name='Vertex'>
1442                 <fieldValue name='vertexTextvalue='"2010-01-29-MARINES.MIL-UNIT"'/>
1443                 <fieldValue name='descriptionvalue='3: 2010-01-29-MARINES.MIL-UNIT'/>
1444                 <fieldValue name='url'/>
1445                 <fieldValue name='radiusvalue='0.1500'/>
1446                 <fieldValue name='displayMode'/>
1447                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1448                 <fieldValue name='transparencyvalue='0'/>
1449                 <fieldValue name='translationvalue='-1.78174 -1.74061 0.69109'/>
1450                 <fieldValue name='textTranslationvalue='-1.63174 -1.74061 0.69109'/>
1451                 <fieldValue name='textColorvalue='0 0 0'/>
1452            </ProtoInstance>
1453            <ProtoInstance name='Vertex'>
1454                 <fieldValue name='vertexTextvalue='"2010-01-29-SOUTHCOM.MIL-APPSSC"'/>
1455                 <fieldValue name='descriptionvalue='4: 2010-01-29-SOUTHCOM.MIL-APPSSC'/>
1456                 <fieldValue name='url'/>
1457                 <fieldValue name='radiusvalue='0.1500'/>
1458                 <fieldValue name='displayMode'/>
1459                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1460                 <fieldValue name='transparencyvalue='0'/>
1461                 <fieldValue name='translationvalue='-0.94052 -1.21008 -1.79937'/>
1462                 <fieldValue name='textTranslationvalue='-0.79052 -1.21008 -1.79937'/>
1463                 <fieldValue name='textColorvalue='0 0 0'/>
1464            </ProtoInstance>
1465            <ProtoInstance name='Vertex'>
1466                 <fieldValue name='vertexTextvalue=' "Haiti/2010-01-29/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-29.simple" '/>
1467                 <fieldValue name='descriptionvalue='5: Haiti/2010-01-29/Association_prob_NONE_Haiti_Cat5.txt.file.2010-01-29.simple'/>
1468                 <fieldValue name='url'/>
1469                 <fieldValue name='radiusvalue='0.1500'/>
1470                 <fieldValue name='displayMode'/>
1471                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
1472                 <fieldValue name='transparencyvalue='0'/>
1473                 <fieldValue name='translationvalue='-1.14495 2.75103 -0.48189'/>
1474                 <fieldValue name='textTranslationvalue='-0.99495 2.75103 -0.48189'/>
1475                 <fieldValue name='textColorvalue='0 0 0'/>
1476            </ProtoInstance>
1477            <ProtoInstance name='Vertex'>
1478                 <fieldValue name='vertexTextvalue='"aboard"'/>
1479                 <fieldValue name='descriptionvalue='6: aboard'/>
1480                 <fieldValue name='url'/>
1481                 <fieldValue name='radiusvalue='0.1500'/>
1482                 <fieldValue name='displayMode'/>
1483                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1484                 <fieldValue name='transparencyvalue='0'/>
1485                 <fieldValue name='translationvalue='-0.35250 -1.74243 -1.95873'/>
1486                 <fieldValue name='textTranslationvalue='-0.20250 -1.74243 -1.95873'/>
1487                 <fieldValue name='textColorvalue='0 0 0'/>
1488            </ProtoInstance>
1489            <ProtoInstance name='Vertex'>
1490                 <fieldValue name='vertexTextvalue='"addressing"'/>
1491                 <fieldValue name='descriptionvalue='7: addressing'/>
1492                 <fieldValue name='url'/>
1493                 <fieldValue name='radiusvalue='0.1500'/>
1494                 <fieldValue name='displayMode'/>
1495                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1496                 <fieldValue name='transparencyvalue='0'/>
1497                 <fieldValue name='translationvalue='-2.02894 -2.42030 1.41673'/>
1498                 <fieldValue name='textTranslationvalue='-1.87894 -2.42030 1.41673'/>
1499                 <fieldValue name='textColorvalue='0 0 0'/>
1500            </ProtoInstance>
1501            <ProtoInstance name='Vertex'>
1502                 <fieldValue name='vertexTextvalue='"amphibious"'/>
1503                 <fieldValue name='descriptionvalue='8: amphibious'/>
1504                 <fieldValue name='url'/>
1505                 <fieldValue name='radiusvalue='0.1500'/>
1506                 <fieldValue name='displayMode'/>
1507                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1508                 <fieldValue name='transparencyvalue='0'/>
1509                 <fieldValue name='translationvalue='-0.42477 -0.51369 -2.75238'/>
1510                 <fieldValue name='textTranslationvalue='-0.27477 -0.51369 -2.75238'/>
1511                 <fieldValue name='textColorvalue='0 0 0'/>
1512            </ProtoInstance>
1513            <ProtoInstance name='Vertex'>
1514                 <fieldValue name='vertexTextvalue='"asia"'/>
1515                 <fieldValue name='descriptionvalue='9: asia'/>
1516                 <fieldValue name='url'/>
1517                 <fieldValue name='radiusvalue='0.1500'/>
1518                 <fieldValue name='displayMode'/>
1519                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1520                 <fieldValue name='transparencyvalue='0'/>
1521                 <fieldValue name='translationvalue='2.10920 1.42869 2.43120'/>
1522                 <fieldValue name='textTranslationvalue='2.25920 1.42869 2.43120'/>
1523                 <fieldValue name='textColorvalue='0 0 0'/>
1524            </ProtoInstance>
1525            <ProtoInstance name='Vertex'>
1526                 <fieldValue name='vertexTextvalue='"assault"'/>
1527                 <fieldValue name='descriptionvalue='10: assault'/>
1528                 <fieldValue name='url'/>
1529                 <fieldValue name='radiusvalue='0.1500'/>
1530                 <fieldValue name='displayMode'/>
1531                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1532                 <fieldValue name='transparencyvalue='0'/>
1533                 <fieldValue name='translationvalue='-0.54247 -0.25777 -2.61143'/>
1534                 <fieldValue name='textTranslationvalue='-0.39247 -0.25777 -2.61143'/>
1535                 <fieldValue name='textColorvalue='0 0 0'/>
1536            </ProtoInstance>
1537            <ProtoInstance name='Vertex'>
1538                 <fieldValue name='vertexTextvalue='"assigned"'/>
1539                 <fieldValue name='descriptionvalue='11: assigned'/>
1540                 <fieldValue name='url'/>
1541                 <fieldValue name='radiusvalue='0.1500'/>
1542                 <fieldValue name='displayMode'/>
1543                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1544                 <fieldValue name='transparencyvalue='0'/>
1545                 <fieldValue name='translationvalue='-0.92286 -2.14290 -1.05205'/>
1546                 <fieldValue name='textTranslationvalue='-0.77286 -2.14290 -1.05205'/>
1547                 <fieldValue name='textColorvalue='0 0 0'/>
1548            </ProtoInstance>
1549            <ProtoInstance name='Vertex'>
1550                 <fieldValue name='vertexTextvalue='"call"'/>
1551                 <fieldValue name='descriptionvalue='12: call'/>
1552                 <fieldValue name='url'/>
1553                 <fieldValue name='radiusvalue='0.1500'/>
1554                 <fieldValue name='displayMode'/>
1555                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1556                 <fieldValue name='transparencyvalue='0'/>
1557                 <fieldValue name='translationvalue='2.11890 1.20407 1.82069'/>
1558                 <fieldValue name='textTranslationvalue='2.26890 1.20407 1.82069'/>
1559                 <fieldValue name='textColorvalue='0 0 0'/>
1560            </ProtoInstance>
1561            <ProtoInstance name='Vertex'>
1562                 <fieldValue name='vertexTextvalue='"canada"'/>
1563                 <fieldValue name='descriptionvalue='13: canada'/>
1564                 <fieldValue name='url'/>
1565                 <fieldValue name='radiusvalue='0.1500'/>
1566                 <fieldValue name='displayMode'/>
1567                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1568                 <fieldValue name='transparencyvalue='0'/>
1569                 <fieldValue name='translationvalue='1.86442 0.99280 1.62923'/>
1570                 <fieldValue name='textTranslationvalue='2.01442 0.99280 1.62923'/>
1571                 <fieldValue name='textColorvalue='0 0 0'/>
1572            </ProtoInstance>
1573            <ProtoInstance name='Vertex'>
1574                 <fieldValue name='vertexTextvalue='"caused"'/>
1575                 <fieldValue name='descriptionvalue='14: caused'/>
1576                 <fieldValue name='url'/>
1577                 <fieldValue name='radiusvalue='0.1500'/>
1578                 <fieldValue name='displayMode'/>
1579                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1580                 <fieldValue name='transparencyvalue='0'/>
1581                 <fieldValue name='translationvalue='-1.34679 -0.76999 -2.21265'/>
1582                 <fieldValue name='textTranslationvalue='-1.19679 -0.76999 -2.21265'/>
1583                 <fieldValue name='textColorvalue='0 0 0'/>
1584            </ProtoInstance>
1585            <ProtoInstance name='Vertex'>
1586                 <fieldValue name='vertexTextvalue='"citizens"'/>
1587                 <fieldValue name='descriptionvalue='15: citizens'/>
1588                 <fieldValue name='url'/>
1589                 <fieldValue name='radiusvalue='0.1500'/>
1590                 <fieldValue name='displayMode'/>
1591                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1592                 <fieldValue name='transparencyvalue='0'/>
1593                 <fieldValue name='translationvalue='2.17664 1.83151 1.76375'/>
1594                 <fieldValue name='textTranslationvalue='2.32664 1.83151 1.76375'/>
1595                 <fieldValue name='textColorvalue='0 0 0'/>
1596            </ProtoInstance>
1597            <ProtoInstance name='Vertex'>
1598                 <fieldValue name='vertexTextvalue='"class"'/>
1599                 <fieldValue name='descriptionvalue='16: class'/>
1600                 <fieldValue name='url'/>
1601                 <fieldValue name='radiusvalue='0.1500'/>
1602                 <fieldValue name='displayMode'/>
1603                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1604                 <fieldValue name='transparencyvalue='0'/>
1605                 <fieldValue name='translationvalue='0.15323 -1.15465 -2.52087'/>
1606                 <fieldValue name='textTranslationvalue='0.30323 -1.15465 -2.52087'/>
1607                 <fieldValue name='textColorvalue='0 0 0'/>
1608            </ProtoInstance>
1609            <ProtoInstance name='Vertex'>
1610                 <fieldValue name='vertexTextvalue='"cleared"'/>
1611                 <fieldValue name='descriptionvalue='17: cleared'/>
1612                 <fieldValue name='url'/>
1613                 <fieldValue name='radiusvalue='0.1500'/>
1614                 <fieldValue name='displayMode'/>
1615                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1616                 <fieldValue name='transparencyvalue='0'/>
1617                 <fieldValue name='translationvalue='-2.61790 -0.92056 0.95719'/>
1618                 <fieldValue name='textTranslationvalue='-2.46790 -0.92056 0.95719'/>
1619                 <fieldValue name='textColorvalue='0 0 0'/>
1620            </ProtoInstance>
1621            <ProtoInstance name='Vertex'>
1622                 <fieldValue name='vertexTextvalue='"coast"'/>
1623                 <fieldValue name='descriptionvalue='18: coast'/>
1624                 <fieldValue name='url'/>
1625                 <fieldValue name='radiusvalue='0.1500'/>
1626                 <fieldValue name='displayMode'/>
1627                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1628                 <fieldValue name='transparencyvalue='0'/>
1629                 <fieldValue name='translationvalue='-1.51129 -0.01619 -2.05864'/>
1630                 <fieldValue name='textTranslationvalue='-1.36129 -0.01619 -2.05864'/>
1631                 <fieldValue name='textColorvalue='0 0 0'/>
1632            </ProtoInstance>
1633            <ProtoInstance name='Vertex'>
1634                 <fieldValue name='vertexTextvalue='"communication"'/>
1635                 <fieldValue name='descriptionvalue='19: communication'/>
1636                 <fieldValue name='url'/>
1637                 <fieldValue name='radiusvalue='0.1500'/>
1638                 <fieldValue name='displayMode'/>
1639                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1640                 <fieldValue name='transparencyvalue='0'/>
1641                 <fieldValue name='translationvalue='-1.03531 -0.48593 -1.68601'/>
1642                 <fieldValue name='textTranslationvalue='-0.88531 -0.48593 -1.68601'/>
1643                 <fieldValue name='textColorvalue='0 0 0'/>
1644            </ProtoInstance>
1645            <ProtoInstance name='Vertex'>
1646                 <fieldValue name='vertexTextvalue='"corps"'/>
1647                 <fieldValue name='descriptionvalue='20: corps'/>
1648                 <fieldValue name='url'/>
1649                 <fieldValue name='radiusvalue='0.1500'/>
1650                 <fieldValue name='displayMode'/>
1651                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1652                 <fieldValue name='transparencyvalue='0'/>
1653                 <fieldValue name='translationvalue='-1.81922 -1.71507 0.16155'/>
1654                 <fieldValue name='textTranslationvalue='-1.66922 -1.71507 0.16155'/>
1655                 <fieldValue name='textColorvalue='0 0 0'/>
1656            </ProtoInstance>
1657            <ProtoInstance name='Vertex'>
1658                 <fieldValue name='vertexTextvalue='"credit"'/>
1659                 <fieldValue name='descriptionvalue='21: credit'/>
1660                 <fieldValue name='url'/>
1661                 <fieldValue name='radiusvalue='0.1500'/>
1662                 <fieldValue name='displayMode'/>
1663                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1664                 <fieldValue name='transparencyvalue='0'/>
1665                 <fieldValue name='translationvalue='-2.29379 -0.83723 1.37289'/>
1666                 <fieldValue name='textTranslationvalue='-2.14379 -0.83723 1.37289'/>
1667                 <fieldValue name='textColorvalue='0 0 0'/>
1668            </ProtoInstance>
1669            <ProtoInstance name='Vertex'>
1670                 <fieldValue name='vertexTextvalue='"current"'/>
1671                 <fieldValue name='descriptionvalue='22: current'/>
1672                 <fieldValue name='url'/>
1673                 <fieldValue name='radiusvalue='0.1500'/>
1674                 <fieldValue name='displayMode'/>
1675                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1676                 <fieldValue name='transparencyvalue='0'/>
1677                 <fieldValue name='translationvalue='-2.75208 -1.57809 0.97186'/>
1678                 <fieldValue name='textTranslationvalue='-2.60208 -1.57809 0.97186'/>
1679                 <fieldValue name='textColorvalue='0 0 0'/>
1680            </ProtoInstance>
1681            <ProtoInstance name='Vertex'>
1682                 <fieldValue name='vertexTextvalue='"damage"'/>
1683                 <fieldValue name='descriptionvalue='23: damage'/>
1684                 <fieldValue name='url'/>
1685                 <fieldValue name='radiusvalue='0.1500'/>
1686                 <fieldValue name='displayMode'/>
1687                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1688                 <fieldValue name='transparencyvalue='0'/>
1689                 <fieldValue name='translationvalue='-0.84673 -1.18619 -2.49470'/>
1690                 <fieldValue name='textTranslationvalue='-0.69673 -1.18619 -2.49470'/>
1691                 <fieldValue name='textColorvalue='0 0 0'/>
1692            </ProtoInstance>
1693            <ProtoInstance name='Vertex'>
1694                 <fieldValue name='vertexTextvalue='"delivered"'/>
1695                 <fieldValue name='descriptionvalue='24: delivered'/>
1696                 <fieldValue name='url'/>
1697                 <fieldValue name='radiusvalue='0.1500'/>
1698                 <fieldValue name='displayMode'/>
1699                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1700                 <fieldValue name='transparencyvalue='0'/>
1701                 <fieldValue name='translationvalue='2.73726 0.35336 1.37047'/>
1702                 <fieldValue name='textTranslationvalue='2.88726 0.35336 1.37047'/>
1703                 <fieldValue name='textColorvalue='0 0 0'/>
1704            </ProtoInstance>
1705            <ProtoInstance name='Vertex'>
1706                 <fieldValue name='vertexTextvalue='"department"'/>
1707                 <fieldValue name='descriptionvalue='25: department'/>
1708                 <fieldValue name='url'/>
1709                 <fieldValue name='radiusvalue='0.1500'/>
1710                 <fieldValue name='displayMode'/>
1711                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1712                 <fieldValue name='transparencyvalue='0'/>
1713                 <fieldValue name='translationvalue='1.61765 0.83526 2.75238'/>
1714                 <fieldValue name='textTranslationvalue='1.76765 0.83526 2.75238'/>
1715                 <fieldValue name='textColorvalue='0 0 0'/>
1716            </ProtoInstance>
1717            <ProtoInstance name='Vertex'>
1718                 <fieldValue name='vertexTextvalue='"discuss"'/>
1719                 <fieldValue name='descriptionvalue='26: discuss'/>
1720                 <fieldValue name='url'/>
1721                 <fieldValue name='radiusvalue='0.1500'/>
1722                 <fieldValue name='displayMode'/>
1723                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1724                 <fieldValue name='transparencyvalue='0'/>
1725                 <fieldValue name='translationvalue='1.75028 1.96948 1.15140'/>
1726                 <fieldValue name='textTranslationvalue='1.90028 1.96948 1.15140'/>
1727                 <fieldValue name='textColorvalue='0 0 0'/>
1728            </ProtoInstance>
1729            <ProtoInstance name='Vertex'>
1730                 <fieldValue name='vertexTextvalue='"domain"'/>
1731                 <fieldValue name='descriptionvalue='27: domain'/>
1732                 <fieldValue name='url'/>
1733                 <fieldValue name='radiusvalue='0.1500'/>
1734                 <fieldValue name='displayMode'/>
1735                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1736                 <fieldValue name='transparencyvalue='0'/>
1737                 <fieldValue name='translationvalue='-1.05979 -2.40439 1.44343'/>
1738                 <fieldValue name='textTranslationvalue='-0.90979 -2.40439 1.44343'/>
1739                 <fieldValue name='textColorvalue='0 0 0'/>
1740            </ProtoInstance>
1741            <ProtoInstance name='Vertex'>
1742                 <fieldValue name='vertexTextvalue='"east"'/>
1743                 <fieldValue name='descriptionvalue='28: east'/>
1744                 <fieldValue name='url'/>
1745                 <fieldValue name='radiusvalue='0.1500'/>
1746                 <fieldValue name='displayMode'/>
1747                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1748                 <fieldValue name='transparencyvalue='0'/>
1749                 <fieldValue name='translationvalue='1.94992 1.65591 2.26285'/>
1750                 <fieldValue name='textTranslationvalue='2.09992 1.65591 2.26285'/>
1751                 <fieldValue name='textColorvalue='0 0 0'/>
1752            </ProtoInstance>
1753            <ProtoInstance name='Vertex'>
1754                 <fieldValue name='vertexTextvalue='"eat"'/>
1755                 <fieldValue name='descriptionvalue='29: eat'/>
1756                 <fieldValue name='url'/>
1757                 <fieldValue name='radiusvalue='0.1500'/>
1758                 <fieldValue name='displayMode'/>
1759                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1760                 <fieldValue name='transparencyvalue='0'/>
1761                 <fieldValue name='translationvalue='-1.87275 -1.09984 1.75894'/>
1762                 <fieldValue name='textTranslationvalue='-1.72275 -1.09984 1.75894'/>
1763                 <fieldValue name='textColorvalue='0 0 0'/>
1764            </ProtoInstance>
1765            <ProtoInstance name='Vertex'>
1766                 <fieldValue name='vertexTextvalue='"experiences"'/>
1767                 <fieldValue name='descriptionvalue='30: experiences'/>
1768                 <fieldValue name='url'/>
1769                 <fieldValue name='radiusvalue='0.1500'/>
1770                 <fieldValue name='displayMode'/>
1771                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1772                 <fieldValue name='transparencyvalue='0'/>
1773                 <fieldValue name='translationvalue='2.55839 1.25696 0.80972'/>
1774                 <fieldValue name='textTranslationvalue='2.70839 1.25696 0.80972'/>
1775                 <fieldValue name='textColorvalue='0 0 0'/>
1776            </ProtoInstance>
1777            <ProtoInstance name='Vertex'>
1778                 <fieldValue name='vertexTextvalue='"foreign"'/>
1779                 <fieldValue name='descriptionvalue='31: foreign'/>
1780                 <fieldValue name='url'/>
1781                 <fieldValue name='radiusvalue='0.1500'/>
1782                 <fieldValue name='displayMode'/>
1783                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1784                 <fieldValue name='transparencyvalue='0'/>
1785                 <fieldValue name='translationvalue='2.69114 0.88639 1.97113'/>
1786                 <fieldValue name='textTranslationvalue='2.84114 0.88639 1.97113'/>
1787                 <fieldValue name='textColorvalue='0 0 0'/>
1788            </ProtoInstance>
1789            <ProtoInstance name='Vertex'>
1790                 <fieldValue name='vertexTextvalue='"give"'/>
1791                 <fieldValue name='descriptionvalue='32: give'/>
1792                 <fieldValue name='url'/>
1793                 <fieldValue name='radiusvalue='0.1500'/>
1794                 <fieldValue name='displayMode'/>
1795                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1796                 <fieldValue name='transparencyvalue='0'/>
1797                 <fieldValue name='translationvalue='-1.42302 -1.81838 1.87090'/>
1798                 <fieldValue name='textTranslationvalue='-1.27302 -1.81838 1.87090'/>
1799                 <fieldValue name='textColorvalue='0 0 0'/>
1800            </ProtoInstance>
1801            <ProtoInstance name='Vertex'>
1802                 <fieldValue name='vertexTextvalue='"ideas"'/>
1803                 <fieldValue name='descriptionvalue='33: ideas'/>
1804                 <fieldValue name='url'/>
1805                 <fieldValue name='radiusvalue='0.1500'/>
1806                 <fieldValue name='displayMode'/>
1807                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1808                 <fieldValue name='transparencyvalue='0'/>
1809                 <fieldValue name='translationvalue='2.68680 1.19066 1.48886'/>
1810                 <fieldValue name='textTranslationvalue='2.83680 1.19066 1.48886'/>
1811                 <fieldValue name='textColorvalue='0 0 0'/>
1812            </ProtoInstance>
1813            <ProtoInstance name='Vertex'>
1814                 <fieldValue name='vertexTextvalue='"important"'/>
1815                 <fieldValue name='descriptionvalue='34: important'/>
1816                 <fieldValue name='url'/>
1817                 <fieldValue name='radiusvalue='0.1500'/>
1818                 <fieldValue name='displayMode'/>
1819                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1820                 <fieldValue name='transparencyvalue='0'/>
1821                 <fieldValue name='translationvalue='2.75208 1.03003 1.71520'/>
1822                 <fieldValue name='textTranslationvalue='2.90208 1.03003 1.71520'/>
1823                 <fieldValue name='textColorvalue='0 0 0'/>
1824            </ProtoInstance>
1825            <ProtoInstance name='Vertex'>
1826                 <fieldValue name='vertexTextvalue='"information"'/>
1827                 <fieldValue name='descriptionvalue='35: information'/>
1828                 <fieldValue name='url'/>
1829                 <fieldValue name='radiusvalue='0.1500'/>
1830                 <fieldValue name='displayMode'/>
1831                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1832                 <fieldValue name='transparencyvalue='0'/>
1833                 <fieldValue name='translationvalue='2.38669 1.68073 1.48932'/>
1834                 <fieldValue name='textTranslationvalue='2.53669 1.68073 1.48932'/>
1835                 <fieldValue name='textColorvalue='0 0 0'/>
1836            </ProtoInstance>
1837            <ProtoInstance name='Vertex'>
1838                 <fieldValue name='vertexTextvalue='"inquiries"'/>
1839                 <fieldValue name='descriptionvalue='36: inquiries'/>
1840                 <fieldValue name='url'/>
1841                 <fieldValue name='radiusvalue='0.1500'/>
1842                 <fieldValue name='displayMode'/>
1843                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1844                 <fieldValue name='transparencyvalue='0'/>
1845                 <fieldValue name='translationvalue='2.34246 1.54580 1.84899'/>
1846                 <fieldValue name='textTranslationvalue='2.49246 1.54580 1.84899'/>
1847                 <fieldValue name='textColorvalue='0 0 0'/>
1848            </ProtoInstance>
1849            <ProtoInstance name='Vertex'>
1850                 <fieldValue name='vertexTextvalue='"inspire"'/>
1851                 <fieldValue name='descriptionvalue='37: inspire'/>
1852                 <fieldValue name='url'/>
1853                 <fieldValue name='radiusvalue='0.1500'/>
1854                 <fieldValue name='displayMode'/>
1855                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1856                 <fieldValue name='transparencyvalue='0'/>
1857                 <fieldValue name='translationvalue='2.49433 1.26585 1.29353'/>
1858                 <fieldValue name='textTranslationvalue='2.64433 1.26585 1.29353'/>
1859                 <fieldValue name='textColorvalue='0 0 0'/>
1860            </ProtoInstance>
1861            <ProtoInstance name='Vertex'>
1862                 <fieldValue name='vertexTextvalue='"issues"'/>
1863                 <fieldValue name='descriptionvalue='38: issues'/>
1864                 <fieldValue name='url'/>
1865                 <fieldValue name='radiusvalue='0.1500'/>
1866                 <fieldValue name='displayMode'/>
1867                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1868                 <fieldValue name='transparencyvalue='0'/>
1869                 <fieldValue name='translationvalue='2.30862 0.65033 2.09966'/>
1870                 <fieldValue name='textTranslationvalue='2.45862 0.65033 2.09966'/>
1871                 <fieldValue name='textColorvalue='0 0 0'/>
1872            </ProtoInstance>
1873            <ProtoInstance name='Vertex'>
1874                 <fieldValue name='vertexTextvalue='"jason"'/>
1875                 <fieldValue name='descriptionvalue='39: jason'/>
1876                 <fieldValue name='url'/>
1877                 <fieldValue name='radiusvalue='0.1500'/>
1878                 <fieldValue name='displayMode'/>
1879                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1880                 <fieldValue name='transparencyvalue='0'/>
1881                 <fieldValue name='translationvalue='0.27612 -0.94329 -2.30320'/>
1882                 <fieldValue name='textTranslationvalue='0.42612 -0.94329 -2.30320'/>
1883                 <fieldValue name='textColorvalue='0 0 0'/>
1884            </ProtoInstance>
1885            <ProtoInstance name='Vertex'>
1886                 <fieldValue name='vertexTextvalue='"land"'/>
1887                 <fieldValue name='descriptionvalue='40: land'/>
1888                 <fieldValue name='url'/>
1889                 <fieldValue name='radiusvalue='0.1500'/>
1890                 <fieldValue name='displayMode'/>
1891                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1892                 <fieldValue name='transparencyvalue='0'/>
1893                 <fieldValue name='translationvalue='0.12439 -1.98512 -1.81600'/>
1894                 <fieldValue name='textTranslationvalue='0.27439 -1.98512 -1.81600'/>
1895                 <fieldValue name='textColorvalue='0 0 0'/>
1896            </ProtoInstance>
1897            <ProtoInstance name='Vertex'>
1898                 <fieldValue name='vertexTextvalue='"links"'/>
1899                 <fieldValue name='descriptionvalue='41: links'/>
1900                 <fieldValue name='url'/>
1901                 <fieldValue name='radiusvalue='0.1500'/>
1902                 <fieldValue name='displayMode'/>
1903                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1904                 <fieldValue name='transparencyvalue='0'/>
1905                 <fieldValue name='translationvalue='-0.23666 -1.05009 -1.80249'/>
1906                 <fieldValue name='textTranslationvalue='-0.08666 -1.05009 -1.80249'/>
1907                 <fieldValue name='textColorvalue='0 0 0'/>
1908            </ProtoInstance>
1909            <ProtoInstance name='Vertex'>
1910                 <fieldValue name='vertexTextvalue='"magnitude"'/>
1911                 <fieldValue name='descriptionvalue='42: magnitude'/>
1912                 <fieldValue name='url'/>
1913                 <fieldValue name='radiusvalue='0.1500'/>
1914                 <fieldValue name='displayMode'/>
1915                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1916                 <fieldValue name='transparencyvalue='0'/>
1917                 <fieldValue name='translationvalue='-0.90599 -1.92077 -2.02946'/>
1918                 <fieldValue name='textTranslationvalue='-0.75599 -1.92077 -2.02946'/>
1919                 <fieldValue name='textColorvalue='0 0 0'/>
1920            </ProtoInstance>
1921            <ProtoInstance name='Vertex'>
1922                 <fieldValue name='vertexTextvalue='"marine"'/>
1923                 <fieldValue name='descriptionvalue='43: marine'/>
1924                 <fieldValue name='url'/>
1925                 <fieldValue name='radiusvalue='0.1500'/>
1926                 <fieldValue name='displayMode'/>
1927                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1928                 <fieldValue name='transparencyvalue='0'/>
1929                 <fieldValue name='translationvalue='-1.39308 -1.57095 -0.53274'/>
1930                 <fieldValue name='textTranslationvalue='-1.24308 -1.57095 -0.53274'/>
1931                 <fieldValue name='textColorvalue='0 0 0'/>
1932            </ProtoInstance>
1933            <ProtoInstance name='Vertex'>
1934                 <fieldValue name='vertexTextvalue='"marines"'/>
1935                 <fieldValue name='descriptionvalue='44: marines'/>
1936                 <fieldValue name='url'/>
1937                 <fieldValue name='radiusvalue='0.1500'/>
1938                 <fieldValue name='displayMode'/>
1939                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1940                 <fieldValue name='transparencyvalue='0'/>
1941                 <fieldValue name='translationvalue='-1.70987 -2.75103 0.94613'/>
1942                 <fieldValue name='textTranslationvalue='-1.55987 -2.75103 0.94613'/>
1943                 <fieldValue name='textColorvalue='0 0 0'/>
1944            </ProtoInstance>
1945            <ProtoInstance name='Vertex'>
1946                 <fieldValue name='vertexTextvalue='"mass"'/>
1947                 <fieldValue name='descriptionvalue='45: mass'/>
1948                 <fieldValue name='url'/>
1949                 <fieldValue name='radiusvalue='0.1500'/>
1950                 <fieldValue name='displayMode'/>
1951                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1952                 <fieldValue name='transparencyvalue='0'/>
1953                 <fieldValue name='translationvalue='-1.36707 -0.94386 -1.30561'/>
1954                 <fieldValue name='textTranslationvalue='-1.21707 -0.94386 -1.30561'/>
1955                 <fieldValue name='textColorvalue='0 0 0'/>
1956            </ProtoInstance>
1957            <ProtoInstance name='Vertex'>
1958                 <fieldValue name='vertexTextvalue='"medium"'/>
1959                 <fieldValue name='descriptionvalue='46: medium'/>
1960                 <fieldValue name='url'/>
1961                 <fieldValue name='radiusvalue='0.1500'/>
1962                 <fieldValue name='displayMode'/>
1963                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1964                 <fieldValue name='transparencyvalue='0'/>
1965                 <fieldValue name='translationvalue='-1.69173 -1.87823 -1.23463'/>
1966                 <fieldValue name='textTranslationvalue='-1.54173 -1.87823 -1.23463'/>
1967                 <fieldValue name='textColorvalue='0 0 0'/>
1968            </ProtoInstance>
1969            <ProtoInstance name='Vertex'>
1970                 <fieldValue name='vertexTextvalue='"multipurpose"'/>
1971                 <fieldValue name='descriptionvalue='47: multipurpose'/>
1972                 <fieldValue name='url'/>
1973                 <fieldValue name='radiusvalue='0.1500'/>
1974                 <fieldValue name='displayMode'/>
1975                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1976                 <fieldValue name='transparencyvalue='0'/>
1977                 <fieldValue name='translationvalue='-0.05344 -1.99165 -2.24057'/>
1978                 <fieldValue name='textTranslationvalue='0.09656 -1.99165 -2.24057'/>
1979                 <fieldValue name='textColorvalue='0 0 0'/>
1980            </ProtoInstance>
1981            <ProtoInstance name='Vertex'>
1982                 <fieldValue name='vertexTextvalue='"operation"'/>
1983                 <fieldValue name='descriptionvalue='48: operation'/>
1984                 <fieldValue name='url'/>
1985                 <fieldValue name='radiusvalue='0.1500'/>
1986                 <fieldValue name='displayMode'/>
1987                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1988                 <fieldValue name='transparencyvalue='0'/>
1989                 <fieldValue name='translationvalue='-1.62722 -1.23875 -2.11697'/>
1990                 <fieldValue name='textTranslationvalue='-1.47722 -1.23875 -2.11697'/>
1991                 <fieldValue name='textColorvalue='0 0 0'/>
1992            </ProtoInstance>
1993            <ProtoInstance name='Vertex'>
1994                 <fieldValue name='vertexTextvalue='"pacific"'/>
1995                 <fieldValue name='descriptionvalue='49: pacific'/>
1996                 <fieldValue name='url'/>
1997                 <fieldValue name='radiusvalue='0.1500'/>
1998                 <fieldValue name='displayMode'/>
1999                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2000                 <fieldValue name='transparencyvalue='0'/>
2001                 <fieldValue name='translationvalue='2.26115 1.14273 2.47091'/>
2002                 <fieldValue name='textTranslationvalue='2.41115 1.14273 2.47091'/>
2003                 <fieldValue name='textColorvalue='0 0 0'/>
2004            </ProtoInstance>
2005            <ProtoInstance name='Vertex'>
2006                 <fieldValue name='vertexTextvalue='"pages"'/>
2007                 <fieldValue name='descriptionvalue='50: pages'/>
2008                 <fieldValue name='url'/>
2009                 <fieldValue name='radiusvalue='0.1500'/>
2010                 <fieldValue name='displayMode'/>
2011                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2012                 <fieldValue name='transparencyvalue='0'/>
2013                 <fieldValue name='translationvalue='2.24768 0.20609 2.39688'/>
2014                 <fieldValue name='textTranslationvalue='2.39768 0.20609 2.39688'/>
2015                 <fieldValue name='textColorvalue='0 0 0'/>
2016            </ProtoInstance>
2017            <ProtoInstance name='Vertex'>
2018                 <fieldValue name='vertexTextvalue='"photo"'/>
2019                 <fieldValue name='descriptionvalue='51: photo'/>
2020                 <fieldValue name='url'/>
2021                 <fieldValue name='radiusvalue='0.1500'/>
2022                 <fieldValue name='displayMode'/>
2023                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2024                 <fieldValue name='transparencyvalue='0'/>
2025                 <fieldValue name='translationvalue='-1.59222 -1.39556 -0.53280'/>
2026                 <fieldValue name='textTranslationvalue='-1.44222 -1.39556 -0.53280'/>
2027                 <fieldValue name='textColorvalue='0 0 0'/>
2028            </ProtoInstance>
2029            <ProtoInstance name='Vertex'>
2030                 <fieldValue name='vertexTextvalue='"photographer"'/>
2031                 <fieldValue name='descriptionvalue='52: photographer'/>
2032                 <fieldValue name='url'/>
2033                 <fieldValue name='radiusvalue='0.1500'/>
2034                 <fieldValue name='displayMode'/>
2035                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2036                 <fieldValue name='transparencyvalue='0'/>
2037                 <fieldValue name='translationvalue='-1.67599 -1.86820 1.89269'/>
2038                 <fieldValue name='textTranslationvalue='-1.52599 -1.86820 1.89269'/>
2039                 <fieldValue name='textColorvalue='0 0 0'/>
2040            </ProtoInstance>
2041            <ProtoInstance name='Vertex'>
2042                 <fieldValue name='vertexTextvalue='"place"'/>
2043                 <fieldValue name='descriptionvalue='53: place'/>
2044                 <fieldValue name='url'/>
2045                 <fieldValue name='radiusvalue='0.1500'/>
2046                 <fieldValue name='displayMode'/>
2047                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2048                 <fieldValue name='transparencyvalue='0'/>
2049                 <fieldValue name='translationvalue='1.29193 1.41409 2.52393'/>
2050                 <fieldValue name='textTranslationvalue='1.44193 1.41409 2.52393'/>
2051                 <fieldValue name='textColorvalue='0 0 0'/>
2052            </ProtoInstance>
2053            <ProtoInstance name='Vertex'>
2054                 <fieldValue name='vertexTextvalue='"policy"'/>
2055                 <fieldValue name='descriptionvalue='54: policy'/>
2056                 <fieldValue name='url'/>
2057                 <fieldValue name='radiusvalue='0.1500'/>
2058                 <fieldValue name='displayMode'/>
2059                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2060                 <fieldValue name='transparencyvalue='0'/>
2061                 <fieldValue name='translationvalue='2.51436 0.76155 2.14124'/>
2062                 <fieldValue name='textTranslationvalue='2.66436 0.76155 2.14124'/>
2063                 <fieldValue name='textColorvalue='0 0 0'/>
2064            </ProtoInstance>
2065            <ProtoInstance name='Vertex'>
2066                 <fieldValue name='vertexTextvalue='"public"'/>
2067                 <fieldValue name='descriptionvalue='55: public'/>
2068                 <fieldValue name='url'/>
2069                 <fieldValue name='radiusvalue='0.1500'/>
2070                 <fieldValue name='displayMode'/>
2071                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2072                 <fieldValue name='transparencyvalue='0'/>
2073                 <fieldValue name='translationvalue='-1.06929 -2.57918 1.22811'/>
2074                 <fieldValue name='textTranslationvalue='-0.91929 -2.57918 1.22811'/>
2075                 <fieldValue name='textColorvalue='0 0 0'/>
2076            </ProtoInstance>
2077            <ProtoInstance name='Vertex'>
2078                 <fieldValue name='vertexTextvalue='"republish"'/>
2079                 <fieldValue name='descriptionvalue='56: republish'/>
2080                 <fieldValue name='url'/>
2081                 <fieldValue name='radiusvalue='0.1500'/>
2082                 <fieldValue name='displayMode'/>
2083                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2084                 <fieldValue name='transparencyvalue='0'/>
2085                 <fieldValue name='translationvalue='-2.34113 -1.50906 1.68705'/>
2086                 <fieldValue name='textTranslationvalue='-2.19113 -1.50906 1.68705'/>
2087                 <fieldValue name='textColorvalue='0 0 0'/>
2088            </ProtoInstance>
2089            <ProtoInstance name='Vertex'>
2090                 <fieldValue name='vertexTextvalue='"response"'/>
2091                 <fieldValue name='descriptionvalue='57: response'/>
2092                 <fieldValue name='url'/>
2093                 <fieldValue name='radiusvalue='0.1500'/>
2094                 <fieldValue name='displayMode'/>
2095                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2096                 <fieldValue name='transparencyvalue='0'/>
2097                 <fieldValue name='translationvalue='-1.03634 -1.79061 -2.21099'/>
2098                 <fieldValue name='textTranslationvalue='-0.88634 -1.79061 -2.21099'/>
2099                 <fieldValue name='textColorvalue='0 0 0'/>
2100            </ProtoInstance>
2101            <ProtoInstance name='Vertex'>
2102                 <fieldValue name='vertexTextvalue='"sailors"'/>
2103                 <fieldValue name='descriptionvalue='58: sailors'/>
2104                 <fieldValue name='url'/>
2105                 <fieldValue name='radiusvalue='0.1500'/>
2106                 <fieldValue name='displayMode'/>
2107                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2108                 <fieldValue name='transparencyvalue='0'/>
2109                 <fieldValue name='translationvalue='-1.92753 -2.29893 0.94822'/>
2110                 <fieldValue name='textTranslationvalue='-1.77753 -2.29893 0.94822'/>
2111                 <fieldValue name='textColorvalue='0 0 0'/>
2112            </ProtoInstance>
2113            <ProtoInstance name='Vertex'>
2114                 <fieldValue name='vertexTextvalue='"severe"'/>
2115                 <fieldValue name='descriptionvalue='59: severe'/>
2116                 <fieldValue name='url'/>
2117                 <fieldValue name='radiusvalue='0.1500'/>
2118                 <fieldValue name='displayMode'/>
2119                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2120                 <fieldValue name='transparencyvalue='0'/>
2121                 <fieldValue name='translationvalue='-1.09317 -0.93786 -2.42504'/>
2122                 <fieldValue name='textTranslationvalue='-0.94317 -0.93786 -2.42504'/>
2123                 <fieldValue name='textColorvalue='0 0 0'/>
2124            </ProtoInstance>
2125            <ProtoInstance name='Vertex'>
2126                 <fieldValue name='vertexTextvalue='"share"'/>
2127                 <fieldValue name='descriptionvalue='60: share'/>
2128                 <fieldValue name='url'/>
2129                 <fieldValue name='radiusvalue='0.1500'/>
2130                 <fieldValue name='displayMode'/>
2131                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2132                 <fieldValue name='transparencyvalue='0'/>
2133                 <fieldValue name='translationvalue='1.35121 1.97153 1.74844'/>
2134                 <fieldValue name='textTranslationvalue='1.50121 1.97153 1.74844'/>
2135                 <fieldValue name='textColorvalue='0 0 0'/>
2136            </ProtoInstance>
2137            <ProtoInstance name='Vertex'>
2138                 <fieldValue name='vertexTextvalue='"situation"'/>
2139                 <fieldValue name='descriptionvalue='61: situation'/>
2140                 <fieldValue name='url'/>
2141                 <fieldValue name='radiusvalue='0.1500'/>
2142                 <fieldValue name='displayMode'/>
2143                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2144                 <fieldValue name='transparencyvalue='0'/>
2145                 <fieldValue name='translationvalue='-2.37767 -1.78045 0.82784'/>
2146                 <fieldValue name='textTranslationvalue='-2.22767 -1.78045 0.82784'/>
2147                 <fieldValue name='textColorvalue='0 0 0'/>
2148            </ProtoInstance>
2149            <ProtoInstance name='Vertex'>
2150                 <fieldValue name='vertexTextvalue='"specialist"'/>
2151                 <fieldValue name='descriptionvalue='62: specialist'/>
2152                 <fieldValue name='url'/>
2153                 <fieldValue name='radiusvalue='0.1500'/>
2154                 <fieldValue name='displayMode'/>
2155                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2156                 <fieldValue name='transparencyvalue='0'/>
2157                 <fieldValue name='translationvalue='-0.79507 0.08010 -1.91050'/>
2158                 <fieldValue name='textTranslationvalue='-0.64507 0.08010 -1.91050'/>
2159                 <fieldValue name='textColorvalue='0 0 0'/>
2160            </ProtoInstance>
2161            <ProtoInstance name='Vertex'>
2162                 <fieldValue name='vertexTextvalue='"state"'/>
2163                 <fieldValue name='descriptionvalue='63: state'/>
2164                 <fieldValue name='url'/>
2165                 <fieldValue name='radiusvalue='0.1500'/>
2166                 <fieldValue name='displayMode'/>
2167                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2168                 <fieldValue name='transparencyvalue='0'/>
2169                 <fieldValue name='translationvalue='1.75714 1.18328 2.38106'/>
2170                 <fieldValue name='textTranslationvalue='1.90714 1.18328 2.38106'/>
2171                 <fieldValue name='textColorvalue='0 0 0'/>
2172            </ProtoInstance>
2173            <ProtoInstance name='Vertex'>
2174                 <fieldValue name='vertexTextvalue='"stories"'/>
2175                 <fieldValue name='descriptionvalue='64: stories'/>
2176                 <fieldValue name='url'/>
2177                 <fieldValue name='radiusvalue='0.1500'/>
2178                 <fieldValue name='displayMode'/>
2179                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2180                 <fieldValue name='transparencyvalue='0'/>
2181                 <fieldValue name='translationvalue='1.80477 1.73234 1.64673'/>
2182                 <fieldValue name='textTranslationvalue='1.95477 1.73234 1.64673'/>
2183                 <fieldValue name='textColorvalue='0 0 0'/>
2184            </ProtoInstance>
2185            <ProtoInstance name='Vertex'>
2186                 <fieldValue name='vertexTextvalue='"supporting"'/>
2187                 <fieldValue name='descriptionvalue='65: supporting'/>
2188                 <fieldValue name='url'/>
2189                 <fieldValue name='radiusvalue='0.1500'/>
2190                 <fieldValue name='displayMode'/>
2191                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2192                 <fieldValue name='transparencyvalue='0'/>
2193                 <fieldValue name='translationvalue='-2.00913 -0.82151 -2.17123'/>
2194                 <fieldValue name='textTranslationvalue='-1.85913 -0.82151 -2.17123'/>
2195                 <fieldValue name='textColorvalue='0 0 0'/>
2196            </ProtoInstance>
2197            <ProtoInstance name='Vertex'>
2198                 <fieldValue name='vertexTextvalue='"unified"'/>
2199                 <fieldValue name='descriptionvalue='66: unified'/>
2200                 <fieldValue name='url'/>
2201                 <fieldValue name='radiusvalue='0.1500'/>
2202                 <fieldValue name='displayMode'/>
2203                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2204                 <fieldValue name='transparencyvalue='0'/>
2205                 <fieldValue name='translationvalue='-1.35898 -1.59708 -2.21756'/>
2206                 <fieldValue name='textTranslationvalue='-1.20898 -1.59708 -2.21756'/>
2207                 <fieldValue name='textColorvalue='0 0 0'/>
2208            </ProtoInstance>
2209       </Scene>
2210  </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
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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