//POVRay-File created by 3D.ULP v1.02 from ///home/vince/eagle/pwmcontrol/pwmcontrol.brd // 1/15/2005 18:12:12 #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; //Animation #declare global_anim = off; #local global_anim_showcampath = no; #declare global_fast_mode = off; #declare col_preset = 2; #declare pin_short = on; #declare environment = on; #local cam_x = 200; #local cam_y = 200; #local cam_z = -200; #local cam_a = 20; #local cam_look_x = 0; #local cam_look_y = -8; #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 = 38; #local lgt1_pos_y = 56; #local lgt1_pos_z = 42; #local lgt1_intense = 0.814286; #local lgt2_pos_x = -38; #local lgt2_pos_y = 56; #local lgt2_pos_z = 42; #local lgt2_intense = 0.814286; #local lgt3_pos_x = 38; #local lgt3_pos_y = 56; #local lgt3_pos_z = -28; #local lgt3_intense = 0.814286; #local lgt4_pos_x = -38; #local lgt4_pos_y = 56; #local lgt4_pos_z = -28; #local lgt4_intense = 0.814286; //Do not change these values #declare pcb_hight = 1.500000; #declare pcb_cuhight = 0.035000; #declare pcb_x_size = 100.000000; #declare pcb_y_size = 80.000000; #declare pcb_layer1_used = 0; #declare pcb_layer16_used = 1; #declare inc_testmode = off; #declare global_seed=seed(292); #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 //Animation data #if((global_anim=on)|(global_anim_showcampath=yes)) #warning "No/not enough Animation Data available (min. 3 points)" #end #if((global_anim=on)|(global_anim_showcampath=yes)) #local global_anim_spline_cam = spline{ natural_spline #local i=0; #local cnt=0; #local inc=1/global_anim_npoints_cam; #while(i<0.99999999999) i, global_anim_points_cam[cnt]+<-49.530000,0,-39.370000> #local i = i+inc; #local cnt = cnt+1; #end } #end #if(global_anim_showcampath=yes) #local ctr = 0; #while (ctr < 1) sphere { global_anim_spline_cam(ctr),0.4 pigment { rgb <1-ctr,ctr,0> } } #local ctr = ctr + 0.001; #end #local ctr = 0; #while (ctr < global_anim_npoints_cam) sphere { global_anim_points_cam[ctr]+<-49.530000,0,-39.370000>,0.5 pigment { Blue } } #local ctr = ctr + 1; #end #end #if(global_anim=on) camera { location global_anim_spline_cam(clock) look_at global_anim_spline_cam(clock+0.01)-<0,-0.01,0> angle 45 } light_source { global_anim_spline_cam(clock) color rgb <1,1,1> spotlight point_at global_anim_spline_cam(clock+0.01) radius 35 falloff 40 } #else camera { location look_at angle cam_a //translates the camera that <0,0,0> is over the Eagle <0,0> //translate<-50.000000,0,-40.000000> } #end background{col_bgr} light_source{ White*lgt1_intense} light_source{ White*lgt2_intense} light_source{ White*lgt3_intense} light_source{ White*lgt4_intense} #end #macro PWMCONTROL(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{ //Board prism{0,-1.500000,8 <-0.470000,-0.630000><99.530000,-0.630000> <99.530000,-0.630000><99.530000,79.370000> <99.530000,79.370000><-0.470000,79.370000> <-0.470000,79.370000><-0.470000,-0.630000> texture{col_brd}} }//End union(Platine) //Holes(real)/Parts cylinder{<92.715000,1,5.200000><92.715000,-5,5.200000>1.600000 texture{col_hls}} cylinder{<6.355000,1,38.220000><6.355000,-5,38.220000>1.600000 texture{col_hls}} //Holes(real)/Board cylinder{<3.150000,1,2.950000><3.150000,-5,2.950000>1.600000 texture{col_hls}} cylinder{<95.900000,1,2.950000><95.900000,-5,2.950000>1.600000 texture{col_hls}} cylinder{<95.900000,1,75.800000><95.900000,-5,75.800000>1.600000 texture{col_hls}} cylinder{<3.150000,1,75.800000><3.150000,-5,75.800000>1.600000 texture{col_hls}} //Holes(real)/Vias }//End difference(reale Bohrungen/Durchbrüche) #end #if(pcb_pads_smds=on) //Pads&SMD/Parts object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<27.080000,0,49.730000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<27.080000,0,54.810000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<30.330000,0,49.680000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<30.330000,0,54.760000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<47.980000,0,51.780000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<47.980000,0,56.860000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<62.460000,0,53.210000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<62.460000,0,58.290000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<44.610000,0,51.760000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<44.610000,0,56.840000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<65.760000,0,53.260000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<65.760000,0,58.340000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-0.000000,0>translate<68.590000,0,51.560000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-0.000000,0>translate<73.670000,0,51.560000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<91.740000,0,60.010000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<86.660000,0,60.010000> texture{col_thl}} object{TOOLS_PCB_VIA(1.905000,0.812800,1,16,1,0) rotate<0,-90.000000,0>translate<81.070000,0,43.710000> texture{col_thl}} object{TOOLS_PCB_VIA(1.905000,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<81.070000,0,48.790000> texture{col_thl}} object{TOOLS_PCB_VIA(1.905000,0.812800,1,16,1,0) rotate<0,-270.000000,0>translate<81.130000,0,56.200000> texture{col_thl}} object{TOOLS_PCB_VIA(1.905000,0.812800,1,16,2,0) rotate<0,-270.000000,0>translate<81.130000,0,51.120000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<27.060000,0,66.640000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<27.060000,0,59.020000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<24.110000,0,66.550000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<24.110000,0,58.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<20.960000,0,66.560000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<20.960000,0,58.940000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<17.960000,0,66.670000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<17.960000,0,59.050000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<43.710000,0,69.830000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<43.710000,0,62.210000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<36.910000,0,69.840000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<36.910000,0,62.220000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<40.320000,0,69.840000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<40.320000,0,62.220000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<33.670000,0,69.850000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<33.670000,0,62.230000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<61.020000,0,70.860000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<61.020000,0,63.240000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<54.470000,0,70.820000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<54.470000,0,63.200000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<57.770000,0,70.880000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<57.770000,0,63.260000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<51.320000,0,70.840000> texture{col_thl}} object{TOOLS_PCB_VIA(1.676400,1.117600,1,16,1,0) rotate<0,-90.000000,0>translate<51.320000,0,63.220000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<16.130000,0,48.410000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<18.670000,0,48.410000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<21.210000,0,48.410000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<23.750000,0,48.410000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<23.750000,0,56.030000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<21.210000,0,56.030000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<18.670000,0,56.030000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<16.130000,0,56.030000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<33.760000,0,51.110000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<36.300000,0,51.110000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<38.840000,0,51.110000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<41.380000,0,51.110000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<41.380000,0,58.730000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<38.840000,0,58.730000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<36.300000,0,58.730000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<33.760000,0,58.730000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<51.640000,0,52.210000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<54.180000,0,52.210000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<56.720000,0,52.210000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<59.260000,0,52.210000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<59.260000,0,59.830000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<56.720000,0,59.830000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<54.180000,0,59.830000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<51.640000,0,59.830000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<26.250000,0,45.970000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<21.170000,0,45.970000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-0.000000,0>translate<16.010000,0,43.500000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-0.000000,0>translate<21.090000,0,43.500000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<43.940000,0,48.350000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<38.860000,0,48.350000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-0.000000,0>translate<33.760000,0,46.350000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-0.000000,0>translate<38.840000,0,46.350000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<61.940000,0,49.100000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<56.860000,0,49.100000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-0.000000,0>translate<51.810000,0,47.050000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-0.000000,0>translate<56.890000,0,47.050000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<94.360000,0,35.590000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<89.280000,0,35.590000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<13.340000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<15.880000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<18.420000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<20.960000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<23.500000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<26.040000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<28.580000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<31.120000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<33.660000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<36.200000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<38.740000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<41.280000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<43.820000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<46.360000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<48.900000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<51.440000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<53.980000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<56.520000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<59.060000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<61.600000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<64.140000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<66.680000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<69.220000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<71.760000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<74.300000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<76.840000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<79.380000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<81.920000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<84.460000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<87.000000,0,3.930000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<13.340000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<15.880000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<18.420000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<20.960000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<23.500000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<26.040000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<28.580000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<31.120000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<33.660000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<36.200000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<38.740000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<41.280000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<43.820000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<46.360000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<48.900000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<51.440000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<53.980000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<56.520000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<59.060000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<61.600000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<64.140000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<66.680000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<69.220000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<71.760000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<74.300000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<76.840000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<79.380000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<81.920000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<84.460000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<87.000000,0,6.470000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<13.340000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<15.880000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<18.420000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<20.960000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<23.500000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<26.040000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<28.580000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<31.120000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<33.660000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<36.200000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<38.740000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<41.280000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<43.820000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<46.360000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<48.900000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<51.440000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<53.980000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<56.520000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<59.060000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<61.600000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<64.140000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<66.680000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<69.220000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<71.760000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<74.300000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<76.840000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<79.380000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<81.920000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<84.460000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<87.000000,0,36.950000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<13.340000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<15.880000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<18.420000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<20.960000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<23.500000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<26.040000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<28.580000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<31.120000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<33.660000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<36.200000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<38.740000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<41.280000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<43.820000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<46.360000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<48.900000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<51.440000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<53.980000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<56.520000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<59.060000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<61.600000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<64.140000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<66.680000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<69.220000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<71.760000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<74.300000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<76.840000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<79.380000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<81.920000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<84.460000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.308000,0.800000,1,16,2,0) rotate<0,-0.000000,0>translate<87.000000,0,39.490000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-270.000000,0>translate<73.680000,0,46.220000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-270.000000,0>translate<71.140000,0,46.220000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-270.000000,0>translate<68.600000,0,46.220000> texture{col_thl}} object{TOOLS_PCB_VIA(2.540000,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<91.730000,0,50.890000> texture{col_thl}} object{TOOLS_PCB_VIA(2.540000,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<85.730000,0,50.890000> texture{col_thl}} object{TOOLS_PCB_VIA(2.540000,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<88.680000,0,55.790000> texture{col_thl}} object{TOOLS_PCB_VIA(1.400000,0.600000,1,16,2,0) rotate<0,-270.000000,0>translate<95.060000,0,57.020000> texture{col_thl}} object{TOOLS_PCB_VIA(1.400000,0.600000,1,16,2,0) rotate<0,-270.000000,0>translate<95.060000,0,59.560000> texture{col_thl}} object{TOOLS_PCB_VIA(1.981200,1.320800,1,16,3,100) rotate<0,-180.000000,0>translate<5.640000,0,46.187800> texture{col_thl}} object{TOOLS_PCB_VIA(1.981200,1.320800,1,16,3,100) rotate<0,-180.000000,0>translate<5.640000,0,51.191600> texture{col_thl}} object{TOOLS_PCB_VIA(1.981200,1.320800,1,16,3,100) rotate<0,-180.000000,0>translate<5.640000,0,56.195400> texture{col_thl}} object{TOOLS_PCB_VIA(1.981200,1.320800,1,16,3,100) rotate<0,-180.000000,0>translate<5.640000,0,61.224600> texture{col_thl}} object{TOOLS_PCB_VIA(1.981200,1.320800,1,16,3,100) rotate<0,-180.000000,0>translate<5.640000,0,66.228400> texture{col_thl}} object{TOOLS_PCB_VIA(1.981200,1.320800,1,16,3,100) rotate<0,-180.000000,0>translate<5.640000,0,71.232200> texture{col_thl}} object{TOOLS_PCB_VIA(1.981200,1.320800,1,16,3,100) rotate<0,-0.000000,0>translate<93.480000,0,70.874600> texture{col_thl}} object{TOOLS_PCB_VIA(1.981200,1.320800,1,16,3,100) rotate<0,-0.000000,0>translate<93.480000,0,65.845400> texture{col_thl}} //Pads/Vias #end #if(pcb_wires=on) union{ //Signals cylinder{<0,0,0><0,0.035000,0>0.300000 translate<1.850000,-1.535000,41.950000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<1.850000,-1.535000,48.750000>} box{<0,0,-0.300000><6.800000,0.035000,0.300000> rotate<0,90.000000,0> translate<1.850000,-1.535000,48.750000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<1.850000,-1.535000,48.750000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<1.850000,-1.535000,63.550000>} box{<0,0,-0.300000><14.800000,0.035000,0.300000> rotate<0,90.000000,0> translate<1.850000,-1.535000,63.550000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<5.640000,-1.535000,66.228400>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<5.640000,-1.535000,66.590000>} box{<0,0,-0.300000><0.361600,0.035000,0.300000> rotate<0,90.000000,0> translate<5.640000,-1.535000,66.590000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<5.640000,-1.535000,71.232200>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<5.640000,-1.535000,71.540000>} box{<0,0,-0.300000><0.307800,0.035000,0.300000> rotate<0,90.000000,0> translate<5.640000,-1.535000,71.540000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<5.640000,-1.535000,51.191600>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<5.991600,-1.535000,51.191600>} box{<0,0,-0.300000><0.351600,0.035000,0.300000> rotate<0,0.000000,0> translate<5.640000,-1.535000,51.191600> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<5.640000,-1.535000,61.224600>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<6.024600,-1.535000,61.224600>} box{<0,0,-0.300000><0.384600,0.035000,0.300000> rotate<0,0.000000,0> translate<5.640000,-1.535000,61.224600> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<5.640000,-1.535000,56.195400>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<6.095400,-1.535000,56.195400>} box{<0,0,-0.300000><0.455400,0.035000,0.300000> rotate<0,0.000000,0> translate<5.640000,-1.535000,56.195400> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<1.850000,-1.535000,63.550000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<6.700000,-1.535000,63.500000>} box{<0,0,-0.300000><4.850258,0.035000,0.300000> rotate<0,0.590618,0> translate<1.850000,-1.535000,63.550000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<1.850000,-1.535000,48.750000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<8.900000,-1.535000,48.700000>} box{<0,0,-0.300000><7.050177,0.035000,0.300000> rotate<0,0.406319,0> translate<1.850000,-1.535000,48.750000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<5.640000,-1.535000,71.540000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<8.900000,-1.535000,74.800000>} box{<0,0,-0.300000><4.610336,0.035000,0.300000> rotate<0,-44.997030,0> translate<5.640000,-1.535000,71.540000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<6.095400,-1.535000,56.195400>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<9.300000,-1.535000,59.400000>} box{<0,0,-0.300000><4.531989,0.035000,0.300000> rotate<0,-44.997030,0> translate<6.095400,-1.535000,56.195400> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<9.300000,-1.535000,59.400000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<9.300000,-1.535000,62.800000>} box{<0,0,-0.300000><3.400000,0.035000,0.300000> rotate<0,90.000000,0> translate<9.300000,-1.535000,62.800000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<5.640000,-1.535000,46.187800>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<9.437800,-1.535000,46.187800>} box{<0,0,-0.300000><3.797800,0.035000,0.300000> rotate<0,0.000000,0> translate<5.640000,-1.535000,46.187800> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<9.850000,-1.535000,55.050000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<9.850000,-1.535000,55.031600>} box{<0,0,-0.300000><0.018400,0.035000,0.300000> rotate<0,-90.000000,0> translate<9.850000,-1.535000,55.031600> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<5.991600,-1.535000,51.191600>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<9.850000,-1.535000,55.050000>} box{<0,0,-0.300000><5.456602,0.035000,0.300000> rotate<0,-44.997030,0> translate<5.991600,-1.535000,51.191600> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<9.850000,-1.535000,55.050000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<9.850000,-1.535000,57.350000>} box{<0,0,-0.300000><2.300000,0.035000,0.300000> rotate<0,90.000000,0> translate<9.850000,-1.535000,57.350000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<10.600000,-1.535000,36.400000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<10.600000,-1.535000,38.200000>} box{<0,0,-0.300000><1.800000,0.035000,0.300000> rotate<0,90.000000,0> translate<10.600000,-1.535000,38.200000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<9.437800,-1.535000,46.187800>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<10.750000,-1.535000,47.500000>} box{<0,0,-0.300000><1.855731,0.035000,0.300000> rotate<0,-44.997030,0> translate<9.437800,-1.535000,46.187800> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<9.457800,-1.535000,46.207800>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<10.750000,-1.535000,47.500000>} box{<0,0,-0.300000><1.827447,0.035000,0.300000> rotate<0,-44.997030,0> translate<9.457800,-1.535000,46.207800> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<1.850000,-1.535000,41.950000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<10.850000,-1.535000,41.950000>} box{<0,0,-0.300000><9.000000,0.035000,0.300000> rotate<0,0.000000,0> translate<1.850000,-1.535000,41.950000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<10.950000,-1.535000,2.600000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<10.950000,-1.535000,6.450000>} box{<0,0,-0.300000><3.850000,0.035000,0.300000> rotate<0,90.000000,0> translate<10.950000,-1.535000,6.450000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<8.900000,-1.535000,48.700000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<11.400000,-1.535000,51.250000>} box{<0,0,-0.300000><3.571064,0.035000,0.300000> rotate<0,-45.564259,0> translate<8.900000,-1.535000,48.700000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<11.400000,-1.535000,51.250000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<11.400000,-1.535000,56.550000>} box{<0,0,-0.300000><5.300000,0.035000,0.300000> rotate<0,90.000000,0> translate<11.400000,-1.535000,56.550000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<10.600000,-1.535000,38.200000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<11.750000,-1.535000,39.350000>} box{<0,0,-0.300000><1.626346,0.035000,0.300000> rotate<0,-44.997030,0> translate<10.600000,-1.535000,38.200000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<5.640000,-1.535000,66.590000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<12.600000,-1.535000,73.550000>} box{<0,0,-0.300000><9.842926,0.035000,0.300000> rotate<0,-44.997030,0> translate<5.640000,-1.535000,66.590000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<10.750000,-1.535000,47.500000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<12.850000,-1.535000,49.600000>} box{<0,0,-0.300000><2.969848,0.035000,0.300000> rotate<0,-44.997030,0> translate<10.750000,-1.535000,47.500000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<12.850000,-1.535000,49.600000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<12.850000,-1.535000,55.900000>} box{<0,0,-0.300000><6.300000,0.035000,0.300000> rotate<0,90.000000,0> translate<12.850000,-1.535000,55.900000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.250000,-1.535000,39.450000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.290000,-1.535000,39.490000>} box{<0,0,-0.300000><0.056569,0.035000,0.300000> rotate<0,-44.997030,0> translate<13.250000,-1.535000,39.450000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<10.850000,-1.535000,41.950000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.300000,-1.535000,39.500000>} box{<0,0,-0.300000><3.464823,0.035000,0.300000> rotate<0,44.997030,0> translate<10.850000,-1.535000,41.950000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.300000,-1.535000,39.500000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.310000,-1.535000,39.490000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,44.997030,0> translate<13.300000,-1.535000,39.500000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<10.950000,-1.535000,6.450000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,6.450000>} box{<0,0,-0.300000><2.390000,0.035000,0.300000> rotate<0,0.000000,0> translate<10.950000,-1.535000,6.450000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,6.450000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,6.470000>} box{<0,0,-0.300000><0.020000,0.035000,0.300000> rotate<0,90.000000,0> translate<13.340000,-1.535000,6.470000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<10.600000,-1.535000,36.400000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,33.660000>} box{<0,0,-0.300000><3.874945,0.035000,0.300000> rotate<0,44.997030,0> translate<10.600000,-1.535000,36.400000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,6.470000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,33.660000>} box{<0,0,-0.300000><27.190000,0.035000,0.300000> rotate<0,90.000000,0> translate<13.340000,-1.535000,33.660000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,36.910000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,36.950000>} box{<0,0,-0.300000><0.040000,0.035000,0.300000> rotate<0,90.000000,0> translate<13.340000,-1.535000,36.950000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.300000,-1.535000,39.500000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,39.460000>} box{<0,0,-0.300000><0.056569,0.035000,0.300000> rotate<0,44.997030,0> translate<13.300000,-1.535000,39.500000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.290000,-1.535000,39.490000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,39.490000>} box{<0,0,-0.300000><0.050000,0.035000,0.300000> rotate<0,0.000000,0> translate<13.290000,-1.535000,39.490000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.310000,-1.535000,39.490000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,39.490000>} box{<0,0,-0.300000><0.030000,0.035000,0.300000> rotate<0,0.000000,0> translate<13.310000,-1.535000,39.490000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,39.460000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,39.490000>} box{<0,0,-0.300000><0.030000,0.035000,0.300000> rotate<0,90.000000,0> translate<13.340000,-1.535000,39.490000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,6.450000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.350000,-1.535000,6.450000>} box{<0,0,-0.300000><0.010000,0.035000,0.300000> rotate<0,0.000000,0> translate<13.340000,-1.535000,6.450000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,39.460000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.350000,-1.535000,39.450000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,44.997030,0> translate<13.340000,-1.535000,39.460000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<11.750000,-1.535000,39.350000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.450000,-1.535000,39.350000>} box{<0,0,-0.300000><1.700000,0.035000,0.300000> rotate<0,0.000000,0> translate<11.750000,-1.535000,39.350000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.300000,-1.535000,39.500000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.450000,-1.535000,39.350000>} box{<0,0,-0.300000><0.212132,0.035000,0.300000> rotate<0,44.997030,0> translate<13.300000,-1.535000,39.500000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.340000,-1.535000,39.460000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.450000,-1.535000,39.350000>} box{<0,0,-0.300000><0.155563,0.035000,0.300000> rotate<0,44.997030,0> translate<13.340000,-1.535000,39.460000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.290000,-1.535000,39.490000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<14.550000,-1.535000,40.750000>} box{<0,0,-0.300000><1.781909,0.035000,0.300000> rotate<0,-44.997030,0> translate<13.290000,-1.535000,39.490000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<14.550000,-1.535000,40.750000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<14.550000,-1.535000,49.850000>} box{<0,0,-0.300000><9.100000,0.035000,0.300000> rotate<0,90.000000,0> translate<14.550000,-1.535000,49.850000> } cylinder{<0,0,0><0,0.035000,0>0.400000 translate<13.340000,-1.535000,3.930000>} cylinder{<0,0,0><0,0.035000,0>0.400000 translate<14.610000,-1.535000,5.200000>} box{<0,0,-0.400000><1.796051,0.035000,0.400000> rotate<0,-44.997030,0> translate<13.340000,-1.535000,3.930000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<6.700000,-1.535000,63.500000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.500000,-1.535000,72.300000>} box{<0,0,-0.300000><12.445079,0.035000,0.300000> rotate<0,-44.997030,0> translate<6.700000,-1.535000,63.500000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<14.550000,-1.535000,49.850000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.800000,-1.535000,51.100000>} box{<0,0,-0.300000><1.767767,0.035000,0.300000> rotate<0,-44.997030,0> translate<14.550000,-1.535000,49.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<13.450000,-1.535000,39.350000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.850000,-1.535000,36.950000>} box{<0,0,-0.300000><3.394113,0.035000,0.300000> rotate<0,44.997030,0> translate<13.450000,-1.535000,39.350000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<13.340000,-1.535000,36.910000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<15.880000,-1.535000,34.370000>} box{<0,0,-0.450000><3.592102,0.035000,0.450000> rotate<0,44.997030,0> translate<13.340000,-1.535000,36.910000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<15.880000,-1.535000,6.470000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<15.880000,-1.535000,34.370000>} box{<0,0,-0.450000><27.900000,0.035000,0.450000> rotate<0,90.000000,0> translate<15.880000,-1.535000,34.370000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.850000,-1.535000,36.950000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.880000,-1.535000,36.950000>} box{<0,0,-0.300000><0.030000,0.035000,0.300000> rotate<0,0.000000,0> translate<15.850000,-1.535000,36.950000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<12.850000,-1.535000,55.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.900000,-1.535000,58.950000>} box{<0,0,-0.300000><4.313351,0.035000,0.300000> rotate<0,-44.997030,0> translate<12.850000,-1.535000,55.900000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<9.850000,-1.535000,57.350000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.950000,-1.535000,63.450000>} box{<0,0,-0.300000><8.626703,0.035000,0.300000> rotate<0,-44.997030,0> translate<9.850000,-1.535000,57.350000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.950000,-1.535000,63.450000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.950000,-1.535000,67.450000>} box{<0,0,-0.300000><4.000000,0.035000,0.300000> rotate<0,90.000000,0> translate<15.950000,-1.535000,67.450000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<6.024600,-1.535000,61.224600>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.950000,-1.535000,71.150000>} box{<0,0,-0.300000><14.036635,0.035000,0.300000> rotate<0,-44.997030,0> translate<6.024600,-1.535000,61.224600> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.935400,-1.535000,71.150000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.950000,-1.535000,71.150000>} box{<0,0,-0.300000><0.014600,0.035000,0.300000> rotate<0,0.000000,0> translate<15.935400,-1.535000,71.150000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.950000,-1.535000,43.450000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<16.010000,-1.535000,43.450000>} box{<0,0,-0.300000><0.060000,0.035000,0.300000> rotate<0,0.000000,0> translate<15.950000,-1.535000,43.450000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<16.010000,-1.535000,43.450000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<16.010000,-1.535000,43.500000>} box{<0,0,-0.300000><0.050000,0.035000,0.300000> rotate<0,90.000000,0> translate<16.010000,-1.535000,43.500000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<9.300000,-1.535000,62.800000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<16.400000,-1.535000,70.050000>} box{<0,0,-0.300000><10.147537,0.035000,0.300000> rotate<0,-45.595879,0> translate<9.300000,-1.535000,62.800000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<15.880000,-1.535000,34.370000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<16.410000,-1.535000,34.900000>} box{<0,0,-0.450000><0.749533,0.035000,0.450000> rotate<0,-44.997030,0> translate<15.880000,-1.535000,34.370000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.950000,-1.535000,67.450000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<17.100000,-1.535000,68.600000>} box{<0,0,-0.300000><1.626346,0.035000,0.300000> rotate<0,-44.997030,0> translate<15.950000,-1.535000,67.450000> } cylinder{<0,0,0><0,0.035000,0>0.400000 translate<14.610000,-1.535000,5.200000>} cylinder{<0,0,0><0,0.035000,0>0.400000 translate<17.150000,-1.535000,5.200000>} box{<0,0,-0.400000><2.540000,0.035000,0.400000> rotate<0,0.000000,0> translate<14.610000,-1.535000,5.200000> } cylinder{<0,0,0><0,0.035000,0>0.400000 translate<17.150000,-1.535000,5.200000>} cylinder{<0,0,0><0,0.035000,0>0.400000 translate<17.150000,-1.535000,33.600000>} box{<0,0,-0.400000><28.400000,0.035000,0.400000> rotate<0,90.000000,0> translate<17.150000,-1.535000,33.600000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.900000,-1.535000,58.950000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<17.950000,-1.535000,58.950000>} box{<0,0,-0.300000><2.050000,0.035000,0.300000> rotate<0,0.000000,0> translate<15.900000,-1.535000,58.950000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<17.960000,-1.535000,58.940000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<17.960000,-1.535000,59.050000>} box{<0,0,-0.300000><0.110000,0.035000,0.300000> rotate<0,90.000000,0> translate<17.960000,-1.535000,59.050000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<11.400000,-1.535000,56.550000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<17.960000,-1.535000,63.060000>} box{<0,0,-0.300000><9.241953,0.035000,0.300000> rotate<0,-44.777858,0> translate<11.400000,-1.535000,56.550000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<17.960000,-1.535000,63.060000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<17.960000,-1.535000,66.670000>} box{<0,0,-0.300000><3.610000,0.035000,0.300000> rotate<0,90.000000,0> translate<17.960000,-1.535000,66.670000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.000000,-1.535000,58.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.000000,-1.535000,56.700000>} box{<0,0,-0.300000><2.200000,0.035000,0.300000> rotate<0,-90.000000,0> translate<18.000000,-1.535000,56.700000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<17.950000,-1.535000,58.950000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.000000,-1.535000,58.900000>} box{<0,0,-0.300000><0.070711,0.035000,0.300000> rotate<0,44.997030,0> translate<17.950000,-1.535000,58.950000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<17.960000,-1.535000,58.940000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.000000,-1.535000,58.900000>} box{<0,0,-0.300000><0.056569,0.035000,0.300000> rotate<0,44.997030,0> translate<17.960000,-1.535000,58.940000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<17.960000,-1.535000,59.050000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.000000,-1.535000,59.090000>} box{<0,0,-0.300000><0.056569,0.035000,0.300000> rotate<0,-44.997030,0> translate<17.960000,-1.535000,59.050000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.000000,-1.535000,58.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.000000,-1.535000,59.090000>} box{<0,0,-0.300000><0.190000,0.035000,0.300000> rotate<0,90.000000,0> translate<18.000000,-1.535000,59.090000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.000000,-1.535000,59.090000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.000000,-1.535000,59.100000>} box{<0,0,-0.300000><0.010000,0.035000,0.300000> rotate<0,90.000000,0> translate<18.000000,-1.535000,59.100000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.000000,-1.535000,59.090000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.000000,-1.535000,60.350000>} box{<0,0,-0.300000><1.260000,0.035000,0.300000> rotate<0,90.000000,0> translate<18.000000,-1.535000,60.350000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<16.010000,-1.535000,43.450000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.420000,-1.535000,43.450000>} box{<0,0,-0.300000><2.410000,0.035000,0.300000> rotate<0,0.000000,0> translate<16.010000,-1.535000,43.450000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.420000,-1.535000,39.490000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.420000,-1.535000,43.450000>} box{<0,0,-0.300000><3.960000,0.035000,0.300000> rotate<0,90.000000,0> translate<18.420000,-1.535000,43.450000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.420000,-1.535000,39.490000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.600000,-1.535000,39.490000>} box{<0,0,-0.300000><0.180000,0.035000,0.300000> rotate<0,0.000000,0> translate<18.420000,-1.535000,39.490000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.600000,-1.535000,39.490000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.600000,-1.535000,48.410000>} box{<0,0,-0.300000><8.920000,0.035000,0.300000> rotate<0,90.000000,0> translate<18.600000,-1.535000,48.410000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.600000,-1.535000,48.410000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.670000,-1.535000,48.410000>} box{<0,0,-0.300000><0.070000,0.035000,0.300000> rotate<0,0.000000,0> translate<18.600000,-1.535000,48.410000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.000000,-1.535000,56.700000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.670000,-1.535000,56.030000>} box{<0,0,-0.300000><0.947523,0.035000,0.300000> rotate<0,44.997030,0> translate<18.000000,-1.535000,56.700000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<19.900000,-1.535000,57.800000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<19.900000,-1.535000,54.800000>} box{<0,0,-0.300000><3.000000,0.035000,0.300000> rotate<0,-90.000000,0> translate<19.900000,-1.535000,54.800000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<19.900000,-1.535000,54.800000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<20.750000,-1.535000,53.950000>} box{<0,0,-0.300000><1.202082,0.035000,0.300000> rotate<0,44.997030,0> translate<19.900000,-1.535000,54.800000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<17.960000,-1.535000,66.670000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<20.880000,-1.535000,66.670000>} box{<0,0,-0.300000><2.920000,0.035000,0.300000> rotate<0,0.000000,0> translate<17.960000,-1.535000,66.670000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<20.960000,-1.535000,60.410000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<20.960000,-1.535000,58.940000>} box{<0,0,-0.300000><1.470000,0.035000,0.300000> rotate<0,-90.000000,0> translate<20.960000,-1.535000,58.940000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<20.880000,-1.535000,66.670000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<20.990000,-1.535000,66.560000>} box{<0,0,-0.300000><0.155563,0.035000,0.300000> rotate<0,44.997030,0> translate<20.880000,-1.535000,66.670000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<20.960000,-1.535000,66.560000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<20.990000,-1.535000,66.560000>} box{<0,0,-0.300000><0.030000,0.035000,0.300000> rotate<0,0.000000,0> translate<20.960000,-1.535000,66.560000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<20.990000,-1.535000,66.560000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.000000,-1.535000,66.550000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,44.997030,0> translate<20.990000,-1.535000,66.560000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<19.900000,-1.535000,57.800000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.040000,-1.535000,58.940000>} box{<0,0,-0.300000><1.612203,0.035000,0.300000> rotate<0,-44.997030,0> translate<19.900000,-1.535000,57.800000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<20.960000,-1.535000,58.940000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.040000,-1.535000,58.940000>} box{<0,0,-0.300000><0.080000,0.035000,0.300000> rotate<0,0.000000,0> translate<20.960000,-1.535000,58.940000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.040000,-1.535000,58.940000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.050000,-1.535000,58.950000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,-44.997030,0> translate<21.040000,-1.535000,58.940000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.050000,-1.535000,43.450000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.090000,-1.535000,43.490000>} box{<0,0,-0.300000><0.056569,0.035000,0.300000> rotate<0,-44.997030,0> translate<21.050000,-1.535000,43.450000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.090000,-1.535000,43.500000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.090000,-1.535000,43.490000>} box{<0,0,-0.300000><0.010000,0.035000,0.300000> rotate<0,-90.000000,0> translate<21.090000,-1.535000,43.490000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.090000,-1.535000,43.490000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.170000,-1.535000,43.570000>} box{<0,0,-0.300000><0.113137,0.035000,0.300000> rotate<0,-44.997030,0> translate<21.090000,-1.535000,43.490000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.170000,-1.535000,43.570000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.170000,-1.535000,45.970000>} box{<0,0,-0.300000><2.400000,0.035000,0.300000> rotate<0,90.000000,0> translate<21.170000,-1.535000,45.970000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<21.050000,-1.535000,56.450000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<21.210000,-1.535000,56.290000>} box{<0,0,-0.450000><0.226274,0.035000,0.450000> rotate<0,44.997030,0> translate<21.050000,-1.535000,56.450000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<21.210000,-1.535000,56.030000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<21.210000,-1.535000,56.290000>} box{<0,0,-0.450000><0.260000,0.035000,0.450000> rotate<0,90.000000,0> translate<21.210000,-1.535000,56.290000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.210000,-1.535000,48.410000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.220000,-1.535000,48.400000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,44.997030,0> translate<21.210000,-1.535000,48.410000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.220000,-1.535000,48.400000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.250000,-1.535000,48.400000>} box{<0,0,-0.300000><0.030000,0.035000,0.300000> rotate<0,0.000000,0> translate<21.220000,-1.535000,48.400000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.250000,-1.535000,51.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.250000,-1.535000,48.400000>} box{<0,0,-0.300000><2.700000,0.035000,0.300000> rotate<0,-90.000000,0> translate<21.250000,-1.535000,48.400000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.800000,-1.535000,51.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.250000,-1.535000,51.100000>} box{<0,0,-0.300000><5.450000,0.035000,0.300000> rotate<0,0.000000,0> translate<15.800000,-1.535000,51.100000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.250000,-1.535000,51.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.300000,-1.535000,51.150000>} box{<0,0,-0.300000><0.070711,0.035000,0.300000> rotate<0,-44.997030,0> translate<21.250000,-1.535000,51.100000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<16.410000,-1.535000,34.900000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<22.200000,-1.535000,34.900000>} box{<0,0,-0.450000><5.790000,0.035000,0.450000> rotate<0,0.000000,0> translate<16.410000,-1.535000,34.900000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.090000,-1.535000,43.500000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<22.200000,-1.535000,42.390000>} box{<0,0,-0.300000><1.569777,0.035000,0.300000> rotate<0,44.997030,0> translate<21.090000,-1.535000,43.500000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<22.200000,-1.535000,34.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<22.200000,-1.535000,42.390000>} box{<0,0,-0.300000><7.490000,0.035000,0.300000> rotate<0,90.000000,0> translate<22.200000,-1.535000,42.390000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<20.750000,-1.535000,53.950000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<22.300000,-1.535000,53.950000>} box{<0,0,-0.300000><1.550000,0.035000,0.300000> rotate<0,0.000000,0> translate<20.750000,-1.535000,53.950000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.450000,-1.535000,45.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.500000,-1.535000,45.900000>} box{<0,0,-0.300000><0.050000,0.035000,0.300000> rotate<0,0.000000,0> translate<23.450000,-1.535000,45.900000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.500000,-1.535000,39.490000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.500000,-1.535000,45.900000>} box{<0,0,-0.300000><6.410000,0.035000,0.300000> rotate<0,90.000000,0> translate<23.500000,-1.535000,45.900000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.500000,-1.535000,45.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.500000,-1.535000,48.350000>} box{<0,0,-0.300000><2.450000,0.035000,0.300000> rotate<0,90.000000,0> translate<23.500000,-1.535000,48.350000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<21.050000,-1.535000,56.450000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<23.530000,-1.535000,58.930000>} box{<0,0,-0.450000><3.507250,0.035000,0.450000> rotate<0,-44.997030,0> translate<21.050000,-1.535000,56.450000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.500000,-1.535000,48.350000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.750000,-1.535000,48.350000>} box{<0,0,-0.300000><0.250000,0.035000,0.300000> rotate<0,0.000000,0> translate<23.500000,-1.535000,48.350000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.750000,-1.535000,48.350000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.750000,-1.535000,48.410000>} box{<0,0,-0.300000><0.060000,0.035000,0.300000> rotate<0,90.000000,0> translate<23.750000,-1.535000,48.410000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<22.300000,-1.535000,53.950000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.750000,-1.535000,55.400000>} box{<0,0,-0.300000><2.050610,0.035000,0.300000> rotate<0,-44.997030,0> translate<22.300000,-1.535000,53.950000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.750000,-1.535000,55.400000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.750000,-1.535000,56.030000>} box{<0,0,-0.300000><0.630000,0.035000,0.300000> rotate<0,90.000000,0> translate<23.750000,-1.535000,56.030000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<23.530000,-1.535000,58.930000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<24.110000,-1.535000,58.930000>} box{<0,0,-0.450000><0.580000,0.035000,0.450000> rotate<0,0.000000,0> translate<23.530000,-1.535000,58.930000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<24.110000,-1.535000,66.540000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<24.110000,-1.535000,66.550000>} box{<0,0,-0.300000><0.010000,0.035000,0.300000> rotate<0,90.000000,0> translate<24.110000,-1.535000,66.550000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<24.110000,-1.535000,58.930000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<24.120000,-1.535000,58.930000>} box{<0,0,-0.450000><0.010000,0.035000,0.450000> rotate<0,0.000000,0> translate<24.110000,-1.535000,58.930000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<18.000000,-1.535000,60.350000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<24.150000,-1.535000,66.500000>} box{<0,0,-0.300000><8.697413,0.035000,0.300000> rotate<0,-44.997030,0> translate<18.000000,-1.535000,60.350000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<24.110000,-1.535000,66.540000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<24.150000,-1.535000,66.500000>} box{<0,0,-0.300000><0.056569,0.035000,0.300000> rotate<0,44.997030,0> translate<24.110000,-1.535000,66.540000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<24.120000,-1.535000,58.930000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<24.200000,-1.535000,58.850000>} box{<0,0,-0.450000><0.113137,0.035000,0.450000> rotate<0,44.997030,0> translate<24.120000,-1.535000,58.930000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<24.200000,-1.535000,58.850000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<24.370000,-1.535000,59.020000>} box{<0,0,-0.450000><0.240416,0.035000,0.450000> rotate<0,-44.997030,0> translate<24.200000,-1.535000,58.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<21.300000,-1.535000,51.150000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<25.800000,-1.535000,51.150000>} box{<0,0,-0.300000><4.500000,0.035000,0.300000> rotate<0,0.000000,0> translate<21.300000,-1.535000,51.150000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<17.100000,-1.535000,68.600000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<25.900000,-1.535000,68.600000>} box{<0,0,-0.300000><8.800000,0.035000,0.300000> rotate<0,0.000000,0> translate<17.100000,-1.535000,68.600000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<23.500000,-1.535000,45.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<26.250000,-1.535000,45.900000>} box{<0,0,-0.300000><2.750000,0.035000,0.300000> rotate<0,0.000000,0> translate<23.500000,-1.535000,45.900000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<26.250000,-1.535000,45.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<26.250000,-1.535000,45.970000>} box{<0,0,-0.300000><0.070000,0.035000,0.300000> rotate<0,90.000000,0> translate<26.250000,-1.535000,45.970000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<27.050000,-1.535000,58.950000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<27.060000,-1.535000,58.960000>} box{<0,0,-0.450000><0.014142,0.035000,0.450000> rotate<0,-44.997030,0> translate<27.050000,-1.535000,58.950000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<27.060000,-1.535000,59.020000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<27.060000,-1.535000,58.960000>} box{<0,0,-0.450000><0.060000,0.035000,0.450000> rotate<0,-90.000000,0> translate<27.060000,-1.535000,58.960000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<24.370000,-1.535000,59.020000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<27.060000,-1.535000,59.020000>} box{<0,0,-0.450000><2.690000,0.035000,0.450000> rotate<0,0.000000,0> translate<24.370000,-1.535000,59.020000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.050000,-1.535000,49.600000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.080000,-1.535000,49.630000>} box{<0,0,-0.300000><0.042426,0.035000,0.300000> rotate<0,-44.997030,0> translate<27.050000,-1.535000,49.600000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.080000,-1.535000,49.730000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.080000,-1.535000,49.630000>} box{<0,0,-0.300000><0.100000,0.035000,0.300000> rotate<0,-90.000000,0> translate<27.080000,-1.535000,49.630000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<26.950000,-1.535000,54.800000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.080000,-1.535000,54.800000>} box{<0,0,-0.300000><0.130000,0.035000,0.300000> rotate<0,0.000000,0> translate<26.950000,-1.535000,54.800000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<27.080000,-1.535000,58.920000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<27.080000,-1.535000,54.800000>} box{<0,0,-0.450000><4.120000,0.035000,0.450000> rotate<0,-90.000000,0> translate<27.080000,-1.535000,54.800000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.080000,-1.535000,54.800000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.080000,-1.535000,54.810000>} box{<0,0,-0.300000><0.010000,0.035000,0.300000> rotate<0,90.000000,0> translate<27.080000,-1.535000,54.810000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<27.050000,-1.535000,58.950000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<27.080000,-1.535000,58.920000>} box{<0,0,-0.450000><0.042426,0.035000,0.450000> rotate<0,44.997030,0> translate<27.050000,-1.535000,58.950000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<25.300000,-1.535000,51.650000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.100000,-1.535000,49.850000>} box{<0,0,-0.300000><2.545584,0.035000,0.300000> rotate<0,44.997030,0> translate<25.300000,-1.535000,51.650000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<25.800000,-1.535000,51.150000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.100000,-1.535000,49.850000>} box{<0,0,-0.300000><1.838478,0.035000,0.300000> rotate<0,44.997030,0> translate<25.800000,-1.535000,51.150000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.060000,-1.535000,66.640000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.100000,-1.535000,66.600000>} box{<0,0,-0.300000><0.056569,0.035000,0.300000> rotate<0,44.997030,0> translate<27.060000,-1.535000,66.640000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.100000,-1.535000,67.400000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.100000,-1.535000,66.600000>} box{<0,0,-0.300000><0.800000,0.035000,0.300000> rotate<0,-90.000000,0> translate<27.100000,-1.535000,66.600000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<25.900000,-1.535000,68.600000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.100000,-1.535000,67.400000>} box{<0,0,-0.300000><1.697056,0.035000,0.300000> rotate<0,44.997030,0> translate<25.900000,-1.535000,68.600000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.060000,-1.535000,66.640000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.110000,-1.535000,66.640000>} box{<0,0,-0.300000><0.050000,0.035000,0.300000> rotate<0,0.000000,0> translate<27.060000,-1.535000,66.640000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.080000,-1.535000,49.630000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.130000,-1.535000,49.680000>} box{<0,0,-0.300000><0.070711,0.035000,0.300000> rotate<0,-44.997030,0> translate<27.080000,-1.535000,49.630000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<20.960000,-1.535000,60.410000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.150000,-1.535000,66.600000>} box{<0,0,-0.300000><8.753982,0.035000,0.300000> rotate<0,-44.997030,0> translate<20.960000,-1.535000,60.410000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.110000,-1.535000,66.640000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.150000,-1.535000,66.600000>} box{<0,0,-0.300000><0.056569,0.035000,0.300000> rotate<0,44.997030,0> translate<27.110000,-1.535000,66.640000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.080000,-1.535000,49.730000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.180000,-1.535000,49.730000>} box{<0,0,-0.300000><0.100000,0.035000,0.300000> rotate<0,0.000000,0> translate<27.080000,-1.535000,49.730000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.100000,-1.535000,49.850000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.200000,-1.535000,49.750000>} box{<0,0,-0.300000><0.141421,0.035000,0.300000> rotate<0,44.997030,0> translate<27.100000,-1.535000,49.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.180000,-1.535000,49.730000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.200000,-1.535000,49.750000>} box{<0,0,-0.300000><0.028284,0.035000,0.300000> rotate<0,-44.997030,0> translate<27.180000,-1.535000,49.730000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<16.400000,-1.535000,70.050000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.600000,-1.535000,70.050000>} box{<0,0,-0.300000><11.200000,0.035000,0.300000> rotate<0,0.000000,0> translate<16.400000,-1.535000,70.050000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.950000,-1.535000,71.150000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<28.550000,-1.535000,71.150000>} box{<0,0,-0.300000><12.600000,0.035000,0.300000> rotate<0,0.000000,0> translate<15.950000,-1.535000,71.150000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<15.500000,-1.535000,72.300000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<29.250000,-1.535000,72.300000>} box{<0,0,-0.300000><13.750000,0.035000,0.300000> rotate<0,0.000000,0> translate<15.500000,-1.535000,72.300000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<27.080000,-1.535000,54.800000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.150000,-1.535000,54.800000>} box{<0,0,-0.450000><3.070000,0.035000,0.450000> rotate<0,0.000000,0> translate<27.080000,-1.535000,54.800000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.150000,-1.535000,54.750000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.170000,-1.535000,54.750000>} box{<0,0,-0.450000><0.020000,0.035000,0.450000> rotate<0,0.000000,0> translate<30.150000,-1.535000,54.750000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<30.100000,-1.535000,54.800000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<30.180000,-1.535000,54.800000>} box{<0,0,-0.300000><0.080000,0.035000,0.300000> rotate<0,0.000000,0> translate<30.100000,-1.535000,54.800000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<30.200000,-1.535000,49.700000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<30.200000,-1.535000,51.050000>} box{<0,0,-0.300000><1.350000,0.035000,0.300000> rotate<0,90.000000,0> translate<30.200000,-1.535000,51.050000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.150000,-1.535000,54.800000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.200000,-1.535000,54.750000>} box{<0,0,-0.450000><0.070711,0.035000,0.450000> rotate<0,44.997030,0> translate<30.150000,-1.535000,54.800000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.170000,-1.535000,54.750000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.200000,-1.535000,54.750000>} box{<0,0,-0.450000><0.030000,0.035000,0.450000> rotate<0,0.000000,0> translate<30.170000,-1.535000,54.750000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.190000,-1.535000,54.760000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.200000,-1.535000,54.750000>} box{<0,0,-0.450000><0.014142,0.035000,0.450000> rotate<0,44.997030,0> translate<30.190000,-1.535000,54.760000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.130000,-1.535000,49.680000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<30.330000,-1.535000,49.680000>} box{<0,0,-0.300000><3.200000,0.035000,0.300000> rotate<0,0.000000,0> translate<27.130000,-1.535000,49.680000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<30.150000,-1.535000,49.650000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<30.330000,-1.535000,49.680000>} box{<0,0,-0.300000><0.182483,0.035000,0.300000> rotate<0,-9.461698,0> translate<30.150000,-1.535000,49.650000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<30.200000,-1.535000,49.700000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<30.330000,-1.535000,49.680000>} box{<0,0,-0.300000><0.131529,0.035000,0.300000> rotate<0,8.745585,0> translate<30.200000,-1.535000,49.700000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.170000,-1.535000,54.750000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.330000,-1.535000,54.760000>} box{<0,0,-0.450000><0.160312,0.035000,0.450000> rotate<0,-3.576098,0> translate<30.170000,-1.535000,54.750000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<30.180000,-1.535000,54.800000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<30.330000,-1.535000,54.760000>} box{<0,0,-0.300000><0.155242,0.035000,0.300000> rotate<0,14.930432,0> translate<30.180000,-1.535000,54.800000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.190000,-1.535000,54.760000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.330000,-1.535000,54.760000>} box{<0,0,-0.450000><0.140000,0.035000,0.450000> rotate<0,0.000000,0> translate<30.190000,-1.535000,54.760000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<31.120000,-1.535000,39.490000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<31.120000,-1.535000,43.720000>} box{<0,0,-0.300000><4.230000,0.035000,0.300000> rotate<0,90.000000,0> translate<31.120000,-1.535000,43.720000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<29.250000,-1.535000,72.300000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<31.700000,-1.535000,69.850000>} box{<0,0,-0.300000><3.464823,0.035000,0.300000> rotate<0,44.997030,0> translate<29.250000,-1.535000,72.300000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<28.550000,-1.535000,71.150000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<31.900000,-1.535000,67.800000>} box{<0,0,-0.300000><4.737615,0.035000,0.300000> rotate<0,44.997030,0> translate<28.550000,-1.535000,71.150000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<30.200000,-1.535000,51.050000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<32.300000,-1.535000,53.150000>} box{<0,0,-0.300000><2.969848,0.035000,0.300000> rotate<0,-44.997030,0> translate<30.200000,-1.535000,51.050000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.670000,-1.535000,63.980000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.670000,-1.535000,62.230000>} box{<0,0,-0.300000><1.750000,0.035000,0.300000> rotate<0,-90.000000,0> translate<33.670000,-1.535000,62.230000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<27.600000,-1.535000,70.050000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.670000,-1.535000,63.980000>} box{<0,0,-0.300000><8.584276,0.035000,0.300000> rotate<0,44.997030,0> translate<27.600000,-1.535000,70.050000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<31.700000,-1.535000,69.850000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.670000,-1.535000,69.850000>} box{<0,0,-0.300000><1.970000,0.035000,0.300000> rotate<0,0.000000,0> translate<31.700000,-1.535000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.670000,-1.535000,62.230000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.720000,-1.535000,62.230000>} box{<0,0,-0.300000><0.050000,0.035000,0.300000> rotate<0,0.000000,0> translate<33.670000,-1.535000,62.230000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<31.120000,-1.535000,43.720000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.750000,-1.535000,46.350000>} box{<0,0,-0.300000><3.719382,0.035000,0.300000> rotate<0,-44.997030,0> translate<31.120000,-1.535000,43.720000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.750000,-1.535000,46.350000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.760000,-1.535000,46.350000>} box{<0,0,-0.300000><0.010000,0.035000,0.300000> rotate<0,0.000000,0> translate<33.750000,-1.535000,46.350000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.750000,-1.535000,46.400000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.760000,-1.535000,46.390000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,44.997030,0> translate<33.750000,-1.535000,46.400000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.760000,-1.535000,46.350000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.760000,-1.535000,46.390000>} box{<0,0,-0.300000><0.040000,0.035000,0.300000> rotate<0,90.000000,0> translate<33.760000,-1.535000,46.390000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<22.200000,-1.535000,34.900000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<34.950000,-1.535000,34.900000>} box{<0,0,-0.450000><12.750000,0.035000,0.450000> rotate<0,0.000000,0> translate<22.200000,-1.535000,34.900000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<34.950000,-1.535000,34.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<34.950000,-1.535000,41.900000>} box{<0,0,-0.300000><7.000000,0.035000,0.300000> rotate<0,90.000000,0> translate<34.950000,-1.535000,41.900000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.200000,-1.535000,39.490000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.200000,-1.535000,40.650000>} box{<0,0,-0.300000><1.160000,0.035000,0.300000> rotate<0,90.000000,0> translate<36.200000,-1.535000,40.650000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.750000,-1.535000,46.400000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.300000,-1.535000,48.950000>} box{<0,0,-0.300000><3.606245,0.035000,0.300000> rotate<0,-44.997030,0> translate<33.750000,-1.535000,46.400000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.300000,-1.535000,48.950000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.300000,-1.535000,51.110000>} box{<0,0,-0.300000><2.160000,0.035000,0.300000> rotate<0,90.000000,0> translate<36.300000,-1.535000,51.110000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.300000,-1.535000,59.650000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.300000,-1.535000,58.730000>} box{<0,0,-0.300000><0.920000,0.035000,0.300000> rotate<0,-90.000000,0> translate<36.300000,-1.535000,58.730000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.720000,-1.535000,62.230000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.300000,-1.535000,59.650000>} box{<0,0,-0.300000><3.648671,0.035000,0.300000> rotate<0,44.997030,0> translate<33.720000,-1.535000,62.230000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.670000,-1.535000,69.850000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.800000,-1.535000,69.850000>} box{<0,0,-0.300000><3.130000,0.035000,0.300000> rotate<0,0.000000,0> translate<33.670000,-1.535000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.800000,-1.535000,69.850000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.900000,-1.535000,69.750000>} box{<0,0,-0.300000><0.141421,0.035000,0.300000> rotate<0,44.997030,0> translate<36.800000,-1.535000,69.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.900000,-1.535000,69.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.900000,-1.535000,71.150000>} box{<0,0,-0.300000><1.250000,0.035000,0.300000> rotate<0,90.000000,0> translate<36.900000,-1.535000,71.150000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.910000,-1.535000,62.960000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.910000,-1.535000,62.220000>} box{<0,0,-0.300000><0.740000,0.035000,0.300000> rotate<0,-90.000000,0> translate<36.910000,-1.535000,62.220000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.900000,-1.535000,69.750000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.910000,-1.535000,69.760000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,-44.997030,0> translate<36.900000,-1.535000,69.750000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.910000,-1.535000,69.760000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.910000,-1.535000,69.840000>} box{<0,0,-0.300000><0.080000,0.035000,0.300000> rotate<0,90.000000,0> translate<36.910000,-1.535000,69.840000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.910000,-1.535000,69.840000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.940000,-1.535000,69.840000>} box{<0,0,-0.300000><0.030000,0.035000,0.300000> rotate<0,0.000000,0> translate<36.910000,-1.535000,69.840000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.900000,-1.535000,69.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.950000,-1.535000,69.850000>} box{<0,0,-0.300000><0.070711,0.035000,0.300000> rotate<0,44.997030,0> translate<36.900000,-1.535000,69.900000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.940000,-1.535000,69.840000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.950000,-1.535000,69.850000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,-44.997030,0> translate<36.940000,-1.535000,69.840000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<31.900000,-1.535000,67.800000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<37.400000,-1.535000,67.800000>} box{<0,0,-0.300000><5.500000,0.035000,0.300000> rotate<0,0.000000,0> translate<31.900000,-1.535000,67.800000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.900000,-1.535000,71.150000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.250000,-1.535000,72.500000>} box{<0,0,-0.300000><1.909188,0.035000,0.300000> rotate<0,-44.997030,0> translate<36.900000,-1.535000,71.150000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<32.300000,-1.535000,53.150000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.400000,-1.535000,53.150000>} box{<0,0,-0.300000><6.100000,0.035000,0.300000> rotate<0,0.000000,0> translate<32.300000,-1.535000,53.150000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<37.400000,-1.535000,67.800000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.700000,-1.535000,69.100000>} box{<0,0,-0.300000><1.838478,0.035000,0.300000> rotate<0,-44.997030,0> translate<37.400000,-1.535000,67.800000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.700000,-1.535000,69.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.700000,-1.535000,71.400000>} box{<0,0,-0.300000><2.300000,0.035000,0.300000> rotate<0,90.000000,0> translate<38.700000,-1.535000,71.400000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<34.950000,-1.535000,41.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.800000,-1.535000,45.750000>} box{<0,0,-0.300000><5.444722,0.035000,0.300000> rotate<0,-44.997030,0> translate<34.950000,-1.535000,41.900000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.800000,-1.535000,45.750000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.800000,-1.535000,46.300000>} box{<0,0,-0.300000><0.550000,0.035000,0.300000> rotate<0,90.000000,0> translate<38.800000,-1.535000,46.300000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.840000,-1.535000,52.710000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.840000,-1.535000,51.110000>} box{<0,0,-0.300000><1.600000,0.035000,0.300000> rotate<0,-90.000000,0> translate<38.840000,-1.535000,51.110000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.400000,-1.535000,53.150000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.840000,-1.535000,52.710000>} box{<0,0,-0.300000><0.622254,0.035000,0.300000> rotate<0,44.997030,0> translate<38.400000,-1.535000,53.150000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<38.840000,-1.535000,54.760000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<38.840000,-1.535000,58.730000>} box{<0,0,-0.450000><3.970000,0.035000,0.450000> rotate<0,90.000000,0> translate<38.840000,-1.535000,58.730000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.840000,-1.535000,58.730000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.840000,-1.535000,60.790000>} box{<0,0,-0.300000><2.060000,0.035000,0.300000> rotate<0,90.000000,0> translate<38.840000,-1.535000,60.790000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.800000,-1.535000,46.300000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.850000,-1.535000,46.350000>} box{<0,0,-0.300000><0.070711,0.035000,0.300000> rotate<0,-44.997030,0> translate<38.800000,-1.535000,46.300000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.840000,-1.535000,46.350000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.850000,-1.535000,46.350000>} box{<0,0,-0.300000><0.010000,0.035000,0.300000> rotate<0,0.000000,0> translate<38.840000,-1.535000,46.350000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.840000,-1.535000,51.110000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.850000,-1.535000,51.100000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,44.997030,0> translate<38.840000,-1.535000,51.110000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<30.200000,-1.535000,54.750000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<38.850000,-1.535000,54.750000>} box{<0,0,-0.450000><8.650000,0.035000,0.450000> rotate<0,0.000000,0> translate<30.200000,-1.535000,54.750000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<38.840000,-1.535000,54.760000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<38.850000,-1.535000,54.750000>} box{<0,0,-0.450000><0.014142,0.035000,0.450000> rotate<0,44.997030,0> translate<38.840000,-1.535000,54.760000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.850000,-1.535000,46.350000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.860000,-1.535000,46.360000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,-44.997030,0> translate<38.850000,-1.535000,46.350000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.860000,-1.535000,46.360000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.860000,-1.535000,48.350000>} box{<0,0,-0.300000><1.990000,0.035000,0.300000> rotate<0,90.000000,0> translate<38.860000,-1.535000,48.350000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.850000,-1.535000,51.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.900000,-1.535000,51.100000>} box{<0,0,-0.300000><0.050000,0.035000,0.300000> rotate<0,0.000000,0> translate<38.850000,-1.535000,51.100000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.900000,-1.535000,51.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.900000,-1.535000,52.600000>} box{<0,0,-0.300000><1.500000,0.035000,0.300000> rotate<0,90.000000,0> translate<38.900000,-1.535000,52.600000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.840000,-1.535000,54.860000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<39.000000,-1.535000,54.700000>} box{<0,0,-0.300000><0.226274,0.035000,0.300000> rotate<0,44.997030,0> translate<38.840000,-1.535000,54.860000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<39.000000,-1.535000,54.750000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<39.000000,-1.535000,54.700000>} box{<0,0,-0.300000><0.050000,0.035000,0.300000> rotate<0,-90.000000,0> translate<39.000000,-1.535000,54.700000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<38.850000,-1.535000,54.750000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<39.000000,-1.535000,54.750000>} box{<0,0,-0.450000><0.150000,0.035000,0.450000> rotate<0,0.000000,0> translate<38.850000,-1.535000,54.750000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.900000,-1.535000,52.600000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<39.600000,-1.535000,53.300000>} box{<0,0,-0.300000><0.989949,0.035000,0.300000> rotate<0,-44.997030,0> translate<38.900000,-1.535000,52.600000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.840000,-1.535000,60.790000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<40.270000,-1.535000,62.220000>} box{<0,0,-0.300000><2.022325,0.035000,0.300000> rotate<0,-44.997030,0> translate<38.840000,-1.535000,60.790000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<40.300000,-1.535000,62.200000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<40.320000,-1.535000,62.200000>} box{<0,0,-0.300000><0.020000,0.035000,0.300000> rotate<0,0.000000,0> translate<40.300000,-1.535000,62.200000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<40.320000,-1.535000,62.220000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<40.320000,-1.535000,62.200000>} box{<0,0,-0.300000><0.020000,0.035000,0.300000> rotate<0,-90.000000,0> translate<40.320000,-1.535000,62.200000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<40.270000,-1.535000,62.220000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<40.320000,-1.535000,62.220000>} box{<0,0,-0.300000><0.050000,0.035000,0.300000> rotate<0,0.000000,0> translate<40.270000,-1.535000,62.220000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<33.720000,-1.535000,62.230000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<40.350000,-1.535000,68.860000>} box{<0,0,-0.300000><9.376236,0.035000,0.300000> rotate<0,-44.997030,0> translate<33.720000,-1.535000,62.230000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<40.320000,-1.535000,69.840000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<40.350000,-1.535000,69.810000>} box{<0,0,-0.300000><0.042426,0.035000,0.300000> rotate<0,44.997030,0> translate<40.320000,-1.535000,69.840000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<40.350000,-1.535000,68.860000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<40.350000,-1.535000,69.810000>} box{<0,0,-0.300000><0.950000,0.035000,0.300000> rotate<0,90.000000,0> translate<40.350000,-1.535000,69.810000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<41.300000,-1.535000,51.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<41.310000,-1.535000,51.110000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,-44.997030,0> translate<41.300000,-1.535000,51.100000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<41.310000,-1.535000,51.110000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<41.380000,-1.535000,51.110000>} box{<0,0,-0.300000><0.070000,0.035000,0.300000> rotate<0,0.000000,0> translate<41.310000,-1.535000,51.110000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<39.000000,-1.535000,54.750000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<42.510000,-1.535000,54.750000>} box{<0,0,-0.450000><3.510000,0.035000,0.450000> rotate<0,0.000000,0> translate<39.000000,-1.535000,54.750000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<41.380000,-1.535000,58.730000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.030000,-1.535000,58.730000>} box{<0,0,-0.300000><1.650000,0.035000,0.300000> rotate<0,0.000000,0> translate<41.380000,-1.535000,58.730000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<39.600000,-1.535000,53.300000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.070000,-1.535000,53.300000>} box{<0,0,-0.300000><3.470000,0.035000,0.300000> rotate<0,0.000000,0> translate<39.600000,-1.535000,53.300000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.550000,-1.535000,69.830000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.550000,-1.535000,69.800000>} box{<0,0,-0.300000><0.030000,0.035000,0.300000> rotate<0,-90.000000,0> translate<43.550000,-1.535000,69.800000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.550000,-1.535000,71.400000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.550000,-1.535000,69.830000>} box{<0,0,-0.300000><1.570000,0.035000,0.300000> rotate<0,-90.000000,0> translate<43.550000,-1.535000,69.830000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.700000,-1.535000,71.400000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.550000,-1.535000,71.400000>} box{<0,0,-0.300000><4.850000,0.035000,0.300000> rotate<0,0.000000,0> translate<38.700000,-1.535000,71.400000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<40.320000,-1.535000,62.200000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.710000,-1.535000,62.200000>} box{<0,0,-0.300000><3.390000,0.035000,0.300000> rotate<0,0.000000,0> translate<40.320000,-1.535000,62.200000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.710000,-1.535000,62.200000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.710000,-1.535000,62.210000>} box{<0,0,-0.300000><0.010000,0.035000,0.300000> rotate<0,90.000000,0> translate<43.710000,-1.535000,62.210000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.710000,-1.535000,69.830000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.710000,-1.535000,69.790000>} box{<0,0,-0.300000><0.040000,0.035000,0.300000> rotate<0,-90.000000,0> translate<43.710000,-1.535000,69.790000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.550000,-1.535000,69.830000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.710000,-1.535000,69.830000>} box{<0,0,-0.300000><0.160000,0.035000,0.300000> rotate<0,0.000000,0> translate<43.550000,-1.535000,69.830000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.710000,-1.535000,69.830000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.720000,-1.535000,69.830000>} box{<0,0,-0.300000><0.010000,0.035000,0.300000> rotate<0,0.000000,0> translate<43.710000,-1.535000,69.830000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.910000,-1.535000,62.960000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.750000,-1.535000,69.800000>} box{<0,0,-0.300000><9.673221,0.035000,0.300000> rotate<0,-44.997030,0> translate<36.910000,-1.535000,62.960000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.720000,-1.535000,69.830000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.750000,-1.535000,69.800000>} box{<0,0,-0.300000><0.042426,0.035000,0.300000> rotate<0,44.997030,0> translate<43.720000,-1.535000,69.830000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<36.200000,-1.535000,40.650000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.900000,-1.535000,48.350000>} box{<0,0,-0.300000><10.889444,0.035000,0.300000> rotate<0,-44.997030,0> translate<36.200000,-1.535000,40.650000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.900000,-1.535000,48.350000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.940000,-1.535000,48.350000>} box{<0,0,-0.300000><0.040000,0.035000,0.300000> rotate<0,0.000000,0> translate<43.900000,-1.535000,48.350000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<41.300000,-1.535000,51.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.940000,-1.535000,48.460000>} box{<0,0,-0.300000><3.733524,0.035000,0.300000> rotate<0,44.997030,0> translate<41.300000,-1.535000,51.100000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.940000,-1.535000,48.350000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.940000,-1.535000,48.460000>} box{<0,0,-0.300000><0.110000,0.035000,0.300000> rotate<0,90.000000,0> translate<43.940000,-1.535000,48.460000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<38.250000,-1.535000,72.500000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<44.600000,-1.535000,72.500000>} box{<0,0,-0.300000><6.350000,0.035000,0.300000> rotate<0,0.000000,0> translate<38.250000,-1.535000,72.500000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.070000,-1.535000,53.300000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<44.610000,-1.535000,51.760000>} box{<0,0,-0.300000><2.177889,0.035000,0.300000> rotate<0,44.997030,0> translate<43.070000,-1.535000,53.300000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<44.550000,-1.535000,51.700000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<44.610000,-1.535000,51.760000>} box{<0,0,-0.300000><0.084853,0.035000,0.300000> rotate<0,-44.997030,0> translate<44.550000,-1.535000,51.700000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<44.610000,-1.535000,56.850000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<44.610000,-1.535000,56.840000>} box{<0,0,-0.450000><0.010000,0.035000,0.450000> rotate<0,-90.000000,0> translate<44.610000,-1.535000,56.840000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<42.510000,-1.535000,54.750000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<44.610000,-1.535000,56.850000>} box{<0,0,-0.450000><2.969848,0.035000,0.450000> rotate<0,-44.997030,0> translate<42.510000,-1.535000,54.750000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<44.500000,-1.535000,56.850000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<44.610000,-1.535000,56.850000>} box{<0,0,-0.450000><0.110000,0.035000,0.450000> rotate<0,0.000000,0> translate<44.500000,-1.535000,56.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<44.610000,-1.535000,51.760000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<44.630000,-1.535000,51.780000>} box{<0,0,-0.300000><0.028284,0.035000,0.300000> rotate<0,-44.997030,0> translate<44.610000,-1.535000,51.760000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.820000,-1.535000,39.490000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<45.060000,-1.535000,38.250000>} box{<0,0,-0.300000><1.753625,0.035000,0.300000> rotate<0,44.997030,0> translate<43.820000,-1.535000,39.490000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.030000,-1.535000,58.730000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<46.000000,-1.535000,61.700000>} box{<0,0,-0.300000><4.200214,0.035000,0.300000> rotate<0,-44.997030,0> translate<43.030000,-1.535000,58.730000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<46.000000,-1.535000,67.500000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<46.000000,-1.535000,61.700000>} box{<0,0,-0.300000><5.800000,0.035000,0.300000> rotate<0,-90.000000,0> translate<46.000000,-1.535000,61.700000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<43.710000,-1.535000,69.790000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<46.000000,-1.535000,67.500000>} box{<0,0,-0.300000><3.238549,0.035000,0.300000> rotate<0,44.997030,0> translate<43.710000,-1.535000,69.790000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<44.600000,-1.535000,72.500000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<46.260000,-1.535000,70.840000>} box{<0,0,-0.300000><2.347595,0.035000,0.300000> rotate<0,44.997030,0> translate<44.600000,-1.535000,72.500000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<47.900000,-1.535000,56.800000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<47.920000,-1.535000,56.800000>} box{<0,0,-0.450000><0.020000,0.035000,0.450000> rotate<0,0.000000,0> translate<47.900000,-1.535000,56.800000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<44.630000,-1.535000,51.780000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<47.980000,-1.535000,51.780000>} box{<0,0,-0.450000><3.350000,0.035000,0.450000> rotate<0,0.000000,0> translate<44.630000,-1.535000,51.780000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<47.920000,-1.535000,56.800000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<47.980000,-1.535000,56.860000>} box{<0,0,-0.450000><0.084853,0.035000,0.450000> rotate<0,-44.997030,0> translate<47.920000,-1.535000,56.800000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<47.990000,-1.535000,56.850000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<47.990000,-1.535000,56.840000>} box{<0,0,-0.450000><0.010000,0.035000,0.450000> rotate<0,-90.000000,0> translate<47.990000,-1.535000,56.840000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<44.610000,-1.535000,56.850000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<47.990000,-1.535000,56.850000>} box{<0,0,-0.450000><3.380000,0.035000,0.450000> rotate<0,0.000000,0> translate<44.610000,-1.535000,56.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<47.980000,-1.535000,56.860000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<47.990000,-1.535000,56.860000>} box{<0,0,-0.300000><0.010000,0.035000,0.300000> rotate<0,0.000000,0> translate<47.980000,-1.535000,56.860000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<47.990000,-1.535000,56.840000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<48.000000,-1.535000,56.850000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,-44.997030,0> translate<47.990000,-1.535000,56.840000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<47.990000,-1.535000,56.860000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<48.000000,-1.535000,56.850000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,44.997030,0> translate<47.990000,-1.535000,56.860000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<48.850000,-1.535000,39.440000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<48.850000,-1.535000,39.400000>} box{<0,0,-0.300000><0.040000,0.035000,0.300000> rotate<0,-90.000000,0> translate<48.850000,-1.535000,39.400000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<48.850000,-1.535000,39.440000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<48.850000,-1.535000,46.950000>} box{<0,0,-0.300000><7.510000,0.035000,0.300000> rotate<0,90.000000,0> translate<48.850000,-1.535000,46.950000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<48.850000,-1.535000,39.440000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<48.900000,-1.535000,39.490000>} box{<0,0,-0.300000><0.070711,0.035000,0.300000> rotate<0,-44.997030,0> translate<48.850000,-1.535000,39.440000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.100000,-1.535000,70.850000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.110000,-1.535000,70.840000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,44.997030,0> translate<51.100000,-1.535000,70.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.110000,-1.535000,70.840000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.130000,-1.535000,70.820000>} box{<0,0,-0.300000><0.028284,0.035000,0.300000> rotate<0,44.997030,0> translate<51.110000,-1.535000,70.840000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.320000,-1.535000,63.230000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.320000,-1.535000,63.220000>} box{<0,0,-0.300000><0.010000,0.035000,0.300000> rotate<0,-90.000000,0> translate<51.320000,-1.535000,63.220000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.300000,-1.535000,63.250000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.320000,-1.535000,63.230000>} box{<0,0,-0.300000><0.028284,0.035000,0.300000> rotate<0,44.997030,0> translate<51.300000,-1.535000,63.250000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.320000,-1.535000,64.220000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.320000,-1.535000,63.230000>} box{<0,0,-0.300000><0.990000,0.035000,0.300000> rotate<0,-90.000000,0> translate<51.320000,-1.535000,63.230000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<46.260000,-1.535000,70.840000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.320000,-1.535000,70.840000>} box{<0,0,-0.300000><5.060000,0.035000,0.300000> rotate<0,0.000000,0> translate<46.260000,-1.535000,70.840000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.110000,-1.535000,70.840000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.320000,-1.535000,70.840000>} box{<0,0,-0.300000><0.210000,0.035000,0.300000> rotate<0,0.000000,0> translate<51.110000,-1.535000,70.840000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<47.980000,-1.535000,51.780000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<51.400000,-1.535000,55.300000>} box{<0,0,-0.450000><4.907830,0.035000,0.450000> rotate<0,-45.822506,0> translate<47.980000,-1.535000,51.780000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.800000,-1.535000,47.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.810000,-1.535000,47.090000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,44.997030,0> translate<51.800000,-1.535000,47.100000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.810000,-1.535000,47.050000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.810000,-1.535000,47.090000>} box{<0,0,-0.300000><0.040000,0.035000,0.300000> rotate<0,90.000000,0> translate<51.810000,-1.535000,47.090000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<45.060000,-1.535000,38.250000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<52.600000,-1.535000,38.250000>} box{<0,0,-0.300000><7.540000,0.035000,0.300000> rotate<0,0.000000,0> translate<45.060000,-1.535000,38.250000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.810000,-1.535000,47.050000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<52.600000,-1.535000,47.050000>} box{<0,0,-0.300000><0.790000,0.035000,0.300000> rotate<0,0.000000,0> translate<51.810000,-1.535000,47.050000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<52.600000,-1.535000,38.250000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<52.600000,-1.535000,47.050000>} box{<0,0,-0.300000><8.800000,0.035000,0.300000> rotate<0,90.000000,0> translate<52.600000,-1.535000,47.050000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<48.850000,-1.535000,46.950000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<52.850000,-1.535000,50.950000>} box{<0,0,-0.300000><5.656854,0.035000,0.300000> rotate<0,-44.997030,0> translate<48.850000,-1.535000,46.950000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<52.850000,-1.535000,50.950000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<52.900000,-1.535000,51.050000>} box{<0,0,-0.300000><0.111803,0.035000,0.300000> rotate<0,-63.430762,0> translate<52.850000,-1.535000,50.950000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<52.900000,-1.535000,51.050000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<52.900000,-1.535000,54.050000>} box{<0,0,-0.300000><3.000000,0.035000,0.300000> rotate<0,90.000000,0> translate<52.900000,-1.535000,54.050000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.800000,-1.535000,47.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<53.800000,-1.535000,49.100000>} box{<0,0,-0.300000><2.828427,0.035000,0.300000> rotate<0,-44.997030,0> translate<51.800000,-1.535000,47.100000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<53.800000,-1.535000,49.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<53.800000,-1.535000,50.400000>} box{<0,0,-0.300000><1.300000,0.035000,0.300000> rotate<0,90.000000,0> translate<53.800000,-1.535000,50.400000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<53.800000,-1.535000,50.400000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.180000,-1.535000,50.780000>} box{<0,0,-0.300000><0.537401,0.035000,0.300000> rotate<0,-44.997030,0> translate<53.800000,-1.535000,50.400000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.180000,-1.535000,50.780000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.180000,-1.535000,52.210000>} box{<0,0,-0.300000><1.430000,0.035000,0.300000> rotate<0,90.000000,0> translate<54.180000,-1.535000,52.210000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.180000,-1.535000,60.370000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.180000,-1.535000,59.830000>} box{<0,0,-0.300000><0.540000,0.035000,0.300000> rotate<0,-90.000000,0> translate<54.180000,-1.535000,59.830000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.320000,-1.535000,63.230000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.180000,-1.535000,60.370000>} box{<0,0,-0.300000><4.044651,0.035000,0.300000> rotate<0,44.997030,0> translate<51.320000,-1.535000,63.230000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.130000,-1.535000,70.820000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.470000,-1.535000,70.820000>} box{<0,0,-0.300000><3.340000,0.035000,0.300000> rotate<0,0.000000,0> translate<51.130000,-1.535000,70.820000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<12.600000,-1.535000,73.550000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.800000,-1.535000,73.550000>} box{<0,0,-0.300000><42.200000,0.035000,0.300000> rotate<0,0.000000,0> translate<12.600000,-1.535000,73.550000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<53.980000,-1.535000,39.490000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.950000,-1.535000,40.460000>} box{<0,0,-0.300000><1.371787,0.035000,0.300000> rotate<0,-44.997030,0> translate<53.980000,-1.535000,39.490000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.950000,-1.535000,50.000000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.950000,-1.535000,40.460000>} box{<0,0,-0.300000><9.540000,0.035000,0.300000> rotate<0,-90.000000,0> translate<54.950000,-1.535000,40.460000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<47.920000,-1.535000,56.800000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<56.700000,-1.535000,56.800000>} box{<0,0,-0.450000><8.780000,0.035000,0.450000> rotate<0,0.000000,0> translate<47.920000,-1.535000,56.800000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<56.700000,-1.535000,56.800000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<56.700000,-1.535000,59.850000>} box{<0,0,-0.450000><3.050000,0.035000,0.450000> rotate<0,90.000000,0> translate<56.700000,-1.535000,59.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.700000,-1.535000,59.850000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.700000,-1.535000,62.190000>} box{<0,0,-0.300000><2.340000,0.035000,0.300000> rotate<0,90.000000,0> translate<56.700000,-1.535000,62.190000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.650000,-1.535000,51.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.720000,-1.535000,51.970000>} box{<0,0,-0.300000><0.098995,0.035000,0.300000> rotate<0,-44.997030,0> translate<56.650000,-1.535000,51.900000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.720000,-1.535000,51.970000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.720000,-1.535000,52.210000>} box{<0,0,-0.300000><0.240000,0.035000,0.300000> rotate<0,90.000000,0> translate<56.720000,-1.535000,52.210000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.700000,-1.535000,59.850000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.720000,-1.535000,59.830000>} box{<0,0,-0.300000><0.028284,0.035000,0.300000> rotate<0,44.997030,0> translate<56.700000,-1.535000,59.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.950000,-1.535000,50.000000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.800000,-1.535000,51.850000>} box{<0,0,-0.300000><2.616295,0.035000,0.300000> rotate<0,-44.997030,0> translate<54.950000,-1.535000,50.000000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.800000,-1.535000,52.130000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.800000,-1.535000,51.850000>} box{<0,0,-0.300000><0.280000,0.035000,0.300000> rotate<0,-90.000000,0> translate<56.800000,-1.535000,51.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.720000,-1.535000,52.210000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.800000,-1.535000,52.130000>} box{<0,0,-0.300000><0.113137,0.035000,0.300000> rotate<0,44.997030,0> translate<56.720000,-1.535000,52.210000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.800000,-1.535000,47.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.850000,-1.535000,47.050000>} box{<0,0,-0.300000><0.070711,0.035000,0.300000> rotate<0,44.997030,0> translate<56.800000,-1.535000,47.100000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.800000,-1.535000,47.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.860000,-1.535000,47.160000>} box{<0,0,-0.300000><0.084853,0.035000,0.300000> rotate<0,-44.997030,0> translate<56.800000,-1.535000,47.100000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<56.860000,-1.535000,47.160000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<56.860000,-1.535000,49.100000>} box{<0,0,-0.450000><1.940000,0.035000,0.450000> rotate<0,90.000000,0> translate<56.860000,-1.535000,49.100000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<56.850000,-1.535000,47.050000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<56.890000,-1.535000,47.050000>} box{<0,0,-0.450000><0.040000,0.035000,0.450000> rotate<0,0.000000,0> translate<56.850000,-1.535000,47.050000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.890000,-1.535000,47.090000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.890000,-1.535000,47.050000>} box{<0,0,-0.300000><0.040000,0.035000,0.300000> rotate<0,-90.000000,0> translate<56.890000,-1.535000,47.050000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.890000,-1.535000,47.090000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.900000,-1.535000,47.100000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,-44.997030,0> translate<56.890000,-1.535000,47.090000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<8.900000,-1.535000,74.800000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.950000,-1.535000,74.800000>} box{<0,0,-0.300000><48.050000,0.035000,0.300000> rotate<0,0.000000,0> translate<8.900000,-1.535000,74.800000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.800000,-1.535000,73.550000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.450000,-1.535000,70.900000>} box{<0,0,-0.300000><3.747666,0.035000,0.300000> rotate<0,44.997030,0> translate<54.800000,-1.535000,73.550000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.700000,-1.535000,62.190000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.770000,-1.535000,63.260000>} box{<0,0,-0.300000><1.513209,0.035000,0.300000> rotate<0,-44.997030,0> translate<56.700000,-1.535000,62.190000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.770000,-1.535000,70.880000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.770000,-1.535000,70.730000>} box{<0,0,-0.300000><0.150000,0.035000,0.300000> rotate<0,-90.000000,0> translate<57.770000,-1.535000,70.730000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.770000,-1.535000,63.260000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.790000,-1.535000,63.260000>} box{<0,0,-0.300000><0.020000,0.035000,0.300000> rotate<0,0.000000,0> translate<57.770000,-1.535000,63.260000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.450000,-1.535000,70.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.790000,-1.535000,70.900000>} box{<0,0,-0.300000><0.340000,0.035000,0.300000> rotate<0,0.000000,0> translate<57.450000,-1.535000,70.900000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.770000,-1.535000,70.880000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.790000,-1.535000,70.900000>} box{<0,0,-0.300000><0.028284,0.035000,0.300000> rotate<0,-44.997030,0> translate<57.770000,-1.535000,70.880000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<10.950000,-1.535000,2.600000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.800000,-1.535000,2.600000>} box{<0,0,-0.300000><46.850000,0.035000,0.300000> rotate<0,0.000000,0> translate<10.950000,-1.535000,2.600000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<34.950000,-1.535000,34.900000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<57.800000,-1.535000,34.900000>} box{<0,0,-0.450000><22.850000,0.035000,0.450000> rotate<0,0.000000,0> translate<34.950000,-1.535000,34.900000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.900000,-1.535000,47.100000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.800000,-1.535000,46.150000>} box{<0,0,-0.300000><1.308625,0.035000,0.300000> rotate<0,46.545086,0> translate<56.900000,-1.535000,47.100000> } cylinder{<0,0,0><0,0.035000,0>0.400000 translate<57.800000,-1.535000,34.900000>} cylinder{<0,0,0><0,0.035000,0>0.400000 translate<57.800000,-1.535000,46.150000>} box{<0,0,-0.400000><11.250000,0.035000,0.400000> rotate<0,90.000000,0> translate<57.800000,-1.535000,46.150000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<51.320000,-1.535000,64.220000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.800000,-1.535000,70.700000>} box{<0,0,-0.300000><9.164104,0.035000,0.300000> rotate<0,-44.997030,0> translate<51.320000,-1.535000,64.220000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.770000,-1.535000,70.730000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.800000,-1.535000,70.700000>} box{<0,0,-0.300000><0.042426,0.035000,0.300000> rotate<0,44.997030,0> translate<57.770000,-1.535000,70.730000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.790000,-1.535000,63.260000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.810000,-1.535000,63.240000>} box{<0,0,-0.300000><0.028284,0.035000,0.300000> rotate<0,44.997030,0> translate<57.790000,-1.535000,63.260000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.790000,-1.535000,70.900000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.850000,-1.535000,70.900000>} box{<0,0,-0.300000><0.060000,0.035000,0.300000> rotate<0,0.000000,0> translate<57.790000,-1.535000,70.900000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<56.850000,-1.535000,47.050000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<58.000000,-1.535000,45.900000>} box{<0,0,-0.450000><1.626346,0.035000,0.450000> rotate<0,44.997030,0> translate<56.850000,-1.535000,47.050000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.060000,-1.535000,3.930000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.080000,-1.535000,3.950000>} box{<0,0,-0.300000><0.028284,0.035000,0.300000> rotate<0,-44.997030,0> translate<59.060000,-1.535000,3.930000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.150000,-1.535000,3.950000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.150000,-1.535000,3.450000>} box{<0,0,-0.300000><0.500000,0.035000,0.300000> rotate<0,-90.000000,0> translate<59.150000,-1.535000,3.450000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.800000,-1.535000,2.600000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.150000,-1.535000,3.950000>} box{<0,0,-0.300000><1.909188,0.035000,0.300000> rotate<0,-44.997030,0> translate<57.800000,-1.535000,2.600000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.080000,-1.535000,3.950000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.150000,-1.535000,3.950000>} box{<0,0,-0.300000><0.070000,0.035000,0.300000> rotate<0,0.000000,0> translate<59.080000,-1.535000,3.950000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.260000,-1.535000,52.210000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.260000,-1.535000,52.190000>} box{<0,0,-0.300000><0.020000,0.035000,0.300000> rotate<0,-90.000000,0> translate<59.260000,-1.535000,52.190000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.260000,-1.535000,54.050000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.260000,-1.535000,52.210000>} box{<0,0,-0.300000><1.840000,0.035000,0.300000> rotate<0,-90.000000,0> translate<59.260000,-1.535000,52.210000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<52.900000,-1.535000,54.050000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.260000,-1.535000,54.050000>} box{<0,0,-0.300000><6.360000,0.035000,0.300000> rotate<0,0.000000,0> translate<52.900000,-1.535000,54.050000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<56.650000,-1.535000,51.900000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<59.550000,-1.535000,49.000000>} box{<0,0,-0.450000><4.101219,0.035000,0.450000> rotate<0,44.997030,0> translate<56.650000,-1.535000,51.900000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<59.550000,-1.535000,47.450000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<59.550000,-1.535000,49.000000>} box{<0,0,-0.450000><1.550000,0.035000,0.450000> rotate<0,90.000000,0> translate<59.550000,-1.535000,49.000000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.150000,-1.535000,3.450000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.900000,-1.535000,2.700000>} box{<0,0,-0.300000><1.060660,0.035000,0.300000> rotate<0,44.997030,0> translate<59.150000,-1.535000,3.450000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<59.260000,-1.535000,59.830000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<60.380000,-1.535000,59.830000>} box{<0,0,-0.300000><1.120000,0.035000,0.300000> rotate<0,0.000000,0> translate<59.260000,-1.535000,59.830000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<51.400000,-1.535000,55.300000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<60.600000,-1.535000,55.300000>} box{<0,0,-0.450000><9.200000,0.035000,0.450000> rotate<0,0.000000,0> translate<51.400000,-1.535000,55.300000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<56.950000,-1.535000,74.800000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<60.700000,-1.535000,71.050000>} box{<0,0,-0.300000><5.303301,0.035000,0.300000> rotate<0,44.997030,0> translate<56.950000,-1.535000,74.800000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<56.700000,-1.535000,56.800000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<60.970000,-1.535000,56.800000>} box{<0,0,-0.450000><4.270000,0.035000,0.450000> rotate<0,0.000000,0> translate<56.700000,-1.535000,56.800000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<54.470000,-1.535000,63.200000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.000000,-1.535000,69.730000>} box{<0,0,-0.300000><9.234815,0.035000,0.300000> rotate<0,-44.997030,0> translate<54.470000,-1.535000,63.200000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.000000,-1.535000,70.850000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.000000,-1.535000,69.730000>} box{<0,0,-0.300000><1.120000,0.035000,0.300000> rotate<0,-90.000000,0> translate<61.000000,-1.535000,69.730000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.000000,-1.535000,70.850000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.010000,-1.535000,70.850000>} box{<0,0,-0.300000><0.010000,0.035000,0.300000> rotate<0,0.000000,0> translate<61.000000,-1.535000,70.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<57.810000,-1.535000,63.240000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.020000,-1.535000,63.240000>} box{<0,0,-0.300000><3.210000,0.035000,0.300000> rotate<0,0.000000,0> translate<57.810000,-1.535000,63.240000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.020000,-1.535000,70.860000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.020000,-1.535000,70.830000>} box{<0,0,-0.300000><0.030000,0.035000,0.300000> rotate<0,-90.000000,0> translate<61.020000,-1.535000,70.830000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.010000,-1.535000,70.850000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.020000,-1.535000,70.860000>} box{<0,0,-0.300000><0.014142,0.035000,0.300000> rotate<0,-44.997030,0> translate<61.010000,-1.535000,70.850000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.020000,-1.535000,70.860000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.150000,-1.535000,70.990000>} box{<0,0,-0.300000><0.183848,0.035000,0.300000> rotate<0,-44.997030,0> translate<61.020000,-1.535000,70.860000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.150000,-1.535000,71.050000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.150000,-1.535000,70.990000>} box{<0,0,-0.300000><0.060000,0.035000,0.300000> rotate<0,-90.000000,0> translate<61.150000,-1.535000,70.990000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<60.700000,-1.535000,71.050000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<61.150000,-1.535000,71.050000>} box{<0,0,-0.300000><0.450000,0.035000,0.300000> rotate<0,0.000000,0> translate<60.700000,-1.535000,71.050000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<61.940000,-1.535000,49.510000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<61.940000,-1.535000,49.100000>} box{<0,0,-0.450000><0.410000,0.035000,0.450000> rotate<0,-90.000000,0> translate<61.940000,-1.535000,49.100000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<59.260000,-1.535000,52.190000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<61.940000,-1.535000,49.510000>} box{<0,0,-0.450000><3.790092,0.035000,0.450000> rotate<0,44.997030,0> translate<59.260000,-1.535000,52.190000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<62.350000,-1.535000,58.250000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<62.390000,-1.535000,58.290000>} box{<0,0,-0.450000><0.056569,0.035000,0.450000> rotate<0,-44.997030,0> translate<62.350000,-1.535000,58.250000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<62.390000,-1.535000,58.290000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<62.440000,-1.535000,58.340000>} box{<0,0,-0.450000><0.070711,0.035000,0.450000> rotate<0,-44.997030,0> translate<62.390000,-1.535000,58.290000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<62.400000,-1.535000,53.200000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<62.460000,-1.535000,53.200000>} box{<0,0,-0.450000><0.060000,0.035000,0.450000> rotate<0,0.000000,0> translate<62.400000,-1.535000,53.200000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<62.460000,-1.535000,53.210000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<62.460000,-1.535000,53.200000>} box{<0,0,-0.450000><0.010000,0.035000,0.450000> rotate<0,-90.000000,0> translate<62.460000,-1.535000,53.200000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<60.970000,-1.535000,56.800000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<62.460000,-1.535000,58.290000>} box{<0,0,-0.450000><2.107178,0.035000,0.450000> rotate<0,-44.997030,0> translate<60.970000,-1.535000,56.800000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<62.390000,-1.535000,58.290000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<62.460000,-1.535000,58.290000>} box{<0,0,-0.450000><0.070000,0.035000,0.450000> rotate<0,0.000000,0> translate<62.390000,-1.535000,58.290000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<62.500000,-1.535000,53.170000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<62.500000,-1.535000,53.150000>} box{<0,0,-0.300000><0.020000,0.035000,0.300000> rotate<0,-90.000000,0> translate<62.500000,-1.535000,53.150000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<62.460000,-1.535000,53.210000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<62.500000,-1.535000,53.170000>} box{<0,0,-0.300000><0.056569,0.035000,0.300000> rotate<0,44.997030,0> translate<62.460000,-1.535000,53.210000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<62.460000,-1.535000,53.210000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<62.500000,-1.535000,53.250000>} box{<0,0,-0.300000><0.056569,0.035000,0.300000> rotate<0,-44.997030,0> translate<62.460000,-1.535000,53.210000> } cylinder{<0,0,0><0,0.035000,0>0.300000 translate<62.500000,-1.535000,53.400000>} cylinder{<0,0,0><0,0.035000,0>0.300000 translate<62.500000,-1.535000,53.250000>} box{<0,0,-0.300000><0.150000,0.035000,0.300000> rotate<0,-90.000000,0> translate<62.500000,-1.535000,53.250000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<60.600000,-1.535000,55.300000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<62.500000,-1.535000,53.400000>} box{<0,0,-0.450000><2.687006,0.035000,0.450000> rotate<0,44.997030,0> translate<60.600000,-1.535000,55.300000> } cylinder{<0,0,0><0,0.035000,0>0.450000 translate<59.550000,-1.535000,47.450000>} cylinder{<0,0,0><0,0.035000,0>0.450000 translate<62.900000,-1.535000,47.450000>} box{<0,0,-0.450000><3.350000,0.035000,0.450000> rotate<0,0.000000,0> translate<59.550000,-1.535000,47.450000> } cylinder{<0,0,0><0,0.035