2 <!-- the Eisenhower model is based on the work by Javier Fernandez, which
3 he has kindly given FGFS permission to use. Very little of the original,
4 apart from most of the very excellent textures, remain. -->
6 <description>USS Vinson - CVN-70</description>
7 <author>Vivian Meazza, Alexis Bory</author>
8 <status>early-production</status>
13 print("LOAD Vinson ", cmdarg().getPath());
15 var fg_root = getprop("/sim/fg-root");
17 var control_node = self.getNode("controls/turn-to-base-course", 1);
18 var pos_node = self.getNode("sim/antenna-pos-norm", 1);
19 pos_node.setDoubleValue(0);
23 # properties used to handle rendering, lighting and to control the Pack-Park
24 # Due to a change in MPcarrier system ?
26 var rembrandt_node = self.getNode("sim/rendering/rembrandt/enabled", 1);
27 var sunAngleRad_node = self.getNode("sim/time/sun-angle-rad", 1);
28 var deckPark_node = self.getNode("sim/current-view/deck-park",1);
31 # properties used to calculate rel wind for the bow-wave shader
33 var speed_Node = self.getNode("velocities/speed-kts", 1);
34 var hdg_Node = self.getNode("orientation/true-heading-deg", 1);
35 var wind_speed_Node = self.getNode("environment/rel-wind-speed-kts", 1);
36 wind_speed_Node.setDoubleValue(0);
39 # properties to control the E2C
41 var gear0_Node = self.getNode("gear/gear[0]/position-norm", 1);
42 gear0_Node.setDoubleValue(1);
44 var gear1_Node = self.getNode("gear/gear[1]/position-norm", 1);
45 gear1_Node.setDoubleValue(1);
47 var gear2_Node = self.getNode("gear/gear[2]/position-norm", 1);
48 gear2_Node.setDoubleValue(1);
50 var compression0_Node = self.getNode("gear/gear[0]/compression-norm", 1);
51 compression0_Node.setDoubleValue(0);
53 var compression1_Node = self.getNode("gear/gear[1]/compression-norm", 1);
54 compression1_Node.setDoubleValue(0.9);
56 var compression2_Node = self.getNode("gear/gear[2]/compression-norm", 1);
57 compression2_Node.setDoubleValue(0.9);
59 var wingfold_Node = self.getNode("surface-positions/wing-fold-pos-norm", 1);
60 wingfold_Node.setDoubleValue(1.0);
62 var rpm0_Node = self.getNode("engines/engine[0]/rpm", 1);
63 rpm0_Node.setDoubleValue(0.15);
65 var rpm1_Node = self.getNode("engines/engine[1]/rpm", 1);
66 rpm1_Node.setDoubleValue(0.17);
72 var turn = control_node.getValue();
73 var value = wind_speed_Node.getValue();
74 setprop("/environment/Vinson/rel-wind-speed-kts", value);
75 value = speed_Node.getValue();
76 setprop("/environment/Vinson/spd-kt", value);
77 value = hdg_Node.getValue();
78 setprop("/environment/Vinson/hdg-deg", value);
80 value = getprop("/sim/rendering/rembrandt/enabled");
81 rembrandt_node.setBoolValue(value);
82 value = getprop("/sim/current-view/deck-park");
83 deckPark_node.setBoolValue(value);
84 value = getprop("/sim/time/sun-angle-rad");
85 sunAngleRad_node.setValue(value);
87 if (turn_old != turn){
95 var move_whips = func {
96 var whip_pos = pos_node.getValue();
97 if (whip_pos <=1 and whip_pos >=0 and turn_old == 0){
103 pos_node.setValue(whip_pos);
104 settimer(move_whips,0);
105 } elsif (whip_pos <=1 and whip_pos >=0 and turn_old == 1) {
111 pos_node.setValue(whip_pos);
112 settimer(move_whips,0);
127 #print("UNLOAD Vinson ", cmdarg().getPath());
130 <!-- crew to be added later
132 <path>Models/Geometry/Nimitz/Crew/crew.xml</path>
136 <path>Models/Geometry/Nimitz/Models/flols.xml</path>
141 <heading-deg>8</heading-deg>
146 <name>Bow-Wave</name>
147 <path>Models/Effects/Wakes/bow_wave.xml</path>
148 <!--<path>Models/Geometry/Nimitz/bow_wave.xml</path>-->
157 <path>AI/Aircraft/E-2C/Models/E-2C-deckpark.xml</path>
159 <!--109.201 40.231 -21.9681-->
163 <pitch-deg>0.5</pitch-deg>
168 <name>vinson-parks-and-objects</name>
169 <path>Models/Geometry/Nimitz/vinson-parks-and-objects.xml</path>
175 <path>Models/Geometry/Nimitz/ensign.xml</path>
177 <!--113.263 47.9273 -29.4352-->
185 <name>Flag-Golf</name>
186 <path>Models/Geometry/Nimitz/golf.xml</path>
188 <!--109.524 43.3788 -36.5861-->
196 <name>Flag-Foxtrot</name>
197 <path>Models/Geometry/Nimitz/foxtrot.xml</path>
199 <!--109.515 43.3368-->
207 <name>Flag-Foxtrot-Dip</name>
208 <path>Models/Geometry/Nimitz/foxtrot.xml</path>
210 <!--109.201 40.231 -21.9681-->
220 <object-name>antenna-1</object-name>
221 <property>sim/antenna-pos-norm</property>
224 <x1-m>-100.246</x1-m>
227 <x2-m>-100.746</x2-m>
235 <object-name>antenna-3</object-name>
236 <property>sim/antenna-pos-norm</property>
238 <!---84.1666 18.69 -17.9146
239 -84.6646 18.69 -17.8732-->
241 <x1-m>-84.1666</x1-m>
244 <x2-m>-84.6646</x2-m>
252 <object-name>antenna-5</object-name>
253 <property>sim/antenna-pos-norm</property>
256 <x1-m>-15.3531</x1-m>
259 <x2-m>-15.7741</x2-m>
267 <object-name>antenna-7</object-name>
268 <property>sim/antenna-pos-norm</property>
271 <x1-m>-11.4673</x1-m>
274 <x2-m>-11.8883</x2-m>
282 <object-name>antenna-2</object-name>
283 <property>sim/antenna-pos-norm</property>
284 <factor>-100</factor>
286 <x1-m>-100.611</x1-m>
287 <y1-m>-14.5299</y1-m>
289 <x2-m>-101.111</x2-m>
290 <y2-m>-14.5299</y2-m>
297 <object-name>antenna-4</object-name>
298 <property>sim/antenna-pos-norm</property>
299 <factor>-100</factor>
301 <x1-m>-84.1728</x1-m>
304 <x2-m>-84.6708</x2-m>
305 <y2-m>-18.7914</y2-m>
312 <object-name>antenna-6</object-name>
313 <property>sim/antenna-pos-norm</property>
314 <factor>-100</factor>
317 <y1-m>-40.2687</y1-m>
320 <y2-m>-40.2687</y2-m>
327 <object-name>antenna-8</object-name>
328 <property>sim/antenna-pos-norm</property>
329 <factor>-100</factor>
332 <y1-m>-40.2825</y1-m>
335 <y2-m>-40.2825</y2-m>
342 <object-name>SPS-48-Antenna</object-name>
343 <property>/sim/time/elapsed-sec</property>
345 <center><x-m>100.49</x-m><y-m>29.41</y-m></center>
346 <axis><z>1</z></axis>
351 <object-name>SPS-49-Antenna</object-name>
352 <property>/sim/time/elapsed-sec</property>
354 <center><x-m>130.096</x-m><y-m>30.83</y-m></center>
355 <axis><z>1</z></axis>
360 <object-name>radar-1a</object-name>
361 <property>/sim/time/elapsed-sec</property>
363 <center><x-m>106.06</x-m><y-m>29.41</y-m></center>
364 <axis><z>1</z></axis>
369 <object-name>radar-1b</object-name>
370 <property>/sim/time/elapsed-sec</property>
372 <center><x-m>106.19</x-m><y-m>32.69</y-m></center>
373 <axis><z>1</z></axis>
378 <object-name>radar-1d</object-name>
379 <property>/sim/time/elapsed-sec</property>
381 <center><x-m>109.43</x-m><y-m>29.39</y-m></center>
382 <axis><z>1</z></axis>
387 <object-name>Wake</object-name>
390 <property>/sim/rendering/particles</property>
397 <object-name>Bow-Wave</object-name>
398 <object-name>Stern-Wake</object-name>
399 <object-name>Wake</object-name>
400 <property>orientation/roll-deg</property>
402 <center><y-m>0.00</y-m><z-m>0.0473</z-m></center>
403 <axis><x>1</x></axis>
408 <object-name>Wake</object-name>
409 <property>surface-positions/rudder-pos-deg</property>
410 <factor>-0.334</factor>
413 <axis><z>-1</z></axis>
414 <enable-hot type="bool">false</enable-hot>
418 <object-name>Bow-Wave</object-name>
420 <property>/environment/Vinson/spd-kt</property>
421 <x-factor>0.04</x-factor>
422 <y-factor>0.0</y-factor>
423 <z-factor>0.0</z-factor>
424 <x-offset>0.0</x-offset>
425 <y-offset>1.0</y-offset>
426 <z-offset>1.0</z-offset>
438 <type>translate</type>
439 <object-name>Elevator-2</object-name>
440 <property>surface-positions/elevators-pos-norm</property>
441 <factor>10.62</factor>
442 <axis><z>1</z></axis>
446 <type>translate</type>
447 <object-name>Elevator-1</object-name>
448 <object-name>tractor-15</object-name>
449 <!--<object-name>Crew-41</object-name>-->
450 <property>surface-positions/elevators-pos-norm</property>
451 <factor>10.62</factor>
452 <axis><z>1</z></axis>
458 <object-name>Crew</object-name>
459 <object-name>Crew-41</object-name>
461 <property>controls/crew</property>
467 <object-name>Pilot-Mast</object-name>
471 <property>controls/in-to-wind</property>
474 <property>controls/turn-to-launch-hdg</property>
482 <object-name>JBD-1</object-name>
483 <property>surface-positions/jbd-pos-norm</property>
485 <entry><ind>0.0000</ind><dep>0</dep></entry>
486 <entry><ind>0.0833</ind><dep>-12.2</dep></entry>
487 <entry><ind>0.1666</ind><dep>-20.4</dep></entry>
488 <entry><ind>0.2500</ind><dep>-28.2</dep></entry>
489 <entry><ind>0.3333</ind><dep>-34.6</dep></entry>
490 <entry><ind>0.4166</ind><dep>-40.6</dep></entry>
491 <entry><ind>0.5000</ind><dep>-45</dep></entry>
492 <entry><ind>0.5833</ind><dep>-49</dep></entry>
493 <entry><ind>0.6666</ind><dep>-51.6</dep></entry>
494 <entry><ind>0.7500</ind><dep>-54</dep></entry>
495 <entry><ind>0.8333</ind><dep>-55</dep></entry>
496 <entry><ind>0.9166</ind><dep>-56.2</dep></entry>
497 <entry><ind>1.0000</ind><dep>-56.2</dep></entry>
501 <y1-m>-25.9232</y1-m>
504 <y2-m>-14.8995</y2-m>
510 <object-name>JBD-1-strut-a</object-name>
511 <object-name>JBD-1-strut-b</object-name>
512 <property>surface-positions/jbd-pos-norm</property>
514 <entry><ind>0.0000</ind><dep>0</dep></entry>
515 <entry><ind>0.0833</ind><dep>5</dep></entry>
516 <entry><ind>0.1666</ind><dep>10</dep></entry>
517 <entry><ind>0.2500</ind><dep>15</dep></entry>
518 <entry><ind>0.3333</ind><dep>20</dep></entry>
519 <entry><ind>0.4166</ind><dep>25</dep></entry>
520 <entry><ind>0.5000</ind><dep>30</dep></entry>
521 <entry><ind>0.5833</ind><dep>35</dep></entry>
522 <entry><ind>0.6666</ind><dep>40</dep></entry>
523 <entry><ind>0.7500</ind><dep>45</dep></entry>
524 <entry><ind>0.8333</ind><dep>50</dep></entry>
525 <entry><ind>0.9166</ind><dep>55</dep></entry>
526 <entry><ind>1.0000</ind><dep>60</dep></entry>
530 <y1-m>-25.9850</y1-m>
533 <y2-m>-14.9613</y2-m>
539 <object-name>JBD-1-strut-b</object-name>
540 <property>surface-positions/jbd-pos-norm</property>
542 <entry><ind>0.0000</ind><dep>0</dep></entry>
543 <entry><ind>0.0833</ind><dep>-23.4</dep></entry>
544 <entry><ind>0.1666</ind><dep>-39.8</dep></entry>
545 <entry><ind>0.2500</ind><dep>-56.6</dep></entry>
546 <entry><ind>0.3333</ind><dep>-71.6</dep></entry>
547 <entry><ind>0.4166</ind><dep>-86.8</dep></entry>
548 <entry><ind>0.5000</ind><dep>-100</dep></entry>
549 <entry><ind>0.5833</ind><dep>-113</dep></entry>
550 <entry><ind>0.6666</ind><dep>-124.6</dep></entry>
551 <entry><ind>0.7500</ind><dep>-136.2</dep></entry>
552 <entry><ind>0.8333</ind><dep>-146</dep></entry>
553 <entry><ind>0.9166</ind><dep>-156</dep></entry>
554 <entry><ind>1.0000</ind><dep>-165.2</dep></entry>
558 <y1-m>-25.9603</y1-m>
561 <y2-m>-14.9366</y2-m>
568 <object-name>JBD-2</object-name>
569 <property>surface-positions/jbd-pos-norm</property>
571 <entry><ind>0.0000</ind><dep>0</dep></entry>
572 <entry><ind>0.0833</ind><dep>-12.2</dep></entry>
573 <entry><ind>0.1666</ind><dep>-20.4</dep></entry>
574 <entry><ind>0.2500</ind><dep>-28.2</dep></entry>
575 <entry><ind>0.3333</ind><dep>-34.6</dep></entry>
576 <entry><ind>0.4166</ind><dep>-40.6</dep></entry>
577 <entry><ind>0.5000</ind><dep>-45</dep></entry>
578 <entry><ind>0.5833</ind><dep>-49</dep></entry>
579 <entry><ind>0.6666</ind><dep>-51.6</dep></entry>
580 <entry><ind>0.7500</ind><dep>-54</dep></entry>
581 <entry><ind>0.8333</ind><dep>-55</dep></entry>
582 <entry><ind>0.9166</ind><dep>-56.2</dep></entry>
583 <entry><ind>1.0000</ind><dep>-56.2</dep></entry>
587 <y1-m>-25.9232</y1-m>
590 <y2-m>-14.8995</y2-m>
596 <object-name>JBD-2-strut-a</object-name>
597 <object-name>JBD-2-strut-b</object-name>
598 <property>surface-positions/jbd-pos-norm</property>
600 <entry><ind>0.0000</ind><dep>0</dep></entry>
601 <entry><ind>0.0833</ind><dep>5</dep></entry>
602 <entry><ind>0.1666</ind><dep>10</dep></entry>
603 <entry><ind>0.2500</ind><dep>15</dep></entry>
604 <entry><ind>0.3333</ind><dep>20</dep></entry>
605 <entry><ind>0.4166</ind><dep>25</dep></entry>
606 <entry><ind>0.5000</ind><dep>30</dep></entry>
607 <entry><ind>0.5833</ind><dep>35</dep></entry>
608 <entry><ind>0.6666</ind><dep>40</dep></entry>
609 <entry><ind>0.7500</ind><dep>45</dep></entry>
610 <entry><ind>0.8333</ind><dep>50</dep></entry>
611 <entry><ind>0.9166</ind><dep>55</dep></entry>
612 <entry><ind>1.0000</ind><dep>60</dep></entry>
616 <y1-m>-25.9850</y1-m>
619 <y2-m>-14.9613</y2-m>
625 <object-name>JBD-2-strut-b</object-name>
626 <property>surface-positions/jbd-pos-norm</property>
628 <entry><ind>0.0000</ind><dep>0</dep></entry>
629 <entry><ind>0.0833</ind><dep>-23.4</dep></entry>
630 <entry><ind>0.1666</ind><dep>-39.8</dep></entry>
631 <entry><ind>0.2500</ind><dep>-56.6</dep></entry>
632 <entry><ind>0.3333</ind><dep>-71.6</dep></entry>
633 <entry><ind>0.4166</ind><dep>-86.8</dep></entry>
634 <entry><ind>0.5000</ind><dep>-100</dep></entry>
635 <entry><ind>0.5833</ind><dep>-113</dep></entry>
636 <entry><ind>0.6666</ind><dep>-124.6</dep></entry>
637 <entry><ind>0.7500</ind><dep>-136.2</dep></entry>
638 <entry><ind>0.8333</ind><dep>-146</dep></entry>
639 <entry><ind>0.9166</ind><dep>-156</dep></entry>
640 <entry><ind>1.0000</ind><dep>-165.2</dep></entry>
644 <y1-m>-25.9603</y1-m>
647 <y2-m>-14.9366</y2-m>
652 <!-- non-op until I can figure out a way of stopping JBD3 & 4 interfering
656 <object-name>JBD-3</object-name>
657 <property>surface-positions/jbd-pos-norm</property>
659 <entry><ind>0.0000</ind><dep>0</dep></entry>
660 <entry><ind>0.0833</ind><dep>-12.2</dep></entry>
661 <entry><ind>0.1666</ind><dep>-20.4</dep></entry>
662 <entry><ind>0.2500</ind><dep>-28.2</dep></entry>
663 <entry><ind>0.3333</ind><dep>-34.6</dep></entry>
664 <entry><ind>0.4166</ind><dep>-40.6</dep></entry>
665 <entry><ind>0.5000</ind><dep>-45</dep></entry>
666 <entry><ind>0.5833</ind><dep>-49</dep></entry>
667 <entry><ind>0.6666</ind><dep>-51.6</dep></entry>
668 <entry><ind>0.7500</ind><dep>-54</dep></entry>
669 <entry><ind>0.8333</ind><dep>-55</dep></entry>
670 <entry><ind>0.9166</ind><dep>-56.2</dep></entry>
671 <entry><ind>1.0000</ind><dep>-56.2</dep></entry>
674 <x1-m>107.7995</x1-m><y1-m>-25.9232</y1-m><z1-m>19.9065</z1-m>
675 <x2-m>107.7995</x2-m><y2-m>-14.8995</y2-m><z2-m>19.9065</z2-m>
680 <object-name>JBD-3-strut-a</object-name>
681 <object-name>JBD-3-strut-b</object-name>
682 <property>surface-positions/jbd-pos-norm</property>
684 <entry><ind>0.0000</ind><dep>0</dep></entry>
685 <entry><ind>0.0833</ind><dep>5</dep></entry>
686 <entry><ind>0.1666</ind><dep>10</dep></entry>
687 <entry><ind>0.2500</ind><dep>15</dep></entry>
688 <entry><ind>0.3333</ind><dep>20</dep></entry>
689 <entry><ind>0.4166</ind><dep>25</dep></entry>
690 <entry><ind>0.5000</ind><dep>30</dep></entry>
691 <entry><ind>0.5833</ind><dep>35</dep></entry>
692 <entry><ind>0.6666</ind><dep>40</dep></entry>
693 <entry><ind>0.7500</ind><dep>45</dep></entry>
694 <entry><ind>0.8333</ind><dep>50</dep></entry>
695 <entry><ind>0.9166</ind><dep>55</dep></entry>
696 <entry><ind>1.0000</ind><dep>60</dep></entry>
699 <x1-m>110.0635</x1-m><y1-m>-25.9850</y1-m><z1-m>19.6027</z1-m>
700 <x2-m>110.0635</x2-m><y2-m>-14.9613</y2-m><z2-m>19.6027</z2-m>
705 <object-name>JBD-3-strut-b</object-name>
706 <property>surface-positions/jbd-pos-norm</property>
708 <entry><ind>0.0000</ind><dep>0</dep></entry>
709 <entry><ind>0.0833</ind><dep>-23.4</dep></entry>
710 <entry><ind>0.1666</ind><dep>-39.8</dep></entry>
711 <entry><ind>0.2500</ind><dep>-56.6</dep></entry>
712 <entry><ind>0.3333</ind><dep>-71.6</dep></entry>
713 <entry><ind>0.4166</ind><dep>-86.8</dep></entry>
714 <entry><ind>0.5000</ind><dep>-100</dep></entry>
715 <entry><ind>0.5833</ind><dep>-113</dep></entry>
716 <entry><ind>0.6666</ind><dep>-124.6</dep></entry>
717 <entry><ind>0.7500</ind><dep>-136.2</dep></entry>
718 <entry><ind>0.8333</ind><dep>-146</dep></entry>
719 <entry><ind>0.9166</ind><dep>-156</dep></entry>
720 <entry><ind>1.0000</ind><dep>-165.2</dep></entry>
723 <x1-m>108.9795</x1-m><y1-m>-25.9603</y1-m><z1-m>19.8103</z1-m>
724 <x2-m>108.9795</x2-m><y2-m>-14.9366</y2-m><z2-m>19.8103</z2-m>
731 <object-name>JBD-4</object-name>
732 <property>surface-positions/jbd-pos-norm</property>
734 <entry><ind>0.0000</ind><dep>0</dep></entry>
735 <entry><ind>0.0833</ind><dep>-12.2</dep></entry>
736 <entry><ind>0.1666</ind><dep>-20.4</dep></entry>
737 <entry><ind>0.2500</ind><dep>-28.2</dep></entry>
738 <entry><ind>0.3333</ind><dep>-34.6</dep></entry>
739 <entry><ind>0.4166</ind><dep>-40.6</dep></entry>
740 <entry><ind>0.5000</ind><dep>-45</dep></entry>
741 <entry><ind>0.5833</ind><dep>-49</dep></entry>
742 <entry><ind>0.6666</ind><dep>-51.6</dep></entry>
743 <entry><ind>0.7500</ind><dep>-54</dep></entry>
744 <entry><ind>0.8333</ind><dep>-55</dep></entry>
745 <entry><ind>0.9166</ind><dep>-56.2</dep></entry>
746 <entry><ind>1.0000</ind><dep>-56.2</dep></entry>
749 <x1-m>125.8227</x1-m>
750 <y1-m>-25.9232</y1-m>
752 <x2-m>125.8227</x2-m>
753 <y2-m>-14.8995</y2-m>
759 <object-name>JBD-4-strut-a</object-name>
760 <object-name>JBD-4-strut-b</object-name>
761 <property>surface-positions/jbd-pos-norm</property>
763 <entry><ind>0.0000</ind><dep>0</dep></entry>
764 <entry><ind>0.0833</ind><dep>5</dep></entry>
765 <entry><ind>0.1666</ind><dep>10</dep></entry>
766 <entry><ind>0.2500</ind><dep>15</dep></entry>
767 <entry><ind>0.3333</ind><dep>20</dep></entry>
768 <entry><ind>0.4166</ind><dep>25</dep></entry>
769 <entry><ind>0.5000</ind><dep>30</dep></entry>
770 <entry><ind>0.5833</ind><dep>35</dep></entry>
771 <entry><ind>0.6666</ind><dep>40</dep></entry>
772 <entry><ind>0.7500</ind><dep>45</dep></entry>
773 <entry><ind>0.8333</ind><dep>50</dep></entry>
774 <entry><ind>0.9166</ind><dep>55</dep></entry>
775 <entry><ind>1.0000</ind><dep>60</dep></entry>
778 <x1-m>128.0867</x1-m>
779 <y1-m>-25.9850</y1-m>
781 <x2-m>128.0867</x2-m>
782 <y2-m>-14.9613</y2-m>
788 <object-name>JBD-4-strut-b</object-name>
789 <property>surface-positions/jbd-pos-norm</property>
791 <entry><ind>0.0000</ind><dep>0</dep></entry>
792 <entry><ind>0.0833</ind><dep>-23.4</dep></entry>
793 <entry><ind>0.1666</ind><dep>-39.8</dep></entry>
794 <entry><ind>0.2500</ind><dep>-56.6</dep></entry>
795 <entry><ind>0.3333</ind><dep>-71.6</dep></entry>
796 <entry><ind>0.4166</ind><dep>-86.8</dep></entry>
797 <entry><ind>0.5000</ind><dep>-100</dep></entry>
798 <entry><ind>0.5833</ind><dep>-113</dep></entry>
799 <entry><ind>0.6666</ind><dep>-124.6</dep></entry>
800 <entry><ind>0.7500</ind><dep>-136.2</dep></entry>
801 <entry><ind>0.8333</ind><dep>-146</dep></entry>
802 <entry><ind>0.9166</ind><dep>-156</dep></entry>
803 <entry><ind>1.0000</ind><dep>-165.2</dep></entry>
806 <x1-m>127.0027</x1-m>
807 <y1-m>-25.9603</y1-m>
809 <x2-m>127.0027</x2-m>
810 <y2-m>-14.9366</y2-m>
816 <!--Deck Edge Lights-->
825 <name>DeckEdgeLight.001</name>
826 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
831 <!--<z-m alias="../../../deck/offsets/x-m"/>-->
832 <heading-deg>0</heading-deg>
837 <type>dist-scale</type>
838 <object-name>DeckEdgeLight.001</object-name>
840 <entry><ind>0</ind><dep>2</dep></entry>
841 <entry><ind>40000</ind><dep>50</dep></entry>
851 <name>DeckEdgeLight.001</name>
852 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
857 <z-m alias="../../../deck/offsets/x-m"/>
858 <heading-deg>0</heading-deg>
863 <name>DeckEdgeLight.002</name>
864 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
869 <heading-deg>0</heading-deg>
874 <type>dist-scale</type>
875 <object-name>DeckEdgeLight.002</object-name>
877 <entry><ind>0.001</ind><dep>2</dep></entry>
878 <entry><ind>40000</ind><dep>50</dep></entry>
888 <name>DeckEdgeLight.003</name>
889 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
894 <heading-deg>0</heading-deg>
899 <type>dist-scale</type>
900 <object-name>DeckEdgeLight.003</object-name>
902 <entry><ind>0.001</ind><dep>2</dep></entry>
903 <entry><ind>40000</ind><dep>50</dep></entry>
913 <name>DeckEdgeLight.004</name>
914 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
919 <heading-deg>0</heading-deg>
924 <type>dist-scale</type>
925 <object-name>DeckEdgeLight.004</object-name>
927 <entry><ind>0.001</ind><dep>2</dep></entry>
928 <entry><ind>40000</ind><dep>50</dep></entry>
938 <name>DeckEdgeLight.005</name>
939 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
944 <heading-deg>0</heading-deg>
949 <type>dist-scale</type>
950 <object-name>DeckEdgeLight.005</object-name>
952 <entry><ind>0.001</ind><dep>2</dep></entry>
953 <entry><ind>40000</ind><dep>50</dep></entry>
963 <name>DeckEdgeLight.006</name>
964 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
969 <heading-deg>0</heading-deg>
974 <type>dist-scale</type>
975 <object-name>DeckEdgeLight.006</object-name>
977 <entry><ind>0.001</ind><dep>2</dep></entry>
978 <entry><ind>40000</ind><dep>50</dep></entry>
988 <name>DeckEdgeLight.007</name>
989 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
994 <heading-deg>0</heading-deg>
999 <type>dist-scale</type>
1000 <object-name>DeckEdgeLight.007</object-name>
1002 <entry><ind>0.001</ind><dep>2</dep></entry>
1003 <entry><ind>40000</ind><dep>50</dep></entry>
1013 <name>DeckEdgeLight.008</name>
1014 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1019 <heading-deg>0</heading-deg>
1024 <type>dist-scale</type>
1025 <object-name>DeckEdgeLight.008</object-name>
1027 <entry><ind>0.001</ind><dep>2</dep></entry>
1028 <entry><ind>40000</ind><dep>50</dep></entry>
1038 <name>DeckEdgeLight.009</name>
1039 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1044 <heading-deg>0</heading-deg>
1049 <type>dist-scale</type>
1050 <object-name>DeckEdgeLight.009</object-name>
1052 <entry><ind>0.001</ind><dep>2</dep></entry>
1053 <entry><ind>40000</ind><dep>50</dep></entry>
1063 <name>DeckEdgeLight.010</name>
1064 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1069 <heading-deg>0</heading-deg>
1074 <type>dist-scale</type>
1075 <object-name>DeckEdgeLight.010</object-name>
1077 <entry><ind>0.001</ind><dep>2</dep></entry>
1078 <entry><ind>40000</ind><dep>50</dep></entry>
1088 <name>DeckEdgeLight.011</name>
1089 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1094 <heading-deg>0</heading-deg>
1099 <type>dist-scale</type>
1100 <object-name>DeckEdgeLight.011</object-name>
1102 <entry><ind>0.001</ind><dep>2</dep></entry>
1103 <entry><ind>40000</ind><dep>50</dep></entry>
1113 <name>DeckEdgeLight.012</name>
1114 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1119 <heading-deg>0</heading-deg>
1124 <type>dist-scale</type>
1125 <object-name>DeckEdgeLight.012</object-name>
1127 <entry><ind>0.001</ind><dep>2</dep></entry>
1128 <entry><ind>40000</ind><dep>50</dep></entry>
1139 <name>DeckEdgeLight.013</name>
1140 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1145 <heading-deg>0</heading-deg>
1150 <type>dist-scale</type>
1151 <object-name>DeckEdgeLight.013</object-name>
1153 <entry><ind>0.001</ind><dep>2</dep></entry>
1154 <entry><ind>40000</ind><dep>50</dep></entry>
1165 <name>DeckEdgeLight.014</name>
1166 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1171 <heading-deg>-5</heading-deg>
1176 <type>dist-scale</type>
1177 <object-name>DeckEdgeLight.014</object-name>
1179 <entry><ind>0.001</ind><dep>2</dep></entry>
1180 <entry><ind>40000</ind><dep>50</dep></entry>
1191 <name>DeckEdgeLight.015</name>
1192 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1197 <heading-deg>-5</heading-deg>
1202 <type>dist-scale</type>
1203 <object-name>DeckEdgeLight.015</object-name>
1205 <entry><ind>0.001</ind><dep>2</dep></entry>
1206 <entry><ind>40000</ind><dep>50</dep></entry>
1217 <name>DeckEdgeLight.016</name>
1218 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1223 <heading-deg>-5</heading-deg>
1228 <type>dist-scale</type>
1229 <object-name>DeckEdgeLight.016</object-name>
1231 <entry><ind>0.001</ind><dep>2</dep></entry>
1232 <entry><ind>40000</ind><dep>50</dep></entry>
1242 <name>DeckEdgeLight.017</name>
1243 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1248 <heading-deg>-45</heading-deg>
1253 <type>dist-scale</type>
1254 <object-name>DeckEdgeLight.017</object-name>
1256 <entry><ind>0.001</ind><dep>2</dep></entry>
1257 <entry><ind>40000</ind><dep>50</dep></entry>
1267 <!--216.059 20.7152 16.7117-->
1269 <name>DeckEdgeLight.018</name>
1270 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1275 <heading-deg>185</heading-deg>
1280 <type>dist-scale</type>
1281 <object-name>DeckEdgeLight.018</object-name>
1283 <entry><ind>0.001</ind><dep>2</dep></entry>
1284 <entry><ind>40000</ind><dep>50</dep></entry>
1294 <name>DeckEdgeLight.019</name>
1295 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1300 <heading-deg>185</heading-deg>
1305 <type>dist-scale</type>
1306 <object-name>DeckEdgeLight.019</object-name>
1308 <entry><ind>0.001</ind><dep>2</dep></entry>
1309 <entry><ind>40000</ind><dep>50</dep></entry>
1318 <!--197.236 20.7152 18.2105-->
1320 <name>DeckEdgeLight.020</name>
1321 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1326 <heading-deg>185</heading-deg>
1331 <type>dist-scale</type>
1332 <object-name>DeckEdgeLight.020</object-name>
1334 <entry><ind>0.001</ind><dep>2</dep></entry>
1335 <entry><ind>40000</ind><dep>50</dep></entry>
1339 <y-m>-18.21051</y-m>
1344 <!--187.824 20.7152 18.9599-->
1346 <name>DeckEdgeLight.021</name>
1347 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1352 <heading-deg>185</heading-deg>
1357 <type>dist-scale</type>
1358 <object-name>DeckEdgeLight.021</object-name>
1360 <entry><ind>0.001</ind><dep>2</dep></entry>
1361 <entry><ind>40000</ind><dep>50</dep></entry>
1370 <!--178.412 20.7152 19.7093 -->
1372 <name>DeckEdgeLight.022</name>
1373 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1378 <heading-deg>185</heading-deg>
1383 <type>dist-scale</type>
1384 <object-name>DeckEdgeLight.022</object-name>
1386 <entry><ind>0.001</ind><dep>2</dep></entry>
1387 <entry><ind>40000</ind><dep>50</dep></entry>
1397 <!--175.617 20.7152 28.681-->
1399 <name>DeckEdgeLight.023</name>
1400 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1405 <heading-deg>75</heading-deg>
1410 <type>dist-scale</type>
1411 <object-name>DeckEdgeLight.023</object-name>
1413 <entry><ind>0.001</ind><dep>2</dep></entry>
1414 <entry><ind>40000</ind><dep>50</dep></entry>
1423 <!--172.752 20.7152 37.5-->
1425 <name>DeckEdgeLight.024</name>
1426 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1431 <heading-deg>180</heading-deg>
1436 <type>dist-scale</type>
1437 <object-name>DeckEdgeLight.024</object-name>
1439 <entry><ind>0.001</ind><dep>2</dep></entry>
1440 <entry><ind>40000</ind><dep>50</dep></entry>
1450 <name>DeckEdgeLight.025</name>
1451 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1456 <heading-deg>180</heading-deg>
1461 <type>dist-scale</type>
1462 <object-name>DeckEdgeLight.025</object-name>
1464 <entry><ind>0.001</ind><dep>2</dep></entry>
1465 <entry><ind>40000</ind><dep>50</dep></entry>
1475 <!--132.335 20.7152 35.8461-->
1477 <name>DeckEdgeLight.026</name>
1478 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1483 <heading-deg>180</heading-deg>
1488 <type>dist-scale</type>
1489 <object-name>DeckEdgeLight.026</object-name>
1491 <entry><ind>0.001</ind><dep>2</dep></entry>
1492 <entry><ind>40000</ind><dep>50</dep></entry>
1502 <!--120.998 20.7152 35.8461-->
1504 <name>DeckEdgeLight.027</name>
1505 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1510 <heading-deg>180</heading-deg>
1515 <type>dist-scale</type>
1516 <object-name>DeckEdgeLight.027</object-name>
1518 <entry><ind>0.001</ind><dep>2</dep></entry>
1519 <entry><ind>40000</ind><dep>50</dep></entry>
1528 <!--109.661 20.7152 35.8461-->
1530 <name>DeckEdgeLight.028</name>
1531 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1536 <heading-deg>180</heading-deg>
1541 <type>dist-scale</type>
1542 <object-name>DeckEdgeLight.028</object-name>
1544 <entry><ind>0.001</ind><dep>2</dep></entry>
1545 <entry><ind>40000</ind><dep>50</dep></entry>
1555 <!--98.8604 20.7152 35.8461-->
1557 <name>DeckEdgeLight.029</name>
1558 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1563 <heading-deg>180</heading-deg>
1568 <type>dist-scale</type>
1569 <object-name>DeckEdgeLight.029</object-name>
1571 <entry><ind>0.001</ind><dep>2</dep></entry>
1572 <entry><ind>40000</ind><dep>50</dep></entry>
1582 <!--86.0182 20.7152 35.8461-->
1584 <name>DeckEdgeLight.030</name>
1585 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1590 <heading-deg>180</heading-deg>
1595 <type>dist-scale</type>
1596 <object-name>DeckEdgeLight.030</object-name>
1598 <entry><ind>0.001</ind><dep>2</dep></entry>
1599 <entry><ind>40000</ind><dep>50</dep></entry>
1609 <!--74.8251 20.7152 35.8461-->
1611 <name>DeckEdgeLight.031</name>
1612 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1617 <heading-deg>180</heading-deg>
1622 <type>dist-scale</type>
1623 <object-name>DeckEdgeLight.031</object-name>
1625 <entry><ind>0.001</ind><dep>2</dep></entry>
1626 <entry><ind>40000</ind><dep>50</dep></entry>
1636 <!--63.632 20.7152 35.8461-->
1638 <name>DeckEdgeLight.032</name>
1639 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1644 <heading-deg>180</heading-deg>
1649 <type>dist-scale</type>
1650 <object-name>DeckEdgeLight.032</object-name>
1652 <entry><ind>0.001</ind><dep>2</dep></entry>
1653 <entry><ind>40000</ind><dep>50</dep></entry>
1663 41.2458 20.7152 35.8461-->
1665 <!--52.4389 20.7152 35.8461-->
1667 <name>DeckEdgeLight.033</name>
1668 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1673 <heading-deg>180</heading-deg>
1678 <type>dist-scale</type>
1679 <object-name>DeckEdgeLight.033</object-name>
1681 <entry><ind>0.001</ind><dep>2</dep></entry>
1682 <entry><ind>40000</ind><dep>50</dep></entry>
1692 <!--41.2458 20.7152 35.8461-->
1694 <name>DeckEdgeLight.034</name>
1695 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1700 <heading-deg>180</heading-deg>
1705 <type>dist-scale</type>
1706 <object-name>DeckEdgeLight.034</object-name>
1708 <entry><ind>0.001</ind><dep>2</dep></entry>
1709 <entry><ind>40000</ind><dep>50</dep></entry>
1718 <!--32.4085 20.7152 38.0627-->
1720 <name>DeckEdgeLight.035</name>
1721 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1726 <heading-deg>165</heading-deg>
1731 <type>dist-scale</type>
1732 <object-name>DeckEdgeLight.035</object-name>
1734 <entry><ind>0.001</ind><dep>2</dep></entry>
1735 <entry><ind>40000</ind><dep>50</dep></entry>
1744 <!--23.8013 20.7152 40.1717-->
1746 <name>DeckEdgeLight.036</name>
1747 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1752 <heading-deg>180</heading-deg>
1757 <type>dist-scale</type>
1758 <object-name>DeckEdgeLight.036</object-name>
1760 <entry><ind>0.001</ind><dep>2</dep></entry>
1761 <entry><ind>40000</ind><dep>50</dep></entry>
1772 <!--9.43614 20.7152 40.1717-->
1774 <name>DeckEdgeLight.037</name>
1775 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1780 <heading-deg>180</heading-deg>
1785 <type>dist-scale</type>
1786 <object-name>DeckEdgeLight.037</object-name>
1788 <entry><ind>0.001</ind><dep>2</dep></entry>
1789 <entry><ind>40000</ind><dep>50</dep></entry>
1798 <!---4.92902 20.7152 40.1717-->
1800 <name>DeckEdgeLight.038</name>
1801 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1806 <heading-deg>180</heading-deg>
1811 <type>dist-scale</type>
1812 <object-name>DeckEdgeLight.038</object-name>
1814 <entry><ind>0.001</ind><dep>2</dep></entry>
1815 <entry><ind>40000</ind><dep>50</dep></entry>
1825 <!-- -33.1936 20.7152 17.7684 -->
1827 <name>DeckEdgeLight.039</name>
1828 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1833 <heading-deg>175</heading-deg>
1838 <type>dist-scale</type>
1839 <object-name>DeckEdgeLight.039</object-name>
1841 <entry><ind>0.001</ind><dep>2</dep></entry>
1842 <entry><ind>40000</ind><dep>50</dep></entry>
1852 <!-- -46.5137 20.7152 16.6031 -->
1854 <name>DeckEdgeLight.040</name>
1855 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1860 <heading-deg>175</heading-deg>
1865 <type>dist-scale</type>
1866 <object-name>DeckEdgeLight.040</object-name>
1868 <entry><ind>0.001</ind><dep>2</dep></entry>
1869 <entry><ind>40000</ind><dep>50</dep></entry>
1879 <!-- -59.8338 20.7152 15.4377 -->
1881 <name>DeckEdgeLight.041</name>
1882 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1887 <heading-deg>175</heading-deg>
1892 <type>dist-scale</type>
1893 <object-name>DeckEdgeLight.041</object-name>
1895 <entry><ind>0.001</ind><dep>2</dep></entry>
1896 <entry><ind>40000</ind><dep>50</dep></entry>
1906 <!-- -71.806 20.7152 14.3903 -->
1908 <name>DeckEdgeLight.042</name>
1909 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1914 <heading-deg>175</heading-deg>
1919 <type>dist-scale</type>
1920 <object-name>DeckEdgeLight.042</object-name>
1922 <entry><ind>0.001</ind><dep>2</dep></entry>
1923 <entry><ind>40000</ind><dep>50</dep></entry>
1933 <!-- -83.7692 20.7152 13.3436 -->
1935 <name>DeckEdgeLight.043</name>
1936 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1941 <heading-deg>175</heading-deg>
1946 <type>dist-scale</type>
1947 <object-name>DeckEdgeLight.043</object-name>
1949 <entry><ind>0.001</ind><dep>2</dep></entry>
1950 <entry><ind>40000</ind><dep>50</dep></entry>
1960 <!-- -97.0938 20.7152 12.1779 -->
1962 <name>DeckEdgeLight.044</name>
1963 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1968 <heading-deg>175</heading-deg>
1973 <type>dist-scale</type>
1974 <object-name>DeckEdgeLight.044</object-name>
1976 <entry><ind>0.001</ind><dep>2</dep></entry>
1977 <entry><ind>40000</ind><dep>50</dep></entry>
1987 <!-- -110.418 20.7152 11.0121 -->
1989 <name>DeckEdgeLight.045</name>
1990 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
1995 <heading-deg>175</heading-deg>
2000 <type>dist-scale</type>
2001 <object-name>DeckEdgeLight.045</object-name>
2003 <entry><ind>0.001</ind><dep>2</dep></entry>
2004 <entry><ind>40000</ind><dep>50</dep></entry>
2015 <!-- -33.1936 20.7152 17.7684 -->
2017 <name>DeckEdgeLight.046</name>
2018 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
2023 <heading-deg>5</heading-deg>
2028 <type>dist-scale</type>
2029 <object-name>DeckEdgeLight.046</object-name>
2031 <entry><ind>0.001</ind><dep>2</dep></entry>
2032 <entry><ind>40000</ind><dep>50</dep></entry>
2042 <!-- -46.5137 20.7152 16.6031 -->
2044 <name>DeckEdgeLight.047</name>
2045 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
2050 <heading-deg>5</heading-deg>
2055 <type>dist-scale</type>
2056 <object-name>DeckEdgeLight.047</object-name>
2058 <entry><ind>0.001</ind><dep>2</dep></entry>
2059 <entry><ind>40000</ind><dep>50</dep></entry>
2069 <!-- -59.8338 20.7152 15.4377 -->
2071 <name>DeckEdgeLight.048</name>
2072 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
2077 <heading-deg>5</heading-deg>
2082 <type>dist-scale</type>
2083 <object-name>DeckEdgeLight.048</object-name>
2085 <entry><ind>0.001</ind><dep>2</dep></entry>
2086 <entry><ind>40000</ind><dep>50</dep></entry>
2096 <!-- -71.806 20.7152 14.3903 -->
2098 <name>DeckEdgeLight.049</name>
2099 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
2104 <heading-deg>5</heading-deg>
2109 <type>dist-scale</type>
2110 <object-name>DeckEdgeLight.049</object-name>
2112 <entry><ind>0.001</ind><dep>2</dep></entry>
2113 <entry><ind>40000</ind><dep>50</dep></entry>
2123 <!-- -83.7692 20.7152 13.3436 -->
2125 <name>DeckEdgeLight.050</name>
2126 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
2131 <heading-deg>5</heading-deg>
2136 <type>dist-scale</type>
2137 <object-name>DeckEdgeLight.050</object-name>
2139 <entry><ind>0.001</ind><dep>2</dep></entry>
2140 <entry><ind>40000</ind><dep>50</dep></entry>
2149 <!-- -97.0938 20.7152 12.1779 -->
2151 <name>DeckEdgeLight.051</name>
2152 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
2157 <heading-deg>5</heading-deg>
2162 <type>dist-scale</type>
2163 <object-name>DeckEdgeLight.051</object-name>
2165 <entry><ind>0.001</ind><dep>2</dep></entry>
2166 <entry><ind>40000</ind><dep>50</dep></entry>
2176 <!-- -110.418 20.7152 11.0121 -->
2178 <name>DeckEdgeLight.052</name>
2179 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
2184 <heading-deg>5</heading-deg>
2189 <type>dist-scale</type>
2190 <object-name>DeckEdgeLight.052</object-name>
2192 <entry><ind>0.001</ind><dep>2</dep></entry>
2193 <entry><ind>40000</ind><dep>50</dep></entry>
2203 <!-- -20.0262 0 -26.7549-->
2205 <name>DeckEdgeLight.053</name>
2206 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
2211 <heading-deg>35</heading-deg>
2216 <type>dist-scale</type>
2217 <object-name>DeckEdgeLight.053</object-name>
2219 <entry><ind>0.001</ind><dep>2</dep></entry>
2220 <entry><ind>40000</ind><dep>50</dep></entry>
2230 <!-- -30.7986 0 -19.0018-->
2232 <name>DeckEdgeLight.054</name>
2233 <path>Models/Geometry/Nimitz/Models/deck-edge-light.xml</path>
2238 <heading-deg>35</heading-deg>
2243 <type>dist-scale</type>
2244 <object-name>DeckEdgeLight.054</object-name>
2246 <entry><ind>0.001</ind><dep>2</dep></entry>
2247 <entry><ind>40000</ind><dep>50</dep></entry>
2257 <!-- -13.9188 21.3818 28.9478
2259 <name>CenterLineLight.01</name>
2260 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2265 <heading-deg>98</heading-deg>
2270 <type>dist-scale</type>
2271 <object-name>CenterLineLight.01</object-name>
2273 <entry><ind>0.001</ind><dep>1</dep></entry>
2274 <entry><ind>40000</ind><dep>50</dep></entry>
2283 <!-- 0.346512 21.3818 26.8159-->
2285 <name>CenterLineLight.02</name>
2286 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2291 <heading-deg>98</heading-deg>
2296 <type>dist-scale</type>
2297 <object-name>CenterLineLight.02</object-name>
2299 <entry><ind>0.001</ind><dep>1</dep></entry>
2300 <entry><ind>40000</ind><dep>50</dep></entry>
2310 <!-- 14.6118 21.3818 24.6839-->
2312 <name>CenterLineLight.03</name>
2313 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2318 <heading-deg>98</heading-deg>
2323 <type>dist-scale</type>
2324 <object-name>CenterLineLight.03</object-name>
2326 <entry><ind>0.001</ind><dep>1</dep></entry>
2327 <entry><ind>40000</ind><dep>50</dep></entry>
2336 <!-- 28.8771 21.3818 22.5519-->
2338 <name>CenterLineLight.04</name>
2339 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2344 <heading-deg>98</heading-deg>
2349 <type>dist-scale</type>
2350 <object-name>CenterLineLight.04</object-name>
2352 <entry><ind>0.001</ind><dep>1</dep></entry>
2353 <entry><ind>40000</ind><dep>50</dep></entry>
2362 <!-- 43.1424 21.3818 20.42-->
2364 <name>CenterLineLight.05</name>
2365 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2370 <heading-deg>98</heading-deg>
2375 <type>dist-scale</type>
2376 <object-name>CenterLineLight.05</object-name>
2378 <entry><ind>0.001</ind><dep>1</dep></entry>
2379 <entry><ind>40000</ind><dep>50</dep></entry>
2389 <!-- 57.4077 21.3818 18.288-->
2391 <name>CenterLineLight.06</name>
2392 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2397 <heading-deg>98</heading-deg>
2402 <type>dist-scale</type>
2403 <object-name>CenterLineLight.06</object-name>
2405 <entry><ind>0.001</ind><dep>1</dep></entry>
2406 <entry><ind>40000</ind><dep>50</dep></entry>
2416 <!-- 71.6731 21.3818 16.156 -->
2418 <name>CenterLineLight.07</name>
2419 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2424 <heading-deg>98</heading-deg>
2429 <type>dist-scale</type>
2430 <object-name>CenterLineLight.07</object-name>
2432 <entry><ind>0.001</ind><dep>1</dep></entry>
2433 <entry><ind>40000</ind><dep>50</dep></entry>
2443 <!-- 85.9383 21.3818 14.0241 -->
2445 <name>CenterLineLight.08</name>
2446 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2451 <heading-deg>98</heading-deg>
2456 <type>dist-scale</type>
2457 <object-name>CenterLineLight.08</object-name>
2459 <entry><ind>0.001</ind><dep>1</dep></entry>
2460 <entry><ind>40000</ind><dep>50</dep></entry>
2470 <!-- 100.204 21.3818 11.8921 -->
2472 <name>CenterLineLight.09</name>
2473 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2478 <heading-deg>98</heading-deg>
2483 <type>dist-scale</type>
2484 <object-name>CenterLineLight.09</object-name>
2486 <entry><ind>0.001</ind><dep>1</dep></entry>
2487 <entry><ind>40000</ind><dep>50</dep></entry>
2496 <!--214.326 21.3818 -5.1636
2497 200.061 21.3818 -3.03164
2498 185.796 21.3818 -0.899675
2499 171.53 21.3818 1.23228
2500 157.265 21.3818 3.36426
2504 <!-- 114.469 21.3818 9.76015 -->
2506 <name>CenterLineLight.10</name>
2507 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2512 <heading-deg>98</heading-deg>
2517 <type>dist-scale</type>
2518 <object-name>CenterLineLight.10</object-name>
2520 <entry><ind>0.001</ind><dep>1</dep></entry>
2521 <entry><ind>40000</ind><dep>50</dep></entry>
2531 <!-- 128.734 21.3818 7.62819 -->
2533 <name>CenterLineLight.11</name>
2534 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2539 <heading-deg>98</heading-deg>
2544 <type>dist-scale</type>
2545 <object-name>CenterLineLight.11</object-name>
2547 <entry><ind>0.001</ind><dep>1</dep></entry>
2548 <entry><ind>40000</ind><dep>50</dep></entry>
2558 <!-- 143 21.3818 5.49622 -->
2560 <name>CenterLineLight.12</name>
2561 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2566 <heading-deg>98</heading-deg>
2571 <type>dist-scale</type>
2572 <object-name>CenterLineLight.12</object-name>
2574 <entry><ind>0.001</ind><dep>1</dep></entry>
2575 <entry><ind>40000</ind><dep>50</dep></entry>
2585 <!-- 157.265 21.3818 3.36426 -->
2587 <name>CenterLineLight.13</name>
2588 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2593 <heading-deg>98</heading-deg>
2598 <type>dist-scale</type>
2599 <object-name>CenterLineLight.13</object-name>
2601 <entry><ind>0.001</ind><dep>1</dep></entry>
2602 <entry><ind>40000</ind><dep>50</dep></entry>
2612 <!-- 171.53 21.3818 1.23228 -->
2614 <name>CenterLineLight.14</name>
2615 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2620 <heading-deg>98</heading-deg>
2625 <type>dist-scale</type>
2626 <object-name>CenterLineLight.14</object-name>
2628 <entry><ind>0.001</ind><dep>1</dep></entry>
2629 <entry><ind>40000</ind><dep>50</dep></entry>
2639 <!-- 185.796 21.3818 -0.899675 -->
2641 <name>CenterLineLight.15</name>
2642 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2647 <heading-deg>98</heading-deg>
2652 <type>dist-scale</type>
2653 <object-name>CenterLineLight.15</object-name>
2655 <entry><ind>0.001</ind><dep>1</dep></entry>
2656 <entry><ind>40000</ind><dep>50</dep></entry>
2666 <!-- 200.061 21.3818 -3.03164 -->
2668 <name>CenterLineLight.16</name>
2669 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2674 <heading-deg>98</heading-deg>
2679 <type>dist-scale</type>
2680 <object-name>CenterLineLight.16</object-name>
2682 <entry><ind>0.001</ind><dep>1</dep></entry>
2683 <entry><ind>40000</ind><dep>50</dep></entry>
2693 <!-- 214.326 21.3818 -5.1636 -->
2695 <name>CenterLineLight.17</name>
2696 <path>Models/Geometry/Nimitz/Models/centre-line-light.xml</path>
2701 <heading-deg>98</heading-deg>
2706 <type>dist-scale</type>
2707 <object-name>CenterLineLight.17</object-name>
2709 <entry><ind>0.001</ind><dep>1</dep></entry>
2710 <entry><ind>40000</ind><dep>50</dep></entry>
2719 <!-- End Line Lights -->
2721 <name>EndLineLight.00</name>
2722 <path>Models/Geometry/Nimitz/Models/end-line-light.xml</path>
2727 <heading-deg>98</heading-deg>
2732 <type>dist-scale</type>
2733 <object-name>EndLineLight.00</object-name>
2735 <entry><ind>0.001</ind><dep>1</dep></entry>
2736 <entry><ind>40000</ind><dep>50</dep></entry>
2746 <name>EndLineLight.01</name>
2747 <path>Models/Geometry/Nimitz/Models/end-line-light.xml</path>
2752 <heading-deg>98</heading-deg>
2757 <type>dist-scale</type>
2758 <object-name>EndLineLight.01</object-name>
2760 <entry><ind>0.001</ind><dep>1</dep></entry>
2761 <entry><ind>40000</ind><dep>50</dep></entry>
2771 <name>EndLineLight.02</name>
2772 <path>Models/Geometry/Nimitz/Models/end-line-light.xml</path>
2777 <heading-deg>98</heading-deg>
2782 <type>dist-scale</type>
2783 <object-name>EndLineLight.02</object-name>
2785 <entry><ind>0.001</ind><dep>1</dep></entry>
2786 <entry><ind>40000</ind><dep>50</dep></entry>
2796 <name>EndLineLight.03</name>
2797 <path>Models/Geometry/Nimitz/Models/end-line-light.xml</path>
2802 <heading-deg>98</heading-deg>