forked from KiCad/kicad-packages3D
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DIP-18_W8.89mm_SMDSocket_LongPads.wrl
1803 lines (1802 loc) · 543 KB
/
DIP-18_W8.89mm_SMDSocket_LongPads.wrl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#VRML V2.0 utf8
#kicad StepUp wrl exported
# Copyright (C) 2017, Terje Io
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
#
# As a special exception, if you create a design which uses this symbol,
# and embed this symbol or unaltered portions of this symbol into the design,
# this symbol does not by itself cause the resulting design to be covered by
# the GNU General Public License.
# This exception does not however invalidate any other reasons why the design
# itself might be covered by the GNU General Public License.
# If you modify this symbol, you may extend this exception to your version of the symbol,
# but you are not obligated to do so.
# If you do not wish to do so, delete this exception statement from your version
# Risk disclaimer
# *USE 3D CAD DATA AT YOUR OWN RISK*
# *DO NOT RELY UPON ANY INFORMATION FOUND HERE WITHOUT INDEPENDENT VERIFICATION.*
#
#
# Generated by script, source at:
# https://github.com/easyw/kicad-3d-models-in-freecad/tree/master/cadquery/FCAD_script_generator/DIP_parts
#
Shape {
appearance Appearance {material DEF PIN-01 Material {
ambientIntensity 0.271
diffuseColor 0.824 0.82 0.781
specularColor 0.328 0.258 0.172
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.7
}
}
}
Shape {
appearance Appearance {material DEF IC-BODY-EPOXY-04 Material {
ambientIntensity 0.293
diffuseColor 0.148 0.145 0.145
specularColor 0.18 0.168 0.16
emissiveColor 0.0 0.0 0.0
transparency 0.0
shininess 0.35
}
}
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-2.000 4.500 2.180,-2.000 4.500 1.130,-2.000 -4.500 1.130,-2.000 -4.500 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1]
coord Coordinate { point [-0.819 4.500 2.180,-0.819 4.500 1.130,-2.000 4.500 2.180,-2.000 4.500 1.130]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,5,6,-1,6,5,7,-1,2,1,7,-1,5,2,7,-1]
coord Coordinate { point [-2.000 -4.500 2.180,-2.000 -4.500 1.130,-0.819 -4.500 1.655,-0.819 -4.500 2.180,0.819 -4.500 2.180,0.819 -4.500 1.655,2.000 -4.500 2.180,2.000 -4.500 1.130]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,3,6,4,-1,7,8,9,-1,10,9,8,-1,11,12,13,-1,14,8,7,-1,15,10,8,-1,16,17,18,-1,16,18,19,-1,20,8,14,-1,21,6,3,-1,22,15,8,-1,21,23,6,-1,24,8,20,-1,25,13,26,-1,25,11,13,-1,27,17,16,-1,27,28,17,-1,29,30,23,-1,29,23,21,-1,31,26,32,-1,31,25,26,-1,33,34,28,-1,33,28,27,-1,35,36,30,-1,35,30,29,-1,37,31,32,-1,38,34,33,-1,38,39,34,-1,40,36,35,-1,40,41,36,-1,42,43,44,-1,45,43,42,-1,46,47,39,-1,45,48,43,-1,46,39,38,-1,49,42,44,-1,49,44,50,-1,51,52,48,-1,53,54,55,-1,51,48,45,-1,56,22,8,-1,53,57,54,-1,56,50,22,-1,56,49,50,-1,58,59,52,-1,58,52,51,-1,60,47,46,-1,61,57,53,-1,62,56,8,-1,63,64,59,-1,63,59,58,-1,65,66,64,-1,65,64,63,-1,67,68,66,-1,67,66,65,-1,69,70,71,-1,72,69,71,-1,72,71,73,-1,74,70,69,-1,74,75,70,-1,76,73,68,-1,76,72,73,-1,77,75,74,-1,78,75,77,-1,78,79,80,-1,78,80,75,-1,81,76,68,-1,82,37,32,-1,81,67,83,-1,81,68,67,-1,82,32,84,-1,85,86,87,-1,88,81,83,-1,89,90,86,-1,89,86,85,-1,91,81,88,-1,92,82,84,-1,92,84,93,-1,94,95,37,-1,96,81,91,-1,94,37,82,-1,97,81,96,-1,98,87,99,-1,98,85,87,-1,100,90,89,-1,100,101,90,-1,102,57,61,-1,102,92,93,-1,103,104,105,-1,102,61,106,-1,102,93,57,-1,107,108,104,-1,109,110,95,-1,109,95,94,-1,107,104,103,-1,111,98,99,-1,112,105,113,-1,111,99,0,-1,112,103,105,-1,114,115,108,-1,114,108,107,-1,116,101,100,-1,117,112,113,-1,116,118,101,-1,117,113,62,-1,119,115,114,-1,119,120,115,-1,121,102,106,-1,121,106,122,-1,123,124,110,-1,125,117,62,-1,125,62,8,-1,123,110,109,-1,126,120,119,-1,126,127,120,-1,128,127,126,-1,129,111,0,-1,130,118,116,-1,128,131,127,-1,130,132,118,-1,133,121,122,-1,134,131,128,-1,133,122,135,-1,134,136,131,-1,137,138,124,-1,137,124,123,-1,139,136,134,-1,139,140,136,-1,141,132,130,-1,141,142,132,-1,143,140,139,-1,143,97,140,-1,144,135,145,-1,144,133,135,-1,146,147,138,-1,146,138,137,-1,148,149,142,-1,148,142,141,-1,150,79,78,-1,151,144,145,-1,151,145,152,-1,153,154,147,-1,153,147,146,-1,155,149,148,-1,155,156,149,-1,157,151,152,-1,158,154,153,-1,158,159,154,-1,160,156,155,-1,161,162,79,-1,163,164,165,-1,166,167,159,-1,166,159,158,-1,168,169,164,-1,168,164,163,-1,170,79,150,-1,170,161,79,-1,171,167,166,-1,172,173,162,-1,172,162,161,-1,174,165,175,-1,174,163,165,-1,176,169,168,-1,176,177,169,-1,178,150,179,-1,178,170,150,-1,180,173,172,-1,180,8,24,-1,180,24,173,-1,181,174,175,-1,181,175,125,-1,182,177,176,-1,182,183,177,-1,184,179,185,-1,184,178,179,-1,186,157,152,-1,187,188,189,-1,190,181,125,-1,190,125,8,-1,191,188,187,-1,192,183,182,-1,191,193,188,-1,192,194,183,-1,195,186,152,-1,196,197,157,-1,196,157,186,-1,198,185,199,-1,198,184,185,-1,200,187,189,-1,200,189,201,-1,202,193,191,-1,202,203,193,-1,204,194,192,-1,205,195,152,-1,204,206,194,-1,207,208,197,-1,209,210,211,-1,207,197,196,-1,209,199,210,-1,209,198,199,-1,212,201,129,-1,212,200,201,-1,213,214,203,-1,213,203,202,-1,215,216,206,-1,215,206,204,-1,217,211,218,-1,217,209,211,-1,219,205,152,-1,220,221,222,-1,220,222,223,-1,224,225,208,-1,220,223,226,-1,220,180,221,-1,220,8,180,-1,224,208,207,-1,227,228,216,-1,229,214,213,-1,227,216,215,-1,229,230,214,-1,231,217,218,-1,232,220,226,-1,233,219,152,-1,234,228,227,-1,235,236,225,-1,235,225,224,-1,237,156,160,-1,238,220,232,-1,237,160,239,-1,237,239,240,-1,237,240,241,-1,237,242,243,-1,237,243,156,-1,244,245,230,-1,244,230,229,-1,246,220,238,-1,247,241,248,-1,247,237,241,-1,249,250,236,-1,251,220,246,-1,249,236,235,-1,252,253,245,-1,252,245,244,-1,254,247,248,-1,254,248,253,-1,255,256,250,-1,255,250,249,-1,257,254,253,-1,258,0,2,-1,258,259,260,-1,258,260,261,-1,258,261,212,-1,258,212,129,-1,258,129,0,-1,262,231,218,-1,263,259,258,-1,264,257,253,-1,264,253,252,-1,265,257,264,-1,266,267,268,-1,269,267,266,-1,270,271,256,-1,269,272,267,-1,270,256,255,-1,273,262,218,-1,274,263,258,-1,275,231,262,-1,275,276,231,-1,277,268,278,-1,279,265,264,-1,277,266,268,-1,279,280,265,-1,281,272,269,-1,281,282,272,-1,283,284,271,-1,283,271,270,-1,285,273,218,-1,286,274,258,-1,287,276,275,-1,287,288,276,-1,289,278,190,-1,289,277,278,-1,290,284,283,-1,291,282,281,-1,292,286,258,-1,291,293,282,-1,294,285,218,-1,295,288,287,-1,295,296,288,-1,297,289,190,-1,298,293,291,-1,298,299,293,-1,300,294,218,-1,301,296,295,-1,301,302,296,-1,303,304,305,-1,306,307,299,-1,306,299,298,-1,308,305,309,-1,308,303,305,-1,310,302,301,-1,311,312,304,-1,311,304,303,-1,310,313,302,-1,314,234,315,-1,314,315,316,-1,314,316,317,-1,314,317,318,-1,319,308,309,-1,314,320,228,-1,314,228,234,-1,321,322,312,-1,323,324,307,-1,323,307,306,-1,321,312,311,-1,325,318,324,-1,325,314,318,-1,326,327,322,-1,326,322,321,-1,328,313,310,-1,329,330,327,-1,328,331,313,-1,329,327,326,-1,332,324,323,-1,332,325,324,-1,333,332,323,-1,334,335,336,-1,337,338,330,-1,339,332,333,-1,337,330,329,-1,340,331,328,-1,341,336,342,-1,340,343,331,-1,341,334,336,-1,344,279,335,-1,344,335,334,-1,345,333,346,-1,345,339,333,-1,347,341,342,-1,348,280,279,-1,349,343,340,-1,348,350,280,-1,349,251,343,-1,348,279,344,-1,351,342,352,-1,351,352,353,-1,354,345,346,-1,351,347,342,-1,355,350,348,-1,356,354,346,-1,357,358,338,-1,357,338,337,-1,359,220,251,-1,359,251,349,-1,360,358,357,-1,360,361,358,-1,362,351,353,-1,362,353,363,-1,362,363,364,-1,362,292,258,-1,362,364,292,-1,365,361,360,-1,365,366,361,-1,367,366,365,-1,368,369,370,-1,371,372,373,-1,374,375,376,-1,377,375,374,-1,377,378,375,-1,379,368,370,-1,379,370,380,-1,381,369,368,-1,381,382,369,-1,383,374,376,-1,384,385,386,-1,383,376,387,-1,388,389,378,-1,388,378,377,-1,390,386,372,-1,390,384,386,-1,390,372,371,-1,391,379,380,-1,392,393,385,-1,394,382,381,-1,392,385,384,-1,395,390,371,-1,394,396,382,-1,397,383,387,-1,397,387,297,-1,398,399,393,-1,400,389,388,-1,398,393,392,-1,400,401,389,-1,402,395,371,-1,403,396,394,-1,404,405,399,-1,404,399,398,-1,403,406,396,-1,407,402,371,-1,2,397,297,-1,408,401,400,-1,408,409,401,-1,410,411,405,-1,410,405,404,-1,412,407,371,-1,413,406,403,-1,412,414,415,-1,412,371,414,-1,413,416,406,-1,417,418,411,-1,417,411,410,-1,419,409,408,-1,420,412,415,-1,419,421,409,-1,420,415,422,-1,423,424,418,-1,423,418,417,-1,425,416,413,-1,425,426,416,-1,427,428,424,-1,427,424,423,-1,429,350,355,-1,430,421,419,-1,429,431,350,-1,430,432,421,-1,433,434,428,-1,433,428,427,-1,435,431,429,-1,436,356,437,-1,435,438,431,-1,436,437,439,-1,440,437,441,-1,440,439,437,-1,442,443,426,-1,442,426,425,-1,444,434,433,-1,445,446,354,-1,445,354,356,-1,445,356,436,-1,447,441,448,-1,447,440,441,-1,55,446,445,-1,449,448,432,-1,449,432,430,-1,449,447,448,-1,450,449,430,-1,451,420,422,-1,452,453,443,-1,451,454,420,-1,452,443,442,-1,455,449,450,-1,456,451,422,-1,456,457,438,-1,456,422,457,-1,458,459,453,-1,460,454,451,-1,458,453,452,-1,460,461,454,-1,462,435,463,-1,464,449,455,-1,462,456,438,-1,462,438,435,-1,465,459,458,-1,466,461,460,-1,467,449,464,-1,466,468,461,-1,469,462,463,-1,469,463,470,-1,469,470,471,-1,472,468,466,-1,472,473,468,-1,474,469,471,-1,474,471,475,-1,476,473,472,-1,476,477,473,-1,478,475,479,-1,478,474,475,-1,480,477,476,-1,480,481,477,-1,482,479,483,-1,482,478,479,-1,484,481,480,-1,485,486,487,-1,484,488,481,-1,489,482,483,-1,490,491,492,-1,493,488,484,-1,493,494,488,-1,495,496,491,-1,497,489,483,-1,495,491,490,-1,498,494,493,-1,498,499,494,-1,13,500,501,-1,502,497,483,-1,503,499,498,-1,54,446,55,-1,504,485,487,-1,504,487,500,-1,504,500,13,-1,505,506,486,-1,505,486,485,-1,507,492,508,-1,507,490,492,-1,509,499,503,-1,509,503,510,-1,511,512,496,-1,509,510,513,-1,509,502,483,-1,509,513,514,-1,509,514,515,-1,509,515,516,-1,509,516,517,-1,509,517,502,-1,511,496,495,-1,509,444,499,-1,8,258,190,-1,190,258,297,-1,297,258,2,-1,509,220,465,-1,518,504,13,-1,509,465,47,-1,509,47,60,-1,509,60,167,-1,509,167,171,-1,509,171,284,-1,509,284,290,-1,509,290,366,-1,509,366,367,-1,509,367,434,-1,509,434,444,-1,465,220,459,-1,459,220,359,-1,237,449,242,-1,242,449,519,-1,519,449,40,-1,40,449,41,-1,41,449,467,-1,152,371,520,-1,152,520,319,-1,152,319,233,-1,521,522,506,-1,233,319,309,-1,521,506,505,-1,520,371,373,-1,218,13,523,-1,218,523,391,-1,1,508,2,-1,218,391,300,-1,1,507,508,-1,300,391,380,-1,523,13,501,-1,314,81,524,-1,314,524,320,-1,524,81,525,-1,525,81,143,-1,143,81,97,-1,5,4,512,-1,5,512,511,-1,12,518,13,-1,19,18,522,-1,19,522,521,-1]
coord Coordinate { point [-1.839 2.021 1.130,-1.833 1.936 1.130,-1.839 1.021 1.130,-1.457 1.663 1.130,-1.500 1.339 1.130,-1.543 1.663 1.130,-1.416 1.329 1.130,-1.699 -4.275 1.130,-2.000 -4.500 1.130,-1.761 -4.216 1.130,-1.807 -4.144 1.130,1.167 -0.936 1.130,1.161 -1.021 1.130,0.819 -0.787 1.130,-1.625 -4.316 1.130,-1.833 -4.064 1.130,1.584 -1.329 1.130,1.625 -1.684 1.130,1.543 -1.663 1.130,1.500 -1.339 1.130,-1.543 -4.337 1.130,-1.375 1.684 1.130,-1.839 -3.979 1.130,-1.337 1.297 1.130,-1.457 -4.337 1.130,1.193 -0.856 1.130,0.812 -0.736 1.130,1.663 -1.297 1.130,1.699 -1.725 1.130,-1.301 1.725 1.130,-1.268 1.247 1.130,1.239 -0.784 1.130,0.793 -0.689 1.130,1.732 -1.247 1.130,1.761 -1.784 1.130,-1.239 1.784 1.130,-1.213 1.182 1.130,1.301 -0.725 1.130,1.787 -1.182 1.130,1.807 -1.856 1.130,-1.193 1.856 1.130,-1.177 1.105 1.130,-1.761 -3.216 1.130,-1.732 -3.753 1.130,-1.787 -3.818 1.130,-1.699 -3.275 1.130,1.823 -1.105 1.130,1.833 -1.936 1.130,-1.663 -3.703 1.130,-1.807 -3.144 1.130,-1.823 -3.895 1.130,-1.625 -3.316 1.130,-1.584 -3.671 1.130,0.622 0.157 1.130,0.622 -0.591 1.130,-0.622 0.157 1.130,-1.833 -3.064 1.130,0.673 -0.597 1.130,-1.543 -3.337 1.130,-1.500 -3.661 1.130,1.839 -1.021 1.130,0.673 0.164 1.130,-1.839 -2.979 1.130,-1.457 -3.337 1.130,-1.416 -3.671 1.130,-1.375 -3.316 1.130,-1.337 -3.703 1.130,-1.301 -3.275 1.130,-1.268 -3.753 1.130,-0.761 -3.694 1.130,-1.161 -3.979 1.130,-1.177 -3.895 1.130,-0.793 -3.654 1.130,-1.213 -3.818 1.130,-0.720 -3.726 1.130,-1.167 -4.064 1.130,-0.812 -3.606 1.130,-0.673 -3.745 1.130,-0.622 -3.752 1.130,-1.239 -4.216 1.130,-1.193 -4.144 1.130,-0.819 -3.555 1.130,1.268 -0.247 1.130,-1.239 -3.216 1.130,0.761 -0.648 1.130,-1.761 2.784 1.130,-1.732 2.247 1.130,-1.787 2.182 1.130,-1.193 -3.144 1.130,-1.699 2.725 1.130,-1.663 2.297 1.130,-1.167 -3.064 1.130,1.213 -0.182 1.130,0.720 -0.617 1.130,1.337 -0.297 1.130,1.375 -0.684 1.130,-1.161 -2.979 1.130,-1.177 -2.895 1.130,-1.807 2.856 1.130,-1.823 2.105 1.130,-1.625 2.684 1.130,-1.584 2.329 1.130,1.177 -0.105 1.130,-1.761 -2.216 1.130,-1.732 -2.753 1.130,-1.787 -2.818 1.130,0.720 0.184 1.130,-1.699 -2.275 1.130,-1.663 -2.703 1.130,1.416 -0.329 1.130,1.457 -0.663 1.130,-1.833 2.936 1.130,-1.807 -2.144 1.130,-1.823 -2.895 1.130,-1.625 -2.316 1.130,-1.584 -2.671 1.130,-1.543 2.663 1.130,-1.833 -2.064 1.130,-1.500 2.339 1.130,-1.543 -2.337 1.130,-1.500 -2.661 1.130,1.161 -0.021 1.130,0.761 0.215 1.130,1.500 -0.339 1.130,1.543 -0.663 1.130,-1.839 -1.979 1.130,-1.457 -2.337 1.130,-1.416 -2.671 1.130,-1.375 -2.316 1.130,-1.839 3.021 1.130,-1.457 2.663 1.130,-1.337 -2.703 1.130,-1.416 2.329 1.130,1.167 0.064 1.130,-1.301 -2.275 1.130,0.793 0.256 1.130,-1.268 -2.753 1.130,1.584 -0.329 1.130,1.625 -0.684 1.130,-1.239 -2.216 1.130,-1.213 -2.818 1.130,-1.375 2.684 1.130,-1.337 2.297 1.130,-1.193 -2.144 1.130,1.193 0.144 1.130,0.812 0.303 1.130,1.663 -0.297 1.130,1.699 -0.725 1.130,-1.301 2.725 1.130,-1.268 2.247 1.130,0.622 -3.752 1.130,1.239 0.216 1.130,0.819 0.354 1.130,1.732 -0.247 1.130,1.761 -0.784 1.130,-1.239 2.784 1.130,-1.213 2.182 1.130,1.301 0.275 1.130,1.787 -0.182 1.130,1.807 -0.856 1.130,-1.193 2.856 1.130,1.268 -4.247 1.130,-1.301 -4.275 1.130,-1.761 -1.216 1.130,-1.732 -1.753 1.130,-1.787 -1.818 1.130,1.823 -0.105 1.130,1.833 -0.936 1.130,-1.699 -1.275 1.130,-1.663 -1.703 1.130,1.213 -4.182 1.130,1.839 -0.021 1.130,1.337 -4.297 1.130,-1.375 -4.316 1.130,-1.807 -1.144 1.130,-1.823 -1.895 1.130,-1.625 -1.316 1.130,-1.584 -1.671 1.130,1.177 -4.105 1.130,0.673 -3.745 1.130,1.416 -4.329 1.130,-1.833 -1.064 1.130,-1.543 -1.337 1.130,-1.500 -1.661 1.130,1.161 -4.021 1.130,0.720 -3.726 1.130,1.268 0.753 1.130,-1.761 3.784 1.130,-1.732 3.247 1.130,-1.787 3.182 1.130,-1.839 -0.979 1.130,-1.699 3.725 1.130,-1.457 -1.337 1.130,-1.663 3.297 1.130,-1.416 -1.671 1.130,1.213 0.818 1.130,1.337 0.703 1.130,1.375 0.316 1.130,1.167 -3.936 1.130,0.761 -3.694 1.130,-1.807 3.856 1.130,-1.823 3.105 1.130,-1.625 3.684 1.130,-1.584 3.329 1.130,-1.375 -1.316 1.130,1.177 0.895 1.130,-1.337 -1.703 1.130,1.416 0.671 1.130,1.457 0.337 1.130,1.193 -3.856 1.130,0.793 -3.654 1.130,0.812 -3.606 1.130,-1.833 3.936 1.130,-1.543 3.663 1.130,-1.500 3.339 1.130,-1.301 -1.275 1.130,-1.268 -1.753 1.130,1.239 -3.784 1.130,0.819 -3.555 1.130,1.161 0.979 1.130,2.000 -4.500 1.130,1.500 -4.339 1.130,1.584 -4.329 1.130,1.663 -4.297 1.130,1.500 0.661 1.130,1.543 0.337 1.130,1.732 -4.247 1.130,-1.239 -1.216 1.130,-1.213 -1.818 1.130,-1.457 3.663 1.130,-1.416 3.329 1.130,1.301 -3.725 1.130,1.787 -4.182 1.130,1.167 1.064 1.130,-1.193 -1.144 1.130,1.584 0.671 1.130,1.625 0.316 1.130,-0.819 3.122 1.130,1.823 -4.105 1.130,-1.167 2.936 1.130,-1.161 3.021 1.130,-1.177 3.105 1.130,-1.161 2.021 1.130,-1.177 2.105 1.130,-1.375 3.684 1.130,-1.337 3.297 1.130,1.839 -4.021 1.130,-0.812 3.173 1.130,-1.213 3.182 1.130,1.663 0.703 1.130,1.699 0.275 1.130,1.833 -3.936 1.130,-1.301 3.725 1.130,-1.268 3.247 1.130,-0.793 3.220 1.130,1.732 0.753 1.130,1.761 0.216 1.130,-0.761 3.261 1.130,-2.000 4.500 1.130,-1.787 4.182 1.130,-1.823 4.105 1.130,-1.839 4.021 1.130,1.268 -3.247 1.130,-1.732 4.247 1.130,-1.239 3.784 1.130,-0.720 3.293 1.130,-1.761 -0.216 1.130,-1.732 -0.753 1.130,-1.787 -0.818 1.130,-1.699 -0.275 1.130,1.787 0.818 1.130,1.807 0.144 1.130,-1.663 -0.703 1.130,1.213 -3.182 1.130,-1.663 4.297 1.130,1.337 -3.297 1.130,1.375 -3.684 1.130,-1.807 -0.144 1.130,-1.823 -0.895 1.130,-1.193 3.856 1.130,-0.673 3.312 1.130,-1.625 -0.316 1.130,-1.584 -0.671 1.130,1.823 0.895 1.130,1.833 0.064 1.130,1.177 -3.105 1.130,-1.584 4.329 1.130,1.416 -3.329 1.130,1.457 -3.663 1.130,-1.833 -0.064 1.130,1.839 0.979 1.130,-1.543 -0.337 1.130,-1.500 4.339 1.130,-1.500 -0.661 1.130,1.161 -3.021 1.130,1.500 -3.339 1.130,1.543 -3.663 1.130,-1.839 0.021 1.130,-1.457 -0.337 1.130,-1.416 -0.671 1.130,1.167 -2.936 1.130,1.584 -3.329 1.130,1.625 -3.684 1.130,1.268 1.753 1.130,1.301 1.275 1.130,1.239 1.216 1.130,-1.375 -0.316 1.130,-1.337 -0.703 1.130,1.213 1.818 1.130,1.193 1.144 1.130,1.663 -3.297 1.130,1.337 1.703 1.130,1.375 1.316 1.130,1.699 -3.725 1.130,-0.819 -0.787 1.130,-1.167 -1.064 1.130,-1.161 -0.979 1.130,-1.177 -0.895 1.130,-1.213 -0.818 1.130,1.177 1.895 1.130,-1.177 -1.895 1.130,1.416 1.671 1.130,1.457 1.337 1.130,-1.301 -0.275 1.130,-1.268 -0.753 1.130,-0.812 -0.736 1.130,1.500 1.661 1.130,1.543 1.337 1.130,1.732 -3.247 1.130,1.584 1.671 1.130,1.625 1.316 1.130,1.761 -3.784 1.130,-0.793 -0.689 1.130,-1.239 -0.216 1.130,-0.761 4.125 1.130,-1.167 3.936 1.130,-1.161 4.021 1.130,1.663 1.703 1.130,1.699 1.275 1.130,-0.761 -0.648 1.130,1.787 -3.182 1.130,-0.793 4.165 1.130,-1.177 4.105 1.130,1.807 -3.856 1.130,-0.720 4.093 1.130,-0.720 -0.617 1.130,-1.193 -0.144 1.130,-0.812 4.213 1.130,-0.673 4.074 1.130,1.823 -3.105 1.130,-0.622 3.319 1.130,-0.819 4.264 1.130,-1.213 4.182 1.130,-1.268 4.247 1.130,-0.673 -0.597 1.130,-0.622 4.067 1.130,-1.167 -0.064 1.130,1.732 1.753 1.130,1.761 1.216 1.130,1.839 -3.021 1.130,1.787 1.818 1.130,1.807 1.144 1.130,-0.819 4.500 1.130,-1.337 4.297 1.130,-1.416 4.329 1.130,1.823 1.895 1.130,1.833 1.064 1.130,1.839 1.979 1.130,1.268 -2.247 1.130,1.301 -2.725 1.130,1.239 -2.784 1.130,0.819 3.122 1.130,1.193 2.144 1.130,1.167 2.064 1.130,-1.761 0.784 1.130,-1.732 0.247 1.130,-1.787 0.182 1.130,-1.699 0.725 1.130,-1.663 0.297 1.130,1.213 -2.182 1.130,1.193 -2.856 1.130,1.337 -2.297 1.130,1.375 -2.684 1.130,-1.807 0.856 1.130,1.268 2.753 1.130,1.301 2.275 1.130,1.239 2.216 1.130,-1.823 0.105 1.130,-1.625 0.684 1.130,-1.584 0.329 1.130,1.213 2.818 1.130,1.177 -2.105 1.130,1.337 2.703 1.130,1.375 2.316 1.130,1.416 -2.329 1.130,1.177 2.895 1.130,1.457 -2.663 1.130,-1.833 0.936 1.130,1.416 2.671 1.130,1.457 2.337 1.130,-1.543 0.663 1.130,-1.500 0.339 1.130,1.161 2.979 1.130,1.500 -2.339 1.130,1.500 2.661 1.130,1.543 2.337 1.130,1.543 -2.663 1.130,1.167 3.064 1.130,-1.457 0.663 1.130,-1.416 0.329 1.130,1.584 2.671 1.130,1.625 2.316 1.130,1.193 3.144 1.130,1.584 -2.329 1.130,0.812 3.173 1.130,0.793 3.220 1.130,1.625 -2.684 1.130,1.663 2.703 1.130,1.699 2.275 1.130,-1.375 0.684 1.130,1.239 3.216 1.130,-1.337 0.297 1.130,0.761 3.261 1.130,1.732 2.753 1.130,1.761 2.216 1.130,1.663 -2.297 1.130,1.699 -2.725 1.130,1.787 2.818 1.130,1.807 2.144 1.130,0.622 4.067 1.130,-1.301 0.725 1.130,0.622 3.319 1.130,-1.268 0.247 1.130,1.823 2.895 1.130,1.833 2.064 1.130,0.673 4.074 1.130,-0.720 0.184 1.130,-1.161 0.021 1.130,0.673 3.312 1.130,-0.761 0.215 1.130,-0.793 0.256 1.130,-1.177 0.105 1.130,1.732 -2.247 1.130,1.761 -2.784 1.130,1.839 2.979 1.130,-0.673 0.164 1.130,-0.622 -0.591 1.130,-0.812 0.303 1.130,-1.213 0.182 1.130,-0.819 0.354 1.130,-1.239 0.784 1.130,1.268 3.753 1.130,1.787 -2.182 1.130,1.807 -2.856 1.130,1.301 3.275 1.130,-1.193 0.856 1.130,1.213 3.818 1.130,0.720 3.293 1.130,1.823 -2.105 1.130,1.833 -2.936 1.130,1.337 3.703 1.130,1.375 3.316 1.130,1.177 3.895 1.130,0.720 4.093 1.130,-1.167 0.936 1.130,1.839 -2.021 1.130,1.416 3.671 1.130,-1.161 1.021 1.130,1.457 3.337 1.130,1.161 3.979 1.130,0.761 4.125 1.130,0.793 4.165 1.130,1.500 3.661 1.130,1.543 3.337 1.130,1.167 4.064 1.130,0.812 4.213 1.130,1.584 3.671 1.130,1.625 3.316 1.130,1.193 4.144 1.130,0.819 4.264 1.130,1.663 3.703 1.130,1.699 3.275 1.130,1.239 4.216 1.130,0.819 4.500 1.130,1.732 3.753 1.130,1.268 -1.247 1.130,1.301 -1.725 1.130,1.239 -1.784 1.130,1.761 3.216 1.130,1.301 4.275 1.130,-1.761 1.784 1.130,-1.732 1.247 1.130,-1.787 1.182 1.130,1.787 3.818 1.130,1.807 3.144 1.130,-1.699 1.725 1.130,-1.663 1.297 1.130,1.375 4.316 1.130,1.823 3.895 1.130,1.833 3.064 1.130,1.193 -1.856 1.130,1.167 -1.936 1.130,1.457 4.337 1.130,1.839 3.979 1.130,1.213 -1.182 1.130,1.337 -1.297 1.130,1.375 -1.684 1.130,-1.807 1.856 1.130,-1.823 1.105 1.130,2.000 4.500 1.130,1.833 4.064 1.130,-1.625 1.684 1.130,-1.584 1.329 1.130,1.807 4.144 1.130,1.761 4.216 1.130,1.699 4.275 1.130,1.625 4.316 1.130,1.543 4.337 1.130,1.177 -1.105 1.130,-1.167 1.936 1.130,1.161 1.979 1.130,1.416 -1.329 1.130,1.457 -1.663 1.130,1.161 -2.021 1.130,-1.161 -1.979 1.130,-1.167 -2.064 1.130]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,5,7,6,-1,8,9,10,-1,0,2,11,-1,12,0,11,-1,9,8,13,-1,10,9,14,-1,6,7,15,-1,7,16,15,-1,12,11,17,-1,9,13,18,-1,15,16,19,-1,14,9,20,-1,16,21,19,-1,9,18,22,-1,20,9,23,-1,21,24,25,-1,19,21,25,-1,24,26,27,-1,25,24,27,-1,27,26,28,-1,26,29,28,-1,29,30,31,-1,32,33,34,-1,28,29,31,-1,33,35,34,-1,35,23,34,-1,23,9,34,-1,30,36,37,-1,31,30,37,-1,38,32,39,-1,32,34,39,-1,40,38,41,-1,38,39,41,-1,42,43,44,-1,43,45,46,-1,44,43,46,-1,47,48,49,-1,42,44,50,-1,51,42,50,-1,45,52,53,-1,48,54,55,-1,46,45,53,-1,49,48,55,-1,40,41,56,-1,17,51,57,-1,51,50,57,-1,58,40,56,-1,52,59,60,-1,47,49,61,-1,53,52,60,-1,62,47,61,-1,17,57,63,-1,60,59,64,-1,59,65,64,-1,54,66,67,-1,55,54,67,-1,62,61,68,-1,22,62,68,-1,9,22,68,-1,65,69,70,-1,64,65,70,-1,58,56,71,-1,70,69,72,-1,67,66,73,-1,69,74,72,-1,66,75,73,-1,9,68,76,-1,72,74,77,-1,74,78,77,-1,78,79,80,-1,73,75,81,-1,75,82,81,-1,77,78,80,-1,80,79,83,-1,79,84,83,-1,81,82,85,-1,82,86,85,-1,86,87,88,-1,85,86,88,-1,58,71,89,-1,71,90,89,-1,91,92,93,-1,94,58,89,-1,93,92,95,-1,92,96,95,-1,91,93,97,-1,98,91,97,-1,89,90,99,-1,100,94,101,-1,95,96,102,-1,96,103,102,-1,94,89,101,-1,87,100,104,-1,100,101,104,-1,98,97,105,-1,63,98,105,-1,90,106,107,-1,106,108,107,-1,102,103,109,-1,99,90,107,-1,103,110,109,-1,107,108,111,-1,63,105,112,-1,110,113,114,-1,109,110,114,-1,87,104,115,-1,88,87,115,-1,116,88,115,-1,116,115,117,-1,113,118,119,-1,114,113,119,-1,117,115,120,-1,118,121,122,-1,119,118,122,-1,120,115,123,-1,121,124,125,-1,122,121,125,-1,123,115,126,-1,125,124,127,-1,128,129,130,-1,129,131,132,-1,130,129,132,-1,133,128,134,-1,128,130,134,-1,131,135,136,-1,132,131,136,-1,76,133,137,-1,133,134,137,-1,135,138,139,-1,140,141,142,-1,136,135,139,-1,9,76,143,-1,141,144,145,-1,76,137,143,-1,142,141,145,-1,140,142,146,-1,147,140,146,-1,138,148,149,-1,139,138,149,-1,144,150,151,-1,145,144,151,-1,149,148,152,-1,112,147,153,-1,148,154,152,-1,147,146,153,-1,150,155,156,-1,151,150,156,-1,154,157,158,-1,155,159,160,-1,152,154,158,-1,156,155,160,-1,158,157,161,-1,124,162,163,-1,162,164,163,-1,127,124,163,-1,157,165,161,-1,166,167,163,-1,167,168,163,-1,168,127,163,-1,161,165,169,-1,159,170,171,-1,165,126,169,-1,160,159,171,-1,166,163,172,-1,169,126,173,-1,174,166,172,-1,126,115,173,-1,171,170,175,-1,170,176,175,-1,174,172,177,-1,176,174,177,-1,176,177,178,-1,153,179,180,-1,179,181,180,-1,9,12,180,-1,181,182,180,-1,12,17,180,-1,63,112,180,-1,17,63,180,-1,112,153,180,-1,180,182,183,-1,184,185,186,-1,176,178,187,-1,175,176,187,-1,187,178,188,-1,186,185,189,-1,185,190,189,-1,184,186,191,-1,192,184,191,-1,180,183,193,-1,189,190,194,-1,190,195,194,-1,143,192,196,-1,192,191,196,-1,188,197,198,-1,187,188,198,-1,195,199,200,-1,194,195,200,-1,180,193,201,-1,143,196,202,-1,9,143,202,-1,199,203,204,-1,200,199,204,-1,180,201,205,-1,203,206,207,-1,204,203,207,-1,206,208,209,-1,207,206,209,-1,208,210,211,-1,209,208,211,-1,212,213,214,-1,210,215,216,-1,212,214,217,-1,211,210,216,-1,218,212,217,-1,215,219,220,-1,214,213,221,-1,213,198,221,-1,216,215,220,-1,218,217,222,-1,197,223,224,-1,198,197,224,-1,221,198,224,-1,218,222,225,-1,226,227,225,-1,227,218,225,-1,224,223,228,-1,180,205,229,-1,230,231,232,-1,226,225,229,-1,205,233,229,-1,233,234,229,-1,234,226,229,-1,164,115,163,-1,83,115,164,-1,84,115,83,-1,37,115,84,-1,36,115,37,-1,235,115,36,-1,231,236,237,-1,238,115,235,-1,220,115,238,-1,219,115,220,-1,232,231,237,-1,173,115,219,-1,239,230,240,-1,230,232,240,-1,236,241,242,-1,237,236,242,-1,202,239,243,-1,239,240,243,-1,241,244,245,-1,242,241,245,-1,9,202,12,-1,202,243,12,-1,244,246,247,-1,245,244,247,-1,247,246,248,-1,246,249,248,-1,249,250,251,-1,248,249,251,-1,250,252,253,-1,251,250,253,-1,252,254,255,-1,253,252,255,-1,254,238,235,-1,255,254,235,-1,1,256,3,-1,3,256,4,-1,256,5,4,-1]
coord Coordinate { point [-1.823 0.105 2.180,-1.787 0.182 2.180,-1.807 0.856 2.180,-1.761 0.784 2.180,-1.699 0.725 2.180,-1.663 0.297 2.180,-1.625 0.684 2.180,-1.584 0.329 2.180,-1.761 -4.216 2.180,-2.000 -4.500 2.180,-1.699 -4.275 2.180,-1.833 0.936 2.180,-1.839 0.021 2.180,-1.807 -4.144 2.180,-1.625 -4.316 2.180,-1.543 0.663 2.180,-1.500 0.339 2.180,-1.839 1.021 2.180,-1.833 -4.064 2.180,-1.457 0.663 2.180,-1.543 -4.337 2.180,-1.416 0.329 2.180,-1.839 -3.979 2.180,-1.457 -4.337 2.180,-1.337 0.297 2.180,-1.375 0.684 2.180,-1.268 0.247 2.180,-1.301 0.725 2.180,-1.239 0.784 2.180,-1.213 0.182 2.180,-1.177 0.105 2.180,-1.193 0.856 2.180,-1.239 -4.216 2.180,-1.301 -4.275 2.180,-0.819 -4.500 2.180,-1.375 -4.316 2.180,-1.161 0.021 2.180,-1.167 0.936 2.180,-1.193 -4.144 2.180,-0.819 -4.264 2.180,-1.167 -4.064 2.180,-0.812 -4.213 2.180,-1.787 1.182 2.180,-1.732 1.247 2.180,-1.761 1.784 2.180,-1.663 1.297 2.180,-1.699 1.725 2.180,-1.787 -3.818 2.180,-1.732 -3.753 2.180,-1.761 -3.216 2.180,-1.807 1.856 2.180,-1.823 1.105 2.180,-1.584 1.329 2.180,-1.625 1.684 2.180,-1.663 -3.703 2.180,-1.699 -3.275 2.180,-0.793 -4.165 2.180,-1.833 1.936 2.180,-1.161 -3.979 2.180,-1.500 1.339 2.180,-1.543 1.663 2.180,-1.807 -3.144 2.180,-1.823 -3.895 2.180,-1.839 2.021 2.180,-1.457 1.663 2.180,-1.416 1.329 2.180,-1.584 -3.671 2.180,-1.625 -3.316 2.180,-1.833 -3.064 2.180,-1.337 1.297 2.180,-1.375 1.684 2.180,-0.761 -4.125 2.180,-1.301 1.725 2.180,-1.543 -3.337 2.180,-1.268 1.247 2.180,-1.500 -3.661 2.180,-1.839 -2.979 2.180,-1.239 1.784 2.180,-1.213 1.182 2.180,-1.177 1.105 2.180,-1.193 1.856 2.180,-1.457 -3.337 2.180,-1.416 -3.671 2.180,-1.167 1.936 2.180,-1.161 1.021 2.180,-1.375 -3.316 2.180,-1.337 -3.703 2.180,-1.268 -3.753 2.180,-1.301 -3.275 2.180,-0.761 -3.694 2.180,-0.720 -4.093 2.180,-1.787 2.182 2.180,-1.732 2.247 2.180,-1.761 2.784 2.180,-1.177 -3.895 2.180,-1.699 2.725 2.180,-1.663 2.297 2.180,-1.807 2.856 2.180,-1.823 2.105 2.180,-0.720 -3.726 2.180,-1.213 -3.818 2.180,-0.793 -3.654 2.180,-1.625 2.684 2.180,-1.584 2.329 2.180,-0.812 -3.606 2.180,-1.833 2.936 2.180,-0.673 -4.074 2.180,-0.673 -3.745 2.180,-0.622 -4.067 2.180,-1.543 2.663 2.180,-1.500 2.339 2.180,-0.622 -3.752 2.180,-1.839 3.021 2.180,-1.416 2.329 2.180,-1.457 2.663 2.180,-0.819 -3.555 2.180,-1.239 -3.216 2.180,-1.193 -3.144 2.180,-1.337 2.297 2.180,-1.375 2.684 2.180,-1.167 -3.064 2.180,-1.268 2.247 2.180,-1.301 2.725 2.180,-1.161 -2.979 2.180,-1.213 2.182 2.180,-1.239 2.784 2.180,-1.177 -2.895 2.180,-1.193 2.856 2.180,-1.787 -2.818 2.180,-1.732 -2.753 2.180,-1.761 -2.216 2.180,-1.663 -2.703 2.180,-1.699 -2.275 2.180,-1.823 -2.895 2.180,-1.807 -2.144 2.180,-1.584 -2.671 2.180,-1.625 -2.316 2.180,-1.833 -2.064 2.180,-1.500 -2.661 2.180,-1.543 -2.337 2.180,-1.787 3.182 2.180,-1.732 3.247 2.180,-1.761 3.784 2.180,-1.839 -1.979 2.180,-1.663 3.297 2.180,-1.699 3.725 2.180,-1.807 3.856 2.180,-1.823 3.105 2.180,-1.416 -2.671 2.180,-1.457 -2.337 2.180,-1.584 3.329 2.180,-1.625 3.684 2.180,-1.375 -2.316 2.180,-1.833 3.936 2.180,-1.337 -2.703 2.180,-1.500 3.339 2.180,-1.543 3.663 2.180,-1.268 -2.753 2.180,-1.301 -2.275 2.180,-1.416 3.329 2.180,-1.457 3.663 2.180,-1.239 -2.216 2.180,-1.177 2.105 2.180,-0.819 3.122 2.180,-1.161 2.021 2.180,-1.213 -2.818 2.180,-1.177 3.105 2.180,-1.161 3.021 2.180,-1.167 2.936 2.180,-1.193 -2.144 2.180,-1.337 3.297 2.180,-1.375 3.684 2.180,-0.812 3.173 2.180,-1.167 -2.064 2.180,-1.213 3.182 2.180,-1.301 3.725 2.180,-1.268 3.247 2.180,-0.793 3.220 2.180,-0.761 3.261 2.180,-1.839 4.021 2.180,-2.000 4.500 2.180,-1.823 4.105 2.180,-1.787 4.182 2.180,-1.732 4.247 2.180,-1.787 -1.818 2.180,-1.732 -1.753 2.180,-1.761 -1.216 2.180,-1.239 3.784 2.180,-0.720 3.293 2.180,-1.699 -1.275 2.180,-1.663 -1.703 2.180,-1.807 -1.144 2.180,-1.823 -1.895 2.180,-1.663 4.297 2.180,-1.625 -1.316 2.180,-1.584 -1.671 2.180,-1.833 -1.064 2.180,-0.673 3.312 2.180,-1.193 3.856 2.180,-1.500 -1.661 2.180,-1.543 -1.337 2.180,-1.584 4.329 2.180,-1.839 -0.979 2.180,-1.416 -1.671 2.180,-1.457 -1.337 2.180,-1.500 4.339 2.180,-1.337 -1.703 2.180,-1.375 -1.316 2.180,-1.268 -1.753 2.180,-1.301 -1.275 2.180,-1.213 -1.818 2.180,-1.239 -1.216 2.180,-1.161 4.021 2.180,-1.167 3.936 2.180,-0.761 4.125 2.180,-1.177 -1.895 2.180,-1.193 -1.144 2.180,-0.793 4.165 2.180,-1.177 4.105 2.180,-1.161 -1.979 2.180,-1.167 -1.064 2.180,-0.720 4.093 2.180,-0.812 4.213 2.180,-0.622 3.319 2.180,-0.673 4.074 2.180,-0.819 4.264 2.180,-1.268 4.247 2.180,-1.213 4.182 2.180,-0.622 4.067 2.180,-0.819 4.500 2.180,-1.787 -0.818 2.180,-1.732 -0.753 2.180,-1.761 -0.216 2.180,-1.416 4.329 2.180,-1.337 4.297 2.180,-1.167 -0.064 2.180,-1.663 -0.703 2.180,-1.699 -0.275 2.180,-1.161 -0.979 2.180,-1.823 -0.895 2.180,-1.807 -0.144 2.180,-1.584 -0.671 2.180,-1.625 -0.316 2.180,-1.833 -0.064 2.180,-1.500 -0.661 2.180,-1.543 -0.337 2.180,-1.416 -0.671 2.180,-1.457 -0.337 2.180,-1.375 -0.316 2.180,-1.337 -0.703 2.180,-1.268 -0.753 2.180,-1.301 -0.275 2.180,-1.213 -0.818 2.180,-1.239 -0.216 2.180,-1.177 -0.895 2.180,-1.193 -0.144 2.180,-1.732 0.247 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.819 4.264 1.130,-0.819 4.500 1.130,-0.819 4.500 2.180,-0.819 4.264 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [2.000 -4.500 2.180,2.000 -4.500 1.130,2.000 4.500 1.130,2.000 4.500 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,2,1,3,-1,4,5,6,-1,1,7,3,-1,3,7,8,-1,7,9,8,-1,8,9,10,-1,9,11,10,-1,6,12,13,-1,4,6,13,-1,12,14,15,-1,10,11,16,-1,11,17,16,-1,13,12,15,-1,14,18,19,-1,16,17,20,-1,15,14,19,-1,21,22,23,-1,21,23,24,-1,23,22,25,-1,19,18,26,-1,27,28,29,-1,30,31,32,-1,28,21,29,-1,21,24,29,-1,25,22,33,-1,34,30,35,-1,30,32,35,-1,31,36,37,-1,18,27,38,-1,27,29,38,-1,32,31,37,-1,33,22,39,-1,40,34,41,-1,34,35,41,-1,36,42,43,-1,37,36,43,-1,18,38,44,-1,26,18,44,-1,43,42,45,-1,42,46,45,-1,26,44,47,-1,48,26,47,-1,49,48,47,-1,46,50,51,-1,45,46,51,-1,49,47,52,-1,53,49,52,-1,50,54,55,-1,56,57,58,-1,57,59,58,-1,51,50,55,-1,59,39,58,-1,39,22,58,-1,53,52,60,-1,55,54,61,-1,54,62,61,-1,56,58,63,-1,63,58,64,-1,61,62,65,-1,62,66,65,-1,64,58,67,-1,65,66,68,-1,66,69,68,-1,67,58,70,-1,68,69,71,-1,53,60,72,-1,73,74,75,-1,53,72,76,-1,60,77,78,-1,72,60,78,-1,53,76,79,-1,77,80,81,-1,78,77,81,-1,53,79,82,-1,80,83,84,-1,81,80,84,-1,85,86,87,-1,53,82,88,-1,83,89,90,-1,84,83,90,-1,75,74,91,-1,85,87,91,-1,74,85,91,-1,89,92,93,-1,86,94,95,-1,87,86,95,-1,90,89,93,-1,75,91,96,-1,92,97,98,-1,94,99,100,-1,93,92,98,-1,95,94,100,-1,97,101,102,-1,98,97,102,-1,75,96,103,-1,99,104,105,-1,101,70,106,-1,102,101,106,-1,100,99,105,-1,70,58,107,-1,75,103,108,-1,106,70,107,-1,104,109,110,-1,105,104,110,-1,111,75,112,-1,113,111,112,-1,75,108,112,-1,110,109,114,-1,109,115,114,-1,116,117,118,-1,119,113,120,-1,113,112,120,-1,121,116,122,-1,114,115,123,-1,115,124,123,-1,116,118,122,-1,117,125,126,-1,118,117,126,-1,88,121,127,-1,124,128,129,-1,123,124,129,-1,121,122,127,-1,130,131,132,-1,131,133,132,-1,125,134,135,-1,126,125,135,-1,135,134,136,-1,134,137,136,-1,128,138,139,-1,129,128,139,-1,133,140,141,-1,132,133,141,-1,136,137,142,-1,137,143,142,-1,143,144,145,-1,142,143,145,-1,139,138,146,-1,145,144,147,-1,144,148,147,-1,148,149,150,-1,147,148,150,-1,149,151,152,-1,150,149,152,-1,152,151,153,-1,120,154,155,-1,119,120,155,-1,119,155,156,-1,157,119,156,-1,140,157,156,-1,158,159,160,-1,158,160,161,-1,155,154,162,-1,154,163,162,-1,164,158,161,-1,160,159,165,-1,159,166,165,-1,167,141,168,-1,140,156,168,-1,164,161,169,-1,141,140,168,-1,170,164,169,-1,165,166,171,-1,166,172,171,-1,163,173,174,-1,162,163,174,-1,170,169,175,-1,176,167,177,-1,171,172,178,-1,179,176,177,-1,172,180,178,-1,167,168,177,-1,174,173,181,-1,173,182,181,-1,178,180,183,-1,180,184,183,-1,185,179,186,-1,179,177,186,-1,183,184,187,-1,184,188,187,-1,182,189,190,-1,181,182,190,-1,187,188,191,-1,188,192,191,-1,193,185,194,-1,185,186,194,-1,191,192,195,-1,192,196,195,-1,189,197,198,-1,190,189,198,-1,199,193,200,-1,193,194,200,-1,195,196,201,-1,196,202,201,-1,198,197,203,-1,197,204,203,-1,201,202,205,-1,199,200,206,-1,204,207,208,-1,203,204,208,-1,199,206,209,-1,208,207,210,-1,207,211,210,-1,199,209,212,-1,210,211,213,-1,214,215,216,-1,214,216,217,-1,218,214,217,-1,216,215,219,-1,215,220,219,-1,218,217,221,-1,222,223,224,-1,223,225,224,-1,225,226,224,-1,227,218,221,-1,226,213,224,-1,211,146,224,-1,199,212,224,-1,213,211,224,-1,212,228,224,-1,219,220,229,-1,228,230,224,-1,220,231,229,-1,230,222,224,-1,232,75,53,-1,41,232,53,-1,40,41,53,-1,233,40,53,-1,234,233,53,-1,235,234,53,-1,227,221,235,-1,227,235,53,-1,175,227,53,-1,170,175,53,-1,236,170,53,-1,229,231,237,-1,127,236,53,-1,88,127,53,-1,73,75,232,-1,107,58,224,-1,151,107,224,-1,231,238,237,-1,153,151,224,-1,202,153,224,-1,205,202,224,-1,239,205,224,-1,240,239,224,-1,17,240,224,-1,20,17,224,-1,69,20,224,-1,71,69,224,-1,138,71,224,-1,146,138,224,-1,237,238,241,-1,238,242,241,-1,242,243,244,-1,241,242,244,-1,243,245,246,-1,244,243,246,-1,245,247,248,-1,246,245,248,-1,247,239,249,-1,248,247,249,-1,249,239,240,-1,250,251,252,-1,250,252,253,-1,254,250,253,-1,251,255,256,-1,252,251,256,-1,254,253,257,-1,234,254,257,-1,256,255,258,-1,255,259,258,-1,234,257,233,-1,258,259,260,-1,259,0,260,-1,260,0,2,-1]
coord Coordinate { point [1.543 0.337 2.180,1.625 0.316 2.180,1.584 0.671 2.180,1.663 0.703 2.180,0.244 -3.752 2.180,0.244 -4.067 2.180,0.622 -4.067 2.180,1.699 0.275 2.180,1.732 0.753 2.180,1.761 0.216 2.180,1.787 0.818 2.180,1.807 0.144 2.180,0.673 -4.074 2.180,0.622 -3.752 2.180,0.720 -4.093 2.180,0.673 -3.745 2.180,1.823 0.895 2.180,1.833 0.064 2.180,0.761 -4.125 2.180,0.720 -3.726 2.180,1.839 0.979 2.180,0.819 -4.264 2.180,0.819 -4.500 2.180,1.268 -4.247 2.180,1.213 -4.182 2.180,1.337 -4.297 2.180,0.761 -3.694 2.180,0.793 -4.165 2.180,0.812 -4.213 2.180,1.177 -4.105 2.180,1.239 1.216 2.180,1.301 1.275 2.180,1.268 1.753 2.180,1.416 -4.329 2.180,1.193 1.144 2.180,1.213 1.818 2.180,1.375 1.316 2.180,1.337 1.703 2.180,1.161 -4.021 2.180,1.500 -4.339 2.180,1.167 1.064 2.180,1.177 1.895 2.180,1.457 1.337 2.180,1.416 1.671 2.180,1.167 -3.936 2.180,1.500 1.661 2.180,1.543 1.337 2.180,1.193 -3.856 2.180,0.793 -3.654 2.180,0.812 -3.606 2.180,1.625 1.316 2.180,1.584 1.671 2.180,1.239 -3.784 2.180,0.819 -3.555 2.180,1.699 1.275 2.180,1.663 1.703 2.180,1.732 -4.247 2.180,1.663 -4.297 2.180,2.000 -4.500 2.180,1.584 -4.329 2.180,1.301 -3.725 2.180,1.732 1.753 2.180,1.761 1.216 2.180,1.787 -4.182 2.180,1.823 -4.105 2.180,1.787 1.818 2.180,1.807 1.144 2.180,1.839 -4.021 2.180,1.823 1.895 2.180,1.833 1.064 2.180,1.833 -3.936 2.180,1.839 1.979 2.180,1.268 -3.247 2.180,1.167 2.064 2.180,1.193 2.144 2.180,0.819 3.122 2.180,1.213 -3.182 2.180,1.375 -3.684 2.180,1.337 -3.297 2.180,1.177 -3.105 2.180,1.457 -3.663 2.180,1.416 -3.329 2.180,1.161 -3.021 2.180,1.543 -3.663 2.180,1.500 -3.339 2.180,1.239 2.216 2.180,1.301 2.275 2.180,1.268 2.753 2.180,1.167 -2.936 2.180,1.625 -3.684 2.180,1.584 -3.329 2.180,1.213 2.818 2.180,1.699 -3.725 2.180,1.663 -3.297 2.180,1.375 2.316 2.180,1.337 2.703 2.180,1.177 2.895 2.180,1.761 -3.784 2.180,1.732 -3.247 2.180,1.457 2.337 2.180,1.416 2.671 2.180,1.807 -3.856 2.180,1.787 -3.182 2.180,1.161 2.979 2.180,1.543 2.337 2.180,1.500 2.661 2.180,1.823 -3.105 2.180,1.839 -3.021 2.180,1.167 3.064 2.180,1.625 2.316 2.180,1.584 2.671 2.180,0.812 3.173 2.180,1.193 3.144 2.180,0.793 3.220 2.180,1.663 2.703 2.180,1.699 2.275 2.180,1.239 -2.784 2.180,1.301 -2.725 2.180,1.268 -2.247 2.180,0.761 3.261 2.180,1.239 3.216 2.180,1.193 -2.856 2.180,1.213 -2.182 2.180,1.732 2.753 2.180,1.761 2.216 2.180,1.375 -2.684 2.180,1.337 -2.297 2.180,1.177 -2.105 2.180,1.807 2.144 2.180,1.787 2.818 2.180,0.244 4.067 2.180,0.244 3.319 2.180,0.622 4.067 2.180,0.622 3.319 2.180,1.457 -2.663 2.180,1.416 -2.329 2.180,1.500 -2.339 2.180,1.543 -2.663 2.180,1.833 2.064 2.180,1.823 2.895 2.180,0.673 3.312 2.180,0.673 4.074 2.180,1.584 -2.329 2.180,1.625 -2.684 2.180,1.699 -2.725 2.180,1.663 -2.297 2.180,1.839 2.979 2.180,1.732 -2.247 2.180,1.761 -2.784 2.180,1.807 -2.856 2.180,1.787 -2.182 2.180,1.833 -2.936 2.180,1.823 -2.105 2.180,1.839 -2.021 2.180,1.301 3.275 2.180,1.268 3.753 2.180,1.213 3.818 2.180,0.720 3.293 2.180,1.239 -1.784 2.180,1.301 -1.725 2.180,1.268 -1.247 2.180,1.213 -1.182 2.180,1.337 3.703 2.180,1.375 3.316 2.180,1.193 -1.856 2.180,1.337 -1.297 2.180,1.375 -1.684 2.180,0.720 4.093 2.180,1.177 3.895 2.180,1.177 -1.105 2.180,1.167 -1.936 2.180,1.416 -1.329 2.180,1.457 -1.663 2.180,1.457 3.337 2.180,1.416 3.671 2.180,1.161 -1.021 2.180,0.761 4.125 2.180,1.161 3.979 2.180,1.500 -1.339 2.180,0.793 4.165 2.180,1.543 -1.663 2.180,1.500 3.661 2.180,1.543 3.337 2.180,1.584 -1.329 2.180,1.625 -1.684 2.180,0.812 4.213 2.180,1.167 4.064 2.180,1.663 -1.297 2.180,1.699 -1.725 2.180,1.625 3.316 2.180,1.584 3.671 2.180,1.732 -1.247 2.180,1.761 -1.784 2.180,0.819 4.264 2.180,1.193 4.144 2.180,1.787 -1.182 2.180,1.807 -1.856 2.180,1.699 3.275 2.180,1.663 3.703 2.180,0.819 4.500 2.180,1.239 4.216 2.180,1.823 -1.105 2.180,1.833 -1.936 2.180,1.732 3.753 2.180,1.761 3.216 2.180,1.839 -1.021 2.180,1.301 4.275 2.180,1.807 3.144 2.180,1.787 3.818 2.180,1.375 4.316 2.180,1.823 3.895 2.180,1.833 3.064 2.180,1.457 4.337 2.180,1.839 3.979 2.180,1.239 -0.784 2.180,1.301 -0.725 2.180,1.268 -0.247 2.180,1.213 -0.182 2.180,1.193 -0.856 2.180,1.337 -0.297 2.180,1.375 -0.684 2.180,1.177 -0.105 2.180,1.699 4.275 2.180,1.761 4.216 2.180,2.000 4.500 2.180,1.807 4.144 2.180,1.833 4.064 2.180,1.167 -0.936 2.180,1.543 4.337 2.180,1.416 -0.329 2.180,1.625 4.316 2.180,1.457 -0.663 2.180,1.161 1.979 2.180,1.161 0.979 2.180,1.167 0.064 2.180,1.161 -0.021 2.180,1.161 -2.021 2.180,1.500 -0.339 2.180,1.543 -0.663 2.180,1.833 -0.936 2.180,1.839 -0.021 2.180,1.584 -0.329 2.180,1.625 -0.684 2.180,1.699 -0.725 2.180,1.663 -0.297 2.180,1.761 -0.784 2.180,1.732 -0.247 2.180,1.807 -0.856 2.180,1.787 -0.182 2.180,1.823 -0.105 2.180,1.239 0.216 2.180,1.301 0.275 2.180,1.268 0.753 2.180,1.213 0.818 2.180,1.193 0.144 2.180,1.375 0.316 2.180,1.337 0.703 2.180,1.177 0.895 2.180,1.416 0.671 2.180,1.457 0.337 2.180,1.500 0.661 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [-0.819 -4.264 2.180,-0.819 -4.500 2.180,-0.819 -4.500 1.655,-0.819 -4.264 1.655]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.819 -4.500 2.180,0.819 -4.264 2.180,0.819 -4.264 1.655,0.819 -4.500 1.655]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,2,4,-1,3,5,0,-1,3,0,2,-1,6,5,3,-1,7,6,3,-1,8,9,10,-1,8,10,6,-1,8,6,7,-1,11,12,13,-1,14,15,11,-1,16,13,17,-1,16,11,13,-1,16,14,11,-1,18,17,8,-1,18,8,7,-1,18,16,17,-1]
coord Coordinate { point [-0.720 -4.093 1.655,-0.761 -4.125 1.655,-0.793 -4.165 1.655,-0.819 -4.264 1.655,-0.812 -4.213 1.655,-0.673 -4.074 1.655,-0.622 -4.067 1.655,-0.819 -4.500 1.655,0.244 -4.067 1.655,0.244 -3.752 1.655,-0.622 -3.752 1.655,0.761 -4.125 1.655,0.720 -4.093 1.655,0.673 -4.074 1.655,0.812 -4.213 1.655,0.793 -4.165 1.655,0.819 -4.264 1.655,0.622 -4.067 1.655,0.819 -4.500 1.655]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,5,-1,6,4,5,-1,0,3,5,-1,7,6,8,-1,6,5,8,-1,7,8,9,-1,10,7,11,-1,7,9,11,-1,12,10,13,-1,10,11,13,-1,13,11,14,-1]
coord Coordinate { point [-0.812 4.213 1.130,-0.819 4.264 1.130,-0.819 4.264 2.180,-0.812 4.213 2.180,-0.793 4.165 1.130,-0.793 4.165 2.180,-0.761 4.125 1.130,-0.720 4.093 1.130,-0.761 4.125 2.180,-0.720 4.093 2.180,-0.673 4.074 1.130,-0.673 4.074 2.180,-0.622 4.067 1.130,-0.622 4.067 1.655,-0.622 4.067 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.819 4.500 2.180,2.000 4.500 2.180,0.819 4.500 1.130,2.000 4.500 1.130]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,2,4,5,-1,0,2,5,-1]
coord Coordinate { point [0.622 4.067 1.130,-0.622 4.067 1.130,0.244 4.067 1.655,-0.622 4.067 1.655,0.244 4.067 2.180,0.622 4.067 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1]
coord Coordinate { point [0.819 4.500 1.130,0.819 4.264 1.130,0.819 4.264 2.180,0.819 4.500 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,3,5,-1,6,4,5,-1,3,2,5,-1,6,5,7,-1,8,6,9,-1,6,7,9,-1,10,8,11,-1,8,9,11,-1,12,10,13,-1,10,11,13,-1]
coord Coordinate { point [0.622 4.067 1.130,0.622 4.067 2.180,0.673 4.074 2.180,0.673 4.074 1.130,0.720 4.093 1.130,0.720 4.093 2.180,0.761 4.125 1.130,0.761 4.125 2.180,0.793 4.165 1.130,0.793 4.165 2.180,0.812 4.213 1.130,0.812 4.213 2.180,0.819 4.264 1.130,0.819 4.264 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,5,6,-1,4,7,5,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,11,8,10,-1,14,0,3,-1,15,16,9,-1,17,14,3,-1,15,9,8,-1,18,11,13,-1,19,7,4,-1,20,16,15,-1,19,21,22,-1,19,22,7,-1,23,18,13,-1,24,14,17,-1,25,16,20,-1,26,21,19,-1,27,18,23,-1,28,17,29,-1,28,29,21,-1,28,21,26,-1,28,24,17,-1,30,25,20,-1,31,27,23,-1,32,25,30,-1,33,27,31,-1,34,32,30,-1,35,33,31,-1,36,33,35,-1,37,32,34,-1,38,37,34,-1,39,36,35,-1,40,36,39,-1,41,37,38,-1,42,41,38,-1,43,40,39,-1,43,44,40,-1,45,41,42,-1,45,42,46,-1,47,44,43,-1,47,48,44,-1,49,45,46,-1,49,46,1,-1,6,48,47,-1,6,5,48,-1,0,49,1,-1]
coord Coordinate { point [-1.839 1.021 1.130,-1.785 1.093 1.130,-1.799 1.019 1.130,-1.795 0.944 1.130,-1.543 0.663 1.130,-1.462 0.702 1.130,-1.457 0.663 1.130,-1.538 0.702 1.130,-1.295 1.219 1.130,-1.337 1.297 1.130,-1.268 1.247 1.130,-1.247 1.161 1.130,-1.213 1.182 1.130,-1.177 1.105 1.130,-1.833 0.936 1.130,-1.355 1.263 1.130,-1.416 1.329 1.130,-1.771 0.872 1.130,-1.215 1.093 1.130,-1.625 0.684 1.130,-1.425 1.291 1.130,-1.676 0.757 1.130,-1.610 0.721 1.130,-1.161 1.021 1.130,-1.807 0.856 1.130,-1.500 1.339 1.130,-1.699 0.725 1.130,-1.201 1.019 1.130,-1.761 0.784 1.130,-1.731 0.809 1.130,-1.500 1.300 1.130,-1.167 0.936 1.130,-1.584 1.329 1.130,-1.205 0.944 1.130,-1.575 1.291 1.130,-1.193 0.856 1.130,-1.229 0.872 1.130,-1.663 1.297 1.130,-1.645 1.263 1.130,-1.239 0.784 1.130,-1.269 0.809 1.130,-1.732 1.247 1.130,-1.705 1.219 1.130,-1.301 0.725 1.130,-1.324 0.757 1.130,-1.787 1.182 1.130,-1.753 1.161 1.130,-1.375 0.684 1.130,-1.390 0.721 1.130,-1.823 1.105 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,5,6,-1,4,7,5,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,11,8,10,-1,14,0,3,-1,15,16,9,-1,17,14,3,-1,15,9,8,-1,18,11,13,-1,19,7,4,-1,20,16,15,-1,19,21,22,-1,19,22,7,-1,23,18,13,-1,24,14,17,-1,25,16,20,-1,26,21,19,-1,27,18,23,-1,28,17,29,-1,28,29,21,-1,28,21,26,-1,28,24,17,-1,30,25,20,-1,31,27,23,-1,32,25,30,-1,33,27,31,-1,34,32,30,-1,35,33,31,-1,36,33,35,-1,37,32,34,-1,38,37,34,-1,39,36,35,-1,40,36,39,-1,41,37,38,-1,42,41,38,-1,43,40,39,-1,43,44,40,-1,45,41,42,-1,45,42,46,-1,47,44,43,-1,47,48,44,-1,49,45,46,-1,49,46,1,-1,6,48,47,-1,6,5,48,-1,0,49,1,-1]
coord Coordinate { point [-1.839 0.021 1.130,-1.785 0.093 1.130,-1.799 0.019 1.130,-1.795 -0.056 1.130,-1.543 -0.337 1.130,-1.462 -0.298 1.130,-1.457 -0.337 1.130,-1.538 -0.298 1.130,-1.295 0.219 1.130,-1.337 0.297 1.130,-1.268 0.247 1.130,-1.247 0.161 1.130,-1.213 0.182 1.130,-1.177 0.105 1.130,-1.833 -0.064 1.130,-1.355 0.263 1.130,-1.416 0.329 1.130,-1.771 -0.128 1.130,-1.215 0.093 1.130,-1.625 -0.316 1.130,-1.425 0.291 1.130,-1.676 -0.243 1.130,-1.610 -0.279 1.130,-1.161 0.021 1.130,-1.807 -0.144 1.130,-1.500 0.339 1.130,-1.699 -0.275 1.130,-1.201 0.019 1.130,-1.761 -0.216 1.130,-1.731 -0.191 1.130,-1.500 0.300 1.130,-1.167 -0.064 1.130,-1.584 0.329 1.130,-1.205 -0.056 1.130,-1.575 0.291 1.130,-1.193 -0.144 1.130,-1.229 -0.128 1.130,-1.663 0.297 1.130,-1.645 0.263 1.130,-1.239 -0.216 1.130,-1.269 -0.191 1.130,-1.732 0.247 1.130,-1.705 0.219 1.130,-1.301 -0.275 1.130,-1.324 -0.243 1.130,-1.787 0.182 1.130,-1.753 0.161 1.130,-1.375 -0.316 1.130,-1.390 -0.279 1.130,-1.823 0.105 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,7,4,6,-1,3,7,6,-1,3,6,0,-1]
coord Coordinate { point [-0.819 0.354 1.655,-0.819 0.354 1.130,-0.819 3.122 1.130,-0.819 3.122 2.180,-0.819 -3.555 1.130,-0.819 -0.787 1.130,-0.819 -0.787 1.655,-0.819 -3.555 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,5,-1,6,4,5,-1,0,3,5,-1,7,6,8,-1,6,5,8,-1,7,8,9,-1,10,7,11,-1,12,10,11,-1,7,9,11,-1,12,11,13,-1]
coord Coordinate { point [-0.673 0.164 1.655,-0.622 0.157 1.655,-0.622 0.157 1.130,-0.673 0.164 1.130,-0.720 0.184 1.655,-0.720 0.184 1.130,-0.761 0.215 1.655,-0.793 0.256 1.655,-0.761 0.215 1.130,-0.793 0.256 1.130,-0.812 0.303 1.655,-0.812 0.303 1.130,-0.819 0.354 1.655,-0.819 0.354 1.130]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,4,-1,0,2,4,-1,5,3,6,-1,3,4,6,-1,7,5,8,-1,5,6,8,-1,9,7,10,-1,7,8,10,-1,9,10,11,-1,12,9,13,-1,9,11,13,-1,13,11,14,-1]
coord Coordinate { point [-0.812 3.173 2.180,-0.819 3.122 2.180,-0.819 3.122 1.130,-0.793 3.220 2.180,-0.812 3.173 1.130,-0.761 3.261 2.180,-0.793 3.220 1.130,-0.720 3.293 2.180,-0.761 3.261 1.130,-0.673 3.312 2.180,-0.720 3.293 1.130,-0.673 3.312 1.130,-0.622 3.319 2.180,-0.622 3.319 1.655,-0.622 3.319 1.130]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [0.622 0.157 1.655,0.622 0.157 1.130,-0.622 0.157 1.130,-0.622 0.157 1.655]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,2,1,-1,4,1,0,-1,5,3,1,-1]
coord Coordinate { point [0.622 3.319 2.180,0.244 3.319 1.655,0.622 3.319 1.130,-0.622 3.319 1.130,0.244 3.319 2.180,-0.622 3.319 1.655]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,5,-1,0,3,5,-1,6,4,7,-1,4,5,7,-1,8,6,9,-1,6,7,9,-1,10,8,11,-1,12,10,11,-1,8,9,11,-1,12,11,13,-1]
coord Coordinate { point [0.812 0.303 1.655,0.819 0.354 1.655,0.819 0.354 1.130,0.812 0.303 1.130,0.793 0.256 1.655,0.793 0.256 1.130,0.761 0.215 1.655,0.761 0.215 1.130,0.720 0.184 1.655,0.720 0.184 1.130,0.673 0.164 1.655,0.673 0.164 1.130,0.622 0.157 1.655,0.622 0.157 1.130]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1,6,4,7,-1,4,5,7,-1,8,6,9,-1,6,7,9,-1,10,8,11,-1,8,9,11,-1,12,10,13,-1,10,11,13,-1]
coord Coordinate { point [0.673 3.312 2.180,0.622 3.319 2.180,0.673 3.312 1.130,0.622 3.319 1.130,0.720 3.293 2.180,0.720 3.293 1.130,0.761 3.261 2.180,0.761 3.261 1.130,0.793 3.220 2.180,0.793 3.220 1.130,0.812 3.173 2.180,0.812 3.173 1.130,0.819 3.122 2.180,0.819 3.122 1.130]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,5,6,-1,4,7,5,-1,7,1,0,-1,7,0,5,-1]
coord Coordinate { point [0.819 0.354 1.655,0.819 3.122 2.180,0.819 3.122 1.130,0.819 0.354 1.130,0.819 -3.555 1.130,0.819 -0.787 1.655,0.819 -0.787 1.130,0.819 -3.555 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,5,6,-1,4,7,5,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,11,8,10,-1,14,0,3,-1,15,16,9,-1,17,14,3,-1,15,9,8,-1,18,11,13,-1,19,7,4,-1,20,16,15,-1,19,21,22,-1,19,22,7,-1,23,18,13,-1,24,14,17,-1,25,16,20,-1,26,21,19,-1,27,18,23,-1,28,17,29,-1,28,29,21,-1,28,21,26,-1,28,24,17,-1,30,25,20,-1,31,27,23,-1,32,25,30,-1,33,27,31,-1,34,32,30,-1,35,33,31,-1,36,33,35,-1,37,32,34,-1,38,37,34,-1,39,36,35,-1,40,36,39,-1,41,37,38,-1,42,41,38,-1,43,40,39,-1,43,44,40,-1,45,41,42,-1,45,42,46,-1,47,44,43,-1,47,48,44,-1,49,45,46,-1,49,46,1,-1,6,48,47,-1,6,5,48,-1,0,49,1,-1]
coord Coordinate { point [1.839 -0.021 1.130,1.785 -0.093 1.130,1.799 -0.019 1.130,1.795 0.056 1.130,1.543 0.337 1.130,1.462 0.298 1.130,1.457 0.337 1.130,1.538 0.298 1.130,1.295 -0.219 1.130,1.337 -0.297 1.130,1.268 -0.247 1.130,1.247 -0.161 1.130,1.213 -0.182 1.130,1.177 -0.105 1.130,1.833 0.064 1.130,1.355 -0.263 1.130,1.416 -0.329 1.130,1.771 0.128 1.130,1.215 -0.093 1.130,1.625 0.316 1.130,1.425 -0.291 1.130,1.676 0.243 1.130,1.610 0.279 1.130,1.161 -0.021 1.130,1.807 0.144 1.130,1.500 -0.339 1.130,1.699 0.275 1.130,1.201 -0.019 1.130,1.761 0.216 1.130,1.731 0.191 1.130,1.500 -0.300 1.130,1.167 0.064 1.130,1.584 -0.329 1.130,1.205 0.056 1.130,1.575 -0.291 1.130,1.193 0.144 1.130,1.229 0.128 1.130,1.663 -0.297 1.130,1.645 -0.263 1.130,1.239 0.216 1.130,1.269 0.191 1.130,1.732 -0.247 1.130,1.705 -0.219 1.130,1.301 0.275 1.130,1.324 0.243 1.130,1.787 -0.182 1.130,1.753 -0.161 1.130,1.375 0.316 1.130,1.390 0.279 1.130,1.823 -0.105 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,5,6,-1,4,7,5,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,11,8,10,-1,14,0,3,-1,15,16,9,-1,17,14,3,-1,15,9,8,-1,18,11,13,-1,19,7,4,-1,20,16,15,-1,19,21,22,-1,19,22,7,-1,23,18,13,-1,24,14,17,-1,25,16,20,-1,26,21,19,-1,27,18,23,-1,28,17,29,-1,28,29,21,-1,28,21,26,-1,28,24,17,-1,30,25,20,-1,31,27,23,-1,32,25,30,-1,33,27,31,-1,34,32,30,-1,35,33,31,-1,36,33,35,-1,37,32,34,-1,38,37,34,-1,39,36,35,-1,40,36,39,-1,41,37,38,-1,42,41,38,-1,43,40,39,-1,43,44,40,-1,45,41,42,-1,45,42,46,-1,47,44,43,-1,47,48,44,-1,49,45,46,-1,49,46,1,-1,6,48,47,-1,6,5,48,-1,0,49,1,-1]
coord Coordinate { point [1.839 0.979 1.130,1.785 0.907 1.130,1.799 0.981 1.130,1.795 1.056 1.130,1.543 1.337 1.130,1.462 1.298 1.130,1.457 1.337 1.130,1.538 1.298 1.130,1.295 0.781 1.130,1.337 0.703 1.130,1.268 0.753 1.130,1.247 0.839 1.130,1.213 0.818 1.130,1.177 0.895 1.130,1.833 1.064 1.130,1.355 0.737 1.130,1.416 0.671 1.130,1.771 1.128 1.130,1.215 0.907 1.130,1.625 1.316 1.130,1.425 0.709 1.130,1.676 1.243 1.130,1.610 1.279 1.130,1.161 0.979 1.130,1.807 1.144 1.130,1.500 0.661 1.130,1.699 1.275 1.130,1.201 0.981 1.130,1.761 1.216 1.130,1.731 1.191 1.130,1.500 0.700 1.130,1.167 1.064 1.130,1.584 0.671 1.130,1.205 1.056 1.130,1.575 0.709 1.130,1.193 1.144 1.130,1.229 1.128 1.130,1.663 0.703 1.130,1.645 0.737 1.130,1.239 1.216 1.130,1.269 1.191 1.130,1.732 0.753 1.130,1.705 0.781 1.130,1.301 1.275 1.130,1.324 1.243 1.130,1.787 0.818 1.130,1.753 0.839 1.130,1.375 1.316 1.130,1.390 1.279 1.130,1.823 0.895 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,14,3,0,-1,11,8,10,-1,14,15,3,-1,16,17,9,-1,16,9,8,-1,18,4,7,-1,18,7,19,-1,20,18,19,-1,21,11,13,-1,22,17,16,-1,23,17,22,-1,24,13,25,-1,26,15,14,-1,26,27,28,-1,26,28,15,-1,24,21,13,-1,29,20,30,-1,29,18,20,-1,31,23,22,-1,32,24,25,-1,33,27,26,-1,34,29,30,-1,34,30,27,-1,35,23,31,-1,34,27,33,-1,36,24,32,-1,37,35,31,-1,38,36,32,-1,39,36,38,-1,40,35,37,-1,41,40,37,-1,42,39,38,-1,43,39,42,-1,44,40,41,-1,45,44,41,-1,46,43,42,-1,46,47,43,-1,48,44,45,-1,48,45,49,-1,2,47,46,-1,2,1,47,-1,5,48,49,-1,5,49,6,-1]
coord Coordinate { point [1.457 4.337 1.130,1.390 4.279 1.130,1.375 4.316 1.130,1.462 4.298 1.130,1.839 3.979 1.130,1.823 3.895 1.130,1.785 3.907 1.130,1.799 3.981 1.130,1.295 3.781 1.130,1.337 3.703 1.130,1.268 3.753 1.130,1.247 3.839 1.130,1.213 3.818 1.130,1.177 3.895 1.130,1.543 4.337 1.130,1.538 4.298 1.130,1.355 3.737 1.130,1.416 3.671 1.130,1.833 4.064 1.130,1.795 4.056 1.130,1.771 4.128 1.130,1.215 3.907 1.130,1.425 3.709 1.130,1.500 3.661 1.130,1.201 3.981 1.130,1.161 3.979 1.130,1.625 4.316 1.130,1.676 4.243 1.130,1.610 4.279 1.130,1.807 4.144 1.130,1.731 4.191 1.130,1.500 3.700 1.130,1.167 4.064 1.130,1.699 4.275 1.130,1.761 4.216 1.130,1.584 3.671 1.130,1.205 4.056 1.130,1.575 3.709 1.130,1.193 4.144 1.130,1.229 4.128 1.130,1.663 3.703 1.130,1.645 3.737 1.130,1.239 4.216 1.130,1.269 4.191 1.130,1.732 3.753 1.130,1.705 3.781 1.130,1.301 4.275 1.130,1.324 4.243 1.130,1.787 3.818 1.130,1.753 3.839 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,14,3,0,-1,11,8,10,-1,14,15,3,-1,16,17,9,-1,16,9,8,-1,18,4,7,-1,18,7,19,-1,20,18,19,-1,21,11,13,-1,22,17,16,-1,23,17,22,-1,24,13,25,-1,26,15,14,-1,26,27,28,-1,26,28,15,-1,24,21,13,-1,29,20,30,-1,29,18,20,-1,31,23,22,-1,32,24,25,-1,33,27,26,-1,34,29,30,-1,34,30,27,-1,35,23,31,-1,34,27,33,-1,36,24,32,-1,37,35,31,-1,38,36,32,-1,39,36,38,-1,40,35,37,-1,41,40,37,-1,42,39,38,-1,43,39,42,-1,44,40,41,-1,45,44,41,-1,46,43,42,-1,46,47,43,-1,48,44,45,-1,48,45,49,-1,2,47,46,-1,2,1,47,-1,5,48,49,-1,5,49,6,-1]
coord Coordinate { point [1.457 3.337 1.130,1.390 3.279 1.130,1.375 3.316 1.130,1.462 3.298 1.130,1.839 2.979 1.130,1.823 2.895 1.130,1.785 2.907 1.130,1.799 2.981 1.130,1.295 2.781 1.130,1.337 2.703 1.130,1.268 2.753 1.130,1.247 2.839 1.130,1.213 2.818 1.130,1.177 2.895 1.130,1.543 3.337 1.130,1.538 3.298 1.130,1.355 2.737 1.130,1.416 2.671 1.130,1.833 3.064 1.130,1.795 3.056 1.130,1.771 3.128 1.130,1.215 2.907 1.130,1.425 2.709 1.130,1.500 2.661 1.130,1.201 2.981 1.130,1.161 2.979 1.130,1.625 3.316 1.130,1.676 3.243 1.130,1.610 3.279 1.130,1.807 3.144 1.130,1.731 3.191 1.130,1.500 2.700 1.130,1.167 3.064 1.130,1.699 3.275 1.130,1.761 3.216 1.130,1.584 2.671 1.130,1.205 3.056 1.130,1.575 2.709 1.130,1.193 3.144 1.130,1.229 3.128 1.130,1.663 2.703 1.130,1.645 2.737 1.130,1.239 3.216 1.130,1.269 3.191 1.130,1.732 2.753 1.130,1.705 2.781 1.130,1.301 3.275 1.130,1.324 3.243 1.130,1.787 2.818 1.130,1.753 2.839 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,14,3,0,-1,11,8,10,-1,14,15,3,-1,16,17,9,-1,16,9,8,-1,18,4,7,-1,18,7,19,-1,20,18,19,-1,21,11,13,-1,22,17,16,-1,23,17,22,-1,24,13,25,-1,26,15,14,-1,26,27,28,-1,26,28,15,-1,24,21,13,-1,29,20,30,-1,29,18,20,-1,31,23,22,-1,32,24,25,-1,33,27,26,-1,34,29,30,-1,34,30,27,-1,35,23,31,-1,34,27,33,-1,36,24,32,-1,37,35,31,-1,38,36,32,-1,39,36,38,-1,40,35,37,-1,41,40,37,-1,42,39,38,-1,43,39,42,-1,44,40,41,-1,45,44,41,-1,46,43,42,-1,46,47,43,-1,48,44,45,-1,48,45,49,-1,2,47,46,-1,2,1,47,-1,5,48,49,-1,5,49,6,-1]
coord Coordinate { point [1.457 2.337 1.130,1.390 2.279 1.130,1.375 2.316 1.130,1.462 2.298 1.130,1.839 1.979 1.130,1.823 1.895 1.130,1.785 1.907 1.130,1.799 1.981 1.130,1.295 1.781 1.130,1.337 1.703 1.130,1.268 1.753 1.130,1.247 1.839 1.130,1.213 1.818 1.130,1.177 1.895 1.130,1.543 2.337 1.130,1.538 2.298 1.130,1.355 1.737 1.130,1.416 1.671 1.130,1.833 2.064 1.130,1.795 2.056 1.130,1.771 2.128 1.130,1.215 1.907 1.130,1.425 1.709 1.130,1.500 1.661 1.130,1.201 1.981 1.130,1.161 1.979 1.130,1.625 2.316 1.130,1.676 2.243 1.130,1.610 2.279 1.130,1.807 2.144 1.130,1.731 2.191 1.130,1.500 1.700 1.130,1.167 2.064 1.130,1.699 2.275 1.130,1.761 2.216 1.130,1.584 1.671 1.130,1.205 2.056 1.130,1.575 1.709 1.130,1.193 2.144 1.130,1.229 2.128 1.130,1.663 1.703 1.130,1.645 1.737 1.130,1.239 2.216 1.130,1.269 2.191 1.130,1.732 1.753 1.130,1.705 1.781 1.130,1.301 2.275 1.130,1.324 2.243 1.130,1.787 1.818 1.130,1.753 1.839 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,14,3,0,-1,11,8,10,-1,14,15,3,-1,16,17,9,-1,16,9,8,-1,18,4,7,-1,18,7,19,-1,20,18,19,-1,21,11,13,-1,22,17,16,-1,23,17,22,-1,24,13,25,-1,26,15,14,-1,26,27,28,-1,26,28,15,-1,24,21,13,-1,29,20,30,-1,29,18,20,-1,31,23,22,-1,32,24,25,-1,33,27,26,-1,34,29,30,-1,34,30,27,-1,35,23,31,-1,34,27,33,-1,36,24,32,-1,37,35,31,-1,38,36,32,-1,39,36,38,-1,40,35,37,-1,41,40,37,-1,42,39,38,-1,43,39,42,-1,44,40,41,-1,45,44,41,-1,46,43,42,-1,46,47,43,-1,48,44,45,-1,48,45,49,-1,2,47,46,-1,2,1,47,-1,5,48,49,-1,5,49,6,-1]
coord Coordinate { point [-1.457 3.663 1.130,-1.390 3.721 1.130,-1.375 3.684 1.130,-1.462 3.702 1.130,-1.839 4.021 1.130,-1.823 4.105 1.130,-1.785 4.093 1.130,-1.799 4.019 1.130,-1.295 4.219 1.130,-1.337 4.297 1.130,-1.268 4.247 1.130,-1.247 4.161 1.130,-1.213 4.182 1.130,-1.177 4.105 1.130,-1.543 3.663 1.130,-1.538 3.702 1.130,-1.355 4.263 1.130,-1.416 4.329 1.130,-1.833 3.936 1.130,-1.795 3.944 1.130,-1.771 3.872 1.130,-1.215 4.093 1.130,-1.425 4.291 1.130,-1.500 4.339 1.130,-1.201 4.019 1.130,-1.161 4.021 1.130,-1.625 3.684 1.130,-1.676 3.757 1.130,-1.610 3.721 1.130,-1.807 3.856 1.130,-1.731 3.809 1.130,-1.500 4.300 1.130,-1.167 3.936 1.130,-1.699 3.725 1.130,-1.761 3.784 1.130,-1.584 4.329 1.130,-1.205 3.944 1.130,-1.575 4.291 1.130,-1.193 3.856 1.130,-1.229 3.872 1.130,-1.663 4.297 1.130,-1.645 4.263 1.130,-1.239 3.784 1.130,-1.269 3.809 1.130,-1.732 4.247 1.130,-1.705 4.219 1.130,-1.301 3.725 1.130,-1.324 3.757 1.130,-1.787 4.182 1.130,-1.753 4.161 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,4,7,-1,9,3,0,-1,9,10,3,-1,11,12,13,-1,11,14,12,-1,11,15,14,-1,16,4,8,-1,17,18,14,-1,17,19,18,-1,20,16,8,-1,17,14,15,-1,21,11,13,-1,22,10,9,-1,23,19,17,-1,22,24,25,-1,22,25,10,-1,26,21,13,-1,27,16,20,-1,28,19,23,-1,29,24,22,-1,30,21,26,-1,31,20,32,-1,31,32,24,-1,31,24,29,-1,31,27,20,-1,33,28,23,-1,34,30,26,-1,35,28,33,-1,36,30,34,-1,37,35,33,-1,38,36,34,-1,39,36,38,-1,40,35,37,-1,41,40,37,-1,42,39,38,-1,43,39,42,-1,44,40,41,-1,45,44,41,-1,46,43,42,-1,47,46,42,-1,48,44,45,-1,48,45,49,-1,2,46,47,-1,2,1,46,-1,5,48,49,-1,5,49,6,-1]
coord Coordinate { point [-1.457 2.663 1.130,-1.390 2.721 1.130,-1.375 2.684 1.130,-1.462 2.702 1.130,-1.839 3.021 1.130,-1.823 3.105 1.130,-1.785 3.093 1.130,-1.799 3.019 1.130,-1.795 2.944 1.130,-1.543 2.663 1.130,-1.538 2.702 1.130,-1.247 3.161 1.130,-1.213 3.182 1.130,-1.177 3.105 1.130,-1.268 3.247 1.130,-1.295 3.219 1.130,-1.833 2.936 1.130,-1.355 3.263 1.130,-1.337 3.297 1.130,-1.416 3.329 1.130,-1.771 2.872 1.130,-1.215 3.093 1.130,-1.625 2.684 1.130,-1.425 3.291 1.130,-1.676 2.757 1.130,-1.610 2.721 1.130,-1.161 3.021 1.130,-1.807 2.856 1.130,-1.500 3.339 1.130,-1.699 2.725 1.130,-1.201 3.019 1.130,-1.761 2.784 1.130,-1.731 2.809 1.130,-1.500 3.300 1.130,-1.167 2.936 1.130,-1.584 3.329 1.130,-1.205 2.944 1.130,-1.575 3.291 1.130,-1.193 2.856 1.130,-1.229 2.872 1.130,-1.663 3.297 1.130,-1.645 3.263 1.130,-1.239 2.784 1.130,-1.269 2.809 1.130,-1.732 3.247 1.130,-1.705 3.219 1.130,-1.324 2.757 1.130,-1.301 2.725 1.130,-1.787 3.182 1.130,-1.753 3.161 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,14,3,0,-1,11,8,10,-1,14,15,3,-1,16,17,9,-1,16,9,8,-1,18,4,7,-1,18,7,19,-1,20,18,19,-1,21,11,13,-1,22,17,16,-1,23,17,22,-1,24,13,25,-1,26,15,14,-1,26,27,28,-1,26,28,15,-1,24,21,13,-1,29,20,30,-1,29,18,20,-1,31,23,22,-1,32,24,25,-1,33,27,26,-1,34,29,30,-1,34,30,27,-1,35,23,31,-1,34,27,33,-1,36,24,32,-1,37,35,31,-1,38,36,32,-1,39,36,38,-1,40,35,37,-1,41,40,37,-1,42,39,38,-1,43,39,42,-1,44,40,41,-1,45,44,41,-1,46,43,42,-1,46,47,43,-1,48,44,45,-1,48,45,49,-1,2,47,46,-1,2,1,47,-1,5,48,49,-1,5,49,6,-1]
coord Coordinate { point [-1.457 1.663 1.130,-1.390 1.721 1.130,-1.375 1.684 1.130,-1.462 1.702 1.130,-1.839 2.021 1.130,-1.823 2.105 1.130,-1.785 2.093 1.130,-1.799 2.019 1.130,-1.295 2.219 1.130,-1.337 2.297 1.130,-1.268 2.247 1.130,-1.247 2.161 1.130,-1.213 2.182 1.130,-1.177 2.105 1.130,-1.543 1.663 1.130,-1.538 1.702 1.130,-1.355 2.263 1.130,-1.416 2.329 1.130,-1.833 1.936 1.130,-1.795 1.944 1.130,-1.771 1.872 1.130,-1.215 2.093 1.130,-1.425 2.291 1.130,-1.500 2.339 1.130,-1.201 2.019 1.130,-1.161 2.021 1.130,-1.625 1.684 1.130,-1.676 1.757 1.130,-1.610 1.721 1.130,-1.807 1.856 1.130,-1.731 1.809 1.130,-1.500 2.300 1.130,-1.167 1.936 1.130,-1.699 1.725 1.130,-1.761 1.784 1.130,-1.584 2.329 1.130,-1.205 1.944 1.130,-1.575 2.291 1.130,-1.193 1.856 1.130,-1.229 1.872 1.130,-1.663 2.297 1.130,-1.645 2.263 1.130,-1.239 1.784 1.130,-1.269 1.809 1.130,-1.732 2.247 1.130,-1.705 2.219 1.130,-1.301 1.725 1.130,-1.324 1.757 1.130,-1.787 2.182 1.130,-1.753 2.161 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,5,6,-1,4,7,5,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,11,8,10,-1,14,0,3,-1,15,16,9,-1,17,14,3,-1,15,9,8,-1,18,11,13,-1,19,7,4,-1,20,16,15,-1,19,21,22,-1,19,22,7,-1,23,18,13,-1,24,14,17,-1,25,16,20,-1,26,21,19,-1,27,18,23,-1,28,17,29,-1,28,29,21,-1,28,21,26,-1,28,24,17,-1,30,25,20,-1,31,27,23,-1,32,25,30,-1,33,27,31,-1,34,32,30,-1,35,33,31,-1,36,33,35,-1,37,32,34,-1,38,37,34,-1,39,36,35,-1,40,36,39,-1,41,37,38,-1,42,41,38,-1,43,40,39,-1,43,44,40,-1,45,41,42,-1,45,42,46,-1,47,44,43,-1,47,48,44,-1,49,45,46,-1,49,46,1,-1,6,48,47,-1,6,5,48,-1,0,49,1,-1]
coord Coordinate { point [-1.839 -0.979 1.130,-1.785 -0.907 1.130,-1.799 -0.981 1.130,-1.795 -1.056 1.130,-1.543 -1.337 1.130,-1.462 -1.298 1.130,-1.457 -1.337 1.130,-1.538 -1.298 1.130,-1.295 -0.781 1.130,-1.337 -0.703 1.130,-1.268 -0.753 1.130,-1.247 -0.839 1.130,-1.213 -0.818 1.130,-1.177 -0.895 1.130,-1.833 -1.064 1.130,-1.355 -0.737 1.130,-1.416 -0.671 1.130,-1.771 -1.128 1.130,-1.215 -0.907 1.130,-1.625 -1.316 1.130,-1.425 -0.709 1.130,-1.676 -1.243 1.130,-1.610 -1.279 1.130,-1.161 -0.979 1.130,-1.807 -1.144 1.130,-1.500 -0.661 1.130,-1.699 -1.275 1.130,-1.201 -0.981 1.130,-1.761 -1.216 1.130,-1.731 -1.191 1.130,-1.500 -0.700 1.130,-1.167 -1.064 1.130,-1.584 -0.671 1.130,-1.205 -1.056 1.130,-1.575 -0.709 1.130,-1.193 -1.144 1.130,-1.229 -1.128 1.130,-1.663 -0.703 1.130,-1.645 -0.737 1.130,-1.239 -1.216 1.130,-1.269 -1.191 1.130,-1.732 -0.753 1.130,-1.705 -0.781 1.130,-1.301 -1.275 1.130,-1.324 -1.243 1.130,-1.787 -0.818 1.130,-1.753 -0.839 1.130,-1.375 -1.316 1.130,-1.390 -1.279 1.130,-1.823 -0.895 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,14,3,0,-1,11,8,10,-1,14,15,3,-1,16,17,9,-1,16,9,8,-1,18,4,7,-1,18,7,19,-1,20,18,19,-1,21,11,13,-1,22,17,16,-1,23,17,22,-1,24,13,25,-1,26,15,14,-1,26,27,28,-1,26,28,15,-1,24,21,13,-1,29,20,30,-1,29,18,20,-1,31,23,22,-1,32,24,25,-1,33,27,26,-1,34,29,30,-1,34,30,27,-1,35,23,31,-1,34,27,33,-1,36,24,32,-1,37,35,31,-1,38,36,32,-1,39,36,38,-1,40,35,37,-1,41,40,37,-1,42,39,38,-1,43,39,42,-1,44,40,41,-1,45,44,41,-1,46,43,42,-1,46,47,43,-1,48,44,45,-1,48,45,49,-1,2,47,46,-1,2,1,47,-1,5,48,49,-1,5,49,6,-1]
coord Coordinate { point [-1.457 -2.337 1.130,-1.390 -2.279 1.130,-1.375 -2.316 1.130,-1.462 -2.298 1.130,-1.839 -1.979 1.130,-1.823 -1.895 1.130,-1.785 -1.907 1.130,-1.799 -1.981 1.130,-1.295 -1.781 1.130,-1.337 -1.703 1.130,-1.268 -1.753 1.130,-1.247 -1.839 1.130,-1.213 -1.818 1.130,-1.177 -1.895 1.130,-1.543 -2.337 1.130,-1.538 -2.298 1.130,-1.355 -1.737 1.130,-1.416 -1.671 1.130,-1.833 -2.064 1.130,-1.795 -2.056 1.130,-1.771 -2.128 1.130,-1.215 -1.907 1.130,-1.425 -1.709 1.130,-1.500 -1.661 1.130,-1.201 -1.981 1.130,-1.161 -1.979 1.130,-1.625 -2.316 1.130,-1.676 -2.243 1.130,-1.610 -2.279 1.130,-1.807 -2.144 1.130,-1.731 -2.191 1.130,-1.500 -1.700 1.130,-1.167 -2.064 1.130,-1.699 -2.275 1.130,-1.761 -2.216 1.130,-1.584 -1.671 1.130,-1.205 -2.056 1.130,-1.575 -1.709 1.130,-1.193 -2.144 1.130,-1.229 -2.128 1.130,-1.663 -1.703 1.130,-1.645 -1.737 1.130,-1.239 -2.216 1.130,-1.269 -2.191 1.130,-1.732 -1.753 1.130,-1.705 -1.781 1.130,-1.301 -2.275 1.130,-1.324 -2.243 1.130,-1.787 -1.818 1.130,-1.753 -1.839 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,14,3,0,-1,11,8,10,-1,14,15,3,-1,16,17,9,-1,16,9,8,-1,18,4,7,-1,18,7,19,-1,20,18,19,-1,21,11,13,-1,22,17,16,-1,23,17,22,-1,24,13,25,-1,26,15,14,-1,26,27,28,-1,26,28,15,-1,24,21,13,-1,29,20,30,-1,29,18,20,-1,31,23,22,-1,32,24,25,-1,33,27,26,-1,34,29,30,-1,34,30,27,-1,35,23,31,-1,34,27,33,-1,36,24,32,-1,37,35,31,-1,38,36,32,-1,39,36,38,-1,40,35,37,-1,41,40,37,-1,42,39,38,-1,43,39,42,-1,44,40,41,-1,45,44,41,-1,46,43,42,-1,46,47,43,-1,48,44,45,-1,48,45,49,-1,2,47,46,-1,2,1,47,-1,5,48,49,-1,5,49,6,-1]
coord Coordinate { point [-1.457 -4.337 1.130,-1.390 -4.279 1.130,-1.375 -4.316 1.130,-1.462 -4.298 1.130,-1.839 -3.979 1.130,-1.823 -3.895 1.130,-1.785 -3.907 1.130,-1.799 -3.981 1.130,-1.295 -3.781 1.130,-1.337 -3.703 1.130,-1.268 -3.753 1.130,-1.247 -3.839 1.130,-1.213 -3.818 1.130,-1.177 -3.895 1.130,-1.543 -4.337 1.130,-1.538 -4.298 1.130,-1.355 -3.737 1.130,-1.416 -3.671 1.130,-1.833 -4.064 1.130,-1.795 -4.056 1.130,-1.771 -4.128 1.130,-1.215 -3.907 1.130,-1.425 -3.709 1.130,-1.500 -3.661 1.130,-1.201 -3.981 1.130,-1.161 -3.979 1.130,-1.625 -4.316 1.130,-1.676 -4.243 1.130,-1.610 -4.279 1.130,-1.807 -4.144 1.130,-1.731 -4.191 1.130,-1.500 -3.700 1.130,-1.167 -4.064 1.130,-1.699 -4.275 1.130,-1.761 -4.216 1.130,-1.584 -3.671 1.130,-1.205 -4.056 1.130,-1.575 -3.709 1.130,-1.193 -4.144 1.130,-1.229 -4.128 1.130,-1.663 -3.703 1.130,-1.645 -3.737 1.130,-1.239 -4.216 1.130,-1.269 -4.191 1.130,-1.732 -3.753 1.130,-1.705 -3.781 1.130,-1.301 -4.275 1.130,-1.324 -4.243 1.130,-1.787 -3.818 1.130,-1.753 -3.839 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,14,3,0,-1,11,8,10,-1,14,15,3,-1,16,17,9,-1,16,9,8,-1,18,4,7,-1,18,7,19,-1,20,18,19,-1,21,11,13,-1,22,17,16,-1,23,17,22,-1,24,13,25,-1,26,15,14,-1,26,27,28,-1,26,28,15,-1,24,21,13,-1,29,20,30,-1,29,18,20,-1,31,23,22,-1,32,24,25,-1,33,27,26,-1,34,29,30,-1,34,30,27,-1,35,23,31,-1,34,27,33,-1,36,24,32,-1,37,35,31,-1,38,36,32,-1,39,36,38,-1,40,35,37,-1,41,40,37,-1,42,39,38,-1,43,39,42,-1,44,40,41,-1,45,44,41,-1,46,43,42,-1,46,47,43,-1,48,44,45,-1,48,45,49,-1,2,47,46,-1,2,1,47,-1,5,48,49,-1,5,49,6,-1]
coord Coordinate { point [-1.457 -3.337 1.130,-1.390 -3.279 1.130,-1.375 -3.316 1.130,-1.462 -3.298 1.130,-1.839 -2.979 1.130,-1.823 -2.895 1.130,-1.785 -2.907 1.130,-1.799 -2.981 1.130,-1.295 -2.781 1.130,-1.337 -2.703 1.130,-1.268 -2.753 1.130,-1.247 -2.839 1.130,-1.213 -2.818 1.130,-1.177 -2.895 1.130,-1.543 -3.337 1.130,-1.538 -3.298 1.130,-1.355 -2.737 1.130,-1.416 -2.671 1.130,-1.833 -3.064 1.130,-1.795 -3.056 1.130,-1.771 -3.128 1.130,-1.215 -2.907 1.130,-1.425 -2.709 1.130,-1.500 -2.661 1.130,-1.201 -2.981 1.130,-1.161 -2.979 1.130,-1.625 -3.316 1.130,-1.676 -3.243 1.130,-1.610 -3.279 1.130,-1.807 -3.144 1.130,-1.731 -3.191 1.130,-1.500 -2.700 1.130,-1.167 -3.064 1.130,-1.699 -3.275 1.130,-1.761 -3.216 1.130,-1.584 -2.671 1.130,-1.205 -3.056 1.130,-1.575 -2.709 1.130,-1.193 -3.144 1.130,-1.229 -3.128 1.130,-1.663 -2.703 1.130,-1.645 -2.737 1.130,-1.239 -3.216 1.130,-1.269 -3.191 1.130,-1.732 -2.753 1.130,-1.705 -2.781 1.130,-1.301 -3.275 1.130,-1.324 -3.243 1.130,-1.787 -2.818 1.130,-1.753 -2.839 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,5,-1,0,3,5,-1,6,4,7,-1,4,5,7,-1,8,6,9,-1,6,7,9,-1,10,8,11,-1,12,10,11,-1,8,9,11,-1,12,11,13,-1]
coord Coordinate { point [0.673 -0.597 1.655,0.622 -0.591 1.655,0.622 -0.591 1.130,0.673 -0.597 1.130,0.720 -0.617 1.655,0.720 -0.617 1.130,0.761 -0.648 1.655,0.761 -0.648 1.130,0.793 -0.689 1.655,0.793 -0.689 1.130,0.812 -0.736 1.655,0.812 -0.736 1.130,0.819 -0.787 1.655,0.819 -0.787 1.130]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,3,4,2,-1,5,0,6,-1,0,2,6,-1,5,6,7,-1,8,5,9,-1,5,7,9,-1,10,11,12,-1,11,8,12,-1,8,9,12,-1,10,12,13,-1]
coord Coordinate { point [0.793 -3.654 2.180,0.812 -3.606 2.180,0.812 -3.606 1.130,0.819 -3.555 2.180,0.819 -3.555 1.130,0.761 -3.694 2.180,0.793 -3.654 1.130,0.761 -3.694 1.130,0.720 -3.726 2.180,0.720 -3.726 1.130,0.622 -3.752 2.180,0.673 -3.745 2.180,0.673 -3.745 1.130,0.622 -3.752 1.130]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.622 -0.591 1.655,-0.622 -0.591 1.130,0.622 -0.591 1.130,0.622 -0.591 1.655]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,5,0,-1,4,0,3,-1]
coord Coordinate { point [0.244 -3.752 1.655,0.244 -3.752 2.180,0.622 -3.752 2.180,0.622 -3.752 1.130,-0.622 -3.752 1.130,-0.622 -3.752 1.655]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,5,-1,0,3,5,-1,6,4,7,-1,4,5,7,-1,8,6,9,-1,10,8,9,-1,6,7,9,-1,10,9,11,-1,12,10,13,-1,10,11,13,-1]
coord Coordinate { point [-0.812 -0.736 1.655,-0.819 -0.787 1.655,-0.819 -0.787 1.130,-0.812 -0.736 1.130,-0.793 -0.689 1.655,-0.793 -0.689 1.130,-0.761 -0.648 1.655,-0.761 -0.648 1.130,-0.720 -0.617 1.655,-0.720 -0.617 1.130,-0.673 -0.597 1.655,-0.673 -0.597 1.130,-0.622 -0.591 1.655,-0.622 -0.591 1.130]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,2,4,-1,1,5,4,-1,2,1,4,-1,3,4,6,-1,7,3,8,-1,3,6,8,-1,9,7,10,-1,7,8,10,-1,11,12,13,-1,12,9,13,-1,9,10,13,-1,11,13,14,-1]
coord Coordinate { point [-0.622 -3.752 2.180,-0.622 -3.752 1.655,-0.673 -3.745 2.180,-0.720 -3.726 2.180,-0.673 -3.745 1.130,-0.622 -3.752 1.130,-0.720 -3.726 1.130,-0.761 -3.694 2.180,-0.761 -3.694 1.130,-0.793 -3.654 2.180,-0.793 -3.654 1.130,-0.819 -3.555 2.180,-0.812 -3.606 2.180,-0.812 -3.606 1.130,-0.819 -3.555 1.130]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,14,3,0,-1,11,8,10,-1,14,15,3,-1,16,17,9,-1,16,9,8,-1,18,4,7,-1,18,7,19,-1,20,18,19,-1,21,11,13,-1,22,17,16,-1,23,17,22,-1,24,13,25,-1,26,15,14,-1,26,27,28,-1,26,28,15,-1,24,21,13,-1,29,20,30,-1,29,18,20,-1,31,23,22,-1,32,24,25,-1,33,27,26,-1,34,29,30,-1,34,30,27,-1,35,23,31,-1,34,27,33,-1,36,24,32,-1,37,35,31,-1,38,36,32,-1,39,36,38,-1,40,35,37,-1,41,40,37,-1,42,39,38,-1,43,39,42,-1,44,40,41,-1,45,44,41,-1,46,43,42,-1,46,47,43,-1,48,44,45,-1,48,45,49,-1,2,47,46,-1,2,1,47,-1,5,48,49,-1,5,49,6,-1]
coord Coordinate { point [1.457 -1.663 1.130,1.390 -1.721 1.130,1.375 -1.684 1.130,1.462 -1.702 1.130,1.839 -2.021 1.130,1.823 -2.105 1.130,1.785 -2.093 1.130,1.799 -2.019 1.130,1.295 -2.219 1.130,1.337 -2.297 1.130,1.268 -2.247 1.130,1.247 -2.161 1.130,1.213 -2.182 1.130,1.177 -2.105 1.130,1.543 -1.663 1.130,1.538 -1.702 1.130,1.355 -2.263 1.130,1.416 -2.329 1.130,1.833 -1.936 1.130,1.795 -1.944 1.130,1.771 -1.872 1.130,1.215 -2.093 1.130,1.425 -2.291 1.130,1.500 -2.339 1.130,1.201 -2.019 1.130,1.161 -2.021 1.130,1.625 -1.684 1.130,1.676 -1.757 1.130,1.610 -1.721 1.130,1.807 -1.856 1.130,1.731 -1.809 1.130,1.500 -2.300 1.130,1.167 -1.936 1.130,1.699 -1.725 1.130,1.761 -1.784 1.130,1.584 -2.329 1.130,1.205 -1.944 1.130,1.575 -2.291 1.130,1.193 -1.856 1.130,1.229 -1.872 1.130,1.663 -2.297 1.130,1.645 -2.263 1.130,1.239 -1.784 1.130,1.269 -1.809 1.130,1.732 -2.247 1.130,1.705 -2.219 1.130,1.301 -1.725 1.130,1.324 -1.757 1.130,1.787 -2.182 1.130,1.753 -2.161 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,14,3,0,-1,11,8,10,-1,14,15,3,-1,16,17,9,-1,16,9,8,-1,18,4,7,-1,18,7,19,-1,20,18,19,-1,21,11,13,-1,22,17,16,-1,23,17,22,-1,24,13,25,-1,26,15,14,-1,26,27,28,-1,26,28,15,-1,24,21,13,-1,29,20,30,-1,29,18,20,-1,31,23,22,-1,32,24,25,-1,33,27,26,-1,34,29,30,-1,34,30,27,-1,35,23,31,-1,34,27,33,-1,36,24,32,-1,37,35,31,-1,38,36,32,-1,39,36,38,-1,40,35,37,-1,41,40,37,-1,42,39,38,-1,43,39,42,-1,44,40,41,-1,45,44,41,-1,46,43,42,-1,46,47,43,-1,48,44,45,-1,48,45,49,-1,2,47,46,-1,2,1,47,-1,5,48,49,-1,5,49,6,-1]
coord Coordinate { point [1.457 -2.663 1.130,1.390 -2.721 1.130,1.375 -2.684 1.130,1.462 -2.702 1.130,1.839 -3.021 1.130,1.823 -3.105 1.130,1.785 -3.093 1.130,1.799 -3.019 1.130,1.295 -3.219 1.130,1.337 -3.297 1.130,1.268 -3.247 1.130,1.247 -3.161 1.130,1.213 -3.182 1.130,1.177 -3.105 1.130,1.543 -2.663 1.130,1.538 -2.702 1.130,1.355 -3.263 1.130,1.416 -3.329 1.130,1.833 -2.936 1.130,1.795 -2.944 1.130,1.771 -2.872 1.130,1.215 -3.093 1.130,1.425 -3.291 1.130,1.500 -3.339 1.130,1.201 -3.019 1.130,1.161 -3.021 1.130,1.625 -2.684 1.130,1.676 -2.757 1.130,1.610 -2.721 1.130,1.807 -2.856 1.130,1.731 -2.809 1.130,1.500 -3.300 1.130,1.167 -2.936 1.130,1.699 -2.725 1.130,1.761 -2.784 1.130,1.584 -3.329 1.130,1.205 -2.944 1.130,1.575 -3.291 1.130,1.193 -2.856 1.130,1.229 -2.872 1.130,1.663 -3.297 1.130,1.645 -3.263 1.130,1.239 -2.784 1.130,1.269 -2.809 1.130,1.732 -3.247 1.130,1.705 -3.219 1.130,1.301 -2.725 1.130,1.324 -2.757 1.130,1.787 -3.182 1.130,1.753 -3.161 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,14,3,0,-1,11,8,10,-1,14,15,3,-1,16,17,9,-1,16,9,8,-1,18,4,7,-1,18,7,19,-1,20,18,19,-1,21,11,13,-1,22,17,16,-1,23,17,22,-1,24,13,25,-1,26,15,14,-1,26,27,28,-1,26,28,15,-1,24,21,13,-1,29,20,30,-1,29,18,20,-1,31,23,22,-1,32,24,25,-1,33,27,26,-1,34,29,30,-1,34,30,27,-1,35,23,31,-1,34,27,33,-1,36,24,32,-1,37,35,31,-1,38,36,32,-1,39,36,38,-1,40,35,37,-1,41,40,37,-1,42,39,38,-1,43,39,42,-1,44,40,41,-1,45,44,41,-1,46,43,42,-1,46,47,43,-1,48,44,45,-1,48,45,49,-1,2,47,46,-1,2,1,47,-1,5,48,49,-1,5,49,6,-1]
coord Coordinate { point [1.457 -3.663 1.130,1.390 -3.721 1.130,1.375 -3.684 1.130,1.462 -3.702 1.130,1.839 -4.021 1.130,1.823 -4.105 1.130,1.785 -4.093 1.130,1.799 -4.019 1.130,1.295 -4.219 1.130,1.337 -4.297 1.130,1.268 -4.247 1.130,1.247 -4.161 1.130,1.213 -4.182 1.130,1.177 -4.105 1.130,1.543 -3.663 1.130,1.538 -3.702 1.130,1.355 -4.263 1.130,1.416 -4.329 1.130,1.833 -3.936 1.130,1.795 -3.944 1.130,1.771 -3.872 1.130,1.215 -4.093 1.130,1.425 -4.291 1.130,1.500 -4.339 1.130,1.201 -4.019 1.130,1.161 -4.021 1.130,1.625 -3.684 1.130,1.676 -3.757 1.130,1.610 -3.721 1.130,1.807 -3.856 1.130,1.731 -3.809 1.130,1.500 -4.300 1.130,1.167 -3.936 1.130,1.699 -3.725 1.130,1.761 -3.784 1.130,1.584 -4.329 1.130,1.205 -3.944 1.130,1.575 -4.291 1.130,1.193 -3.856 1.130,1.229 -3.872 1.130,1.663 -4.297 1.130,1.645 -4.263 1.130,1.239 -3.784 1.130,1.269 -3.809 1.130,1.732 -4.247 1.130,1.705 -4.219 1.130,1.301 -3.725 1.130,1.324 -3.757 1.130,1.787 -4.182 1.130,1.753 -4.161 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,4,5,6,-1,4,7,5,-1,8,9,10,-1,11,12,13,-1,11,10,12,-1,11,8,10,-1,14,0,3,-1,15,16,9,-1,17,14,3,-1,15,9,8,-1,18,11,13,-1,19,7,4,-1,20,16,15,-1,19,21,22,-1,19,22,7,-1,23,18,13,-1,24,14,17,-1,25,16,20,-1,26,21,19,-1,27,18,23,-1,28,17,29,-1,28,29,21,-1,28,21,26,-1,28,24,17,-1,30,25,20,-1,31,27,23,-1,32,25,30,-1,33,27,31,-1,34,32,30,-1,35,33,31,-1,36,33,35,-1,37,32,34,-1,38,37,34,-1,39,36,35,-1,40,36,39,-1,41,37,38,-1,42,41,38,-1,43,40,39,-1,43,44,40,-1,45,41,42,-1,45,42,46,-1,47,44,43,-1,47,48,44,-1,49,45,46,-1,49,46,1,-1,6,48,47,-1,6,5,48,-1,0,49,1,-1]
coord Coordinate { point [1.839 -1.021 1.130,1.785 -1.093 1.130,1.799 -1.019 1.130,1.795 -0.944 1.130,1.543 -0.663 1.130,1.462 -0.702 1.130,1.457 -0.663 1.130,1.538 -0.702 1.130,1.295 -1.219 1.130,1.337 -1.297 1.130,1.268 -1.247 1.130,1.247 -1.161 1.130,1.213 -1.182 1.130,1.177 -1.105 1.130,1.833 -0.936 1.130,1.355 -1.263 1.130,1.416 -1.329 1.130,1.771 -0.872 1.130,1.215 -1.093 1.130,1.625 -0.684 1.130,1.425 -1.291 1.130,1.676 -0.757 1.130,1.610 -0.721 1.130,1.161 -1.021 1.130,1.807 -0.856 1.130,1.500 -1.339 1.130,1.699 -0.725 1.130,1.201 -1.019 1.130,1.761 -0.784 1.130,1.731 -0.809 1.130,1.500 -1.300 1.130,1.167 -0.936 1.130,1.584 -1.329 1.130,1.205 -0.944 1.130,1.575 -1.291 1.130,1.193 -0.856 1.130,1.229 -0.872 1.130,1.663 -1.297 1.130,1.645 -1.263 1.130,1.239 -0.784 1.130,1.269 -0.809 1.130,1.732 -1.247 1.130,1.705 -1.219 1.130,1.301 -0.725 1.130,1.324 -0.757 1.130,1.787 -1.182 1.130,1.753 -1.161 1.130,1.375 -0.684 1.130,1.390 -0.721 1.130,1.823 -1.105 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,3,5,-1,4,0,3,-1,6,5,7,-1,6,4,5,-1,8,7,9,-1,8,9,10,-1,8,6,7,-1,11,10,12,-1,11,8,10,-1,13,11,12,-1]
coord Coordinate { point [-0.812 -4.213 2.180,-0.819 -4.264 2.180,-0.819 -4.264 1.655,-0.812 -4.213 1.655,-0.793 -4.165 2.180,-0.793 -4.165 1.655,-0.761 -4.125 2.180,-0.761 -4.125 1.655,-0.720 -4.093 2.180,-0.720 -4.093 1.655,-0.673 -4.074 1.655,-0.673 -4.074 2.180,-0.622 -4.067 1.655,-0.622 -4.067 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.622 3.319 1.655,-0.622 4.067 1.655,-0.622 3.319 2.180,-0.622 4.067 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [-0.622 -4.067 1.655,-0.622 -3.752 1.655,-0.622 -4.067 2.180,-0.622 -3.752 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.177 2.105 2.196,-1.177 2.105 2.180,-1.213 2.182 2.180,-1.213 2.182 2.196,-1.268 2.247 2.180,-1.268 2.247 2.196,-1.584 2.329 2.196,-1.500 2.339 2.196,-1.584 2.329 2.180,-1.500 2.339 2.180,-1.337 2.297 2.196,-1.337 2.297 2.180,-1.663 2.297 2.196,-1.663 2.297 2.180,-1.416 2.329 2.180,-1.416 2.329 2.196,-1.732 2.247 2.196,-1.732 2.247 2.180,-1.787 2.182 2.196,-1.787 2.182 2.180,-1.823 2.105 2.196,-1.823 2.105 2.180,-1.839 2.021 2.196,-1.839 2.021 2.180,-1.833 1.936 2.196,-1.807 1.856 2.196,-1.833 1.936 2.180,-1.761 1.784 2.196,-1.807 1.856 2.180,-1.699 1.725 2.196,-1.761 1.784 2.180,-1.625 1.684 2.196,-1.699 1.725 2.180,-1.543 1.663 2.196,-1.625 1.684 2.180,-1.543 1.663 2.180,-1.457 1.663 2.196,-1.457 1.663 2.180,-1.375 1.684 2.196,-1.375 1.684 2.180,-1.301 1.725 2.196,-1.301 1.725 2.180,-1.239 1.784 2.196,-1.239 1.784 2.180,-1.193 1.856 2.196,-1.193 1.856 2.180,-1.167 1.936 2.180,-1.167 1.936 2.196,-1.161 2.021 2.180,-1.161 2.021 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.177 3.105 2.196,-1.177 3.105 2.180,-1.213 3.182 2.180,-1.213 3.182 2.196,-1.268 3.247 2.180,-1.268 3.247 2.196,-1.584 3.329 2.196,-1.500 3.339 2.196,-1.584 3.329 2.180,-1.500 3.339 2.180,-1.337 3.297 2.196,-1.337 3.297 2.180,-1.663 3.297 2.196,-1.663 3.297 2.180,-1.416 3.329 2.180,-1.416 3.329 2.196,-1.732 3.247 2.196,-1.732 3.247 2.180,-1.787 3.182 2.196,-1.787 3.182 2.180,-1.823 3.105 2.196,-1.823 3.105 2.180,-1.839 3.021 2.196,-1.839 3.021 2.180,-1.833 2.936 2.196,-1.807 2.856 2.196,-1.833 2.936 2.180,-1.761 2.784 2.196,-1.807 2.856 2.180,-1.699 2.725 2.196,-1.761 2.784 2.180,-1.625 2.684 2.196,-1.699 2.725 2.180,-1.543 2.663 2.196,-1.625 2.684 2.180,-1.543 2.663 2.180,-1.457 2.663 2.196,-1.457 2.663 2.180,-1.375 2.684 2.196,-1.375 2.684 2.180,-1.301 2.725 2.196,-1.301 2.725 2.180,-1.239 2.784 2.196,-1.239 2.784 2.180,-1.193 2.856 2.196,-1.193 2.856 2.180,-1.167 2.936 2.180,-1.167 2.936 2.196,-1.161 3.021 2.180,-1.161 3.021 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.177 4.105 2.196,-1.177 4.105 2.180,-1.213 4.182 2.180,-1.213 4.182 2.196,-1.268 4.247 2.180,-1.268 4.247 2.196,-1.584 4.329 2.196,-1.500 4.339 2.196,-1.584 4.329 2.180,-1.500 4.339 2.180,-1.337 4.297 2.196,-1.337 4.297 2.180,-1.663 4.297 2.196,-1.663 4.297 2.180,-1.416 4.329 2.180,-1.416 4.329 2.196,-1.732 4.247 2.196,-1.732 4.247 2.180,-1.787 4.182 2.196,-1.787 4.182 2.180,-1.823 4.105 2.196,-1.823 4.105 2.180,-1.839 4.021 2.196,-1.839 4.021 2.180,-1.833 3.936 2.196,-1.807 3.856 2.196,-1.833 3.936 2.180,-1.761 3.784 2.196,-1.807 3.856 2.180,-1.699 3.725 2.196,-1.761 3.784 2.180,-1.625 3.684 2.196,-1.699 3.725 2.180,-1.543 3.663 2.196,-1.625 3.684 2.180,-1.543 3.663 2.180,-1.457 3.663 2.196,-1.457 3.663 2.180,-1.375 3.684 2.196,-1.375 3.684 2.180,-1.301 3.725 2.196,-1.301 3.725 2.180,-1.239 3.784 2.196,-1.239 3.784 2.180,-1.193 3.856 2.196,-1.193 3.856 2.180,-1.167 3.936 2.180,-1.167 3.936 2.196,-1.161 4.021 2.180,-1.161 4.021 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.177 -0.895 2.196,-1.177 -0.895 2.180,-1.213 -0.818 2.180,-1.213 -0.818 2.196,-1.268 -0.753 2.180,-1.268 -0.753 2.196,-1.584 -0.671 2.196,-1.500 -0.661 2.196,-1.584 -0.671 2.180,-1.500 -0.661 2.180,-1.337 -0.703 2.196,-1.337 -0.703 2.180,-1.663 -0.703 2.196,-1.663 -0.703 2.180,-1.416 -0.671 2.180,-1.416 -0.671 2.196,-1.732 -0.753 2.196,-1.732 -0.753 2.180,-1.787 -0.818 2.196,-1.787 -0.818 2.180,-1.823 -0.895 2.196,-1.823 -0.895 2.180,-1.839 -0.979 2.196,-1.839 -0.979 2.180,-1.833 -1.064 2.196,-1.807 -1.144 2.196,-1.833 -1.064 2.180,-1.761 -1.216 2.196,-1.807 -1.144 2.180,-1.699 -1.275 2.196,-1.761 -1.216 2.180,-1.625 -1.316 2.196,-1.699 -1.275 2.180,-1.543 -1.337 2.196,-1.625 -1.316 2.180,-1.543 -1.337 2.180,-1.457 -1.337 2.196,-1.457 -1.337 2.180,-1.375 -1.316 2.196,-1.375 -1.316 2.180,-1.301 -1.275 2.196,-1.301 -1.275 2.180,-1.239 -1.216 2.196,-1.239 -1.216 2.180,-1.193 -1.144 2.196,-1.193 -1.144 2.180,-1.167 -1.064 2.180,-1.167 -1.064 2.196,-1.161 -0.979 2.180,-1.161 -0.979 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.177 0.105 2.196,-1.177 0.105 2.180,-1.213 0.182 2.180,-1.213 0.182 2.196,-1.268 0.247 2.180,-1.268 0.247 2.196,-1.584 0.329 2.196,-1.500 0.339 2.196,-1.584 0.329 2.180,-1.500 0.339 2.180,-1.337 0.297 2.196,-1.337 0.297 2.180,-1.663 0.297 2.196,-1.663 0.297 2.180,-1.416 0.329 2.180,-1.416 0.329 2.196,-1.732 0.247 2.196,-1.732 0.247 2.180,-1.787 0.182 2.196,-1.787 0.182 2.180,-1.823 0.105 2.196,-1.823 0.105 2.180,-1.839 0.021 2.196,-1.839 0.021 2.180,-1.833 -0.064 2.196,-1.807 -0.144 2.196,-1.833 -0.064 2.180,-1.761 -0.216 2.196,-1.807 -0.144 2.180,-1.699 -0.275 2.196,-1.761 -0.216 2.180,-1.625 -0.316 2.196,-1.699 -0.275 2.180,-1.543 -0.337 2.196,-1.625 -0.316 2.180,-1.543 -0.337 2.180,-1.457 -0.337 2.196,-1.457 -0.337 2.180,-1.375 -0.316 2.196,-1.375 -0.316 2.180,-1.301 -0.275 2.196,-1.301 -0.275 2.180,-1.239 -0.216 2.196,-1.239 -0.216 2.180,-1.193 -0.144 2.196,-1.193 -0.144 2.180,-1.167 -0.064 2.180,-1.167 -0.064 2.196,-1.161 0.021 2.180,-1.161 0.021 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.177 1.105 2.196,-1.177 1.105 2.180,-1.213 1.182 2.180,-1.213 1.182 2.196,-1.268 1.247 2.180,-1.268 1.247 2.196,-1.584 1.329 2.196,-1.500 1.339 2.196,-1.584 1.329 2.180,-1.500 1.339 2.180,-1.337 1.297 2.196,-1.337 1.297 2.180,-1.663 1.297 2.196,-1.663 1.297 2.180,-1.416 1.329 2.180,-1.416 1.329 2.196,-1.732 1.247 2.196,-1.732 1.247 2.180,-1.787 1.182 2.196,-1.787 1.182 2.180,-1.823 1.105 2.196,-1.823 1.105 2.180,-1.839 1.021 2.196,-1.839 1.021 2.180,-1.833 0.936 2.196,-1.807 0.856 2.196,-1.833 0.936 2.180,-1.761 0.784 2.196,-1.807 0.856 2.180,-1.699 0.725 2.196,-1.761 0.784 2.180,-1.625 0.684 2.196,-1.699 0.725 2.180,-1.543 0.663 2.196,-1.625 0.684 2.180,-1.543 0.663 2.180,-1.457 0.663 2.196,-1.457 0.663 2.180,-1.375 0.684 2.196,-1.375 0.684 2.180,-1.301 0.725 2.196,-1.301 0.725 2.180,-1.239 0.784 2.196,-1.239 0.784 2.180,-1.193 0.856 2.196,-1.193 0.856 2.180,-1.167 0.936 2.180,-1.167 0.936 2.196,-1.161 1.021 2.180,-1.161 1.021 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.177 -2.895 2.196,-1.177 -2.895 2.180,-1.213 -2.818 2.180,-1.213 -2.818 2.196,-1.268 -2.753 2.180,-1.268 -2.753 2.196,-1.584 -2.671 2.196,-1.500 -2.661 2.196,-1.584 -2.671 2.180,-1.500 -2.661 2.180,-1.337 -2.703 2.196,-1.337 -2.703 2.180,-1.663 -2.703 2.196,-1.663 -2.703 2.180,-1.416 -2.671 2.180,-1.416 -2.671 2.196,-1.732 -2.753 2.196,-1.732 -2.753 2.180,-1.787 -2.818 2.196,-1.787 -2.818 2.180,-1.823 -2.895 2.196,-1.823 -2.895 2.180,-1.839 -2.979 2.196,-1.839 -2.979 2.180,-1.833 -3.064 2.196,-1.807 -3.144 2.196,-1.833 -3.064 2.180,-1.761 -3.216 2.196,-1.807 -3.144 2.180,-1.699 -3.275 2.196,-1.761 -3.216 2.180,-1.625 -3.316 2.196,-1.699 -3.275 2.180,-1.543 -3.337 2.196,-1.625 -3.316 2.180,-1.543 -3.337 2.180,-1.457 -3.337 2.196,-1.457 -3.337 2.180,-1.375 -3.316 2.196,-1.375 -3.316 2.180,-1.301 -3.275 2.196,-1.301 -3.275 2.180,-1.239 -3.216 2.196,-1.239 -3.216 2.180,-1.193 -3.144 2.196,-1.193 -3.144 2.180,-1.167 -3.064 2.180,-1.167 -3.064 2.196,-1.161 -2.979 2.180,-1.161 -2.979 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.177 -1.895 2.196,-1.177 -1.895 2.180,-1.213 -1.818 2.180,-1.213 -1.818 2.196,-1.268 -1.753 2.180,-1.268 -1.753 2.196,-1.584 -1.671 2.196,-1.500 -1.661 2.196,-1.584 -1.671 2.180,-1.500 -1.661 2.180,-1.337 -1.703 2.196,-1.337 -1.703 2.180,-1.663 -1.703 2.196,-1.663 -1.703 2.180,-1.416 -1.671 2.180,-1.416 -1.671 2.196,-1.732 -1.753 2.196,-1.732 -1.753 2.180,-1.787 -1.818 2.196,-1.787 -1.818 2.180,-1.823 -1.895 2.196,-1.823 -1.895 2.180,-1.839 -1.979 2.196,-1.839 -1.979 2.180,-1.833 -2.064 2.196,-1.807 -2.144 2.196,-1.833 -2.064 2.180,-1.761 -2.216 2.196,-1.807 -2.144 2.180,-1.699 -2.275 2.196,-1.761 -2.216 2.180,-1.625 -2.316 2.196,-1.699 -2.275 2.180,-1.543 -2.337 2.196,-1.625 -2.316 2.180,-1.543 -2.337 2.180,-1.457 -2.337 2.196,-1.457 -2.337 2.180,-1.375 -2.316 2.196,-1.375 -2.316 2.180,-1.301 -2.275 2.196,-1.301 -2.275 2.180,-1.239 -2.216 2.196,-1.239 -2.216 2.180,-1.193 -2.144 2.196,-1.193 -2.144 2.180,-1.167 -2.064 2.180,-1.167 -2.064 2.196,-1.161 -1.979 2.180,-1.161 -1.979 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.177 -3.895 2.196,-1.177 -3.895 2.180,-1.213 -3.818 2.180,-1.213 -3.818 2.196,-1.268 -3.753 2.180,-1.268 -3.753 2.196,-1.584 -3.671 2.196,-1.500 -3.661 2.196,-1.584 -3.671 2.180,-1.500 -3.661 2.180,-1.337 -3.703 2.196,-1.337 -3.703 2.180,-1.663 -3.703 2.196,-1.663 -3.703 2.180,-1.416 -3.671 2.180,-1.416 -3.671 2.196,-1.732 -3.753 2.196,-1.732 -3.753 2.180,-1.787 -3.818 2.196,-1.787 -3.818 2.180,-1.823 -3.895 2.196,-1.823 -3.895 2.180,-1.839 -3.979 2.196,-1.839 -3.979 2.180,-1.833 -4.064 2.196,-1.807 -4.144 2.196,-1.833 -4.064 2.180,-1.761 -4.216 2.196,-1.807 -4.144 2.180,-1.699 -4.275 2.196,-1.761 -4.216 2.180,-1.625 -4.316 2.196,-1.699 -4.275 2.180,-1.543 -4.337 2.196,-1.625 -4.316 2.180,-1.543 -4.337 2.180,-1.457 -4.337 2.196,-1.457 -4.337 2.180,-1.375 -4.316 2.196,-1.375 -4.316 2.180,-1.301 -4.275 2.196,-1.301 -4.275 2.180,-1.239 -4.216 2.196,-1.239 -4.216 2.180,-1.193 -4.144 2.196,-1.193 -4.144 2.180,-1.167 -4.064 2.180,-1.167 -4.064 2.196,-1.161 -3.979 2.180,-1.161 -3.979 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.244 4.067 1.655,0.244 3.319 1.655,0.244 4.067 2.180,0.244 3.319 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1]
coord Coordinate { point [0.244 -3.752 1.655,0.244 -4.067 1.655,0.244 -3.752 2.180,0.244 -4.067 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1]
coord Coordinate { point [0.622 -4.067 2.180,0.244 -4.067 1.655,0.622 -4.067 1.655,0.244 -4.067 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,0,3,4,-1,5,0,4,-1,6,4,7,-1,6,5,4,-1,8,7,9,-1,8,9,10,-1,8,6,7,-1,11,10,12,-1,11,8,10,-1,13,11,12,-1]
coord Coordinate { point [0.673 -4.074 2.180,0.622 -4.067 2.180,0.622 -4.067 1.655,0.673 -4.074 1.655,0.720 -4.093 1.655,0.720 -4.093 2.180,0.761 -4.125 2.180,0.761 -4.125 1.655,0.793 -4.165 2.180,0.793 -4.165 1.655,0.812 -4.213 1.655,0.812 -4.213 2.180,0.819 -4.264 1.655,0.819 -4.264 2.180]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.177 0.895 2.196,1.177 0.895 2.180,1.213 0.818 2.180,1.213 0.818 2.196,1.268 0.753 2.180,1.268 0.753 2.196,1.584 0.671 2.196,1.500 0.661 2.196,1.584 0.671 2.180,1.500 0.661 2.180,1.337 0.703 2.196,1.337 0.703 2.180,1.663 0.703 2.196,1.663 0.703 2.180,1.416 0.671 2.180,1.416 0.671 2.196,1.732 0.753 2.196,1.732 0.753 2.180,1.787 0.818 2.196,1.787 0.818 2.180,1.823 0.895 2.196,1.823 0.895 2.180,1.839 0.979 2.196,1.839 0.979 2.180,1.833 1.064 2.196,1.807 1.144 2.196,1.833 1.064 2.180,1.761 1.216 2.196,1.807 1.144 2.180,1.699 1.275 2.196,1.761 1.216 2.180,1.625 1.316 2.196,1.699 1.275 2.180,1.543 1.337 2.196,1.625 1.316 2.180,1.543 1.337 2.180,1.457 1.337 2.196,1.457 1.337 2.180,1.375 1.316 2.196,1.375 1.316 2.180,1.301 1.275 2.196,1.301 1.275 2.180,1.239 1.216 2.196,1.239 1.216 2.180,1.193 1.144 2.196,1.193 1.144 2.180,1.167 1.064 2.180,1.167 1.064 2.196,1.161 0.979 2.180,1.161 0.979 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.177 -0.105 2.196,1.177 -0.105 2.180,1.213 -0.182 2.180,1.213 -0.182 2.196,1.268 -0.247 2.180,1.268 -0.247 2.196,1.584 -0.329 2.196,1.500 -0.339 2.196,1.584 -0.329 2.180,1.500 -0.339 2.180,1.337 -0.297 2.196,1.337 -0.297 2.180,1.663 -0.297 2.196,1.663 -0.297 2.180,1.416 -0.329 2.180,1.416 -0.329 2.196,1.732 -0.247 2.196,1.732 -0.247 2.180,1.787 -0.182 2.196,1.787 -0.182 2.180,1.823 -0.105 2.196,1.823 -0.105 2.180,1.839 -0.021 2.196,1.839 -0.021 2.180,1.833 0.064 2.196,1.807 0.144 2.196,1.833 0.064 2.180,1.761 0.216 2.196,1.807 0.144 2.180,1.699 0.275 2.196,1.761 0.216 2.180,1.625 0.316 2.196,1.699 0.275 2.180,1.543 0.337 2.196,1.625 0.316 2.180,1.543 0.337 2.180,1.457 0.337 2.196,1.457 0.337 2.180,1.375 0.316 2.196,1.375 0.316 2.180,1.301 0.275 2.196,1.301 0.275 2.180,1.239 0.216 2.196,1.239 0.216 2.180,1.193 0.144 2.196,1.193 0.144 2.180,1.167 0.064 2.180,1.167 0.064 2.196,1.161 -0.021 2.180,1.161 -0.021 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.177 -1.105 2.196,1.177 -1.105 2.180,1.213 -1.182 2.180,1.213 -1.182 2.196,1.268 -1.247 2.180,1.268 -1.247 2.196,1.584 -1.329 2.196,1.500 -1.339 2.196,1.584 -1.329 2.180,1.500 -1.339 2.180,1.337 -1.297 2.196,1.337 -1.297 2.180,1.663 -1.297 2.196,1.663 -1.297 2.180,1.416 -1.329 2.180,1.416 -1.329 2.196,1.732 -1.247 2.196,1.732 -1.247 2.180,1.787 -1.182 2.196,1.787 -1.182 2.180,1.823 -1.105 2.196,1.823 -1.105 2.180,1.839 -1.021 2.196,1.839 -1.021 2.180,1.833 -0.936 2.196,1.807 -0.856 2.196,1.833 -0.936 2.180,1.761 -0.784 2.196,1.807 -0.856 2.180,1.699 -0.725 2.196,1.761 -0.784 2.180,1.625 -0.684 2.196,1.699 -0.725 2.180,1.543 -0.663 2.196,1.625 -0.684 2.180,1.543 -0.663 2.180,1.457 -0.663 2.196,1.457 -0.663 2.180,1.375 -0.684 2.196,1.375 -0.684 2.180,1.301 -0.725 2.196,1.301 -0.725 2.180,1.239 -0.784 2.196,1.239 -0.784 2.180,1.193 -0.856 2.196,1.193 -0.856 2.180,1.167 -0.936 2.180,1.167 -0.936 2.196,1.161 -1.021 2.180,1.161 -1.021 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.177 -4.105 2.196,1.177 -4.105 2.180,1.213 -4.182 2.180,1.213 -4.182 2.196,1.268 -4.247 2.180,1.268 -4.247 2.196,1.584 -4.329 2.196,1.500 -4.339 2.196,1.584 -4.329 2.180,1.500 -4.339 2.180,1.337 -4.297 2.196,1.337 -4.297 2.180,1.663 -4.297 2.196,1.663 -4.297 2.180,1.416 -4.329 2.180,1.416 -4.329 2.196,1.732 -4.247 2.196,1.732 -4.247 2.180,1.787 -4.182 2.196,1.787 -4.182 2.180,1.823 -4.105 2.196,1.823 -4.105 2.180,1.839 -4.021 2.196,1.839 -4.021 2.180,1.833 -3.936 2.196,1.807 -3.856 2.196,1.833 -3.936 2.180,1.761 -3.784 2.196,1.807 -3.856 2.180,1.699 -3.725 2.196,1.761 -3.784 2.180,1.625 -3.684 2.196,1.699 -3.725 2.180,1.543 -3.663 2.196,1.625 -3.684 2.180,1.543 -3.663 2.180,1.457 -3.663 2.196,1.457 -3.663 2.180,1.375 -3.684 2.196,1.375 -3.684 2.180,1.301 -3.725 2.196,1.301 -3.725 2.180,1.239 -3.784 2.196,1.239 -3.784 2.180,1.193 -3.856 2.196,1.193 -3.856 2.180,1.167 -3.936 2.180,1.167 -3.936 2.196,1.161 -4.021 2.180,1.161 -4.021 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.177 -3.105 2.196,1.177 -3.105 2.180,1.213 -3.182 2.180,1.213 -3.182 2.196,1.268 -3.247 2.180,1.268 -3.247 2.196,1.584 -3.329 2.196,1.500 -3.339 2.196,1.584 -3.329 2.180,1.500 -3.339 2.180,1.337 -3.297 2.196,1.337 -3.297 2.180,1.663 -3.297 2.196,1.663 -3.297 2.180,1.416 -3.329 2.180,1.416 -3.329 2.196,1.732 -3.247 2.196,1.732 -3.247 2.180,1.787 -3.182 2.196,1.787 -3.182 2.180,1.823 -3.105 2.196,1.823 -3.105 2.180,1.839 -3.021 2.196,1.839 -3.021 2.180,1.833 -2.936 2.196,1.807 -2.856 2.196,1.833 -2.936 2.180,1.761 -2.784 2.196,1.807 -2.856 2.180,1.699 -2.725 2.196,1.761 -2.784 2.180,1.625 -2.684 2.196,1.699 -2.725 2.180,1.543 -2.663 2.196,1.625 -2.684 2.180,1.543 -2.663 2.180,1.457 -2.663 2.196,1.457 -2.663 2.180,1.375 -2.684 2.196,1.375 -2.684 2.180,1.301 -2.725 2.196,1.301 -2.725 2.180,1.239 -2.784 2.196,1.239 -2.784 2.180,1.193 -2.856 2.196,1.193 -2.856 2.180,1.167 -2.936 2.180,1.167 -2.936 2.196,1.161 -3.021 2.180,1.161 -3.021 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.177 -2.105 2.196,1.177 -2.105 2.180,1.213 -2.182 2.180,1.213 -2.182 2.196,1.268 -2.247 2.180,1.268 -2.247 2.196,1.584 -2.329 2.196,1.500 -2.339 2.196,1.584 -2.329 2.180,1.500 -2.339 2.180,1.337 -2.297 2.196,1.337 -2.297 2.180,1.663 -2.297 2.196,1.663 -2.297 2.180,1.416 -2.329 2.180,1.416 -2.329 2.196,1.732 -2.247 2.196,1.732 -2.247 2.180,1.787 -2.182 2.196,1.787 -2.182 2.180,1.823 -2.105 2.196,1.823 -2.105 2.180,1.839 -2.021 2.196,1.839 -2.021 2.180,1.833 -1.936 2.196,1.807 -1.856 2.196,1.833 -1.936 2.180,1.761 -1.784 2.196,1.807 -1.856 2.180,1.699 -1.725 2.196,1.761 -1.784 2.180,1.625 -1.684 2.196,1.699 -1.725 2.180,1.543 -1.663 2.196,1.625 -1.684 2.180,1.543 -1.663 2.180,1.457 -1.663 2.196,1.457 -1.663 2.180,1.375 -1.684 2.196,1.375 -1.684 2.180,1.301 -1.725 2.196,1.301 -1.725 2.180,1.239 -1.784 2.196,1.239 -1.784 2.180,1.193 -1.856 2.196,1.193 -1.856 2.180,1.167 -1.936 2.180,1.167 -1.936 2.196,1.161 -2.021 2.180,1.161 -2.021 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.177 3.895 2.196,1.177 3.895 2.180,1.213 3.818 2.180,1.213 3.818 2.196,1.268 3.753 2.180,1.268 3.753 2.196,1.584 3.671 2.196,1.500 3.661 2.196,1.584 3.671 2.180,1.500 3.661 2.180,1.337 3.703 2.196,1.337 3.703 2.180,1.663 3.703 2.196,1.663 3.703 2.180,1.416 3.671 2.180,1.416 3.671 2.196,1.732 3.753 2.196,1.732 3.753 2.180,1.787 3.818 2.196,1.787 3.818 2.180,1.823 3.895 2.196,1.823 3.895 2.180,1.839 3.979 2.196,1.839 3.979 2.180,1.833 4.064 2.196,1.807 4.144 2.196,1.833 4.064 2.180,1.761 4.216 2.196,1.807 4.144 2.180,1.699 4.275 2.196,1.761 4.216 2.180,1.625 4.316 2.196,1.699 4.275 2.180,1.543 4.337 2.196,1.625 4.316 2.180,1.543 4.337 2.180,1.457 4.337 2.196,1.457 4.337 2.180,1.375 4.316 2.196,1.375 4.316 2.180,1.301 4.275 2.196,1.301 4.275 2.180,1.239 4.216 2.196,1.239 4.216 2.180,1.193 4.144 2.196,1.193 4.144 2.180,1.167 4.064 2.180,1.167 4.064 2.196,1.161 3.979 2.180,1.161 3.979 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.177 2.895 2.196,1.177 2.895 2.180,1.213 2.818 2.180,1.213 2.818 2.196,1.268 2.753 2.180,1.268 2.753 2.196,1.584 2.671 2.196,1.500 2.661 2.196,1.584 2.671 2.180,1.500 2.661 2.180,1.337 2.703 2.196,1.337 2.703 2.180,1.663 2.703 2.196,1.663 2.703 2.180,1.416 2.671 2.180,1.416 2.671 2.196,1.732 2.753 2.196,1.732 2.753 2.180,1.787 2.818 2.196,1.787 2.818 2.180,1.823 2.895 2.196,1.823 2.895 2.180,1.839 2.979 2.196,1.839 2.979 2.180,1.833 3.064 2.196,1.807 3.144 2.196,1.833 3.064 2.180,1.761 3.216 2.196,1.807 3.144 2.180,1.699 3.275 2.196,1.761 3.216 2.180,1.625 3.316 2.196,1.699 3.275 2.180,1.543 3.337 2.196,1.625 3.316 2.180,1.543 3.337 2.180,1.457 3.337 2.196,1.457 3.337 2.180,1.375 3.316 2.196,1.375 3.316 2.180,1.301 3.275 2.196,1.301 3.275 2.180,1.239 3.216 2.196,1.239 3.216 2.180,1.193 3.144 2.196,1.193 3.144 2.180,1.167 3.064 2.180,1.167 3.064 2.196,1.161 2.979 2.180,1.161 2.979 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,3,2,4,-1,5,3,4,-1,6,7,8,-1,7,9,8,-1,10,5,11,-1,5,4,11,-1,12,6,13,-1,6,8,13,-1,10,11,14,-1,15,10,14,-1,16,12,17,-1,7,15,9,-1,15,14,9,-1,12,13,17,-1,18,16,19,-1,16,17,19,-1,20,18,21,-1,18,19,21,-1,22,20,23,-1,24,22,23,-1,20,21,23,-1,25,24,26,-1,24,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,33,34,35,-1,36,33,35,-1,36,35,37,-1,38,36,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,44,43,45,-1,44,45,46,-1,47,44,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.177 1.895 2.196,1.177 1.895 2.180,1.213 1.818 2.180,1.213 1.818 2.196,1.268 1.753 2.180,1.268 1.753 2.196,1.584 1.671 2.196,1.500 1.661 2.196,1.584 1.671 2.180,1.500 1.661 2.180,1.337 1.703 2.196,1.337 1.703 2.180,1.663 1.703 2.196,1.663 1.703 2.180,1.416 1.671 2.180,1.416 1.671 2.196,1.732 1.753 2.196,1.732 1.753 2.180,1.787 1.818 2.196,1.787 1.818 2.180,1.823 1.895 2.196,1.823 1.895 2.180,1.839 1.979 2.196,1.839 1.979 2.180,1.833 2.064 2.196,1.807 2.144 2.196,1.833 2.064 2.180,1.761 2.216 2.196,1.807 2.144 2.180,1.699 2.275 2.196,1.761 2.216 2.180,1.625 2.316 2.196,1.699 2.275 2.180,1.543 2.337 2.196,1.625 2.316 2.180,1.543 2.337 2.180,1.457 2.337 2.196,1.457 2.337 2.180,1.375 2.316 2.196,1.375 2.316 2.180,1.301 2.275 2.196,1.301 2.275 2.180,1.239 2.216 2.196,1.239 2.216 2.180,1.193 2.144 2.196,1.193 2.144 2.180,1.167 2.064 2.180,1.167 2.064 2.196,1.161 1.979 2.180,1.161 1.979 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1]
coord Coordinate { point [-0.622 3.319 1.655,0.244 3.319 1.655,0.244 4.067 1.655,-0.622 4.067 1.655]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.201 1.019 1.130,-1.205 0.944 0.736,-1.201 1.019 0.736,-1.215 1.093 0.736,-1.215 1.093 1.130,-1.247 1.161 1.130,-1.247 1.161 0.736,-1.575 1.291 1.130,-1.500 1.300 1.130,-1.500 1.300 0.736,-1.575 1.291 0.736,-1.295 1.219 1.130,-1.295 1.219 0.736,-1.645 1.263 1.130,-1.645 1.263 0.736,-1.355 1.263 1.130,-1.355 1.263 0.736,-1.705 1.219 1.130,-1.705 1.219 0.736,-1.425 1.291 1.130,-1.425 1.291 0.736,-1.753 1.161 1.130,-1.753 1.161 0.736,-1.785 1.093 1.130,-1.785 1.093 0.736,-1.799 1.019 1.130,-1.799 1.019 0.736,-1.795 0.944 0.736,-1.795 0.944 1.130,-1.771 0.872 1.130,-1.771 0.872 0.736,-1.731 0.809 0.736,-1.731 0.809 1.130,-1.676 0.757 1.130,-1.676 0.757 0.736,-1.610 0.721 1.130,-1.610 0.721 0.736,-1.538 0.702 0.736,-1.538 0.702 1.130,-1.462 0.702 1.130,-1.462 0.702 0.736,-1.390 0.721 1.130,-1.390 0.721 0.736,-1.324 0.757 0.736,-1.324 0.757 1.130,-1.269 0.809 1.130,-1.269 0.809 0.736,-1.229 0.872 1.130,-1.229 0.872 0.736,-1.205 0.944 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.201 0.019 1.130,-1.205 -0.056 0.736,-1.201 0.019 0.736,-1.215 0.093 0.736,-1.215 0.093 1.130,-1.247 0.161 1.130,-1.247 0.161 0.736,-1.575 0.291 1.130,-1.500 0.300 1.130,-1.500 0.300 0.736,-1.575 0.291 0.736,-1.295 0.219 1.130,-1.295 0.219 0.736,-1.645 0.263 1.130,-1.645 0.263 0.736,-1.355 0.263 1.130,-1.355 0.263 0.736,-1.705 0.219 1.130,-1.705 0.219 0.736,-1.425 0.291 1.130,-1.425 0.291 0.736,-1.753 0.161 1.130,-1.753 0.161 0.736,-1.785 0.093 1.130,-1.785 0.093 0.736,-1.799 0.019 1.130,-1.799 0.019 0.736,-1.795 -0.056 0.736,-1.795 -0.056 1.130,-1.771 -0.128 1.130,-1.771 -0.128 0.736,-1.731 -0.191 0.736,-1.731 -0.191 1.130,-1.676 -0.243 1.130,-1.676 -0.243 0.736,-1.610 -0.279 1.130,-1.610 -0.279 0.736,-1.538 -0.298 0.736,-1.538 -0.298 1.130,-1.462 -0.298 1.130,-1.462 -0.298 0.736,-1.390 -0.279 1.130,-1.390 -0.279 0.736,-1.324 -0.243 0.736,-1.324 -0.243 1.130,-1.269 -0.191 1.130,-1.269 -0.191 0.736,-1.229 -0.128 1.130,-1.229 -0.128 0.736,-1.205 -0.056 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,2,-1,5,0,6,-1,0,4,6,-1,3,7,8,-1,2,3,8,-1,9,5,10,-1,5,6,10,-1,11,9,12,-1,9,10,12,-1,8,7,13,-1,13,7,14,-1,14,15,16,-1,13,14,16,-1,15,17,18,-1,16,15,18,-1,18,17,19,-1,17,20,21,-1,19,17,21,-1,20,22,23,-1,21,20,23,-1,24,25,26,-1,27,24,26,-1,22,24,27,-1,23,22,27,-1]
coord Coordinate { point [-0.761 -0.648 1.655,-0.720 -0.617 1.655,-0.720 0.184 1.655,-0.673 -0.597 1.655,-0.761 0.215 1.655,-0.793 -0.689 1.655,-0.793 0.256 1.655,-0.622 -0.591 1.655,-0.673 0.164 1.655,-0.812 -0.736 1.655,-0.812 0.303 1.655,-0.819 -0.787 1.655,-0.819 0.354 1.655,-0.622 0.157 1.655,0.622 -0.591 1.655,0.673 -0.597 1.655,0.622 0.157 1.655,0.720 -0.617 1.655,0.673 0.164 1.655,0.720 0.184 1.655,0.761 -0.648 1.655,0.761 0.215 1.655,0.793 -0.689 1.655,0.793 0.256 1.655,0.812 -0.736 1.655,0.819 -0.787 1.655,0.819 0.354 1.655,0.812 0.303 1.655]
}}
appearance Appearance{material USE IC-BODY-EPOXY-04 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.201 -0.019 1.130,1.205 0.056 0.736,1.201 -0.019 0.736,1.215 -0.093 0.736,1.215 -0.093 1.130,1.247 -0.161 1.130,1.247 -0.161 0.736,1.575 -0.291 1.130,1.500 -0.300 1.130,1.500 -0.300 0.736,1.575 -0.291 0.736,1.295 -0.219 1.130,1.295 -0.219 0.736,1.645 -0.263 1.130,1.645 -0.263 0.736,1.355 -0.263 1.130,1.355 -0.263 0.736,1.705 -0.219 1.130,1.705 -0.219 0.736,1.425 -0.291 1.130,1.425 -0.291 0.736,1.753 -0.161 1.130,1.753 -0.161 0.736,1.785 -0.093 1.130,1.785 -0.093 0.736,1.799 -0.019 1.130,1.799 -0.019 0.736,1.795 0.056 0.736,1.795 0.056 1.130,1.771 0.128 1.130,1.771 0.128 0.736,1.731 0.191 0.736,1.731 0.191 1.130,1.676 0.243 1.130,1.676 0.243 0.736,1.610 0.279 1.130,1.610 0.279 0.736,1.538 0.298 0.736,1.538 0.298 1.130,1.462 0.298 1.130,1.462 0.298 0.736,1.390 0.279 1.130,1.390 0.279 0.736,1.324 0.243 0.736,1.324 0.243 1.130,1.269 0.191 1.130,1.269 0.191 0.736,1.229 0.128 1.130,1.229 0.128 0.736,1.205 0.056 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.201 0.981 1.130,1.205 1.056 0.736,1.201 0.981 0.736,1.215 0.907 0.736,1.215 0.907 1.130,1.247 0.839 1.130,1.247 0.839 0.736,1.575 0.709 1.130,1.500 0.700 1.130,1.500 0.700 0.736,1.575 0.709 0.736,1.295 0.781 1.130,1.295 0.781 0.736,1.645 0.737 1.130,1.645 0.737 0.736,1.355 0.737 1.130,1.355 0.737 0.736,1.705 0.781 1.130,1.705 0.781 0.736,1.425 0.709 1.130,1.425 0.709 0.736,1.753 0.839 1.130,1.753 0.839 0.736,1.785 0.907 1.130,1.785 0.907 0.736,1.799 0.981 1.130,1.799 0.981 0.736,1.795 1.056 0.736,1.795 1.056 1.130,1.771 1.128 1.130,1.771 1.128 0.736,1.731 1.191 0.736,1.731 1.191 1.130,1.676 1.243 1.130,1.676 1.243 0.736,1.610 1.279 1.130,1.610 1.279 0.736,1.538 1.298 0.736,1.538 1.298 1.130,1.462 1.298 1.130,1.462 1.298 0.736,1.390 1.279 1.130,1.390 1.279 0.736,1.324 1.243 0.736,1.324 1.243 1.130,1.269 1.191 1.130,1.269 1.191 0.736,1.229 1.128 1.130,1.229 1.128 0.736,1.205 1.056 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.201 3.981 1.130,1.205 4.056 0.736,1.201 3.981 0.736,1.215 3.907 0.736,1.215 3.907 1.130,1.247 3.839 1.130,1.247 3.839 0.736,1.575 3.709 1.130,1.500 3.700 1.130,1.500 3.700 0.736,1.575 3.709 0.736,1.295 3.781 1.130,1.295 3.781 0.736,1.645 3.737 1.130,1.645 3.737 0.736,1.355 3.737 1.130,1.355 3.737 0.736,1.705 3.781 1.130,1.705 3.781 0.736,1.425 3.709 1.130,1.425 3.709 0.736,1.753 3.839 1.130,1.753 3.839 0.736,1.785 3.907 1.130,1.785 3.907 0.736,1.799 3.981 1.130,1.799 3.981 0.736,1.795 4.056 0.736,1.795 4.056 1.130,1.771 4.128 1.130,1.771 4.128 0.736,1.731 4.191 0.736,1.731 4.191 1.130,1.676 4.243 1.130,1.676 4.243 0.736,1.610 4.279 1.130,1.610 4.279 0.736,1.538 4.298 0.736,1.538 4.298 1.130,1.462 4.298 1.130,1.462 4.298 0.736,1.390 4.279 1.130,1.390 4.279 0.736,1.324 4.243 0.736,1.324 4.243 1.130,1.269 4.191 1.130,1.269 4.191 0.736,1.229 4.128 1.130,1.229 4.128 0.736,1.205 4.056 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.201 2.981 1.130,1.205 3.056 0.736,1.201 2.981 0.736,1.215 2.907 0.736,1.215 2.907 1.130,1.247 2.839 1.130,1.247 2.839 0.736,1.575 2.709 1.130,1.500 2.700 1.130,1.500 2.700 0.736,1.575 2.709 0.736,1.295 2.781 1.130,1.295 2.781 0.736,1.645 2.737 1.130,1.645 2.737 0.736,1.355 2.737 1.130,1.355 2.737 0.736,1.705 2.781 1.130,1.705 2.781 0.736,1.425 2.709 1.130,1.425 2.709 0.736,1.753 2.839 1.130,1.753 2.839 0.736,1.785 2.907 1.130,1.785 2.907 0.736,1.799 2.981 1.130,1.799 2.981 0.736,1.795 3.056 0.736,1.795 3.056 1.130,1.771 3.128 1.130,1.771 3.128 0.736,1.731 3.191 0.736,1.731 3.191 1.130,1.676 3.243 1.130,1.676 3.243 0.736,1.610 3.279 1.130,1.610 3.279 0.736,1.538 3.298 0.736,1.538 3.298 1.130,1.462 3.298 1.130,1.462 3.298 0.736,1.390 3.279 1.130,1.390 3.279 0.736,1.324 3.243 0.736,1.324 3.243 1.130,1.269 3.191 1.130,1.269 3.191 0.736,1.229 3.128 1.130,1.229 3.128 0.736,1.205 3.056 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.201 1.981 1.130,1.205 2.056 0.736,1.201 1.981 0.736,1.215 1.907 0.736,1.215 1.907 1.130,1.247 1.839 1.130,1.247 1.839 0.736,1.575 1.709 1.130,1.500 1.700 1.130,1.500 1.700 0.736,1.575 1.709 0.736,1.295 1.781 1.130,1.295 1.781 0.736,1.645 1.737 1.130,1.645 1.737 0.736,1.355 1.737 1.130,1.355 1.737 0.736,1.705 1.781 1.130,1.705 1.781 0.736,1.425 1.709 1.130,1.425 1.709 0.736,1.753 1.839 1.130,1.753 1.839 0.736,1.785 1.907 1.130,1.785 1.907 0.736,1.799 1.981 1.130,1.799 1.981 0.736,1.795 2.056 0.736,1.795 2.056 1.130,1.771 2.128 1.130,1.771 2.128 0.736,1.731 2.191 0.736,1.731 2.191 1.130,1.676 2.243 1.130,1.676 2.243 0.736,1.610 2.279 1.130,1.610 2.279 0.736,1.538 2.298 0.736,1.538 2.298 1.130,1.462 2.298 1.130,1.462 2.298 0.736,1.390 2.279 1.130,1.390 2.279 0.736,1.324 2.243 0.736,1.324 2.243 1.130,1.269 2.191 1.130,1.269 2.191 0.736,1.229 2.128 1.130,1.229 2.128 0.736,1.205 2.056 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.201 4.019 1.130,-1.205 3.944 0.736,-1.201 4.019 0.736,-1.215 4.093 0.736,-1.215 4.093 1.130,-1.247 4.161 1.130,-1.247 4.161 0.736,-1.575 4.291 1.130,-1.500 4.300 1.130,-1.500 4.300 0.736,-1.575 4.291 0.736,-1.295 4.219 1.130,-1.295 4.219 0.736,-1.645 4.263 1.130,-1.645 4.263 0.736,-1.355 4.263 1.130,-1.355 4.263 0.736,-1.705 4.219 1.130,-1.705 4.219 0.736,-1.425 4.291 1.130,-1.425 4.291 0.736,-1.753 4.161 1.130,-1.753 4.161 0.736,-1.785 4.093 1.130,-1.785 4.093 0.736,-1.799 4.019 1.130,-1.799 4.019 0.736,-1.795 3.944 0.736,-1.795 3.944 1.130,-1.771 3.872 1.130,-1.771 3.872 0.736,-1.731 3.809 0.736,-1.731 3.809 1.130,-1.676 3.757 1.130,-1.676 3.757 0.736,-1.610 3.721 1.130,-1.610 3.721 0.736,-1.538 3.702 0.736,-1.538 3.702 1.130,-1.462 3.702 1.130,-1.462 3.702 0.736,-1.390 3.721 1.130,-1.390 3.721 0.736,-1.324 3.757 0.736,-1.324 3.757 1.130,-1.269 3.809 1.130,-1.269 3.809 0.736,-1.229 3.872 1.130,-1.229 3.872 0.736,-1.205 3.944 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.201 3.019 1.130,-1.205 2.944 0.736,-1.201 3.019 0.736,-1.215 3.093 0.736,-1.215 3.093 1.130,-1.247 3.161 1.130,-1.247 3.161 0.736,-1.575 3.291 1.130,-1.500 3.300 1.130,-1.500 3.300 0.736,-1.575 3.291 0.736,-1.295 3.219 1.130,-1.295 3.219 0.736,-1.645 3.263 1.130,-1.645 3.263 0.736,-1.355 3.263 1.130,-1.355 3.263 0.736,-1.705 3.219 1.130,-1.705 3.219 0.736,-1.425 3.291 1.130,-1.425 3.291 0.736,-1.753 3.161 1.130,-1.753 3.161 0.736,-1.785 3.093 1.130,-1.785 3.093 0.736,-1.799 3.019 1.130,-1.799 3.019 0.736,-1.795 2.944 0.736,-1.795 2.944 1.130,-1.771 2.872 1.130,-1.771 2.872 0.736,-1.731 2.809 0.736,-1.731 2.809 1.130,-1.676 2.757 1.130,-1.676 2.757 0.736,-1.610 2.721 1.130,-1.610 2.721 0.736,-1.538 2.702 0.736,-1.538 2.702 1.130,-1.462 2.702 1.130,-1.462 2.702 0.736,-1.390 2.721 1.130,-1.390 2.721 0.736,-1.324 2.757 0.736,-1.324 2.757 1.130,-1.269 2.809 1.130,-1.269 2.809 0.736,-1.229 2.872 1.130,-1.229 2.872 0.736,-1.205 2.944 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.201 2.019 1.130,-1.205 1.944 0.736,-1.201 2.019 0.736,-1.215 2.093 0.736,-1.215 2.093 1.130,-1.247 2.161 1.130,-1.247 2.161 0.736,-1.575 2.291 1.130,-1.500 2.300 1.130,-1.500 2.300 0.736,-1.575 2.291 0.736,-1.295 2.219 1.130,-1.295 2.219 0.736,-1.645 2.263 1.130,-1.645 2.263 0.736,-1.355 2.263 1.130,-1.355 2.263 0.736,-1.705 2.219 1.130,-1.705 2.219 0.736,-1.425 2.291 1.130,-1.425 2.291 0.736,-1.753 2.161 1.130,-1.753 2.161 0.736,-1.785 2.093 1.130,-1.785 2.093 0.736,-1.799 2.019 1.130,-1.799 2.019 0.736,-1.795 1.944 0.736,-1.795 1.944 1.130,-1.771 1.872 1.130,-1.771 1.872 0.736,-1.731 1.809 0.736,-1.731 1.809 1.130,-1.676 1.757 1.130,-1.676 1.757 0.736,-1.610 1.721 1.130,-1.610 1.721 0.736,-1.538 1.702 0.736,-1.538 1.702 1.130,-1.462 1.702 1.130,-1.462 1.702 0.736,-1.390 1.721 1.130,-1.390 1.721 0.736,-1.324 1.757 0.736,-1.324 1.757 1.130,-1.269 1.809 1.130,-1.269 1.809 0.736,-1.229 1.872 1.130,-1.229 1.872 0.736,-1.205 1.944 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.201 -0.981 1.130,-1.205 -1.056 0.736,-1.201 -0.981 0.736,-1.215 -0.907 0.736,-1.215 -0.907 1.130,-1.247 -0.839 1.130,-1.247 -0.839 0.736,-1.575 -0.709 1.130,-1.500 -0.700 1.130,-1.500 -0.700 0.736,-1.575 -0.709 0.736,-1.295 -0.781 1.130,-1.295 -0.781 0.736,-1.645 -0.737 1.130,-1.645 -0.737 0.736,-1.355 -0.737 1.130,-1.355 -0.737 0.736,-1.705 -0.781 1.130,-1.705 -0.781 0.736,-1.425 -0.709 1.130,-1.425 -0.709 0.736,-1.753 -0.839 1.130,-1.753 -0.839 0.736,-1.785 -0.907 1.130,-1.785 -0.907 0.736,-1.799 -0.981 1.130,-1.799 -0.981 0.736,-1.795 -1.056 0.736,-1.795 -1.056 1.130,-1.771 -1.128 1.130,-1.771 -1.128 0.736,-1.731 -1.191 0.736,-1.731 -1.191 1.130,-1.676 -1.243 1.130,-1.676 -1.243 0.736,-1.610 -1.279 1.130,-1.610 -1.279 0.736,-1.538 -1.298 0.736,-1.538 -1.298 1.130,-1.462 -1.298 1.130,-1.462 -1.298 0.736,-1.390 -1.279 1.130,-1.390 -1.279 0.736,-1.324 -1.243 0.736,-1.324 -1.243 1.130,-1.269 -1.191 1.130,-1.269 -1.191 0.736,-1.229 -1.128 1.130,-1.229 -1.128 0.736,-1.205 -1.056 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.201 -1.981 1.130,-1.205 -2.056 0.736,-1.201 -1.981 0.736,-1.215 -1.907 0.736,-1.215 -1.907 1.130,-1.247 -1.839 1.130,-1.247 -1.839 0.736,-1.575 -1.709 1.130,-1.500 -1.700 1.130,-1.500 -1.700 0.736,-1.575 -1.709 0.736,-1.295 -1.781 1.130,-1.295 -1.781 0.736,-1.645 -1.737 1.130,-1.645 -1.737 0.736,-1.355 -1.737 1.130,-1.355 -1.737 0.736,-1.705 -1.781 1.130,-1.705 -1.781 0.736,-1.425 -1.709 1.130,-1.425 -1.709 0.736,-1.753 -1.839 1.130,-1.753 -1.839 0.736,-1.785 -1.907 1.130,-1.785 -1.907 0.736,-1.799 -1.981 1.130,-1.799 -1.981 0.736,-1.795 -2.056 0.736,-1.795 -2.056 1.130,-1.771 -2.128 1.130,-1.771 -2.128 0.736,-1.731 -2.191 0.736,-1.731 -2.191 1.130,-1.676 -2.243 1.130,-1.676 -2.243 0.736,-1.610 -2.279 1.130,-1.610 -2.279 0.736,-1.538 -2.298 0.736,-1.538 -2.298 1.130,-1.462 -2.298 1.130,-1.462 -2.298 0.736,-1.390 -2.279 1.130,-1.390 -2.279 0.736,-1.324 -2.243 0.736,-1.324 -2.243 1.130,-1.269 -2.191 1.130,-1.269 -2.191 0.736,-1.229 -2.128 1.130,-1.229 -2.128 0.736,-1.205 -2.056 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.201 -3.981 1.130,-1.205 -4.056 0.736,-1.201 -3.981 0.736,-1.215 -3.907 0.736,-1.215 -3.907 1.130,-1.247 -3.839 1.130,-1.247 -3.839 0.736,-1.575 -3.709 1.130,-1.500 -3.700 1.130,-1.500 -3.700 0.736,-1.575 -3.709 0.736,-1.295 -3.781 1.130,-1.295 -3.781 0.736,-1.645 -3.737 1.130,-1.645 -3.737 0.736,-1.355 -3.737 1.130,-1.355 -3.737 0.736,-1.705 -3.781 1.130,-1.705 -3.781 0.736,-1.425 -3.709 1.130,-1.425 -3.709 0.736,-1.753 -3.839 1.130,-1.753 -3.839 0.736,-1.785 -3.907 1.130,-1.785 -3.907 0.736,-1.799 -3.981 1.130,-1.799 -3.981 0.736,-1.795 -4.056 0.736,-1.795 -4.056 1.130,-1.771 -4.128 1.130,-1.771 -4.128 0.736,-1.731 -4.191 0.736,-1.731 -4.191 1.130,-1.676 -4.243 1.130,-1.676 -4.243 0.736,-1.610 -4.279 1.130,-1.610 -4.279 0.736,-1.538 -4.298 0.736,-1.538 -4.298 1.130,-1.462 -4.298 1.130,-1.462 -4.298 0.736,-1.390 -4.279 1.130,-1.390 -4.279 0.736,-1.324 -4.243 0.736,-1.324 -4.243 1.130,-1.269 -4.191 1.130,-1.269 -4.191 0.736,-1.229 -4.128 1.130,-1.229 -4.128 0.736,-1.205 -4.056 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [-1.201 -2.981 1.130,-1.205 -3.056 0.736,-1.201 -2.981 0.736,-1.215 -2.907 0.736,-1.215 -2.907 1.130,-1.247 -2.839 1.130,-1.247 -2.839 0.736,-1.575 -2.709 1.130,-1.500 -2.700 1.130,-1.500 -2.700 0.736,-1.575 -2.709 0.736,-1.295 -2.781 1.130,-1.295 -2.781 0.736,-1.645 -2.737 1.130,-1.645 -2.737 0.736,-1.355 -2.737 1.130,-1.355 -2.737 0.736,-1.705 -2.781 1.130,-1.705 -2.781 0.736,-1.425 -2.709 1.130,-1.425 -2.709 0.736,-1.753 -2.839 1.130,-1.753 -2.839 0.736,-1.785 -2.907 1.130,-1.785 -2.907 0.736,-1.799 -2.981 1.130,-1.799 -2.981 0.736,-1.795 -3.056 0.736,-1.795 -3.056 1.130,-1.771 -3.128 1.130,-1.771 -3.128 0.736,-1.731 -3.191 0.736,-1.731 -3.191 1.130,-1.676 -3.243 1.130,-1.676 -3.243 0.736,-1.610 -3.279 1.130,-1.610 -3.279 0.736,-1.538 -3.298 0.736,-1.538 -3.298 1.130,-1.462 -3.298 1.130,-1.462 -3.298 0.736,-1.390 -3.279 1.130,-1.390 -3.279 0.736,-1.324 -3.243 0.736,-1.324 -3.243 1.130,-1.269 -3.191 1.130,-1.269 -3.191 0.736,-1.229 -3.128 1.130,-1.229 -3.128 0.736,-1.205 -3.056 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.201 -2.019 1.130,1.205 -1.944 0.736,1.201 -2.019 0.736,1.215 -2.093 0.736,1.215 -2.093 1.130,1.247 -2.161 1.130,1.247 -2.161 0.736,1.575 -2.291 1.130,1.500 -2.300 1.130,1.500 -2.300 0.736,1.575 -2.291 0.736,1.295 -2.219 1.130,1.295 -2.219 0.736,1.645 -2.263 1.130,1.645 -2.263 0.736,1.355 -2.263 1.130,1.355 -2.263 0.736,1.705 -2.219 1.130,1.705 -2.219 0.736,1.425 -2.291 1.130,1.425 -2.291 0.736,1.753 -2.161 1.130,1.753 -2.161 0.736,1.785 -2.093 1.130,1.785 -2.093 0.736,1.799 -2.019 1.130,1.799 -2.019 0.736,1.795 -1.944 0.736,1.795 -1.944 1.130,1.771 -1.872 1.130,1.771 -1.872 0.736,1.731 -1.809 0.736,1.731 -1.809 1.130,1.676 -1.757 1.130,1.676 -1.757 0.736,1.610 -1.721 1.130,1.610 -1.721 0.736,1.538 -1.702 0.736,1.538 -1.702 1.130,1.462 -1.702 1.130,1.462 -1.702 0.736,1.390 -1.721 1.130,1.390 -1.721 0.736,1.324 -1.757 0.736,1.324 -1.757 1.130,1.269 -1.809 1.130,1.269 -1.809 0.736,1.229 -1.872 1.130,1.229 -1.872 0.736,1.205 -1.944 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.201 -3.019 1.130,1.205 -2.944 0.736,1.201 -3.019 0.736,1.215 -3.093 0.736,1.215 -3.093 1.130,1.247 -3.161 1.130,1.247 -3.161 0.736,1.575 -3.291 1.130,1.500 -3.300 1.130,1.500 -3.300 0.736,1.575 -3.291 0.736,1.295 -3.219 1.130,1.295 -3.219 0.736,1.645 -3.263 1.130,1.645 -3.263 0.736,1.355 -3.263 1.130,1.355 -3.263 0.736,1.705 -3.219 1.130,1.705 -3.219 0.736,1.425 -3.291 1.130,1.425 -3.291 0.736,1.753 -3.161 1.130,1.753 -3.161 0.736,1.785 -3.093 1.130,1.785 -3.093 0.736,1.799 -3.019 1.130,1.799 -3.019 0.736,1.795 -2.944 0.736,1.795 -2.944 1.130,1.771 -2.872 1.130,1.771 -2.872 0.736,1.731 -2.809 0.736,1.731 -2.809 1.130,1.676 -2.757 1.130,1.676 -2.757 0.736,1.610 -2.721 1.130,1.610 -2.721 0.736,1.538 -2.702 0.736,1.538 -2.702 1.130,1.462 -2.702 1.130,1.462 -2.702 0.736,1.390 -2.721 1.130,1.390 -2.721 0.736,1.324 -2.757 0.736,1.324 -2.757 1.130,1.269 -2.809 1.130,1.269 -2.809 0.736,1.229 -2.872 1.130,1.229 -2.872 0.736,1.205 -2.944 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.201 -4.019 1.130,1.205 -3.944 0.736,1.201 -4.019 0.736,1.215 -4.093 0.736,1.215 -4.093 1.130,1.247 -4.161 1.130,1.247 -4.161 0.736,1.575 -4.291 1.130,1.500 -4.300 1.130,1.500 -4.300 0.736,1.575 -4.291 0.736,1.295 -4.219 1.130,1.295 -4.219 0.736,1.645 -4.263 1.130,1.645 -4.263 0.736,1.355 -4.263 1.130,1.355 -4.263 0.736,1.705 -4.219 1.130,1.705 -4.219 0.736,1.425 -4.291 1.130,1.425 -4.291 0.736,1.753 -4.161 1.130,1.753 -4.161 0.736,1.785 -4.093 1.130,1.785 -4.093 0.736,1.799 -4.019 1.130,1.799 -4.019 0.736,1.795 -3.944 0.736,1.795 -3.944 1.130,1.771 -3.872 1.130,1.771 -3.872 0.736,1.731 -3.809 0.736,1.731 -3.809 1.130,1.676 -3.757 1.130,1.676 -3.757 0.736,1.610 -3.721 1.130,1.610 -3.721 0.736,1.538 -3.702 0.736,1.538 -3.702 1.130,1.462 -3.702 1.130,1.462 -3.702 0.736,1.390 -3.721 1.130,1.390 -3.721 0.736,1.324 -3.757 0.736,1.324 -3.757 1.130,1.269 -3.809 1.130,1.269 -3.809 0.736,1.229 -3.872 1.130,1.229 -3.872 0.736,1.205 -3.944 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,0,3,-1,5,4,3,-1,5,3,6,-1,7,8,9,-1,7,9,10,-1,11,5,6,-1,11,6,12,-1,13,10,14,-1,13,7,10,-1,15,11,12,-1,15,12,16,-1,17,14,18,-1,19,15,16,-1,17,13,14,-1,19,16,20,-1,8,20,9,-1,8,19,20,-1,21,18,22,-1,21,17,18,-1,23,22,24,-1,23,21,22,-1,25,24,26,-1,25,26,27,-1,25,23,24,-1,28,25,27,-1,29,27,30,-1,29,30,31,-1,29,28,27,-1,32,29,31,-1,33,31,34,-1,33,32,31,-1,35,34,36,-1,35,36,37,-1,35,33,34,-1,38,35,37,-1,39,38,37,-1,39,37,40,-1,41,39,40,-1,41,40,42,-1,41,42,43,-1,44,41,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,48,-1,49,48,1,-1,0,49,1,-1]
coord Coordinate { point [1.201 -1.019 1.130,1.205 -0.944 0.736,1.201 -1.019 0.736,1.215 -1.093 0.736,1.215 -1.093 1.130,1.247 -1.161 1.130,1.247 -1.161 0.736,1.575 -1.291 1.130,1.500 -1.300 1.130,1.500 -1.300 0.736,1.575 -1.291 0.736,1.295 -1.219 1.130,1.295 -1.219 0.736,1.645 -1.263 1.130,1.645 -1.263 0.736,1.355 -1.263 1.130,1.355 -1.263 0.736,1.705 -1.219 1.130,1.705 -1.219 0.736,1.425 -1.291 1.130,1.425 -1.291 0.736,1.753 -1.161 1.130,1.753 -1.161 0.736,1.785 -1.093 1.130,1.785 -1.093 0.736,1.799 -1.019 1.130,1.799 -1.019 0.736,1.795 -0.944 0.736,1.795 -0.944 1.130,1.771 -0.872 1.130,1.771 -0.872 0.736,1.731 -0.809 0.736,1.731 -0.809 1.130,1.676 -0.757 1.130,1.676 -0.757 0.736,1.610 -0.721 1.130,1.610 -0.721 0.736,1.538 -0.702 0.736,1.538 -0.702 1.130,1.462 -0.702 1.130,1.462 -0.702 0.736,1.390 -0.721 1.130,1.390 -0.721 0.736,1.324 -0.757 0.736,1.324 -0.757 1.130,1.269 -0.809 1.130,1.269 -0.809 0.736,1.229 -0.872 1.130,1.229 -0.872 0.736,1.205 -0.944 1.130]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,5,7,6,-1,8,9,10,-1,11,3,12,-1,9,13,14,-1,3,2,12,-1,10,9,14,-1,15,8,16,-1,8,10,16,-1,13,17,18,-1,14,13,18,-1,7,19,20,-1,21,15,22,-1,6,7,20,-1,15,16,22,-1,23,11,24,-1,11,12,24,-1,19,25,26,-1,20,19,26,-1,17,27,28,-1,18,17,28,-1,25,23,29,-1,23,24,29,-1,26,25,29,-1,21,22,30,-1,21,30,31,-1,28,27,32,-1,32,27,33,-1,31,30,34,-1,32,33,35,-1,31,34,36,-1,35,33,37,-1,36,34,38,-1,35,37,39,-1,36,38,40,-1,39,37,41,-1,40,38,42,-1,39,41,43,-1,40,42,44,-1,43,41,45,-1,44,42,46,-1,43,45,47,-1,44,46,48,-1,48,46,49,-1,47,45,1,-1,47,1,0,-1,48,49,4,-1,4,49,5,-1]
coord Coordinate { point [-1.795 2.056 2.196,-1.823 2.105 2.196,-1.839 2.021 2.196,-1.799 1.981 2.196,-1.457 1.663 2.196,-1.500 1.700 2.196,-1.543 1.663 2.196,-1.575 1.709 2.196,-1.213 2.182 2.196,-1.268 2.247 2.196,-1.269 2.191 2.196,-1.785 1.907 2.196,-1.833 1.936 2.196,-1.337 2.297 2.196,-1.324 2.243 2.196,-1.177 2.105 2.196,-1.229 2.128 2.196,-1.416 2.329 2.196,-1.390 2.279 2.196,-1.645 1.737 2.196,-1.625 1.684 2.196,-1.161 2.021 2.196,-1.205 2.056 2.196,-1.753 1.839 2.196,-1.807 1.856 2.196,-1.705 1.781 2.196,-1.699 1.725 2.196,-1.500 2.339 2.196,-1.462 2.298 2.196,-1.761 1.784 2.196,-1.201 1.981 2.196,-1.167 1.936 2.196,-1.538 2.298 2.196,-1.584 2.329 2.196,-1.215 1.907 2.196,-1.610 2.279 2.196,-1.193 1.856 2.196,-1.663 2.297 2.196,-1.247 1.839 2.196,-1.676 2.243 2.196,-1.239 1.784 2.196,-1.732 2.247 2.196,-1.295 1.781 2.196,-1.731 2.191 2.196,-1.301 1.725 2.196,-1.787 2.182 2.196,-1.355 1.737 2.196,-1.771 2.128 2.196,-1.375 1.684 2.196,-1.425 1.709 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,7,8,9,-1,8,10,9,-1,5,11,12,-1,6,5,12,-1,13,3,14,-1,3,2,14,-1,15,4,16,-1,4,6,16,-1,11,17,18,-1,12,11,18,-1,9,10,19,-1,20,15,21,-1,10,22,19,-1,15,16,21,-1,23,13,24,-1,13,14,24,-1,22,25,26,-1,17,27,28,-1,18,17,28,-1,19,22,26,-1,25,23,29,-1,23,24,29,-1,20,21,30,-1,26,25,29,-1,20,30,31,-1,28,27,32,-1,32,27,33,-1,31,30,34,-1,32,33,35,-1,31,34,36,-1,35,33,37,-1,36,34,38,-1,35,37,39,-1,36,38,40,-1,39,37,41,-1,40,38,42,-1,39,41,43,-1,40,42,44,-1,43,41,45,-1,44,42,46,-1,43,45,47,-1,44,46,48,-1,48,46,49,-1,47,45,1,-1,47,1,0,-1,48,49,7,-1,7,49,8,-1]
coord Coordinate { point [-1.795 3.056 2.196,-1.823 3.105 2.196,-1.839 3.021 2.196,-1.799 2.981 2.196,-1.213 3.182 2.196,-1.268 3.247 2.196,-1.269 3.191 2.196,-1.457 2.663 2.196,-1.500 2.700 2.196,-1.543 2.663 2.196,-1.575 2.709 2.196,-1.337 3.297 2.196,-1.324 3.243 2.196,-1.785 2.907 2.196,-1.833 2.936 2.196,-1.177 3.105 2.196,-1.229 3.128 2.196,-1.416 3.329 2.196,-1.390 3.279 2.196,-1.625 2.684 2.196,-1.161 3.021 2.196,-1.205 3.056 2.196,-1.645 2.737 2.196,-1.753 2.839 2.196,-1.807 2.856 2.196,-1.705 2.781 2.196,-1.699 2.725 2.196,-1.500 3.339 2.196,-1.462 3.298 2.196,-1.761 2.784 2.196,-1.201 2.981 2.196,-1.167 2.936 2.196,-1.538 3.298 2.196,-1.584 3.329 2.196,-1.215 2.907 2.196,-1.610 3.279 2.196,-1.193 2.856 2.196,-1.663 3.297 2.196,-1.247 2.839 2.196,-1.676 3.243 2.196,-1.239 2.784 2.196,-1.732 3.247 2.196,-1.295 2.781 2.196,-1.731 3.191 2.196,-1.301 2.725 2.196,-1.787 3.182 2.196,-1.355 2.737 2.196,-1.771 3.128 2.196,-1.375 2.684 2.196,-1.425 2.709 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,5,7,6,-1,8,9,10,-1,11,3,12,-1,9,13,14,-1,3,2,12,-1,10,9,14,-1,15,8,16,-1,8,10,16,-1,13,17,18,-1,14,13,18,-1,7,19,20,-1,21,15,22,-1,6,7,20,-1,15,16,22,-1,23,11,24,-1,11,12,24,-1,19,25,26,-1,20,19,26,-1,17,27,28,-1,18,17,28,-1,25,23,29,-1,23,24,29,-1,26,25,29,-1,21,22,30,-1,21,30,31,-1,28,27,32,-1,32,27,33,-1,31,30,34,-1,32,33,35,-1,31,34,36,-1,35,33,37,-1,36,34,38,-1,35,37,39,-1,36,38,40,-1,39,37,41,-1,40,38,42,-1,39,41,43,-1,40,42,44,-1,43,41,45,-1,44,42,46,-1,43,45,47,-1,44,46,48,-1,48,46,49,-1,47,45,1,-1,47,1,0,-1,48,49,4,-1,4,49,5,-1]
coord Coordinate { point [-1.795 4.056 2.196,-1.823 4.105 2.196,-1.839 4.021 2.196,-1.799 3.981 2.196,-1.457 3.663 2.196,-1.500 3.700 2.196,-1.543 3.663 2.196,-1.575 3.709 2.196,-1.213 4.182 2.196,-1.268 4.247 2.196,-1.269 4.191 2.196,-1.785 3.907 2.196,-1.833 3.936 2.196,-1.337 4.297 2.196,-1.324 4.243 2.196,-1.177 4.105 2.196,-1.229 4.128 2.196,-1.416 4.329 2.196,-1.390 4.279 2.196,-1.645 3.737 2.196,-1.625 3.684 2.196,-1.161 4.021 2.196,-1.205 4.056 2.196,-1.753 3.839 2.196,-1.807 3.856 2.196,-1.705 3.781 2.196,-1.699 3.725 2.196,-1.500 4.339 2.196,-1.462 4.298 2.196,-1.761 3.784 2.196,-1.201 3.981 2.196,-1.167 3.936 2.196,-1.538 4.298 2.196,-1.584 4.329 2.196,-1.215 3.907 2.196,-1.610 4.279 2.196,-1.193 3.856 2.196,-1.663 4.297 2.196,-1.247 3.839 2.196,-1.676 4.243 2.196,-1.239 3.784 2.196,-1.732 4.247 2.196,-1.295 3.781 2.196,-1.731 4.191 2.196,-1.301 3.725 2.196,-1.787 4.182 2.196,-1.355 3.737 2.196,-1.771 4.128 2.196,-1.375 3.684 2.196,-1.425 3.709 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,3,5,6,-1,7,8,9,-1,0,2,10,-1,8,11,12,-1,2,13,10,-1,9,8,12,-1,14,6,15,-1,6,5,15,-1,16,7,17,-1,7,9,17,-1,11,18,19,-1,12,11,19,-1,20,16,21,-1,16,17,21,-1,10,13,22,-1,13,23,22,-1,24,14,25,-1,18,26,27,-1,14,15,25,-1,19,18,27,-1,23,28,29,-1,22,23,29,-1,28,24,30,-1,20,21,31,-1,24,25,30,-1,29,28,30,-1,20,31,32,-1,27,26,33,-1,33,26,34,-1,32,31,35,-1,33,34,36,-1,32,35,37,-1,36,34,38,-1,37,35,39,-1,36,38,40,-1,37,39,41,-1,40,38,42,-1,41,39,43,-1,40,42,44,-1,41,43,45,-1,44,42,46,-1,45,43,47,-1,44,46,48,-1,45,47,49,-1,49,47,1,-1,48,46,4,-1,48,4,3,-1,49,1,0,-1]
coord Coordinate { point [-1.457 -1.337 2.196,-1.425 -1.291 2.196,-1.500 -1.300 2.196,-1.795 -0.944 2.196,-1.823 -0.895 2.196,-1.839 -0.979 2.196,-1.799 -1.019 2.196,-1.213 -0.818 2.196,-1.268 -0.753 2.196,-1.269 -0.809 2.196,-1.543 -1.337 2.196,-1.337 -0.703 2.196,-1.324 -0.757 2.196,-1.575 -1.291 2.196,-1.785 -1.093 2.196,-1.833 -1.064 2.196,-1.177 -0.895 2.196,-1.229 -0.872 2.196,-1.416 -0.671 2.196,-1.390 -0.721 2.196,-1.161 -0.979 2.196,-1.205 -0.944 2.196,-1.625 -1.316 2.196,-1.645 -1.263 2.196,-1.753 -1.161 2.196,-1.807 -1.144 2.196,-1.500 -0.661 2.196,-1.462 -0.702 2.196,-1.705 -1.219 2.196,-1.699 -1.275 2.196,-1.761 -1.216 2.196,-1.201 -1.019 2.196,-1.167 -1.064 2.196,-1.538 -0.702 2.196,-1.584 -0.671 2.196,-1.215 -1.093 2.196,-1.610 -0.721 2.196,-1.193 -1.144 2.196,-1.663 -0.703 2.196,-1.247 -1.161 2.196,-1.676 -0.757 2.196,-1.239 -1.216 2.196,-1.732 -0.753 2.196,-1.295 -1.219 2.196,-1.731 -0.809 2.196,-1.301 -1.275 2.196,-1.787 -0.818 2.196,-1.355 -1.263 2.196,-1.771 -0.872 2.196,-1.375 -1.316 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,3,5,6,-1,7,8,9,-1,0,2,10,-1,8,11,12,-1,2,13,10,-1,9,8,12,-1,14,6,15,-1,6,5,15,-1,16,7,17,-1,7,9,17,-1,11,18,19,-1,12,11,19,-1,20,16,21,-1,16,17,21,-1,10,13,22,-1,13,23,22,-1,24,14,25,-1,18,26,27,-1,14,15,25,-1,19,18,27,-1,23,28,29,-1,22,23,29,-1,28,24,30,-1,20,21,31,-1,24,25,30,-1,29,28,30,-1,20,31,32,-1,27,26,33,-1,33,26,34,-1,32,31,35,-1,33,34,36,-1,32,35,37,-1,36,34,38,-1,37,35,39,-1,36,38,40,-1,37,39,41,-1,40,38,42,-1,41,39,43,-1,40,42,44,-1,41,43,45,-1,44,42,46,-1,45,43,47,-1,44,46,48,-1,45,47,49,-1,49,47,1,-1,48,46,4,-1,48,4,3,-1,49,1,0,-1]
coord Coordinate { point [-1.457 -0.337 2.196,-1.425 -0.291 2.196,-1.500 -0.300 2.196,-1.795 0.056 2.196,-1.823 0.105 2.196,-1.839 0.021 2.196,-1.799 -0.019 2.196,-1.213 0.182 2.196,-1.268 0.247 2.196,-1.269 0.191 2.196,-1.543 -0.337 2.196,-1.337 0.297 2.196,-1.324 0.243 2.196,-1.575 -0.291 2.196,-1.785 -0.093 2.196,-1.833 -0.064 2.196,-1.177 0.105 2.196,-1.229 0.128 2.196,-1.416 0.329 2.196,-1.390 0.279 2.196,-1.161 0.021 2.196,-1.205 0.056 2.196,-1.625 -0.316 2.196,-1.645 -0.263 2.196,-1.753 -0.161 2.196,-1.807 -0.144 2.196,-1.500 0.339 2.196,-1.462 0.298 2.196,-1.705 -0.219 2.196,-1.699 -0.275 2.196,-1.761 -0.216 2.196,-1.201 -0.019 2.196,-1.167 -0.064 2.196,-1.538 0.298 2.196,-1.584 0.329 2.196,-1.215 -0.093 2.196,-1.610 0.279 2.196,-1.193 -0.144 2.196,-1.663 0.297 2.196,-1.247 -0.161 2.196,-1.676 0.243 2.196,-1.239 -0.216 2.196,-1.732 0.247 2.196,-1.295 -0.219 2.196,-1.731 0.191 2.196,-1.301 -0.275 2.196,-1.787 0.182 2.196,-1.355 -0.263 2.196,-1.771 0.128 2.196,-1.375 -0.316 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,3,5,6,-1,7,8,9,-1,0,2,10,-1,8,11,12,-1,2,13,10,-1,9,8,12,-1,14,6,15,-1,6,5,15,-1,16,7,17,-1,7,9,17,-1,11,18,19,-1,12,11,19,-1,20,16,21,-1,16,17,21,-1,10,13,22,-1,13,23,22,-1,24,14,25,-1,18,26,27,-1,14,15,25,-1,19,18,27,-1,23,28,29,-1,22,23,29,-1,28,24,30,-1,20,21,31,-1,24,25,30,-1,29,28,30,-1,20,31,32,-1,27,26,33,-1,33,26,34,-1,32,31,35,-1,33,34,36,-1,32,35,37,-1,36,34,38,-1,37,35,39,-1,36,38,40,-1,37,39,41,-1,40,38,42,-1,41,39,43,-1,40,42,44,-1,41,43,45,-1,44,42,46,-1,45,43,47,-1,44,46,48,-1,45,47,49,-1,49,47,1,-1,48,46,4,-1,48,4,3,-1,49,1,0,-1]
coord Coordinate { point [-1.457 0.663 2.196,-1.425 0.709 2.196,-1.500 0.700 2.196,-1.795 1.056 2.196,-1.823 1.105 2.196,-1.839 1.021 2.196,-1.799 0.981 2.196,-1.213 1.182 2.196,-1.268 1.247 2.196,-1.269 1.191 2.196,-1.543 0.663 2.196,-1.337 1.297 2.196,-1.324 1.243 2.196,-1.575 0.709 2.196,-1.785 0.907 2.196,-1.833 0.936 2.196,-1.177 1.105 2.196,-1.229 1.128 2.196,-1.416 1.329 2.196,-1.390 1.279 2.196,-1.161 1.021 2.196,-1.205 1.056 2.196,-1.625 0.684 2.196,-1.645 0.737 2.196,-1.753 0.839 2.196,-1.807 0.856 2.196,-1.500 1.339 2.196,-1.462 1.298 2.196,-1.705 0.781 2.196,-1.699 0.725 2.196,-1.761 0.784 2.196,-1.201 0.981 2.196,-1.167 0.936 2.196,-1.538 1.298 2.196,-1.584 1.329 2.196,-1.215 0.907 2.196,-1.610 1.279 2.196,-1.193 0.856 2.196,-1.663 1.297 2.196,-1.247 0.839 2.196,-1.676 1.243 2.196,-1.239 0.784 2.196,-1.732 1.247 2.196,-1.295 0.781 2.196,-1.731 1.191 2.196,-1.301 0.725 2.196,-1.787 1.182 2.196,-1.355 0.737 2.196,-1.771 1.128 2.196,-1.375 0.684 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,5,7,6,-1,8,9,10,-1,11,3,12,-1,9,13,14,-1,3,2,12,-1,10,9,14,-1,15,8,16,-1,8,10,16,-1,13,17,18,-1,14,13,18,-1,7,19,20,-1,21,15,22,-1,6,7,20,-1,15,16,22,-1,23,11,24,-1,11,12,24,-1,19,25,26,-1,20,19,26,-1,17,27,28,-1,18,17,28,-1,25,23,29,-1,23,24,29,-1,26,25,29,-1,21,22,30,-1,21,30,31,-1,28,27,32,-1,32,27,33,-1,31,30,34,-1,32,33,35,-1,31,34,36,-1,35,33,37,-1,36,34,38,-1,35,37,39,-1,36,38,40,-1,39,37,41,-1,40,38,42,-1,39,41,43,-1,40,42,44,-1,43,41,45,-1,44,42,46,-1,43,45,47,-1,44,46,48,-1,48,46,49,-1,47,45,1,-1,47,1,0,-1,48,49,4,-1,4,49,5,-1]
coord Coordinate { point [-1.795 -2.944 2.196,-1.823 -2.895 2.196,-1.839 -2.979 2.196,-1.799 -3.019 2.196,-1.457 -3.337 2.196,-1.500 -3.300 2.196,-1.543 -3.337 2.196,-1.575 -3.291 2.196,-1.213 -2.818 2.196,-1.268 -2.753 2.196,-1.269 -2.809 2.196,-1.785 -3.093 2.196,-1.833 -3.064 2.196,-1.337 -2.703 2.196,-1.324 -2.757 2.196,-1.177 -2.895 2.196,-1.229 -2.872 2.196,-1.416 -2.671 2.196,-1.390 -2.721 2.196,-1.645 -3.263 2.196,-1.625 -3.316 2.196,-1.161 -2.979 2.196,-1.205 -2.944 2.196,-1.753 -3.161 2.196,-1.807 -3.144 2.196,-1.705 -3.219 2.196,-1.699 -3.275 2.196,-1.500 -2.661 2.196,-1.462 -2.702 2.196,-1.761 -3.216 2.196,-1.201 -3.019 2.196,-1.167 -3.064 2.196,-1.538 -2.702 2.196,-1.584 -2.671 2.196,-1.215 -3.093 2.196,-1.610 -2.721 2.196,-1.193 -3.144 2.196,-1.663 -2.703 2.196,-1.247 -3.161 2.196,-1.676 -2.757 2.196,-1.239 -3.216 2.196,-1.732 -2.753 2.196,-1.295 -3.219 2.196,-1.731 -2.809 2.196,-1.301 -3.275 2.196,-1.787 -2.818 2.196,-1.355 -3.263 2.196,-1.771 -2.872 2.196,-1.375 -3.316 2.196,-1.425 -3.291 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,5,7,6,-1,8,9,10,-1,11,3,12,-1,9,13,14,-1,3,2,12,-1,10,9,14,-1,15,8,16,-1,8,10,16,-1,13,17,18,-1,14,13,18,-1,7,19,20,-1,21,15,22,-1,6,7,20,-1,15,16,22,-1,23,11,24,-1,11,12,24,-1,19,25,26,-1,20,19,26,-1,17,27,28,-1,18,17,28,-1,25,23,29,-1,23,24,29,-1,26,25,29,-1,21,22,30,-1,21,30,31,-1,28,27,32,-1,32,27,33,-1,31,30,34,-1,32,33,35,-1,31,34,36,-1,35,33,37,-1,36,34,38,-1,35,37,39,-1,36,38,40,-1,39,37,41,-1,40,38,42,-1,39,41,43,-1,40,42,44,-1,43,41,45,-1,44,42,46,-1,43,45,47,-1,44,46,48,-1,48,46,49,-1,47,45,1,-1,47,1,0,-1,48,49,4,-1,4,49,5,-1]
coord Coordinate { point [-1.795 -1.944 2.196,-1.823 -1.895 2.196,-1.839 -1.979 2.196,-1.799 -2.019 2.196,-1.457 -2.337 2.196,-1.500 -2.300 2.196,-1.543 -2.337 2.196,-1.575 -2.291 2.196,-1.213 -1.818 2.196,-1.268 -1.753 2.196,-1.269 -1.809 2.196,-1.785 -2.093 2.196,-1.833 -2.064 2.196,-1.337 -1.703 2.196,-1.324 -1.757 2.196,-1.177 -1.895 2.196,-1.229 -1.872 2.196,-1.416 -1.671 2.196,-1.390 -1.721 2.196,-1.645 -2.263 2.196,-1.625 -2.316 2.196,-1.161 -1.979 2.196,-1.205 -1.944 2.196,-1.753 -2.161 2.196,-1.807 -2.144 2.196,-1.705 -2.219 2.196,-1.699 -2.275 2.196,-1.500 -1.661 2.196,-1.462 -1.702 2.196,-1.761 -2.216 2.196,-1.201 -2.019 2.196,-1.167 -2.064 2.196,-1.538 -1.702 2.196,-1.584 -1.671 2.196,-1.215 -2.093 2.196,-1.610 -1.721 2.196,-1.193 -2.144 2.196,-1.663 -1.703 2.196,-1.247 -2.161 2.196,-1.676 -1.757 2.196,-1.239 -2.216 2.196,-1.732 -1.753 2.196,-1.295 -2.219 2.196,-1.731 -1.809 2.196,-1.301 -2.275 2.196,-1.787 -1.818 2.196,-1.355 -2.263 2.196,-1.771 -1.872 2.196,-1.375 -2.316 2.196,-1.425 -2.291 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,5,7,6,-1,8,9,10,-1,11,3,12,-1,9,13,14,-1,3,2,12,-1,10,9,14,-1,15,8,16,-1,8,10,16,-1,13,17,18,-1,14,13,18,-1,7,19,20,-1,21,15,22,-1,6,7,20,-1,15,16,22,-1,23,11,24,-1,11,12,24,-1,19,25,26,-1,20,19,26,-1,17,27,28,-1,18,17,28,-1,25,23,29,-1,23,24,29,-1,26,25,29,-1,21,22,30,-1,21,30,31,-1,28,27,32,-1,32,27,33,-1,31,30,34,-1,32,33,35,-1,31,34,36,-1,35,33,37,-1,36,34,38,-1,35,37,39,-1,36,38,40,-1,39,37,41,-1,40,38,42,-1,39,41,43,-1,40,42,44,-1,43,41,45,-1,44,42,46,-1,43,45,47,-1,44,46,48,-1,48,46,49,-1,47,45,1,-1,47,1,0,-1,48,49,4,-1,4,49,5,-1]
coord Coordinate { point [-1.795 -3.944 2.196,-1.823 -3.895 2.196,-1.839 -3.979 2.196,-1.799 -4.019 2.196,-1.457 -4.337 2.196,-1.500 -4.300 2.196,-1.543 -4.337 2.196,-1.575 -4.291 2.196,-1.213 -3.818 2.196,-1.268 -3.753 2.196,-1.269 -3.809 2.196,-1.785 -4.093 2.196,-1.833 -4.064 2.196,-1.337 -3.703 2.196,-1.324 -3.757 2.196,-1.177 -3.895 2.196,-1.229 -3.872 2.196,-1.416 -3.671 2.196,-1.390 -3.721 2.196,-1.645 -4.263 2.196,-1.625 -4.316 2.196,-1.161 -3.979 2.196,-1.205 -3.944 2.196,-1.753 -4.161 2.196,-1.807 -4.144 2.196,-1.705 -4.219 2.196,-1.699 -4.275 2.196,-1.500 -3.661 2.196,-1.462 -3.702 2.196,-1.761 -4.216 2.196,-1.201 -4.019 2.196,-1.167 -4.064 2.196,-1.538 -3.702 2.196,-1.584 -3.671 2.196,-1.215 -4.093 2.196,-1.610 -3.721 2.196,-1.193 -4.144 2.196,-1.663 -3.703 2.196,-1.247 -4.161 2.196,-1.676 -3.757 2.196,-1.239 -4.216 2.196,-1.732 -3.753 2.196,-1.295 -4.219 2.196,-1.731 -3.809 2.196,-1.301 -4.275 2.196,-1.787 -3.818 2.196,-1.355 -4.263 2.196,-1.771 -3.872 2.196,-1.375 -4.316 2.196,-1.425 -4.291 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,3,5,6,-1,7,8,9,-1,0,2,10,-1,8,11,12,-1,2,13,10,-1,9,8,12,-1,14,6,15,-1,6,5,15,-1,16,7,17,-1,7,9,17,-1,11,18,19,-1,12,11,19,-1,20,16,21,-1,16,17,21,-1,10,13,22,-1,13,23,22,-1,24,14,25,-1,18,26,27,-1,14,15,25,-1,19,18,27,-1,23,28,29,-1,22,23,29,-1,28,24,30,-1,20,21,31,-1,24,25,30,-1,29,28,30,-1,20,31,32,-1,27,26,33,-1,33,26,34,-1,32,31,35,-1,33,34,36,-1,32,35,37,-1,36,34,38,-1,37,35,39,-1,36,38,40,-1,37,39,41,-1,40,38,42,-1,41,39,43,-1,40,42,44,-1,41,43,45,-1,44,42,46,-1,45,43,47,-1,44,46,48,-1,45,47,49,-1,49,47,1,-1,48,46,4,-1,48,4,3,-1,49,1,0,-1]
coord Coordinate { point [1.457 1.337 2.196,1.425 1.291 2.196,1.500 1.300 2.196,1.795 0.944 2.196,1.823 0.895 2.196,1.839 0.979 2.196,1.799 1.019 2.196,1.213 0.818 2.196,1.268 0.753 2.196,1.269 0.809 2.196,1.543 1.337 2.196,1.337 0.703 2.196,1.324 0.757 2.196,1.575 1.291 2.196,1.785 1.093 2.196,1.833 1.064 2.196,1.177 0.895 2.196,1.229 0.872 2.196,1.416 0.671 2.196,1.390 0.721 2.196,1.161 0.979 2.196,1.205 0.944 2.196,1.625 1.316 2.196,1.645 1.263 2.196,1.753 1.161 2.196,1.807 1.144 2.196,1.500 0.661 2.196,1.462 0.702 2.196,1.705 1.219 2.196,1.699 1.275 2.196,1.761 1.216 2.196,1.201 1.019 2.196,1.167 1.064 2.196,1.538 0.702 2.196,1.584 0.671 2.196,1.215 1.093 2.196,1.610 0.721 2.196,1.193 1.144 2.196,1.663 0.703 2.196,1.247 1.161 2.196,1.676 0.757 2.196,1.239 1.216 2.196,1.732 0.753 2.196,1.295 1.219 2.196,1.731 0.809 2.196,1.301 1.275 2.196,1.787 0.818 2.196,1.355 1.263 2.196,1.771 0.872 2.196,1.375 1.316 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,3,5,6,-1,7,8,9,-1,0,2,10,-1,8,11,12,-1,2,13,10,-1,9,8,12,-1,14,6,15,-1,6,5,15,-1,16,7,17,-1,7,9,17,-1,11,18,19,-1,12,11,19,-1,20,16,21,-1,16,17,21,-1,10,13,22,-1,13,23,22,-1,24,14,25,-1,18,26,27,-1,14,15,25,-1,19,18,27,-1,23,28,29,-1,22,23,29,-1,28,24,30,-1,20,21,31,-1,24,25,30,-1,29,28,30,-1,20,31,32,-1,27,26,33,-1,33,26,34,-1,32,31,35,-1,33,34,36,-1,32,35,37,-1,36,34,38,-1,37,35,39,-1,36,38,40,-1,37,39,41,-1,40,38,42,-1,41,39,43,-1,40,42,44,-1,41,43,45,-1,44,42,46,-1,45,43,47,-1,44,46,48,-1,45,47,49,-1,49,47,1,-1,48,46,4,-1,48,4,3,-1,49,1,0,-1]
coord Coordinate { point [1.457 0.337 2.196,1.425 0.291 2.196,1.500 0.300 2.196,1.795 -0.056 2.196,1.823 -0.105 2.196,1.839 -0.021 2.196,1.799 0.019 2.196,1.213 -0.182 2.196,1.268 -0.247 2.196,1.269 -0.191 2.196,1.543 0.337 2.196,1.337 -0.297 2.196,1.324 -0.243 2.196,1.575 0.291 2.196,1.785 0.093 2.196,1.833 0.064 2.196,1.177 -0.105 2.196,1.229 -0.128 2.196,1.416 -0.329 2.196,1.390 -0.279 2.196,1.161 -0.021 2.196,1.205 -0.056 2.196,1.625 0.316 2.196,1.645 0.263 2.196,1.753 0.161 2.196,1.807 0.144 2.196,1.500 -0.339 2.196,1.462 -0.298 2.196,1.705 0.219 2.196,1.699 0.275 2.196,1.761 0.216 2.196,1.201 0.019 2.196,1.167 0.064 2.196,1.538 -0.298 2.196,1.584 -0.329 2.196,1.215 0.093 2.196,1.610 -0.279 2.196,1.193 0.144 2.196,1.663 -0.297 2.196,1.247 0.161 2.196,1.676 -0.243 2.196,1.239 0.216 2.196,1.732 -0.247 2.196,1.295 0.219 2.196,1.731 -0.191 2.196,1.301 0.275 2.196,1.787 -0.182 2.196,1.355 0.263 2.196,1.771 -0.128 2.196,1.375 0.316 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,3,5,6,-1,7,8,9,-1,0,2,10,-1,8,11,12,-1,2,13,10,-1,9,8,12,-1,14,6,15,-1,6,5,15,-1,16,7,17,-1,7,9,17,-1,11,18,19,-1,12,11,19,-1,20,16,21,-1,16,17,21,-1,10,13,22,-1,13,23,22,-1,24,14,25,-1,18,26,27,-1,14,15,25,-1,19,18,27,-1,23,28,29,-1,22,23,29,-1,28,24,30,-1,20,21,31,-1,24,25,30,-1,29,28,30,-1,20,31,32,-1,27,26,33,-1,33,26,34,-1,32,31,35,-1,33,34,36,-1,32,35,37,-1,36,34,38,-1,37,35,39,-1,36,38,40,-1,37,39,41,-1,40,38,42,-1,41,39,43,-1,40,42,44,-1,41,43,45,-1,44,42,46,-1,45,43,47,-1,44,46,48,-1,45,47,49,-1,49,47,1,-1,48,46,4,-1,48,4,3,-1,49,1,0,-1]
coord Coordinate { point [1.457 -0.663 2.196,1.425 -0.709 2.196,1.500 -0.700 2.196,1.795 -1.056 2.196,1.823 -1.105 2.196,1.839 -1.021 2.196,1.799 -0.981 2.196,1.213 -1.182 2.196,1.268 -1.247 2.196,1.269 -1.191 2.196,1.543 -0.663 2.196,1.337 -1.297 2.196,1.324 -1.243 2.196,1.575 -0.709 2.196,1.785 -0.907 2.196,1.833 -0.936 2.196,1.177 -1.105 2.196,1.229 -1.128 2.196,1.416 -1.329 2.196,1.390 -1.279 2.196,1.161 -1.021 2.196,1.205 -1.056 2.196,1.625 -0.684 2.196,1.645 -0.737 2.196,1.753 -0.839 2.196,1.807 -0.856 2.196,1.500 -1.339 2.196,1.462 -1.298 2.196,1.705 -0.781 2.196,1.699 -0.725 2.196,1.761 -0.784 2.196,1.201 -0.981 2.196,1.167 -0.936 2.196,1.538 -1.298 2.196,1.584 -1.329 2.196,1.215 -0.907 2.196,1.610 -1.279 2.196,1.193 -0.856 2.196,1.663 -1.297 2.196,1.247 -0.839 2.196,1.676 -1.243 2.196,1.239 -0.784 2.196,1.732 -1.247 2.196,1.295 -0.781 2.196,1.731 -1.191 2.196,1.301 -0.725 2.196,1.787 -1.182 2.196,1.355 -0.737 2.196,1.771 -1.128 2.196,1.375 -0.684 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,5,7,6,-1,8,9,10,-1,11,3,12,-1,9,13,14,-1,3,2,12,-1,10,9,14,-1,15,8,16,-1,8,10,16,-1,13,17,18,-1,14,13,18,-1,7,19,20,-1,21,15,22,-1,6,7,20,-1,15,16,22,-1,23,11,24,-1,11,12,24,-1,19,25,26,-1,20,19,26,-1,17,27,28,-1,18,17,28,-1,25,23,29,-1,23,24,29,-1,26,25,29,-1,21,22,30,-1,21,30,31,-1,28,27,32,-1,32,27,33,-1,31,30,34,-1,32,33,35,-1,31,34,36,-1,35,33,37,-1,36,34,38,-1,35,37,39,-1,36,38,40,-1,39,37,41,-1,40,38,42,-1,39,41,43,-1,40,42,44,-1,43,41,45,-1,44,42,46,-1,43,45,47,-1,44,46,48,-1,48,46,49,-1,47,45,1,-1,47,1,0,-1,48,49,4,-1,4,49,5,-1]
coord Coordinate { point [1.795 -4.056 2.196,1.823 -4.105 2.196,1.839 -4.021 2.196,1.799 -3.981 2.196,1.457 -3.663 2.196,1.500 -3.700 2.196,1.543 -3.663 2.196,1.575 -3.709 2.196,1.213 -4.182 2.196,1.268 -4.247 2.196,1.269 -4.191 2.196,1.785 -3.907 2.196,1.833 -3.936 2.196,1.337 -4.297 2.196,1.324 -4.243 2.196,1.177 -4.105 2.196,1.229 -4.128 2.196,1.416 -4.329 2.196,1.390 -4.279 2.196,1.645 -3.737 2.196,1.625 -3.684 2.196,1.161 -4.021 2.196,1.205 -4.056 2.196,1.753 -3.839 2.196,1.807 -3.856 2.196,1.705 -3.781 2.196,1.699 -3.725 2.196,1.500 -4.339 2.196,1.462 -4.298 2.196,1.761 -3.784 2.196,1.201 -3.981 2.196,1.167 -3.936 2.196,1.538 -4.298 2.196,1.584 -4.329 2.196,1.215 -3.907 2.196,1.610 -4.279 2.196,1.193 -3.856 2.196,1.663 -4.297 2.196,1.247 -3.839 2.196,1.676 -4.243 2.196,1.239 -3.784 2.196,1.732 -4.247 2.196,1.295 -3.781 2.196,1.731 -4.191 2.196,1.301 -3.725 2.196,1.787 -4.182 2.196,1.355 -3.737 2.196,1.771 -4.128 2.196,1.375 -3.684 2.196,1.425 -3.709 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,5,7,6,-1,8,9,10,-1,11,3,12,-1,9,13,14,-1,3,2,12,-1,10,9,14,-1,15,8,16,-1,8,10,16,-1,13,17,18,-1,14,13,18,-1,7,19,20,-1,21,15,22,-1,6,7,20,-1,15,16,22,-1,23,11,24,-1,11,12,24,-1,19,25,26,-1,20,19,26,-1,17,27,28,-1,18,17,28,-1,25,23,29,-1,23,24,29,-1,26,25,29,-1,21,22,30,-1,21,30,31,-1,28,27,32,-1,32,27,33,-1,31,30,34,-1,32,33,35,-1,31,34,36,-1,35,33,37,-1,36,34,38,-1,35,37,39,-1,36,38,40,-1,39,37,41,-1,40,38,42,-1,39,41,43,-1,40,42,44,-1,43,41,45,-1,44,42,46,-1,43,45,47,-1,44,46,48,-1,48,46,49,-1,47,45,1,-1,47,1,0,-1,48,49,4,-1,4,49,5,-1]
coord Coordinate { point [1.795 -3.056 2.196,1.823 -3.105 2.196,1.839 -3.021 2.196,1.799 -2.981 2.196,1.457 -2.663 2.196,1.500 -2.700 2.196,1.543 -2.663 2.196,1.575 -2.709 2.196,1.213 -3.182 2.196,1.268 -3.247 2.196,1.269 -3.191 2.196,1.785 -2.907 2.196,1.833 -2.936 2.196,1.337 -3.297 2.196,1.324 -3.243 2.196,1.177 -3.105 2.196,1.229 -3.128 2.196,1.416 -3.329 2.196,1.390 -3.279 2.196,1.645 -2.737 2.196,1.625 -2.684 2.196,1.161 -3.021 2.196,1.205 -3.056 2.196,1.753 -2.839 2.196,1.807 -2.856 2.196,1.705 -2.781 2.196,1.699 -2.725 2.196,1.500 -3.339 2.196,1.462 -3.298 2.196,1.761 -2.784 2.196,1.201 -2.981 2.196,1.167 -2.936 2.196,1.538 -3.298 2.196,1.584 -3.329 2.196,1.215 -2.907 2.196,1.610 -3.279 2.196,1.193 -2.856 2.196,1.663 -3.297 2.196,1.247 -2.839 2.196,1.676 -3.243 2.196,1.239 -2.784 2.196,1.732 -3.247 2.196,1.295 -2.781 2.196,1.731 -3.191 2.196,1.301 -2.725 2.196,1.787 -3.182 2.196,1.355 -2.737 2.196,1.771 -3.128 2.196,1.375 -2.684 2.196,1.425 -2.709 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,5,7,6,-1,8,9,10,-1,11,3,12,-1,9,13,14,-1,3,2,12,-1,10,9,14,-1,15,8,16,-1,8,10,16,-1,13,17,18,-1,14,13,18,-1,7,19,20,-1,21,15,22,-1,6,7,20,-1,15,16,22,-1,23,11,24,-1,11,12,24,-1,19,25,26,-1,20,19,26,-1,17,27,28,-1,18,17,28,-1,25,23,29,-1,23,24,29,-1,26,25,29,-1,21,22,30,-1,21,30,31,-1,28,27,32,-1,32,27,33,-1,31,30,34,-1,32,33,35,-1,31,34,36,-1,35,33,37,-1,36,34,38,-1,35,37,39,-1,36,38,40,-1,39,37,41,-1,40,38,42,-1,39,41,43,-1,40,42,44,-1,43,41,45,-1,44,42,46,-1,43,45,47,-1,44,46,48,-1,48,46,49,-1,47,45,1,-1,47,1,0,-1,48,49,4,-1,4,49,5,-1]
coord Coordinate { point [1.795 -2.056 2.196,1.823 -2.105 2.196,1.839 -2.021 2.196,1.799 -1.981 2.196,1.457 -1.663 2.196,1.500 -1.700 2.196,1.543 -1.663 2.196,1.575 -1.709 2.196,1.213 -2.182 2.196,1.268 -2.247 2.196,1.269 -2.191 2.196,1.785 -1.907 2.196,1.833 -1.936 2.196,1.337 -2.297 2.196,1.324 -2.243 2.196,1.177 -2.105 2.196,1.229 -2.128 2.196,1.416 -2.329 2.196,1.390 -2.279 2.196,1.645 -1.737 2.196,1.625 -1.684 2.196,1.161 -2.021 2.196,1.205 -2.056 2.196,1.753 -1.839 2.196,1.807 -1.856 2.196,1.705 -1.781 2.196,1.699 -1.725 2.196,1.500 -2.339 2.196,1.462 -2.298 2.196,1.761 -1.784 2.196,1.201 -1.981 2.196,1.167 -1.936 2.196,1.538 -2.298 2.196,1.584 -2.329 2.196,1.215 -1.907 2.196,1.610 -2.279 2.196,1.193 -1.856 2.196,1.663 -2.297 2.196,1.247 -1.839 2.196,1.676 -2.243 2.196,1.239 -1.784 2.196,1.732 -2.247 2.196,1.295 -1.781 2.196,1.731 -2.191 2.196,1.301 -1.725 2.196,1.787 -2.182 2.196,1.355 -1.737 2.196,1.771 -2.128 2.196,1.375 -1.684 2.196,1.425 -1.709 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,5,7,6,-1,8,9,10,-1,11,3,12,-1,9,13,14,-1,3,2,12,-1,10,9,14,-1,15,8,16,-1,8,10,16,-1,13,17,18,-1,14,13,18,-1,7,19,20,-1,21,15,22,-1,6,7,20,-1,15,16,22,-1,23,11,24,-1,11,12,24,-1,19,25,26,-1,20,19,26,-1,17,27,28,-1,18,17,28,-1,25,23,29,-1,23,24,29,-1,26,25,29,-1,21,22,30,-1,21,30,31,-1,28,27,32,-1,32,27,33,-1,31,30,34,-1,32,33,35,-1,31,34,36,-1,35,33,37,-1,36,34,38,-1,35,37,39,-1,36,38,40,-1,39,37,41,-1,40,38,42,-1,39,41,43,-1,40,42,44,-1,43,41,45,-1,44,42,46,-1,43,45,47,-1,44,46,48,-1,48,46,49,-1,47,45,1,-1,47,1,0,-1,48,49,4,-1,4,49,5,-1]
coord Coordinate { point [1.795 3.944 2.196,1.823 3.895 2.196,1.839 3.979 2.196,1.799 4.019 2.196,1.457 4.337 2.196,1.500 4.300 2.196,1.543 4.337 2.196,1.575 4.291 2.196,1.213 3.818 2.196,1.268 3.753 2.196,1.269 3.809 2.196,1.785 4.093 2.196,1.833 4.064 2.196,1.337 3.703 2.196,1.324 3.757 2.196,1.177 3.895 2.196,1.229 3.872 2.196,1.416 3.671 2.196,1.390 3.721 2.196,1.645 4.263 2.196,1.625 4.316 2.196,1.161 3.979 2.196,1.205 3.944 2.196,1.753 4.161 2.196,1.807 4.144 2.196,1.705 4.219 2.196,1.699 4.275 2.196,1.500 3.661 2.196,1.462 3.702 2.196,1.761 4.216 2.196,1.201 4.019 2.196,1.167 4.064 2.196,1.538 3.702 2.196,1.584 3.671 2.196,1.215 4.093 2.196,1.610 3.721 2.196,1.193 4.144 2.196,1.663 3.703 2.196,1.247 4.161 2.196,1.676 3.757 2.196,1.239 4.216 2.196,1.732 3.753 2.196,1.295 4.219 2.196,1.731 3.809 2.196,1.301 4.275 2.196,1.787 3.818 2.196,1.355 4.263 2.196,1.771 3.872 2.196,1.375 4.316 2.196,1.425 4.291 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,5,7,6,-1,8,9,10,-1,11,3,12,-1,9,13,14,-1,3,2,12,-1,10,9,14,-1,15,8,16,-1,8,10,16,-1,13,17,18,-1,14,13,18,-1,7,19,20,-1,21,15,22,-1,6,7,20,-1,15,16,22,-1,23,11,24,-1,11,12,24,-1,19,25,26,-1,20,19,26,-1,17,27,28,-1,18,17,28,-1,25,23,29,-1,23,24,29,-1,26,25,29,-1,21,22,30,-1,21,30,31,-1,28,27,32,-1,32,27,33,-1,31,30,34,-1,32,33,35,-1,31,34,36,-1,35,33,37,-1,36,34,38,-1,35,37,39,-1,36,38,40,-1,39,37,41,-1,40,38,42,-1,39,41,43,-1,40,42,44,-1,43,41,45,-1,44,42,46,-1,43,45,47,-1,44,46,48,-1,48,46,49,-1,47,45,1,-1,47,1,0,-1,48,49,4,-1,4,49,5,-1]
coord Coordinate { point [1.795 2.944 2.196,1.823 2.895 2.196,1.839 2.979 2.196,1.799 3.019 2.196,1.457 3.337 2.196,1.500 3.300 2.196,1.543 3.337 2.196,1.575 3.291 2.196,1.213 2.818 2.196,1.268 2.753 2.196,1.269 2.809 2.196,1.785 3.093 2.196,1.833 3.064 2.196,1.337 2.703 2.196,1.324 2.757 2.196,1.177 2.895 2.196,1.229 2.872 2.196,1.416 2.671 2.196,1.390 2.721 2.196,1.645 3.263 2.196,1.625 3.316 2.196,1.161 2.979 2.196,1.205 2.944 2.196,1.753 3.161 2.196,1.807 3.144 2.196,1.705 3.219 2.196,1.699 3.275 2.196,1.500 2.661 2.196,1.462 2.702 2.196,1.761 3.216 2.196,1.201 3.019 2.196,1.167 3.064 2.196,1.538 2.702 2.196,1.584 2.671 2.196,1.215 3.093 2.196,1.610 2.721 2.196,1.193 3.144 2.196,1.663 2.703 2.196,1.247 3.161 2.196,1.676 2.757 2.196,1.239 3.216 2.196,1.732 2.753 2.196,1.295 3.219 2.196,1.731 2.809 2.196,1.301 3.275 2.196,1.787 2.818 2.196,1.355 3.263 2.196,1.771 2.872 2.196,1.375 3.316 2.196,1.425 3.291 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,5,7,6,-1,8,9,10,-1,11,3,12,-1,9,13,14,-1,3,2,12,-1,10,9,14,-1,15,8,16,-1,8,10,16,-1,13,17,18,-1,14,13,18,-1,7,19,20,-1,21,15,22,-1,6,7,20,-1,15,16,22,-1,23,11,24,-1,11,12,24,-1,19,25,26,-1,20,19,26,-1,17,27,28,-1,18,17,28,-1,25,23,29,-1,23,24,29,-1,26,25,29,-1,21,22,30,-1,21,30,31,-1,28,27,32,-1,32,27,33,-1,31,30,34,-1,32,33,35,-1,31,34,36,-1,35,33,37,-1,36,34,38,-1,35,37,39,-1,36,38,40,-1,39,37,41,-1,40,38,42,-1,39,41,43,-1,40,42,44,-1,43,41,45,-1,44,42,46,-1,43,45,47,-1,44,46,48,-1,48,46,49,-1,47,45,1,-1,47,1,0,-1,48,49,4,-1,4,49,5,-1]
coord Coordinate { point [1.795 1.944 2.196,1.823 1.895 2.196,1.839 1.979 2.196,1.799 2.019 2.196,1.457 2.337 2.196,1.500 2.300 2.196,1.543 2.337 2.196,1.575 2.291 2.196,1.213 1.818 2.196,1.268 1.753 2.196,1.269 1.809 2.196,1.785 2.093 2.196,1.833 2.064 2.196,1.337 1.703 2.196,1.324 1.757 2.196,1.177 1.895 2.196,1.229 1.872 2.196,1.416 1.671 2.196,1.390 1.721 2.196,1.645 2.263 2.196,1.625 2.316 2.196,1.161 1.979 2.196,1.205 1.944 2.196,1.753 2.161 2.196,1.807 2.144 2.196,1.705 2.219 2.196,1.699 2.275 2.196,1.500 1.661 2.196,1.462 1.702 2.196,1.761 2.216 2.196,1.201 2.019 2.196,1.167 2.064 2.196,1.538 1.702 2.196,1.584 1.671 2.196,1.215 2.093 2.196,1.610 1.721 2.196,1.193 2.144 2.196,1.663 1.703 2.196,1.247 2.161 2.196,1.676 1.757 2.196,1.239 2.216 2.196,1.732 1.753 2.196,1.295 2.219 2.196,1.731 1.809 2.196,1.301 2.275 2.196,1.787 1.818 2.196,1.355 2.263 2.196,1.771 1.872 2.196,1.375 2.316 2.196,1.425 2.291 2.196]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,6,4,5,-1,0,2,5,-1,7,8,9,-1,10,7,9,-1,6,5,11,-1,12,10,13,-1,14,6,15,-1,10,9,13,-1,6,11,15,-1,16,14,17,-1,18,12,19,-1,20,18,19,-1,14,15,17,-1,12,13,19,-1,21,16,22,-1,16,17,22,-1,20,19,23,-1,24,21,25,-1,21,22,25,-1,26,20,27,-1,7,24,8,-1,24,25,8,-1,20,23,27,-1,28,26,29,-1,26,27,29,-1,30,28,31,-1,28,29,31,-1,32,30,33,-1,30,31,33,-1,34,32,35,-1,32,33,35,-1,36,34,37,-1,34,35,37,-1,36,37,38,-1,39,36,38,-1,39,38,40,-1,41,39,40,-1,41,40,42,-1,43,41,42,-1,43,42,44,-1,45,43,44,-1,46,45,44,-1,46,44,47,-1,48,46,49,-1,46,47,49,-1,1,48,3,-1,48,49,3,-1]
coord Coordinate { point [-1.205 0.944 0.736,-1.229 0.872 0.736,-1.321 0.966 0.618,-1.335 0.923 0.618,-1.201 1.019 0.736,-1.318 1.011 0.618,-1.215 1.093 0.736,-1.500 1.300 0.736,-1.500 1.182 0.618,-1.545 1.176 0.618,-1.575 1.291 0.736,-1.327 1.056 0.618,-1.645 1.263 0.736,-1.588 1.159 0.618,-1.247 1.161 0.736,-1.346 1.097 0.618,-1.295 1.219 0.736,-1.375 1.133 0.618,-1.705 1.219 0.736,-1.625 1.133 0.618,-1.753 1.161 0.736,-1.355 1.263 0.736,-1.412 1.159 0.618,-1.654 1.097 0.618,-1.425 1.291 0.736,-1.455 1.176 0.618,-1.785 1.093 0.736,-1.673 1.056 0.618,-1.799 1.019 0.736,-1.682 1.011 0.618,-1.795 0.944 0.736,-1.679 0.966 0.618,-1.771 0.872 0.736,-1.665 0.923 0.618,-1.731 0.809 0.736,-1.640 0.884 0.618,-1.676 0.757 0.736,-1.607 0.853 0.618,-1.567 0.831 0.618,-1.610 0.721 0.736,-1.523 0.820 0.618,-1.538 0.702 0.736,-1.477 0.820 0.618,-1.462 0.702 0.736,-1.433 0.831 0.618,-1.390 0.721 0.736,-1.324 0.757 0.736,-1.393 0.853 0.618,-1.269 0.809 0.736,-1.360 0.884 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1,6,7,8,-1,9,4,10,-1,11,6,8,-1,4,5,10,-1,12,9,13,-1,14,11,15,-1,16,14,15,-1,9,10,13,-1,11,8,15,-1,17,12,18,-1,19,17,18,-1,20,16,21,-1,12,13,18,-1,16,15,21,-1,19,18,22,-1,20,21,23,-1,24,19,25,-1,19,22,25,-1,26,20,27,-1,6,24,7,-1,24,25,7,-1,20,23,27,-1,28,26,29,-1,26,27,29,-1,30,28,31,-1,28,29,31,-1,32,30,33,-1,30,31,33,-1,34,32,35,-1,32,33,35,-1,36,34,37,-1,34,35,37,-1,36,37,38,-1,39,36,38,-1,39,38,40,-1,41,39,40,-1,41,40,42,-1,43,41,42,-1,44,43,42,-1,44,42,45,-1,44,45,46,-1,47,44,46,-1,48,47,46,-1,48,46,49,-1,1,48,3,-1,48,49,3,-1]
coord Coordinate { point [-1.205 -0.056 0.736,-1.229 -0.128 0.736,-1.321 -0.034 0.618,-1.335 -0.077 0.618,-1.201 0.019 0.736,-1.318 0.011 0.618,-1.500 0.300 0.736,-1.500 0.182 0.618,-1.545 0.176 0.618,-1.215 0.093 0.736,-1.327 0.056 0.618,-1.575 0.291 0.736,-1.247 0.161 0.736,-1.346 0.097 0.618,-1.645 0.263 0.736,-1.588 0.159 0.618,-1.705 0.219 0.736,-1.295 0.219 0.736,-1.375 0.133 0.618,-1.355 0.263 0.736,-1.753 0.161 0.736,-1.625 0.133 0.618,-1.412 0.159 0.618,-1.654 0.097 0.618,-1.425 0.291 0.736,-1.455 0.176 0.618,-1.785 0.093 0.736,-1.673 0.056 0.618,-1.799 0.019 0.736,-1.682 0.011 0.618,-1.795 -0.056 0.736,-1.679 -0.034 0.618,-1.771 -0.128 0.736,-1.665 -0.077 0.618,-1.731 -0.191 0.736,-1.640 -0.116 0.618,-1.676 -0.243 0.736,-1.607 -0.147 0.618,-1.567 -0.169 0.618,-1.610 -0.279 0.736,-1.523 -0.180 0.618,-1.538 -0.298 0.736,-1.477 -0.180 0.618,-1.462 -0.298 0.736,-1.390 -0.279 0.736,-1.433 -0.169 0.618,-1.393 -0.147 0.618,-1.324 -0.243 0.736,-1.269 -0.191 0.736,-1.360 -0.116 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,6,7,8,-1,0,2,5,-1,9,4,10,-1,4,5,10,-1,6,8,11,-1,12,9,13,-1,14,6,15,-1,9,10,13,-1,6,11,15,-1,16,12,17,-1,18,14,19,-1,12,13,17,-1,20,18,19,-1,14,15,19,-1,21,16,22,-1,16,17,22,-1,23,20,24,-1,20,19,24,-1,25,21,26,-1,21,22,26,-1,7,25,8,-1,25,26,8,-1,23,24,27,-1,28,23,29,-1,23,27,29,-1,30,28,31,-1,28,29,31,-1,32,30,33,-1,30,31,33,-1,34,32,35,-1,36,34,35,-1,32,33,35,-1,36,35,37,-1,36,37,38,-1,39,36,38,-1,39,38,40,-1,41,39,40,-1,41,40,42,-1,43,41,42,-1,44,43,42,-1,44,42,45,-1,44,45,46,-1,47,44,46,-1,48,47,49,-1,1,48,49,-1,47,46,49,-1,1,49,3,-1]
coord Coordinate { point [1.205 0.056 0.736,1.229 0.128 0.736,1.321 0.034 0.618,1.335 0.077 0.618,1.201 -0.019 0.736,1.318 -0.011 0.618,1.575 -0.291 0.736,1.500 -0.300 0.736,1.500 -0.182 0.618,1.215 -0.093 0.736,1.327 -0.056 0.618,1.545 -0.176 0.618,1.247 -0.161 0.736,1.346 -0.097 0.618,1.645 -0.263 0.736,1.588 -0.159 0.618,1.295 -0.219 0.736,1.375 -0.133 0.618,1.705 -0.219 0.736,1.625 -0.133 0.618,1.753 -0.161 0.736,1.355 -0.263 0.736,1.412 -0.159 0.618,1.785 -0.093 0.736,1.654 -0.097 0.618,1.425 -0.291 0.736,1.455 -0.176 0.618,1.673 -0.056 0.618,1.799 -0.019 0.736,1.682 -0.011 0.618,1.795 0.056 0.736,1.679 0.034 0.618,1.771 0.128 0.736,1.665 0.077 0.618,1.731 0.191 0.736,1.640 0.116 0.618,1.676 0.243 0.736,1.607 0.147 0.618,1.567 0.169 0.618,1.610 0.279 0.736,1.523 0.180 0.618,1.538 0.298 0.736,1.477 0.180 0.618,1.462 0.298 0.736,1.390 0.279 0.736,1.433 0.169 0.618,1.393 0.147 0.618,1.324 0.243 0.736,1.269 0.191 0.736,1.360 0.116 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,1,4,2,-1,3,2,5,-1,6,7,8,-1,9,3,10,-1,11,6,8,-1,3,5,10,-1,12,9,13,-1,14,11,15,-1,9,10,13,-1,11,8,15,-1,16,12,17,-1,18,14,19,-1,12,13,17,-1,14,15,19,-1,20,16,21,-1,22,18,23,-1,16,17,21,-1,24,22,23,-1,18,19,23,-1,25,20,26,-1,6,25,26,-1,20,21,26,-1,6,26,7,-1,24,23,27,-1,28,24,29,-1,24,27,29,-1,30,28,31,-1,28,29,31,-1,32,30,33,-1,30,31,33,-1,34,32,35,-1,36,34,35,-1,32,33,35,-1,36,35,37,-1,36,37,38,-1,39,36,38,-1,39,38,40,-1,41,39,40,-1,41,40,42,-1,43,41,42,-1,44,43,42,-1,44,42,45,-1,44,45,46,-1,47,44,46,-1,48,47,49,-1,47,46,49,-1,1,48,4,-1,48,49,4,-1]
coord Coordinate { point [1.205 1.056 0.736,1.229 1.128 0.736,1.321 1.034 0.618,1.201 0.981 0.736,1.335 1.077 0.618,1.318 0.989 0.618,1.500 0.700 0.736,1.500 0.818 0.618,1.545 0.824 0.618,1.215 0.907 0.736,1.327 0.944 0.618,1.575 0.709 0.736,1.247 0.839 0.736,1.346 0.903 0.618,1.645 0.737 0.736,1.588 0.841 0.618,1.295 0.781 0.736,1.375 0.867 0.618,1.705 0.781 0.736,1.625 0.867 0.618,1.355 0.737 0.736,1.412 0.841 0.618,1.753 0.839 0.736,1.654 0.903 0.618,1.785 0.907 0.736,1.425 0.709 0.736,1.455 0.824 0.618,1.673 0.944 0.618,1.799 0.981 0.736,1.682 0.989 0.618,1.795 1.056 0.736,1.679 1.034 0.618,1.771 1.128 0.736,1.665 1.077 0.618,1.731 1.191 0.736,1.640 1.116 0.618,1.676 1.243 0.736,1.607 1.147 0.618,1.567 1.169 0.618,1.610 1.279 0.736,1.523 1.180 0.618,1.538 1.298 0.736,1.477 1.180 0.618,1.462 1.298 0.736,1.390 1.279 0.736,1.433 1.169 0.618,1.393 1.147 0.618,1.324 1.243 0.736,1.269 1.191 0.736,1.360 1.116 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,0,8,-1,0,2,8,-1,9,4,10,-1,11,7,12,-1,4,6,10,-1,7,8,12,-1,13,9,14,-1,15,11,16,-1,17,15,16,-1,9,10,14,-1,11,12,16,-1,18,13,19,-1,17,16,20,-1,13,14,19,-1,21,17,22,-1,17,20,22,-1,23,18,24,-1,18,19,24,-1,5,21,6,-1,21,22,6,-1,25,23,26,-1,23,24,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,29,30,31,-1,32,29,33,-1,34,32,33,-1,29,31,33,-1,35,34,36,-1,34,33,36,-1,35,36,37,-1,38,35,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,42,43,44,-1,45,42,44,-1,46,45,44,-1,46,44,47,-1,48,46,49,-1,46,47,49,-1,1,48,3,-1,48,49,3,-1]
coord Coordinate { point [1.201 3.981 0.736,1.205 4.056 0.736,1.318 3.989 0.618,1.321 4.034 0.618,1.575 3.709 0.736,1.500 3.700 0.736,1.500 3.818 0.618,1.215 3.907 0.736,1.327 3.944 0.618,1.645 3.737 0.736,1.545 3.824 0.618,1.247 3.839 0.736,1.346 3.903 0.618,1.705 3.781 0.736,1.588 3.841 0.618,1.295 3.781 0.736,1.375 3.867 0.618,1.355 3.737 0.736,1.753 3.839 0.736,1.625 3.867 0.618,1.412 3.841 0.618,1.425 3.709 0.736,1.455 3.824 0.618,1.785 3.907 0.736,1.654 3.903 0.618,1.799 3.981 0.736,1.673 3.944 0.618,1.795 4.056 0.736,1.682 3.989 0.618,1.771 4.128 0.736,1.679 4.034 0.618,1.665 4.077 0.618,1.731 4.191 0.736,1.640 4.116 0.618,1.676 4.243 0.736,1.610 4.279 0.736,1.607 4.147 0.618,1.567 4.169 0.618,1.538 4.298 0.736,1.523 4.180 0.618,1.462 4.298 0.736,1.477 4.180 0.618,1.390 4.279 0.736,1.433 4.169 0.618,1.393 4.147 0.618,1.324 4.243 0.736,1.269 4.191 0.736,1.360 4.116 0.618,1.229 4.128 0.736,1.335 4.077 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,0,8,-1,0,2,8,-1,9,4,10,-1,11,7,12,-1,4,6,10,-1,7,8,12,-1,13,9,14,-1,15,11,16,-1,17,15,16,-1,9,10,14,-1,11,12,16,-1,18,13,19,-1,17,16,20,-1,13,14,19,-1,21,17,22,-1,17,20,22,-1,23,18,24,-1,18,19,24,-1,5,21,6,-1,21,22,6,-1,25,23,26,-1,23,24,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,29,30,31,-1,32,29,33,-1,34,32,33,-1,29,31,33,-1,35,34,36,-1,34,33,36,-1,35,36,37,-1,38,35,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,42,43,44,-1,45,42,44,-1,46,45,44,-1,46,44,47,-1,48,46,49,-1,46,47,49,-1,1,48,3,-1,48,49,3,-1]
coord Coordinate { point [1.201 2.981 0.736,1.205 3.056 0.736,1.318 2.989 0.618,1.321 3.034 0.618,1.575 2.709 0.736,1.500 2.700 0.736,1.500 2.818 0.618,1.215 2.907 0.736,1.327 2.944 0.618,1.645 2.737 0.736,1.545 2.824 0.618,1.247 2.839 0.736,1.346 2.903 0.618,1.705 2.781 0.736,1.588 2.841 0.618,1.295 2.781 0.736,1.375 2.867 0.618,1.355 2.737 0.736,1.753 2.839 0.736,1.625 2.867 0.618,1.412 2.841 0.618,1.425 2.709 0.736,1.455 2.824 0.618,1.785 2.907 0.736,1.654 2.903 0.618,1.799 2.981 0.736,1.673 2.944 0.618,1.795 3.056 0.736,1.682 2.989 0.618,1.771 3.128 0.736,1.679 3.034 0.618,1.665 3.077 0.618,1.731 3.191 0.736,1.640 3.116 0.618,1.676 3.243 0.736,1.610 3.279 0.736,1.607 3.147 0.618,1.567 3.169 0.618,1.538 3.298 0.736,1.523 3.180 0.618,1.462 3.298 0.736,1.477 3.180 0.618,1.390 3.279 0.736,1.433 3.169 0.618,1.393 3.147 0.618,1.324 3.243 0.736,1.269 3.191 0.736,1.360 3.116 0.618,1.229 3.128 0.736,1.335 3.077 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,0,8,-1,0,2,8,-1,9,4,10,-1,11,7,12,-1,4,6,10,-1,7,8,12,-1,13,9,14,-1,15,11,16,-1,17,15,16,-1,9,10,14,-1,11,12,16,-1,18,13,19,-1,17,16,20,-1,13,14,19,-1,21,17,22,-1,17,20,22,-1,23,18,24,-1,18,19,24,-1,5,21,6,-1,21,22,6,-1,25,23,26,-1,23,24,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,29,30,31,-1,32,29,33,-1,34,32,33,-1,29,31,33,-1,35,34,36,-1,34,33,36,-1,35,36,37,-1,38,35,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,42,43,44,-1,45,42,44,-1,46,45,44,-1,46,44,47,-1,48,46,49,-1,46,47,49,-1,1,48,3,-1,48,49,3,-1]
coord Coordinate { point [1.201 1.981 0.736,1.205 2.056 0.736,1.318 1.989 0.618,1.321 2.034 0.618,1.575 1.709 0.736,1.500 1.700 0.736,1.500 1.818 0.618,1.215 1.907 0.736,1.327 1.944 0.618,1.645 1.737 0.736,1.545 1.824 0.618,1.247 1.839 0.736,1.346 1.903 0.618,1.705 1.781 0.736,1.588 1.841 0.618,1.295 1.781 0.736,1.375 1.867 0.618,1.355 1.737 0.736,1.753 1.839 0.736,1.625 1.867 0.618,1.412 1.841 0.618,1.425 1.709 0.736,1.455 1.824 0.618,1.785 1.907 0.736,1.654 1.903 0.618,1.799 1.981 0.736,1.673 1.944 0.618,1.795 2.056 0.736,1.682 1.989 0.618,1.771 2.128 0.736,1.679 2.034 0.618,1.665 2.077 0.618,1.731 2.191 0.736,1.640 2.116 0.618,1.676 2.243 0.736,1.610 2.279 0.736,1.607 2.147 0.618,1.567 2.169 0.618,1.538 2.298 0.736,1.523 2.180 0.618,1.462 2.298 0.736,1.477 2.180 0.618,1.390 2.279 0.736,1.433 2.169 0.618,1.393 2.147 0.618,1.324 2.243 0.736,1.269 2.191 0.736,1.360 2.116 0.618,1.229 2.128 0.736,1.335 2.077 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,1,4,2,-1,3,2,5,-1,6,7,8,-1,9,6,8,-1,10,9,8,-1,11,3,12,-1,3,5,12,-1,13,11,14,-1,10,8,15,-1,11,12,14,-1,16,10,17,-1,18,16,17,-1,19,13,20,-1,10,15,17,-1,13,14,20,-1,21,19,22,-1,19,20,22,-1,23,18,24,-1,18,17,24,-1,6,21,7,-1,21,22,7,-1,25,23,26,-1,23,24,26,-1,25,26,27,-1,28,25,29,-1,30,28,29,-1,25,27,29,-1,31,30,32,-1,30,29,32,-1,33,31,34,-1,31,32,34,-1,35,33,36,-1,33,34,36,-1,35,36,37,-1,38,35,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,40,41,42,-1,43,40,42,-1,44,43,42,-1,44,42,45,-1,46,44,47,-1,44,45,47,-1,48,46,49,-1,46,47,49,-1,1,48,4,-1,48,49,4,-1]
coord Coordinate { point [-1.201 4.019 0.736,-1.205 3.944 0.736,-1.318 4.011 0.618,-1.215 4.093 0.736,-1.321 3.966 0.618,-1.327 4.056 0.618,-1.500 4.300 0.736,-1.500 4.182 0.618,-1.545 4.176 0.618,-1.575 4.291 0.736,-1.645 4.263 0.736,-1.247 4.161 0.736,-1.346 4.097 0.618,-1.295 4.219 0.736,-1.375 4.133 0.618,-1.588 4.159 0.618,-1.705 4.219 0.736,-1.625 4.133 0.618,-1.753 4.161 0.736,-1.355 4.263 0.736,-1.412 4.159 0.618,-1.425 4.291 0.736,-1.455 4.176 0.618,-1.785 4.093 0.736,-1.654 4.097 0.618,-1.799 4.019 0.736,-1.673 4.056 0.618,-1.682 4.011 0.618,-1.795 3.944 0.736,-1.679 3.966 0.618,-1.771 3.872 0.736,-1.731 3.809 0.736,-1.665 3.923 0.618,-1.676 3.757 0.736,-1.640 3.884 0.618,-1.610 3.721 0.736,-1.607 3.853 0.618,-1.567 3.831 0.618,-1.538 3.702 0.736,-1.523 3.820 0.618,-1.462 3.702 0.736,-1.477 3.820 0.618,-1.433 3.831 0.618,-1.390 3.721 0.736,-1.324 3.757 0.736,-1.393 3.853 0.618,-1.269 3.809 0.736,-1.360 3.884 0.618,-1.229 3.872 0.736,-1.335 3.923 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1,6,4,7,-1,8,9,10,-1,11,8,10,-1,4,5,7,-1,12,11,10,-1,6,7,13,-1,12,10,14,-1,15,6,16,-1,17,15,16,-1,6,13,16,-1,18,12,19,-1,20,18,19,-1,12,14,19,-1,17,16,21,-1,22,17,21,-1,20,19,23,-1,22,21,24,-1,8,22,9,-1,22,24,9,-1,25,20,26,-1,20,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,35,33,36,-1,33,34,36,-1,35,36,37,-1,38,35,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,3,-1,1,49,3,-1,47,48,3,-1]
coord Coordinate { point [-1.201 3.019 0.736,-1.205 2.944 0.736,-1.321 2.966 0.618,-1.335 2.923 0.618,-1.215 3.093 0.736,-1.318 3.011 0.618,-1.247 3.161 0.736,-1.327 3.056 0.618,-1.500 3.300 0.736,-1.500 3.182 0.618,-1.545 3.176 0.618,-1.575 3.291 0.736,-1.645 3.263 0.736,-1.346 3.097 0.618,-1.588 3.159 0.618,-1.295 3.219 0.736,-1.375 3.133 0.618,-1.355 3.263 0.736,-1.705 3.219 0.736,-1.625 3.133 0.618,-1.753 3.161 0.736,-1.412 3.159 0.618,-1.425 3.291 0.736,-1.654 3.097 0.618,-1.455 3.176 0.618,-1.785 3.093 0.736,-1.673 3.056 0.618,-1.799 3.019 0.736,-1.682 3.011 0.618,-1.795 2.944 0.736,-1.679 2.966 0.618,-1.771 2.872 0.736,-1.665 2.923 0.618,-1.731 2.809 0.736,-1.640 2.884 0.618,-1.676 2.757 0.736,-1.607 2.853 0.618,-1.567 2.831 0.618,-1.610 2.721 0.736,-1.523 2.820 0.618,-1.538 2.702 0.736,-1.477 2.820 0.618,-1.462 2.702 0.736,-1.433 2.831 0.618,-1.390 2.721 0.736,-1.324 2.757 0.736,-1.393 2.853 0.618,-1.269 2.809 0.736,-1.360 2.884 0.618,-1.229 2.872 0.736]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,1,4,2,-1,3,2,5,-1,6,7,8,-1,9,6,8,-1,10,9,8,-1,11,3,12,-1,3,5,12,-1,13,11,14,-1,10,8,15,-1,11,12,14,-1,16,10,17,-1,18,16,17,-1,19,13,20,-1,10,15,17,-1,13,14,20,-1,21,19,22,-1,19,20,22,-1,23,18,24,-1,18,17,24,-1,6,21,7,-1,21,22,7,-1,25,23,26,-1,23,24,26,-1,25,26,27,-1,28,25,29,-1,30,28,29,-1,25,27,29,-1,31,30,32,-1,30,29,32,-1,33,31,34,-1,31,32,34,-1,35,33,36,-1,33,34,36,-1,35,36,37,-1,38,35,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,40,41,42,-1,43,40,42,-1,44,43,42,-1,44,42,45,-1,46,44,47,-1,44,45,47,-1,48,46,49,-1,46,47,49,-1,1,48,4,-1,48,49,4,-1]
coord Coordinate { point [-1.201 2.019 0.736,-1.205 1.944 0.736,-1.318 2.011 0.618,-1.215 2.093 0.736,-1.321 1.966 0.618,-1.327 2.056 0.618,-1.500 2.300 0.736,-1.500 2.182 0.618,-1.545 2.176 0.618,-1.575 2.291 0.736,-1.645 2.263 0.736,-1.247 2.161 0.736,-1.346 2.097 0.618,-1.295 2.219 0.736,-1.375 2.133 0.618,-1.588 2.159 0.618,-1.705 2.219 0.736,-1.625 2.133 0.618,-1.753 2.161 0.736,-1.355 2.263 0.736,-1.412 2.159 0.618,-1.425 2.291 0.736,-1.455 2.176 0.618,-1.785 2.093 0.736,-1.654 2.097 0.618,-1.799 2.019 0.736,-1.673 2.056 0.618,-1.682 2.011 0.618,-1.795 1.944 0.736,-1.679 1.966 0.618,-1.771 1.872 0.736,-1.731 1.809 0.736,-1.665 1.923 0.618,-1.676 1.757 0.736,-1.640 1.884 0.618,-1.610 1.721 0.736,-1.607 1.853 0.618,-1.567 1.831 0.618,-1.538 1.702 0.736,-1.523 1.820 0.618,-1.462 1.702 0.736,-1.477 1.820 0.618,-1.433 1.831 0.618,-1.390 1.721 0.736,-1.324 1.757 0.736,-1.393 1.853 0.618,-1.269 1.809 0.736,-1.360 1.884 0.618,-1.229 1.872 0.736,-1.335 1.923 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,6,4,5,-1,0,2,5,-1,7,8,9,-1,10,7,9,-1,6,5,11,-1,12,10,13,-1,14,6,15,-1,10,9,13,-1,6,11,15,-1,16,14,17,-1,18,12,19,-1,20,18,19,-1,14,15,17,-1,12,13,19,-1,21,16,22,-1,16,17,22,-1,20,19,23,-1,24,21,25,-1,7,24,25,-1,21,22,25,-1,26,20,27,-1,7,25,8,-1,20,23,27,-1,28,26,29,-1,26,27,29,-1,30,28,31,-1,28,29,31,-1,32,30,33,-1,30,31,33,-1,34,32,35,-1,32,33,35,-1,36,34,37,-1,34,35,37,-1,36,37,38,-1,39,36,38,-1,39,38,40,-1,41,39,40,-1,41,40,42,-1,43,41,42,-1,43,42,44,-1,45,43,44,-1,46,45,44,-1,46,44,47,-1,48,46,49,-1,46,47,49,-1,1,48,3,-1,48,49,3,-1]
coord Coordinate { point [-1.205 -1.056 0.736,-1.229 -1.128 0.736,-1.321 -1.034 0.618,-1.335 -1.077 0.618,-1.201 -0.981 0.736,-1.318 -0.989 0.618,-1.215 -0.907 0.736,-1.500 -0.700 0.736,-1.500 -0.818 0.618,-1.545 -0.824 0.618,-1.575 -0.709 0.736,-1.327 -0.944 0.618,-1.645 -0.737 0.736,-1.588 -0.841 0.618,-1.247 -0.839 0.736,-1.346 -0.903 0.618,-1.295 -0.781 0.736,-1.375 -0.867 0.618,-1.705 -0.781 0.736,-1.625 -0.867 0.618,-1.753 -0.839 0.736,-1.355 -0.737 0.736,-1.412 -0.841 0.618,-1.654 -0.903 0.618,-1.425 -0.709 0.736,-1.455 -0.824 0.618,-1.785 -0.907 0.736,-1.673 -0.944 0.618,-1.799 -0.981 0.736,-1.682 -0.989 0.618,-1.795 -1.056 0.736,-1.679 -1.034 0.618,-1.771 -1.128 0.736,-1.665 -1.077 0.618,-1.731 -1.191 0.736,-1.640 -1.116 0.618,-1.676 -1.243 0.736,-1.607 -1.147 0.618,-1.567 -1.169 0.618,-1.610 -1.279 0.736,-1.523 -1.180 0.618,-1.538 -1.298 0.736,-1.477 -1.180 0.618,-1.462 -1.298 0.736,-1.433 -1.169 0.618,-1.390 -1.279 0.736,-1.324 -1.243 0.736,-1.393 -1.147 0.618,-1.269 -1.191 0.736,-1.360 -1.116 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,1,4,2,-1,3,2,5,-1,6,7,8,-1,9,6,8,-1,10,9,8,-1,11,3,12,-1,3,5,12,-1,13,11,14,-1,10,8,15,-1,11,12,14,-1,16,10,17,-1,18,16,17,-1,19,13,20,-1,10,15,17,-1,13,14,20,-1,21,19,22,-1,19,20,22,-1,23,18,24,-1,18,17,24,-1,6,21,7,-1,21,22,7,-1,25,23,26,-1,23,24,26,-1,25,26,27,-1,28,25,29,-1,30,28,29,-1,25,27,29,-1,31,30,32,-1,30,29,32,-1,33,31,34,-1,31,32,34,-1,35,33,36,-1,33,34,36,-1,35,36,37,-1,38,35,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,40,41,42,-1,43,40,42,-1,44,43,42,-1,44,42,45,-1,46,44,47,-1,44,45,47,-1,48,46,49,-1,46,47,49,-1,1,48,4,-1,48,49,4,-1]
coord Coordinate { point [-1.201 -1.981 0.736,-1.205 -2.056 0.736,-1.318 -1.989 0.618,-1.215 -1.907 0.736,-1.321 -2.034 0.618,-1.327 -1.944 0.618,-1.500 -1.700 0.736,-1.500 -1.818 0.618,-1.545 -1.824 0.618,-1.575 -1.709 0.736,-1.645 -1.737 0.736,-1.247 -1.839 0.736,-1.346 -1.903 0.618,-1.295 -1.781 0.736,-1.375 -1.867 0.618,-1.588 -1.841 0.618,-1.705 -1.781 0.736,-1.625 -1.867 0.618,-1.753 -1.839 0.736,-1.355 -1.737 0.736,-1.412 -1.841 0.618,-1.425 -1.709 0.736,-1.455 -1.824 0.618,-1.785 -1.907 0.736,-1.654 -1.903 0.618,-1.799 -1.981 0.736,-1.673 -1.944 0.618,-1.682 -1.989 0.618,-1.795 -2.056 0.736,-1.679 -2.034 0.618,-1.771 -2.128 0.736,-1.731 -2.191 0.736,-1.665 -2.077 0.618,-1.676 -2.243 0.736,-1.640 -2.116 0.618,-1.610 -2.279 0.736,-1.607 -2.147 0.618,-1.567 -2.169 0.618,-1.538 -2.298 0.736,-1.523 -2.180 0.618,-1.462 -2.298 0.736,-1.477 -2.180 0.618,-1.433 -2.169 0.618,-1.390 -2.279 0.736,-1.324 -2.243 0.736,-1.393 -2.147 0.618,-1.269 -2.191 0.736,-1.360 -2.116 0.618,-1.229 -2.128 0.736,-1.335 -2.077 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,1,4,2,-1,3,2,5,-1,6,7,8,-1,9,6,8,-1,10,9,8,-1,11,3,12,-1,3,5,12,-1,13,11,14,-1,10,8,15,-1,11,12,14,-1,16,10,17,-1,18,16,17,-1,19,13,20,-1,10,15,17,-1,13,14,20,-1,21,19,22,-1,19,20,22,-1,23,18,24,-1,18,17,24,-1,6,21,7,-1,21,22,7,-1,25,23,26,-1,23,24,26,-1,25,26,27,-1,28,25,29,-1,30,28,29,-1,25,27,29,-1,31,30,32,-1,30,29,32,-1,33,31,34,-1,31,32,34,-1,35,33,36,-1,33,34,36,-1,35,36,37,-1,38,35,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,40,41,42,-1,43,40,42,-1,44,43,42,-1,44,42,45,-1,46,44,47,-1,44,45,47,-1,48,46,49,-1,46,47,49,-1,1,48,4,-1,48,49,4,-1]
coord Coordinate { point [-1.201 -3.981 0.736,-1.205 -4.056 0.736,-1.318 -3.989 0.618,-1.215 -3.907 0.736,-1.321 -4.034 0.618,-1.327 -3.944 0.618,-1.500 -3.700 0.736,-1.500 -3.818 0.618,-1.545 -3.824 0.618,-1.575 -3.709 0.736,-1.645 -3.737 0.736,-1.247 -3.839 0.736,-1.346 -3.903 0.618,-1.295 -3.781 0.736,-1.375 -3.867 0.618,-1.588 -3.841 0.618,-1.705 -3.781 0.736,-1.625 -3.867 0.618,-1.753 -3.839 0.736,-1.355 -3.737 0.736,-1.412 -3.841 0.618,-1.425 -3.709 0.736,-1.455 -3.824 0.618,-1.785 -3.907 0.736,-1.654 -3.903 0.618,-1.799 -3.981 0.736,-1.673 -3.944 0.618,-1.682 -3.989 0.618,-1.795 -4.056 0.736,-1.679 -4.034 0.618,-1.771 -4.128 0.736,-1.731 -4.191 0.736,-1.665 -4.077 0.618,-1.676 -4.243 0.736,-1.640 -4.116 0.618,-1.610 -4.279 0.736,-1.607 -4.147 0.618,-1.567 -4.169 0.618,-1.538 -4.298 0.736,-1.523 -4.180 0.618,-1.462 -4.298 0.736,-1.477 -4.180 0.618,-1.433 -4.169 0.618,-1.390 -4.279 0.736,-1.324 -4.243 0.736,-1.393 -4.147 0.618,-1.269 -4.191 0.736,-1.360 -4.116 0.618,-1.229 -4.128 0.736,-1.335 -4.077 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,1,4,2,-1,3,2,5,-1,6,7,8,-1,9,6,8,-1,10,9,8,-1,11,3,12,-1,3,5,12,-1,13,11,14,-1,10,8,15,-1,11,12,14,-1,16,10,17,-1,18,16,17,-1,19,13,20,-1,10,15,17,-1,13,14,20,-1,21,19,22,-1,19,20,22,-1,23,18,24,-1,18,17,24,-1,6,21,7,-1,21,22,7,-1,25,23,26,-1,23,24,26,-1,25,26,27,-1,28,25,29,-1,30,28,29,-1,25,27,29,-1,31,30,32,-1,30,29,32,-1,33,31,34,-1,31,32,34,-1,35,33,36,-1,33,34,36,-1,35,36,37,-1,38,35,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,40,41,42,-1,43,40,42,-1,44,43,42,-1,44,42,45,-1,46,44,47,-1,44,45,47,-1,48,46,49,-1,46,47,49,-1,1,48,4,-1,48,49,4,-1]
coord Coordinate { point [-1.201 -2.981 0.736,-1.205 -3.056 0.736,-1.318 -2.989 0.618,-1.215 -2.907 0.736,-1.321 -3.034 0.618,-1.327 -2.944 0.618,-1.500 -2.700 0.736,-1.500 -2.818 0.618,-1.545 -2.824 0.618,-1.575 -2.709 0.736,-1.645 -2.737 0.736,-1.247 -2.839 0.736,-1.346 -2.903 0.618,-1.295 -2.781 0.736,-1.375 -2.867 0.618,-1.588 -2.841 0.618,-1.705 -2.781 0.736,-1.625 -2.867 0.618,-1.753 -2.839 0.736,-1.355 -2.737 0.736,-1.412 -2.841 0.618,-1.425 -2.709 0.736,-1.455 -2.824 0.618,-1.785 -2.907 0.736,-1.654 -2.903 0.618,-1.799 -2.981 0.736,-1.673 -2.944 0.618,-1.682 -2.989 0.618,-1.795 -3.056 0.736,-1.679 -3.034 0.618,-1.771 -3.128 0.736,-1.731 -3.191 0.736,-1.665 -3.077 0.618,-1.676 -3.243 0.736,-1.640 -3.116 0.618,-1.610 -3.279 0.736,-1.607 -3.147 0.618,-1.567 -3.169 0.618,-1.538 -3.298 0.736,-1.523 -3.180 0.618,-1.462 -3.298 0.736,-1.477 -3.180 0.618,-1.433 -3.169 0.618,-1.390 -3.279 0.736,-1.324 -3.243 0.736,-1.393 -3.147 0.618,-1.269 -3.191 0.736,-1.360 -3.116 0.618,-1.229 -3.128 0.736,-1.335 -3.077 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,0,8,-1,0,2,8,-1,9,4,10,-1,11,7,12,-1,4,6,10,-1,7,8,12,-1,13,9,14,-1,15,11,16,-1,17,15,16,-1,9,10,14,-1,11,12,16,-1,18,13,19,-1,17,16,20,-1,13,14,19,-1,21,17,22,-1,17,20,22,-1,23,18,24,-1,18,19,24,-1,5,21,6,-1,21,22,6,-1,25,23,26,-1,23,24,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,29,30,31,-1,32,29,33,-1,34,32,33,-1,29,31,33,-1,35,34,36,-1,34,33,36,-1,35,36,37,-1,38,35,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,42,43,44,-1,45,42,44,-1,46,45,44,-1,46,44,47,-1,48,46,49,-1,46,47,49,-1,1,48,3,-1,48,49,3,-1]
coord Coordinate { point [1.201 -2.019 0.736,1.205 -1.944 0.736,1.318 -2.011 0.618,1.321 -1.966 0.618,1.575 -2.291 0.736,1.500 -2.300 0.736,1.500 -2.182 0.618,1.215 -2.093 0.736,1.327 -2.056 0.618,1.645 -2.263 0.736,1.545 -2.176 0.618,1.247 -2.161 0.736,1.346 -2.097 0.618,1.705 -2.219 0.736,1.588 -2.159 0.618,1.295 -2.219 0.736,1.375 -2.133 0.618,1.355 -2.263 0.736,1.753 -2.161 0.736,1.625 -2.133 0.618,1.412 -2.159 0.618,1.425 -2.291 0.736,1.455 -2.176 0.618,1.785 -2.093 0.736,1.654 -2.097 0.618,1.799 -2.019 0.736,1.673 -2.056 0.618,1.795 -1.944 0.736,1.682 -2.011 0.618,1.771 -1.872 0.736,1.679 -1.966 0.618,1.665 -1.923 0.618,1.731 -1.809 0.736,1.640 -1.884 0.618,1.676 -1.757 0.736,1.610 -1.721 0.736,1.607 -1.853 0.618,1.567 -1.831 0.618,1.538 -1.702 0.736,1.523 -1.820 0.618,1.462 -1.702 0.736,1.477 -1.820 0.618,1.390 -1.721 0.736,1.433 -1.831 0.618,1.393 -1.853 0.618,1.324 -1.757 0.736,1.269 -1.809 0.736,1.360 -1.884 0.618,1.229 -1.872 0.736,1.335 -1.923 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,0,5,-1,0,2,5,-1,6,4,7,-1,8,9,10,-1,11,8,10,-1,4,5,7,-1,12,11,10,-1,6,7,13,-1,12,10,14,-1,15,6,16,-1,17,15,16,-1,6,13,16,-1,18,12,19,-1,20,18,19,-1,12,14,19,-1,17,16,21,-1,22,17,21,-1,20,19,23,-1,22,21,24,-1,8,22,9,-1,22,24,9,-1,25,20,26,-1,20,23,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,31,29,32,-1,29,30,32,-1,33,31,34,-1,31,32,34,-1,35,33,36,-1,33,34,36,-1,35,36,37,-1,38,35,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,44,42,43,-1,45,44,43,-1,45,43,46,-1,47,45,46,-1,47,46,48,-1,49,47,3,-1,1,49,3,-1,47,48,3,-1]
coord Coordinate { point [1.201 -3.019 0.736,1.205 -2.944 0.736,1.321 -2.966 0.618,1.335 -2.923 0.618,1.215 -3.093 0.736,1.318 -3.011 0.618,1.247 -3.161 0.736,1.327 -3.056 0.618,1.500 -3.300 0.736,1.500 -3.182 0.618,1.545 -3.176 0.618,1.575 -3.291 0.736,1.645 -3.263 0.736,1.346 -3.097 0.618,1.588 -3.159 0.618,1.295 -3.219 0.736,1.375 -3.133 0.618,1.355 -3.263 0.736,1.705 -3.219 0.736,1.625 -3.133 0.618,1.753 -3.161 0.736,1.412 -3.159 0.618,1.425 -3.291 0.736,1.654 -3.097 0.618,1.455 -3.176 0.618,1.785 -3.093 0.736,1.673 -3.056 0.618,1.799 -3.019 0.736,1.682 -3.011 0.618,1.795 -2.944 0.736,1.679 -2.966 0.618,1.771 -2.872 0.736,1.665 -2.923 0.618,1.731 -2.809 0.736,1.640 -2.884 0.618,1.676 -2.757 0.736,1.607 -2.853 0.618,1.567 -2.831 0.618,1.610 -2.721 0.736,1.523 -2.820 0.618,1.538 -2.702 0.736,1.477 -2.820 0.618,1.462 -2.702 0.736,1.433 -2.831 0.618,1.390 -2.721 0.736,1.324 -2.757 0.736,1.393 -2.853 0.618,1.269 -2.809 0.736,1.360 -2.884 0.618,1.229 -2.872 0.736]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,0,8,-1,0,2,8,-1,9,4,10,-1,11,7,12,-1,4,6,10,-1,7,8,12,-1,13,9,14,-1,15,11,16,-1,17,15,16,-1,9,10,14,-1,11,12,16,-1,18,13,19,-1,17,16,20,-1,13,14,19,-1,21,17,22,-1,17,20,22,-1,23,18,24,-1,18,19,24,-1,5,21,6,-1,21,22,6,-1,25,23,26,-1,23,24,26,-1,27,25,28,-1,25,26,28,-1,29,27,30,-1,27,28,30,-1,29,30,31,-1,32,29,33,-1,34,32,33,-1,29,31,33,-1,35,34,36,-1,34,33,36,-1,35,36,37,-1,38,35,37,-1,38,37,39,-1,40,38,39,-1,40,39,41,-1,42,40,41,-1,42,41,43,-1,42,43,44,-1,45,42,44,-1,46,45,44,-1,46,44,47,-1,48,46,49,-1,46,47,49,-1,1,48,3,-1,48,49,3,-1]
coord Coordinate { point [1.201 -4.019 0.736,1.205 -3.944 0.736,1.318 -4.011 0.618,1.321 -3.966 0.618,1.575 -4.291 0.736,1.500 -4.300 0.736,1.500 -4.182 0.618,1.215 -4.093 0.736,1.327 -4.056 0.618,1.645 -4.263 0.736,1.545 -4.176 0.618,1.247 -4.161 0.736,1.346 -4.097 0.618,1.705 -4.219 0.736,1.588 -4.159 0.618,1.295 -4.219 0.736,1.375 -4.133 0.618,1.355 -4.263 0.736,1.753 -4.161 0.736,1.625 -4.133 0.618,1.412 -4.159 0.618,1.425 -4.291 0.736,1.455 -4.176 0.618,1.785 -4.093 0.736,1.654 -4.097 0.618,1.799 -4.019 0.736,1.673 -4.056 0.618,1.795 -3.944 0.736,1.682 -4.011 0.618,1.771 -3.872 0.736,1.679 -3.966 0.618,1.665 -3.923 0.618,1.731 -3.809 0.736,1.640 -3.884 0.618,1.676 -3.757 0.736,1.610 -3.721 0.736,1.607 -3.853 0.618,1.567 -3.831 0.618,1.538 -3.702 0.736,1.523 -3.820 0.618,1.462 -3.702 0.736,1.477 -3.820 0.618,1.390 -3.721 0.736,1.433 -3.831 0.618,1.393 -3.853 0.618,1.324 -3.757 0.736,1.269 -3.809 0.736,1.360 -3.884 0.618,1.229 -3.872 0.736,1.335 -3.923 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,0,2,-1,1,4,2,-1,3,2,5,-1,6,7,8,-1,9,3,10,-1,11,6,8,-1,3,5,10,-1,12,9,13,-1,14,11,15,-1,9,10,13,-1,11,8,15,-1,16,12,17,-1,18,14,19,-1,12,13,17,-1,14,15,19,-1,20,16,21,-1,22,18,23,-1,16,17,21,-1,24,22,23,-1,18,19,23,-1,25,20,26,-1,20,21,26,-1,25,26,7,-1,6,25,7,-1,24,23,27,-1,28,24,29,-1,24,27,29,-1,30,28,31,-1,28,29,31,-1,32,30,33,-1,30,31,33,-1,34,32,35,-1,36,34,35,-1,32,33,35,-1,36,35,37,-1,36,37,38,-1,39,36,38,-1,39,38,40,-1,41,39,40,-1,41,40,42,-1,43,41,42,-1,44,43,42,-1,44,42,45,-1,44,45,46,-1,47,44,46,-1,48,47,49,-1,47,46,49,-1,1,48,4,-1,48,49,4,-1]
coord Coordinate { point [1.205 -0.944 0.736,1.229 -0.872 0.736,1.321 -0.966 0.618,1.201 -1.019 0.736,1.335 -0.923 0.618,1.318 -1.011 0.618,1.500 -1.300 0.736,1.500 -1.182 0.618,1.545 -1.176 0.618,1.215 -1.093 0.736,1.327 -1.056 0.618,1.575 -1.291 0.736,1.247 -1.161 0.736,1.346 -1.097 0.618,1.645 -1.263 0.736,1.588 -1.159 0.618,1.295 -1.219 0.736,1.375 -1.133 0.618,1.705 -1.219 0.736,1.625 -1.133 0.618,1.355 -1.263 0.736,1.412 -1.159 0.618,1.753 -1.161 0.736,1.654 -1.097 0.618,1.785 -1.093 0.736,1.425 -1.291 0.736,1.455 -1.176 0.618,1.673 -1.056 0.618,1.799 -1.019 0.736,1.682 -1.011 0.618,1.795 -0.944 0.736,1.679 -0.966 0.618,1.771 -0.872 0.736,1.665 -0.923 0.618,1.731 -0.809 0.736,1.640 -0.884 0.618,1.676 -0.757 0.736,1.607 -0.853 0.618,1.567 -0.831 0.618,1.610 -0.721 0.736,1.523 -0.820 0.618,1.538 -0.702 0.736,1.477 -0.820 0.618,1.462 -0.702 0.736,1.390 -0.721 0.736,1.433 -0.831 0.618,1.393 -0.853 0.618,1.324 -0.757 0.736,1.269 -0.809 0.736,1.360 -0.884 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,4,6,-1,8,9,6,-1,9,10,6,-1,2,8,6,-1,5,2,6,-1,11,7,12,-1,13,11,12,-1,10,14,12,-1,14,15,12,-1,7,6,12,-1,6,10,12,-1,13,12,16,-1,12,15,16,-1,17,13,16,-1,18,17,16,-1,15,19,16,-1,19,20,16,-1,18,16,21,-1,22,18,21,-1,23,22,21,-1,20,24,21,-1,24,25,21,-1,16,20,21,-1,23,21,26,-1,21,25,26,-1,27,28,29,-1,30,27,29,-1,31,30,29,-1,32,31,29,-1,28,33,34,-1,33,35,34,-1,35,36,34,-1,36,37,34,-1,29,28,34,-1,37,32,34,-1,32,29,34,-1,33,28,38,-1,39,23,38,-1,40,39,38,-1,28,40,38,-1,23,26,38,-1,33,38,41,-1,38,26,41,-1,25,42,41,-1,42,43,41,-1,43,33,41,-1,26,25,41,-1,44,31,45,-1,46,44,45,-1,37,47,45,-1,47,48,45,-1,31,32,45,-1,32,37,45,-1,49,46,50,-1,51,49,50,-1,46,45,50,-1,45,48,50,-1,48,52,50,-1,52,53,50,-1,54,51,55,-1,56,54,55,-1,53,57,55,-1,57,58,55,-1,51,50,55,-1,50,53,55,-1,59,56,1,-1,0,59,1,-1,56,55,1,-1,55,58,1,-1,58,60,1,-1,60,3,1,-1,61,0,2,-1,62,61,2,-1,5,62,2,-1,3,63,2,-1,63,64,2,-1,64,8,2,-1]
coord Coordinate { point [-1.610 2.279 2.196,-1.600 2.173 2.081,-1.500 2.200 2.081,-1.537 2.093 1.966,-1.324 2.243 2.196,-1.390 2.279 2.196,-1.400 2.173 2.081,-1.269 2.191 2.196,-1.463 2.093 1.966,-1.441 2.081 1.966,-1.423 2.064 1.966,-1.229 2.128 2.196,-1.327 2.100 2.081,-1.205 2.056 2.196,-1.410 2.043 1.966,-1.402 2.019 1.966,-1.300 2.000 2.081,-1.201 1.981 2.196,-1.215 1.907 2.196,-1.400 1.994 1.966,-1.405 1.969 1.966,-1.327 1.900 2.081,-1.247 1.839 2.196,-1.295 1.781 2.196,-1.416 1.946 1.966,-1.432 1.927 1.966,-1.400 1.827 2.081,-1.575 1.709 2.196,-1.500 1.700 2.196,-1.565 1.759 2.138,-1.645 1.737 2.196,-1.705 1.781 2.196,-1.600 1.827 2.081,-1.500 1.900 1.966,-1.539 1.855 2.023,-1.525 1.903 1.966,-1.548 1.912 1.966,-1.568 1.927 1.966,-1.435 1.759 2.138,-1.355 1.737 2.196,-1.425 1.709 2.196,-1.461 1.855 2.023,-1.452 1.912 1.966,-1.475 1.903 1.966,-1.753 1.839 2.196,-1.673 1.900 2.081,-1.785 1.907 2.196,-1.584 1.946 1.966,-1.595 1.969 1.966,-1.799 1.981 2.196,-1.700 2.000 2.081,-1.795 2.056 2.196,-1.600 1.994 1.966,-1.598 2.019 1.966,-1.771 2.128 2.196,-1.673 2.100 2.081,-1.731 2.191 2.196,-1.590 2.043 1.966,-1.577 2.064 1.966,-1.676 2.243 2.196,-1.559 2.081 1.966,-1.538 2.298 2.196,-1.462 2.298 2.196,-1.513 2.099 1.966,-1.487 2.099 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,4,6,-1,8,9,6,-1,9,10,6,-1,2,8,6,-1,5,2,6,-1,11,7,12,-1,13,11,12,-1,10,14,12,-1,14,15,12,-1,7,6,12,-1,6,10,12,-1,13,12,16,-1,12,15,16,-1,17,13,16,-1,18,17,16,-1,15,19,16,-1,19,20,16,-1,18,16,21,-1,22,18,21,-1,23,22,21,-1,20,24,21,-1,24,25,21,-1,16,20,21,-1,23,21,26,-1,21,25,26,-1,27,28,29,-1,30,27,29,-1,31,30,29,-1,28,32,29,-1,33,31,29,-1,29,32,34,-1,32,35,34,-1,35,36,34,-1,36,37,34,-1,37,33,34,-1,33,29,34,-1,38,23,39,-1,40,38,39,-1,28,40,39,-1,23,26,39,-1,32,28,41,-1,25,42,41,-1,42,43,41,-1,39,26,41,-1,43,32,41,-1,28,39,41,-1,26,25,41,-1,44,31,45,-1,46,44,45,-1,37,47,45,-1,47,48,45,-1,31,33,45,-1,33,37,45,-1,49,46,50,-1,51,49,50,-1,46,45,50,-1,45,48,50,-1,48,52,50,-1,52,53,50,-1,54,51,55,-1,56,54,55,-1,53,57,55,-1,57,58,55,-1,51,50,55,-1,50,53,55,-1,59,56,1,-1,0,59,1,-1,56,55,1,-1,55,58,1,-1,58,60,1,-1,60,3,1,-1,61,0,2,-1,62,61,2,-1,5,62,2,-1,3,63,2,-1,63,64,2,-1,64,8,2,-1]
coord Coordinate { point [-1.610 3.279 2.196,-1.600 3.173 2.081,-1.500 3.200 2.081,-1.537 3.093 1.966,-1.324 3.243 2.196,-1.390 3.279 2.196,-1.400 3.173 2.081,-1.269 3.191 2.196,-1.463 3.093 1.966,-1.441 3.081 1.966,-1.423 3.064 1.966,-1.229 3.128 2.196,-1.327 3.100 2.081,-1.205 3.056 2.196,-1.410 3.043 1.966,-1.402 3.019 1.966,-1.300 3.000 2.081,-1.201 2.981 2.196,-1.215 2.907 2.196,-1.400 2.994 1.966,-1.405 2.969 1.966,-1.327 2.900 2.081,-1.247 2.839 2.196,-1.295 2.781 2.196,-1.416 2.946 1.966,-1.432 2.927 1.966,-1.400 2.827 2.081,-1.575 2.709 2.196,-1.500 2.700 2.196,-1.565 2.759 2.138,-1.645 2.737 2.196,-1.705 2.781 2.196,-1.500 2.900 1.966,-1.600 2.827 2.081,-1.539 2.855 2.023,-1.525 2.903 1.966,-1.548 2.912 1.966,-1.568 2.927 1.966,-1.355 2.737 2.196,-1.435 2.759 2.138,-1.425 2.709 2.196,-1.461 2.855 2.023,-1.452 2.912 1.966,-1.475 2.903 1.966,-1.753 2.839 2.196,-1.673 2.900 2.081,-1.785 2.907 2.196,-1.584 2.946 1.966,-1.595 2.969 1.966,-1.799 2.981 2.196,-1.700 3.000 2.081,-1.795 3.056 2.196,-1.600 2.994 1.966,-1.598 3.019 1.966,-1.771 3.128 2.196,-1.673 3.100 2.081,-1.731 3.191 2.196,-1.590 3.043 1.966,-1.577 3.064 1.966,-1.676 3.243 2.196,-1.559 3.081 1.966,-1.538 3.298 2.196,-1.462 3.298 2.196,-1.513 3.099 1.966,-1.487 3.099 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,3,5,-1,7,8,5,-1,8,9,5,-1,2,7,5,-1,4,2,5,-1,10,6,11,-1,12,10,11,-1,9,13,11,-1,13,14,11,-1,6,5,11,-1,5,9,11,-1,12,11,15,-1,11,14,15,-1,16,12,15,-1,17,16,15,-1,14,18,15,-1,18,19,15,-1,17,15,20,-1,21,17,20,-1,22,21,20,-1,19,23,20,-1,23,24,20,-1,15,19,20,-1,22,20,25,-1,20,24,25,-1,26,27,28,-1,29,26,28,-1,30,29,28,-1,31,30,28,-1,27,32,33,-1,32,34,33,-1,34,35,33,-1,35,36,33,-1,28,27,33,-1,36,31,33,-1,31,28,33,-1,32,27,37,-1,38,22,37,-1,39,38,37,-1,27,39,37,-1,22,25,37,-1,32,37,40,-1,37,25,40,-1,24,41,40,-1,41,42,40,-1,42,32,40,-1,25,24,40,-1,43,30,44,-1,45,43,44,-1,36,46,44,-1,46,47,44,-1,30,31,44,-1,31,36,44,-1,48,45,49,-1,50,48,49,-1,45,44,49,-1,44,47,49,-1,47,51,49,-1,51,52,49,-1,53,50,54,-1,55,53,54,-1,52,56,54,-1,56,57,54,-1,50,49,54,-1,49,52,54,-1,58,55,0,-1,59,58,0,-1,55,54,0,-1,54,57,0,-1,57,60,0,-1,60,1,0,-1,61,59,2,-1,62,61,2,-1,4,62,2,-1,1,63,2,-1,63,64,2,-1,64,7,2,-1,59,0,2,-1]
coord Coordinate { point [-1.600 4.173 2.081,-1.537 4.093 1.966,-1.500 4.200 2.081,-1.324 4.243 2.196,-1.390 4.279 2.196,-1.400 4.173 2.081,-1.269 4.191 2.196,-1.463 4.093 1.966,-1.441 4.081 1.966,-1.423 4.064 1.966,-1.229 4.128 2.196,-1.327 4.100 2.081,-1.205 4.056 2.196,-1.410 4.043 1.966,-1.402 4.019 1.966,-1.300 4.000 2.081,-1.201 3.981 2.196,-1.215 3.907 2.196,-1.400 3.994 1.966,-1.405 3.969 1.966,-1.327 3.900 2.081,-1.247 3.839 2.196,-1.295 3.781 2.196,-1.416 3.946 1.966,-1.432 3.927 1.966,-1.400 3.827 2.081,-1.575 3.709 2.196,-1.500 3.700 2.196,-1.565 3.759 2.138,-1.645 3.737 2.196,-1.705 3.781 2.196,-1.600 3.827 2.081,-1.500 3.900 1.966,-1.539 3.855 2.023,-1.525 3.903 1.966,-1.548 3.912 1.966,-1.568 3.927 1.966,-1.435 3.759 2.138,-1.355 3.737 2.196,-1.425 3.709 2.196,-1.461 3.855 2.023,-1.452 3.912 1.966,-1.475 3.903 1.966,-1.753 3.839 2.196,-1.673 3.900 2.081,-1.785 3.907 2.196,-1.584 3.946 1.966,-1.595 3.969 1.966,-1.799 3.981 2.196,-1.700 4.000 2.081,-1.795 4.056 2.196,-1.600 3.994 1.966,-1.598 4.019 1.966,-1.771 4.128 2.196,-1.673 4.100 2.081,-1.731 4.191 2.196,-1.590 4.043 1.966,-1.577 4.064 1.966,-1.676 4.243 2.196,-1.610 4.279 2.196,-1.559 4.081 1.966,-1.538 4.298 2.196,-1.462 4.298 2.196,-1.513 4.099 1.966,-1.487 4.099 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,4,6,-1,8,9,6,-1,9,10,6,-1,2,8,6,-1,5,2,6,-1,11,7,12,-1,13,11,12,-1,10,14,12,-1,14,15,12,-1,7,6,12,-1,6,10,12,-1,13,12,16,-1,12,15,16,-1,17,13,16,-1,18,17,16,-1,15,19,16,-1,19,20,16,-1,18,16,21,-1,22,18,21,-1,23,22,21,-1,20,24,21,-1,24,25,21,-1,16,20,21,-1,23,21,26,-1,21,25,26,-1,27,28,29,-1,30,27,29,-1,31,30,29,-1,32,31,29,-1,28,33,34,-1,33,35,34,-1,35,36,34,-1,36,37,34,-1,29,28,34,-1,37,32,34,-1,32,29,34,-1,38,23,39,-1,40,38,39,-1,28,40,39,-1,23,26,39,-1,33,28,41,-1,39,26,41,-1,25,42,41,-1,42,43,41,-1,43,33,41,-1,28,39,41,-1,26,25,41,-1,44,31,45,-1,46,44,45,-1,37,47,45,-1,47,48,45,-1,31,32,45,-1,32,37,45,-1,49,46,50,-1,51,49,50,-1,46,45,50,-1,45,48,50,-1,48,52,50,-1,52,53,50,-1,54,51,55,-1,56,54,55,-1,53,57,55,-1,57,58,55,-1,51,50,55,-1,50,53,55,-1,59,56,1,-1,0,59,1,-1,56,55,1,-1,55,58,1,-1,58,60,1,-1,60,3,1,-1,61,0,2,-1,62,61,2,-1,5,62,2,-1,3,63,2,-1,63,64,2,-1,64,8,2,-1]
coord Coordinate { point [-1.610 -0.721 2.196,-1.600 -0.827 2.081,-1.500 -0.800 2.081,-1.537 -0.907 1.966,-1.324 -0.757 2.196,-1.390 -0.721 2.196,-1.400 -0.827 2.081,-1.269 -0.809 2.196,-1.463 -0.907 1.966,-1.441 -0.919 1.966,-1.423 -0.936 1.966,-1.229 -0.872 2.196,-1.327 -0.900 2.081,-1.205 -0.944 2.196,-1.410 -0.957 1.966,-1.402 -0.981 1.966,-1.300 -1.000 2.081,-1.201 -1.019 2.196,-1.215 -1.093 2.196,-1.400 -1.006 1.966,-1.405 -1.031 1.966,-1.327 -1.100 2.081,-1.247 -1.161 2.196,-1.295 -1.219 2.196,-1.416 -1.054 1.966,-1.432 -1.073 1.966,-1.400 -1.173 2.081,-1.575 -1.291 2.196,-1.500 -1.300 2.196,-1.565 -1.241 2.138,-1.645 -1.263 2.196,-1.705 -1.219 2.196,-1.600 -1.173 2.081,-1.500 -1.100 1.966,-1.539 -1.145 2.023,-1.525 -1.097 1.966,-1.548 -1.088 1.966,-1.568 -1.073 1.966,-1.355 -1.263 2.196,-1.435 -1.241 2.138,-1.425 -1.291 2.196,-1.461 -1.145 2.023,-1.452 -1.088 1.966,-1.475 -1.097 1.966,-1.753 -1.161 2.196,-1.673 -1.100 2.081,-1.785 -1.093 2.196,-1.584 -1.054 1.966,-1.595 -1.031 1.966,-1.799 -1.019 2.196,-1.700 -1.000 2.081,-1.795 -0.944 2.196,-1.600 -1.006 1.966,-1.598 -0.981 1.966,-1.771 -0.872 2.196,-1.673 -0.900 2.081,-1.731 -0.809 2.196,-1.590 -0.957 1.966,-1.577 -0.936 1.966,-1.676 -0.757 2.196,-1.559 -0.919 1.966,-1.538 -0.702 2.196,-1.462 -0.702 2.196,-1.513 -0.901 1.966,-1.487 -0.901 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,4,6,-1,8,9,6,-1,9,10,6,-1,2,8,6,-1,5,2,6,-1,11,7,12,-1,13,11,12,-1,10,14,12,-1,14,15,12,-1,7,6,12,-1,6,10,12,-1,13,12,16,-1,12,15,16,-1,17,13,16,-1,18,17,16,-1,15,19,16,-1,19,20,16,-1,18,16,21,-1,22,18,21,-1,23,22,21,-1,20,24,21,-1,24,25,21,-1,16,20,21,-1,23,21,26,-1,21,25,26,-1,27,28,29,-1,30,27,29,-1,31,30,29,-1,28,32,29,-1,33,31,29,-1,29,32,34,-1,32,35,34,-1,35,36,34,-1,36,37,34,-1,37,33,34,-1,33,29,34,-1,38,23,39,-1,40,38,39,-1,28,40,39,-1,23,26,39,-1,32,28,41,-1,25,42,41,-1,42,43,41,-1,39,26,41,-1,43,32,41,-1,28,39,41,-1,26,25,41,-1,44,31,45,-1,46,44,45,-1,37,47,45,-1,47,48,45,-1,31,33,45,-1,33,37,45,-1,49,46,50,-1,51,49,50,-1,46,45,50,-1,45,48,50,-1,48,52,50,-1,52,53,50,-1,54,51,55,-1,56,54,55,-1,53,57,55,-1,57,58,55,-1,51,50,55,-1,50,53,55,-1,59,56,1,-1,0,59,1,-1,56,55,1,-1,55,58,1,-1,58,60,1,-1,60,3,1,-1,61,0,2,-1,62,61,2,-1,5,62,2,-1,3,63,2,-1,63,64,2,-1,64,8,2,-1]
coord Coordinate { point [-1.610 0.279 2.196,-1.600 0.173 2.081,-1.500 0.200 2.081,-1.537 0.093 1.966,-1.324 0.243 2.196,-1.390 0.279 2.196,-1.400 0.173 2.081,-1.269 0.191 2.196,-1.463 0.093 1.966,-1.441 0.081 1.966,-1.423 0.064 1.966,-1.229 0.128 2.196,-1.327 0.100 2.081,-1.205 0.056 2.196,-1.410 0.043 1.966,-1.402 0.019 1.966,-1.300 0.000 2.081,-1.201 -0.019 2.196,-1.215 -0.093 2.196,-1.400 -0.006 1.966,-1.405 -0.031 1.966,-1.327 -0.100 2.081,-1.247 -0.161 2.196,-1.295 -0.219 2.196,-1.416 -0.054 1.966,-1.432 -0.073 1.966,-1.400 -0.173 2.081,-1.575 -0.291 2.196,-1.500 -0.300 2.196,-1.565 -0.241 2.138,-1.645 -0.263 2.196,-1.705 -0.219 2.196,-1.500 -0.100 1.966,-1.600 -0.173 2.081,-1.539 -0.145 2.023,-1.525 -0.097 1.966,-1.548 -0.088 1.966,-1.568 -0.073 1.966,-1.355 -0.263 2.196,-1.435 -0.241 2.138,-1.425 -0.291 2.196,-1.461 -0.145 2.023,-1.452 -0.088 1.966,-1.475 -0.097 1.966,-1.753 -0.161 2.196,-1.673 -0.100 2.081,-1.785 -0.093 2.196,-1.584 -0.054 1.966,-1.595 -0.031 1.966,-1.799 -0.019 2.196,-1.700 0.000 2.081,-1.795 0.056 2.196,-1.600 -0.006 1.966,-1.598 0.019 1.966,-1.771 0.128 2.196,-1.673 0.100 2.081,-1.731 0.191 2.196,-1.590 0.043 1.966,-1.577 0.064 1.966,-1.676 0.243 2.196,-1.559 0.081 1.966,-1.538 0.298 2.196,-1.462 0.298 2.196,-1.513 0.099 1.966,-1.487 0.099 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,4,6,-1,8,9,6,-1,9,10,6,-1,2,8,6,-1,5,2,6,-1,11,7,12,-1,13,11,12,-1,10,14,12,-1,14,15,12,-1,7,6,12,-1,6,10,12,-1,13,12,16,-1,12,15,16,-1,17,13,16,-1,18,17,16,-1,15,19,16,-1,19,20,16,-1,18,16,21,-1,22,18,21,-1,23,22,21,-1,20,24,21,-1,24,25,21,-1,16,20,21,-1,23,21,26,-1,21,25,26,-1,27,28,29,-1,30,27,29,-1,31,30,29,-1,28,32,29,-1,33,31,29,-1,29,32,34,-1,32,35,34,-1,35,36,34,-1,36,37,34,-1,37,33,34,-1,33,29,34,-1,38,23,39,-1,40,38,39,-1,28,40,39,-1,23,26,39,-1,32,28,41,-1,25,42,41,-1,42,43,41,-1,39,26,41,-1,43,32,41,-1,28,39,41,-1,26,25,41,-1,44,31,45,-1,46,44,45,-1,37,47,45,-1,47,48,45,-1,31,33,45,-1,33,37,45,-1,49,46,50,-1,51,49,50,-1,46,45,50,-1,45,48,50,-1,48,52,50,-1,52,53,50,-1,54,51,55,-1,56,54,55,-1,53,57,55,-1,57,58,55,-1,51,50,55,-1,50,53,55,-1,59,56,1,-1,0,59,1,-1,56,55,1,-1,55,58,1,-1,58,60,1,-1,60,3,1,-1,61,0,2,-1,62,61,2,-1,5,62,2,-1,3,63,2,-1,63,64,2,-1,64,8,2,-1]
coord Coordinate { point [-1.610 1.279 2.196,-1.600 1.173 2.081,-1.500 1.200 2.081,-1.537 1.093 1.966,-1.324 1.243 2.196,-1.390 1.279 2.196,-1.400 1.173 2.081,-1.269 1.191 2.196,-1.463 1.093 1.966,-1.441 1.081 1.966,-1.423 1.064 1.966,-1.229 1.128 2.196,-1.327 1.100 2.081,-1.205 1.056 2.196,-1.410 1.043 1.966,-1.402 1.019 1.966,-1.300 1.000 2.081,-1.201 0.981 2.196,-1.215 0.907 2.196,-1.400 0.994 1.966,-1.405 0.969 1.966,-1.327 0.900 2.081,-1.247 0.839 2.196,-1.295 0.781 2.196,-1.416 0.946 1.966,-1.432 0.927 1.966,-1.400 0.827 2.081,-1.575 0.709 2.196,-1.500 0.700 2.196,-1.565 0.759 2.138,-1.645 0.737 2.196,-1.705 0.781 2.196,-1.500 0.900 1.966,-1.600 0.827 2.081,-1.539 0.855 2.023,-1.525 0.903 1.966,-1.548 0.912 1.966,-1.568 0.927 1.966,-1.355 0.737 2.196,-1.435 0.759 2.138,-1.425 0.709 2.196,-1.461 0.855 2.023,-1.452 0.912 1.966,-1.475 0.903 1.966,-1.753 0.839 2.196,-1.673 0.900 2.081,-1.785 0.907 2.196,-1.584 0.946 1.966,-1.595 0.969 1.966,-1.799 0.981 2.196,-1.700 1.000 2.081,-1.795 1.056 2.196,-1.600 0.994 1.966,-1.598 1.019 1.966,-1.771 1.128 2.196,-1.673 1.100 2.081,-1.731 1.191 2.196,-1.590 1.043 1.966,-1.577 1.064 1.966,-1.676 1.243 2.196,-1.559 1.081 1.966,-1.538 1.298 2.196,-1.462 1.298 2.196,-1.513 1.099 1.966,-1.487 1.099 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,3,5,-1,7,8,5,-1,8,9,5,-1,2,7,5,-1,4,2,5,-1,10,6,11,-1,12,10,11,-1,9,13,11,-1,13,14,11,-1,6,5,11,-1,5,9,11,-1,12,11,15,-1,11,14,15,-1,16,12,15,-1,17,16,15,-1,14,18,15,-1,18,19,15,-1,17,15,20,-1,21,17,20,-1,22,21,20,-1,19,23,20,-1,23,24,20,-1,15,19,20,-1,22,20,25,-1,20,24,25,-1,26,27,28,-1,29,26,28,-1,30,29,28,-1,31,30,28,-1,27,32,33,-1,32,34,33,-1,34,35,33,-1,35,36,33,-1,28,27,33,-1,36,31,33,-1,31,28,33,-1,32,27,37,-1,38,22,37,-1,39,38,37,-1,27,39,37,-1,22,25,37,-1,32,37,40,-1,37,25,40,-1,24,41,40,-1,41,42,40,-1,42,32,40,-1,25,24,40,-1,43,30,44,-1,45,43,44,-1,36,46,44,-1,46,47,44,-1,30,31,44,-1,31,36,44,-1,48,45,49,-1,50,48,49,-1,45,44,49,-1,44,47,49,-1,47,51,49,-1,51,52,49,-1,53,50,54,-1,55,53,54,-1,52,56,54,-1,56,57,54,-1,50,49,54,-1,49,52,54,-1,58,55,0,-1,59,58,0,-1,55,54,0,-1,54,57,0,-1,57,60,0,-1,60,1,0,-1,61,59,2,-1,62,61,2,-1,4,62,2,-1,1,63,2,-1,63,64,2,-1,64,7,2,-1,59,0,2,-1]
coord Coordinate { point [-1.600 -2.827 2.081,-1.537 -2.907 1.966,-1.500 -2.800 2.081,-1.324 -2.757 2.196,-1.390 -2.721 2.196,-1.400 -2.827 2.081,-1.269 -2.809 2.196,-1.463 -2.907 1.966,-1.441 -2.919 1.966,-1.423 -2.936 1.966,-1.229 -2.872 2.196,-1.327 -2.900 2.081,-1.205 -2.944 2.196,-1.410 -2.957 1.966,-1.402 -2.981 1.966,-1.300 -3.000 2.081,-1.201 -3.019 2.196,-1.215 -3.093 2.196,-1.400 -3.006 1.966,-1.405 -3.031 1.966,-1.327 -3.100 2.081,-1.247 -3.161 2.196,-1.295 -3.219 2.196,-1.416 -3.054 1.966,-1.432 -3.073 1.966,-1.400 -3.173 2.081,-1.575 -3.291 2.196,-1.500 -3.300 2.196,-1.565 -3.241 2.138,-1.645 -3.263 2.196,-1.705 -3.219 2.196,-1.600 -3.173 2.081,-1.500 -3.100 1.966,-1.539 -3.145 2.023,-1.525 -3.097 1.966,-1.548 -3.088 1.966,-1.568 -3.073 1.966,-1.435 -3.241 2.138,-1.355 -3.263 2.196,-1.425 -3.291 2.196,-1.461 -3.145 2.023,-1.452 -3.088 1.966,-1.475 -3.097 1.966,-1.753 -3.161 2.196,-1.673 -3.100 2.081,-1.785 -3.093 2.196,-1.584 -3.054 1.966,-1.595 -3.031 1.966,-1.799 -3.019 2.196,-1.700 -3.000 2.081,-1.795 -2.944 2.196,-1.600 -3.006 1.966,-1.598 -2.981 1.966,-1.771 -2.872 2.196,-1.673 -2.900 2.081,-1.731 -2.809 2.196,-1.590 -2.957 1.966,-1.577 -2.936 1.966,-1.676 -2.757 2.196,-1.610 -2.721 2.196,-1.559 -2.919 1.966,-1.538 -2.702 2.196,-1.462 -2.702 2.196,-1.513 -2.901 1.966,-1.487 -2.901 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,4,6,-1,8,9,6,-1,9,10,6,-1,2,8,6,-1,5,2,6,-1,11,7,12,-1,13,11,12,-1,10,14,12,-1,14,15,12,-1,7,6,12,-1,6,10,12,-1,13,12,16,-1,12,15,16,-1,17,13,16,-1,18,17,16,-1,15,19,16,-1,19,20,16,-1,18,16,21,-1,22,18,21,-1,23,22,21,-1,20,24,21,-1,24,25,21,-1,16,20,21,-1,23,21,26,-1,21,25,26,-1,27,28,29,-1,30,27,29,-1,31,30,29,-1,32,31,29,-1,28,33,34,-1,33,35,34,-1,35,36,34,-1,36,37,34,-1,29,28,34,-1,37,32,34,-1,32,29,34,-1,33,28,38,-1,39,23,38,-1,40,39,38,-1,28,40,38,-1,23,26,38,-1,33,38,41,-1,38,26,41,-1,25,42,41,-1,42,43,41,-1,43,33,41,-1,26,25,41,-1,44,31,45,-1,46,44,45,-1,37,47,45,-1,47,48,45,-1,31,32,45,-1,32,37,45,-1,49,46,50,-1,51,49,50,-1,46,45,50,-1,45,48,50,-1,48,52,50,-1,52,53,50,-1,54,51,55,-1,56,54,55,-1,53,57,55,-1,57,58,55,-1,51,50,55,-1,50,53,55,-1,59,56,1,-1,0,59,1,-1,56,55,1,-1,55,58,1,-1,58,60,1,-1,60,3,1,-1,61,0,2,-1,62,61,2,-1,5,62,2,-1,3,63,2,-1,63,64,2,-1,64,8,2,-1]
coord Coordinate { point [-1.610 -1.721 2.196,-1.600 -1.827 2.081,-1.500 -1.800 2.081,-1.537 -1.907 1.966,-1.324 -1.757 2.196,-1.390 -1.721 2.196,-1.400 -1.827 2.081,-1.269 -1.809 2.196,-1.463 -1.907 1.966,-1.441 -1.919 1.966,-1.423 -1.936 1.966,-1.229 -1.872 2.196,-1.327 -1.900 2.081,-1.205 -1.944 2.196,-1.410 -1.957 1.966,-1.402 -1.981 1.966,-1.300 -2.000 2.081,-1.201 -2.019 2.196,-1.215 -2.093 2.196,-1.400 -2.006 1.966,-1.405 -2.031 1.966,-1.327 -2.100 2.081,-1.247 -2.161 2.196,-1.295 -2.219 2.196,-1.416 -2.054 1.966,-1.432 -2.073 1.966,-1.400 -2.173 2.081,-1.575 -2.291 2.196,-1.500 -2.300 2.196,-1.565 -2.241 2.138,-1.645 -2.263 2.196,-1.705 -2.219 2.196,-1.600 -2.173 2.081,-1.500 -2.100 1.966,-1.539 -2.145 2.023,-1.525 -2.097 1.966,-1.548 -2.088 1.966,-1.568 -2.073 1.966,-1.435 -2.241 2.138,-1.355 -2.263 2.196,-1.425 -2.291 2.196,-1.461 -2.145 2.023,-1.452 -2.088 1.966,-1.475 -2.097 1.966,-1.753 -2.161 2.196,-1.673 -2.100 2.081,-1.785 -2.093 2.196,-1.584 -2.054 1.966,-1.595 -2.031 1.966,-1.799 -2.019 2.196,-1.700 -2.000 2.081,-1.795 -1.944 2.196,-1.600 -2.006 1.966,-1.598 -1.981 1.966,-1.771 -1.872 2.196,-1.673 -1.900 2.081,-1.731 -1.809 2.196,-1.590 -1.957 1.966,-1.577 -1.936 1.966,-1.676 -1.757 2.196,-1.559 -1.919 1.966,-1.538 -1.702 2.196,-1.462 -1.702 2.196,-1.513 -1.901 1.966,-1.487 -1.901 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,3,5,-1,7,8,5,-1,8,9,5,-1,2,7,5,-1,4,2,5,-1,10,6,11,-1,12,10,11,-1,9,13,11,-1,13,14,11,-1,6,5,11,-1,5,9,11,-1,12,11,15,-1,11,14,15,-1,16,12,15,-1,17,16,15,-1,14,18,15,-1,18,19,15,-1,17,15,20,-1,21,17,20,-1,22,21,20,-1,19,23,20,-1,23,24,20,-1,15,19,20,-1,22,20,25,-1,20,24,25,-1,26,27,28,-1,29,26,28,-1,30,29,28,-1,31,30,28,-1,27,32,33,-1,32,34,33,-1,34,35,33,-1,35,36,33,-1,28,27,33,-1,36,31,33,-1,31,28,33,-1,32,27,37,-1,38,22,37,-1,39,38,37,-1,27,39,37,-1,22,25,37,-1,32,37,40,-1,37,25,40,-1,24,41,40,-1,41,42,40,-1,42,32,40,-1,25,24,40,-1,43,30,44,-1,45,43,44,-1,36,46,44,-1,46,47,44,-1,30,31,44,-1,31,36,44,-1,48,45,49,-1,50,48,49,-1,45,44,49,-1,44,47,49,-1,47,51,49,-1,51,52,49,-1,53,50,54,-1,55,53,54,-1,52,56,54,-1,56,57,54,-1,50,49,54,-1,49,52,54,-1,58,55,0,-1,59,58,0,-1,55,54,0,-1,54,57,0,-1,57,60,0,-1,60,1,0,-1,61,59,2,-1,62,61,2,-1,4,62,2,-1,1,63,2,-1,63,64,2,-1,64,7,2,-1,59,0,2,-1]
coord Coordinate { point [-1.600 -3.827 2.081,-1.537 -3.907 1.966,-1.500 -3.800 2.081,-1.324 -3.757 2.196,-1.390 -3.721 2.196,-1.400 -3.827 2.081,-1.269 -3.809 2.196,-1.463 -3.907 1.966,-1.441 -3.919 1.966,-1.423 -3.936 1.966,-1.229 -3.872 2.196,-1.327 -3.900 2.081,-1.205 -3.944 2.196,-1.410 -3.957 1.966,-1.402 -3.981 1.966,-1.300 -4.000 2.081,-1.201 -4.019 2.196,-1.215 -4.093 2.196,-1.400 -4.006 1.966,-1.405 -4.031 1.966,-1.327 -4.100 2.081,-1.247 -4.161 2.196,-1.295 -4.219 2.196,-1.416 -4.054 1.966,-1.432 -4.073 1.966,-1.400 -4.173 2.081,-1.575 -4.291 2.196,-1.500 -4.300 2.196,-1.565 -4.241 2.138,-1.645 -4.263 2.196,-1.705 -4.219 2.196,-1.600 -4.173 2.081,-1.500 -4.100 1.966,-1.539 -4.145 2.023,-1.525 -4.097 1.966,-1.548 -4.088 1.966,-1.568 -4.073 1.966,-1.435 -4.241 2.138,-1.355 -4.263 2.196,-1.425 -4.291 2.196,-1.461 -4.145 2.023,-1.452 -4.088 1.966,-1.475 -4.097 1.966,-1.753 -4.161 2.196,-1.673 -4.100 2.081,-1.785 -4.093 2.196,-1.584 -4.054 1.966,-1.595 -4.031 1.966,-1.799 -4.019 2.196,-1.700 -4.000 2.081,-1.795 -3.944 2.196,-1.600 -4.006 1.966,-1.598 -3.981 1.966,-1.771 -3.872 2.196,-1.673 -3.900 2.081,-1.731 -3.809 2.196,-1.590 -3.957 1.966,-1.577 -3.936 1.966,-1.676 -3.757 2.196,-1.610 -3.721 2.196,-1.559 -3.919 1.966,-1.538 -3.702 2.196,-1.462 -3.702 2.196,-1.513 -3.901 1.966,-1.487 -3.901 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,4,6,-1,8,9,6,-1,9,10,6,-1,2,8,6,-1,5,2,6,-1,11,7,12,-1,13,11,12,-1,10,14,12,-1,14,15,12,-1,7,6,12,-1,6,10,12,-1,13,12,16,-1,12,15,16,-1,17,13,16,-1,18,17,16,-1,15,19,16,-1,19,20,16,-1,18,16,21,-1,22,18,21,-1,23,22,21,-1,20,24,21,-1,24,25,21,-1,16,20,21,-1,23,21,26,-1,21,25,26,-1,27,28,29,-1,30,27,29,-1,31,30,29,-1,32,31,29,-1,28,33,34,-1,33,35,34,-1,35,36,34,-1,36,37,34,-1,29,28,34,-1,37,32,34,-1,32,29,34,-1,38,23,39,-1,40,38,39,-1,28,40,39,-1,23,26,39,-1,33,28,41,-1,39,26,41,-1,25,42,41,-1,42,43,41,-1,43,33,41,-1,28,39,41,-1,26,25,41,-1,44,31,45,-1,46,44,45,-1,37,47,45,-1,47,48,45,-1,31,32,45,-1,32,37,45,-1,49,46,50,-1,51,49,50,-1,46,45,50,-1,45,48,50,-1,48,52,50,-1,52,53,50,-1,54,51,55,-1,56,54,55,-1,53,57,55,-1,57,58,55,-1,51,50,55,-1,50,53,55,-1,59,56,1,-1,0,59,1,-1,56,55,1,-1,55,58,1,-1,58,60,1,-1,60,3,1,-1,61,0,2,-1,62,61,2,-1,5,62,2,-1,3,63,2,-1,63,64,2,-1,64,8,2,-1]
coord Coordinate { point [1.610 0.721 2.196,1.600 0.827 2.081,1.500 0.800 2.081,1.537 0.907 1.966,1.324 0.757 2.196,1.390 0.721 2.196,1.400 0.827 2.081,1.269 0.809 2.196,1.463 0.907 1.966,1.441 0.919 1.966,1.423 0.936 1.966,1.229 0.872 2.196,1.327 0.900 2.081,1.205 0.944 2.196,1.410 0.957 1.966,1.402 0.981 1.966,1.300 1.000 2.081,1.201 1.019 2.196,1.215 1.093 2.196,1.400 1.006 1.966,1.405 1.031 1.966,1.327 1.100 2.081,1.247 1.161 2.196,1.295 1.219 2.196,1.416 1.054 1.966,1.432 1.073 1.966,1.400 1.173 2.081,1.575 1.291 2.196,1.500 1.300 2.196,1.565 1.241 2.138,1.645 1.263 2.196,1.705 1.219 2.196,1.600 1.173 2.081,1.500 1.100 1.966,1.539 1.145 2.023,1.525 1.097 1.966,1.548 1.088 1.966,1.568 1.073 1.966,1.355 1.263 2.196,1.435 1.241 2.138,1.425 1.291 2.196,1.461 1.145 2.023,1.452 1.088 1.966,1.475 1.097 1.966,1.753 1.161 2.196,1.673 1.100 2.081,1.785 1.093 2.196,1.584 1.054 1.966,1.595 1.031 1.966,1.799 1.019 2.196,1.700 1.000 2.081,1.795 0.944 2.196,1.600 1.006 1.966,1.598 0.981 1.966,1.771 0.872 2.196,1.673 0.900 2.081,1.731 0.809 2.196,1.590 0.957 1.966,1.577 0.936 1.966,1.676 0.757 2.196,1.559 0.919 1.966,1.538 0.702 2.196,1.462 0.702 2.196,1.513 0.901 1.966,1.487 0.901 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,4,6,-1,8,9,6,-1,9,10,6,-1,2,8,6,-1,5,2,6,-1,11,7,12,-1,13,11,12,-1,10,14,12,-1,14,15,12,-1,7,6,12,-1,6,10,12,-1,13,12,16,-1,12,15,16,-1,17,13,16,-1,18,17,16,-1,15,19,16,-1,19,20,16,-1,18,16,21,-1,22,18,21,-1,23,22,21,-1,20,24,21,-1,24,25,21,-1,16,20,21,-1,23,21,26,-1,21,25,26,-1,27,28,29,-1,30,27,29,-1,31,30,29,-1,28,32,29,-1,33,31,29,-1,29,32,34,-1,32,35,34,-1,35,36,34,-1,36,37,34,-1,37,33,34,-1,33,29,34,-1,38,23,39,-1,40,38,39,-1,28,40,39,-1,23,26,39,-1,32,28,41,-1,25,42,41,-1,42,43,41,-1,39,26,41,-1,43,32,41,-1,28,39,41,-1,26,25,41,-1,44,31,45,-1,46,44,45,-1,37,47,45,-1,47,48,45,-1,31,33,45,-1,33,37,45,-1,49,46,50,-1,51,49,50,-1,46,45,50,-1,45,48,50,-1,48,52,50,-1,52,53,50,-1,54,51,55,-1,56,54,55,-1,53,57,55,-1,57,58,55,-1,51,50,55,-1,50,53,55,-1,59,56,1,-1,0,59,1,-1,56,55,1,-1,55,58,1,-1,58,60,1,-1,60,3,1,-1,61,0,2,-1,62,61,2,-1,5,62,2,-1,3,63,2,-1,63,64,2,-1,64,8,2,-1]
coord Coordinate { point [1.610 -0.279 2.196,1.600 -0.173 2.081,1.500 -0.200 2.081,1.537 -0.093 1.966,1.324 -0.243 2.196,1.390 -0.279 2.196,1.400 -0.173 2.081,1.269 -0.191 2.196,1.463 -0.093 1.966,1.441 -0.081 1.966,1.423 -0.064 1.966,1.229 -0.128 2.196,1.327 -0.100 2.081,1.205 -0.056 2.196,1.410 -0.043 1.966,1.402 -0.019 1.966,1.300 0.000 2.081,1.201 0.019 2.196,1.215 0.093 2.196,1.400 0.006 1.966,1.405 0.031 1.966,1.327 0.100 2.081,1.247 0.161 2.196,1.295 0.219 2.196,1.416 0.054 1.966,1.432 0.073 1.966,1.400 0.173 2.081,1.575 0.291 2.196,1.500 0.300 2.196,1.565 0.241 2.138,1.645 0.263 2.196,1.705 0.219 2.196,1.500 0.100 1.966,1.600 0.173 2.081,1.539 0.145 2.023,1.525 0.097 1.966,1.548 0.088 1.966,1.568 0.073 1.966,1.355 0.263 2.196,1.435 0.241 2.138,1.425 0.291 2.196,1.461 0.145 2.023,1.452 0.088 1.966,1.475 0.097 1.966,1.753 0.161 2.196,1.673 0.100 2.081,1.785 0.093 2.196,1.584 0.054 1.966,1.595 0.031 1.966,1.799 0.019 2.196,1.700 -0.000 2.081,1.795 -0.056 2.196,1.600 0.006 1.966,1.598 -0.019 1.966,1.771 -0.128 2.196,1.673 -0.100 2.081,1.731 -0.191 2.196,1.590 -0.043 1.966,1.577 -0.064 1.966,1.676 -0.243 2.196,1.559 -0.081 1.966,1.538 -0.298 2.196,1.462 -0.298 2.196,1.513 -0.099 1.966,1.487 -0.099 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,4,6,-1,8,9,6,-1,9,10,6,-1,2,8,6,-1,5,2,6,-1,11,7,12,-1,13,11,12,-1,10,14,12,-1,14,15,12,-1,7,6,12,-1,6,10,12,-1,13,12,16,-1,12,15,16,-1,17,13,16,-1,18,17,16,-1,15,19,16,-1,19,20,16,-1,18,16,21,-1,22,18,21,-1,23,22,21,-1,20,24,21,-1,24,25,21,-1,16,20,21,-1,23,21,26,-1,21,25,26,-1,27,28,29,-1,30,27,29,-1,31,30,29,-1,32,31,29,-1,28,33,34,-1,33,35,34,-1,35,36,34,-1,36,37,34,-1,29,28,34,-1,37,32,34,-1,32,29,34,-1,38,23,39,-1,40,38,39,-1,28,40,39,-1,23,26,39,-1,33,28,41,-1,39,26,41,-1,25,42,41,-1,42,43,41,-1,43,33,41,-1,28,39,41,-1,26,25,41,-1,44,31,45,-1,46,44,45,-1,37,47,45,-1,47,48,45,-1,31,32,45,-1,32,37,45,-1,49,46,50,-1,51,49,50,-1,46,45,50,-1,45,48,50,-1,48,52,50,-1,52,53,50,-1,54,51,55,-1,56,54,55,-1,53,57,55,-1,57,58,55,-1,51,50,55,-1,50,53,55,-1,59,56,1,-1,0,59,1,-1,56,55,1,-1,55,58,1,-1,58,60,1,-1,60,3,1,-1,61,0,2,-1,62,61,2,-1,5,62,2,-1,3,63,2,-1,63,64,2,-1,64,8,2,-1]
coord Coordinate { point [1.610 -1.279 2.196,1.600 -1.173 2.081,1.500 -1.200 2.081,1.537 -1.093 1.966,1.324 -1.243 2.196,1.390 -1.279 2.196,1.400 -1.173 2.081,1.269 -1.191 2.196,1.463 -1.093 1.966,1.441 -1.081 1.966,1.423 -1.064 1.966,1.229 -1.128 2.196,1.327 -1.100 2.081,1.205 -1.056 2.196,1.410 -1.043 1.966,1.402 -1.019 1.966,1.300 -1.000 2.081,1.201 -0.981 2.196,1.215 -0.907 2.196,1.400 -0.994 1.966,1.405 -0.969 1.966,1.327 -0.900 2.081,1.247 -0.839 2.196,1.295 -0.781 2.196,1.416 -0.946 1.966,1.432 -0.927 1.966,1.400 -0.827 2.081,1.575 -0.709 2.196,1.500 -0.700 2.196,1.565 -0.759 2.138,1.645 -0.737 2.196,1.705 -0.781 2.196,1.600 -0.827 2.081,1.500 -0.900 1.966,1.539 -0.855 2.023,1.525 -0.903 1.966,1.548 -0.912 1.966,1.568 -0.927 1.966,1.355 -0.737 2.196,1.435 -0.759 2.138,1.425 -0.709 2.196,1.461 -0.855 2.023,1.452 -0.912 1.966,1.475 -0.903 1.966,1.753 -0.839 2.196,1.673 -0.900 2.081,1.785 -0.907 2.196,1.584 -0.946 1.966,1.595 -0.969 1.966,1.799 -0.981 2.196,1.700 -1.000 2.081,1.795 -1.056 2.196,1.600 -0.994 1.966,1.598 -1.019 1.966,1.771 -1.128 2.196,1.673 -1.100 2.081,1.731 -1.191 2.196,1.590 -1.043 1.966,1.577 -1.064 1.966,1.676 -1.243 2.196,1.559 -1.081 1.966,1.538 -1.298 2.196,1.462 -1.298 2.196,1.513 -1.099 1.966,1.487 -1.099 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,3,5,-1,7,8,5,-1,8,9,5,-1,2,7,5,-1,4,2,5,-1,10,6,11,-1,12,10,11,-1,9,13,11,-1,13,14,11,-1,6,5,11,-1,5,9,11,-1,12,11,15,-1,11,14,15,-1,16,12,15,-1,17,16,15,-1,14,18,15,-1,18,19,15,-1,17,15,20,-1,21,17,20,-1,22,21,20,-1,19,23,20,-1,23,24,20,-1,15,19,20,-1,22,20,25,-1,20,24,25,-1,26,27,28,-1,29,26,28,-1,30,29,28,-1,31,30,28,-1,27,32,33,-1,32,34,33,-1,34,35,33,-1,35,36,33,-1,28,27,33,-1,36,31,33,-1,31,28,33,-1,32,27,37,-1,38,22,37,-1,39,38,37,-1,27,39,37,-1,22,25,37,-1,32,37,40,-1,37,25,40,-1,24,41,40,-1,41,42,40,-1,42,32,40,-1,25,24,40,-1,43,30,44,-1,45,43,44,-1,36,46,44,-1,46,47,44,-1,30,31,44,-1,31,36,44,-1,48,45,49,-1,50,48,49,-1,45,44,49,-1,44,47,49,-1,47,51,49,-1,51,52,49,-1,53,50,54,-1,55,53,54,-1,52,56,54,-1,56,57,54,-1,50,49,54,-1,49,52,54,-1,58,55,0,-1,59,58,0,-1,55,54,0,-1,54,57,0,-1,57,60,0,-1,60,1,0,-1,61,59,2,-1,62,61,2,-1,4,62,2,-1,1,63,2,-1,63,64,2,-1,64,7,2,-1,59,0,2,-1]
coord Coordinate { point [1.600 -4.173 2.081,1.537 -4.093 1.966,1.500 -4.200 2.081,1.324 -4.243 2.196,1.390 -4.279 2.196,1.400 -4.173 2.081,1.269 -4.191 2.196,1.463 -4.093 1.966,1.441 -4.081 1.966,1.423 -4.064 1.966,1.229 -4.128 2.196,1.327 -4.100 2.081,1.205 -4.056 2.196,1.410 -4.043 1.966,1.402 -4.019 1.966,1.300 -4.000 2.081,1.201 -3.981 2.196,1.215 -3.907 2.196,1.400 -3.994 1.966,1.405 -3.969 1.966,1.327 -3.900 2.081,1.247 -3.839 2.196,1.295 -3.781 2.196,1.416 -3.946 1.966,1.432 -3.927 1.966,1.400 -3.827 2.081,1.575 -3.709 2.196,1.500 -3.700 2.196,1.565 -3.759 2.138,1.645 -3.737 2.196,1.705 -3.781 2.196,1.600 -3.827 2.081,1.500 -3.900 1.966,1.539 -3.855 2.023,1.525 -3.903 1.966,1.548 -3.912 1.966,1.568 -3.927 1.966,1.435 -3.759 2.138,1.355 -3.737 2.196,1.425 -3.709 2.196,1.461 -3.855 2.023,1.452 -3.912 1.966,1.475 -3.903 1.966,1.753 -3.839 2.196,1.673 -3.900 2.081,1.785 -3.907 2.196,1.584 -3.946 1.966,1.595 -3.969 1.966,1.799 -3.981 2.196,1.700 -4.000 2.081,1.795 -4.056 2.196,1.600 -3.994 1.966,1.598 -4.019 1.966,1.771 -4.128 2.196,1.673 -4.100 2.081,1.731 -4.191 2.196,1.590 -4.043 1.966,1.577 -4.064 1.966,1.676 -4.243 2.196,1.610 -4.279 2.196,1.559 -4.081 1.966,1.538 -4.298 2.196,1.462 -4.298 2.196,1.513 -4.099 1.966,1.487 -4.099 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,4,6,-1,8,9,6,-1,9,10,6,-1,2,8,6,-1,5,2,6,-1,11,7,12,-1,13,11,12,-1,10,14,12,-1,14,15,12,-1,7,6,12,-1,6,10,12,-1,13,12,16,-1,12,15,16,-1,17,13,16,-1,18,17,16,-1,15,19,16,-1,19,20,16,-1,18,16,21,-1,22,18,21,-1,23,22,21,-1,20,24,21,-1,24,25,21,-1,16,20,21,-1,23,21,26,-1,21,25,26,-1,27,28,29,-1,30,27,29,-1,31,30,29,-1,28,32,29,-1,33,31,29,-1,29,32,34,-1,32,35,34,-1,35,36,34,-1,36,37,34,-1,37,33,34,-1,33,29,34,-1,38,23,39,-1,40,38,39,-1,28,40,39,-1,23,26,39,-1,32,28,41,-1,25,42,41,-1,42,43,41,-1,39,26,41,-1,43,32,41,-1,28,39,41,-1,26,25,41,-1,44,31,45,-1,46,44,45,-1,37,47,45,-1,47,48,45,-1,31,33,45,-1,33,37,45,-1,49,46,50,-1,51,49,50,-1,46,45,50,-1,45,48,50,-1,48,52,50,-1,52,53,50,-1,54,51,55,-1,56,54,55,-1,53,57,55,-1,57,58,55,-1,51,50,55,-1,50,53,55,-1,59,56,1,-1,0,59,1,-1,56,55,1,-1,55,58,1,-1,58,60,1,-1,60,3,1,-1,61,0,2,-1,62,61,2,-1,5,62,2,-1,3,63,2,-1,63,64,2,-1,64,8,2,-1]
coord Coordinate { point [1.610 -3.279 2.196,1.600 -3.173 2.081,1.500 -3.200 2.081,1.537 -3.093 1.966,1.324 -3.243 2.196,1.390 -3.279 2.196,1.400 -3.173 2.081,1.269 -3.191 2.196,1.463 -3.093 1.966,1.441 -3.081 1.966,1.423 -3.064 1.966,1.229 -3.128 2.196,1.327 -3.100 2.081,1.205 -3.056 2.196,1.410 -3.043 1.966,1.402 -3.019 1.966,1.300 -3.000 2.081,1.201 -2.981 2.196,1.215 -2.907 2.196,1.400 -2.994 1.966,1.405 -2.969 1.966,1.327 -2.900 2.081,1.247 -2.839 2.196,1.295 -2.781 2.196,1.416 -2.946 1.966,1.432 -2.927 1.966,1.400 -2.827 2.081,1.575 -2.709 2.196,1.500 -2.700 2.196,1.565 -2.759 2.138,1.645 -2.737 2.196,1.705 -2.781 2.196,1.500 -2.900 1.966,1.600 -2.827 2.081,1.539 -2.855 2.023,1.525 -2.903 1.966,1.548 -2.912 1.966,1.568 -2.927 1.966,1.355 -2.737 2.196,1.435 -2.759 2.138,1.425 -2.709 2.196,1.461 -2.855 2.023,1.452 -2.912 1.966,1.475 -2.903 1.966,1.753 -2.839 2.196,1.673 -2.900 2.081,1.785 -2.907 2.196,1.584 -2.946 1.966,1.595 -2.969 1.966,1.799 -2.981 2.196,1.700 -3.000 2.081,1.795 -3.056 2.196,1.600 -2.994 1.966,1.598 -3.019 1.966,1.771 -3.128 2.196,1.673 -3.100 2.081,1.731 -3.191 2.196,1.590 -3.043 1.966,1.577 -3.064 1.966,1.676 -3.243 2.196,1.559 -3.081 1.966,1.538 -3.298 2.196,1.462 -3.298 2.196,1.513 -3.099 1.966,1.487 -3.099 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,1,3,2,-1,4,5,6,-1,7,4,6,-1,8,9,6,-1,9,10,6,-1,2,8,6,-1,5,2,6,-1,11,7,12,-1,13,11,12,-1,10,14,12,-1,14,15,12,-1,7,6,12,-1,6,10,12,-1,13,12,16,-1,12,15,16,-1,17,13,16,-1,18,17,16,-1,15,19,16,-1,19,20,16,-1,18,16,21,-1,22,18,21,-1,23,22,21,-1,20,24,21,-1,24,25,21,-1,16,20,21,-1,23,21,26,-1,21,25,26,-1,27,28,29,-1,30,27,29,-1,31,30,29,-1,32,31,29,-1,28,33,34,-1,33,35,34,-1,35,36,34,-1,36,37,34,-1,29,28,34,-1,37,32,34,-1,32,29,34,-1,33,28,38,-1,39,23,38,-1,40,39,38,-1,28,40,38,-1,23,26,38,-1,33,38,41,-1,38,26,41,-1,25,42,41,-1,42,43,41,-1,43,33,41,-1,26,25,41,-1,44,31,45,-1,46,44,45,-1,37,47,45,-1,47,48,45,-1,31,32,45,-1,32,37,45,-1,49,46,50,-1,51,49,50,-1,46,45,50,-1,45,48,50,-1,48,52,50,-1,52,53,50,-1,54,51,55,-1,56,54,55,-1,53,57,55,-1,57,58,55,-1,51,50,55,-1,50,53,55,-1,59,56,1,-1,0,59,1,-1,56,55,1,-1,55,58,1,-1,58,60,1,-1,60,3,1,-1,61,0,2,-1,62,61,2,-1,5,62,2,-1,3,63,2,-1,63,64,2,-1,64,8,2,-1]
coord Coordinate { point [1.610 -2.279 2.196,1.600 -2.173 2.081,1.500 -2.200 2.081,1.537 -2.093 1.966,1.324 -2.243 2.196,1.390 -2.279 2.196,1.400 -2.173 2.081,1.269 -2.191 2.196,1.463 -2.093 1.966,1.441 -2.081 1.966,1.423 -2.064 1.966,1.229 -2.128 2.196,1.327 -2.100 2.081,1.205 -2.056 2.196,1.410 -2.043 1.966,1.402 -2.019 1.966,1.300 -2.000 2.081,1.201 -1.981 2.196,1.215 -1.907 2.196,1.400 -1.994 1.966,1.405 -1.969 1.966,1.327 -1.900 2.081,1.247 -1.839 2.196,1.295 -1.781 2.196,1.416 -1.946 1.966,1.432 -1.927 1.966,1.400 -1.827 2.081,1.575 -1.709 2.196,1.500 -1.700 2.196,1.565 -1.759 2.138,1.645 -1.737 2.196,1.705 -1.781 2.196,1.600 -1.827 2.081,1.500 -1.900 1.966,1.539 -1.855 2.023,1.525 -1.903 1.966,1.548 -1.912 1.966,1.568 -1.927 1.966,1.435 -1.759 2.138,1.355 -1.737 2.196,1.425 -1.709 2.196,1.461 -1.855 2.023,1.452 -1.912 1.966,1.475 -1.903 1.966,1.753 -1.839 2.196,1.673 -1.900 2.081,1.785 -1.907 2.196,1.584 -1.946 1.966,1.595 -1.969 1.966,1.799 -1.981 2.196,1.700 -2.000 2.081,1.795 -2.056 2.196,1.600 -1.994 1.966,1.598 -2.019 1.966,1.771 -2.128 2.196,1.673 -2.100 2.081,1.731 -2.191 2.196,1.590 -2.043 1.966,1.577 -2.064 1.966,1.676 -2.243 2.196,1.559 -2.081 1.966,1.538 -2.298 2.196,1.462 -2.298 2.196,1.513 -2.099 1.966,1.487 -2.099 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,3,5,-1,7,8,5,-1,8,9,5,-1,2,7,5,-1,4,2,5,-1,10,6,11,-1,12,10,11,-1,9,13,11,-1,13,14,11,-1,6,5,11,-1,5,9,11,-1,12,11,15,-1,11,14,15,-1,16,12,15,-1,17,16,15,-1,14,18,15,-1,18,19,15,-1,17,15,20,-1,21,17,20,-1,22,21,20,-1,19,23,20,-1,23,24,20,-1,15,19,20,-1,22,20,25,-1,20,24,25,-1,26,27,28,-1,29,26,28,-1,30,29,28,-1,31,30,28,-1,27,32,33,-1,32,34,33,-1,34,35,33,-1,35,36,33,-1,28,27,33,-1,36,31,33,-1,31,28,33,-1,32,27,37,-1,38,22,37,-1,39,38,37,-1,27,39,37,-1,22,25,37,-1,32,37,40,-1,37,25,40,-1,24,41,40,-1,41,42,40,-1,42,32,40,-1,25,24,40,-1,43,30,44,-1,45,43,44,-1,36,46,44,-1,46,47,44,-1,30,31,44,-1,31,36,44,-1,48,45,49,-1,50,48,49,-1,45,44,49,-1,44,47,49,-1,47,51,49,-1,51,52,49,-1,53,50,54,-1,55,53,54,-1,52,56,54,-1,56,57,54,-1,50,49,54,-1,49,52,54,-1,58,55,0,-1,59,58,0,-1,55,54,0,-1,54,57,0,-1,57,60,0,-1,60,1,0,-1,61,59,2,-1,62,61,2,-1,4,62,2,-1,1,63,2,-1,63,64,2,-1,64,7,2,-1,59,0,2,-1]
coord Coordinate { point [1.600 3.827 2.081,1.537 3.907 1.966,1.500 3.800 2.081,1.324 3.757 2.196,1.390 3.721 2.196,1.400 3.827 2.081,1.269 3.809 2.196,1.463 3.907 1.966,1.441 3.919 1.966,1.423 3.936 1.966,1.229 3.872 2.196,1.327 3.900 2.081,1.205 3.944 2.196,1.410 3.957 1.966,1.402 3.981 1.966,1.300 4.000 2.081,1.201 4.019 2.196,1.215 4.093 2.196,1.400 4.006 1.966,1.405 4.031 1.966,1.327 4.100 2.081,1.247 4.161 2.196,1.295 4.219 2.196,1.416 4.054 1.966,1.432 4.073 1.966,1.400 4.173 2.081,1.575 4.291 2.196,1.500 4.300 2.196,1.565 4.241 2.138,1.645 4.263 2.196,1.705 4.219 2.196,1.600 4.173 2.081,1.500 4.100 1.966,1.539 4.145 2.023,1.525 4.097 1.966,1.548 4.088 1.966,1.568 4.073 1.966,1.435 4.241 2.138,1.355 4.263 2.196,1.425 4.291 2.196,1.461 4.145 2.023,1.452 4.088 1.966,1.475 4.097 1.966,1.753 4.161 2.196,1.673 4.100 2.081,1.785 4.093 2.196,1.584 4.054 1.966,1.595 4.031 1.966,1.799 4.019 2.196,1.700 4.000 2.081,1.795 3.944 2.196,1.600 4.006 1.966,1.598 3.981 1.966,1.771 3.872 2.196,1.673 3.900 2.081,1.731 3.809 2.196,1.590 3.957 1.966,1.577 3.936 1.966,1.676 3.757 2.196,1.610 3.721 2.196,1.559 3.919 1.966,1.538 3.702 2.196,1.462 3.702 2.196,1.513 3.901 1.966,1.487 3.901 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,3,5,-1,7,8,5,-1,8,9,5,-1,2,7,5,-1,4,2,5,-1,10,6,11,-1,12,10,11,-1,9,13,11,-1,13,14,11,-1,6,5,11,-1,5,9,11,-1,12,11,15,-1,11,14,15,-1,16,12,15,-1,17,16,15,-1,14,18,15,-1,18,19,15,-1,17,15,20,-1,21,17,20,-1,22,21,20,-1,19,23,20,-1,23,24,20,-1,15,19,20,-1,22,20,25,-1,20,24,25,-1,26,27,28,-1,29,26,28,-1,30,29,28,-1,31,30,28,-1,27,32,33,-1,32,34,33,-1,34,35,33,-1,35,36,33,-1,28,27,33,-1,36,31,33,-1,31,28,33,-1,32,27,37,-1,38,22,37,-1,39,38,37,-1,27,39,37,-1,22,25,37,-1,32,37,40,-1,37,25,40,-1,24,41,40,-1,41,42,40,-1,42,32,40,-1,25,24,40,-1,43,30,44,-1,45,43,44,-1,36,46,44,-1,46,47,44,-1,30,31,44,-1,31,36,44,-1,48,45,49,-1,50,48,49,-1,45,44,49,-1,44,47,49,-1,47,51,49,-1,51,52,49,-1,53,50,54,-1,55,53,54,-1,52,56,54,-1,56,57,54,-1,50,49,54,-1,49,52,54,-1,58,55,0,-1,59,58,0,-1,55,54,0,-1,54,57,0,-1,57,60,0,-1,60,1,0,-1,61,59,2,-1,62,61,2,-1,4,62,2,-1,1,63,2,-1,63,64,2,-1,64,7,2,-1,59,0,2,-1]
coord Coordinate { point [1.600 2.827 2.081,1.537 2.907 1.966,1.500 2.800 2.081,1.324 2.757 2.196,1.390 2.721 2.196,1.400 2.827 2.081,1.269 2.809 2.196,1.463 2.907 1.966,1.441 2.919 1.966,1.423 2.936 1.966,1.229 2.872 2.196,1.327 2.900 2.081,1.205 2.944 2.196,1.410 2.957 1.966,1.402 2.981 1.966,1.300 3.000 2.081,1.201 3.019 2.196,1.215 3.093 2.196,1.400 3.006 1.966,1.405 3.031 1.966,1.327 3.100 2.081,1.247 3.161 2.196,1.295 3.219 2.196,1.416 3.054 1.966,1.432 3.073 1.966,1.400 3.173 2.081,1.575 3.291 2.196,1.500 3.300 2.196,1.565 3.241 2.138,1.645 3.263 2.196,1.705 3.219 2.196,1.600 3.173 2.081,1.500 3.100 1.966,1.539 3.145 2.023,1.525 3.097 1.966,1.548 3.088 1.966,1.568 3.073 1.966,1.435 3.241 2.138,1.355 3.263 2.196,1.425 3.291 2.196,1.461 3.145 2.023,1.452 3.088 1.966,1.475 3.097 1.966,1.753 3.161 2.196,1.673 3.100 2.081,1.785 3.093 2.196,1.584 3.054 1.966,1.595 3.031 1.966,1.799 3.019 2.196,1.700 3.000 2.081,1.795 2.944 2.196,1.600 3.006 1.966,1.598 2.981 1.966,1.771 2.872 2.196,1.673 2.900 2.081,1.731 2.809 2.196,1.590 2.957 1.966,1.577 2.936 1.966,1.676 2.757 2.196,1.610 2.721 2.196,1.559 2.919 1.966,1.538 2.702 2.196,1.462 2.702 2.196,1.513 2.901 1.966,1.487 2.901 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,3,5,-1,7,8,5,-1,8,9,5,-1,2,7,5,-1,4,2,5,-1,10,6,11,-1,12,10,11,-1,9,13,11,-1,13,14,11,-1,6,5,11,-1,5,9,11,-1,12,11,15,-1,11,14,15,-1,16,12,15,-1,17,16,15,-1,14,18,15,-1,18,19,15,-1,17,15,20,-1,21,17,20,-1,22,21,20,-1,19,23,20,-1,23,24,20,-1,15,19,20,-1,22,20,25,-1,20,24,25,-1,26,27,28,-1,29,26,28,-1,30,29,28,-1,31,30,28,-1,27,32,33,-1,32,34,33,-1,34,35,33,-1,35,36,33,-1,28,27,33,-1,36,31,33,-1,31,28,33,-1,32,27,37,-1,38,22,37,-1,39,38,37,-1,27,39,37,-1,22,25,37,-1,32,37,40,-1,37,25,40,-1,24,41,40,-1,41,42,40,-1,42,32,40,-1,25,24,40,-1,43,30,44,-1,45,43,44,-1,36,46,44,-1,46,47,44,-1,30,31,44,-1,31,36,44,-1,48,45,49,-1,50,48,49,-1,45,44,49,-1,44,47,49,-1,47,51,49,-1,51,52,49,-1,53,50,54,-1,55,53,54,-1,52,56,54,-1,56,57,54,-1,50,49,54,-1,49,52,54,-1,58,55,0,-1,59,58,0,-1,55,54,0,-1,54,57,0,-1,57,60,0,-1,60,1,0,-1,61,59,2,-1,62,61,2,-1,4,62,2,-1,1,63,2,-1,63,64,2,-1,64,7,2,-1,59,0,2,-1]
coord Coordinate { point [1.600 1.827 2.081,1.537 1.907 1.966,1.500 1.800 2.081,1.324 1.757 2.196,1.390 1.721 2.196,1.400 1.827 2.081,1.269 1.809 2.196,1.463 1.907 1.966,1.441 1.919 1.966,1.423 1.936 1.966,1.229 1.872 2.196,1.327 1.900 2.081,1.205 1.944 2.196,1.410 1.957 1.966,1.402 1.981 1.966,1.300 2.000 2.081,1.201 2.019 2.196,1.215 2.093 2.196,1.400 2.006 1.966,1.405 2.031 1.966,1.327 2.100 2.081,1.247 2.161 2.196,1.295 2.219 2.196,1.416 2.054 1.966,1.432 2.073 1.966,1.400 2.173 2.081,1.575 2.291 2.196,1.500 2.300 2.196,1.565 2.241 2.138,1.645 2.263 2.196,1.705 2.219 2.196,1.600 2.173 2.081,1.500 2.100 1.966,1.539 2.145 2.023,1.525 2.097 1.966,1.548 2.088 1.966,1.568 2.073 1.966,1.435 2.241 2.138,1.355 2.263 2.196,1.425 2.291 2.196,1.461 2.145 2.023,1.452 2.088 1.966,1.475 2.097 1.966,1.753 2.161 2.196,1.673 2.100 2.081,1.785 2.093 2.196,1.584 2.054 1.966,1.595 2.031 1.966,1.799 2.019 2.196,1.700 2.000 2.081,1.795 1.944 2.196,1.600 2.006 1.966,1.598 1.981 1.966,1.771 1.872 2.196,1.673 1.900 2.081,1.731 1.809 2.196,1.590 1.957 1.966,1.577 1.936 1.966,1.676 1.757 2.196,1.610 1.721 2.196,1.559 1.919 1.966,1.538 1.702 2.196,1.462 1.702 2.196,1.513 1.901 1.966,1.487 1.901 1.966]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,7,0,-1,6,8,7,-1,9,3,5,-1,10,11,12,-1,9,5,13,-1,14,8,6,-1,14,15,8,-1,16,12,17,-1,16,10,12,-1,18,19,11,-1,20,9,13,-1,18,11,10,-1,20,13,21,-1,22,23,15,-1,22,15,14,-1,24,17,25,-1,24,16,17,-1,26,27,28,-1,26,21,27,-1,26,20,21,-1,29,30,19,-1,31,28,23,-1,29,19,18,-1,31,23,22,-1,32,26,28,-1,33,25,34,-1,33,24,25,-1,32,28,31,-1,35,36,30,-1,35,30,29,-1,37,33,34,-1,38,39,36,-1,38,36,35,-1,40,34,41,-1,40,37,34,-1,42,43,39,-1,42,39,38,-1,44,41,45,-1,44,40,41,-1,46,47,43,-1,46,43,42,-1,48,44,45,-1,49,47,46,-1,2,48,45,-1,4,47,49,-1,1,48,2,-1,5,4,49,-1,0,7,1,-1]
coord Coordinate { point [-1.433 0.831 0.618,-1.463 0.907 0.618,-1.393 0.853 0.618,-1.673 1.056 0.618,-1.654 1.097 0.618,-1.595 1.031 0.618,-1.477 0.820 0.618,-1.487 0.901 0.618,-1.513 0.901 0.618,-1.682 1.011 0.618,-1.432 1.073 0.618,-1.375 1.133 0.618,-1.346 1.097 0.618,-1.600 1.006 0.618,-1.523 0.820 0.618,-1.537 0.907 0.618,-1.416 1.054 0.618,-1.327 1.056 0.618,-1.452 1.088 0.618,-1.412 1.159 0.618,-1.679 0.966 0.618,-1.598 0.981 0.618,-1.567 0.831 0.618,-1.559 0.919 0.618,-1.405 1.031 0.618,-1.318 1.011 0.618,-1.665 0.923 0.618,-1.590 0.957 0.618,-1.577 0.936 0.618,-1.475 1.097 0.618,-1.455 1.176 0.618,-1.607 0.853 0.618,-1.640 0.884 0.618,-1.400 1.006 0.618,-1.321 0.966 0.618,-1.500 1.100 0.618,-1.500 1.182 0.618,-1.402 0.981 0.618,-1.525 1.097 0.618,-1.545 1.176 0.618,-1.410 0.957 0.618,-1.335 0.923 0.618,-1.548 1.088 0.618,-1.588 1.159 0.618,-1.423 0.936 0.618,-1.360 0.884 0.618,-1.568 1.073 0.618,-1.625 1.133 0.618,-1.441 0.919 0.618,-1.584 1.054 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,7,0,-1,6,8,7,-1,9,10,11,-1,12,3,5,-1,13,11,14,-1,13,9,11,-1,12,5,15,-1,16,8,6,-1,17,18,10,-1,16,19,8,-1,17,10,9,-1,20,12,15,-1,21,14,22,-1,20,15,23,-1,21,13,14,-1,24,25,19,-1,24,19,16,-1,26,27,18,-1,28,29,30,-1,28,23,29,-1,26,18,17,-1,28,20,23,-1,31,22,32,-1,33,30,25,-1,33,25,24,-1,31,21,22,-1,34,30,33,-1,35,36,27,-1,34,28,30,-1,35,27,26,-1,37,31,32,-1,38,39,36,-1,38,36,35,-1,40,32,41,-1,40,37,32,-1,42,43,39,-1,42,39,38,-1,44,41,45,-1,44,40,41,-1,46,47,43,-1,46,43,42,-1,48,44,45,-1,49,47,46,-1,2,48,45,-1,4,47,49,-1,1,48,2,-1,5,4,49,-1,0,7,1,-1]
coord Coordinate { point [-1.433 -0.169 0.618,-1.463 -0.093 0.618,-1.393 -0.147 0.618,-1.673 0.056 0.618,-1.654 0.097 0.618,-1.595 0.031 0.618,-1.477 -0.180 0.618,-1.487 -0.099 0.618,-1.513 -0.099 0.618,-1.432 0.073 0.618,-1.375 0.133 0.618,-1.346 0.097 0.618,-1.682 0.011 0.618,-1.416 0.054 0.618,-1.327 0.056 0.618,-1.600 0.006 0.618,-1.523 -0.180 0.618,-1.452 0.088 0.618,-1.412 0.159 0.618,-1.537 -0.093 0.618,-1.679 -0.034 0.618,-1.405 0.031 0.618,-1.318 0.011 0.618,-1.598 -0.019 0.618,-1.567 -0.169 0.618,-1.559 -0.081 0.618,-1.475 0.097 0.618,-1.455 0.176 0.618,-1.665 -0.077 0.618,-1.590 -0.043 0.618,-1.577 -0.064 0.618,-1.400 0.006 0.618,-1.321 -0.034 0.618,-1.607 -0.147 0.618,-1.640 -0.116 0.618,-1.500 0.100 0.618,-1.500 0.182 0.618,-1.402 -0.019 0.618,-1.525 0.097 0.618,-1.545 0.176 0.618,-1.410 -0.043 0.618,-1.335 -0.077 0.618,-1.548 0.088 0.618,-1.588 0.159 0.618,-1.423 -0.064 0.618,-1.360 -0.116 0.618,-1.568 0.073 0.618,-1.625 0.133 0.618,-1.441 -0.081 0.618,-1.584 0.054 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,7,0,-1,6,8,7,-1,9,10,11,-1,12,3,5,-1,13,11,14,-1,13,9,11,-1,12,5,15,-1,16,8,6,-1,17,18,10,-1,16,19,8,-1,17,10,9,-1,20,12,15,-1,21,14,22,-1,20,15,23,-1,21,13,14,-1,24,25,19,-1,24,19,16,-1,26,27,18,-1,28,29,30,-1,28,23,29,-1,26,18,17,-1,28,20,23,-1,31,22,32,-1,33,30,25,-1,33,25,24,-1,31,21,22,-1,34,30,33,-1,35,36,27,-1,34,28,30,-1,35,27,26,-1,37,31,32,-1,38,39,36,-1,38,36,35,-1,40,32,41,-1,40,37,32,-1,42,43,39,-1,42,39,38,-1,44,41,45,-1,44,40,41,-1,46,47,43,-1,46,43,42,-1,48,44,45,-1,49,47,46,-1,2,48,45,-1,4,47,49,-1,1,48,2,-1,5,4,49,-1,0,7,1,-1]
coord Coordinate { point [1.433 0.169 0.618,1.463 0.093 0.618,1.393 0.147 0.618,1.673 -0.056 0.618,1.654 -0.097 0.618,1.595 -0.031 0.618,1.477 0.180 0.618,1.487 0.099 0.618,1.513 0.099 0.618,1.432 -0.073 0.618,1.375 -0.133 0.618,1.346 -0.097 0.618,1.682 -0.011 0.618,1.416 -0.054 0.618,1.327 -0.056 0.618,1.600 -0.006 0.618,1.523 0.180 0.618,1.452 -0.088 0.618,1.412 -0.159 0.618,1.537 0.093 0.618,1.679 0.034 0.618,1.405 -0.031 0.618,1.318 -0.011 0.618,1.598 0.019 0.618,1.567 0.169 0.618,1.559 0.081 0.618,1.475 -0.097 0.618,1.455 -0.176 0.618,1.665 0.077 0.618,1.590 0.043 0.618,1.577 0.064 0.618,1.400 -0.006 0.618,1.321 0.034 0.618,1.607 0.147 0.618,1.640 0.116 0.618,1.500 -0.100 0.618,1.500 -0.182 0.618,1.402 0.019 0.618,1.525 -0.097 0.618,1.545 -0.176 0.618,1.410 0.043 0.618,1.335 0.077 0.618,1.548 -0.088 0.618,1.588 -0.159 0.618,1.423 0.064 0.618,1.360 0.116 0.618,1.568 -0.073 0.618,1.625 -0.133 0.618,1.441 0.081 0.618,1.584 -0.054 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,3,0,-1,8,9,3,-1,10,11,12,-1,13,4,7,-1,14,12,15,-1,13,7,16,-1,14,10,12,-1,17,18,11,-1,19,9,8,-1,19,20,9,-1,17,11,10,-1,21,13,16,-1,22,15,23,-1,24,25,20,-1,22,14,15,-1,24,20,19,-1,26,27,18,-1,28,16,29,-1,28,21,16,-1,26,18,17,-1,30,23,31,-1,32,33,25,-1,32,25,24,-1,30,22,23,-1,34,35,27,-1,36,29,33,-1,36,28,29,-1,36,33,32,-1,34,27,26,-1,37,30,31,-1,38,39,35,-1,38,35,34,-1,40,31,41,-1,40,37,31,-1,42,43,39,-1,42,39,38,-1,44,41,45,-1,44,40,41,-1,46,47,43,-1,46,43,42,-1,48,44,45,-1,49,47,46,-1,2,48,45,-1,5,47,49,-1,1,48,2,-1,6,5,49,-1]
coord Coordinate { point [1.433 1.169 0.618,1.463 1.093 0.618,1.393 1.147 0.618,1.487 1.099 0.618,1.673 0.944 0.618,1.654 0.903 0.618,1.595 0.969 0.618,1.600 0.994 0.618,1.477 1.180 0.618,1.513 1.099 0.618,1.432 0.927 0.618,1.375 0.867 0.618,1.346 0.903 0.618,1.682 0.989 0.618,1.416 0.946 0.618,1.327 0.944 0.618,1.598 1.019 0.618,1.452 0.912 0.618,1.412 0.841 0.618,1.523 1.180 0.618,1.537 1.093 0.618,1.679 1.034 0.618,1.405 0.969 0.618,1.318 0.989 0.618,1.567 1.169 0.618,1.559 1.081 0.618,1.475 0.903 0.618,1.455 0.824 0.618,1.665 1.077 0.618,1.590 1.043 0.618,1.400 0.994 0.618,1.321 1.034 0.618,1.607 1.147 0.618,1.577 1.064 0.618,1.500 0.900 0.618,1.500 0.818 0.618,1.640 1.116 0.618,1.402 1.019 0.618,1.525 0.903 0.618,1.545 0.824 0.618,1.410 1.043 0.618,1.335 1.077 0.618,1.548 0.912 0.618,1.588 0.841 0.618,1.423 1.064 0.618,1.360 1.116 0.618,1.568 0.927 0.618,1.625 0.867 0.618,1.441 1.081 0.618,1.584 0.946 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,4,6,7,-1,8,3,0,-1,8,9,3,-1,10,4,7,-1,11,12,13,-1,14,15,9,-1,14,9,8,-1,16,13,17,-1,16,11,13,-1,18,19,12,-1,20,7,21,-1,20,10,7,-1,18,12,11,-1,22,23,15,-1,22,15,14,-1,24,21,23,-1,25,17,26,-1,24,20,21,-1,24,23,22,-1,25,16,17,-1,27,28,19,-1,27,19,18,-1,29,26,30,-1,29,25,26,-1,31,32,28,-1,31,28,27,-1,33,29,30,-1,34,35,32,-1,34,32,31,-1,36,30,37,-1,36,33,30,-1,38,39,35,-1,38,35,34,-1,40,37,41,-1,40,36,37,-1,42,43,39,-1,42,39,38,-1,44,40,41,-1,45,43,42,-1,46,44,41,-1,47,43,45,-1,48,44,46,-1,49,47,45,-1,2,48,46,-1,2,1,48,-1,5,47,49,-1,5,49,6,-1]
coord Coordinate { point [1.477 4.180 0.618,1.487 4.099 0.618,1.433 4.169 0.618,1.513 4.099 0.618,1.682 3.989 0.618,1.673 3.944 0.618,1.600 3.994 0.618,1.598 4.019 0.618,1.523 4.180 0.618,1.537 4.093 0.618,1.679 4.034 0.618,1.432 3.927 0.618,1.375 3.867 0.618,1.346 3.903 0.618,1.567 4.169 0.618,1.559 4.081 0.618,1.416 3.946 0.618,1.327 3.944 0.618,1.452 3.912 0.618,1.412 3.841 0.618,1.665 4.077 0.618,1.590 4.043 0.618,1.607 4.147 0.618,1.577 4.064 0.618,1.640 4.116 0.618,1.405 3.969 0.618,1.318 3.989 0.618,1.475 3.903 0.618,1.455 3.824 0.618,1.400 3.994 0.618,1.321 4.034 0.618,1.500 3.900 0.618,1.500 3.818 0.618,1.402 4.019 0.618,1.525 3.903 0.618,1.545 3.824 0.618,1.410 4.043 0.618,1.335 4.077 0.618,1.548 3.912 0.618,1.588 3.841 0.618,1.423 4.064 0.618,1.360 4.116 0.618,1.568 3.927 0.618,1.625 3.867 0.618,1.441 4.081 0.618,1.584 3.946 0.618,1.393 4.147 0.618,1.654 3.903 0.618,1.463 4.093 0.618,1.595 3.969 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,3,6,4,-1,7,0,2,-1,8,9,10,-1,7,2,11,-1,12,6,3,-1,12,13,6,-1,14,10,15,-1,14,8,10,-1,16,17,9,-1,18,7,11,-1,18,11,19,-1,16,9,8,-1,20,21,13,-1,20,13,12,-1,22,15,23,-1,22,14,15,-1,24,25,26,-1,24,19,25,-1,24,18,19,-1,27,28,17,-1,29,26,21,-1,29,21,20,-1,30,24,26,-1,27,17,16,-1,30,26,29,-1,31,23,32,-1,31,22,23,-1,33,34,28,-1,33,28,27,-1,35,31,32,-1,36,37,34,-1,36,34,33,-1,38,32,39,-1,38,35,32,-1,40,41,37,-1,40,37,36,-1,42,39,43,-1,42,38,39,-1,44,45,41,-1,44,41,40,-1,46,42,43,-1,47,45,44,-1,48,46,43,-1,1,45,47,-1,49,46,48,-1,2,1,47,-1,5,49,48,-1,5,4,49,-1]
coord Coordinate { point [1.673 2.944 0.618,1.654 2.903 0.618,1.595 2.969 0.618,1.477 3.180 0.618,1.487 3.099 0.618,1.433 3.169 0.618,1.513 3.099 0.618,1.682 2.989 0.618,1.432 2.927 0.618,1.375 2.867 0.618,1.346 2.903 0.618,1.600 2.994 0.618,1.523 3.180 0.618,1.537 3.093 0.618,1.416 2.946 0.618,1.327 2.944 0.618,1.452 2.912 0.618,1.412 2.841 0.618,1.679 3.034 0.618,1.598 3.019 0.618,1.567 3.169 0.618,1.559 3.081 0.618,1.405 2.969 0.618,1.318 2.989 0.618,1.665 3.077 0.618,1.590 3.043 0.618,1.577 3.064 0.618,1.475 2.903 0.618,1.455 2.824 0.618,1.607 3.147 0.618,1.640 3.116 0.618,1.400 2.994 0.618,1.321 3.034 0.618,1.500 2.900 0.618,1.500 2.818 0.618,1.402 3.019 0.618,1.525 2.903 0.618,1.545 2.824 0.618,1.410 3.043 0.618,1.335 3.077 0.618,1.548 2.912 0.618,1.588 2.841 0.618,1.423 3.064 0.618,1.360 3.116 0.618,1.568 2.927 0.618,1.625 2.867 0.618,1.441 3.081 0.618,1.584 2.946 0.618,1.393 3.147 0.618,1.463 3.093 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,2,3,-1,4,5,6,-1,4,7,5,-1,8,0,3,-1,8,3,9,-1,10,11,12,-1,13,7,4,-1,13,14,7,-1,15,12,16,-1,15,10,12,-1,17,8,9,-1,18,19,11,-1,20,21,14,-1,18,11,10,-1,20,14,13,-1,22,9,23,-1,24,16,25,-1,22,17,9,-1,24,15,16,-1,26,27,21,-1,26,21,20,-1,28,29,19,-1,30,23,27,-1,30,22,23,-1,28,19,18,-1,30,27,26,-1,31,25,32,-1,31,24,25,-1,33,34,29,-1,33,29,28,-1,35,31,32,-1,36,37,34,-1,36,34,33,-1,38,32,39,-1,38,35,32,-1,40,41,37,-1,40,37,36,-1,42,39,43,-1,42,38,39,-1,44,45,41,-1,44,41,40,-1,46,42,43,-1,47,45,44,-1,48,46,43,-1,1,45,47,-1,49,46,48,-1,2,1,47,-1,6,49,48,-1,6,5,49,-1]
coord Coordinate { point [1.673 1.944 0.618,1.654 1.903 0.618,1.595 1.969 0.618,1.600 1.994 0.618,1.477 2.180 0.618,1.487 2.099 0.618,1.433 2.169 0.618,1.513 2.099 0.618,1.682 1.989 0.618,1.598 2.019 0.618,1.432 1.927 0.618,1.375 1.867 0.618,1.346 1.903 0.618,1.523 2.180 0.618,1.537 2.093 0.618,1.416 1.946 0.618,1.327 1.944 0.618,1.679 2.034 0.618,1.452 1.912 0.618,1.412 1.841 0.618,1.567 2.169 0.618,1.559 2.081 0.618,1.665 2.077 0.618,1.590 2.043 0.618,1.405 1.969 0.618,1.318 1.989 0.618,1.607 2.147 0.618,1.577 2.064 0.618,1.475 1.903 0.618,1.455 1.824 0.618,1.640 2.116 0.618,1.400 1.994 0.618,1.321 2.034 0.618,1.500 1.900 0.618,1.500 1.818 0.618,1.402 2.019 0.618,1.525 1.903 0.618,1.545 1.824 0.618,1.410 2.043 0.618,1.335 2.077 0.618,1.548 1.912 0.618,1.588 1.841 0.618,1.423 2.064 0.618,1.360 2.116 0.618,1.568 1.927 0.618,1.625 1.867 0.618,1.441 2.081 0.618,1.584 1.946 0.618,1.393 2.147 0.618,1.463 2.093 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,3,6,4,-1,7,0,2,-1,8,9,10,-1,7,2,11,-1,12,6,3,-1,12,13,6,-1,14,10,15,-1,14,8,10,-1,16,17,9,-1,18,7,11,-1,18,11,19,-1,16,9,8,-1,20,21,13,-1,20,13,12,-1,22,15,23,-1,22,14,15,-1,24,25,26,-1,24,19,25,-1,24,18,19,-1,27,28,17,-1,29,26,21,-1,29,21,20,-1,30,24,26,-1,27,17,16,-1,30,26,29,-1,31,23,32,-1,31,22,23,-1,33,34,28,-1,33,28,27,-1,35,31,32,-1,36,37,34,-1,36,34,33,-1,38,32,39,-1,38,35,32,-1,40,41,37,-1,40,37,36,-1,42,39,43,-1,42,38,39,-1,44,45,41,-1,44,41,40,-1,46,42,43,-1,47,45,44,-1,48,46,43,-1,1,45,47,-1,49,46,48,-1,2,1,47,-1,5,49,48,-1,5,4,49,-1]
coord Coordinate { point [-1.673 4.056 0.618,-1.654 4.097 0.618,-1.595 4.031 0.618,-1.477 3.820 0.618,-1.487 3.901 0.618,-1.433 3.831 0.618,-1.513 3.901 0.618,-1.682 4.011 0.618,-1.432 4.073 0.618,-1.375 4.133 0.618,-1.346 4.097 0.618,-1.600 4.006 0.618,-1.523 3.820 0.618,-1.537 3.907 0.618,-1.416 4.054 0.618,-1.327 4.056 0.618,-1.452 4.088 0.618,-1.412 4.159 0.618,-1.679 3.966 0.618,-1.598 3.981 0.618,-1.567 3.831 0.618,-1.559 3.919 0.618,-1.405 4.031 0.618,-1.318 4.011 0.618,-1.665 3.923 0.618,-1.590 3.957 0.618,-1.577 3.936 0.618,-1.475 4.097 0.618,-1.455 4.176 0.618,-1.607 3.853 0.618,-1.640 3.884 0.618,-1.400 4.006 0.618,-1.321 3.966 0.618,-1.500 4.100 0.618,-1.500 4.182 0.618,-1.402 3.981 0.618,-1.525 4.097 0.618,-1.545 4.176 0.618,-1.410 3.957 0.618,-1.335 3.923 0.618,-1.548 4.088 0.618,-1.588 4.159 0.618,-1.423 3.936 0.618,-1.360 3.884 0.618,-1.568 4.073 0.618,-1.625 4.133 0.618,-1.441 3.919 0.618,-1.584 4.054 0.618,-1.393 3.853 0.618,-1.463 3.907 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,0,3,1,-1,4,5,6,-1,7,8,9,-1,10,9,11,-1,10,7,9,-1,12,3,0,-1,12,13,3,-1,14,15,8,-1,16,4,6,-1,14,8,7,-1,16,6,17,-1,18,11,19,-1,18,10,11,-1,20,13,12,-1,20,21,13,-1,22,23,15,-1,24,16,17,-1,24,25,26,-1,22,15,14,-1,24,17,25,-1,27,19,28,-1,27,18,19,-1,29,21,20,-1,30,31,23,-1,32,26,33,-1,32,24,26,-1,30,23,22,-1,34,35,21,-1,34,33,35,-1,34,21,29,-1,36,32,33,-1,37,27,28,-1,36,33,34,-1,38,39,31,-1,38,31,30,-1,40,28,41,-1,40,37,28,-1,42,43,39,-1,42,39,38,-1,44,41,45,-1,44,40,41,-1,46,47,43,-1,46,43,42,-1,48,44,45,-1,49,47,46,-1,2,48,45,-1,5,47,49,-1,1,48,2,-1,6,5,49,-1]
coord Coordinate { point [-1.433 2.831 0.618,-1.463 2.907 0.618,-1.393 2.853 0.618,-1.487 2.901 0.618,-1.673 3.056 0.618,-1.654 3.097 0.618,-1.595 3.031 0.618,-1.432 3.073 0.618,-1.375 3.133 0.618,-1.346 3.097 0.618,-1.416 3.054 0.618,-1.327 3.056 0.618,-1.477 2.820 0.618,-1.513 2.901 0.618,-1.452 3.088 0.618,-1.412 3.159 0.618,-1.682 3.011 0.618,-1.600 3.006 0.618,-1.405 3.031 0.618,-1.318 3.011 0.618,-1.523 2.820 0.618,-1.537 2.907 0.618,-1.475 3.097 0.618,-1.455 3.176 0.618,-1.679 2.966 0.618,-1.598 2.981 0.618,-1.590 2.957 0.618,-1.400 3.006 0.618,-1.321 2.966 0.618,-1.567 2.831 0.618,-1.500 3.100 0.618,-1.500 3.182 0.618,-1.665 2.923 0.618,-1.577 2.936 0.618,-1.607 2.853 0.618,-1.559 2.919 0.618,-1.640 2.884 0.618,-1.402 2.981 0.618,-1.525 3.097 0.618,-1.545 3.176 0.618,-1.410 2.957 0.618,-1.335 2.923 0.618,-1.548 3.088 0.618,-1.588 3.159 0.618,-1.423 2.936 0.618,-1.360 2.884 0.618,-1.568 3.073 0.618,-1.625 3.133 0.618,-1.441 2.919 0.618,-1.584 3.054 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet
{ creaseAngle 0.50 coordIndex [0,1,2,-1,3,4,5,-1,6,1,0,-1,6,7,1,-1,8,9,10,-1,11,3,5,-1,11,5,12,-1,13,10,14,-1,13,8,10,-1,15,7,6,-1,16,17,9,-1,15,18,7,-1,16,9,8,-1,19,11,12,-1,19,12,20,-1,21,14,22,-1,23,24,18,-1,21,13,14,-1,23,18,15,-1,25,26,17,-1,27,28,29,-1,27,20,28,-1,27,19,20,-1,25,17,16,-1,30,22,31,-1,32,29,24,-1,32,24,23,-1,33,27,29,-1,30,21,22,-1,33,29,32,-1,34,35,26,-1,34,26,25,-1,36,30,31,-1,37,38,35,-1,37,35,34,-1,39,31,40,-1,39,36,31,-1,41,42,38,-1,41,38,37,-1,43,40,44,-1,43,39,40,-1,45,46,42,-1,45,42,41,-1,47,43,44,-1,48,46,45,-1,49,47,44,-1,4,46,48,-1,2,47,49,-1,5,4,48,-1,0,2,49,-1]
coord Coordinate { point [-1.433 1.831 0.618,-1.487 1.901 0.618,-1.463 1.907 0.618,-1.673 2.056 0.618,-1.654 2.097 0.618,-1.595 2.031 0.618,-1.477 1.820 0.618,-1.513 1.901 0.618,-1.432 2.073 0.618,-1.375 2.133 0.618,-1.346 2.097 0.618,-1.682 2.011 0.618,-1.600 2.006 0.618,-1.416 2.054 0.618,-1.327 2.056 0.618,-1.523 1.820 0.618,-1.452 2.088 0.618,-1.412 2.159 0.618,-1.537 1.907 0.618,-1.679 1.966 0.618,-1.598 1.981 0.618,-1.405 2.031 0.618,-1.318 2.011 0.618,-1.567 1.831 0.618,-1.559 1.919 0.618,-1.475 2.097 0.618,-1.455 2.176 0.618,-1.665 1.923 0.618,-1.590 1.957 0.618,-1.577 1.936 0.618,-1.400 2.006 0.618,-1.321 1.966 0.618,-1.607 1.853 0.618,-1.640 1.884 0.618,-1.500 2.100 0.618,-1.500 2.182 0.618,-1.402 1.981 0.618,-1.525 2.097 0.618,-1.545 2.176 0.618,-1.410 1.957 0.618,-1.335 1.923 0.618,-1.548 2.088 0.618,-1.588 2.159 0.618,-1.423 1.936 0.618,-1.360 1.884 0.618,-1.568 2.073 0.618,-1.625 2.133 0.618,-1.441 1.919 0.618,-1.584 2.054 0.618,-1.393 1.853 0.618]
}}
appearance Appearance{material USE PIN-01 }
}
Shape { geometry IndexedFaceSet