//POVRay-Datei erstellt mit 3d41.ulp v1.05 //Z:/entwicklung/eagleproj/binary_alarmclock/main.brd //27.11.2006 22:30:57 #version 3.5; //Set to on if the file should be used as .inc #local use_file_as_inc = off; #if(use_file_as_inc=off) //changes the apperance of resistors (1 Blob / 0 real) #declare global_res_shape = 1; //randomize color of resistors 1=random 0=same color #declare global_res_colselect = 0; //Number of the color for the resistors //0=Green, 1="normal color" 2=Blue 3=Brown #declare global_res_col = 1; //Set to on if you want to render the PCB upside-down #declare pcb_upsidedown = off; //Set to x or z to rotate around the corresponding axis (referring to pcb_upsidedown) #declare pcb_rotdir = x; //Set the length off short pins over the PCB #declare pin_length = 2.5; #declare global_diode_bend_radius = 1; #declare global_res_bend_radius = 1; #declare global_solder = on; #declare global_show_screws = on; #declare global_show_washers = on; #declare global_show_nuts = on; //Animation #declare global_anim = off; #local global_anim_showcampath = no; #declare global_fast_mode = off; #declare col_preset = 4; #declare pin_short = on; #declare environment = on; #local cam_x = 0; #local cam_y = 512; #local cam_z = -229; #local cam_a = 20; #local cam_look_x = 0; #local cam_look_y = -10; #local cam_look_z = 0; #local pcb_rotate_x = 0; #local pcb_rotate_y = 0; #local pcb_rotate_z = 0; #local pcb_board = on; #local pcb_parts = on; #if(global_fast_mode=off) #local pcb_polygons = on; #local pcb_silkscreen = on; #local pcb_wires = on; #local pcb_pads_smds = on; #else #local pcb_polygons = off; #local pcb_silkscreen = off; #local pcb_wires = off; #local pcb_pads_smds = off; #end #local lgt1_pos_x = 60; #local lgt1_pos_y = 91; #local lgt1_pos_z = 53; #local lgt1_intense = 0.928571; #local lgt2_pos_x = -60; #local lgt2_pos_y = 91; #local lgt2_pos_z = 53; #local lgt2_intense = 0.928571; #local lgt3_pos_x = 60; #local lgt3_pos_y = 91; #local lgt3_pos_z = -36; #local lgt3_intense = 0.928571; #local lgt4_pos_x = -60; #local lgt4_pos_y = 91; #local lgt4_pos_z = -36; #local lgt4_intense = 0.928571; //Do not change these values #declare pcb_height = 1.500000; #declare pcb_cuheight = 0.035000; #declare pcb_x_size = 160.000000; #declare pcb_y_size = 100.000000; #declare pcb_layer1_used = 1; #declare pcb_layer16_used = 1; #declare inc_testmode = off; #declare global_seed=seed(651); #declare global_pcb_layer_dis = array[16] { 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1.535000, } #declare global_pcb_real_hole = 2.000000; #include "tools.inc" #include "user.inc" global_settings{charset utf8} #if(environment=on) sky_sphere {pigment {Navy} pigment {bozo turbulence 0.65 octaves 7 omega 0.7 lambda 2 color_map { [0.0 0.1 color rgb <0.85, 0.85, 0.85> color rgb <0.75, 0.75, 0.75>] [0.1 0.5 color rgb <0.75, 0.75, 0.75> color rgbt <1, 1, 1, 1>] [0.5 1.0 color rgbt <1, 1, 1, 1> color rgbt <1, 1, 1, 1>]} scale <0.1, 0.5, 0.1>} rotate -90*x} plane{y, -10.0-max(pcb_x_size,pcb_y_size)*abs(max(sin((pcb_rotate_x/180)*pi),sin((pcb_rotate_z/180)*pi))) texture{T_Chrome_2D normal{waves 0.1 frequency 3000.0 scale 3000.0}} translate<0,0,0>} #end //Animationsdaten #if(global_anim=on) #declare global_anim_showcampath = no; #end #if((global_anim=on)|(global_anim_showcampath=yes)) #declare global_anim_npoints_cam_flight=0; #warning "Keine/zu wenig Animationsdaten vorhanden (mind. 3 Punkte) (Flugpfad)" #end #if((global_anim=on)|(global_anim_showcampath=yes)) #declare global_anim_npoints_cam_view=0; #warning "Keine/zu wenig Animationsdaten vorhanden (mind. 3 Punkte) (Blickpunktpfad)" #end #if((global_anim=on)|(global_anim_showcampath=yes)) #end #if((global_anim_showcampath=yes)&(global_anim=off)) #end #if(global_anim=on) camera { location global_anim_spline_cam_flight(clock) #if(global_anim_npoints_cam_view>2) look_at global_anim_spline_cam_view(clock) #else look_at global_anim_spline_cam_flight(clock+0.01)-<0,-0.01,0> #end angle 45 } light_source { global_anim_spline_cam_flight(clock) color rgb <1,1,1> spotlight point_at #if(global_anim_npoints_cam_view>2) global_anim_spline_cam_view(clock) #else global_anim_spline_cam_flight(clock+0.01)-<0,-0.01,0> #end radius 35 falloff 40 } #else camera { location look_at angle cam_a //versetzt die Kamera, sodass <0,0,0> über dem Eagle-Nullpunkt ist //translate<-80.000000,0,-50.000000> } #end background{col_bgr} //Axis uncomment to activate //object{TOOLS_AXIS_XYZ(100,100,100 //texture{ pigment{rgb<1,0,0>} finish{diffuse 0.8 phong 1}}, //texture{ pigment{rgb<1,1,1>} finish{diffuse 0.8 phong 1}})} light_source{ White*lgt1_intense} light_source{ White*lgt2_intense} light_source{ White*lgt3_intense} light_source{ White*lgt4_intense} #end #macro MAIN(mac_x_ver,mac_y_ver,mac_z_ver,mac_x_rot,mac_y_rot,mac_z_rot) union{ #if(pcb_board = on) difference{ union{ //Platine prism{-1.500000,0.000000,8 <-0.630000,-0.470000><159.370000,-0.470000> <159.370000,-0.470000><159.370000,99.530000> <159.370000,99.530000><-0.630000,99.530000> <-0.630000,99.530000><-0.630000,-0.470000> texture{col_brd}} }//End union(Platine) //Bohrungen(real)/Bauteile //Bohrungen(real)/Platine cylinder{<3.810000,1,3.810000><3.810000,-5,3.810000>1.400000 texture{col_hls}} cylinder{<3.810000,1,95.250000><3.810000,-5,95.250000>1.400000 texture{col_hls}} cylinder{<154.940000,1,95.250000><154.940000,-5,95.250000>1.400000 texture{col_hls}} cylinder{<154.940000,1,3.810000><154.940000,-5,3.810000>1.400000 texture{col_hls}} //Bohrungen(real)/Durchkontaktierungen }//End difference(reale Bohrungen/Durchbrüche) #end #if(pcb_parts=on)//Bauteile union{ #ifndef(pack_C1) #declare global_pack_C1=yes; object {CAP_DIS_CERAMIC_25MM_50MM("1nF",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,0.000000,0> rotate<0,0,0> translate<30.480000,0.000000,83.820000>}#end //ceramic disc capacitator C1 1nF C025-025X050 #ifndef(pack_C2) #declare global_pack_C2=yes; object {CAP_DIS_CERAMIC_25MM_50MM("100n",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-180.000000,0> rotate<0,0,0> translate<68.580000,0.000000,88.900000>}#end //ceramic disc capacitator C2 100n C025-025X050 #ifndef(pack_C3) #declare global_pack_C3=yes; object {CAP_DIS_CERAMIC_25MM_44MM("100n",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-180.000000,0> rotate<0,0,0> translate<144.780000,0.000000,88.900000>}#end //ceramic disc capacitator C3 100n C025-024X044 #ifndef(pack_C4) #declare global_pack_C4=yes; object {CAP_DIS_CERAMIC_25MM_50MM("100n",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-180.000000,0> rotate<0,0,0> translate<68.580000,0.000000,49.530000>}#end //ceramic disc capacitator C4 100n C025-025X050 #ifndef(pack_C5) #declare global_pack_C5=yes; object {CAP_DIS_CERAMIC_25MM_50MM("100n",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-180.000000,0> rotate<0,0,0> translate<144.780000,0.000000,49.530000>}#end //ceramic disc capacitator C5 100n C025-025X050 #ifndef(pack_C6) #declare global_pack_C6=yes; object {CAP_DIS_CERAMIC_25MM_50MM("100n",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<21.590000,0.000000,54.610000>}#end //ceramic disc capacitator C6 100n C025-025X050 #ifndef(pack_C9) #declare global_pack_C9=yes; object {CAP_DIS_CERAMIC_25MM_50MM("100n",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<102.870000,0.000000,10.160000>}#end //ceramic disc capacitator C9 100n C025-025X050 #ifndef(pack_CON_BUZZER) #declare global_pack_CON_BUZZER=yes; object {PH_1X2()translate<0,0,0> rotate<0,0.000000,0>rotate<0,-90.000000,0> rotate<0,0,0> translate<7.620000,0.000000,41.910000>}#end //Stiftleiste 2,54mm Raster 2Pin 1Reihe (pinhead.lib) CON_BUZZER 1X02 #ifndef(pack_CON_LEDSTATE) #declare global_pack_CON_LEDSTATE=yes; object {PH_2X3()translate<0,0,0> rotate<0,0.000000,0>rotate<0,-90.000000,0> rotate<0,0,0> translate<7.620000,0.000000,25.400000>}#end //Stiftleiste 2,54mm Raster 3Pin 2Reihen (pinhead.lib) CON_LEDSTATE 2X03 #ifndef(pack_CON_LEDTIME1) #declare global_pack_CON_LEDTIME1=yes; object {CON_DIS_WS16G()translate<0,0,0> rotate<0,180.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<106.680000,0.000000,76.200000>}#end //Wannenstecker 16Pin CON_LEDTIME1 ML16 #ifndef(pack_CON_LEDTIME2) #declare global_pack_CON_LEDTIME2=yes; object {CON_DIS_WS16G()translate<0,0,0> rotate<0,180.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<106.680000,0.000000,36.830000>}#end //Wannenstecker 16Pin CON_LEDTIME2 ML16 #ifndef(pack_CON_OUT) #declare global_pack_CON_OUT=yes; object {PH_1X2()translate<0,0,0> rotate<0,0.000000,0>rotate<0,-90.000000,0> rotate<0,0,0> translate<7.620000,0.000000,13.970000>}#end //Stiftleiste 2,54mm Raster 2Pin 1Reihe (pinhead.lib) CON_OUT 1X02 #ifndef(pack_CON_TASTER) #declare global_pack_CON_TASTER=yes; object {PH_2X4()translate<0,0,0> rotate<0,0.000000,0>rotate<0,-90.000000,0> rotate<0,0,0> translate<7.620000,0.000000,59.690000>}#end //Stiftleiste 2,54mm Raster 4Pin 2Reihen (pinhead.lib) CON_TASTER 2X04 #ifndef(pack_IC1) #declare global_pack_IC1=yes; object {IC_DIS_DIP16("4094N","ST",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<68.580000,0.000000,35.560000>translate<0,3.000000,0> }#end //DIP16 IC1 4094N DIL16 #ifndef(pack_IC1) object{SOCKET_DIP16()rotate<0,-270.000000,0> rotate<0,0,0> translate<68.580000,0.000000,35.560000>}#end //IC-Sockel 16Pin IC1 4094N #ifndef(pack_IC5) #declare global_pack_IC5=yes; object {IC_DIS_DIP28("MEGA8-P","ATMEL",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<30.480000,0.000000,54.610000>translate<0,3.000000,0> }#end //DIP28 300mil IC5 MEGA8-P DIL28-3 #ifndef(pack_IC5) object{SOCKET_DIP28()rotate<0,-270.000000,0> rotate<0,0,0> translate<30.480000,0.000000,54.610000>}#end //IC-Sockel 28Pin IC5 MEGA8-P #ifndef(pack_IC6) #declare global_pack_IC6=yes; object {IC_DIS_DIP16("ULN2003AN","PHILIPS",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<128.270000,0.000000,74.930000>translate<0,3.000000,0> }#end //DIP16 IC6 ULN2003AN DIL16 #ifndef(pack_IC6) object{SOCKET_DIP16()rotate<0,-270.000000,0> rotate<0,0,0> translate<128.270000,0.000000,74.930000>}#end //IC-Sockel 16Pin IC6 ULN2003AN #ifndef(pack_IC7) #declare global_pack_IC7=yes; object {IC_DIS_DIP16("ULN2003AN","PHILIPS",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<85.090000,0.000000,74.930000>translate<0,3.000000,0> }#end //DIP16 IC7 ULN2003AN DIL16 #ifndef(pack_IC7) object{SOCKET_DIP16()rotate<0,-270.000000,0> rotate<0,0,0> translate<85.090000,0.000000,74.930000>}#end //IC-Sockel 16Pin IC7 ULN2003AN #ifndef(pack_IC8) #declare global_pack_IC8=yes; object {IC_DIS_DIP16("ULN2003AN","PHILIPS",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<128.270000,0.000000,35.560000>translate<0,3.000000,0> }#end //DIP16 IC8 ULN2003AN DIL16 #ifndef(pack_IC8) object{SOCKET_DIP16()rotate<0,-270.000000,0> rotate<0,0,0> translate<128.270000,0.000000,35.560000>}#end //IC-Sockel 16Pin IC8 ULN2003AN #ifndef(pack_IC9) #declare global_pack_IC9=yes; object {IC_DIS_DIP16("ULN2003AN","ST",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<85.090000,0.000000,35.560000>translate<0,3.000000,0> }#end //DIP16 IC9 ULN2003AN DIL16 #ifndef(pack_IC9) object{SOCKET_DIP16()rotate<0,-270.000000,0> rotate<0,0,0> translate<85.090000,0.000000,35.560000>}#end //IC-Sockel 16Pin IC9 ULN2003AN #ifndef(pack_IC10) #declare global_pack_IC10=yes; object {TR_TO220_S("7805V",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,0.000000,0> rotate<0,0,0> translate<91.440000,0.000000,13.970000>}#end //TO220 stehend IC10 7805V TO220V #ifndef(pack_IC11) #declare global_pack_IC11=yes; object {IC_DIS_DIP16("4094N","ST",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<144.780000,0.000000,74.930000>translate<0,3.000000,0> }#end //DIP16 IC11 4094N DIL16 #ifndef(pack_IC11) object{SOCKET_DIP16()rotate<0,-270.000000,0> rotate<0,0,0> translate<144.780000,0.000000,74.930000>}#end //IC-Sockel 16Pin IC11 4094N #ifndef(pack_IC12) #declare global_pack_IC12=yes; object {IC_DIS_DIP16("4094N","ST",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<68.580000,0.000000,74.930000>translate<0,3.000000,0> }#end //DIP16 IC12 4094N DIL16 #ifndef(pack_IC12) object{SOCKET_DIP16()rotate<0,-270.000000,0> rotate<0,0,0> translate<68.580000,0.000000,74.930000>}#end //IC-Sockel 16Pin IC12 4094N #ifndef(pack_IC13) #declare global_pack_IC13=yes; object {IC_DIS_DIP16("4094N","ST",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<144.780000,0.000000,35.560000>translate<0,3.000000,0> }#end //DIP16 IC13 4094N DIL16 #ifndef(pack_IC13) object{SOCKET_DIP16()rotate<0,-270.000000,0> rotate<0,0,0> translate<144.780000,0.000000,35.560000>}#end //IC-Sockel 16Pin IC13 4094N #ifndef(pack_ISP) #declare global_pack_ISP=yes; object {CON_DIS_WS10G()translate<0,0,0> rotate<0,180.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<48.260000,0.000000,15.240000>}#end //Wannenstecker 10Pin ISP ML10 #ifndef(pack_JP1) #declare global_pack_JP1=yes; object {PH_1X4()translate<0,0,0> rotate<0,0.000000,0>rotate<0,-90.000000,0> rotate<0,0,0> translate<7.620000,0.000000,72.390000>}#end //Stiftleiste 2,54mm Raster 4Pin 1Reihe (pinhead.lib) JP1 1X04 #ifndef(pack_Q1) #declare global_pack_Q1=yes; object {TR_TO92_G("BC547B",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,0.000000,0> rotate<0,0,0> translate<30.480000,0.000000,11.430000>}#end //TO92 gewinckelt stehend Q1 BC547B TO92 #ifndef(pack_QG1) #declare global_pack_QG1=yes; object {SPC_XTAL_OSZ_DIP14("",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-90.000000,0> rotate<0,0,0> translate<16.510000,0.000000,40.640000>}#end //Quarzoszillator im DIP14 QG1 DIL14S #ifndef(pack_R1) #declare global_pack_R1=yes; object {RES_DIS_0207_10MM(texture{pigment{DarkBrown}finish{phong 0.2}},texture{pigment{Black}finish{phong 0.2}},texture{pigment{Orange}finish{phong 0.2}},texture {T_Gold_5C finish{reflection 0.1}},)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-180.000000,0> rotate<0,0,0> translate<30.480000,0.000000,78.740000>}#end //Diskreter Widerstand 0,3W 10MM Raster R1 10k 0207/10 #ifndef(pack_R30) #declare global_pack_R30=yes; object {RES_DIS_0207_10MM(texture{pigment{Gray45}finish{phong 0.2}},texture{pigment{Red*0.7}finish{phong 0.2}},texture{pigment{Black}finish{phong 0.2}},texture {T_Gold_5C finish{reflection 0.1}},)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-180.000000,0> rotate<0,0,0> translate<30.480000,0.000000,22.860000>}#end //Diskreter Widerstand 0,3W 10MM Raster R30 82R 0207/10 #ifndef(pack_R31) #declare global_pack_R31=yes; object {RES_DIS_0207_10MM(texture{pigment{Gray45}finish{phong 0.2}},texture{pigment{Red*0.7}finish{phong 0.2}},texture{pigment{Black}finish{phong 0.2}},texture {T_Gold_5C finish{reflection 0.1}},)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-180.000000,0> rotate<0,0,0> translate<30.480000,0.000000,27.940000>}#end //Diskreter Widerstand 0,3W 10MM Raster R31 82R 0207/10 #ifndef(pack_R32) #declare global_pack_R32=yes; object {RES_DIS_0207_10MM(texture{pigment{Gray45}finish{phong 0.2}},texture{pigment{Red*0.7}finish{phong 0.2}},texture{pigment{Black}finish{phong 0.2}},texture {T_Gold_5C finish{reflection 0.1}},)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-180.000000,0> rotate<0,0,0> translate<30.480000,0.000000,33.020000>}#end //Diskreter Widerstand 0,3W 10MM Raster R32 82R 0207/10 #ifndef(pack_R33) #declare global_pack_R33=yes; object {RES_DIS_0207_10MM(texture{pigment{Red*0.7}finish{phong 0.2}},texture{pigment{Red*0.7}finish{phong 0.2}},texture{pigment{Red*0.7}finish{phong 0.2}},texture {T_Gold_5C finish{reflection 0.1}},)translate<0,0,0> rotate<0,0.000000,0>rotate<0,0.000000,0> rotate<0,0,0> translate<30.480000,0.000000,17.780000>}#end //Diskreter Widerstand 0,3W 10MM Raster R33 2K2 0207/10 #ifndef(pack_RN1) #declare global_pack_RN1=yes; object {RES_DIS_SIL_12("",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<97.790000,0.000000,76.200000>}#end //SIL-Netzwerk 12Pin RN1 SIL12 #ifndef(pack_RN2) #declare global_pack_RN2=yes; object {RES_DIS_SIL_12("",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<115.570000,0.000000,76.200000>}#end //SIL-Netzwerk 12Pin RN2 SIL12 #ifndef(pack_RN3) #declare global_pack_RN3=yes; object {RES_DIS_SIL_12("",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<115.570000,0.000000,36.830000>}#end //SIL-Netzwerk 12Pin RN3 SIL12 #ifndef(pack_RN4) #declare global_pack_RN4=yes; object {RES_DIS_SIL_12("",)translate<0,0,0> rotate<0,0.000000,0>rotate<0,-270.000000,0> rotate<0,0,0> translate<97.790000,0.000000,36.830000>}#end //SIL-Netzwerk 12Pin RN4 SIL12 }//End union #end #if(pcb_pads_smds=on) //Lötaugen&SMD/Bauteile #ifndef(global_pack_C1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-0.000000,0>translate<29.210000,0,83.820000> texture{col_thl}} #ifndef(global_pack_C1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-0.000000,0>translate<31.750000,0,83.820000> texture{col_thl}} #ifndef(global_pack_C2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<69.850000,0,88.900000> texture{col_thl}} #ifndef(global_pack_C2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<67.310000,0,88.900000> texture{col_thl}} #ifndef(global_pack_C3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<146.050000,0,88.900000> texture{col_thl}} #ifndef(global_pack_C3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<143.510000,0,88.900000> texture{col_thl}} #ifndef(global_pack_C4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<69.850000,0,49.530000> texture{col_thl}} #ifndef(global_pack_C4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<67.310000,0,49.530000> texture{col_thl}} #ifndef(global_pack_C5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<146.050000,0,49.530000> texture{col_thl}} #ifndef(global_pack_C5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<143.510000,0,49.530000> texture{col_thl}} #ifndef(global_pack_C6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<21.590000,0,55.880000> texture{col_thl}} #ifndef(global_pack_C6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<21.590000,0,53.340000> texture{col_thl}} #ifndef(global_pack_C7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,1+global_tmp,0) rotate<0,-90.000000,0>translate<77.470000,0,8.890000> texture{col_thl}} #ifndef(global_pack_C7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<77.470000,0,11.430000> texture{col_thl}} #ifndef(global_pack_C8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,1+global_tmp,0) rotate<0,-90.000000,0>translate<111.760000,0,8.890000> texture{col_thl}} #ifndef(global_pack_C8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<111.760000,0,11.430000> texture{col_thl}} #ifndef(global_pack_C9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<102.870000,0,11.430000> texture{col_thl}} #ifndef(global_pack_C9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<102.870000,0,8.890000> texture{col_thl}} #ifndef(global_pack_CON_BUZZER) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3+global_tmp,100) rotate<0,-180.000000,0>translate<7.620000,0,40.640000> texture{col_thl}} #ifndef(global_pack_CON_BUZZER) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3+global_tmp,100) rotate<0,-180.000000,0>translate<7.620000,0,43.180000> texture{col_thl}} #ifndef(global_pack_CON_LEDSTATE) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<8.890000,0,22.860000> texture{col_thl}} #ifndef(global_pack_CON_LEDSTATE) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<6.350000,0,22.860000> texture{col_thl}} #ifndef(global_pack_CON_LEDSTATE) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<8.890000,0,25.400000> texture{col_thl}} #ifndef(global_pack_CON_LEDSTATE) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<6.350000,0,25.400000> texture{col_thl}} #ifndef(global_pack_CON_LEDSTATE) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<8.890000,0,27.940000> texture{col_thl}} #ifndef(global_pack_CON_LEDSTATE) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<6.350000,0,27.940000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,85.090000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,85.090000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,82.550000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,82.550000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,80.010000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,80.010000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,77.470000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,77.470000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,74.930000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,74.930000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,72.390000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,72.390000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,69.850000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,69.850000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,67.310000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,67.310000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,45.720000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,45.720000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,43.180000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,43.180000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,40.640000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,40.640000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,38.100000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,38.100000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,35.560000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,35.560000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,33.020000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,33.020000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,30.480000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,30.480000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<105.410000,0,27.940000> texture{col_thl}} #ifndef(global_pack_CON_LEDTIME2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<107.950000,0,27.940000> texture{col_thl}} #ifndef(global_pack_CON_OUT) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3+global_tmp,100) rotate<0,-180.000000,0>translate<7.620000,0,12.700000> texture{col_thl}} #ifndef(global_pack_CON_OUT) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3+global_tmp,100) rotate<0,-180.000000,0>translate<7.620000,0,15.240000> texture{col_thl}} #ifndef(global_pack_CON_TASTER) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<8.890000,0,55.880000> texture{col_thl}} #ifndef(global_pack_CON_TASTER) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<6.350000,0,55.880000> texture{col_thl}} #ifndef(global_pack_CON_TASTER) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<8.890000,0,58.420000> texture{col_thl}} #ifndef(global_pack_CON_TASTER) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<6.350000,0,58.420000> texture{col_thl}} #ifndef(global_pack_CON_TASTER) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<8.890000,0,60.960000> texture{col_thl}} #ifndef(global_pack_CON_TASTER) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<6.350000,0,60.960000> texture{col_thl}} #ifndef(global_pack_CON_TASTER) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<8.890000,0,63.500000> texture{col_thl}} #ifndef(global_pack_CON_TASTER) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2+global_tmp,0) rotate<0,-90.000000,0>translate<6.350000,0,63.500000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,44.450000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,41.910000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,39.370000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,36.830000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,34.290000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,31.750000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,29.210000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,26.670000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,26.670000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,29.210000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,31.750000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,34.290000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,36.830000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,39.370000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,41.910000> texture{col_thl}} #ifndef(global_pack_IC1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,44.450000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,71.120000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,68.580000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,66.040000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,63.500000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,60.960000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,58.420000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,55.880000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,53.340000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,50.800000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,48.260000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,45.720000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,43.180000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,40.640000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<26.670000,0,38.100000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,38.100000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,40.640000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,43.180000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,45.720000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,48.260000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,50.800000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,53.340000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,55.880000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,58.420000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,60.960000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,63.500000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,66.040000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,68.580000> texture{col_thl}} #ifndef(global_pack_IC5) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<34.290000,0,71.120000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,83.820000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,81.280000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,78.740000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,76.200000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,73.660000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,71.120000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,68.580000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,66.040000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,66.040000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,68.580000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,71.120000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,73.660000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,76.200000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,78.740000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,81.280000> texture{col_thl}} #ifndef(global_pack_IC6) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,83.820000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,83.820000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,81.280000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,78.740000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,76.200000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,73.660000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,71.120000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,68.580000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,66.040000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,66.040000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,68.580000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,71.120000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,73.660000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,76.200000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,78.740000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,81.280000> texture{col_thl}} #ifndef(global_pack_IC7) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,83.820000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,44.450000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,41.910000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,39.370000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,36.830000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,34.290000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,31.750000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,29.210000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<124.460000,0,26.670000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,26.670000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,29.210000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,31.750000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,34.290000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,36.830000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,39.370000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,41.910000> texture{col_thl}} #ifndef(global_pack_IC8) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<132.080000,0,44.450000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,44.450000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,41.910000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,39.370000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,36.830000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,34.290000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,31.750000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,29.210000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<81.280000,0,26.670000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,26.670000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,29.210000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,31.750000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,34.290000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,36.830000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,39.370000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,41.910000> texture{col_thl}} #ifndef(global_pack_IC9) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<88.900000,0,44.450000> texture{col_thl}} #ifndef(global_pack_IC10) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3+global_tmp,100) rotate<0,-90.000000,0>translate<88.900000,0,11.430000> texture{col_thl}} #ifndef(global_pack_IC10) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3+global_tmp,100) rotate<0,-90.000000,0>translate<91.440000,0,11.430000> texture{col_thl}} #ifndef(global_pack_IC10) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3+global_tmp,100) rotate<0,-90.000000,0>translate<93.980000,0,11.430000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,83.820000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,81.280000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,78.740000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,76.200000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,73.660000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,71.120000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,68.580000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,66.040000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,66.040000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,68.580000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,71.120000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,73.660000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,76.200000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,78.740000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,81.280000> texture{col_thl}} #ifndef(global_pack_IC11) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,83.820000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,83.820000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,81.280000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,78.740000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,76.200000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,73.660000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,71.120000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,68.580000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<64.770000,0,66.040000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,66.040000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,68.580000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,71.120000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,73.660000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,76.200000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,78.740000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,81.280000> texture{col_thl}} #ifndef(global_pack_IC12) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<72.390000,0,83.820000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,44.450000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,41.910000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,39.370000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,36.830000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,34.290000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,31.750000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,29.210000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<140.970000,0,26.670000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,26.670000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,29.210000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,31.750000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,34.290000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,36.830000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,39.370000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,41.910000> texture{col_thl}} #ifndef(global_pack_IC13) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<148.590000,0,44.450000> texture{col_thl}} #ifndef(global_pack_ISP) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<46.990000,0,20.320000> texture{col_thl}} #ifndef(global_pack_ISP) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<49.530000,0,20.320000> texture{col_thl}} #ifndef(global_pack_ISP) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<46.990000,0,17.780000> texture{col_thl}} #ifndef(global_pack_ISP) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<49.530000,0,17.780000> texture{col_thl}} #ifndef(global_pack_ISP) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<46.990000,0,15.240000> texture{col_thl}} #ifndef(global_pack_ISP) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<49.530000,0,15.240000> texture{col_thl}} #ifndef(global_pack_ISP) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<46.990000,0,12.700000> texture{col_thl}} #ifndef(global_pack_ISP) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<49.530000,0,12.700000> texture{col_thl}} #ifndef(global_pack_ISP) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<46.990000,0,10.160000> texture{col_thl}} #ifndef(global_pack_ISP) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.422400,0.914400,1,16,2+global_tmp,0) rotate<0,-270.000000,0>translate<49.530000,0,10.160000> texture{col_thl}} #ifndef(global_pack_JP1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3+global_tmp,100) rotate<0,-180.000000,0>translate<7.620000,0,68.580000> texture{col_thl}} #ifndef(global_pack_JP1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3+global_tmp,100) rotate<0,-180.000000,0>translate<7.620000,0,71.120000> texture{col_thl}} #ifndef(global_pack_JP1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3+global_tmp,100) rotate<0,-180.000000,0>translate<7.620000,0,73.660000> texture{col_thl}} #ifndef(global_pack_JP1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3+global_tmp,100) rotate<0,-180.000000,0>translate<7.620000,0,76.200000> texture{col_thl}} #ifndef(global_pack_Q1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-0.000000,0>translate<31.750000,0,11.430000> texture{col_thl}} #ifndef(global_pack_Q1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-0.000000,0>translate<30.480000,0,13.335000> texture{col_thl}} #ifndef(global_pack_Q1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-0.000000,0>translate<29.210000,0,11.430000> texture{col_thl}} #ifndef(global_pack_QG1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,1+global_tmp,0) rotate<0,-90.000000,0>translate<20.320000,0,33.020000> texture{col_thl}} #ifndef(global_pack_QG1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,1+global_tmp,0) rotate<0,-90.000000,0>translate<20.320000,0,48.260000> texture{col_thl}} #ifndef(global_pack_QG1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,1+global_tmp,0) rotate<0,-90.000000,0>translate<12.700000,0,48.260000> texture{col_thl}} #ifndef(global_pack_QG1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,1+global_tmp,0) rotate<0,-90.000000,0>translate<12.700000,0,33.020000> texture{col_thl}} #ifndef(global_pack_R1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<35.560000,0,78.740000> texture{col_thl}} #ifndef(global_pack_R1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<25.400000,0,78.740000> texture{col_thl}} #ifndef(global_pack_R30) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<35.560000,0,22.860000> texture{col_thl}} #ifndef(global_pack_R30) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<25.400000,0,22.860000> texture{col_thl}} #ifndef(global_pack_R31) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<35.560000,0,27.940000> texture{col_thl}} #ifndef(global_pack_R31) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<25.400000,0,27.940000> texture{col_thl}} #ifndef(global_pack_R32) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<35.560000,0,33.020000> texture{col_thl}} #ifndef(global_pack_R32) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-180.000000,0>translate<25.400000,0,33.020000> texture{col_thl}} #ifndef(global_pack_R33) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-0.000000,0>translate<25.400000,0,17.780000> texture{col_thl}} #ifndef(global_pack_R33) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2+global_tmp,0) rotate<0,-0.000000,0>translate<35.560000,0,17.780000> texture{col_thl}} #ifndef(global_pack_RN1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,90.170000> texture{col_thl}} #ifndef(global_pack_RN1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,87.630000> texture{col_thl}} #ifndef(global_pack_RN1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,85.090000> texture{col_thl}} #ifndef(global_pack_RN1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,82.550000> texture{col_thl}} #ifndef(global_pack_RN1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,80.010000> texture{col_thl}} #ifndef(global_pack_RN1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,77.470000> texture{col_thl}} #ifndef(global_pack_RN1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,74.930000> texture{col_thl}} #ifndef(global_pack_RN1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,72.390000> texture{col_thl}} #ifndef(global_pack_RN1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,69.850000> texture{col_thl}} #ifndef(global_pack_RN1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,67.310000> texture{col_thl}} #ifndef(global_pack_RN1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,64.770000> texture{col_thl}} #ifndef(global_pack_RN1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,62.230000> texture{col_thl}} #ifndef(global_pack_RN2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,90.170000> texture{col_thl}} #ifndef(global_pack_RN2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,87.630000> texture{col_thl}} #ifndef(global_pack_RN2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,85.090000> texture{col_thl}} #ifndef(global_pack_RN2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,82.550000> texture{col_thl}} #ifndef(global_pack_RN2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,80.010000> texture{col_thl}} #ifndef(global_pack_RN2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,77.470000> texture{col_thl}} #ifndef(global_pack_RN2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,74.930000> texture{col_thl}} #ifndef(global_pack_RN2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,72.390000> texture{col_thl}} #ifndef(global_pack_RN2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,69.850000> texture{col_thl}} #ifndef(global_pack_RN2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,67.310000> texture{col_thl}} #ifndef(global_pack_RN2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,64.770000> texture{col_thl}} #ifndef(global_pack_RN2) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,62.230000> texture{col_thl}} #ifndef(global_pack_RN3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,50.800000> texture{col_thl}} #ifndef(global_pack_RN3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,48.260000> texture{col_thl}} #ifndef(global_pack_RN3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,45.720000> texture{col_thl}} #ifndef(global_pack_RN3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,43.180000> texture{col_thl}} #ifndef(global_pack_RN3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,40.640000> texture{col_thl}} #ifndef(global_pack_RN3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,38.100000> texture{col_thl}} #ifndef(global_pack_RN3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,35.560000> texture{col_thl}} #ifndef(global_pack_RN3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,33.020000> texture{col_thl}} #ifndef(global_pack_RN3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,30.480000> texture{col_thl}} #ifndef(global_pack_RN3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,27.940000> texture{col_thl}} #ifndef(global_pack_RN3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,25.400000> texture{col_thl}} #ifndef(global_pack_RN3) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<115.570000,0,22.860000> texture{col_thl}} #ifndef(global_pack_RN4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,50.800000> texture{col_thl}} #ifndef(global_pack_RN4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,48.260000> texture{col_thl}} #ifndef(global_pack_RN4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,45.720000> texture{col_thl}} #ifndef(global_pack_RN4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,43.180000> texture{col_thl}} #ifndef(global_pack_RN4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,40.640000> texture{col_thl}} #ifndef(global_pack_RN4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,38.100000> texture{col_thl}} #ifndef(global_pack_RN4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,35.560000> texture{col_thl}} #ifndef(global_pack_RN4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,33.020000> texture{col_thl}} #ifndef(global_pack_RN4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,30.480000> texture{col_thl}} #ifndef(global_pack_RN4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,27.940000> texture{col_thl}} #ifndef(global_pack_RN4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,25.400000> texture{col_thl}} #ifndef(global_pack_RN4) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3+global_tmp,100) rotate<0,-0.000000,0>translate<97.790000,0,22.860000> texture{col_thl}} #ifndef(global_pack_X1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.790800,1.193800,1,16,3+global_tmp,100) rotate<0,-90.000000,0>translate<59.730000,0,8.890000> texture{col_thl}} #ifndef(global_pack_X1) #local global_tmp=0; #else #local global_tmp=100; #end object{TOOLS_PCB_VIA(1.790800,1.193800,1,16,3+global_tmp,100) rotate<0,-90.000000,0>translate<64.730000,0,8.890000> texture{col_thl}} //Lötaugen/Durchkontaktierungen object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<87.630000,0,54.610000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<87.630000,0,62.230000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<154.940000,0,62.230000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<148.590000,0,62.230000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<46.990000,0,73.660000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<46.990000,0,62.230000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<49.530000,0,69.850000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<49.530000,0,54.610000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<52.070000,0,69.850000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<52.070000,0,54.610000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<64.770000,0,62.230000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<64.770000,0,54.610000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<135.890000,0,22.860000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<128.270000,0,22.860000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<106.680000,0,6.350000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<106.680000,0,16.510000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<90.170000,0,6.350000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<97.790000,0,6.350000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<49.530000,0,46.990000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<49.530000,0,36.830000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<19.050000,0,8.890000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<19.050000,0,3.810000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<44.450000,0,43.180000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<36.830000,0,43.180000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<54.610000,0,69.850000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<54.610000,0,54.610000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<137.160000,0,55.880000> texture{col_thl}} object{TOOLS_PCB_VIA(1.422400,0.700000,1,16,0,0) translate<137.160000,0,83.820000> texture{col_thl}} #end #if(pcb_wires=on) union{ //Signale cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.540000,-1.535000,10.160000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.540000,-1.535000,12.700000>} box{<0,0,-0.508000><2.540000,0.035000,0.508000> rotate<0,90.000000,0> translate<2.540000,-1.535000,12.700000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.540000,-1.535000,12.700000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.540000,-1.535000,33.020000>} box{<0,0,-0.508000><20.320000,0.035000,0.508000> rotate<0,90.000000,0> translate<2.540000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.540000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.540000,-1.535000,52.070000>} box{<0,0,-0.508000><19.050000,0.035000,0.508000> rotate<0,90.000000,0> translate<2.540000,-1.535000,52.070000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.540000,-1.535000,52.070000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.540000,-1.535000,72.390000>} box{<0,0,-0.508000><20.320000,0.035000,0.508000> rotate<0,90.000000,0> translate<2.540000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.540000,-1.535000,10.160000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<3.810000,-1.535000,8.890000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,44.997030,0> translate<2.540000,-1.535000,10.160000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.540000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<3.810000,-1.535000,73.660000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,-44.997030,0> translate<2.540000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<6.350000,-1.535000,55.880000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<6.350000,-1.535000,64.770000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,90.000000,0> translate<6.350000,-1.535000,64.770000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.540000,-1.535000,12.700000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<7.620000,-1.535000,12.700000>} box{<0,0,-0.508000><5.080000,0.035000,0.508000> rotate<0,0.000000,0> translate<2.540000,-1.535000,12.700000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<6.350000,-1.535000,64.770000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<7.620000,-1.535000,66.040000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<6.350000,-1.535000,64.770000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<3.810000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<7.620000,-1.535000,73.660000>} box{<0,0,-0.508000><3.810000,0.035000,0.508000> rotate<0,0.000000,0> translate<3.810000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.127000 translate<8.890000,-1.535000,91.440000>} cylinder{<0,0,0><0,0.035000,0>0.127000 translate<8.890000,-1.535000,95.250000>} box{<0,0,-0.127000><3.810000,0.035000,0.127000> rotate<0,90.000000,0> translate<8.890000,-1.535000,95.250000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<8.890000,-1.535000,55.880000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<10.160000,-1.535000,57.150000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<8.890000,-1.535000,55.880000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<2.540000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<12.700000,-1.535000,33.020000>} box{<0,0,-0.203200><10.160000,0.035000,0.203200> rotate<0,0.000000,0> translate<2.540000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<12.700000,-1.535000,48.260000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<12.700000,-1.535000,49.530000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,90.000000,0> translate<12.700000,-1.535000,49.530000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.540000,-1.535000,52.070000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.700000,-1.535000,52.070000>} box{<0,0,-0.508000><10.160000,0.035000,0.508000> rotate<0,0.000000,0> translate<2.540000,-1.535000,52.070000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<3.810000,-1.535000,8.890000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<13.970000,-1.535000,8.890000>} box{<0,0,-0.508000><10.160000,0.035000,0.508000> rotate<0,0.000000,0> translate<3.810000,-1.535000,8.890000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<12.700000,-1.535000,49.530000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<13.970000,-1.535000,50.800000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<12.700000,-1.535000,49.530000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.700000,-1.535000,52.070000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<13.970000,-1.535000,53.340000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,-44.997030,0> translate<12.700000,-1.535000,52.070000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<13.970000,-1.535000,53.340000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<13.970000,-1.535000,54.610000>} box{<0,0,-0.508000><1.270000,0.035000,0.508000> rotate<0,90.000000,0> translate<13.970000,-1.535000,54.610000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<13.970000,-1.535000,54.610000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<15.240000,-1.535000,55.880000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,-44.997030,0> translate<13.970000,-1.535000,54.610000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<13.970000,-1.535000,8.890000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<16.510000,-1.535000,6.350000>} box{<0,0,-0.508000><3.592102,0.035000,0.508000> rotate<0,44.997030,0> translate<13.970000,-1.535000,8.890000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<19.050000,0.000000,3.810000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<19.050000,0.000000,8.890000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,90.000000,0> translate<19.050000,0.000000,8.890000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<7.620000,-1.535000,66.040000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<19.050000,-1.535000,66.040000>} box{<0,0,-0.203200><11.430000,0.035000,0.203200> rotate<0,0.000000,0> translate<7.620000,-1.535000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<7.620000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<19.050000,-1.535000,68.580000>} box{<0,0,-0.203200><11.430000,0.035000,0.203200> rotate<0,0.000000,0> translate<7.620000,-1.535000,68.580000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<7.620000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<19.050000,-1.535000,71.120000>} box{<0,0,-0.203200><11.430000,0.035000,0.203200> rotate<0,0.000000,0> translate<7.620000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<7.620000,-1.535000,15.240000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<20.320000,-1.535000,15.240000>} box{<0,0,-0.508000><12.700000,0.035000,0.508000> rotate<0,0.000000,0> translate<7.620000,-1.535000,15.240000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<19.050000,-1.535000,53.340000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<20.320000,-1.535000,52.070000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<19.050000,-1.535000,53.340000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<19.050000,-1.535000,53.340000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<20.320000,-1.535000,54.610000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<19.050000,-1.535000,53.340000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<19.050000,-1.535000,66.040000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<20.320000,-1.535000,64.770000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<19.050000,-1.535000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<20.320000,-1.535000,48.260000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<21.590000,-1.535000,49.530000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<20.320000,-1.535000,48.260000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<15.240000,-1.535000,55.880000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.590000,-1.535000,55.880000>} box{<0,0,-0.508000><6.350000,0.035000,0.508000> rotate<0,0.000000,0> translate<15.240000,-1.535000,55.880000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<19.050000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<21.590000,-1.535000,66.040000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<19.050000,-1.535000,68.580000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<19.050000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<21.590000,-1.535000,68.580000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<19.050000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<8.890000,-1.535000,27.940000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<22.860000,-1.535000,27.940000>} box{<0,0,-0.203200><13.970000,0.035000,0.203200> rotate<0,0.000000,0> translate<8.890000,-1.535000,27.940000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<7.620000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<22.860000,-1.535000,43.180000>} box{<0,0,-0.203200><15.240000,0.035000,0.203200> rotate<0,0.000000,0> translate<7.620000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<20.320000,-1.535000,15.240000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.130000,-1.535000,11.430000>} box{<0,0,-0.508000><5.388154,0.035000,0.508000> rotate<0,44.997030,0> translate<20.320000,-1.535000,15.240000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<8.890000,-1.535000,25.400000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,25.400000>} box{<0,0,-0.203200><15.240000,0.035000,0.203200> rotate<0,0.000000,0> translate<8.890000,-1.535000,25.400000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<22.860000,-1.535000,27.940000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,29.210000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<22.860000,-1.535000,27.940000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,29.210000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,31.750000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,90.000000,0> translate<24.130000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,38.100000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,90.000000,0> translate<24.130000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<22.860000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,44.450000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<22.860000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<7.620000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,73.660000>} box{<0,0,-0.203200><16.510000,0.035000,0.203200> rotate<0,0.000000,0> translate<7.620000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<8.890000,-1.535000,22.860000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.400000,-1.535000,22.860000>} box{<0,0,-0.203200><16.510000,0.035000,0.203200> rotate<0,0.000000,0> translate<8.890000,-1.535000,22.860000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,25.400000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.400000,-1.535000,26.670000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<24.130000,-1.535000,25.400000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.400000,-1.535000,26.670000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.400000,-1.535000,27.940000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,90.000000,0> translate<25.400000,-1.535000,27.940000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,31.750000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.400000,-1.535000,33.020000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<24.130000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.400000,-1.535000,35.560000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<24.130000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.400000,-1.535000,39.370000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<24.130000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.400000,-1.535000,74.930000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<24.130000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.400000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.400000,-1.535000,78.740000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,90.000000,0> translate<25.400000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.400000,-1.535000,17.780000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,17.780000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<25.400000,-1.535000,17.780000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.400000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,35.560000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<25.400000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<7.620000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,40.640000>} box{<0,0,-0.203200><19.050000,0.035000,0.203200> rotate<0,0.000000,0> translate<7.620000,-1.535000,40.640000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<13.970000,-1.535000,50.800000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,50.800000>} box{<0,0,-0.203200><12.700000,0.035000,0.203200> rotate<0,0.000000,0> translate<13.970000,-1.535000,50.800000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<21.590000,-1.535000,53.340000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,53.340000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<21.590000,-1.535000,53.340000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.590000,-1.535000,55.880000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<26.670000,-1.535000,55.880000>} box{<0,0,-0.508000><5.080000,0.035000,0.508000> rotate<0,0.000000,0> translate<21.590000,-1.535000,55.880000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<8.890000,-1.535000,58.420000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,58.420000>} box{<0,0,-0.203200><17.780000,0.035000,0.203200> rotate<0,0.000000,0> translate<8.890000,-1.535000,58.420000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<8.890000,-1.535000,60.960000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,60.960000>} box{<0,0,-0.203200><17.780000,0.035000,0.203200> rotate<0,0.000000,0> translate<8.890000,-1.535000,60.960000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<8.890000,-1.535000,63.500000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,63.500000>} box{<0,0,-0.203200><17.780000,0.035000,0.203200> rotate<0,0.000000,0> translate<8.890000,-1.535000,63.500000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<21.590000,-1.535000,66.040000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,66.040000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<21.590000,-1.535000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<21.590000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,68.580000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<21.590000,-1.535000,68.580000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,76.200000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,90.000000,0> translate<26.670000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,17.780000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,19.050000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<26.670000,-1.535000,17.780000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,34.290000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<26.670000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,19.050000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,34.290000>} box{<0,0,-0.203200><15.240000,0.035000,0.203200> rotate<0,90.000000,0> translate<27.940000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,38.100000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<26.670000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.400000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,39.370000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<25.400000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,43.180000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<26.670000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,45.720000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,45.720000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<26.670000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<20.320000,-1.535000,52.070000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,52.070000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<20.320000,-1.535000,52.070000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<20.320000,-1.535000,54.610000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,54.610000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<20.320000,-1.535000,54.610000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<10.160000,-1.535000,57.150000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,57.150000>} box{<0,0,-0.203200><17.780000,0.035000,0.203200> rotate<0,0.000000,0> translate<10.160000,-1.535000,57.150000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.130000,-1.535000,11.430000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<29.210000,-1.535000,11.430000>} box{<0,0,-0.508000><5.080000,0.035000,0.508000> rotate<0,0.000000,0> translate<24.130000,-1.535000,11.430000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,36.830000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<27.940000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,24.130000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,36.830000>} box{<0,0,-0.203200><12.700000,0.035000,0.203200> rotate<0,90.000000,0> translate<29.210000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,40.640000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<27.940000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,41.910000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<27.940000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,41.910000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,90.000000,0> translate<29.210000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<24.130000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,44.450000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<24.130000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,45.720000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,46.990000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<27.940000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,50.800000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,46.990000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,-90.000000,0> translate<29.210000,-1.535000,46.990000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,52.070000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,50.800000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<27.940000,-1.535000,52.070000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,53.340000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,53.340000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<26.670000,-1.535000,53.340000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,54.610000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,55.880000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<27.940000,-1.535000,54.610000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.940000,-1.535000,57.150000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,55.880000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<27.940000,-1.535000,57.150000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,64.770000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,57.785000>} box{<0,0,-0.203200><6.985000,0.035000,0.203200> rotate<0,-90.000000,0> translate<29.210000,-1.535000,57.785000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<20.320000,-1.535000,64.770000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,64.770000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,0.000000,0> translate<20.320000,-1.535000,64.770000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,71.120000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<26.670000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.670000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,78.740000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<26.670000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,83.820000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,90.000000,0> translate<29.210000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.480000,-1.535000,13.335000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.480000,-1.535000,16.510000>} box{<0,0,-0.203200><3.175000,0.035000,0.203200> rotate<0,90.000000,0> translate<30.480000,-1.535000,16.510000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,24.130000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.480000,-1.535000,22.860000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<29.210000,-1.535000,24.130000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.480000,-1.535000,69.850000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<29.210000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.480000,-1.535000,58.420000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.480000,-1.535000,69.850000>} box{<0,0,-0.203200><11.430000,0.035000,0.203200> rotate<0,90.000000,0> translate<30.480000,-1.535000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,53.340000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.432500,-1.535000,55.562500>} box{<0,0,-0.203200><3.143090,0.035000,0.203200> rotate<0,-44.997030,0> translate<29.210000,-1.535000,53.340000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,57.785000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.432500,-1.535000,55.562500>} box{<0,0,-0.203200><3.143090,0.035000,0.203200> rotate<0,44.997030,0> translate<29.210000,-1.535000,57.785000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.480000,-1.535000,16.510000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,17.780000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<30.480000,-1.535000,16.510000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.432500,-1.535000,55.562500>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,55.245000>} box{<0,0,-0.203200><0.449013,0.035000,0.203200> rotate<0,44.997030,0> translate<31.432500,-1.535000,55.562500> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.432500,-1.535000,55.562500>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,55.880000>} box{<0,0,-0.203200><0.449013,0.035000,0.203200> rotate<0,-44.997030,0> translate<31.432500,-1.535000,55.562500> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.480000,-1.535000,58.420000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,57.150000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<30.480000,-1.535000,58.420000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,59.690000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,63.500000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,90.000000,0> translate<31.750000,-1.535000,63.500000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,74.930000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,90.000000,0> translate<31.750000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.020000,-1.535000,30.480000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.020000,-1.535000,36.830000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,90.000000,0> translate<33.020000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,59.690000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.020000,-1.535000,58.420000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<31.750000,-1.535000,59.690000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,63.500000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.020000,-1.535000,64.770000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<31.750000,-1.535000,63.500000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.020000,-1.535000,67.310000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<31.750000,-1.535000,68.580000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.020000,-1.535000,82.550000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<31.750000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.020000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.290000,-1.535000,38.100000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<33.020000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,55.880000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.290000,-1.535000,55.880000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<31.750000,-1.535000,55.880000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.020000,-1.535000,58.420000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.290000,-1.535000,58.420000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<33.020000,-1.535000,58.420000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,17.780000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.560000,-1.535000,17.780000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<31.750000,-1.535000,17.780000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.480000,-1.535000,22.860000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.560000,-1.535000,22.860000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<30.480000,-1.535000,22.860000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.020000,-1.535000,30.480000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.560000,-1.535000,27.940000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<33.020000,-1.535000,30.480000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.290000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.560000,-1.535000,40.640000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<34.290000,-1.535000,40.640000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,57.150000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.560000,-1.535000,57.150000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<31.750000,-1.535000,57.150000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.210000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.560000,-1.535000,78.740000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<29.210000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.560000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,33.020000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<35.560000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.560000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,39.370000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<35.560000,-1.535000,40.640000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,39.370000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,90.000000,0> translate<36.830000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.290000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,43.180000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<34.290000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.290000,-1.535000,45.720000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,45.720000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<34.290000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.290000,-1.535000,48.260000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,48.260000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<34.290000,-1.535000,48.260000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.560000,-1.535000,57.150000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,55.880000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<35.560000,-1.535000,57.150000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,50.800000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,55.880000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,90.000000,0> translate<36.830000,-1.535000,55.880000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.290000,-1.535000,58.420000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,58.420000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<34.290000,-1.535000,58.420000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.290000,-1.535000,60.960000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,60.960000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<34.290000,-1.535000,60.960000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,74.930000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<31.750000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,58.420000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<38.100000,-1.535000,57.150000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<36.830000,-1.535000,58.420000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<38.100000,-1.535000,52.070000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<38.100000,-1.535000,57.150000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,90.000000,0> translate<38.100000,-1.535000,57.150000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.020000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<38.100000,-1.535000,82.550000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<33.020000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,45.720000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.370000,-1.535000,43.180000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<36.830000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.370000,-1.535000,12.700000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.370000,-1.535000,43.180000>} box{<0,0,-0.203200><30.480000,0.035000,0.203200> rotate<0,90.000000,0> translate<39.370000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,60.960000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.370000,-1.535000,58.420000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<36.830000,-1.535000,60.960000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.370000,-1.535000,53.340000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.370000,-1.535000,58.420000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,90.000000,0> translate<39.370000,-1.535000,58.420000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.370000,-1.535000,77.470000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<36.830000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<38.100000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.370000,-1.535000,81.280000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<38.100000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.370000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.370000,-1.535000,81.280000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,90.000000,0> translate<39.370000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<16.510000,-1.535000,6.350000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<40.640000,-1.535000,6.350000>} box{<0,0,-0.508000><24.130000,0.035000,0.508000> rotate<0,0.000000,0> translate<16.510000,-1.535000,6.350000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,48.260000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.640000,-1.535000,44.450000>} box{<0,0,-0.203200><5.388154,0.035000,0.203200> rotate<0,44.997030,0> translate<36.830000,-1.535000,48.260000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.640000,-1.535000,13.970000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.640000,-1.535000,44.450000>} box{<0,0,-0.203200><30.480000,0.035000,0.203200> rotate<0,90.000000,0> translate<40.640000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.370000,-1.535000,12.700000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<41.910000,-1.535000,10.160000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<39.370000,-1.535000,12.700000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.640000,-1.535000,13.970000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<41.910000,-1.535000,12.700000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<40.640000,-1.535000,13.970000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,-1.535000,50.800000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<41.910000,-1.535000,45.720000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,44.997030,0> translate<36.830000,-1.535000,50.800000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<41.910000,-1.535000,16.510000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<41.910000,-1.535000,45.720000>} box{<0,0,-0.203200><29.210000,0.035000,0.203200> rotate<0,90.000000,0> translate<41.910000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<40.640000,-1.535000,6.350000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<43.180000,-1.535000,3.810000>} box{<0,0,-0.508000><3.592102,0.035000,0.508000> rotate<0,44.997030,0> translate<40.640000,-1.535000,6.350000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<41.910000,-1.535000,16.510000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<43.180000,-1.535000,15.240000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<41.910000,-1.535000,16.510000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<43.180000,-1.535000,21.590000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<43.180000,-1.535000,41.910000>} box{<0,0,-0.203200><20.320000,0.035000,0.203200> rotate<0,90.000000,0> translate<43.180000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<43.180000,-1.535000,21.590000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<44.450000,-1.535000,20.320000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<43.180000,-1.535000,21.590000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.830000,0.000000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<44.450000,0.000000,43.180000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<36.830000,0.000000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<43.180000,-1.535000,41.910000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<44.450000,-1.535000,43.180000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<43.180000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.290000,-1.535000,63.500000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<45.720000,-1.535000,63.500000>} box{<0,0,-0.203200><11.430000,0.035000,0.203200> rotate<0,0.000000,0> translate<34.290000,-1.535000,63.500000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<41.910000,-1.535000,10.160000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<46.990000,-1.535000,10.160000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<41.910000,-1.535000,10.160000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<41.910000,-1.535000,12.700000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<46.990000,-1.535000,12.700000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<41.910000,-1.535000,12.700000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<43.180000,-1.535000,15.240000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<46.990000,-1.535000,15.240000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<43.180000,-1.535000,15.240000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<44.450000,-1.535000,20.320000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<46.990000,-1.535000,20.320000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<44.450000,-1.535000,20.320000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<45.720000,-1.535000,63.500000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<46.990000,-1.535000,62.230000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<45.720000,-1.535000,63.500000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.290000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<46.990000,-1.535000,71.120000>} box{<0,0,-0.203200><12.700000,0.035000,0.203200> rotate<0,0.000000,0> translate<34.290000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<46.990000,0.000000,62.230000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<46.990000,0.000000,73.660000>} box{<0,0,-0.203200><11.430000,0.035000,0.203200> rotate<0,90.000000,0> translate<46.990000,0.000000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.370000,-1.535000,53.340000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<48.260000,-1.535000,44.450000>} box{<0,0,-0.203200><12.572359,0.035000,0.203200> rotate<0,44.997030,0> translate<39.370000,-1.535000,53.340000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.290000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<48.260000,-1.535000,68.580000>} box{<0,0,-0.203200><13.970000,0.035000,0.203200> rotate<0,0.000000,0> translate<34.290000,-1.535000,68.580000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<46.990000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<48.260000,-1.535000,72.390000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<46.990000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<49.530000,0.000000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<49.530000,0.000000,46.990000>} box{<0,0,-0.203200><10.160000,0.035000,0.203200> rotate<0,90.000000,0> translate<49.530000,0.000000,46.990000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<49.530000,0.000000,69.850000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<49.530000,0.000000,54.610000>} box{<0,0,-0.203200><15.240000,0.035000,0.203200> rotate<0,-90.000000,0> translate<49.530000,0.000000,54.610000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<49.530000,-1.535000,54.610000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<49.530000,-1.535000,57.150000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,90.000000,0> translate<49.530000,-1.535000,57.150000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<48.260000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<49.530000,-1.535000,69.850000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<48.260000,-1.535000,68.580000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<38.100000,-1.535000,52.070000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<50.800000,-1.535000,39.370000>} box{<0,0,-0.203200><17.960512,0.035000,0.203200> rotate<0,44.997030,0> translate<38.100000,-1.535000,52.070000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<49.530000,-1.535000,57.150000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<50.800000,-1.535000,58.420000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<49.530000,-1.535000,57.150000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<48.260000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<50.800000,-1.535000,72.390000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<48.260000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<49.530000,-1.535000,20.320000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<52.070000,-1.535000,20.320000>} box{<0,0,-0.508000><2.540000,0.035000,0.508000> rotate<0,0.000000,0> translate<49.530000,-1.535000,20.320000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<52.070000,-1.535000,55.880000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<52.070000,-1.535000,54.610000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,-90.000000,0> translate<52.070000,-1.535000,54.610000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<52.070000,0.000000,54.610000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<52.070000,0.000000,69.850000>} box{<0,0,-0.203200><15.240000,0.035000,0.203200> rotate<0,90.000000,0> translate<52.070000,0.000000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<50.800000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<52.070000,-1.535000,71.120000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<50.800000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<52.070000,-1.535000,69.850000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<52.070000,-1.535000,71.120000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,90.000000,0> translate<52.070000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<46.990000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<52.070000,-1.535000,73.660000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<46.990000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<43.180000,-1.535000,3.810000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<53.340000,-1.535000,3.810000>} box{<0,0,-0.508000><10.160000,0.035000,0.508000> rotate<0,0.000000,0> translate<43.180000,-1.535000,3.810000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<52.070000,-1.535000,20.320000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<53.340000,-1.535000,19.050000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,44.997030,0> translate<52.070000,-1.535000,20.320000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<53.340000,-1.535000,3.810000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<53.340000,-1.535000,19.050000>} box{<0,0,-0.508000><15.240000,0.035000,0.508000> rotate<0,90.000000,0> translate<53.340000,-1.535000,19.050000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<52.070000,-1.535000,55.880000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<53.340000,-1.535000,57.150000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<52.070000,-1.535000,55.880000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<52.070000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<53.340000,-1.535000,74.930000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<52.070000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<53.340000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<53.340000,-1.535000,83.820000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,90.000000,0> translate<53.340000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.127000 translate<8.890000,-1.535000,91.440000>} cylinder{<0,0,0><0,0.035000,0>0.127000 translate<53.340000,-1.535000,91.440000>} box{<0,0,-0.127000><44.450000,0.035000,0.127000> rotate<0,0.000000,0> translate<8.890000,-1.535000,91.440000> } cylinder{<0,0,0><0,0.035000,0>0.127000 translate<8.890000,-1.535000,95.250000>} cylinder{<0,0,0><0,0.035000,0>0.127000 translate<53.340000,-1.535000,95.250000>} box{<0,0,-0.127000><44.450000,0.035000,0.127000> rotate<0,0.000000,0> translate<8.890000,-1.535000,95.250000> } cylinder{<0,0,0><0,0.035000,0>0.127000 translate<53.340000,-1.535000,91.440000>} cylinder{<0,0,0><0,0.035000,0>0.127000 translate<53.340000,-1.535000,95.250000>} box{<0,0,-0.127000><3.810000,0.035000,0.127000> rotate<0,90.000000,0> translate<53.340000,-1.535000,95.250000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<48.260000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<54.610000,-1.535000,44.450000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<48.260000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<54.610000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<54.610000,-1.535000,54.610000>} box{<0,0,-0.203200><10.160000,0.035000,0.203200> rotate<0,90.000000,0> translate<54.610000,-1.535000,54.610000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<54.610000,0.000000,54.610000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<54.610000,0.000000,69.850000>} box{<0,0,-0.203200><15.240000,0.035000,0.203200> rotate<0,90.000000,0> translate<54.610000,0.000000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<54.610000,-1.535000,69.850000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<54.610000,-1.535000,82.550000>} box{<0,0,-0.203200><12.700000,0.035000,0.203200> rotate<0,90.000000,0> translate<54.610000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<53.340000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<54.610000,-1.535000,85.090000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<53.340000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<53.340000,-1.535000,57.150000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<55.880000,-1.535000,57.150000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<53.340000,-1.535000,57.150000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.020000,-1.535000,67.310000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<55.880000,-1.535000,67.310000>} box{<0,0,-0.203200><22.860000,0.035000,0.203200> rotate<0,0.000000,0> translate<33.020000,-1.535000,67.310000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<54.610000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<55.880000,-1.535000,83.820000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<54.610000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<55.880000,-1.535000,57.150000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<57.150000,-1.535000,55.880000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<55.880000,-1.535000,57.150000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<57.150000,-1.535000,48.260000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<57.150000,-1.535000,55.880000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,90.000000,0> translate<57.150000,-1.535000,55.880000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<55.880000,-1.535000,67.310000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<57.150000,-1.535000,68.580000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<55.880000,-1.535000,67.310000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<57.150000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<57.150000,-1.535000,81.280000>} box{<0,0,-0.203200><12.700000,0.035000,0.203200> rotate<0,90.000000,0> translate<57.150000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<57.150000,-1.535000,48.260000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<58.420000,-1.535000,46.990000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<57.150000,-1.535000,48.260000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.290000,-1.535000,66.040000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<58.420000,-1.535000,66.040000>} box{<0,0,-0.203200><24.130000,0.035000,0.203200> rotate<0,0.000000,0> translate<34.290000,-1.535000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<57.150000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<58.420000,-1.535000,82.550000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<57.150000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.020000,-1.535000,64.770000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<59.690000,-1.535000,64.770000>} box{<0,0,-0.203200><26.670000,0.035000,0.203200> rotate<0,0.000000,0> translate<33.020000,-1.535000,64.770000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<58.420000,-1.535000,66.040000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<59.690000,-1.535000,67.310000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<58.420000,-1.535000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<59.690000,-1.535000,67.310000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<59.690000,-1.535000,80.010000>} box{<0,0,-0.203200><12.700000,0.035000,0.203200> rotate<0,90.000000,0> translate<59.690000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<59.730000,-1.535000,8.890000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<59.730000,-1.535000,12.740000>} box{<0,0,-0.508000><3.850000,0.035000,0.508000> rotate<0,90.000000,0> translate<59.730000,-1.535000,12.740000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<59.730000,-1.535000,12.740000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<60.960000,-1.535000,13.970000>} box{<0,0,-0.508000><1.739483,0.035000,0.508000> rotate<0,-44.997030,0> translate<59.730000,-1.535000,12.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<59.690000,-1.535000,64.770000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<60.960000,-1.535000,66.040000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<59.690000,-1.535000,64.770000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<60.960000,-1.535000,66.040000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<60.960000,-1.535000,77.470000>} box{<0,0,-0.203200><11.430000,0.035000,0.203200> rotate<0,90.000000,0> translate<60.960000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<59.690000,-1.535000,80.010000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<60.960000,-1.535000,81.280000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<59.690000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<60.960000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<62.230000,-1.535000,78.740000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<60.960000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<54.610000,-1.535000,85.090000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<62.230000,-1.535000,85.090000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<54.610000,-1.535000,85.090000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<62.230000,-1.535000,85.090000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<63.500000,-1.535000,86.360000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<62.230000,-1.535000,85.090000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<63.500000,-1.535000,86.360000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<63.500000,-1.535000,93.980000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,90.000000,0> translate<63.500000,-1.535000,93.980000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<50.800000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,39.370000>} box{<0,0,-0.203200><13.970000,0.035000,0.203200> rotate<0,0.000000,0> translate<50.800000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<54.610000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,44.450000>} box{<0,0,-0.203200><10.160000,0.035000,0.203200> rotate<0,0.000000,0> translate<54.610000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,52.070000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,54.610000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,90.000000,0> translate<64.770000,-1.535000,54.610000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,0.000000,54.610000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,0.000000,62.230000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,90.000000,0> translate<64.770000,0.000000,62.230000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,62.230000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,66.040000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,90.000000,0> translate<64.770000,-1.535000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<62.230000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,78.740000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<62.230000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<60.960000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,81.280000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<60.960000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<55.880000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,83.820000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,0.000000,0> translate<55.880000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,92.710000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,90.000000,0> translate<64.770000,-1.535000,92.710000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<63.500000,-1.535000,93.980000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,95.250000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<63.500000,-1.535000,93.980000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,29.210000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,29.210000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<64.770000,-1.535000,29.210000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,31.750000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,31.750000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<64.770000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,34.290000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<64.770000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,36.830000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<64.770000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<58.420000,-1.535000,46.990000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,46.990000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<58.420000,-1.535000,46.990000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<58.420000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,82.550000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<58.420000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,92.710000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,93.980000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<64.770000,-1.535000,92.710000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,29.210000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,30.480000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<66.040000,-1.535000,29.210000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,30.480000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,31.750000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,90.000000,0> translate<67.310000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,38.100000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<66.040000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,41.910000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,90.000000,0> translate<67.310000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,41.910000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,44.450000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<64.770000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,46.990000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,45.720000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<66.040000,-1.535000,46.990000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,45.720000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,90.000000,0> translate<67.310000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,52.070000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,49.530000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<64.770000,-1.535000,52.070000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,83.820000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<66.040000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,88.900000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,90.000000,0> translate<67.310000,-1.535000,88.900000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<68.580000,-1.535000,36.830000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<66.040000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<68.580000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<68.580000,-1.535000,39.370000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,90.000000,0> translate<68.580000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,41.910000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<68.580000,-1.535000,43.180000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<67.310000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<68.580000,-1.535000,82.550000>} box{<0,0,-0.203200><5.388154,0.035000,0.203200> rotate<0,-44.997030,0> translate<64.770000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<68.580000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<68.580000,-1.535000,91.440000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,90.000000,0> translate<68.580000,-1.535000,91.440000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,31.750000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<69.850000,-1.535000,35.560000>} box{<0,0,-0.203200><5.388154,0.035000,0.203200> rotate<0,-44.997030,0> translate<66.040000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<69.850000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<69.850000,-1.535000,36.830000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,90.000000,0> translate<69.850000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<68.580000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<69.850000,-1.535000,40.640000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<68.580000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<68.580000,-1.535000,91.440000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<69.850000,-1.535000,92.710000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<68.580000,-1.535000,91.440000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<60.960000,-1.535000,13.970000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<71.120000,-1.535000,13.970000>} box{<0,0,-0.508000><10.160000,0.035000,0.508000> rotate<0,0.000000,0> translate<60.960000,-1.535000,13.970000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<67.310000,-1.535000,31.750000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,35.560000>} box{<0,0,-0.203200><5.388154,0.035000,0.203200> rotate<0,-44.997030,0> translate<67.310000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<69.850000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,38.100000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<69.850000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<69.850000,-1.535000,49.530000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,49.530000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<69.850000,-1.535000,49.530000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,74.930000>} box{<0,0,-0.203200><8.980256,0.035000,0.203200> rotate<0,-44.997030,0> translate<64.770000,-1.535000,68.580000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,77.470000>} box{<0,0,-0.203200><8.980256,0.035000,0.203200> rotate<0,-44.997030,0> translate<64.770000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,80.010000>} box{<0,0,-0.203200><8.980256,0.035000,0.203200> rotate<0,-44.997030,0> translate<64.770000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,82.550000>} box{<0,0,-0.203200><8.980256,0.035000,0.203200> rotate<0,-44.997030,0> translate<64.770000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<69.850000,-1.535000,88.900000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,88.900000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<69.850000,-1.535000,88.900000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<72.390000,-1.535000,12.700000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<72.390000,-1.535000,10.160000>} box{<0,0,-0.508000><2.540000,0.035000,0.508000> rotate<0,-90.000000,0> translate<72.390000,-1.535000,10.160000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<71.120000,-1.535000,13.970000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<72.390000,-1.535000,12.700000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,44.997030,0> translate<71.120000,-1.535000,13.970000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,49.530000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<72.390000,-1.535000,48.260000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<71.120000,-1.535000,49.530000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<72.390000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<72.390000,-1.535000,48.260000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,90.000000,0> translate<72.390000,-1.535000,48.260000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,88.900000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<72.390000,-1.535000,87.630000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<71.120000,-1.535000,88.900000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<72.390000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<72.390000,-1.535000,87.630000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,90.000000,0> translate<72.390000,-1.535000,87.630000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<72.390000,-1.535000,10.160000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<73.660000,-1.535000,8.890000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,44.997030,0> translate<72.390000,-1.535000,10.160000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<72.390000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<76.200000,-1.535000,44.450000>} box{<0,0,-0.508000><3.810000,0.035000,0.508000> rotate<0,0.000000,0> translate<72.390000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<72.390000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<76.200000,-1.535000,83.820000>} box{<0,0,-0.508000><3.810000,0.035000,0.508000> rotate<0,0.000000,0> translate<72.390000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<73.660000,-1.535000,8.890000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<77.470000,-1.535000,8.890000>} box{<0,0,-0.508000><3.810000,0.035000,0.508000> rotate<0,0.000000,0> translate<73.660000,-1.535000,8.890000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,35.560000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<71.120000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<72.390000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,36.830000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<72.390000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,38.100000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<71.120000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<72.390000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,39.370000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<72.390000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<69.850000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,40.640000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<69.850000,-1.535000,40.640000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<72.390000,-1.535000,41.910000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,41.910000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<72.390000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<68.580000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,43.180000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,0.000000,0> translate<68.580000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,74.930000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<71.120000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<72.390000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,76.200000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<72.390000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,77.470000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<71.120000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<72.390000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,78.740000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<72.390000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,80.010000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,80.010000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<71.120000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<72.390000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,81.280000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<72.390000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<71.120000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,82.550000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<71.120000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,33.020000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,-90.000000,0> translate<78.740000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,36.830000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,38.100000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,39.370000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,40.640000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,41.910000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,40.640000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,41.910000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,43.180000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,44.450000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<76.200000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<78.740000,-1.535000,46.990000>} box{<0,0,-0.508000><3.592102,0.035000,0.508000> rotate<0,-44.997030,0> translate<76.200000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,72.390000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,-90.000000,0> translate<78.740000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,76.200000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,77.470000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,78.740000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,80.010000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,80.010000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,81.280000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,82.550000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<77.470000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,83.820000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<77.470000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<76.200000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<78.740000,-1.535000,86.360000>} box{<0,0,-0.508000><3.592102,0.035000,0.508000> rotate<0,-44.997030,0> translate<76.200000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<80.010000,-1.535000,31.750000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<78.740000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<80.010000,-1.535000,35.560000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<78.740000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<80.010000,-1.535000,71.120000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<78.740000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<80.010000,-1.535000,74.930000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<78.740000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<80.010000,-1.535000,31.750000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<81.280000,-1.535000,31.750000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<80.010000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<81.280000,-1.535000,36.830000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<81.280000,-1.535000,39.370000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,41.910000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<81.280000,-1.535000,41.910000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<81.280000,-1.535000,44.450000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<80.010000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<81.280000,-1.535000,71.120000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<80.010000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<81.280000,-1.535000,76.200000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<81.280000,-1.535000,78.740000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<81.280000,-1.535000,81.280000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<81.280000,-1.535000,83.820000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<81.280000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,34.290000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<81.280000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<80.010000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,35.560000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<80.010000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,38.100000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,40.640000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,40.640000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<81.280000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,73.660000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<81.280000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<80.010000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,74.930000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<80.010000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,77.470000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,80.010000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,80.010000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<83.820000,-1.535000,36.830000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<82.550000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<83.820000,-1.535000,36.830000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<82.550000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<83.820000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<83.820000,-1.535000,38.100000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,-90.000000,0> translate<83.820000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<83.820000,-1.535000,39.370000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<82.550000,-1.535000,40.640000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<83.820000,-1.535000,76.200000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<82.550000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<83.820000,-1.535000,76.200000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<82.550000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<83.820000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<83.820000,-1.535000,77.470000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,-90.000000,0> translate<83.820000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,80.010000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<83.820000,-1.535000,78.740000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<82.550000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<78.740000,-1.535000,86.360000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<83.820000,-1.535000,86.360000>} box{<0,0,-0.508000><5.080000,0.035000,0.508000> rotate<0,0.000000,0> translate<78.740000,-1.535000,86.360000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<85.090000,-1.535000,36.830000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<82.550000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<83.820000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<85.090000,-1.535000,36.830000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<83.820000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<85.090000,-1.535000,43.180000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<78.740000,-1.535000,46.990000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<85.090000,-1.535000,46.990000>} box{<0,0,-0.508000><6.350000,0.035000,0.508000> rotate<0,0.000000,0> translate<78.740000,-1.535000,46.990000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<85.090000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<85.090000,-1.535000,46.990000>} box{<0,0,-0.508000><3.810000,0.035000,0.508000> rotate<0,90.000000,0> translate<85.090000,-1.535000,46.990000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<82.550000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<85.090000,-1.535000,76.200000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<82.550000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<83.820000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<85.090000,-1.535000,76.200000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<83.820000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<78.740000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<85.090000,-1.535000,82.550000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<78.740000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<83.820000,-1.535000,86.360000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<85.090000,-1.535000,85.090000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,44.997030,0> translate<83.820000,-1.535000,86.360000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<85.090000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<85.090000,-1.535000,85.090000>} box{<0,0,-0.508000><2.540000,0.035000,0.508000> rotate<0,90.000000,0> translate<85.090000,-1.535000,85.090000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<77.470000,-1.535000,8.890000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<86.360000,-1.535000,8.890000>} box{<0,0,-0.508000><8.890000,0.035000,0.508000> rotate<0,0.000000,0> translate<77.470000,-1.535000,8.890000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<85.090000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<86.360000,-1.535000,41.910000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,44.997030,0> translate<85.090000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<86.360000,-1.535000,27.940000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<86.360000,-1.535000,41.910000>} box{<0,0,-0.508000><13.970000,0.035000,0.508000> rotate<0,90.000000,0> translate<86.360000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<85.090000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<86.360000,-1.535000,81.280000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,44.997030,0> translate<85.090000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<86.360000,-1.535000,67.310000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<86.360000,-1.535000,81.280000>} box{<0,0,-0.508000><13.970000,0.035000,0.508000> rotate<0,90.000000,0> translate<86.360000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<86.360000,-1.535000,27.940000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<87.630000,-1.535000,26.670000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,44.997030,0> translate<86.360000,-1.535000,27.940000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<85.090000,-1.535000,46.990000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<87.630000,-1.535000,49.530000>} box{<0,0,-0.508000><3.592102,0.035000,0.508000> rotate<0,-44.997030,0> translate<85.090000,-1.535000,46.990000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<87.630000,-1.535000,49.530000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<87.630000,-1.535000,54.610000>} box{<0,0,-0.508000><5.080000,0.035000,0.508000> rotate<0,90.000000,0> translate<87.630000,-1.535000,54.610000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<87.630000,0.000000,54.610000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<87.630000,0.000000,62.230000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,90.000000,0> translate<87.630000,0.000000,62.230000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<86.360000,-1.535000,67.310000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<87.630000,-1.535000,66.040000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,44.997030,0> translate<86.360000,-1.535000,67.310000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<87.630000,-1.535000,62.230000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<87.630000,-1.535000,66.040000>} box{<0,0,-0.508000><3.810000,0.035000,0.508000> rotate<0,90.000000,0> translate<87.630000,-1.535000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<86.360000,-1.535000,8.890000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<88.900000,-1.535000,11.430000>} box{<0,0,-0.508000><3.592102,0.035000,0.508000> rotate<0,-44.997030,0> translate<86.360000,-1.535000,8.890000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<87.630000,-1.535000,26.670000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<88.900000,-1.535000,26.670000>} box{<0,0,-0.508000><1.270000,0.035000,0.508000> rotate<0,0.000000,0> translate<87.630000,-1.535000,26.670000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<88.900000,-1.535000,24.130000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<88.900000,-1.535000,26.670000>} box{<0,0,-0.508000><2.540000,0.035000,0.508000> rotate<0,90.000000,0> translate<88.900000,-1.535000,26.670000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<87.630000,-1.535000,66.040000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<88.900000,-1.535000,66.040000>} box{<0,0,-0.508000><1.270000,0.035000,0.508000> rotate<0,0.000000,0> translate<87.630000,-1.535000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<50.800000,-1.535000,58.420000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<90.170000,-1.535000,58.420000>} box{<0,0,-0.203200><39.370000,0.035000,0.203200> rotate<0,0.000000,0> translate<50.800000,-1.535000,58.420000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<90.170000,-1.535000,6.350000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<91.440000,-1.535000,7.620000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<90.170000,-1.535000,6.350000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<91.440000,-1.535000,7.620000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<91.440000,-1.535000,11.430000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,90.000000,0> translate<91.440000,-1.535000,11.430000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<88.900000,-1.535000,31.750000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<91.440000,-1.535000,31.750000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<88.900000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<90.170000,-1.535000,58.420000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<91.440000,-1.535000,57.150000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<90.170000,-1.535000,58.420000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<88.900000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<91.440000,-1.535000,71.120000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<88.900000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<53.340000,-1.535000,3.810000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<92.710000,-1.535000,3.810000>} box{<0,0,-0.508000><39.370000,0.035000,0.508000> rotate<0,0.000000,0> translate<53.340000,-1.535000,3.810000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<91.440000,-1.535000,31.750000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,30.480000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<91.440000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,24.130000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,30.480000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,90.000000,0> translate<92.710000,-1.535000,30.480000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<88.900000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,34.290000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<88.900000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<88.900000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,44.450000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<88.900000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<91.440000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,69.850000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<91.440000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,63.500000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,69.850000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,90.000000,0> translate<92.710000,-1.535000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<88.900000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,73.660000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<88.900000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<88.900000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,83.820000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<88.900000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<92.710000,-1.535000,3.810000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<93.980000,-1.535000,5.080000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,-44.997030,0> translate<92.710000,-1.535000,3.810000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<93.980000,-1.535000,5.080000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<93.980000,-1.535000,11.430000>} box{<0,0,-0.508000><6.350000,0.035000,0.508000> rotate<0,90.000000,0> translate<93.980000,-1.535000,11.430000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<88.900000,-1.535000,24.130000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<93.980000,-1.535000,19.050000>} box{<0,0,-0.508000><7.184205,0.035000,0.508000> rotate<0,44.997030,0> translate<88.900000,-1.535000,24.130000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<93.980000,-1.535000,11.430000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<93.980000,-1.535000,19.050000>} box{<0,0,-0.508000><7.620000,0.035000,0.508000> rotate<0,90.000000,0> translate<93.980000,-1.535000,19.050000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,24.130000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,22.860000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<92.710000,-1.535000,24.130000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,29.210000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,-90.000000,0> translate<93.980000,-1.535000,29.210000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,33.020000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<92.710000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<88.900000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,36.830000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<88.900000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,63.500000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,62.230000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<92.710000,-1.535000,63.500000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,72.390000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<92.710000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,72.390000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,90.000000,0> translate<93.980000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<88.900000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,76.200000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<88.900000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,29.210000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,27.940000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<93.980000,-1.535000,29.210000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,34.290000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,-90.000000,0> translate<95.250000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,35.560000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<93.980000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<88.900000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,39.370000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<88.900000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<88.900000,-1.535000,41.910000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,41.910000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<88.900000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,67.310000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<93.980000,-1.535000,68.580000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,73.660000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,-90.000000,0> translate<95.250000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,74.930000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<93.980000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<88.900000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,78.740000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<88.900000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<88.900000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,81.280000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<88.900000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,33.020000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<95.250000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,38.100000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<95.250000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,41.910000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,43.180000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<95.250000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,48.260000>} box{<0,0,-0.203200><5.388154,0.035000,0.203200> rotate<0,-44.997030,0> translate<92.710000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,72.390000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<95.250000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,77.470000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<95.250000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,82.550000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<95.250000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<92.710000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,87.630000>} box{<0,0,-0.203200><5.388154,0.035000,0.203200> rotate<0,-44.997030,0> translate<92.710000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<90.170000,0.000000,6.350000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,0.000000,6.350000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<90.170000,0.000000,6.350000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,22.860000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,22.860000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<93.980000,-1.535000,22.860000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,27.940000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,27.940000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<95.250000,-1.535000,27.940000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,33.020000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<96.520000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,38.100000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<96.520000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,43.180000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<96.520000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,48.260000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,48.260000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<96.520000,-1.535000,48.260000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<93.980000,-1.535000,62.230000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,62.230000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<93.980000,-1.535000,62.230000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<95.250000,-1.535000,67.310000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,67.310000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<95.250000,-1.535000,67.310000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,72.390000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<96.520000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,77.470000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<96.520000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,82.550000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<96.520000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<96.520000,-1.535000,87.630000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,87.630000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<96.520000,-1.535000,87.630000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,25.400000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,25.400000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<97.790000,-1.535000,25.400000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,30.480000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,30.480000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<97.790000,-1.535000,30.480000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,35.560000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<97.790000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,45.720000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,45.720000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<97.790000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,64.770000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,64.770000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<97.790000,-1.535000,64.770000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,69.850000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,69.850000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<97.790000,-1.535000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,74.930000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<97.790000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,85.090000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,85.090000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<97.790000,-1.535000,85.090000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,6.350000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<100.330000,-1.535000,8.890000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<97.790000,-1.535000,6.350000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,50.800000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<100.330000,-1.535000,50.800000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<97.790000,-1.535000,50.800000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,90.170000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<100.330000,-1.535000,90.170000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<97.790000,-1.535000,90.170000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,25.400000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,27.940000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<99.060000,-1.535000,25.400000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,27.940000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,30.480000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,90.000000,0> translate<101.600000,-1.535000,30.480000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,38.100000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<99.060000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,45.720000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,43.180000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<99.060000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,64.770000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,67.310000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<99.060000,-1.535000,64.770000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,67.310000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,69.850000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,90.000000,0> translate<101.600000,-1.535000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,77.470000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<99.060000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,85.090000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,82.550000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<99.060000,-1.535000,85.090000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<100.330000,-1.535000,8.890000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<102.870000,-1.535000,8.890000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<100.330000,-1.535000,8.890000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<93.980000,-1.535000,11.430000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<102.870000,-1.535000,11.430000>} box{<0,0,-0.508000><8.890000,0.035000,0.508000> rotate<0,0.000000,0> translate<93.980000,-1.535000,11.430000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<102.870000,-1.535000,8.890000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<104.140000,-1.535000,8.890000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<102.870000,-1.535000,8.890000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,30.480000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<104.140000,-1.535000,33.020000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<101.600000,-1.535000,30.480000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,30.480000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<104.140000,-1.535000,35.560000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,-44.997030,0> translate<99.060000,-1.535000,30.480000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,69.850000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<104.140000,-1.535000,72.390000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<101.600000,-1.535000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<99.060000,-1.535000,69.850000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<104.140000,-1.535000,74.930000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,-44.997030,0> translate<99.060000,-1.535000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<104.140000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<105.410000,-1.535000,33.020000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<104.140000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<104.140000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<105.410000,-1.535000,35.560000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<104.140000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<105.410000,-1.535000,38.100000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<101.600000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<105.410000,-1.535000,40.640000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<97.790000,-1.535000,40.640000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<105.410000,-1.535000,43.180000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<101.600000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<100.330000,-1.535000,50.800000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<105.410000,-1.535000,45.720000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,44.997030,0> translate<100.330000,-1.535000,50.800000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<104.140000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<105.410000,-1.535000,72.390000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<104.140000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<104.140000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<105.410000,-1.535000,74.930000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<104.140000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<105.410000,-1.535000,77.470000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<101.600000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<97.790000,-1.535000,80.010000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<105.410000,-1.535000,80.010000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<97.790000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<101.600000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<105.410000,-1.535000,82.550000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<101.600000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<100.330000,-1.535000,90.170000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<105.410000,-1.535000,85.090000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,44.997030,0> translate<100.330000,-1.535000,90.170000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<104.140000,-1.535000,8.890000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<106.680000,-1.535000,6.350000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<104.140000,-1.535000,8.890000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<102.870000,-1.535000,11.430000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<106.680000,-1.535000,11.430000>} box{<0,0,-0.508000><3.810000,0.035000,0.508000> rotate<0,0.000000,0> translate<102.870000,-1.535000,11.430000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<106.680000,0.000000,6.350000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<106.680000,0.000000,16.510000>} box{<0,0,-0.203200><10.160000,0.035000,0.203200> rotate<0,90.000000,0> translate<106.680000,0.000000,16.510000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<106.680000,-1.535000,11.430000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<109.220000,-1.535000,8.890000>} box{<0,0,-0.508000><3.592102,0.035000,0.508000> rotate<0,44.997030,0> translate<106.680000,-1.535000,11.430000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<107.950000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<109.220000,-1.535000,33.020000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<107.950000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<107.950000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<109.220000,-1.535000,35.560000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<107.950000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<107.950000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<109.220000,-1.535000,72.390000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<107.950000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<107.950000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<109.220000,-1.535000,74.930000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<107.950000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<109.220000,-1.535000,8.890000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<111.760000,-1.535000,8.890000>} box{<0,0,-0.508000><2.540000,0.035000,0.508000> rotate<0,0.000000,0> translate<109.220000,-1.535000,8.890000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<106.680000,-1.535000,16.510000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,11.430000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,44.997030,0> translate<106.680000,-1.535000,16.510000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<109.220000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,30.480000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<109.220000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,27.940000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,30.480000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,90.000000,0> translate<111.760000,-1.535000,30.480000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<107.950000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,38.100000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<107.950000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<107.950000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,43.180000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<107.950000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<109.220000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,69.850000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<109.220000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,67.310000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,69.850000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,90.000000,0> translate<111.760000,-1.535000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<107.950000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,77.470000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<107.950000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<107.950000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,82.550000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<107.950000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<107.950000,-1.535000,45.720000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<113.030000,-1.535000,50.800000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,-44.997030,0> translate<107.950000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<107.950000,-1.535000,85.090000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<113.030000,-1.535000,90.170000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,-44.997030,0> translate<107.950000,-1.535000,85.090000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,27.940000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,25.400000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<111.760000,-1.535000,27.940000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<109.220000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,30.480000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,44.997030,0> translate<109.220000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,35.560000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<111.760000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,45.720000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<111.760000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,67.310000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,64.770000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<111.760000,-1.535000,67.310000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<109.220000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,69.850000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,44.997030,0> translate<109.220000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,74.930000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<111.760000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<111.760000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,85.090000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<111.760000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<111.760000,-1.535000,8.890000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<115.570000,-1.535000,8.890000>} box{<0,0,-0.508000><3.810000,0.035000,0.508000> rotate<0,0.000000,0> translate<111.760000,-1.535000,8.890000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,25.400000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,25.400000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<114.300000,-1.535000,25.400000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,30.480000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,30.480000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<114.300000,-1.535000,30.480000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,35.560000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<114.300000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<107.950000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,40.640000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<107.950000,-1.535000,40.640000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,45.720000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,45.720000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<114.300000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<113.030000,-1.535000,50.800000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,50.800000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<113.030000,-1.535000,50.800000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,64.770000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,64.770000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<114.300000,-1.535000,64.770000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,69.850000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,69.850000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<114.300000,-1.535000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,74.930000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<114.300000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<107.950000,-1.535000,80.010000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,80.010000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<107.950000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<114.300000,-1.535000,85.090000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,85.090000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<114.300000,-1.535000,85.090000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<113.030000,-1.535000,90.170000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,90.170000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<113.030000,-1.535000,90.170000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<115.570000,-1.535000,8.890000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<116.840000,-1.535000,10.160000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,-44.997030,0> translate<115.570000,-1.535000,8.890000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<116.840000,-1.535000,10.160000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<116.840000,-1.535000,17.780000>} box{<0,0,-0.508000><7.620000,0.035000,0.508000> rotate<0,90.000000,0> translate<116.840000,-1.535000,17.780000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<116.840000,-1.535000,33.020000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<115.570000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<116.840000,-1.535000,38.100000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<115.570000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,48.260000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<116.840000,-1.535000,48.260000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<115.570000,-1.535000,48.260000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<116.840000,-1.535000,72.390000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<115.570000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<116.840000,-1.535000,77.470000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<115.570000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,87.630000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<116.840000,-1.535000,87.630000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<115.570000,-1.535000,87.630000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<116.840000,-1.535000,17.780000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<118.110000,-1.535000,19.050000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,-44.997030,0> translate<116.840000,-1.535000,17.780000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,27.940000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<118.110000,-1.535000,27.940000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<115.570000,-1.535000,27.940000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<116.840000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<118.110000,-1.535000,34.290000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<116.840000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<118.110000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<118.110000,-1.535000,36.830000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,90.000000,0> translate<118.110000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,67.310000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<118.110000,-1.535000,67.310000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<115.570000,-1.535000,67.310000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<116.840000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<118.110000,-1.535000,73.660000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<116.840000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<118.110000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<118.110000,-1.535000,76.200000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,90.000000,0> translate<118.110000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,22.860000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,22.860000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<115.570000,-1.535000,22.860000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<118.110000,-1.535000,27.940000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,29.210000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<118.110000,-1.535000,27.940000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,29.210000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,34.290000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,90.000000,0> translate<119.380000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<118.110000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,38.100000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<118.110000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<116.840000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,40.640000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<116.840000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<116.840000,-1.535000,48.260000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,45.720000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<116.840000,-1.535000,48.260000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,62.230000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,62.230000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<115.570000,-1.535000,62.230000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<118.110000,-1.535000,67.310000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,68.580000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<118.110000,-1.535000,67.310000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,73.660000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,90.000000,0> translate<119.380000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<118.110000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,77.470000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<118.110000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<116.840000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,80.010000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<116.840000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<116.840000,-1.535000,87.630000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,85.090000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<116.840000,-1.535000,87.630000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,22.860000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<120.650000,-1.535000,24.130000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<119.380000,-1.535000,22.860000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<120.650000,-1.535000,24.130000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<120.650000,-1.535000,31.750000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,90.000000,0> translate<120.650000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<120.650000,-1.535000,35.560000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<119.380000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,62.230000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<120.650000,-1.535000,63.500000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<119.380000,-1.535000,62.230000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<120.650000,-1.535000,63.500000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<120.650000,-1.535000,71.120000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,90.000000,0> translate<120.650000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<120.650000,-1.535000,74.930000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<119.380000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<120.650000,-1.535000,31.750000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<121.920000,-1.535000,33.020000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<120.650000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<120.650000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<121.920000,-1.535000,72.390000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<120.650000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,22.860000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,26.670000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,90.000000,0> translate<124.460000,-1.535000,26.670000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,58.420000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,66.040000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,90.000000,0> translate<124.460000,-1.535000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,22.860000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,22.860000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,22.860000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,31.750000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,31.750000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<121.920000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,33.020000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<121.920000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,34.290000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<120.650000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,35.560000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<120.650000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,36.830000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,38.100000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,0.000000,0> translate<119.380000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,39.370000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,40.640000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,0.000000,0> translate<119.380000,-1.535000,40.640000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,41.910000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,41.910000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,43.180000>} box{<0,0,-0.203200><12.700000,0.035000,0.203200> rotate<0,0.000000,0> translate<115.570000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,44.450000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,45.720000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,45.720000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,0.000000,0> translate<119.380000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,71.120000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<121.920000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,72.390000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<121.920000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,73.660000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<120.650000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,74.930000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<120.650000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,76.200000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,77.470000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,0.000000,0> translate<119.380000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,78.740000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,80.010000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,80.010000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,0.000000,0> translate<119.380000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,81.280000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,31.750000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,30.480000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,31.750000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,33.020000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,34.290000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,35.560000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,36.830000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,38.100000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,39.370000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,40.640000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,41.910000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,40.640000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,41.910000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,43.180000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,45.720000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,44.450000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,69.850000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,71.120000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,72.390000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,73.660000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,74.930000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,76.200000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,77.470000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,80.010000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,78.740000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,80.010000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<128.270000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<115.570000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,82.550000>} box{<0,0,-0.203200><13.970000,0.035000,0.203200> rotate<0,0.000000,0> translate<115.570000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,83.820000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<130.810000,-1.535000,81.280000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<129.540000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<130.810000,-1.535000,82.550000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<129.540000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<119.380000,-1.535000,85.090000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<130.810000,-1.535000,85.090000>} box{<0,0,-0.203200><11.430000,0.035000,0.203200> rotate<0,0.000000,0> translate<119.380000,-1.535000,85.090000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<118.110000,-1.535000,19.050000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<132.080000,-1.535000,19.050000>} box{<0,0,-0.508000><13.970000,0.035000,0.508000> rotate<0,0.000000,0> translate<118.110000,-1.535000,19.050000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<132.080000,-1.535000,19.050000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<132.080000,-1.535000,26.670000>} box{<0,0,-0.508000><7.620000,0.035000,0.508000> rotate<0,90.000000,0> translate<132.080000,-1.535000,26.670000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,31.750000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<132.080000,-1.535000,31.750000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<132.080000,-1.535000,34.290000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<132.080000,-1.535000,36.830000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<132.080000,-1.535000,39.370000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,41.910000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<132.080000,-1.535000,41.910000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<132.080000,-1.535000,44.450000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<132.080000,-1.535000,63.500000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<132.080000,-1.535000,66.040000>} box{<0,0,-0.508000><2.540000,0.035000,0.508000> rotate<0,90.000000,0> translate<132.080000,-1.535000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<132.080000,-1.535000,71.120000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<132.080000,-1.535000,73.660000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<132.080000,-1.535000,76.200000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<132.080000,-1.535000,78.740000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<130.810000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<132.080000,-1.535000,81.280000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<130.810000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<130.810000,-1.535000,85.090000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<132.080000,-1.535000,83.820000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<130.810000,-1.535000,85.090000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,30.480000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,30.480000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,30.480000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,33.020000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,35.560000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,38.100000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,40.640000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,40.640000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,43.180000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<91.440000,-1.535000,57.150000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,57.150000>} box{<0,0,-0.203200><41.910000,0.035000,0.203200> rotate<0,0.000000,0> translate<91.440000,-1.535000,57.150000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<132.080000,-1.535000,63.500000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<133.350000,-1.535000,62.230000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,44.997030,0> translate<132.080000,-1.535000,63.500000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,69.850000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,69.850000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,72.390000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,74.930000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,77.470000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<129.540000,-1.535000,80.010000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,80.010000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<129.540000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<130.810000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,82.550000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<130.810000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<69.850000,-1.535000,92.710000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,92.710000>} box{<0,0,-0.203200><63.500000,0.035000,0.203200> rotate<0,0.000000,0> translate<69.850000,-1.535000,92.710000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<134.620000,-1.535000,55.880000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<134.620000,-1.535000,44.450000>} box{<0,0,-0.203200><11.430000,0.035000,0.203200> rotate<0,-90.000000,0> translate<134.620000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,57.150000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<134.620000,-1.535000,55.880000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,57.150000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<134.620000,-1.535000,91.440000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<134.620000,-1.535000,83.820000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,-90.000000,0> translate<134.620000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,92.710000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<134.620000,-1.535000,91.440000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,92.710000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<66.040000,-1.535000,93.980000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<134.620000,-1.535000,93.980000>} box{<0,0,-0.203200><68.580000,0.035000,0.203200> rotate<0,0.000000,0> translate<66.040000,-1.535000,93.980000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<128.270000,0.000000,22.860000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<135.890000,0.000000,22.860000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<128.270000,0.000000,22.860000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<135.890000,-1.535000,92.710000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<135.890000,-1.535000,85.090000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,-90.000000,0> translate<135.890000,-1.535000,85.090000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<134.620000,-1.535000,93.980000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<135.890000,-1.535000,92.710000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<134.620000,-1.535000,93.980000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<64.770000,-1.535000,95.250000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<135.890000,-1.535000,95.250000>} box{<0,0,-0.203200><71.120000,0.035000,0.203200> rotate<0,0.000000,0> translate<64.770000,-1.535000,95.250000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<134.620000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<137.160000,-1.535000,41.910000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,44.997030,0> translate<134.620000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<137.160000,-1.535000,55.880000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<137.160000,-1.535000,45.720000>} box{<0,0,-0.203200><10.160000,0.035000,0.203200> rotate<0,-90.000000,0> translate<137.160000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<137.160000,0.000000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<137.160000,0.000000,55.880000>} box{<0,0,-0.203200><27.940000,0.035000,0.203200> rotate<0,-90.000000,0> translate<137.160000,0.000000,55.880000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<135.890000,-1.535000,85.090000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<137.160000,-1.535000,83.820000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<135.890000,-1.535000,85.090000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<137.160000,-1.535000,93.980000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<137.160000,-1.535000,87.630000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,-90.000000,0> translate<137.160000,-1.535000,87.630000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<135.890000,-1.535000,95.250000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<137.160000,-1.535000,93.980000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<135.890000,-1.535000,95.250000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,30.480000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<138.430000,-1.535000,25.400000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,30.480000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,33.020000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<138.430000,-1.535000,27.940000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,33.020000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<137.160000,-1.535000,45.720000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<138.430000,-1.535000,44.450000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<137.160000,-1.535000,45.720000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,69.850000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<138.430000,-1.535000,64.770000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,72.390000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<138.430000,-1.535000,67.310000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,72.390000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<137.160000,-1.535000,87.630000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<138.430000,-1.535000,86.360000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<137.160000,-1.535000,87.630000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,29.210000>} box{<0,0,-0.203200><8.980256,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,31.750000>} box{<0,0,-0.203200><8.980256,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,40.640000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,34.290000>} box{<0,0,-0.203200><8.980256,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,40.640000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,43.180000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,36.830000>} box{<0,0,-0.203200><8.980256,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,43.180000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,68.580000>} box{<0,0,-0.203200><8.980256,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,71.120000>} box{<0,0,-0.203200><8.980256,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,80.010000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,73.660000>} box{<0,0,-0.203200><8.980256,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<133.350000,-1.535000,82.550000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,76.200000>} box{<0,0,-0.203200><8.980256,0.035000,0.203200> rotate<0,44.997030,0> translate<133.350000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<134.620000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,78.740000>} box{<0,0,-0.203200><7.184205,0.035000,0.203200> rotate<0,44.997030,0> translate<134.620000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,29.210000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,29.210000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<139.700000,-1.535000,29.210000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,31.750000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,31.750000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<139.700000,-1.535000,31.750000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,34.290000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,34.290000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<139.700000,-1.535000,34.290000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,36.830000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<139.700000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<137.160000,-1.535000,41.910000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,41.910000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<137.160000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<138.430000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,44.450000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<138.430000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,68.580000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<139.700000,-1.535000,68.580000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,71.120000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,71.120000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<139.700000,-1.535000,71.120000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,73.660000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,73.660000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<139.700000,-1.535000,73.660000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,76.200000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<139.700000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<139.700000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,78.740000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<139.700000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<137.160000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,83.820000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<137.160000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<138.430000,-1.535000,27.940000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<142.240000,-1.535000,27.940000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<138.430000,-1.535000,27.940000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<142.240000,-1.535000,39.370000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<140.970000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<138.430000,-1.535000,67.310000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<142.240000,-1.535000,67.310000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<138.430000,-1.535000,67.310000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<142.240000,-1.535000,78.740000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<140.970000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<142.240000,-1.535000,81.280000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<140.970000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<138.430000,-1.535000,86.360000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<142.240000,-1.535000,86.360000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<138.430000,-1.535000,86.360000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,26.670000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,26.670000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<140.970000,-1.535000,26.670000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<142.240000,-1.535000,27.940000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,29.210000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<142.240000,-1.535000,27.940000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,29.210000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,38.100000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,90.000000,0> translate<143.510000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<140.970000,-1.535000,66.040000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,66.040000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,0.000000,0> translate<140.970000,-1.535000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<142.240000,-1.535000,67.310000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,68.580000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<142.240000,-1.535000,67.310000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,77.470000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,90.000000,0> translate<143.510000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<142.240000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,80.010000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<142.240000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<142.240000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,82.550000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<142.240000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,85.090000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,82.550000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,-90.000000,0> translate<143.510000,-1.535000,82.550000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<142.240000,-1.535000,86.360000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,85.090000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<142.240000,-1.535000,86.360000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<138.430000,-1.535000,25.400000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,25.400000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<138.430000,-1.535000,25.400000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,26.670000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,27.940000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<143.510000,-1.535000,26.670000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,27.940000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,-90.000000,0> translate<144.780000,-1.535000,27.940000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,39.370000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<143.510000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<142.240000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,41.910000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<142.240000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,50.800000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,41.910000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,-90.000000,0> translate<144.780000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<138.430000,-1.535000,64.770000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,64.770000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<138.430000,-1.535000,64.770000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,66.040000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,67.310000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<143.510000,-1.535000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,67.310000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,-90.000000,0> translate<144.780000,-1.535000,67.310000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,78.740000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<143.510000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,25.400000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,26.670000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<144.780000,-1.535000,25.400000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,26.670000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,35.560000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,90.000000,0> translate<146.050000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,38.100000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<144.780000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,50.800000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,52.070000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<144.780000,-1.535000,50.800000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,64.770000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,66.040000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<144.780000,-1.535000,64.770000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,66.040000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,74.930000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,90.000000,0> translate<146.050000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,77.470000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<144.780000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,35.560000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<147.320000,-1.535000,36.830000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<146.050000,-1.535000,35.560000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,49.530000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<147.320000,-1.535000,49.530000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<146.050000,-1.535000,49.530000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,74.930000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<147.320000,-1.535000,76.200000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<146.050000,-1.535000,74.930000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,88.900000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<147.320000,-1.535000,88.900000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<146.050000,-1.535000,88.900000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<147.320000,-1.535000,36.830000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<148.590000,-1.535000,36.830000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<147.320000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,39.370000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<148.590000,-1.535000,39.370000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<144.780000,-1.535000,39.370000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<148.590000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<148.590000,-1.535000,41.910000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,-90.000000,0> translate<148.590000,-1.535000,41.910000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<147.320000,-1.535000,49.530000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<148.590000,-1.535000,48.260000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<147.320000,-1.535000,49.530000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<148.590000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<148.590000,-1.535000,48.260000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,90.000000,0> translate<148.590000,-1.535000,48.260000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<133.350000,-1.535000,62.230000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<148.590000,-1.535000,62.230000>} box{<0,0,-0.508000><15.240000,0.035000,0.508000> rotate<0,0.000000,0> translate<133.350000,-1.535000,62.230000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<147.320000,-1.535000,76.200000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<148.590000,-1.535000,76.200000>} box{<0,0,-0.203200><1.270000,0.035000,0.203200> rotate<0,0.000000,0> translate<147.320000,-1.535000,76.200000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<144.780000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<148.590000,-1.535000,78.740000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<144.780000,-1.535000,78.740000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<148.590000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<148.590000,-1.535000,83.820000>} box{<0,0,-0.508000><2.540000,0.035000,0.508000> rotate<0,90.000000,0> translate<148.590000,-1.535000,83.820000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<147.320000,-1.535000,88.900000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<148.590000,-1.535000,87.630000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<147.320000,-1.535000,88.900000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<148.590000,-1.535000,83.820000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<148.590000,-1.535000,87.630000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,90.000000,0> translate<148.590000,-1.535000,87.630000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<135.890000,-1.535000,22.860000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<149.860000,-1.535000,22.860000>} box{<0,0,-0.203200><13.970000,0.035000,0.203200> rotate<0,0.000000,0> translate<135.890000,-1.535000,22.860000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<149.860000,-1.535000,38.100000>} box{<0,0,-0.203200><3.810000,0.035000,0.203200> rotate<0,0.000000,0> translate<146.050000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<149.860000,-1.535000,22.860000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<151.130000,-1.535000,24.130000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<149.860000,-1.535000,22.860000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<149.860000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<151.130000,-1.535000,36.830000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<149.860000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<151.130000,-1.535000,24.130000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<151.130000,-1.535000,36.830000>} box{<0,0,-0.203200><12.700000,0.035000,0.203200> rotate<0,90.000000,0> translate<151.130000,-1.535000,36.830000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,52.070000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<151.130000,-1.535000,52.070000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<146.050000,-1.535000,52.070000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<124.460000,-1.535000,58.420000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<151.130000,-1.535000,58.420000>} box{<0,0,-0.203200><26.670000,0.035000,0.203200> rotate<0,0.000000,0> translate<124.460000,-1.535000,58.420000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<146.050000,-1.535000,77.470000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<151.130000,-1.535000,77.470000>} box{<0,0,-0.203200><5.080000,0.035000,0.203200> rotate<0,0.000000,0> translate<146.050000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<151.130000,-1.535000,58.420000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<151.130000,-1.535000,77.470000>} box{<0,0,-0.203200><19.050000,0.035000,0.203200> rotate<0,90.000000,0> translate<151.130000,-1.535000,77.470000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<143.510000,-1.535000,80.010000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<151.130000,-1.535000,80.010000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<143.510000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<151.130000,-1.535000,52.070000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<152.400000,-1.535000,53.340000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<151.130000,-1.535000,52.070000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<152.400000,-1.535000,78.740000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<152.400000,-1.535000,53.340000>} box{<0,0,-0.203200><25.400000,0.035000,0.203200> rotate<0,-90.000000,0> translate<152.400000,-1.535000,53.340000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<151.130000,-1.535000,80.010000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<152.400000,-1.535000,78.740000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<151.130000,-1.535000,80.010000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<132.080000,-1.535000,19.050000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<153.670000,-1.535000,19.050000>} box{<0,0,-0.508000><21.590000,0.035000,0.508000> rotate<0,0.000000,0> translate<132.080000,-1.535000,19.050000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<148.590000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<153.670000,-1.535000,81.280000>} box{<0,0,-0.508000><5.080000,0.035000,0.508000> rotate<0,0.000000,0> translate<148.590000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<153.670000,-1.535000,19.050000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<154.940000,-1.535000,20.320000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,-44.997030,0> translate<153.670000,-1.535000,19.050000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<148.590000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<154.940000,-1.535000,44.450000>} box{<0,0,-0.508000><6.350000,0.035000,0.508000> rotate<0,0.000000,0> translate<148.590000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<154.940000,-1.535000,20.320000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<154.940000,-1.535000,44.450000>} box{<0,0,-0.508000><24.130000,0.035000,0.508000> rotate<0,90.000000,0> translate<154.940000,-1.535000,44.450000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<148.590000,0.000000,62.230000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<154.940000,0.000000,62.230000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<148.590000,0.000000,62.230000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<154.940000,-1.535000,44.450000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<154.940000,-1.535000,62.230000>} box{<0,0,-0.508000><17.780000,0.035000,0.508000> rotate<0,90.000000,0> translate<154.940000,-1.535000,62.230000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<153.670000,-1.535000,81.280000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<154.940000,-1.535000,80.010000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,44.997030,0> translate<153.670000,-1.535000,81.280000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<154.940000,-1.535000,62.230000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<154.940000,-1.535000,80.010000>} box{<0,0,-0.508000><17.780000,0.035000,0.508000> rotate<0,90.000000,0> translate<154.940000,-1.535000,80.010000> } //Text cylinder{<0,0,0><0,0.035000,0>0.076200 translate<51.993800,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<51.993800,-1.535000,94.413100>} box{<0,0,-0.076200><1.626900,0.035000,0.076200> rotate<0,90.000000,0> translate<51.993800,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<51.993800,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<51.180400,-1.535000,94.413100>} box{<0,0,-0.076200><0.813400,0.035000,0.076200> rotate<0,0.000000,0> translate<51.180400,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<51.180400,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.909200,-1.535000,94.142000>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,-44.986466,0> translate<50.909200,-1.535000,94.142000> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.909200,-1.535000,94.142000>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.909200,-1.535000,93.870800>} box{<0,0,-0.076200><0.271200,0.035000,0.076200> rotate<0,-90.000000,0> translate<50.909200,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.909200,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<51.180400,-1.535000,93.599600>} box{<0,0,-0.076200><0.383535,0.035000,0.076200> rotate<0,44.997030,0> translate<50.909200,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<51.180400,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.909200,-1.535000,93.328500>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,-44.986466,0> translate<50.909200,-1.535000,93.328500> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.909200,-1.535000,93.328500>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.909200,-1.535000,93.057300>} box{<0,0,-0.076200><0.271200,0.035000,0.076200> rotate<0,-90.000000,0> translate<50.909200,-1.535000,93.057300> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.909200,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<51.180400,-1.535000,92.786200>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,44.986466,0> translate<50.909200,-1.535000,93.057300> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<51.180400,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<51.993800,-1.535000,92.786200>} box{<0,0,-0.076200><0.813400,0.035000,0.076200> rotate<0,0.000000,0> translate<51.180400,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<51.993800,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<51.180400,-1.535000,93.599600>} box{<0,0,-0.076200><0.813400,0.035000,0.076200> rotate<0,0.000000,0> translate<51.180400,-1.535000,93.599600> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.356700,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.085600,-1.535000,93.870800>} box{<0,0,-0.076200><0.271100,0.035000,0.076200> rotate<0,0.000000,0> translate<50.085600,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.085600,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.085600,-1.535000,92.786200>} box{<0,0,-0.076200><1.084600,0.035000,0.076200> rotate<0,-90.000000,0> translate<50.085600,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.356700,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<49.814400,-1.535000,92.786200>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,0.000000,0> translate<49.814400,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.085600,-1.535000,94.684300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<50.085600,-1.535000,94.413100>} box{<0,0,-0.076200><0.271200,0.035000,0.076200> rotate<0,-90.000000,0> translate<50.085600,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<49.265300,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<49.265300,-1.535000,93.870800>} box{<0,0,-0.076200><1.084600,0.035000,0.076200> rotate<0,90.000000,0> translate<49.265300,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<49.265300,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<48.451900,-1.535000,93.870800>} box{<0,0,-0.076200><0.813400,0.035000,0.076200> rotate<0,0.000000,0> translate<48.451900,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<48.451900,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<48.180700,-1.535000,93.599600>} box{<0,0,-0.076200><0.383535,0.035000,0.076200> rotate<0,-44.997030,0> translate<48.180700,-1.535000,93.599600> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<48.180700,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<48.180700,-1.535000,92.786200>} box{<0,0,-0.076200><0.813400,0.035000,0.076200> rotate<0,-90.000000,0> translate<48.180700,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<47.357100,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<46.814800,-1.535000,93.870800>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,0.000000,0> translate<46.814800,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<46.814800,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<46.543600,-1.535000,93.599600>} box{<0,0,-0.076200><0.383535,0.035000,0.076200> rotate<0,-44.997030,0> translate<46.543600,-1.535000,93.599600> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<46.543600,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<46.543600,-1.535000,92.786200>} box{<0,0,-0.076200><0.813400,0.035000,0.076200> rotate<0,-90.000000,0> translate<46.543600,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<46.543600,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<47.357100,-1.535000,92.786200>} box{<0,0,-0.076200><0.813500,0.035000,0.076200> rotate<0,0.000000,0> translate<46.543600,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<47.357100,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<47.628200,-1.535000,93.057300>} box{<0,0,-0.076200><0.383393,0.035000,0.076200> rotate<0,-44.997030,0> translate<47.357100,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<47.628200,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<47.357100,-1.535000,93.328500>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,45.007595,0> translate<47.357100,-1.535000,93.328500> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<47.357100,-1.535000,93.328500>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<46.543600,-1.535000,93.328500>} box{<0,0,-0.076200><0.813500,0.035000,0.076200> rotate<0,0.000000,0> translate<46.543600,-1.535000,93.328500> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<45.991100,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<45.991100,-1.535000,93.870800>} box{<0,0,-0.076200><1.084600,0.035000,0.076200> rotate<0,90.000000,0> translate<45.991100,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<45.991100,-1.535000,93.328500>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<45.448800,-1.535000,93.870800>} box{<0,0,-0.076200><0.766928,0.035000,0.076200> rotate<0,44.997030,0> translate<45.448800,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<45.448800,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<45.177700,-1.535000,93.870800>} box{<0,0,-0.076200><0.271100,0.035000,0.076200> rotate<0,0.000000,0> translate<45.177700,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<44.626900,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<44.626900,-1.535000,93.057300>} box{<0,0,-0.076200><0.813500,0.035000,0.076200> rotate<0,-90.000000,0> translate<44.626900,-1.535000,93.057300> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<44.626900,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<44.355800,-1.535000,92.786200>} box{<0,0,-0.076200><0.383393,0.035000,0.076200> rotate<0,-44.997030,0> translate<44.355800,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<44.355800,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<43.542300,-1.535000,92.786200>} box{<0,0,-0.076200><0.813500,0.035000,0.076200> rotate<0,0.000000,0> translate<43.542300,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<43.542300,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<43.542300,-1.535000,92.515100>} box{<0,0,-0.076200><1.355700,0.035000,0.076200> rotate<0,-90.000000,0> translate<43.542300,-1.535000,92.515100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<43.542300,-1.535000,92.515100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<43.813500,-1.535000,92.243900>} box{<0,0,-0.076200><0.383535,0.035000,0.076200> rotate<0,44.997030,0> translate<43.542300,-1.535000,92.515100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<43.813500,-1.535000,92.243900>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<44.084600,-1.535000,92.243900>} box{<0,0,-0.076200><0.271100,0.035000,0.076200> rotate<0,0.000000,0> translate<43.813500,-1.535000,92.243900> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<41.352700,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<41.352700,-1.535000,93.870800>} box{<0,0,-0.076200><1.084600,0.035000,0.076200> rotate<0,90.000000,0> translate<41.352700,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<41.352700,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<40.810400,-1.535000,94.413100>} box{<0,0,-0.076200><0.766928,0.035000,0.076200> rotate<0,44.997030,0> translate<40.810400,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<40.810400,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<40.268100,-1.535000,93.870800>} box{<0,0,-0.076200><0.766928,0.035000,0.076200> rotate<0,-44.997030,0> translate<40.268100,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<40.268100,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<40.268100,-1.535000,92.786200>} box{<0,0,-0.076200><1.084600,0.035000,0.076200> rotate<0,-90.000000,0> translate<40.268100,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<41.352700,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<40.268100,-1.535000,93.599600>} box{<0,0,-0.076200><1.084600,0.035000,0.076200> rotate<0,0.000000,0> translate<40.268100,-1.535000,93.599600> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<39.715600,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<39.444500,-1.535000,94.413100>} box{<0,0,-0.076200><0.271100,0.035000,0.076200> rotate<0,0.000000,0> translate<39.444500,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<39.444500,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<39.444500,-1.535000,92.786200>} box{<0,0,-0.076200><1.626900,0.035000,0.076200> rotate<0,-90.000000,0> translate<39.444500,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<39.715600,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<39.173300,-1.535000,92.786200>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,0.000000,0> translate<39.173300,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<38.353100,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<37.810800,-1.535000,93.870800>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,0.000000,0> translate<37.810800,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<37.810800,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<37.539600,-1.535000,93.599600>} box{<0,0,-0.076200><0.383535,0.035000,0.076200> rotate<0,-44.997030,0> translate<37.539600,-1.535000,93.599600> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<37.539600,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<37.539600,-1.535000,92.786200>} box{<0,0,-0.076200><0.813400,0.035000,0.076200> rotate<0,-90.000000,0> translate<37.539600,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<37.539600,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<38.353100,-1.535000,92.786200>} box{<0,0,-0.076200><0.813500,0.035000,0.076200> rotate<0,0.000000,0> translate<37.539600,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<38.353100,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<38.624200,-1.535000,93.057300>} box{<0,0,-0.076200><0.383393,0.035000,0.076200> rotate<0,-44.997030,0> translate<38.353100,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<38.624200,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<38.353100,-1.535000,93.328500>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,45.007595,0> translate<38.353100,-1.535000,93.328500> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<38.353100,-1.535000,93.328500>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<37.539600,-1.535000,93.328500>} box{<0,0,-0.076200><0.813500,0.035000,0.076200> rotate<0,0.000000,0> translate<37.539600,-1.535000,93.328500> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<36.987100,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<36.987100,-1.535000,93.870800>} box{<0,0,-0.076200><1.084600,0.035000,0.076200> rotate<0,90.000000,0> translate<36.987100,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<36.987100,-1.535000,93.328500>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<36.444800,-1.535000,93.870800>} box{<0,0,-0.076200><0.766928,0.035000,0.076200> rotate<0,44.997030,0> translate<36.444800,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<36.444800,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<36.173700,-1.535000,93.870800>} box{<0,0,-0.076200><0.271100,0.035000,0.076200> rotate<0,0.000000,0> translate<36.173700,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<35.622900,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<35.622900,-1.535000,93.870800>} box{<0,0,-0.076200><1.084600,0.035000,0.076200> rotate<0,90.000000,0> translate<35.622900,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<35.622900,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<35.351800,-1.535000,93.870800>} box{<0,0,-0.076200><0.271100,0.035000,0.076200> rotate<0,0.000000,0> translate<35.351800,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<35.351800,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<35.080600,-1.535000,93.599600>} box{<0,0,-0.076200><0.383535,0.035000,0.076200> rotate<0,-44.997030,0> translate<35.080600,-1.535000,93.599600> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<35.080600,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<35.080600,-1.535000,92.786200>} box{<0,0,-0.076200><0.813400,0.035000,0.076200> rotate<0,-90.000000,0> translate<35.080600,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<35.080600,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<34.809500,-1.535000,93.870800>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,45.007595,0> translate<34.809500,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<34.809500,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<34.538300,-1.535000,93.599600>} box{<0,0,-0.076200><0.383535,0.035000,0.076200> rotate<0,-44.997030,0> translate<34.538300,-1.535000,93.599600> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<34.538300,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<34.538300,-1.535000,92.786200>} box{<0,0,-0.076200><0.813400,0.035000,0.076200> rotate<0,-90.000000,0> translate<34.538300,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<32.901200,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<33.714700,-1.535000,93.870800>} box{<0,0,-0.076200><0.813500,0.035000,0.076200> rotate<0,0.000000,0> translate<32.901200,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<33.714700,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<33.985800,-1.535000,93.599600>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,45.007595,0> translate<33.714700,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<33.985800,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<33.985800,-1.535000,93.057300>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,-90.000000,0> translate<33.985800,-1.535000,93.057300> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<33.985800,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<33.714700,-1.535000,92.786200>} box{<0,0,-0.076200><0.383393,0.035000,0.076200> rotate<0,-44.997030,0> translate<33.714700,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<33.714700,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<32.901200,-1.535000,92.786200>} box{<0,0,-0.076200><0.813500,0.035000,0.076200> rotate<0,0.000000,0> translate<32.901200,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<32.348700,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<32.077600,-1.535000,94.413100>} box{<0,0,-0.076200><0.271100,0.035000,0.076200> rotate<0,0.000000,0> translate<32.077600,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<32.077600,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<32.077600,-1.535000,92.786200>} box{<0,0,-0.076200><1.626900,0.035000,0.076200> rotate<0,-90.000000,0> translate<32.077600,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<32.348700,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<31.806400,-1.535000,92.786200>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,0.000000,0> translate<31.806400,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<30.986200,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<30.443900,-1.535000,92.786200>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,0.000000,0> translate<30.443900,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<30.443900,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<30.172700,-1.535000,93.057300>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,44.986466,0> translate<30.172700,-1.535000,93.057300> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<30.172700,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<30.172700,-1.535000,93.599600>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,90.000000,0> translate<30.172700,-1.535000,93.599600> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<30.172700,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<30.443900,-1.535000,93.870800>} box{<0,0,-0.076200><0.383535,0.035000,0.076200> rotate<0,-44.997030,0> translate<30.172700,-1.535000,93.599600> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<30.443900,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<30.986200,-1.535000,93.870800>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,0.000000,0> translate<30.443900,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<30.986200,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<31.257300,-1.535000,93.599600>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,45.007595,0> translate<30.986200,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<31.257300,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<31.257300,-1.535000,93.057300>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,-90.000000,0> translate<31.257300,-1.535000,93.057300> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<31.257300,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<30.986200,-1.535000,92.786200>} box{<0,0,-0.076200><0.383393,0.035000,0.076200> rotate<0,-44.997030,0> translate<30.986200,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<28.535600,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<29.349100,-1.535000,93.870800>} box{<0,0,-0.076200><0.813500,0.035000,0.076200> rotate<0,0.000000,0> translate<28.535600,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<29.349100,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<29.620200,-1.535000,93.599600>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,45.007595,0> translate<29.349100,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<29.620200,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<29.620200,-1.535000,93.057300>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,-90.000000,0> translate<29.620200,-1.535000,93.057300> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<29.620200,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<29.349100,-1.535000,92.786200>} box{<0,0,-0.076200><0.383393,0.035000,0.076200> rotate<0,-44.997030,0> translate<29.349100,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<29.349100,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<28.535600,-1.535000,92.786200>} box{<0,0,-0.076200><0.813500,0.035000,0.076200> rotate<0,0.000000,0> translate<28.535600,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<27.983100,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<27.983100,-1.535000,94.413100>} box{<0,0,-0.076200><1.626900,0.035000,0.076200> rotate<0,90.000000,0> translate<27.983100,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<27.169700,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<27.983100,-1.535000,93.328500>} box{<0,0,-0.076200><0.977604,0.035000,0.076200> rotate<0,-33.689470,0> translate<27.169700,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<27.983100,-1.535000,93.328500>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<27.169700,-1.535000,93.870800>} box{<0,0,-0.076200><0.977604,0.035000,0.076200> rotate<0,33.689470,0> translate<27.169700,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<24.981800,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<24.981800,-1.535000,94.413100>} box{<0,0,-0.076200><1.626900,0.035000,0.076200> rotate<0,90.000000,0> translate<24.981800,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<24.981800,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<24.168400,-1.535000,94.413100>} box{<0,0,-0.076200><0.813400,0.035000,0.076200> rotate<0,0.000000,0> translate<24.168400,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<24.168400,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.897200,-1.535000,94.142000>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,-44.986466,0> translate<23.897200,-1.535000,94.142000> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.897200,-1.535000,94.142000>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.897200,-1.535000,93.599600>} box{<0,0,-0.076200><0.542400,0.035000,0.076200> rotate<0,-90.000000,0> translate<23.897200,-1.535000,93.599600> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.897200,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<24.168400,-1.535000,93.328500>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,44.986466,0> translate<23.897200,-1.535000,93.599600> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<24.168400,-1.535000,93.328500>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<24.981800,-1.535000,93.328500>} box{<0,0,-0.076200><0.813400,0.035000,0.076200> rotate<0,0.000000,0> translate<24.168400,-1.535000,93.328500> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<24.439500,-1.535000,93.328500>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.897200,-1.535000,92.786200>} box{<0,0,-0.076200><0.766928,0.035000,0.076200> rotate<0,-44.997030,0> translate<23.897200,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<22.531300,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.073600,-1.535000,92.786200>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,0.000000,0> translate<22.531300,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.073600,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.344700,-1.535000,93.057300>} box{<0,0,-0.076200><0.383393,0.035000,0.076200> rotate<0,-44.997030,0> translate<23.073600,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.344700,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.344700,-1.535000,93.599600>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,90.000000,0> translate<23.344700,-1.535000,93.599600> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.344700,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.073600,-1.535000,93.870800>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,45.007595,0> translate<23.073600,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.073600,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<22.531300,-1.535000,93.870800>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,0.000000,0> translate<22.531300,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<22.531300,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<22.260100,-1.535000,93.599600>} box{<0,0,-0.076200><0.383535,0.035000,0.076200> rotate<0,-44.997030,0> translate<22.260100,-1.535000,93.599600> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<22.260100,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<22.260100,-1.535000,93.328500>} box{<0,0,-0.076200><0.271100,0.035000,0.076200> rotate<0,-90.000000,0> translate<22.260100,-1.535000,93.328500> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<22.260100,-1.535000,93.328500>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<23.344700,-1.535000,93.328500>} box{<0,0,-0.076200><1.084600,0.035000,0.076200> rotate<0,0.000000,0> translate<22.260100,-1.535000,93.328500> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<21.707600,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<21.165300,-1.535000,92.786200>} box{<0,0,-0.076200><1.212620,0.035000,0.076200> rotate<0,-63.430762,0> translate<21.165300,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<21.165300,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<20.623000,-1.535000,93.870800>} box{<0,0,-0.076200><1.212620,0.035000,0.076200> rotate<0,63.430762,0> translate<20.623000,-1.535000,93.870800> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<20.070500,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<20.070500,-1.535000,93.057300>} box{<0,0,-0.076200><0.271100,0.035000,0.076200> rotate<0,90.000000,0> translate<20.070500,-1.535000,93.057300> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<20.070500,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<19.799400,-1.535000,93.057300>} box{<0,0,-0.076200><0.271100,0.035000,0.076200> rotate<0,0.000000,0> translate<19.799400,-1.535000,93.057300> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<19.799400,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<19.799400,-1.535000,92.786200>} box{<0,0,-0.076200><0.271100,0.035000,0.076200> rotate<0,-90.000000,0> translate<19.799400,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<19.799400,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<20.070500,-1.535000,92.786200>} box{<0,0,-0.076200><0.271100,0.035000,0.076200> rotate<0,0.000000,0> translate<19.799400,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<17.614900,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<17.072600,-1.535000,94.413100>} box{<0,0,-0.076200><0.766928,0.035000,0.076200> rotate<0,44.997030,0> translate<17.072600,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<17.072600,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<17.072600,-1.535000,92.786200>} box{<0,0,-0.076200><1.626900,0.035000,0.076200> rotate<0,-90.000000,0> translate<17.072600,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<17.614900,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<16.530300,-1.535000,92.786200>} box{<0,0,-0.076200><1.084600,0.035000,0.076200> rotate<0,0.000000,0> translate<16.530300,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<15.977800,-1.535000,93.870800>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<15.435500,-1.535000,94.413100>} box{<0,0,-0.076200><0.766928,0.035000,0.076200> rotate<0,44.997030,0> translate<15.435500,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<15.435500,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<15.435500,-1.535000,92.786200>} box{<0,0,-0.076200><1.626900,0.035000,0.076200> rotate<0,-90.000000,0> translate<15.435500,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<15.977800,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<14.893200,-1.535000,92.786200>} box{<0,0,-0.076200><1.084600,0.035000,0.076200> rotate<0,0.000000,0> translate<14.893200,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<14.340700,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<13.256100,-1.535000,94.413100>} box{<0,0,-0.076200><1.955290,0.035000,0.076200> rotate<0,56.306216,0> translate<13.256100,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<12.703600,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<12.703600,-1.535000,94.142000>} box{<0,0,-0.076200><1.084700,0.035000,0.076200> rotate<0,90.000000,0> translate<12.703600,-1.535000,94.142000> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<12.703600,-1.535000,94.142000>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<12.432500,-1.535000,94.413100>} box{<0,0,-0.076200><0.383393,0.035000,0.076200> rotate<0,44.997030,0> translate<12.432500,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<12.432500,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.890200,-1.535000,94.413100>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,0.000000,0> translate<11.890200,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.890200,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.619000,-1.535000,94.142000>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,-44.986466,0> translate<11.619000,-1.535000,94.142000> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.619000,-1.535000,94.142000>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.619000,-1.535000,93.057300>} box{<0,0,-0.076200><1.084700,0.035000,0.076200> rotate<0,-90.000000,0> translate<11.619000,-1.535000,93.057300> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.619000,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.890200,-1.535000,92.786200>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,44.986466,0> translate<11.619000,-1.535000,93.057300> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.890200,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<12.432500,-1.535000,92.786200>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,0.000000,0> translate<11.890200,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<12.432500,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<12.703600,-1.535000,93.057300>} box{<0,0,-0.076200><0.383393,0.035000,0.076200> rotate<0,-44.997030,0> translate<12.432500,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<12.703600,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.619000,-1.535000,94.142000>} box{<0,0,-0.076200><1.533927,0.035000,0.076200> rotate<0,44.999671,0> translate<11.619000,-1.535000,94.142000> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<9.981900,-1.535000,94.413100>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<10.524200,-1.535000,94.142000>} box{<0,0,-0.076200><0.606287,0.035000,0.076200> rotate<0,26.559072,0> translate<9.981900,-1.535000,94.413100> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<10.524200,-1.535000,94.142000>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.066500,-1.535000,93.599600>} box{<0,0,-0.076200><0.766999,0.035000,0.076200> rotate<0,45.002312,0> translate<10.524200,-1.535000,94.142000> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.066500,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.066500,-1.535000,93.057300>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,-90.000000,0> translate<11.066500,-1.535000,93.057300> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.066500,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<10.795400,-1.535000,92.786200>} box{<0,0,-0.076200><0.383393,0.035000,0.076200> rotate<0,-44.997030,0> translate<10.795400,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<10.795400,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<10.253100,-1.535000,92.786200>} box{<0,0,-0.076200><0.542300,0.035000,0.076200> rotate<0,0.000000,0> translate<10.253100,-1.535000,92.786200> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<10.253100,-1.535000,92.786200>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<9.981900,-1.535000,93.057300>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,44.986466,0> translate<9.981900,-1.535000,93.057300> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<9.981900,-1.535000,93.057300>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<9.981900,-1.535000,93.328500>} box{<0,0,-0.076200><0.271200,0.035000,0.076200> rotate<0,90.000000,0> translate<9.981900,-1.535000,93.328500> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<9.981900,-1.535000,93.328500>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<10.253100,-1.535000,93.599600>} box{<0,0,-0.076200><0.383464,0.035000,0.076200> rotate<0,-44.986466,0> translate<9.981900,-1.535000,93.328500> } cylinder{<0,0,0><0,0.035000,0>0.076200 translate<10.253100,-1.535000,93.599600>} cylinder{<0,0,0><0,0.035000,0>0.076200 translate<11.066500,-1.535000,93.599600>} box{<0,0,-0.076200><0.813400,0.035000,0.076200> rotate<0,0.000000,0> translate<10.253100,-1.535000,93.599600> } //Rect union{ texture{col_pds} } texture{col_wrs} } #end #if(pcb_polygons=on) union{ //Polygone cylinder{<0,0,0><0,0.035000,0>0.127000 translate<-0.635000,-1.535000,-0.635000>} cylinder{<0,0,0><0,0.035000,0>0.127000 translate<159.385000,-1.535000,-0.635000>} box{<0,0,-0.127000><160.020000,0.035000,0.127000> rotate<0,0.000000,0> translate<-0.635000,-1.535000,-0.635000> } cylinder{<0,0,0><0,0.035000,0>0.127000 translate<-0.635000,-1.535000,99.695000>} cylinder{<0,0,0><0,0.035000,0>0.127000 translate<-0.635000,-1.535000,-0.635000>} box{<0,0,-0.127000><100.330000,0.035000,0.127000> rotate<0,-90.000000,0> translate<-0.635000,-1.535000,-0.635000> } cylinder{<0,0,0><0,0.035000,0>0.127000 translate<-0.635000,-1.535000,99.695000>} cylinder{<0,0,0><0,0.035000,0>0.127000 translate<159.385000,-1.535000,99.695000>} box{<0,0,-0.127000><160.020000,0.035000,0.127000> rotate<0,0.000000,0> translate<-0.635000,-1.535000,99.695000> } cylinder{<0,0,0><0,0.035000,0>0.127000 translate<159.385000,-1.535000,-0.635000>} cylinder{<0,0,0><0,0.035000,0>0.127000 translate<159.385000,-1.535000,99.695000>} box{<0,0,-0.127000><100.330000,0.035000,0.127000> rotate<0,90.000000,0> translate<159.385000,-1.535000,99.695000> } texture{col_pol} } #end union{ cylinder{<29.210000,0.038000,83.820000><29.210000,-1.538000,83.820000>0.406400} cylinder{<31.750000,0.038000,83.820000><31.750000,-1.538000,83.820000>0.406400} cylinder{<69.850000,0.038000,88.900000><69.850000,-1.538000,88.900000>0.406400} cylinder{<67.310000,0.038000,88.900000><67.310000,-1.538000,88.900000>0.406400} cylinder{<146.050000,0.038000,88.900000><146.050000,-1.538000,88.900000>0.406400} cylinder{<143.510000,0.038000,88.900000><143.510000,-1.538000,88.900000>0.406400} cylinder{<69.850000,0.038000,49.530000><69.850000,-1.538000,49.530000>0.406400} cylinder{<67.310000,0.038000,49.530000><67.310000,-1.538000,49.530000>0.406400} cylinder{<146.050000,0.038000,49.530000><146.050000,-1.538000,49.530000>0.406400} cylinder{<143.510000,0.038000,49.530000><143.510000,-1.538000,49.530000>0.406400} cylinder{<21.590000,0.038000,55.880000><21.590000,-1.538000,55.880000>0.406400} cylinder{<21.590000,0.038000,53.340000><21.590000,-1.538000,53.340000>0.406400} cylinder{<77.470000,0.038000,8.890000><77.470000,-1.538000,8.890000>0.406400} cylinder{<77.470000,0.038000,11.430000><77.470000,-1.538000,11.430000>0.406400} cylinder{<111.760000,0.038000,8.890000><111.760000,-1.538000,8.890000>0.406400} cylinder{<111.760000,0.038000,11.430000><111.760000,-1.538000,11.430000>0.406400} cylinder{<102.870000,0.038000,11.430000><102.870000,-1.538000,11.430000>0.406400} cylinder{<102.870000,0.038000,8.890000><102.870000,-1.538000,8.890000>0.406400} cylinder{<7.620000,0.038000,40.640000><7.620000,-1.538000,40.640000>0.508000} cylinder{<7.620000,0.038000,43.180000><7.620000,-1.538000,43.180000>0.508000} cylinder{<8.890000,0.038000,22.860000><8.890000,-1.538000,22.860000>0.508000} cylinder{<6.350000,0.038000,22.860000><6.350000,-1.538000,22.860000>0.508000} cylinder{<8.890000,0.038000,25.400000><8.890000,-1.538000,25.400000>0.508000} cylinder{<6.350000,0.038000,25.400000><6.350000,-1.538000,25.400000>0.508000} cylinder{<8.890000,0.038000,27.940000><8.890000,-1.538000,27.940000>0.508000} cylinder{<6.350000,0.038000,27.940000><6.350000,-1.538000,27.940000>0.508000} cylinder{<105.410000,0.038000,85.090000><105.410000,-1.538000,85.090000>0.457200} cylinder{<107.950000,0.038000,85.090000><107.950000,-1.538000,85.090000>0.457200} cylinder{<105.410000,0.038000,82.550000><105.410000,-1.538000,82.550000>0.457200} cylinder{<107.950000,0.038000,82.550000><107.950000,-1.538000,82.550000>0.457200} cylinder{<105.410000,0.038000,80.010000><105.410000,-1.538000,80.010000>0.457200} cylinder{<107.950000,0.038000,80.010000><107.950000,-1.538000,80.010000>0.457200} cylinder{<105.410000,0.038000,77.470000><105.410000,-1.538000,77.470000>0.457200} cylinder{<107.950000,0.038000,77.470000><107.950000,-1.538000,77.470000>0.457200} cylinder{<105.410000,0.038000,74.930000><105.410000,-1.538000,74.930000>0.457200} cylinder{<107.950000,0.038000,74.930000><107.950000,-1.538000,74.930000>0.457200} cylinder{<105.410000,0.038000,72.390000><105.410000,-1.538000,72.390000>0.457200} cylinder{<107.950000,0.038000,72.390000><107.950000,-1.538000,72.390000>0.457200} cylinder{<105.410000,0.038000,69.850000><105.410000,-1.538000,69.850000>0.457200} cylinder{<107.950000,0.038000,69.850000><107.950000,-1.538000,69.850000>0.457200} cylinder{<105.410000,0.038000,67.310000><105.410000,-1.538000,67.310000>0.457200} cylinder{<107.950000,0.038000,67.310000><107.950000,-1.538000,67.310000>0.457200} cylinder{<105.410000,0.038000,45.720000><105.410000,-1.538000,45.720000>0.457200} cylinder{<107.950000,0.038000,45.720000><107.950000,-1.538000,45.720000>0.457200} cylinder{<105.410000,0.038000,43.180000><105.410000,-1.538000,43.180000>0.457200} cylinder{<107.950000,0.038000,43.180000><107.950000,-1.538000,43.180000>0.457200} cylinder{<105.410000,0.038000,40.640000><105.410000,-1.538000,40.640000>0.457200} cylinder{<107.950000,0.038000,40.640000><107.950000,-1.538000,40.640000>0.457200} cylinder{<105.410000,0.038000,38.100000><105.410000,-1.538000,38.100000>0.457200} cylinder{<107.950000,0.038000,38.100000><107.950000,-1.538000,38.100000>0.457200} cylinder{<105.410000,0.038000,35.560000><105.410000,-1.538000,35.560000>0.457200} cylinder{<107.950000,0.038000,35.560000><107.950000,-1.538000,35.560000>0.457200} cylinder{<105.410000,0.038000,33.020000><105.410000,-1.538000,33.020000>0.457200} cylinder{<107.950000,0.038000,33.020000><107.950000,-1.538000,33.020000>0.457200} cylinder{<105.410000,0.038000,30.480000><105.410000,-1.538000,30.480000>0.457200} cylinder{<107.950000,0.038000,30.480000><107.950000,-1.538000,30.480000>0.457200} cylinder{<105.410000,0.038000,27.940000><105.410000,-1.538000,27.940000>0.457200} cylinder{<107.950000,0.038000,27.940000><107.950000,-1.538000,27.940000>0.457200} cylinder{<7.620000,0.038000,12.700000><7.620000,-1.538000,12.700000>0.508000} cylinder{<7.620000,0.038000,15.240000><7.620000,-1.538000,15.240000>0.508000} cylinder{<8.890000,0.038000,55.880000><8.890000,-1.538000,55.880000>0.508000} cylinder{<6.350000,0.038000,55.880000><6.350000,-1.538000,55.880000>0.508000} cylinder{<8.890000,0.038000,58.420000><8.890000,-1.538000,58.420000>0.508000} cylinder{<6.350000,0.038000,58.420000><6.350000,-1.538000,58.420000>0.508000} cylinder{<8.890000,0.038000,60.960000><8.890000,-1.538000,60.960000>0.508000} cylinder{<6.350000,0.038000,60.960000><6.350000,-1.538000,60.960000>0.508000} cylinder{<8.890000,0.038000,63.500000><8.890000,-1.538000,63.500000>0.508000} cylinder{<6.350000,0.038000,63.500000><6.350000,-1.538000,63.500000>0.508000} cylinder{<64.770000,0.038000,44.450000><64.770000,-1.538000,44.450000>0.406400} cylinder{<64.770000,0.038000,41.910000><64.770000,-1.538000,41.910000>0.406400} cylinder{<64.770000,0.038000,39.370000><64.770000,-1.538000,39.370000>0.406400} cylinder{<64.770000,0.038000,36.830000><64.770000,-1.538000,36.830000>0.406400} cylinder{<64.770000,0.038000,34.290000><64.770000,-1.538000,34.290000>0.406400} cylinder{<64.770000,0.038000,31.750000><64.770000,-1.538000,31.750000>0.406400} cylinder{<64.770000,0.038000,29.210000><64.770000,-1.538000,29.210000>0.406400} cylinder{<64.770000,0.038000,26.670000><64.770000,-1.538000,26.670000>0.406400} cylinder{<72.390000,0.038000,26.670000><72.390000,-1.538000,26.670000>0.406400} cylinder{<72.390000,0.038000,29.210000><72.390000,-1.538000,29.210000>0.406400} cylinder{<72.390000,0.038000,31.750000><72.390000,-1.538000,31.750000>0.406400} cylinder{<72.390000,0.038000,34.290000><72.390000,-1.538000,34.290000>0.406400} cylinder{<72.390000,0.038000,36.830000><72.390000,-1.538000,36.830000>0.406400} cylinder{<72.390000,0.038000,39.370000><72.390000,-1.538000,39.370000>0.406400} cylinder{<72.390000,0.038000,41.910000><72.390000,-1.538000,41.910000>0.406400} cylinder{<72.390000,0.038000,44.450000><72.390000,-1.538000,44.450000>0.406400} cylinder{<26.670000,0.038000,71.120000><26.670000,-1.538000,71.120000>0.406400} cylinder{<26.670000,0.038000,68.580000><26.670000,-1.538000,68.580000>0.406400} cylinder{<26.670000,0.038000,66.040000><26.670000,-1.538000,66.040000>0.406400} cylinder{<26.670000,0.038000,63.500000><26.670000,-1.538000,63.500000>0.406400} cylinder{<26.670000,0.038000,60.960000><26.670000,-1.538000,60.960000>0.406400} cylinder{<26.670000,0.038000,58.420000><26.670000,-1.538000,58.420000>0.406400} cylinder{<26.670000,0.038000,55.880000><26.670000,-1.538000,55.880000>0.406400} cylinder{<26.670000,0.038000,53.340000><26.670000,-1.538000,53.340000>0.406400} cylinder{<26.670000,0.038000,50.800000><26.670000,-1.538000,50.800000>0.406400} cylinder{<26.670000,0.038000,48.260000><26.670000,-1.538000,48.260000>0.406400} cylinder{<26.670000,0.038000,45.720000><26.670000,-1.538000,45.720000>0.406400} cylinder{<26.670000,0.038000,43.180000><26.670000,-1.538000,43.180000>0.406400} cylinder{<26.670000,0.038000,40.640000><26.670000,-1.538000,40.640000>0.406400} cylinder{<26.670000,0.038000,38.100000><26.670000,-1.538000,38.100000>0.406400} cylinder{<34.290000,0.038000,38.100000><34.290000,-1.538000,38.100000>0.406400} cylinder{<34.290000,0.038000,40.640000><34.290000,-1.538000,40.640000>0.406400} cylinder{<34.290000,0.038000,43.180000><34.290000,-1.538000,43.180000>0.406400} cylinder{<34.290000,0.038000,45.720000><34.290000,-1.538000,45.720000>0.406400} cylinder{<34.290000,0.038000,48.260000><34.290000,-1.538000,48.260000>0.406400} cylinder{<34.290000,0.038000,50.800000><34.290000,-1.538000,50.800000>0.406400} cylinder{<34.290000,0.038000,53.340000><34.290000,-1.538000,53.340000>0.406400} cylinder{<34.290000,0.038000,55.880000><34.290000,-1.538000,55.880000>0.406400} cylinder{<34.290000,0.038000,58.420000><34.290000,-1.538000,58.420000>0.406400} cylinder{<34.290000,0.038000,60.960000><34.290000,-1.538000,60.960000>0.406400} cylinder{<34.290000,0.038000,63.500000><34.290000,-1.538000,63.500000>0.406400} cylinder{<34.290000,0.038000,66.040000><34.290000,-1.538000,66.040000>0.406400} cylinder{<34.290000,0.038000,68.580000><34.290000,-1.538000,68.580000>0.406400} cylinder{<34.290000,0.038000,71.120000><34.290000,-1.538000,71.120000>0.406400} cylinder{<124.460000,0.038000,83.820000><124.460000,-1.538000,83.820000>0.406400} cylinder{<124.460000,0.038000,81.280000><124.460000,-1.538000,81.280000>0.406400} cylinder{<124.460000,0.038000,78.740000><124.460000,-1.538000,78.740000>0.406400} cylinder{<124.460000,0.038000,76.200000><124.460000,-1.538000,76.200000>0.406400} cylinder{<124.460000,0.038000,73.660000><124.460000,-1.538000,73.660000>0.406400} cylinder{<124.460000,0.038000,71.120000><124.460000,-1.538000,71.120000>0.406400} cylinder{<124.460000,0.038000,68.580000><124.460000,-1.538000,68.580000>0.406400} cylinder{<124.460000,0.038000,66.040000><124.460000,-1.538000,66.040000>0.406400} cylinder{<132.080000,0.038000,66.040000><132.080000,-1.538000,66.040000>0.406400} cylinder{<132.080000,0.038000,68.580000><132.080000,-1.538000,68.580000>0.406400} cylinder{<132.080000,0.038000,71.120000><132.080000,-1.538000,71.120000>0.406400} cylinder{<132.080000,0.038000,73.660000><132.080000,-1.538000,73.660000>0.406400} cylinder{<132.080000,0.038000,76.200000><132.080000,-1.538000,76.200000>0.406400} cylinder{<132.080000,0.038000,78.740000><132.080000,-1.538000,78.740000>0.406400} cylinder{<132.080000,0.038000,81.280000><132.080000,-1.538000,81.280000>0.406400} cylinder{<132.080000,0.038000,83.820000><132.080000,-1.538000,83.820000>0.406400} cylinder{<81.280000,0.038000,83.820000><81.280000,-1.538000,83.820000>0.406400} cylinder{<81.280000,0.038000,81.280000><81.280000,-1.538000,81.280000>0.406400} cylinder{<81.280000,0.038000,78.740000><81.280000,-1.538000,78.740000>0.406400} cylinder{<81.280000,0.038000,76.200000><81.280000,-1.538000,76.200000>0.406400} cylinder{<81.280000,0.038000,73.660000><81.280000,-1.538000,73.660000>0.406400} cylinder{<81.280000,0.038000,71.120000><81.280000,-1.538000,71.120000>0.406400} cylinder{<81.280000,0.038000,68.580000><81.280000,-1.538000,68.580000>0.406400} cylinder{<81.280000,0.038000,66.040000><81.280000,-1.538000,66.040000>0.406400} cylinder{<88.900000,0.038000,66.040000><88.900000,-1.538000,66.040000>0.406400} cylinder{<88.900000,0.038000,68.580000><88.900000,-1.538000,68.580000>0.406400} cylinder{<88.900000,0.038000,71.120000><88.900000,-1.538000,71.120000>0.406400} cylinder{<88.900000,0.038000,73.660000><88.900000,-1.538000,73.660000>0.406400} cylinder{<88.900000,0.038000,76.200000><88.900000,-1.538000,76.200000>0.406400} cylinder{<88.900000,0.038000,78.740000><88.900000,-1.538000,78.740000>0.406400} cylinder{<88.900000,0.038000,81.280000><88.900000,-1.538000,81.280000>0.406400} cylinder{<88.900000,0.038000,83.820000><88.900000,-1.538000,83.820000>0.406400} cylinder{<124.460000,0.038000,44.450000><124.460000,-1.538000,44.450000>0.406400} cylinder{<124.460000,0.038000,41.910000><124.460000,-1.538000,41.910000>0.406400} cylinder{<124.460000,0.038000,39.370000><124.460000,-1.538000,39.370000>0.406400} cylinder{<124.460000,0.038000,36.830000><124.460000,-1.538000,36.830000>0.406400} cylinder{<124.460000,0.038000,34.290000><124.460000,-1.538000,34.290000>0.406400} cylinder{<124.460000,0.038000,31.750000><124.460000,-1.538000,31.750000>0.406400} cylinder{<124.460000,0.038000,29.210000><124.460000,-1.538000,29.210000>0.406400} cylinder{<124.460000,0.038000,26.670000><124.460000,-1.538000,26.670000>0.406400} cylinder{<132.080000,0.038000,26.670000><132.080000,-1.538000,26.670000>0.406400} cylinder{<132.080000,0.038000,29.210000><132.080000,-1.538000,29.210000>0.406400} cylinder{<132.080000,0.038000,31.750000><132.080000,-1.538000,31.750000>0.406400} cylinder{<132.080000,0.038000,34.290000><132.080000,-1.538000,34.290000>0.406400} cylinder{<132.080000,0.038000,36.830000><132.080000,-1.538000,36.830000>0.406400} cylinder{<132.080000,0.038000,39.370000><132.080000,-1.538000,39.370000>0.406400} cylinder{<132.080000,0.038000,41.910000><132.080000,-1.538000,41.910000>0.406400} cylinder{<132.080000,0.038000,44.450000><132.080000,-1.538000,44.450000>0.406400} cylinder{<81.280000,0.038000,44.450000><81.280000,-1.538000,44.450000>0.406400} cylinder{<81.280000,0.038000,41.910000><81.280000,-1.538000,41.910000>0.406400} cylinder{<81.280000,0.038000,39.370000><81.280000,-1.538000,39.370000>0.406400} cylinder{<81.280000,0.038000,36.830000><81.280000,-1.538000,36.830000>0.406400} cylinder{<81.280000,0.038000,34.290000><81.280000,-1.538000,34.290000>0.406400} cylinder{<81.280000,0.038000,31.750000><81.280000,-1.538000,31.750000>0.406400} cylinder{<81.280000,0.038000,29.210000><81.280000,-1.538000,29.210000>0.406400} cylinder{<81.280000,0.038000,26.670000><81.280000,-1.538000,26.670000>0.406400} cylinder{<88.900000,0.038000,26.670000><88.900000,-1.538000,26.670000>0.406400} cylinder{<88.900000,0.038000,29.210000><88.900000,-1.538000,29.210000>0.406400} cylinder{<88.900000,0.038000,31.750000><88.900000,-1.538000,31.750000>0.406400} cylinder{<88.900000,0.038000,34.290000><88.900000,-1.538000,34.290000>0.406400} cylinder{<88.900000,0.038000,36.830000><88.900000,-1.538000,36.830000>0.406400} cylinder{<88.900000,0.038000,39.370000><88.900000,-1.538000,39.370000>0.406400} cylinder{<88.900000,0.038000,41.910000><88.900000,-1.538000,41.910000>0.406400} cylinder{<88.900000,0.038000,44.450000><88.900000,-1.538000,44.450000>0.406400} cylinder{<88.900000,0.038000,11.430000><88.900000,-1.538000,11.430000>0.508000} cylinder{<91.440000,0.038000,11.430000><91.440000,-1.538000,11.430000>0.508000} cylinder{<93.980000,0.038000,11.430000><93.980000,-1.538000,11.430000>0.508000} cylinder{<140.970000,0.038000,83.820000><140.970000,-1.538000,83.820000>0.406400} cylinder{<140.970000,0.038000,81.280000><140.970000,-1.538000,81.280000>0.406400} cylinder{<140.970000,0.038000,78.740000><140.970000,-1.538000,78.740000>0.406400} cylinder{<140.970000,0.038000,76.200000><140.970000,-1.538000,76.200000>0.406400} cylinder{<140.970000,0.038000,73.660000><140.970000,-1.538000,73.660000>0.406400} cylinder{<140.970000,0.038000,71.120000><140.970000,-1.538000,71.120000>0.406400} cylinder{<140.970000,0.038000,68.580000><140.970000,-1.538000,68.580000>0.406400} cylinder{<140.970000,0.038000,66.040000><140.970000,-1.538000,66.040000>0.406400} cylinder{<148.590000,0.038000,66.040000><148.590000,-1.538000,66.040000>0.406400} cylinder{<148.590000,0.038000,68.580000><148.590000,-1.538000,68.580000>0.406400} cylinder{<148.590000,0.038000,71.120000><148.590000,-1.538000,71.120000>0.406400} cylinder{<148.590000,0.038000,73.660000><148.590000,-1.538000,73.660000>0.406400} cylinder{<148.590000,0.038000,76.200000><148.590000,-1.538000,76.200000>0.406400} cylinder{<148.590000,0.038000,78.740000><148.590000,-1.538000,78.740000>0.406400} cylinder{<148.590000,0.038000,81.280000><148.590000,-1.538000,81.280000>0.406400} cylinder{<148.590000,0.038000,83.820000><148.590000,-1.538000,83.820000>0.406400} cylinder{<64.770000,0.038000,83.820000><64.770000,-1.538000,83.820000>0.406400} cylinder{<64.770000,0.038000,81.280000><64.770000,-1.538000,81.280000>0.406400} cylinder{<64.770000,0.038000,78.740000><64.770000,-1.538000,78.740000>0.406400} cylinder{<64.770000,0.038000,76.200000><64.770000,-1.538000,76.200000>0.406400} cylinder{<64.770000,0.038000,73.660000><64.770000,-1.538000,73.660000>0.406400} cylinder{<64.770000,0.038000,71.120000><64.770000,-1.538000,71.120000>0.406400} cylinder{<64.770000,0.038000,68.580000><64.770000,-1.538000,68.580000>0.406400} cylinder{<64.770000,0.038000,66.040000><64.770000,-1.538000,66.040000>0.406400} cylinder{<72.390000,0.038000,66.040000><72.390000,-1.538000,66.040000>0.406400} cylinder{<72.390000,0.038000,68.580000><72.390000,-1.538000,68.580000>0.406400} cylinder{<72.390000,0.038000,71.120000><72.390000,-1.538000,71.120000>0.406400} cylinder{<72.390000,0.038000,73.660000><72.390000,-1.538000,73.660000>0.406400} cylinder{<72.390000,0.038000,76.200000><72.390000,-1.538000,76.200000>0.406400} cylinder{<72.390000,0.038000,78.740000><72.390000,-1.538000,78.740000>0.406400} cylinder{<72.390000,0.038000,81.280000><72.390000,-1.538000,81.280000>0.406400} cylinder{<72.390000,0.038000,83.820000><72.390000,-1.538000,83.820000>0.406400} cylinder{<140.970000,0.038000,44.450000><140.970000,-1.538000,44.450000>0.406400} cylinder{<140.970000,0.038000,41.910000><140.970000,-1.538000,41.910000>0.406400} cylinder{<140.970000,0.038000,39.370000><140.970000,-1.538000,39.370000>0.406400} cylinder{<140.970000,0.038000,36.830000><140.970000,-1.538000,36.830000>0.406400} cylinder{<140.970000,0.038000,34.290000><140.970000,-1.538000,34.290000>0.406400} cylinder{<140.970000,0.038000,31.750000><140.970000,-1.538000,31.750000>0.406400} cylinder{<140.970000,0.038000,29.210000><140.970000,-1.538000,29.210000>0.406400} cylinder{<140.970000,0.038000,26.670000><140.970000,-1.538000,26.670000>0.406400} cylinder{<148.590000,0.038000,26.670000><148.590000,-1.538000,26.670000>0.406400} cylinder{<148.590000,0.038000,29.210000><148.590000,-1.538000,29.210000>0.406400} cylinder{<148.590000,0.038000,31.750000><148.590000,-1.538000,31.750000>0.406400} cylinder{<148.590000,0.038000,34.290000><148.590000,-1.538000,34.290000>0.406400} cylinder{<148.590000,0.038000,36.830000><148.590000,-1.538000,36.830000>0.406400} cylinder{<148.590000,0.038000,39.370000><148.590000,-1.538000,39.370000>0.406400} cylinder{<148.590000,0.038000,41.910000><148.590000,-1.538000,41.910000>0.406400} cylinder{<148.590000,0.038000,44.450000><148.590000,-1.538000,44.450000>0.406400} cylinder{<46.990000,0.038000,20.320000><46.990000,-1.538000,20.320000>0.457200} cylinder{<49.530000,0.038000,20.320000><49.530000,-1.538000,20.320000>0.457200} cylinder{<46.990000,0.038000,17.780000><46.990000,-1.538000,17.780000>0.457200} cylinder{<49.530000,0.038000,17.780000><49.530000,-1.538000,17.780000>0.457200} cylinder{<46.990000,0.038000,15.240000><46.990000,-1.538000,15.240000>0.457200} cylinder{<49.530000,0.038000,15.240000><49.530000,-1.538000,15.240000>0.457200} cylinder{<46.990000,0.038000,12.700000><46.990000,-1.538000,12.700000>0.457200} cylinder{<49.530000,0.038000,12.700000><49.530000,-1.538000,12.700000>0.457200} cylinder{<46.990000,0.038000,10.160000><46.990000,-1.538000,10.160000>0.457200} cylinder{<49.530000,0.038000,10.160000><49.530000,-1.538000,10.160000>0.457200} cylinder{<7.620000,0.038000,68.580000><7.620000,-1.538000,68.580000>0.508000} cylinder{<7.620000,0.038000,71.120000><7.620000,-1.538000,71.120000>0.508000} cylinder{<7.620000,0.038000,73.660000><7.620000,-1.538000,73.660000>0.508000} cylinder{<7.620000,0.038000,76.200000><7.620000,-1.538000,76.200000>0.508000} cylinder{<31.750000,0.038000,11.430000><31.750000,-1.538000,11.430000>0.406400} cylinder{<30.480000,0.038000,13.335000><30.480000,-1.538000,13.335000>0.406400} cylinder{<29.210000,0.038000,11.430000><29.210000,-1.538000,11.430000>0.406400} cylinder{<20.320000,0.038000,33.020000><20.320000,-1.538000,33.020000>0.406400} cylinder{<20.320000,0.038000,48.260000><20.320000,-1.538000,48.260000>0.406400} cylinder{<12.700000,0.038000,48.260000><12.700000,-1.538000,48.260000>0.406400} cylinder{<12.700000,0.038000,33.020000><12.700000,-1.538000,33.020000>0.406400} cylinder{<35.560000,0.038000,78.740000><35.560000,-1.538000,78.740000>0.406400} cylinder{<25.400000,0.038000,78.740000><25.400000,-1.538000,78.740000>0.406400} cylinder{<35.560000,0.038000,22.860000><35.560000,-1.538000,22.860000>0.406400} cylinder{<25.400000,0.038000,22.860000><25.400000,-1.538000,22.860000>0.406400} cylinder{<35.560000,0.038000,27.940000><35.560000,-1.538000,27.940000>0.406400} cylinder{<25.400000,0.038000,27.940000><25.400000,-1.538000,27.940000>0.406400} cylinder{<35.560000,0.038000,33.020000><35.560000,-1.538000,33.020000>0.406400} cylinder{<25.400000,0.038000,33.020000><25.400000,-1.538000,33.020000>0.406400} cylinder{<25.400000,0.038000,17.780000><25.400000,-1.538000,17.780000>0.406400} cylinder{<35.560000,0.038000,17.780000><35.560000,-1.538000,17.780000>0.406400} cylinder{<97.790000,0.038000,90.170000><97.790000,-1.538000,90.170000>0.406400} cylinder{<97.790000,0.038000,87.630000><97.790000,-1.538000,87.630000>0.406400} cylinder{<97.790000,0.038000,85.090000><97.790000,-1.538000,85.090000>0.406400} cylinder{<97.790000,0.038000,82.550000><97.790000,-1.538000,82.550000>0.406400} cylinder{<97.790000,0.038000,80.010000><97.790000,-1.538000,80.010000>0.406400} cylinder{<97.790000,0.038000,77.470000><97.790000,-1.538000,77.470000>0.406400} cylinder{<97.790000,0.038000,74.930000><97.790000,-1.538000,74.930000>0.406400} cylinder{<97.790000,0.038000,72.390000><97.790000,-1.538000,72.390000>0.406400} cylinder{<97.790000,0.038000,69.850000><97.790000,-1.538000,69.850000>0.406400} cylinder{<97.790000,0.038000,67.310000><97.790000,-1.538000,67.310000>0.406400} cylinder{<97.790000,0.038000,64.770000><97.790000,-1.538000,64.770000>0.406400} cylinder{<97.790000,0.038000,62.230000><97.790000,-1.538000,62.230000>0.406400} cylinder{<115.570000,0.038000,90.170000><115.570000,-1.538000,90.170000>0.406400} cylinder{<115.570000,0.038000,87.630000><115.570000,-1.538000,87.630000>0.406400} cylinder{<115.570000,0.038000,85.090000><115.570000,-1.538000,85.090000>0.406400} cylinder{<115.570000,0.038000,82.550000><115.570000,-1.538000,82.550000>0.406400} cylinder{<115.570000,0.038000,80.010000><115.570000,-1.538000,80.010000>0.406400} cylinder{<115.570000,0.038000,77.470000><115.570000,-1.538000,77.470000>0.406400} cylinder{<115.570000,0.038000,74.930000><115.570000,-1.538000,74.930000>0.406400} cylinder{<115.570000,0.038000,72.390000><115.570000,-1.538000,72.390000>0.406400} cylinder{<115.570000,0.038000,69.850000><115.570000,-1.538000,69.850000>0.406400} cylinder{<115.570000,0.038000,67.310000><115.570000,-1.538000,67.310000>0.406400} cylinder{<115.570000,0.038000,64.770000><115.570000,-1.538000,64.770000>0.406400} cylinder{<115.570000,0.038000,62.230000><115.570000,-1.538000,62.230000>0.406400} cylinder{<115.570000,0.038000,50.800000><115.570000,-1.538000,50.800000>0.406400} cylinder{<115.570000,0.038000,48.260000><115.570000,-1.538000,48.260000>0.406400} cylinder{<115.570000,0.038000,45.720000><115.570000,-1.538000,45.720000>0.406400} cylinder{<115.570000,0.038000,43.180000><115.570000,-1.538000,43.180000>0.406400} cylinder{<115.570000,0.038000,40.640000><115.570000,-1.538000,40.640000>0.406400} cylinder{<115.570000,0.038000,38.100000><115.570000,-1.538000,38.100000>0.406400} cylinder{<115.570000,0.038000,35.560000><115.570000,-1.538000,35.560000>0.406400} cylinder{<115.570000,0.038000,33.020000><115.570000,-1.538000,33.020000>0.406400} cylinder{<115.570000,0.038000,30.480000><115.570000,-1.538000,30.480000>0.406400} cylinder{<115.570000,0.038000,27.940000><115.570000,-1.538000,27.940000>0.406400} cylinder{<115.570000,0.038000,25.400000><115.570000,-1.538000,25.400000>0.406400} cylinder{<115.570000,0.038000,22.860000><115.570000,-1.538000,22.860000>0.406400} cylinder{<97.790000,0.038000,50.800000><97.790000,-1.538000,50.800000>0.406400} cylinder{<97.790000,0.038000,48.260000><97.790000,-1.538000,48.260000>0.406400} cylinder{<97.790000,0.038000,45.720000><97.790000,-1.538000,45.720000>0.406400} cylinder{<97.790000,0.038000,43.180000><97.790000,-1.538000,43.180000>0.406400} cylinder{<97.790000,0.038000,40.640000><97.790000,-1.538000,40.640000>0.406400} cylinder{<97.790000,0.038000,38.100000><97.790000,-1.538000,38.100000>0.406400} cylinder{<97.790000,0.038000,35.560000><97.790000,-1.538000,35.560000>0.406400} cylinder{<97.790000,0.038000,33.020000><97.790000,-1.538000,33.020000>0.406400} cylinder{<97.790000,0.038000,30.480000><97.790000,-1.538000,30.480000>0.406400} cylinder{<97.790000,0.038000,27.940000><97.790000,-1.538000,27.940000>0.406400} cylinder{<97.790000,0.038000,25.400000><97.790000,-1.538000,25.400000>0.406400} cylinder{<97.790000,0.038000,22.860000><97.790000,-1.538000,22.860000>0.406400} cylinder{<59.730000,0.038000,8.890000><59.730000,-1.538000,8.890000>0.596900} cylinder{<64.730000,0.038000,8.890000><64.730000,-1.538000,8.890000>0.596900} //Bohrungen(schnell)/Durchkontaktierungen cylinder{<87.630000,0.038000,54.610000><87.630000,-1.538000,54.610000>0.350000 } cylinder{<87.630000,0.038000,62.230000><87.630000,-1.538000,62.230000>0.350000 } cylinder{<154.940000,0.038000,62.230000><154.940000,-1.538000,62.230000>0.350000 } cylinder{<148.590000,0.038000,62.230000><148.590000,-1.538000,62.230000>0.350000 } cylinder{<46.990000,0.038000,73.660000><46.990000,-1.538000,73.660000>0.350000 } cylinder{<46.990000,0.038000,62.230000><46.990000,-1.538000,62.230000>0.350000 } cylinder{<49.530000,0.038000,69.850000><49.530000,-1.538000,69.850000>0.350000 } cylinder{<49.530000,0.038000,54.610000><49.530000,-1.538000,54.610000>0.350000 } cylinder{<52.070000,0.038000,69.850000><52.070000,-1.538000,69.850000>0.350000 } cylinder{<52.070000,0.038000,54.610000><52.070000,-1.538000,54.610000>0.350000 } cylinder{<64.770000,0.038000,62.230000><64.770000,-1.538000,62.230000>0.350000 } cylinder{<64.770000,0.038000,54.610000><64.770000,-1.538000,54.610000>0.350000 } cylinder{<135.890000,0.038000,22.860000><135.890000,-1.538000,22.860000>0.350000 } cylinder{<128.270000,0.038000,22.860000><128.270000,-1.538000,22.860000>0.350000 } cylinder{<106.680000,0.038000,6.350000><106.680000,-1.538000,6.350000>0.350000 } cylinder{<106.680000,0.038000,16.510000><106.680000,-1.538000,16.510000>0.350000 } cylinder{<90.170000,0.038000,6.350000><90.170000,-1.538000,6.350000>0.350000 } cylinder{<97.790000,0.038000,6.350000><97.790000,-1.538000,6.350000>0.350000 } cylinder{<49.530000,0.038000,46.990000><49.530000,-1.538000,46.990000>0.350000 } cylinder{<49.530000,0.038000,36.830000><49.530000,-1.538000,36.830000>0.350000 } cylinder{<19.050000,0.038000,8.890000><19.050000,-1.538000,8.890000>0.350000 } cylinder{<19.050000,0.038000,3.810000><19.050000,-1.538000,3.810000>0.350000 } cylinder{<44.450000,0.038000,43.180000><44.450000,-1.538000,43.180000>0.350000 } cylinder{<36.830000,0.038000,43.180000><36.830000,-1.538000,43.180000>0.350000 } cylinder{<54.610000,0.038000,69.850000><54.610000,-1.538000,69.850000>0.350000 } cylinder{<54.610000,0.038000,54.610000><54.610000,-1.538000,54.610000>0.350000 } cylinder{<137.160000,0.038000,55.880000><137.160000,-1.538000,55.880000>0.350000 } cylinder{<137.160000,0.038000,83.820000><137.160000,-1.538000,83.820000>0.350000 } //Bohrungen(schnell)/Platine texture{col_hls} } #if(pcb_silkscreen=on) //Bestückungsdruck union{ //C1 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.321000,0.000000,85.090000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.639000,0.000000,85.090000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,0.000000,0> translate<28.321000,0.000000,85.090000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.639000,0.000000,82.550000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.321000,0.000000,82.550000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,0.000000,0> translate<28.321000,0.000000,82.550000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,84.836000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,82.804000>} box{<0,0,-0.076200><2.032000,0.036000,0.076200> rotate<0,-90.000000,0> translate<32.893000,0.000000,82.804000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,84.836000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,82.804000>} box{<0,0,-0.076200><2.032000,0.036000,0.076200> rotate<0,-90.000000,0> translate<28.067000,0.000000,82.804000> } object{ARC(0.254000,0.152400,0.000000,90.000000,0.036000) translate<32.639000,0.000000,84.836000>} object{ARC(0.254000,0.152400,90.000000,180.000000,0.036000) translate<28.321000,0.000000,84.836000>} object{ARC(0.254000,0.152400,270.000000,360.000000,0.036000) translate<32.639000,0.000000,82.804000>} object{ARC(0.254000,0.152400,180.000000,270.000000,0.036000) translate<28.321000,0.000000,82.804000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<31.242000,0.000000,83.820000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<30.861000,0.000000,83.820000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<30.861000,0.000000,83.820000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<30.861000,0.000000,83.820000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<30.734000,0.000000,83.820000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<30.734000,0.000000,83.820000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<30.734000,0.000000,83.820000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<30.734000,0.000000,84.582000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,90.000000,0> translate<30.734000,0.000000,84.582000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<30.734000,0.000000,83.820000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<30.734000,0.000000,83.058000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,-90.000000,0> translate<30.734000,0.000000,83.058000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<30.226000,0.000000,84.582000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<30.226000,0.000000,83.820000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,-90.000000,0> translate<30.226000,0.000000,83.820000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<30.226000,0.000000,83.820000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<30.226000,0.000000,83.058000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,-90.000000,0> translate<30.226000,0.000000,83.058000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<30.226000,0.000000,83.820000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<30.099000,0.000000,83.820000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<30.099000,0.000000,83.820000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<30.099000,0.000000,83.820000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<29.718000,0.000000,83.820000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<29.718000,0.000000,83.820000> } //C2 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<70.739000,0.000000,87.630000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<66.421000,0.000000,87.630000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,0.000000,0> translate<66.421000,0.000000,87.630000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<66.421000,0.000000,90.170000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<70.739000,0.000000,90.170000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,0.000000,0> translate<66.421000,0.000000,90.170000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<66.167000,0.000000,87.884000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<66.167000,0.000000,89.916000>} box{<0,0,-0.076200><2.032000,0.036000,0.076200> rotate<0,90.000000,0> translate<66.167000,0.000000,89.916000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<70.993000,0.000000,87.884000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<70.993000,0.000000,89.916000>} box{<0,0,-0.076200><2.032000,0.036000,0.076200> rotate<0,90.000000,0> translate<70.993000,0.000000,89.916000> } object{ARC(0.254000,0.152400,180.000000,270.000000,0.036000) translate<66.421000,0.000000,87.884000>} object{ARC(0.254000,0.152400,270.000000,360.000000,0.036000) translate<70.739000,0.000000,87.884000>} object{ARC(0.254000,0.152400,90.000000,180.000000,0.036000) translate<66.421000,0.000000,89.916000>} object{ARC(0.254000,0.152400,0.000000,90.000000,0.036000) translate<70.739000,0.000000,89.916000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.818000,0.000000,88.900000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<68.199000,0.000000,88.900000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<67.818000,0.000000,88.900000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<68.199000,0.000000,88.900000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<68.326000,0.000000,88.900000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<68.199000,0.000000,88.900000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.326000,0.000000,88.900000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.326000,0.000000,88.138000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,-90.000000,0> translate<68.326000,0.000000,88.138000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.326000,0.000000,88.900000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.326000,0.000000,89.662000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,90.000000,0> translate<68.326000,0.000000,89.662000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.834000,0.000000,88.138000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.834000,0.000000,88.900000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,90.000000,0> translate<68.834000,0.000000,88.900000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.834000,0.000000,88.900000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.834000,0.000000,89.662000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,90.000000,0> translate<68.834000,0.000000,89.662000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<68.834000,0.000000,88.900000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<68.961000,0.000000,88.900000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<68.834000,0.000000,88.900000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<68.961000,0.000000,88.900000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<69.342000,0.000000,88.900000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<68.961000,0.000000,88.900000> } //C3 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<146.939000,0.000000,89.535000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<146.939000,0.000000,88.265000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<146.939000,0.000000,88.265000> } object{ARC(0.508000,0.152400,270.000000,360.000000,0.036000) translate<146.431000,0.000000,88.265000>} object{ARC(0.508000,0.152400,0.000000,90.000000,0.036000) translate<146.431000,0.000000,89.535000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<143.129000,0.000000,87.757000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<146.431000,0.000000,87.757000>} box{<0,0,-0.076200><3.302000,0.036000,0.076200> rotate<0,0.000000,0> translate<143.129000,0.000000,87.757000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<142.621000,0.000000,89.535000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<142.621000,0.000000,88.265000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<142.621000,0.000000,88.265000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<143.129000,0.000000,90.043000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<146.431000,0.000000,90.043000>} box{<0,0,-0.076200><3.302000,0.036000,0.076200> rotate<0,0.000000,0> translate<143.129000,0.000000,90.043000> } object{ARC(0.508000,0.152400,180.000000,270.000000,0.036000) translate<143.129000,0.000000,88.265000>} object{ARC(0.508000,0.152400,90.000000,180.000000,0.036000) translate<143.129000,0.000000,89.535000>} cylinder{<0,0,0><0,0.036000,0>0.152400 translate<145.084800,0.000000,88.138000>} cylinder{<0,0,0><0,0.036000,0>0.152400 translate<145.084800,0.000000,89.662000>} box{<0,0,-0.152400><1.524000,0.036000,0.152400> rotate<0,90.000000,0> translate<145.084800,0.000000,89.662000> } cylinder{<0,0,0><0,0.036000,0>0.152400 translate<144.449800,0.000000,88.138000>} cylinder{<0,0,0><0,0.036000,0>0.152400 translate<144.449800,0.000000,89.662000>} box{<0,0,-0.152400><1.524000,0.036000,0.152400> rotate<0,90.000000,0> translate<144.449800,0.000000,89.662000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<143.510000,0.000000,88.900000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<144.449800,0.000000,88.900000>} box{<0,0,-0.076200><0.939800,0.036000,0.076200> rotate<0,0.000000,0> translate<143.510000,0.000000,88.900000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<146.050000,0.000000,88.900000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<145.084800,0.000000,88.900000>} box{<0,0,-0.076200><0.965200,0.036000,0.076200> rotate<0,0.000000,0> translate<145.084800,0.000000,88.900000> } //C4 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<70.739000,0.000000,48.260000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<66.421000,0.000000,48.260000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,0.000000,0> translate<66.421000,0.000000,48.260000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<66.421000,0.000000,50.800000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<70.739000,0.000000,50.800000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,0.000000,0> translate<66.421000,0.000000,50.800000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<66.167000,0.000000,48.514000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<66.167000,0.000000,50.546000>} box{<0,0,-0.076200><2.032000,0.036000,0.076200> rotate<0,90.000000,0> translate<66.167000,0.000000,50.546000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<70.993000,0.000000,48.514000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<70.993000,0.000000,50.546000>} box{<0,0,-0.076200><2.032000,0.036000,0.076200> rotate<0,90.000000,0> translate<70.993000,0.000000,50.546000> } object{ARC(0.254000,0.152400,180.000000,270.000000,0.036000) translate<66.421000,0.000000,48.514000>} object{ARC(0.254000,0.152400,270.000000,360.000000,0.036000) translate<70.739000,0.000000,48.514000>} object{ARC(0.254000,0.152400,90.000000,180.000000,0.036000) translate<66.421000,0.000000,50.546000>} object{ARC(0.254000,0.152400,0.000000,90.000000,0.036000) translate<70.739000,0.000000,50.546000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.818000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<68.199000,0.000000,49.530000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<67.818000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<68.199000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<68.326000,0.000000,49.530000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<68.199000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.326000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.326000,0.000000,48.768000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,-90.000000,0> translate<68.326000,0.000000,48.768000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.326000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.326000,0.000000,50.292000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,90.000000,0> translate<68.326000,0.000000,50.292000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.834000,0.000000,48.768000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.834000,0.000000,49.530000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,90.000000,0> translate<68.834000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.834000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<68.834000,0.000000,50.292000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,90.000000,0> translate<68.834000,0.000000,50.292000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<68.834000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<68.961000,0.000000,49.530000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<68.834000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<68.961000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<69.342000,0.000000,49.530000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<68.961000,0.000000,49.530000> } //C5 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<146.939000,0.000000,48.260000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<142.621000,0.000000,48.260000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,0.000000,0> translate<142.621000,0.000000,48.260000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<142.621000,0.000000,50.800000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<146.939000,0.000000,50.800000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,0.000000,0> translate<142.621000,0.000000,50.800000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<142.367000,0.000000,48.514000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<142.367000,0.000000,50.546000>} box{<0,0,-0.076200><2.032000,0.036000,0.076200> rotate<0,90.000000,0> translate<142.367000,0.000000,50.546000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<147.193000,0.000000,48.514000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<147.193000,0.000000,50.546000>} box{<0,0,-0.076200><2.032000,0.036000,0.076200> rotate<0,90.000000,0> translate<147.193000,0.000000,50.546000> } object{ARC(0.254000,0.152400,180.000000,270.000000,0.036000) translate<142.621000,0.000000,48.514000>} object{ARC(0.254000,0.152400,270.000000,360.000000,0.036000) translate<146.939000,0.000000,48.514000>} object{ARC(0.254000,0.152400,90.000000,180.000000,0.036000) translate<142.621000,0.000000,50.546000>} object{ARC(0.254000,0.152400,0.000000,90.000000,0.036000) translate<146.939000,0.000000,50.546000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<144.018000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<144.399000,0.000000,49.530000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<144.018000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<144.399000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<144.526000,0.000000,49.530000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<144.399000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<144.526000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<144.526000,0.000000,48.768000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,-90.000000,0> translate<144.526000,0.000000,48.768000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<144.526000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<144.526000,0.000000,50.292000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,90.000000,0> translate<144.526000,0.000000,50.292000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<145.034000,0.000000,48.768000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<145.034000,0.000000,49.530000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,90.000000,0> translate<145.034000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<145.034000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<145.034000,0.000000,50.292000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,90.000000,0> translate<145.034000,0.000000,50.292000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<145.034000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<145.161000,0.000000,49.530000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<145.034000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<145.161000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<145.542000,0.000000,49.530000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<145.161000,0.000000,49.530000> } //C6 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<22.860000,0.000000,56.769000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<22.860000,0.000000,52.451000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,-90.000000,0> translate<22.860000,0.000000,52.451000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<20.320000,0.000000,52.451000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<20.320000,0.000000,56.769000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,90.000000,0> translate<20.320000,0.000000,56.769000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<22.606000,0.000000,52.197000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<20.574000,0.000000,52.197000>} box{<0,0,-0.076200><2.032000,0.036000,0.076200> rotate<0,0.000000,0> translate<20.574000,0.000000,52.197000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<22.606000,0.000000,57.023000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<20.574000,0.000000,57.023000>} box{<0,0,-0.076200><2.032000,0.036000,0.076200> rotate<0,0.000000,0> translate<20.574000,0.000000,57.023000> } object{ARC(0.254000,0.152400,270.000000,360.000000,0.036000) translate<22.606000,0.000000,52.451000>} object{ARC(0.254000,0.152400,0.000000,90.000000,0.036000) translate<22.606000,0.000000,56.769000>} object{ARC(0.254000,0.152400,180.000000,270.000000,0.036000) translate<20.574000,0.000000,52.451000>} object{ARC(0.254000,0.152400,90.000000,180.000000,0.036000) translate<20.574000,0.000000,56.769000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<21.590000,0.000000,53.848000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<21.590000,0.000000,54.229000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,90.000000,0> translate<21.590000,0.000000,54.229000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<21.590000,0.000000,54.229000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<21.590000,0.000000,54.356000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,90.000000,0> translate<21.590000,0.000000,54.356000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<21.590000,0.000000,54.356000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<22.352000,0.000000,54.356000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,0.000000,0> translate<21.590000,0.000000,54.356000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<21.590000,0.000000,54.356000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<20.828000,0.000000,54.356000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,0.000000,0> translate<20.828000,0.000000,54.356000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<22.352000,0.000000,54.864000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<21.590000,0.000000,54.864000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,0.000000,0> translate<21.590000,0.000000,54.864000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<21.590000,0.000000,54.864000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<20.828000,0.000000,54.864000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,0.000000,0> translate<20.828000,0.000000,54.864000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<21.590000,0.000000,54.864000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<21.590000,0.000000,54.991000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,90.000000,0> translate<21.590000,0.000000,54.991000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<21.590000,0.000000,54.991000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<21.590000,0.000000,55.372000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,90.000000,0> translate<21.590000,0.000000,55.372000> } //C7 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<77.470000,0.000000,7.112000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<77.470000,0.000000,7.874000>} box{<0,0,-0.076200><0.762000,0.036000,0.076200> rotate<0,90.000000,0> translate<77.470000,0.000000,7.874000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<77.851000,0.000000,7.493000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<77.089000,0.000000,7.493000>} box{<0,0,-0.076200><0.762000,0.036000,0.076200> rotate<0,0.000000,0> translate<77.089000,0.000000,7.493000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<77.470000,0.000000,8.509000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<77.470000,0.000000,9.398000>} box{<0,0,-0.076200><0.889000,0.036000,0.076200> rotate<0,90.000000,0> translate<77.470000,0.000000,9.398000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<77.470000,0.000000,9.398000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<78.740000,0.000000,9.398000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<77.470000,0.000000,9.398000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<78.740000,0.000000,9.398000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<78.740000,0.000000,9.906000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,90.000000,0> translate<78.740000,0.000000,9.906000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<78.740000,0.000000,9.906000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<76.200000,0.000000,9.906000>} box{<0,0,-0.076200><2.540000,0.036000,0.076200> rotate<0,0.000000,0> translate<76.200000,0.000000,9.906000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<76.200000,0.000000,9.906000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<76.200000,0.000000,9.398000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,-90.000000,0> translate<76.200000,0.000000,9.398000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<76.200000,0.000000,9.398000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<77.470000,0.000000,9.398000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<76.200000,0.000000,9.398000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<77.470000,0.000000,10.795000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<77.470000,0.000000,11.811000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,90.000000,0> translate<77.470000,0.000000,11.811000> } difference{ cylinder{<77.470000,0,10.160000><77.470000,0.036000,10.160000>3.505200 translate<0,0.000000,0>} cylinder{<77.470000,-0.1,10.160000><77.470000,0.135000,10.160000>3.352800 translate<0,0.000000,0>}} box{<-0.254000,0,-1.270000><0.254000,0.036000,1.270000> rotate<0,-90.000000,0> translate<77.470000,0.000000,10.668000>} //C8 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.760000,0.000000,7.112000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.760000,0.000000,7.874000>} box{<0,0,-0.076200><0.762000,0.036000,0.076200> rotate<0,90.000000,0> translate<111.760000,0.000000,7.874000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<112.141000,0.000000,7.493000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,7.493000>} box{<0,0,-0.076200><0.762000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.379000,0.000000,7.493000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.760000,0.000000,8.509000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.760000,0.000000,9.398000>} box{<0,0,-0.076200><0.889000,0.036000,0.076200> rotate<0,90.000000,0> translate<111.760000,0.000000,9.398000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.760000,0.000000,9.398000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<113.030000,0.000000,9.398000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.760000,0.000000,9.398000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<113.030000,0.000000,9.398000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<113.030000,0.000000,9.906000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,90.000000,0> translate<113.030000,0.000000,9.906000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<113.030000,0.000000,9.906000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<110.490000,0.000000,9.906000>} box{<0,0,-0.076200><2.540000,0.036000,0.076200> rotate<0,0.000000,0> translate<110.490000,0.000000,9.906000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<110.490000,0.000000,9.906000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<110.490000,0.000000,9.398000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,-90.000000,0> translate<110.490000,0.000000,9.398000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<110.490000,0.000000,9.398000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.760000,0.000000,9.398000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<110.490000,0.000000,9.398000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.760000,0.000000,10.795000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.760000,0.000000,11.811000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,90.000000,0> translate<111.760000,0.000000,11.811000> } difference{ cylinder{<111.760000,0,10.160000><111.760000,0.036000,10.160000>3.505200 translate<0,0.000000,0>} cylinder{<111.760000,-0.1,10.160000><111.760000,0.135000,10.160000>3.352800 translate<0,0.000000,0>}} box{<-0.254000,0,-1.270000><0.254000,0.036000,1.270000> rotate<0,-90.000000,0> translate<111.760000,0.000000,10.668000>} //C9 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<104.140000,0.000000,12.319000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<104.140000,0.000000,8.001000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,-90.000000,0> translate<104.140000,0.000000,8.001000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<101.600000,0.000000,8.001000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<101.600000,0.000000,12.319000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,90.000000,0> translate<101.600000,0.000000,12.319000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.886000,0.000000,7.747000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<101.854000,0.000000,7.747000>} box{<0,0,-0.076200><2.032000,0.036000,0.076200> rotate<0,0.000000,0> translate<101.854000,0.000000,7.747000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.886000,0.000000,12.573000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<101.854000,0.000000,12.573000>} box{<0,0,-0.076200><2.032000,0.036000,0.076200> rotate<0,0.000000,0> translate<101.854000,0.000000,12.573000> } object{ARC(0.254000,0.152400,270.000000,360.000000,0.036000) translate<103.886000,0.000000,8.001000>} object{ARC(0.254000,0.152400,0.000000,90.000000,0.036000) translate<103.886000,0.000000,12.319000>} object{ARC(0.254000,0.152400,180.000000,270.000000,0.036000) translate<101.854000,0.000000,8.001000>} object{ARC(0.254000,0.152400,90.000000,180.000000,0.036000) translate<101.854000,0.000000,12.319000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.870000,0.000000,9.398000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.870000,0.000000,9.779000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.870000,0.000000,9.779000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.870000,0.000000,9.779000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.870000,0.000000,9.906000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.870000,0.000000,9.906000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<102.870000,0.000000,9.906000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<103.632000,0.000000,9.906000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,0.000000,0> translate<102.870000,0.000000,9.906000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<102.870000,0.000000,9.906000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<102.108000,0.000000,9.906000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,0.000000,0> translate<102.108000,0.000000,9.906000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<103.632000,0.000000,10.414000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<102.870000,0.000000,10.414000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,0.000000,0> translate<102.870000,0.000000,10.414000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<102.870000,0.000000,10.414000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<102.108000,0.000000,10.414000>} box{<0,0,-0.127000><0.762000,0.036000,0.127000> rotate<0,0.000000,0> translate<102.108000,0.000000,10.414000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.870000,0.000000,10.414000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.870000,0.000000,10.541000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.870000,0.000000,10.541000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.870000,0.000000,10.541000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.870000,0.000000,10.922000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.870000,0.000000,10.922000> } //CON_BUZZER silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,40.005000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,41.275000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<6.350000,0.000000,41.275000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,41.275000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,41.910000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<6.350000,0.000000,41.275000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,41.910000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,41.910000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<6.985000,0.000000,41.910000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,41.910000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,41.275000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<8.255000,0.000000,41.910000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,39.370000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,39.370000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<6.985000,0.000000,39.370000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,40.005000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,39.370000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<6.350000,0.000000,40.005000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,39.370000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,40.005000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<8.255000,0.000000,39.370000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,41.275000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,40.005000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<8.890000,0.000000,40.005000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,41.910000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,42.545000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<6.350000,0.000000,42.545000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,42.545000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,43.815000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<6.350000,0.000000,43.815000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,43.815000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,44.450000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<6.350000,0.000000,43.815000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,44.450000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,44.450000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<6.985000,0.000000,44.450000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,44.450000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,43.815000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<8.255000,0.000000,44.450000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,43.815000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,42.545000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<8.890000,0.000000,42.545000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,42.545000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,41.910000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<8.255000,0.000000,41.910000> } box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<7.620000,0.000000,40.640000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<7.620000,0.000000,43.180000>} //CON_LEDSTATE silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,21.590000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,22.225000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<9.525000,0.000000,21.590000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,23.495000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,24.130000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<9.525000,0.000000,24.130000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,24.130000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,24.765000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<9.525000,0.000000,24.130000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,26.035000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,26.670000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<9.525000,0.000000,26.670000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,21.590000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,21.590000>} box{<0,0,-0.076200><3.810000,0.036000,0.076200> rotate<0,0.000000,0> translate<5.715000,0.000000,21.590000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,21.590000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,22.225000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<5.080000,0.000000,22.225000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,22.225000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,23.495000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<5.080000,0.000000,23.495000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,23.495000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,24.130000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<5.080000,0.000000,23.495000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,24.130000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,24.765000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<5.080000,0.000000,24.765000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,24.765000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,26.035000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<5.080000,0.000000,26.035000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,26.035000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,26.670000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<5.080000,0.000000,26.035000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,24.130000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,24.130000>} box{<0,0,-0.076200><3.810000,0.036000,0.076200> rotate<0,0.000000,0> translate<5.715000,0.000000,24.130000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,26.670000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,26.670000>} box{<0,0,-0.076200><3.810000,0.036000,0.076200> rotate<0,0.000000,0> translate<5.715000,0.000000,26.670000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,24.765000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,26.035000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<10.160000,0.000000,26.035000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,22.225000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,23.495000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<10.160000,0.000000,23.495000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,26.670000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,27.305000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<9.525000,0.000000,26.670000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,28.575000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,29.210000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<9.525000,0.000000,29.210000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,26.670000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,27.305000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<5.080000,0.000000,27.305000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,27.305000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,28.575000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<5.080000,0.000000,28.575000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,28.575000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,29.210000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<5.080000,0.000000,28.575000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,29.210000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,29.210000>} box{<0,0,-0.076200><3.810000,0.036000,0.076200> rotate<0,0.000000,0> translate<5.715000,0.000000,29.210000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,27.305000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,28.575000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<10.160000,0.000000,28.575000> } box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<8.890000,0.000000,22.860000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<6.350000,0.000000,22.860000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<6.350000,0.000000,25.400000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<8.890000,0.000000,25.400000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<6.350000,0.000000,27.940000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<8.890000,0.000000,27.940000>} //CON_LEDTIME1 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<109.855000,0.000000,88.900000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<109.855000,0.000000,63.500000>} box{<0,0,-0.076200><25.400000,0.036000,0.076200> rotate<0,-90.000000,0> translate<109.855000,0.000000,63.500000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,63.500000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<109.855000,0.000000,63.500000>} box{<0,0,-0.076200><6.350000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.505000,0.000000,63.500000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<109.855000,0.000000,88.900000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,88.900000>} box{<0,0,-0.076200><6.350000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.505000,0.000000,88.900000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,90.170000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,88.900000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<111.125000,0.000000,88.900000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,62.230000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,66.929000>} box{<0,0,-0.076200><4.699000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.235000,0.000000,66.929000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,62.230000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,62.230000>} box{<0,0,-0.076200><8.890000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.235000,0.000000,62.230000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,90.170000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,90.170000>} box{<0,0,-0.076200><8.890000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.235000,0.000000,90.170000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,63.500000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,67.818000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,90.000000,0> translate<103.505000,0.000000,67.818000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<104.267000,0.000000,74.168000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<104.267000,0.000000,78.232000>} box{<0,0,-0.076200><4.064000,0.036000,0.076200> rotate<0,90.000000,0> translate<104.267000,0.000000,78.232000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,78.232000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<104.267000,0.000000,78.232000>} box{<0,0,-0.076200><0.762000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.505000,0.000000,78.232000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,78.232000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,80.518000>} box{<0,0,-0.076200><2.286000,0.036000,0.076200> rotate<0,90.000000,0> translate<103.505000,0.000000,80.518000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<104.267000,0.000000,74.168000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,74.168000>} box{<0,0,-0.076200><0.762000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.505000,0.000000,74.168000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,74.168000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,74.168000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.251000,0.000000,74.168000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,63.500000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,63.500000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.125000,0.000000,63.500000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,63.500000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,64.770000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<111.379000,0.000000,64.770000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,64.770000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,64.770000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.125000,0.000000,64.770000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,63.500000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,62.230000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<111.125000,0.000000,62.230000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,75.565000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,76.835000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<111.379000,0.000000,76.835000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,75.565000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,75.565000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.125000,0.000000,75.565000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,75.565000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,64.770000>} box{<0,0,-0.076200><10.795000,0.036000,0.076200> rotate<0,-90.000000,0> translate<111.125000,0.000000,64.770000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,76.835000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,76.835000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.125000,0.000000,76.835000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,87.630000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,88.900000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<111.379000,0.000000,88.900000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,88.900000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,88.900000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.125000,0.000000,88.900000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,87.630000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,87.630000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.125000,0.000000,87.630000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,87.630000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,76.835000>} box{<0,0,-0.076200><10.795000,0.036000,0.076200> rotate<0,-90.000000,0> translate<111.125000,0.000000,76.835000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,70.231000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,74.168000>} box{<0,0,-0.076200><3.937000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.235000,0.000000,74.168000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,74.168000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,78.232000>} box{<0,0,-0.076200><4.064000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.235000,0.000000,78.232000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,69.342000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,69.342000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.251000,0.000000,69.342000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,69.342000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,74.168000>} box{<0,0,-0.076200><4.826000,0.036000,0.076200> rotate<0,90.000000,0> translate<103.505000,0.000000,74.168000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,67.818000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,67.818000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.251000,0.000000,67.818000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,67.818000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,69.342000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<103.505000,0.000000,69.342000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,70.231000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,69.850000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,36.867464,0> translate<102.235000,0.000000,70.231000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,67.310000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,66.929000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,-36.867464,0> translate<102.235000,0.000000,66.929000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,67.310000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,67.818000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.743000,0.000000,67.818000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,69.342000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,74.168000>} box{<0,0,-0.025400><4.826000,0.036000,0.025400> rotate<0,90.000000,0> translate<103.251000,0.000000,74.168000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,74.168000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,74.168000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.235000,0.000000,74.168000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,67.818000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,63.246000>} box{<0,0,-0.025400><4.572000,0.036000,0.025400> rotate<0,-90.000000,0> translate<103.251000,0.000000,63.246000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,63.246000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<110.109000,0.000000,63.246000>} box{<0,0,-0.025400><6.858000,0.036000,0.025400> rotate<0,0.000000,0> translate<103.251000,0.000000,63.246000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<110.109000,0.000000,63.246000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<110.109000,0.000000,89.154000>} box{<0,0,-0.025400><25.908000,0.036000,0.025400> rotate<0,90.000000,0> translate<110.109000,0.000000,89.154000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<110.109000,0.000000,89.154000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,89.154000>} box{<0,0,-0.025400><6.858000,0.036000,0.025400> rotate<0,0.000000,0> translate<103.251000,0.000000,89.154000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,89.154000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,82.042000>} box{<0,0,-0.025400><7.112000,0.036000,0.025400> rotate<0,-90.000000,0> translate<103.251000,0.000000,82.042000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,78.232000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,78.232000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.251000,0.000000,78.232000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,78.232000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,78.232000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.235000,0.000000,78.232000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,69.342000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,69.342000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.743000,0.000000,69.342000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,69.342000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,69.850000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.743000,0.000000,69.850000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,67.818000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,67.818000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.743000,0.000000,67.818000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,67.818000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,69.342000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.743000,0.000000,69.342000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,90.170000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,85.852000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,-90.000000,0> translate<102.235000,0.000000,85.852000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.362000,0.000000,85.852000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,85.852000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.235000,0.000000,85.852000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.362000,0.000000,85.852000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.362000,0.000000,84.328000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,-90.000000,0> translate<102.362000,0.000000,84.328000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,84.328000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.362000,0.000000,84.328000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.235000,0.000000,84.328000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,84.328000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,82.931000>} box{<0,0,-0.076200><1.397000,0.036000,0.076200> rotate<0,-90.000000,0> translate<102.235000,0.000000,82.931000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,82.042000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,82.042000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.743000,0.000000,82.042000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,80.518000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,80.518000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.743000,0.000000,80.518000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,80.518000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,78.232000>} box{<0,0,-0.025400><2.286000,0.036000,0.025400> rotate<0,-90.000000,0> translate<103.251000,0.000000,78.232000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,82.042000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,82.042000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.251000,0.000000,82.042000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,82.042000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,88.900000>} box{<0,0,-0.076200><6.858000,0.036000,0.076200> rotate<0,90.000000,0> translate<103.505000,0.000000,88.900000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,80.518000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,80.518000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.251000,0.000000,80.518000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,80.518000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,82.042000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<103.505000,0.000000,82.042000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,80.518000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,82.042000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.743000,0.000000,82.042000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,82.042000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,82.550000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.743000,0.000000,82.550000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,82.931000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,82.550000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,36.867464,0> translate<102.235000,0.000000,82.931000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,80.010000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,79.629000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,-36.867464,0> translate<102.235000,0.000000,79.629000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,79.629000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,78.232000>} box{<0,0,-0.076200><1.397000,0.036000,0.076200> rotate<0,-90.000000,0> translate<102.235000,0.000000,78.232000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,80.010000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,80.518000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.743000,0.000000,80.518000> } box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,67.310000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,67.310000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,69.850000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,72.390000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,72.390000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,69.850000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,82.550000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,85.090000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,80.010000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,74.930000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,77.470000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,82.550000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,85.090000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,80.010000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,74.930000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,77.470000>} //CON_LEDTIME2 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<109.855000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<109.855000,0.000000,24.130000>} box{<0,0,-0.076200><25.400000,0.036000,0.076200> rotate<0,-90.000000,0> translate<109.855000,0.000000,24.130000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,24.130000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<109.855000,0.000000,24.130000>} box{<0,0,-0.076200><6.350000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.505000,0.000000,24.130000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<109.855000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,49.530000>} box{<0,0,-0.076200><6.350000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.505000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,50.800000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,49.530000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<111.125000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,22.860000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,27.559000>} box{<0,0,-0.076200><4.699000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.235000,0.000000,27.559000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,22.860000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,22.860000>} box{<0,0,-0.076200><8.890000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.235000,0.000000,22.860000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,50.800000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,50.800000>} box{<0,0,-0.076200><8.890000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.235000,0.000000,50.800000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,24.130000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,28.448000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,90.000000,0> translate<103.505000,0.000000,28.448000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<104.267000,0.000000,34.798000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<104.267000,0.000000,38.862000>} box{<0,0,-0.076200><4.064000,0.036000,0.076200> rotate<0,90.000000,0> translate<104.267000,0.000000,38.862000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,38.862000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<104.267000,0.000000,38.862000>} box{<0,0,-0.076200><0.762000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.505000,0.000000,38.862000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,38.862000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,41.148000>} box{<0,0,-0.076200><2.286000,0.036000,0.076200> rotate<0,90.000000,0> translate<103.505000,0.000000,41.148000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<104.267000,0.000000,34.798000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,34.798000>} box{<0,0,-0.076200><0.762000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.505000,0.000000,34.798000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,34.798000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,34.798000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.251000,0.000000,34.798000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,24.130000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,24.130000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.125000,0.000000,24.130000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,24.130000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,25.400000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<111.379000,0.000000,25.400000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,25.400000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,25.400000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.125000,0.000000,25.400000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,24.130000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,22.860000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<111.125000,0.000000,22.860000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,36.195000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,37.465000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<111.379000,0.000000,37.465000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,36.195000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,36.195000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.125000,0.000000,36.195000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,36.195000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,25.400000>} box{<0,0,-0.076200><10.795000,0.036000,0.076200> rotate<0,-90.000000,0> translate<111.125000,0.000000,25.400000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,37.465000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,37.465000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.125000,0.000000,37.465000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,48.260000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,49.530000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<111.379000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,49.530000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.125000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.379000,0.000000,48.260000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,48.260000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<111.125000,0.000000,48.260000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,48.260000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<111.125000,0.000000,37.465000>} box{<0,0,-0.076200><10.795000,0.036000,0.076200> rotate<0,-90.000000,0> translate<111.125000,0.000000,37.465000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,30.861000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,34.798000>} box{<0,0,-0.076200><3.937000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.235000,0.000000,34.798000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,34.798000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,38.862000>} box{<0,0,-0.076200><4.064000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.235000,0.000000,38.862000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,29.972000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,29.972000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.251000,0.000000,29.972000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,29.972000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,34.798000>} box{<0,0,-0.076200><4.826000,0.036000,0.076200> rotate<0,90.000000,0> translate<103.505000,0.000000,34.798000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,28.448000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,28.448000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.251000,0.000000,28.448000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,28.448000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,29.972000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<103.505000,0.000000,29.972000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,30.861000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,30.480000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,36.867464,0> translate<102.235000,0.000000,30.861000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,27.940000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,27.559000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,-36.867464,0> translate<102.235000,0.000000,27.559000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,27.940000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,28.448000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.743000,0.000000,28.448000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,29.972000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,34.798000>} box{<0,0,-0.025400><4.826000,0.036000,0.025400> rotate<0,90.000000,0> translate<103.251000,0.000000,34.798000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,34.798000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,34.798000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.235000,0.000000,34.798000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,28.448000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,23.876000>} box{<0,0,-0.025400><4.572000,0.036000,0.025400> rotate<0,-90.000000,0> translate<103.251000,0.000000,23.876000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,23.876000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<110.109000,0.000000,23.876000>} box{<0,0,-0.025400><6.858000,0.036000,0.025400> rotate<0,0.000000,0> translate<103.251000,0.000000,23.876000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<110.109000,0.000000,23.876000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<110.109000,0.000000,49.784000>} box{<0,0,-0.025400><25.908000,0.036000,0.025400> rotate<0,90.000000,0> translate<110.109000,0.000000,49.784000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<110.109000,0.000000,49.784000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,49.784000>} box{<0,0,-0.025400><6.858000,0.036000,0.025400> rotate<0,0.000000,0> translate<103.251000,0.000000,49.784000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,49.784000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,42.672000>} box{<0,0,-0.025400><7.112000,0.036000,0.025400> rotate<0,-90.000000,0> translate<103.251000,0.000000,42.672000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,38.862000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,38.862000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.251000,0.000000,38.862000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,38.862000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,38.862000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.235000,0.000000,38.862000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,29.972000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,29.972000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.743000,0.000000,29.972000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,29.972000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,30.480000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.743000,0.000000,30.480000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,28.448000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,28.448000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.743000,0.000000,28.448000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,28.448000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,29.972000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.743000,0.000000,29.972000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,50.800000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,46.482000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,-90.000000,0> translate<102.235000,0.000000,46.482000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.362000,0.000000,46.482000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,46.482000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.235000,0.000000,46.482000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.362000,0.000000,46.482000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.362000,0.000000,44.958000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,-90.000000,0> translate<102.362000,0.000000,44.958000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,44.958000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.362000,0.000000,44.958000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.235000,0.000000,44.958000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,44.958000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,43.561000>} box{<0,0,-0.076200><1.397000,0.036000,0.076200> rotate<0,-90.000000,0> translate<102.235000,0.000000,43.561000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,42.672000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,42.672000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.743000,0.000000,42.672000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,41.148000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,41.148000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,0.000000,0> translate<102.743000,0.000000,41.148000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,41.148000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<103.251000,0.000000,38.862000>} box{<0,0,-0.025400><2.286000,0.036000,0.025400> rotate<0,-90.000000,0> translate<103.251000,0.000000,38.862000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,42.672000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,42.672000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.251000,0.000000,42.672000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,42.672000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,49.530000>} box{<0,0,-0.076200><6.858000,0.036000,0.076200> rotate<0,90.000000,0> translate<103.505000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,41.148000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.251000,0.000000,41.148000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<103.251000,0.000000,41.148000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,41.148000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<103.505000,0.000000,42.672000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<103.505000,0.000000,42.672000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,41.148000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,42.672000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.743000,0.000000,42.672000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,42.672000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,43.180000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.743000,0.000000,43.180000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,43.561000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,43.180000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,36.867464,0> translate<102.235000,0.000000,43.561000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,40.640000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,40.259000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,-36.867464,0> translate<102.235000,0.000000,40.259000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,40.259000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.235000,0.000000,38.862000>} box{<0,0,-0.076200><1.397000,0.036000,0.076200> rotate<0,-90.000000,0> translate<102.235000,0.000000,38.862000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,40.640000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<102.743000,0.000000,41.148000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,90.000000,0> translate<102.743000,0.000000,41.148000> } box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,27.940000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,27.940000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,30.480000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,33.020000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,33.020000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,30.480000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,43.180000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,45.720000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,40.640000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,35.560000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<107.950000,0.000000,38.100000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,43.180000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,45.720000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,40.640000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,35.560000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<105.410000,0.000000,38.100000>} //CON_OUT silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,12.065000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,13.335000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<6.350000,0.000000,13.335000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,13.335000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,13.970000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<6.350000,0.000000,13.335000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,13.970000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,13.970000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<6.985000,0.000000,13.970000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,13.970000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,13.335000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<8.255000,0.000000,13.970000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,11.430000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,11.430000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<6.985000,0.000000,11.430000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,12.065000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,11.430000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<6.350000,0.000000,12.065000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,11.430000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,12.065000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<8.255000,0.000000,11.430000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,13.335000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,12.065000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<8.890000,0.000000,12.065000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,13.970000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,14.605000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<6.350000,0.000000,14.605000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,14.605000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,15.875000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<6.350000,0.000000,15.875000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,15.875000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,16.510000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<6.350000,0.000000,15.875000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,16.510000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,16.510000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<6.985000,0.000000,16.510000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,16.510000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,15.875000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<8.255000,0.000000,16.510000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,15.875000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,14.605000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<8.890000,0.000000,14.605000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,14.605000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,13.970000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<8.255000,0.000000,13.970000> } box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<7.620000,0.000000,12.700000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<7.620000,0.000000,15.240000>} //CON_TASTER silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,54.610000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,55.245000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<9.525000,0.000000,54.610000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,56.515000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,57.150000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<9.525000,0.000000,57.150000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,57.150000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,57.785000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<9.525000,0.000000,57.150000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,59.055000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,59.690000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<9.525000,0.000000,59.690000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,59.690000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,60.325000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<9.525000,0.000000,59.690000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,61.595000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,62.230000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<9.525000,0.000000,62.230000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,54.610000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,54.610000>} box{<0,0,-0.076200><3.810000,0.036000,0.076200> rotate<0,0.000000,0> translate<5.715000,0.000000,54.610000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,54.610000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,55.245000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<5.080000,0.000000,55.245000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,55.245000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,56.515000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<5.080000,0.000000,56.515000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,56.515000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,57.150000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<5.080000,0.000000,56.515000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,57.150000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,57.785000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<5.080000,0.000000,57.785000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,57.785000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,59.055000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<5.080000,0.000000,59.055000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,59.055000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,59.690000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<5.080000,0.000000,59.055000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,59.690000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,60.325000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<5.080000,0.000000,60.325000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,60.325000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,61.595000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<5.080000,0.000000,61.595000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,61.595000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,62.230000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<5.080000,0.000000,61.595000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,57.150000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,57.150000>} box{<0,0,-0.076200><3.810000,0.036000,0.076200> rotate<0,0.000000,0> translate<5.715000,0.000000,57.150000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,59.690000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,59.690000>} box{<0,0,-0.076200><3.810000,0.036000,0.076200> rotate<0,0.000000,0> translate<5.715000,0.000000,59.690000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,62.230000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,62.230000>} box{<0,0,-0.076200><3.810000,0.036000,0.076200> rotate<0,0.000000,0> translate<5.715000,0.000000,62.230000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,60.325000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,61.595000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<10.160000,0.000000,61.595000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,57.785000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,59.055000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<10.160000,0.000000,59.055000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,55.245000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,56.515000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<10.160000,0.000000,56.515000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,62.230000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,62.865000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<9.525000,0.000000,62.230000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,64.135000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,64.770000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<9.525000,0.000000,64.770000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,62.230000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,62.865000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<5.080000,0.000000,62.865000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,62.865000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,64.135000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<5.080000,0.000000,64.135000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.080000,0.000000,64.135000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,64.770000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<5.080000,0.000000,64.135000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<5.715000,0.000000,64.770000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<9.525000,0.000000,64.770000>} box{<0,0,-0.076200><3.810000,0.036000,0.076200> rotate<0,0.000000,0> translate<5.715000,0.000000,64.770000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,62.865000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.160000,0.000000,64.135000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<10.160000,0.000000,64.135000> } box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<8.890000,0.000000,55.880000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<6.350000,0.000000,55.880000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<6.350000,0.000000,58.420000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<8.890000,0.000000,58.420000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<6.350000,0.000000,60.960000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<8.890000,0.000000,60.960000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<6.350000,0.000000,63.500000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<8.890000,0.000000,63.500000>} //IC1 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<71.501000,0.000000,25.400000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<71.501000,0.000000,45.720000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,90.000000,0> translate<71.501000,0.000000,45.720000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<65.659000,0.000000,45.720000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<65.659000,0.000000,25.400000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,-90.000000,0> translate<65.659000,0.000000,25.400000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<71.501000,0.000000,25.400000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<65.659000,0.000000,25.400000>} box{<0,0,-0.076200><5.842000,0.036000,0.076200> rotate<0,0.000000,0> translate<65.659000,0.000000,25.400000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<71.501000,0.000000,45.720000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<69.596000,0.000000,45.720000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<69.596000,0.000000,45.720000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<65.659000,0.000000,45.720000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.564000,0.000000,45.720000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<65.659000,0.000000,45.720000> } object{ARC(1.016000,0.152400,180.000000,360.000000,0.036000) translate<68.580000,0.000000,45.720000>} //IC5 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<29.845000,0.000000,73.152000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.686000,0.000000,73.152000>} box{<0,0,-0.076200><2.159000,0.036000,0.076200> rotate<0,0.000000,0> translate<27.686000,0.000000,73.152000> } object{ARC(0.635000,0.152400,180.000000,360.000000,0.036000) translate<30.480000,0.000000,73.152000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.686000,0.000000,73.152000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.686000,0.000000,36.068000>} box{<0,0,-0.076200><37.084000,0.036000,0.076200> rotate<0,-90.000000,0> translate<27.686000,0.000000,36.068000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.274000,0.000000,73.152000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<31.115000,0.000000,73.152000>} box{<0,0,-0.076200><2.159000,0.036000,0.076200> rotate<0,0.000000,0> translate<31.115000,0.000000,73.152000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.274000,0.000000,73.152000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.274000,0.000000,36.068000>} box{<0,0,-0.076200><37.084000,0.036000,0.076200> rotate<0,-90.000000,0> translate<33.274000,0.000000,36.068000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.274000,0.000000,36.068000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.686000,0.000000,36.068000>} box{<0,0,-0.076200><5.588000,0.036000,0.076200> rotate<0,0.000000,0> translate<27.686000,0.000000,36.068000> } //IC6 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<131.191000,0.000000,64.770000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<131.191000,0.000000,85.090000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,90.000000,0> translate<131.191000,0.000000,85.090000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<125.349000,0.000000,85.090000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<125.349000,0.000000,64.770000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,-90.000000,0> translate<125.349000,0.000000,64.770000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<131.191000,0.000000,64.770000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<125.349000,0.000000,64.770000>} box{<0,0,-0.076200><5.842000,0.036000,0.076200> rotate<0,0.000000,0> translate<125.349000,0.000000,64.770000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<131.191000,0.000000,85.090000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<129.286000,0.000000,85.090000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<129.286000,0.000000,85.090000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<125.349000,0.000000,85.090000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<127.254000,0.000000,85.090000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<125.349000,0.000000,85.090000> } object{ARC(1.016000,0.152400,180.000000,360.000000,0.036000) translate<128.270000,0.000000,85.090000>} //IC7 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<88.011000,0.000000,64.770000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<88.011000,0.000000,85.090000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,90.000000,0> translate<88.011000,0.000000,85.090000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<82.169000,0.000000,85.090000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<82.169000,0.000000,64.770000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,-90.000000,0> translate<82.169000,0.000000,64.770000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<88.011000,0.000000,64.770000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<82.169000,0.000000,64.770000>} box{<0,0,-0.076200><5.842000,0.036000,0.076200> rotate<0,0.000000,0> translate<82.169000,0.000000,64.770000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<88.011000,0.000000,85.090000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<86.106000,0.000000,85.090000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<86.106000,0.000000,85.090000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<82.169000,0.000000,85.090000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<84.074000,0.000000,85.090000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<82.169000,0.000000,85.090000> } object{ARC(1.016000,0.152400,180.000000,360.000000,0.036000) translate<85.090000,0.000000,85.090000>} //IC8 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<131.191000,0.000000,25.400000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<131.191000,0.000000,45.720000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,90.000000,0> translate<131.191000,0.000000,45.720000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<125.349000,0.000000,45.720000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<125.349000,0.000000,25.400000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,-90.000000,0> translate<125.349000,0.000000,25.400000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<131.191000,0.000000,25.400000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<125.349000,0.000000,25.400000>} box{<0,0,-0.076200><5.842000,0.036000,0.076200> rotate<0,0.000000,0> translate<125.349000,0.000000,25.400000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<131.191000,0.000000,45.720000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<129.286000,0.000000,45.720000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<129.286000,0.000000,45.720000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<125.349000,0.000000,45.720000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<127.254000,0.000000,45.720000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<125.349000,0.000000,45.720000> } object{ARC(1.016000,0.152400,180.000000,360.000000,0.036000) translate<128.270000,0.000000,45.720000>} //IC9 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<88.011000,0.000000,25.400000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<88.011000,0.000000,45.720000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,90.000000,0> translate<88.011000,0.000000,45.720000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<82.169000,0.000000,45.720000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<82.169000,0.000000,25.400000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,-90.000000,0> translate<82.169000,0.000000,25.400000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<88.011000,0.000000,25.400000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<82.169000,0.000000,25.400000>} box{<0,0,-0.076200><5.842000,0.036000,0.076200> rotate<0,0.000000,0> translate<82.169000,0.000000,25.400000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<88.011000,0.000000,45.720000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<86.106000,0.000000,45.720000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<86.106000,0.000000,45.720000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<82.169000,0.000000,45.720000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<84.074000,0.000000,45.720000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<82.169000,0.000000,45.720000> } object{ARC(1.016000,0.152400,180.000000,360.000000,0.036000) translate<85.090000,0.000000,45.720000>} //IC10 silk screen cylinder{<0,0,0><0,0.036000,0>0.063500 translate<96.520000,0.000000,12.827000>} cylinder{<0,0,0><0,0.036000,0>0.063500 translate<96.393000,0.000000,9.906000>} box{<0,0,-0.063500><2.923760,0.036000,0.063500> rotate<0,-87.504672,0> translate<96.393000,0.000000,9.906000> } cylinder{<0,0,0><0,0.036000,0>0.063500 translate<96.139000,0.000000,9.652000>} cylinder{<0,0,0><0,0.036000,0>0.063500 translate<96.393000,0.000000,9.906000>} box{<0,0,-0.063500><0.359210,0.036000,0.063500> rotate<0,-44.997030,0> translate<96.139000,0.000000,9.652000> } cylinder{<0,0,0><0,0.036000,0>0.063500 translate<96.139000,0.000000,9.652000>} cylinder{<0,0,0><0,0.036000,0>0.063500 translate<86.741000,0.000000,9.652000>} box{<0,0,-0.063500><9.398000,0.036000,0.063500> rotate<0,0.000000,0> translate<86.741000,0.000000,9.652000> } cylinder{<0,0,0><0,0.036000,0>0.063500 translate<86.487000,0.000000,9.906000>} cylinder{<0,0,0><0,0.036000,0>0.063500 translate<86.741000,0.000000,9.652000>} box{<0,0,-0.063500><0.359210,0.036000,0.063500> rotate<0,44.997030,0> translate<86.487000,0.000000,9.906000> } cylinder{<0,0,0><0,0.036000,0>0.063500 translate<86.487000,0.000000,9.906000>} cylinder{<0,0,0><0,0.036000,0>0.063500 translate<86.360000,0.000000,12.827000>} box{<0,0,-0.063500><2.923760,0.036000,0.063500> rotate<0,87.504672,0> translate<86.360000,0.000000,12.827000> } difference{ cylinder{<86.944200,0,10.261600><86.944200,0.036000,10.261600>0.317500 translate<0,0.000000,0>} cylinder{<86.944200,-0.1,10.261600><86.944200,0.135000,10.261600>0.190500 translate<0,0.000000,0>}} box{<-5.334000,0,-0.381000><5.334000,0.036000,0.381000> rotate<0,-0.000000,0> translate<91.440000,0.000000,13.589000>} box{<-0.952500,0,-0.254000><0.952500,0.036000,0.254000> rotate<0,-0.000000,0> translate<87.058500,0.000000,12.954000>} box{<-0.381000,0,-0.254000><0.381000,0.036000,0.254000> rotate<0,-0.000000,0> translate<90.170000,0.000000,12.954000>} box{<-0.889000,0,-0.254000><0.889000,0.036000,0.254000> rotate<0,-0.000000,0> translate<88.900000,0.000000,12.954000>} box{<-0.381000,0,-0.254000><0.381000,0.036000,0.254000> rotate<0,-0.000000,0> translate<92.710000,0.000000,12.954000>} box{<-0.952500,0,-0.254000><0.952500,0.036000,0.254000> rotate<0,-0.000000,0> translate<95.821500,0.000000,12.954000>} box{<-0.889000,0,-0.254000><0.889000,0.036000,0.254000> rotate<0,-0.000000,0> translate<91.440000,0.000000,12.954000>} box{<-0.889000,0,-0.254000><0.889000,0.036000,0.254000> rotate<0,-0.000000,0> translate<93.980000,0.000000,12.954000>} //IC11 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<147.701000,0.000000,64.770000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<147.701000,0.000000,85.090000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,90.000000,0> translate<147.701000,0.000000,85.090000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<141.859000,0.000000,85.090000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<141.859000,0.000000,64.770000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,-90.000000,0> translate<141.859000,0.000000,64.770000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<147.701000,0.000000,64.770000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<141.859000,0.000000,64.770000>} box{<0,0,-0.076200><5.842000,0.036000,0.076200> rotate<0,0.000000,0> translate<141.859000,0.000000,64.770000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<147.701000,0.000000,85.090000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<145.796000,0.000000,85.090000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<145.796000,0.000000,85.090000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<141.859000,0.000000,85.090000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<143.764000,0.000000,85.090000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<141.859000,0.000000,85.090000> } object{ARC(1.016000,0.152400,180.000000,360.000000,0.036000) translate<144.780000,0.000000,85.090000>} //IC12 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<71.501000,0.000000,64.770000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<71.501000,0.000000,85.090000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,90.000000,0> translate<71.501000,0.000000,85.090000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<65.659000,0.000000,85.090000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<65.659000,0.000000,64.770000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,-90.000000,0> translate<65.659000,0.000000,64.770000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<71.501000,0.000000,64.770000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<65.659000,0.000000,64.770000>} box{<0,0,-0.076200><5.842000,0.036000,0.076200> rotate<0,0.000000,0> translate<65.659000,0.000000,64.770000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<71.501000,0.000000,85.090000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<69.596000,0.000000,85.090000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<69.596000,0.000000,85.090000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<65.659000,0.000000,85.090000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.564000,0.000000,85.090000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<65.659000,0.000000,85.090000> } object{ARC(1.016000,0.152400,180.000000,360.000000,0.036000) translate<68.580000,0.000000,85.090000>} //IC13 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<147.701000,0.000000,25.400000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<147.701000,0.000000,45.720000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,90.000000,0> translate<147.701000,0.000000,45.720000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<141.859000,0.000000,45.720000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<141.859000,0.000000,25.400000>} box{<0,0,-0.076200><20.320000,0.036000,0.076200> rotate<0,-90.000000,0> translate<141.859000,0.000000,25.400000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<147.701000,0.000000,25.400000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<141.859000,0.000000,25.400000>} box{<0,0,-0.076200><5.842000,0.036000,0.076200> rotate<0,0.000000,0> translate<141.859000,0.000000,25.400000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<147.701000,0.000000,45.720000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<145.796000,0.000000,45.720000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<145.796000,0.000000,45.720000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<141.859000,0.000000,45.720000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<143.764000,0.000000,45.720000>} box{<0,0,-0.076200><1.905000,0.036000,0.076200> rotate<0,0.000000,0> translate<141.859000,0.000000,45.720000> } object{ARC(1.016000,0.152400,180.000000,360.000000,0.036000) translate<144.780000,0.000000,45.720000>} //ISP silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<51.435000,0.000000,24.130000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<51.435000,0.000000,6.350000>} box{<0,0,-0.076200><17.780000,0.036000,0.076200> rotate<0,-90.000000,0> translate<51.435000,0.000000,6.350000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,6.350000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<51.435000,0.000000,6.350000>} box{<0,0,-0.076200><6.350000,0.036000,0.076200> rotate<0,0.000000,0> translate<45.085000,0.000000,6.350000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<51.435000,0.000000,24.130000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,24.130000>} box{<0,0,-0.076200><6.350000,0.036000,0.076200> rotate<0,0.000000,0> translate<45.085000,0.000000,24.130000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,25.400000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,24.130000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<52.705000,0.000000,24.130000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,5.080000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,9.779000>} box{<0,0,-0.076200><4.699000,0.036000,0.076200> rotate<0,90.000000,0> translate<43.815000,0.000000,9.779000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,5.080000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,5.080000>} box{<0,0,-0.076200><8.890000,0.036000,0.076200> rotate<0,0.000000,0> translate<43.815000,0.000000,5.080000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,25.400000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,25.400000>} box{<0,0,-0.076200><8.890000,0.036000,0.076200> rotate<0,0.000000,0> translate<43.815000,0.000000,25.400000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,6.350000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,10.668000>} box{<0,0,-0.076200><4.318000,0.036000,0.076200> rotate<0,90.000000,0> translate<45.085000,0.000000,10.668000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.847000,0.000000,13.208000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.847000,0.000000,17.272000>} box{<0,0,-0.076200><4.064000,0.036000,0.076200> rotate<0,90.000000,0> translate<45.847000,0.000000,17.272000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,17.272000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.847000,0.000000,17.272000>} box{<0,0,-0.076200><0.762000,0.036000,0.076200> rotate<0,0.000000,0> translate<45.085000,0.000000,17.272000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,17.272000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,24.130000>} box{<0,0,-0.076200><6.858000,0.036000,0.076200> rotate<0,90.000000,0> translate<45.085000,0.000000,24.130000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,17.272000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.831000,0.000000,17.272000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<44.831000,0.000000,17.272000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.847000,0.000000,13.208000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,13.208000>} box{<0,0,-0.076200><0.762000,0.036000,0.076200> rotate<0,0.000000,0> translate<45.085000,0.000000,13.208000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,13.208000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.831000,0.000000,13.208000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<44.831000,0.000000,13.208000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,6.350000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.959000,0.000000,6.350000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<52.705000,0.000000,6.350000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.959000,0.000000,6.350000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.959000,0.000000,7.620000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<52.959000,0.000000,7.620000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,7.620000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.959000,0.000000,7.620000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<52.705000,0.000000,7.620000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,6.350000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,5.080000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<52.705000,0.000000,5.080000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.959000,0.000000,14.605000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.959000,0.000000,15.875000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<52.959000,0.000000,15.875000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.959000,0.000000,14.605000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,14.605000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<52.705000,0.000000,14.605000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,14.605000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,7.620000>} box{<0,0,-0.076200><6.985000,0.036000,0.076200> rotate<0,-90.000000,0> translate<52.705000,0.000000,7.620000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.959000,0.000000,15.875000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,15.875000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<52.705000,0.000000,15.875000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.959000,0.000000,22.860000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.959000,0.000000,24.130000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<52.959000,0.000000,24.130000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.959000,0.000000,24.130000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,24.130000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<52.705000,0.000000,24.130000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.959000,0.000000,22.860000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,22.860000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<52.705000,0.000000,22.860000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,22.860000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<52.705000,0.000000,15.875000>} box{<0,0,-0.076200><6.985000,0.036000,0.076200> rotate<0,-90.000000,0> translate<52.705000,0.000000,15.875000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,13.081000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,13.208000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,90.000000,0> translate<43.815000,0.000000,13.208000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,13.208000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,17.272000>} box{<0,0,-0.076200><4.064000,0.036000,0.076200> rotate<0,90.000000,0> translate<43.815000,0.000000,17.272000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,12.192000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.831000,0.000000,12.192000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<44.831000,0.000000,12.192000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,12.192000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,13.208000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,90.000000,0> translate<45.085000,0.000000,13.208000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,10.668000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.831000,0.000000,10.668000>} box{<0,0,-0.076200><0.254000,0.036000,0.076200> rotate<0,0.000000,0> translate<44.831000,0.000000,10.668000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,10.668000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<45.085000,0.000000,12.192000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<45.085000,0.000000,12.192000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,13.081000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.323000,0.000000,12.700000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,36.867464,0> translate<43.815000,0.000000,13.081000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.323000,0.000000,10.160000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,9.779000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,-36.867464,0> translate<43.815000,0.000000,9.779000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.323000,0.000000,10.160000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.323000,0.000000,10.668000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,90.000000,0> translate<44.323000,0.000000,10.668000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<44.831000,0.000000,12.192000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<44.831000,0.000000,13.208000>} box{<0,0,-0.025400><1.016000,0.036000,0.025400> rotate<0,90.000000,0> translate<44.831000,0.000000,13.208000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.831000,0.000000,13.208000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,13.208000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<43.815000,0.000000,13.208000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<44.831000,0.000000,10.668000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<44.831000,0.000000,6.096000>} box{<0,0,-0.025400><4.572000,0.036000,0.025400> rotate<0,-90.000000,0> translate<44.831000,0.000000,6.096000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<44.831000,0.000000,6.096000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<51.689000,0.000000,6.096000>} box{<0,0,-0.025400><6.858000,0.036000,0.025400> rotate<0,0.000000,0> translate<44.831000,0.000000,6.096000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<51.689000,0.000000,6.096000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<51.689000,0.000000,24.384000>} box{<0,0,-0.025400><18.288000,0.036000,0.025400> rotate<0,90.000000,0> translate<51.689000,0.000000,24.384000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<51.689000,0.000000,24.384000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<44.831000,0.000000,24.384000>} box{<0,0,-0.025400><6.858000,0.036000,0.025400> rotate<0,0.000000,0> translate<44.831000,0.000000,24.384000> } cylinder{<0,0,0><0,0.036000,0>0.025400 translate<44.831000,0.000000,24.384000>} cylinder{<0,0,0><0,0.036000,0>0.025400 translate<44.831000,0.000000,17.272000>} box{<0,0,-0.025400><7.112000,0.036000,0.025400> rotate<0,-90.000000,0> translate<44.831000,0.000000,17.272000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.831000,0.000000,17.272000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,17.272000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<43.815000,0.000000,17.272000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.831000,0.000000,12.192000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.323000,0.000000,12.192000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,0.000000,0> translate<44.323000,0.000000,12.192000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.323000,0.000000,12.192000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.323000,0.000000,12.700000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,90.000000,0> translate<44.323000,0.000000,12.700000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.831000,0.000000,10.668000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.323000,0.000000,10.668000>} box{<0,0,-0.076200><0.508000,0.036000,0.076200> rotate<0,0.000000,0> translate<44.323000,0.000000,10.668000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.323000,0.000000,10.668000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<44.323000,0.000000,12.192000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<44.323000,0.000000,12.192000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,17.272000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,19.685000>} box{<0,0,-0.076200><2.413000,0.036000,0.076200> rotate<0,90.000000,0> translate<43.815000,0.000000,19.685000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.942000,0.000000,19.685000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,19.685000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<43.815000,0.000000,19.685000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.942000,0.000000,19.685000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.942000,0.000000,20.955000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<43.942000,0.000000,20.955000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,20.955000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.942000,0.000000,20.955000>} box{<0,0,-0.076200><0.127000,0.036000,0.076200> rotate<0,0.000000,0> translate<43.815000,0.000000,20.955000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,20.955000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<43.815000,0.000000,25.400000>} box{<0,0,-0.076200><4.445000,0.036000,0.076200> rotate<0,90.000000,0> translate<43.815000,0.000000,25.400000> } box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<49.530000,0.000000,17.780000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<49.530000,0.000000,20.320000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<49.530000,0.000000,15.240000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<49.530000,0.000000,10.160000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<49.530000,0.000000,12.700000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<46.990000,0.000000,17.780000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<46.990000,0.000000,20.320000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<46.990000,0.000000,15.240000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<46.990000,0.000000,10.160000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-270.000000,0> translate<46.990000,0.000000,12.700000>} //JP1 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,72.390000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,73.025000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<6.350000,0.000000,73.025000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,73.025000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,74.295000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<6.350000,0.000000,74.295000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,74.295000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,74.930000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<6.350000,0.000000,74.295000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,74.930000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,74.930000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<6.985000,0.000000,74.930000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,74.930000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,74.295000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<8.255000,0.000000,74.930000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,74.295000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,73.025000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<8.890000,0.000000,73.025000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,73.025000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,72.390000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<8.255000,0.000000,72.390000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,67.945000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,69.215000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<6.350000,0.000000,69.215000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,69.215000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,69.850000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<6.350000,0.000000,69.215000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,69.850000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,69.850000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<6.985000,0.000000,69.850000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,69.850000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,69.215000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<8.255000,0.000000,69.850000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,69.850000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,70.485000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<6.350000,0.000000,70.485000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,70.485000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,71.755000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<6.350000,0.000000,71.755000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,71.755000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,72.390000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<6.350000,0.000000,71.755000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,72.390000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,72.390000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<6.985000,0.000000,72.390000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,72.390000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,71.755000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<8.255000,0.000000,72.390000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,71.755000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,70.485000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<8.890000,0.000000,70.485000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,70.485000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,69.850000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<8.255000,0.000000,69.850000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,67.310000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,67.310000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<6.985000,0.000000,67.310000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,67.945000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,67.310000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<6.350000,0.000000,67.945000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,67.310000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,67.945000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<8.255000,0.000000,67.310000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,69.215000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,67.945000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<8.890000,0.000000,67.945000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,75.565000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,76.835000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,90.000000,0> translate<6.350000,0.000000,76.835000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,76.835000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,77.470000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<6.350000,0.000000,76.835000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,77.470000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,77.470000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,0.000000,0> translate<6.985000,0.000000,77.470000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,77.470000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,76.835000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<8.255000,0.000000,77.470000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.350000,0.000000,75.565000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<6.985000,0.000000,74.930000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,44.997030,0> translate<6.350000,0.000000,75.565000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.255000,0.000000,74.930000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,75.565000>} box{<0,0,-0.076200><0.898026,0.036000,0.076200> rotate<0,-44.997030,0> translate<8.255000,0.000000,74.930000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,76.835000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<8.890000,0.000000,75.565000>} box{<0,0,-0.076200><1.270000,0.036000,0.076200> rotate<0,-90.000000,0> translate<8.890000,0.000000,75.565000> } box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<7.620000,0.000000,73.660000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<7.620000,0.000000,71.120000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<7.620000,0.000000,68.580000>} box{<-0.254000,0,-0.254000><0.254000,0.036000,0.254000> rotate<0,-90.000000,0> translate<7.620000,0.000000,76.200000>} //Q1 silk screen object{ARC(2.667000,0.127000,107.146796,218.245791,0.036000) translate<30.480000,0.000000,11.430000>} object{ARC(2.666900,0.127000,321.752879,432.852571,0.036000) translate<30.480000,0.000000,11.430000>} cylinder{<0,0,0><0,0.036000,0>0.063500 translate<28.385500,0.000000,9.779000>} cylinder{<0,0,0><0,0.036000,0>0.063500 translate<32.574500,0.000000,9.779000>} box{<0,0,-0.063500><4.189000,0.036000,0.063500> rotate<0,0.000000,0> translate<28.385500,0.000000,9.779000> } cylinder{<0,0,0><0,0.036000,0>0.063500 translate<28.226300,0.000000,11.176000>} cylinder{<0,0,0><0,0.036000,0>0.063500 translate<30.193700,0.000000,11.176000>} box{<0,0,-0.063500><1.967400,0.036000,0.063500> rotate<0,0.000000,0> translate<28.226300,0.000000,11.176000> } cylinder{<0,0,0><0,0.036000,0>0.063500 translate<27.825100,0.000000,11.176000>} cylinder{<0,0,0><0,0.036000,0>0.063500 translate<28.226300,0.000000,11.176000>} box{<0,0,-0.063500><0.401200,0.036000,0.063500> rotate<0,0.000000,0> translate<27.825100,0.000000,11.176000> } cylinder{<0,0,0><0,0.036000,0>0.063500 translate<30.193700,0.000000,11.176000>} cylinder{<0,0,0><0,0.036000,0>0.063500 translate<30.766300,0.000000,11.176000>} box{<0,0,-0.063500><0.572600,0.036000,0.063500> rotate<0,0.000000,0> translate<30.193700,0.000000,11.176000> } cylinder{<0,0,0><0,0.036000,0>0.063500 translate<32.733700,0.000000,11.176000>} cylinder{<0,0,0><0,0.036000,0>0.063500 translate<33.134900,0.000000,11.176000>} box{<0,0,-0.063500><0.401200,0.036000,0.063500> rotate<0,0.000000,0> translate<32.733700,0.000000,11.176000> } cylinder{<0,0,0><0,0.036000,0>0.063500 translate<30.766300,0.000000,11.176000>} cylinder{<0,0,0><0,0.036000,0>0.063500 translate<32.733700,0.000000,11.176000>} box{<0,0,-0.063500><1.967400,0.036000,0.063500> rotate<0,0.000000,0> translate<30.766300,0.000000,11.176000> } object{ARC(2.667000,0.127000,72.853204,107.146796,0.036000) translate<30.480000,0.000000,11.430000>} //QG1 silk screen cylinder{<0,0,0><0,0.036000,0>0.127000 translate<22.860000,0.000000,30.480000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<22.860000,0.000000,49.530000>} box{<0,0,-0.127000><19.050000,0.036000,0.127000> rotate<0,90.000000,0> translate<22.860000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<21.590000,0.000000,50.800000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<11.430000,0.000000,50.800000>} box{<0,0,-0.127000><10.160000,0.036000,0.127000> rotate<0,0.000000,0> translate<11.430000,0.000000,50.800000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<10.160000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<10.160000,0.000000,31.750000>} box{<0,0,-0.127000><17.780000,0.036000,0.127000> rotate<0,-90.000000,0> translate<10.160000,0.000000,31.750000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<22.860000,0.000000,30.480000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<11.430000,0.000000,30.480000>} box{<0,0,-0.127000><11.430000,0.036000,0.127000> rotate<0,0.000000,0> translate<11.430000,0.000000,30.480000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<22.225000,0.000000,31.750000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<22.225000,0.000000,49.530000>} box{<0,0,-0.076200><17.780000,0.036000,0.076200> rotate<0,90.000000,0> translate<22.225000,0.000000,49.530000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<21.590000,0.000000,50.165000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<11.430000,0.000000,50.165000>} box{<0,0,-0.076200><10.160000,0.036000,0.076200> rotate<0,0.000000,0> translate<11.430000,0.000000,50.165000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.795000,0.000000,49.530000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<10.795000,0.000000,31.750000>} box{<0,0,-0.076200><17.780000,0.036000,0.076200> rotate<0,-90.000000,0> translate<10.795000,0.000000,31.750000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<11.430000,0.000000,31.115000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<21.590000,0.000000,31.115000>} box{<0,0,-0.076200><10.160000,0.036000,0.076200> rotate<0,0.000000,0> translate<11.430000,0.000000,31.115000> } object{ARC(1.270000,0.254000,0.000000,90.000000,0.036000) translate<21.590000,0.000000,49.530000>} object{ARC(0.635000,0.152400,0.000000,90.000000,0.036000) translate<21.590000,0.000000,49.530000>} object{ARC(0.635000,0.152400,90.000000,180.000000,0.036000) translate<11.430000,0.000000,49.530000>} object{ARC(1.270000,0.254000,90.000000,180.000000,0.036000) translate<11.430000,0.000000,49.530000>} object{ARC(0.635000,0.152400,180.000000,270.000000,0.036000) translate<11.430000,0.000000,31.750000>} object{ARC(1.270000,0.254000,180.000000,270.000000,0.036000) translate<11.430000,0.000000,31.750000>} object{ARC(0.635000,0.152400,270.000000,360.000000,0.036000) translate<21.590000,0.000000,31.750000>} cylinder{<0,0,0><0,0.036000,0>0.152400 translate<11.430000,0.000000,40.309800>} cylinder{<0,0,0><0,0.036000,0>0.152400 translate<13.970000,0.000000,40.309800>} box{<0,0,-0.152400><2.540000,0.036000,0.152400> rotate<0,0.000000,0> translate<11.430000,0.000000,40.309800> } cylinder{<0,0,0><0,0.036000,0>0.152400 translate<13.970000,0.000000,40.309800>} cylinder{<0,0,0><0,0.036000,0>0.152400 translate<13.970000,0.000000,40.944800>} box{<0,0,-0.152400><0.635000,0.036000,0.152400> rotate<0,90.000000,0> translate<13.970000,0.000000,40.944800> } cylinder{<0,0,0><0,0.036000,0>0.152400 translate<13.970000,0.000000,40.944800>} cylinder{<0,0,0><0,0.036000,0>0.152400 translate<11.430000,0.000000,40.944800>} box{<0,0,-0.152400><2.540000,0.036000,0.152400> rotate<0,0.000000,0> translate<11.430000,0.000000,40.944800> } cylinder{<0,0,0><0,0.036000,0>0.152400 translate<11.430000,0.000000,40.944800>} cylinder{<0,0,0><0,0.036000,0>0.152400 translate<11.430000,0.000000,40.309800>} box{<0,0,-0.152400><0.635000,0.036000,0.152400> rotate<0,-90.000000,0> translate<11.430000,0.000000,40.309800> } cylinder{<0,0,0><0,0.036000,0>0.152400 translate<11.430000,0.000000,41.579800>} cylinder{<0,0,0><0,0.036000,0>0.152400 translate<12.700000,0.000000,41.579800>} box{<0,0,-0.152400><1.270000,0.036000,0.152400> rotate<0,0.000000,0> translate<11.430000,0.000000,41.579800> } cylinder{<0,0,0><0,0.036000,0>0.152400 translate<11.430000,0.000000,39.700200>} cylinder{<0,0,0><0,0.036000,0>0.152400 translate<12.700000,0.000000,39.700200>} box{<0,0,-0.152400><1.270000,0.036000,0.152400> rotate<0,0.000000,0> translate<11.430000,0.000000,39.700200> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<12.700000,0.000000,41.579800>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<12.700000,0.000000,43.180000>} box{<0,0,-0.076200><1.600200,0.036000,0.076200> rotate<0,90.000000,0> translate<12.700000,0.000000,43.180000> } cylinder{<0,0,0><0,0.036000,0>0.152400 translate<12.700000,0.000000,41.579800>} cylinder{<0,0,0><0,0.036000,0>0.152400 translate<13.970000,0.000000,41.579800>} box{<0,0,-0.152400><1.270000,0.036000,0.152400> rotate<0,0.000000,0> translate<12.700000,0.000000,41.579800> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<12.700000,0.000000,39.700200>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<12.700000,0.000000,38.100000>} box{<0,0,-0.076200><1.600200,0.036000,0.076200> rotate<0,-90.000000,0> translate<12.700000,0.000000,38.100000> } cylinder{<0,0,0><0,0.036000,0>0.152400 translate<12.700000,0.000000,39.700200>} cylinder{<0,0,0><0,0.036000,0>0.152400 translate<13.970000,0.000000,39.700200>} box{<0,0,-0.152400><1.270000,0.036000,0.152400> rotate<0,0.000000,0> translate<12.700000,0.000000,39.700200> } difference{ cylinder{<21.209000,0,32.131000><21.209000,0.036000,32.131000>0.787400 translate<0,0.000000,0>} cylinder{<21.209000,-0.1,32.131000><21.209000,0.135000,32.131000>0.482600 translate<0,0.000000,0>}} //R1 silk screen cylinder{<0,0,0><0,0.036000,0>0.304800 translate<25.400000,0.000000,78.740000>} cylinder{<0,0,0><0,0.036000,0>0.304800 translate<26.416000,0.000000,78.740000>} box{<0,0,-0.304800><1.016000,0.036000,0.304800> rotate<0,0.000000,0> translate<25.400000,0.000000,78.740000> } cylinder{<0,0,0><0,0.036000,0>0.304800 translate<35.560000,0.000000,78.740000>} cylinder{<0,0,0><0,0.036000,0>0.304800 translate<34.544000,0.000000,78.740000>} box{<0,0,-0.304800><1.016000,0.036000,0.304800> rotate<0,0.000000,0> translate<34.544000,0.000000,78.740000> } object{ARC(0.254000,0.152400,270.000000,360.000000,0.036000) translate<33.401000,0.000000,77.851000>} object{ARC(0.254000,0.152400,0.000000,90.000000,0.036000) translate<33.401000,0.000000,79.629000>} object{ARC(0.254000,0.152400,90.000000,180.000000,0.036000) translate<27.559000,0.000000,79.629000>} object{ARC(0.254000,0.152400,180.000000,270.000000,0.036000) translate<27.559000,0.000000,77.851000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.655000,0.000000,79.629000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.655000,0.000000,77.851000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,-90.000000,0> translate<33.655000,0.000000,77.851000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.401000,0.000000,77.597000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,77.597000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<33.020000,0.000000,77.597000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,77.724000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,77.597000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,44.997030,0> translate<32.893000,0.000000,77.724000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.401000,0.000000,79.883000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,79.883000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<33.020000,0.000000,79.883000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,79.756000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,79.883000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,-44.997030,0> translate<32.893000,0.000000,79.756000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,77.724000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,77.597000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,-44.997030,0> translate<27.940000,0.000000,77.597000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,77.724000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,77.724000>} box{<0,0,-0.076200><4.826000,0.036000,0.076200> rotate<0,0.000000,0> translate<28.067000,0.000000,77.724000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,79.756000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,79.883000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,44.997030,0> translate<27.940000,0.000000,79.883000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,79.756000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,79.756000>} box{<0,0,-0.076200><4.826000,0.036000,0.076200> rotate<0,0.000000,0> translate<28.067000,0.000000,79.756000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.559000,0.000000,77.597000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,77.597000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<27.559000,0.000000,77.597000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.559000,0.000000,79.883000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,79.883000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<27.559000,0.000000,79.883000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.305000,0.000000,79.629000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.305000,0.000000,77.851000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,-90.000000,0> translate<27.305000,0.000000,77.851000> } box{<-0.431800,0,-0.304800><0.431800,0.036000,0.304800> rotate<0,-180.000000,0> translate<26.873200,0.000000,78.740000>} box{<-0.431800,0,-0.304800><0.431800,0.036000,0.304800> rotate<0,-180.000000,0> translate<34.086800,0.000000,78.740000>} //R30 silk screen cylinder{<0,0,0><0,0.036000,0>0.304800 translate<25.400000,0.000000,22.860000>} cylinder{<0,0,0><0,0.036000,0>0.304800 translate<26.416000,0.000000,22.860000>} box{<0,0,-0.304800><1.016000,0.036000,0.304800> rotate<0,0.000000,0> translate<25.400000,0.000000,22.860000> } cylinder{<0,0,0><0,0.036000,0>0.304800 translate<35.560000,0.000000,22.860000>} cylinder{<0,0,0><0,0.036000,0>0.304800 translate<34.544000,0.000000,22.860000>} box{<0,0,-0.304800><1.016000,0.036000,0.304800> rotate<0,0.000000,0> translate<34.544000,0.000000,22.860000> } object{ARC(0.254000,0.152400,270.000000,360.000000,0.036000) translate<33.401000,0.000000,21.971000>} object{ARC(0.254000,0.152400,0.000000,90.000000,0.036000) translate<33.401000,0.000000,23.749000>} object{ARC(0.254000,0.152400,90.000000,180.000000,0.036000) translate<27.559000,0.000000,23.749000>} object{ARC(0.254000,0.152400,180.000000,270.000000,0.036000) translate<27.559000,0.000000,21.971000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.655000,0.000000,23.749000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.655000,0.000000,21.971000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,-90.000000,0> translate<33.655000,0.000000,21.971000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.401000,0.000000,21.717000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,21.717000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<33.020000,0.000000,21.717000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,21.844000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,21.717000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,44.997030,0> translate<32.893000,0.000000,21.844000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.401000,0.000000,24.003000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,24.003000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<33.020000,0.000000,24.003000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,23.876000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,24.003000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,-44.997030,0> translate<32.893000,0.000000,23.876000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,21.844000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,21.717000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,-44.997030,0> translate<27.940000,0.000000,21.717000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,21.844000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,21.844000>} box{<0,0,-0.076200><4.826000,0.036000,0.076200> rotate<0,0.000000,0> translate<28.067000,0.000000,21.844000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,23.876000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,24.003000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,44.997030,0> translate<27.940000,0.000000,24.003000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,23.876000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,23.876000>} box{<0,0,-0.076200><4.826000,0.036000,0.076200> rotate<0,0.000000,0> translate<28.067000,0.000000,23.876000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.559000,0.000000,21.717000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,21.717000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<27.559000,0.000000,21.717000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.559000,0.000000,24.003000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,24.003000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<27.559000,0.000000,24.003000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.305000,0.000000,23.749000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.305000,0.000000,21.971000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,-90.000000,0> translate<27.305000,0.000000,21.971000> } box{<-0.431800,0,-0.304800><0.431800,0.036000,0.304800> rotate<0,-180.000000,0> translate<26.873200,0.000000,22.860000>} box{<-0.431800,0,-0.304800><0.431800,0.036000,0.304800> rotate<0,-180.000000,0> translate<34.086800,0.000000,22.860000>} //R31 silk screen cylinder{<0,0,0><0,0.036000,0>0.304800 translate<25.400000,0.000000,27.940000>} cylinder{<0,0,0><0,0.036000,0>0.304800 translate<26.416000,0.000000,27.940000>} box{<0,0,-0.304800><1.016000,0.036000,0.304800> rotate<0,0.000000,0> translate<25.400000,0.000000,27.940000> } cylinder{<0,0,0><0,0.036000,0>0.304800 translate<35.560000,0.000000,27.940000>} cylinder{<0,0,0><0,0.036000,0>0.304800 translate<34.544000,0.000000,27.940000>} box{<0,0,-0.304800><1.016000,0.036000,0.304800> rotate<0,0.000000,0> translate<34.544000,0.000000,27.940000> } object{ARC(0.254000,0.152400,270.000000,360.000000,0.036000) translate<33.401000,0.000000,27.051000>} object{ARC(0.254000,0.152400,0.000000,90.000000,0.036000) translate<33.401000,0.000000,28.829000>} object{ARC(0.254000,0.152400,90.000000,180.000000,0.036000) translate<27.559000,0.000000,28.829000>} object{ARC(0.254000,0.152400,180.000000,270.000000,0.036000) translate<27.559000,0.000000,27.051000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.655000,0.000000,28.829000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.655000,0.000000,27.051000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,-90.000000,0> translate<33.655000,0.000000,27.051000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.401000,0.000000,26.797000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,26.797000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<33.020000,0.000000,26.797000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,26.924000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,26.797000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,44.997030,0> translate<32.893000,0.000000,26.924000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.401000,0.000000,29.083000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,29.083000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<33.020000,0.000000,29.083000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,28.956000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,29.083000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,-44.997030,0> translate<32.893000,0.000000,28.956000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,26.924000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,26.797000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,-44.997030,0> translate<27.940000,0.000000,26.797000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,26.924000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,26.924000>} box{<0,0,-0.076200><4.826000,0.036000,0.076200> rotate<0,0.000000,0> translate<28.067000,0.000000,26.924000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,28.956000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,29.083000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,44.997030,0> translate<27.940000,0.000000,29.083000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,28.956000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,28.956000>} box{<0,0,-0.076200><4.826000,0.036000,0.076200> rotate<0,0.000000,0> translate<28.067000,0.000000,28.956000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.559000,0.000000,26.797000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,26.797000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<27.559000,0.000000,26.797000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.559000,0.000000,29.083000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,29.083000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<27.559000,0.000000,29.083000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.305000,0.000000,28.829000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.305000,0.000000,27.051000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,-90.000000,0> translate<27.305000,0.000000,27.051000> } box{<-0.431800,0,-0.304800><0.431800,0.036000,0.304800> rotate<0,-180.000000,0> translate<26.873200,0.000000,27.940000>} box{<-0.431800,0,-0.304800><0.431800,0.036000,0.304800> rotate<0,-180.000000,0> translate<34.086800,0.000000,27.940000>} //R32 silk screen cylinder{<0,0,0><0,0.036000,0>0.304800 translate<25.400000,0.000000,33.020000>} cylinder{<0,0,0><0,0.036000,0>0.304800 translate<26.416000,0.000000,33.020000>} box{<0,0,-0.304800><1.016000,0.036000,0.304800> rotate<0,0.000000,0> translate<25.400000,0.000000,33.020000> } cylinder{<0,0,0><0,0.036000,0>0.304800 translate<35.560000,0.000000,33.020000>} cylinder{<0,0,0><0,0.036000,0>0.304800 translate<34.544000,0.000000,33.020000>} box{<0,0,-0.304800><1.016000,0.036000,0.304800> rotate<0,0.000000,0> translate<34.544000,0.000000,33.020000> } object{ARC(0.254000,0.152400,270.000000,360.000000,0.036000) translate<33.401000,0.000000,32.131000>} object{ARC(0.254000,0.152400,0.000000,90.000000,0.036000) translate<33.401000,0.000000,33.909000>} object{ARC(0.254000,0.152400,90.000000,180.000000,0.036000) translate<27.559000,0.000000,33.909000>} object{ARC(0.254000,0.152400,180.000000,270.000000,0.036000) translate<27.559000,0.000000,32.131000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.655000,0.000000,33.909000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.655000,0.000000,32.131000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,-90.000000,0> translate<33.655000,0.000000,32.131000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.401000,0.000000,31.877000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,31.877000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<33.020000,0.000000,31.877000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,32.004000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,31.877000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,44.997030,0> translate<32.893000,0.000000,32.004000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.401000,0.000000,34.163000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,34.163000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<33.020000,0.000000,34.163000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,34.036000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,34.163000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,-44.997030,0> translate<32.893000,0.000000,34.036000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,32.004000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,31.877000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,-44.997030,0> translate<27.940000,0.000000,31.877000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,32.004000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,32.004000>} box{<0,0,-0.076200><4.826000,0.036000,0.076200> rotate<0,0.000000,0> translate<28.067000,0.000000,32.004000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,34.036000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,34.163000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,44.997030,0> translate<27.940000,0.000000,34.163000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,34.036000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,34.036000>} box{<0,0,-0.076200><4.826000,0.036000,0.076200> rotate<0,0.000000,0> translate<28.067000,0.000000,34.036000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.559000,0.000000,31.877000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,31.877000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<27.559000,0.000000,31.877000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.559000,0.000000,34.163000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,34.163000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<27.559000,0.000000,34.163000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.305000,0.000000,33.909000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.305000,0.000000,32.131000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,-90.000000,0> translate<27.305000,0.000000,32.131000> } box{<-0.431800,0,-0.304800><0.431800,0.036000,0.304800> rotate<0,-180.000000,0> translate<26.873200,0.000000,33.020000>} box{<-0.431800,0,-0.304800><0.431800,0.036000,0.304800> rotate<0,-180.000000,0> translate<34.086800,0.000000,33.020000>} //R33 silk screen cylinder{<0,0,0><0,0.036000,0>0.304800 translate<35.560000,0.000000,17.780000>} cylinder{<0,0,0><0,0.036000,0>0.304800 translate<34.544000,0.000000,17.780000>} box{<0,0,-0.304800><1.016000,0.036000,0.304800> rotate<0,0.000000,0> translate<34.544000,0.000000,17.780000> } cylinder{<0,0,0><0,0.036000,0>0.304800 translate<25.400000,0.000000,17.780000>} cylinder{<0,0,0><0,0.036000,0>0.304800 translate<26.416000,0.000000,17.780000>} box{<0,0,-0.304800><1.016000,0.036000,0.304800> rotate<0,0.000000,0> translate<25.400000,0.000000,17.780000> } object{ARC(0.254000,0.152400,90.000000,180.000000,0.036000) translate<27.559000,0.000000,18.669000>} object{ARC(0.254000,0.152400,180.000000,270.000000,0.036000) translate<27.559000,0.000000,16.891000>} object{ARC(0.254000,0.152400,270.000000,360.000000,0.036000) translate<33.401000,0.000000,16.891000>} object{ARC(0.254000,0.152400,0.000000,90.000000,0.036000) translate<33.401000,0.000000,18.669000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.305000,0.000000,16.891000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.305000,0.000000,18.669000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,90.000000,0> translate<27.305000,0.000000,18.669000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.559000,0.000000,18.923000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,18.923000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<27.559000,0.000000,18.923000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,18.796000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,18.923000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,44.997030,0> translate<27.940000,0.000000,18.923000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.559000,0.000000,16.637000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,16.637000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<27.559000,0.000000,16.637000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,16.764000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<27.940000,0.000000,16.637000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,-44.997030,0> translate<27.940000,0.000000,16.637000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,18.796000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,18.923000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,-44.997030,0> translate<32.893000,0.000000,18.796000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,18.796000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,18.796000>} box{<0,0,-0.076200><4.826000,0.036000,0.076200> rotate<0,0.000000,0> translate<28.067000,0.000000,18.796000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,16.764000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,16.637000>} box{<0,0,-0.076200><0.179605,0.036000,0.076200> rotate<0,44.997030,0> translate<32.893000,0.000000,16.764000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<32.893000,0.000000,16.764000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<28.067000,0.000000,16.764000>} box{<0,0,-0.076200><4.826000,0.036000,0.076200> rotate<0,0.000000,0> translate<28.067000,0.000000,16.764000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.401000,0.000000,18.923000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,18.923000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<33.020000,0.000000,18.923000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.401000,0.000000,16.637000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.020000,0.000000,16.637000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<33.020000,0.000000,16.637000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.655000,0.000000,16.891000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<33.655000,0.000000,18.669000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,90.000000,0> translate<33.655000,0.000000,18.669000> } box{<-0.431800,0,-0.304800><0.431800,0.036000,0.304800> rotate<0,-0.000000,0> translate<34.086800,0.000000,17.780000>} box{<-0.431800,0,-0.304800><0.431800,0.036000,0.304800> rotate<0,-0.000000,0> translate<26.873200,0.000000,17.780000>} //RN1 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<96.774000,0.000000,90.932000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<96.774000,0.000000,61.468000>} box{<0,0,-0.076200><29.464000,0.036000,0.076200> rotate<0,-90.000000,0> translate<96.774000,0.000000,61.468000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.806000,0.000000,61.468000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.806000,0.000000,90.932000>} box{<0,0,-0.076200><29.464000,0.036000,0.076200> rotate<0,90.000000,0> translate<98.806000,0.000000,90.932000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.552000,0.000000,90.932000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.552000,0.000000,89.408000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,-90.000000,0> translate<98.552000,0.000000,89.408000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.552000,0.000000,89.408000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.028000,0.000000,89.408000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.028000,0.000000,89.408000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.028000,0.000000,89.408000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.028000,0.000000,90.932000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<97.028000,0.000000,90.932000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.028000,0.000000,90.932000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.552000,0.000000,90.932000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.028000,0.000000,90.932000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.679000,0.000000,89.281000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<96.901000,0.000000,89.281000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,0.000000,0> translate<96.901000,0.000000,89.281000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<96.901000,0.000000,89.281000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<96.901000,0.000000,91.059000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,90.000000,0> translate<96.901000,0.000000,91.059000> } object{ARC(0.508000,0.152400,0.000000,90.000000,0.036000) translate<98.298000,0.000000,90.932000>} object{ARC(0.508000,0.152400,180.000000,270.000000,0.036000) translate<97.282000,0.000000,61.468000>} object{ARC(0.508000,0.152400,270.000000,360.000000,0.036000) translate<98.298000,0.000000,61.468000>} object{ARC(0.508000,0.152400,90.000000,180.000000,0.036000) translate<97.282000,0.000000,90.932000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.298000,0.000000,60.960000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.282000,0.000000,60.960000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.282000,0.000000,60.960000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.282000,0.000000,91.440000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.298000,0.000000,91.440000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.282000,0.000000,91.440000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<96.901000,0.000000,91.059000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.679000,0.000000,91.059000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,0.000000,0> translate<96.901000,0.000000,91.059000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.679000,0.000000,91.059000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.679000,0.000000,89.281000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,-90.000000,0> translate<98.679000,0.000000,89.281000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,77.978000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,77.343000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,-90.000000,0> translate<97.790000,0.000000,77.343000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,74.422000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,75.057000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,90.000000,0> translate<97.790000,0.000000,75.057000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.171000,0.000000,77.343000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.171000,0.000000,75.057000>} box{<0,0,-0.076200><2.286000,0.036000,0.076200> rotate<0,-90.000000,0> translate<98.171000,0.000000,75.057000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.171000,0.000000,75.057000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,75.057000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.790000,0.000000,75.057000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,75.057000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.409000,0.000000,75.057000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.409000,0.000000,75.057000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.409000,0.000000,75.057000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.409000,0.000000,77.343000>} box{<0,0,-0.076200><2.286000,0.036000,0.076200> rotate<0,90.000000,0> translate<97.409000,0.000000,77.343000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.409000,0.000000,77.343000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,77.343000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.409000,0.000000,77.343000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,77.343000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.171000,0.000000,77.343000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.790000,0.000000,77.343000> } //RN2 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.554000,0.000000,90.932000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.554000,0.000000,61.468000>} box{<0,0,-0.076200><29.464000,0.036000,0.076200> rotate<0,-90.000000,0> translate<114.554000,0.000000,61.468000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.586000,0.000000,61.468000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.586000,0.000000,90.932000>} box{<0,0,-0.076200><29.464000,0.036000,0.076200> rotate<0,90.000000,0> translate<116.586000,0.000000,90.932000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.332000,0.000000,90.932000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.332000,0.000000,89.408000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,-90.000000,0> translate<116.332000,0.000000,89.408000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.332000,0.000000,89.408000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.808000,0.000000,89.408000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,0.000000,0> translate<114.808000,0.000000,89.408000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.808000,0.000000,89.408000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.808000,0.000000,90.932000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<114.808000,0.000000,90.932000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.808000,0.000000,90.932000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.332000,0.000000,90.932000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,0.000000,0> translate<114.808000,0.000000,90.932000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.459000,0.000000,89.281000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.681000,0.000000,89.281000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,0.000000,0> translate<114.681000,0.000000,89.281000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.681000,0.000000,89.281000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.681000,0.000000,91.059000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,90.000000,0> translate<114.681000,0.000000,91.059000> } object{ARC(0.508000,0.152400,0.000000,90.000000,0.036000) translate<116.078000,0.000000,90.932000>} object{ARC(0.508000,0.152400,180.000000,270.000000,0.036000) translate<115.062000,0.000000,61.468000>} object{ARC(0.508000,0.152400,270.000000,360.000000,0.036000) translate<116.078000,0.000000,61.468000>} object{ARC(0.508000,0.152400,90.000000,180.000000,0.036000) translate<115.062000,0.000000,90.932000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.078000,0.000000,60.960000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.062000,0.000000,60.960000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<115.062000,0.000000,60.960000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.062000,0.000000,91.440000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.078000,0.000000,91.440000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<115.062000,0.000000,91.440000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.681000,0.000000,91.059000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.459000,0.000000,91.059000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,0.000000,0> translate<114.681000,0.000000,91.059000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.459000,0.000000,91.059000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.459000,0.000000,89.281000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,-90.000000,0> translate<116.459000,0.000000,89.281000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,77.978000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,77.343000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,-90.000000,0> translate<115.570000,0.000000,77.343000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,74.422000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,75.057000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,90.000000,0> translate<115.570000,0.000000,75.057000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.951000,0.000000,77.343000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.951000,0.000000,75.057000>} box{<0,0,-0.076200><2.286000,0.036000,0.076200> rotate<0,-90.000000,0> translate<115.951000,0.000000,75.057000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.951000,0.000000,75.057000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,75.057000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<115.570000,0.000000,75.057000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,75.057000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.189000,0.000000,75.057000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<115.189000,0.000000,75.057000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.189000,0.000000,75.057000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.189000,0.000000,77.343000>} box{<0,0,-0.076200><2.286000,0.036000,0.076200> rotate<0,90.000000,0> translate<115.189000,0.000000,77.343000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.189000,0.000000,77.343000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,77.343000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<115.189000,0.000000,77.343000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,77.343000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.951000,0.000000,77.343000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<115.570000,0.000000,77.343000> } //RN3 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.554000,0.000000,51.562000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.554000,0.000000,22.098000>} box{<0,0,-0.076200><29.464000,0.036000,0.076200> rotate<0,-90.000000,0> translate<114.554000,0.000000,22.098000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.586000,0.000000,22.098000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.586000,0.000000,51.562000>} box{<0,0,-0.076200><29.464000,0.036000,0.076200> rotate<0,90.000000,0> translate<116.586000,0.000000,51.562000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.332000,0.000000,51.562000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.332000,0.000000,50.038000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,-90.000000,0> translate<116.332000,0.000000,50.038000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.332000,0.000000,50.038000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.808000,0.000000,50.038000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,0.000000,0> translate<114.808000,0.000000,50.038000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.808000,0.000000,50.038000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.808000,0.000000,51.562000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<114.808000,0.000000,51.562000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.808000,0.000000,51.562000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.332000,0.000000,51.562000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,0.000000,0> translate<114.808000,0.000000,51.562000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.459000,0.000000,49.911000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.681000,0.000000,49.911000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,0.000000,0> translate<114.681000,0.000000,49.911000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.681000,0.000000,49.911000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.681000,0.000000,51.689000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,90.000000,0> translate<114.681000,0.000000,51.689000> } object{ARC(0.508000,0.152400,0.000000,90.000000,0.036000) translate<116.078000,0.000000,51.562000>} object{ARC(0.508000,0.152400,180.000000,270.000000,0.036000) translate<115.062000,0.000000,22.098000>} object{ARC(0.508000,0.152400,270.000000,360.000000,0.036000) translate<116.078000,0.000000,22.098000>} object{ARC(0.508000,0.152400,90.000000,180.000000,0.036000) translate<115.062000,0.000000,51.562000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.078000,0.000000,21.590000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.062000,0.000000,21.590000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<115.062000,0.000000,21.590000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.062000,0.000000,52.070000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.078000,0.000000,52.070000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<115.062000,0.000000,52.070000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<114.681000,0.000000,51.689000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.459000,0.000000,51.689000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,0.000000,0> translate<114.681000,0.000000,51.689000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.459000,0.000000,51.689000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<116.459000,0.000000,49.911000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,-90.000000,0> translate<116.459000,0.000000,49.911000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,38.608000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,37.973000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,-90.000000,0> translate<115.570000,0.000000,37.973000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,35.052000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,35.687000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,90.000000,0> translate<115.570000,0.000000,35.687000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.951000,0.000000,37.973000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.951000,0.000000,35.687000>} box{<0,0,-0.076200><2.286000,0.036000,0.076200> rotate<0,-90.000000,0> translate<115.951000,0.000000,35.687000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.951000,0.000000,35.687000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,35.687000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<115.570000,0.000000,35.687000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,35.687000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.189000,0.000000,35.687000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<115.189000,0.000000,35.687000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.189000,0.000000,35.687000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.189000,0.000000,37.973000>} box{<0,0,-0.076200><2.286000,0.036000,0.076200> rotate<0,90.000000,0> translate<115.189000,0.000000,37.973000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.189000,0.000000,37.973000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,37.973000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<115.189000,0.000000,37.973000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.570000,0.000000,37.973000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<115.951000,0.000000,37.973000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<115.570000,0.000000,37.973000> } //RN4 silk screen cylinder{<0,0,0><0,0.036000,0>0.076200 translate<96.774000,0.000000,51.562000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<96.774000,0.000000,22.098000>} box{<0,0,-0.076200><29.464000,0.036000,0.076200> rotate<0,-90.000000,0> translate<96.774000,0.000000,22.098000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.806000,0.000000,22.098000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.806000,0.000000,51.562000>} box{<0,0,-0.076200><29.464000,0.036000,0.076200> rotate<0,90.000000,0> translate<98.806000,0.000000,51.562000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.552000,0.000000,51.562000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.552000,0.000000,50.038000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,-90.000000,0> translate<98.552000,0.000000,50.038000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.552000,0.000000,50.038000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.028000,0.000000,50.038000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.028000,0.000000,50.038000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.028000,0.000000,50.038000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.028000,0.000000,51.562000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,90.000000,0> translate<97.028000,0.000000,51.562000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.028000,0.000000,51.562000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.552000,0.000000,51.562000>} box{<0,0,-0.076200><1.524000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.028000,0.000000,51.562000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.679000,0.000000,49.911000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<96.901000,0.000000,49.911000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,0.000000,0> translate<96.901000,0.000000,49.911000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<96.901000,0.000000,49.911000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<96.901000,0.000000,51.689000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,90.000000,0> translate<96.901000,0.000000,51.689000> } object{ARC(0.508000,0.152400,0.000000,90.000000,0.036000) translate<98.298000,0.000000,51.562000>} object{ARC(0.508000,0.152400,180.000000,270.000000,0.036000) translate<97.282000,0.000000,22.098000>} object{ARC(0.508000,0.152400,270.000000,360.000000,0.036000) translate<98.298000,0.000000,22.098000>} object{ARC(0.508000,0.152400,90.000000,180.000000,0.036000) translate<97.282000,0.000000,51.562000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.298000,0.000000,21.590000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.282000,0.000000,21.590000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.282000,0.000000,21.590000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.282000,0.000000,52.070000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.298000,0.000000,52.070000>} box{<0,0,-0.076200><1.016000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.282000,0.000000,52.070000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<96.901000,0.000000,51.689000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.679000,0.000000,51.689000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,0.000000,0> translate<96.901000,0.000000,51.689000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.679000,0.000000,51.689000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.679000,0.000000,49.911000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,-90.000000,0> translate<98.679000,0.000000,49.911000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,38.608000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,37.973000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,-90.000000,0> translate<97.790000,0.000000,37.973000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,35.052000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,35.687000>} box{<0,0,-0.076200><0.635000,0.036000,0.076200> rotate<0,90.000000,0> translate<97.790000,0.000000,35.687000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.171000,0.000000,37.973000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.171000,0.000000,35.687000>} box{<0,0,-0.076200><2.286000,0.036000,0.076200> rotate<0,-90.000000,0> translate<98.171000,0.000000,35.687000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.171000,0.000000,35.687000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,35.687000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.790000,0.000000,35.687000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,35.687000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.409000,0.000000,35.687000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.409000,0.000000,35.687000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.409000,0.000000,35.687000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.409000,0.000000,37.973000>} box{<0,0,-0.076200><2.286000,0.036000,0.076200> rotate<0,90.000000,0> translate<97.409000,0.000000,37.973000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.409000,0.000000,37.973000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,37.973000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.409000,0.000000,37.973000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<97.790000,0.000000,37.973000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<98.171000,0.000000,37.973000>} box{<0,0,-0.076200><0.381000,0.036000,0.076200> rotate<0,0.000000,0> translate<97.790000,0.000000,37.973000> } //X1 silk screen cylinder{<0,0,0><0,0.036000,0>0.127000 translate<58.739000,0.000000,7.874000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<60.746000,0.000000,9.881000>} box{<0,0,-0.127000><2.838327,0.036000,0.127000> rotate<0,-44.997030,0> translate<58.739000,0.000000,7.874000> } cylinder{<0,0,0><0,0.036000,0>0.127000 translate<63.718000,0.000000,7.899000>} cylinder{<0,0,0><0,0.036000,0>0.127000 translate<65.699000,0.000000,9.906000>} box{<0,0,-0.127000><2.820002,0.036000,0.127000> rotate<0,-45.370543,0> translate<63.718000,0.000000,7.899000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<57.241000,0.000000,4.699000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.223000,0.000000,4.699000>} box{<0,0,-0.076200><9.982000,0.036000,0.076200> rotate<0,0.000000,0> translate<57.241000,0.000000,4.699000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.223000,0.000000,13.894000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.223000,0.000000,13.691000>} box{<0,0,-0.076200><0.203000,0.036000,0.076200> rotate<0,-90.000000,0> translate<67.223000,0.000000,13.691000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.223000,0.000000,13.894000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<57.241000,0.000000,13.894000>} box{<0,0,-0.076200><9.982000,0.036000,0.076200> rotate<0,0.000000,0> translate<57.241000,0.000000,13.894000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<57.241000,0.000000,4.699000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<57.241000,0.000000,7.087000>} box{<0,0,-0.076200><2.388000,0.036000,0.076200> rotate<0,90.000000,0> translate<57.241000,0.000000,7.087000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<57.241000,0.000000,7.087000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<58.841000,0.000000,7.087000>} box{<0,0,-0.076200><1.600000,0.036000,0.076200> rotate<0,0.000000,0> translate<57.241000,0.000000,7.087000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<58.841000,0.000000,7.087000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<60.619000,0.000000,7.087000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,0.000000,0> translate<58.841000,0.000000,7.087000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<60.619000,0.000000,7.087000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<63.845000,0.000000,7.087000>} box{<0,0,-0.076200><3.226000,0.036000,0.076200> rotate<0,0.000000,0> translate<60.619000,0.000000,7.087000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<65.623000,0.000000,7.087000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.223000,0.000000,7.087000>} box{<0,0,-0.076200><1.600000,0.036000,0.076200> rotate<0,0.000000,0> translate<65.623000,0.000000,7.087000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<57.241000,0.000000,7.087000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<57.241000,0.000000,13.691000>} box{<0,0,-0.076200><6.604000,0.036000,0.076200> rotate<0,90.000000,0> translate<57.241000,0.000000,13.691000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.223000,0.000000,7.087000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.223000,0.000000,4.699000>} box{<0,0,-0.076200><2.388000,0.036000,0.076200> rotate<0,-90.000000,0> translate<67.223000,0.000000,4.699000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<57.241000,0.000000,13.691000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.223000,0.000000,13.691000>} box{<0,0,-0.076200><9.982000,0.036000,0.076200> rotate<0,0.000000,0> translate<57.241000,0.000000,13.691000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<57.241000,0.000000,13.691000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<57.241000,0.000000,13.894000>} box{<0,0,-0.076200><0.203000,0.036000,0.076200> rotate<0,90.000000,0> translate<57.241000,0.000000,13.894000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.223000,0.000000,13.691000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<67.223000,0.000000,7.087000>} box{<0,0,-0.076200><6.604000,0.036000,0.076200> rotate<0,-90.000000,0> translate<67.223000,0.000000,7.087000> } cylinder{<0,0,0><0,0.036000,0>0.076200 translate<63.845000,0.000000,7.087000>} cylinder{<0,0,0><0,0.036000,0>0.076200 translate<65.623000,0.000000,7.087000>} box{<0,0,-0.076200><1.778000,0.036000,0.076200> rotate<0,0.000000,0> translate<63.845000,0.000000,7.087000> } difference{ cylinder{<59.730000,0,8.890000><59.730000,0.036000,8.890000>1.574800 translate<0,0.000000,0>} cylinder{<59.730000,-0.1,8.890000><59.730000,0.135000,8.890000>1.422400 translate<0,0.000000,0>}} difference{ cylinder{<59.730000,0,12.369800><59.730000,0.036000,12.369800>0.584200 translate<0,0.000000,0>} cylinder{<59.730000,-0.1,12.369800><59.730000,0.135000,12.369800>0.431800 translate<0,0.000000,0>}} difference{ cylinder{<64.733800,0,8.890000><64.733800,0.036000,8.890000>1.574800 translate<0,0.000000,0>} cylinder{<64.733800,-0.1,8.890000><64.733800,0.135000,8.890000>1.422400 translate<0,0.000000,0>}} difference{ cylinder{<64.733800,0,12.369800><64.733800,0.036000,12.369800>0.584200 translate<0,0.000000,0>} cylinder{<64.733800,-0.1,12.369800><64.733800,0.135000,12.369800>0.431800 translate<0,0.000000,0>}} texture{col_slk} } #end translate rotate }//End union #end #if(use_file_as_inc=off) object{ MAIN(-79.370000,0,-49.530000,pcb_rotate_x,pcb_rotate_y,pcb_rotate_z) #if(pcb_upsidedown=on) rotate pcb_rotdir*180 #end } #end //Parts not found in 3dpack.dat or 3dusrpac.dat are: //C7 470µ/16V E2,5-7 //C8 470µ/16V E2,5-7 //X1 W237-102