//POVRay-File created by 3D.ULP v1.02 from ///home/vince/eagle/videofb/videofb.brd // 2/02/2006 12:26:15 #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 = 210; #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 = 1; #declare pcb_layer16_used = 1; #declare inc_testmode = off; #declare global_seed=seed(1011); #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 VIDEOFB(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{<91.821000,1,2.794000><91.821000,-5,2.794000>1.600000 texture{col_hls}} cylinder{<5.461000,1,35.814000><5.461000,-5,35.814000>1.600000 texture{col_hls}} //Holes(real)/Board //Holes(real)/Vias cylinder{<2.159000,0.095000,68.580000><2.159000,-1.595000,68.580000>1.104900 texture{col_hls}} cylinder{<9.779000,0.095000,62.992000><9.779000,-1.595000,62.992000>1.104900 texture{col_hls}} cylinder{<9.779000,0.095000,74.168000><9.779000,-1.595000,74.168000>1.104900 texture{col_hls}} }//End difference(reale Bohrungen/Durchbrüche) #end #if(pcb_pads_smds=on) //Pads&SMD/Parts object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-270.000000,0>translate<46.710600,0,45.542200> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-270.000000,0>translate<46.710600,0,40.462200> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<40.640000,0,72.136000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<40.640000,0,77.216000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<26.543000,0,74.803000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<21.463000,0,74.803000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<75.311000,0,59.309000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<75.311000,0,64.389000> texture{col_thl}} object{TOOLS_PCB_VIA(1.905000,0.812800,1,16,1,0) rotate<0,-90.000000,0>translate<82.423000,0,59.309000> texture{col_thl}} object{TOOLS_PCB_VIA(1.905000,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<82.423000,0,64.389000> texture{col_thl}} object{TOOLS_PCB_VIA(1.905000,0.812800,1,16,1,0) rotate<0,-90.000000,0>translate<32.385000,0,72.136000> texture{col_thl}} object{TOOLS_PCB_VIA(1.905000,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<32.385000,0,77.216000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<75.311000,0,48.514000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<75.311000,0,53.594000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<81.026000,0,70.866000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<81.026000,0,75.946000> texture{col_thl}} object{TOOLS_PCB_VIA(1.905000,0.812800,1,16,1,0) rotate<0,-90.000000,0>translate<82.423000,0,48.514000> texture{col_thl}} object{TOOLS_PCB_VIA(1.905000,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<82.423000,0,53.594000> texture{col_thl}} object{TOOLS_PCB_VIA(1.905000,0.812800,1,16,1,0) rotate<0,-90.000000,0>translate<75.184000,0,70.866000> texture{col_thl}} object{TOOLS_PCB_VIA(1.905000,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<75.184000,0,75.946000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<33.528000,0,69.342000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<33.528000,0,66.802000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<33.528000,0,64.262000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<33.528000,0,61.722000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<33.528000,0,59.182000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<33.528000,0,56.642000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<33.528000,0,54.102000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<33.528000,0,51.562000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<41.148000,0,51.562000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<41.148000,0,54.102000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<41.148000,0,56.642000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<41.148000,0,59.182000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<41.148000,0,61.722000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<41.148000,0,64.262000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<41.148000,0,66.802000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<41.148000,0,69.342000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,44.196000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,46.736000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,49.276000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,51.816000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,54.356000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,56.896000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,59.436000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,61.976000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,64.516000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,67.056000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,69.596000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,72.136000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,74.676000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<65.151000,0,77.216000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,77.216000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,74.676000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,72.136000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,69.596000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,67.056000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,64.516000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,61.976000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,59.436000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,56.896000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,54.356000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,51.816000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,49.276000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,46.736000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<49.911000,0,44.196000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<19.710400,0,71.018400> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<19.710400,0,68.478400> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<19.710400,0,65.938400> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<19.710400,0,63.398400> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<19.710400,0,60.858400> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<19.710400,0,58.318400> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<19.710400,0,55.778400> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<27.330400,0,55.778400> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<27.330400,0,58.318400> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<27.330400,0,60.858400> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<27.330400,0,63.398400> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<27.330400,0,65.938400> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<27.330400,0,68.478400> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,3,100) rotate<0,-0.000000,0>translate<27.330400,0,71.018400> texture{col_thl}} object{TOOLS_PCB_VIA(1.600000,0.800000,1,16,1,0) rotate<0,-270.000000,0>translate<95.123000,0,44.323000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600000,0.800000,1,16,1,0) rotate<0,-270.000000,0>translate<95.123000,0,46.863000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600000,0.800000,1,16,1,0) rotate<0,-270.000000,0>translate<94.996000,0,56.134000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600000,0.800000,1,16,1,0) rotate<0,-270.000000,0>translate<94.996000,0,58.674000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<12.446000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<14.986000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<17.526000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<20.066000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<22.606000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<25.146000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<27.686000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<30.226000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<32.766000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<35.306000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<37.846000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<40.386000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<42.926000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<45.466000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<48.006000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<50.546000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<53.086000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<55.626000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<58.166000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<60.706000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<63.246000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<65.786000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<68.326000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<70.866000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<73.406000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<75.946000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<78.486000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<81.026000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<83.566000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<86.106000,0,1.524000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<12.446000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<14.986000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<17.526000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<20.066000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<22.606000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<25.146000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<27.686000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<30.226000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<32.766000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<35.306000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<37.846000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<40.386000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<42.926000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<45.466000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<48.006000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<50.546000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<53.086000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<55.626000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<58.166000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<60.706000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<63.246000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<65.786000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<68.326000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<70.866000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<73.406000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<75.946000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<78.486000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<81.026000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<83.566000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<86.106000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<12.446000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<14.986000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<17.526000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<20.066000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<22.606000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<25.146000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<27.686000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<30.226000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<32.766000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<35.306000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<37.846000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<40.386000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<42.926000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<45.466000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<48.006000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<50.546000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<53.086000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<55.626000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<58.166000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<60.706000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<63.246000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<65.786000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<68.326000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<70.866000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<73.406000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<75.946000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<78.486000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<81.026000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<83.566000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<86.106000,0,34.544000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<12.446000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<14.986000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<17.526000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<20.066000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<22.606000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<25.146000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<27.686000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<30.226000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<32.766000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<35.306000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<37.846000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<40.386000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<42.926000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<45.466000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<48.006000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<50.546000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<53.086000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<55.626000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<58.166000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<60.706000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<63.246000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<65.786000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<68.326000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<70.866000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<73.406000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<75.946000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<78.486000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<81.026000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<83.566000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.408000,0.900000,1,16,2,0) rotate<0,-0.000000,0>translate<86.106000,0,37.084000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,1,0) rotate<0,-270.000000,0>translate<4.953000,0,58.166000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,1,0) rotate<0,-270.000000,0>translate<4.953000,0,50.546000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,1,0) rotate<0,-270.000000,0>translate<12.573000,0,50.546000> texture{col_thl}} object{TOOLS_PCB_VIA(1.320800,0.812800,1,16,1,0) rotate<0,-270.000000,0>translate<12.573000,0,58.166000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-270.000000,0>translate<16.383000,0,74.676000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-270.000000,0>translate<16.383000,0,69.596000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<15.367000,0,62.484000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<15.367000,0,67.564000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<17.526000,0,47.752000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-90.000000,0>translate<17.526000,0,52.832000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<92.075000,0,56.134000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<86.995000,0,56.134000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-270.000000,0>translate<16.230600,0,44.704000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-270.000000,0>translate<16.230600,0,39.624000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-0.000000,0>translate<3.556000,0,28.575000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-0.000000,0>translate<8.636000,0,28.575000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<92.202000,0,44.323000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-180.000000,0>translate<87.122000,0,44.323000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-270.000000,0>translate<14.351000,0,74.676000> texture{col_thl}} object{TOOLS_PCB_VIA(1.600200,0.812800,1,16,2,0) rotate<0,-270.000000,0>translate<14.351000,0,69.596000> texture{col_thl}} object{TOOLS_PCB_VIA(2.095600,1.397000,1,16,2,0) rotate<0,-90.000000,0>translate<9.779000,0,68.580000> texture{col_thl}} object{TOOLS_PCB_VIA(3.225800,2.209800,1,16,2,0) rotate<0,-90.000000,0>translate<9.779000,0,74.168000> texture{col_thl}} object{TOOLS_PCB_VIA(3.225800,2.209800,1,16,2,0) rotate<0,-90.000000,0>translate<9.779000,0,62.992000> texture{col_thl}} object{TOOLS_PCB_VIA(3.225800,2.209800,1,16,2,0) rotate<0,-90.000000,0>translate<2.159000,0,68.580000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-90.000000,0>translate<90.932000,0,51.308000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-90.000000,0>translate<93.472000,0,51.308000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-90.000000,0>translate<96.012000,0,51.308000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-90.000000,0>translate<90.932000,0,62.992000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-90.000000,0>translate<93.472000,0,62.992000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-90.000000,0>translate<96.012000,0,62.992000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2,0) rotate<0,-270.000000,0>translate<5.740400,0,45.567600> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,2,0) rotate<0,-270.000000,0>translate<5.740400,0,41.046400> texture{col_thl}} object{TOOLS_PCB_VIA(2.248000,1.498600,1,16,1,0) rotate<0,-270.000000,0>translate<8.229600,0,46.812200> texture{col_thl}} object{TOOLS_PCB_VIA(2.248000,1.498600,1,16,1,0) rotate<0,-270.000000,0>translate<8.229600,0,39.801800> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-0.000000,0>translate<95.123000,0,23.876000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-0.000000,0>translate<95.123000,0,21.336000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-0.000000,0>translate<95.123000,0,18.796000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-0.000000,0>translate<95.123000,0,16.256000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-0.000000,0>translate<95.123000,0,13.716000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-0.000000,0>translate<95.123000,0,11.176000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-0.000000,0>translate<95.123000,0,8.636000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-0.000000,0>translate<95.123000,0,6.096000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-180.000000,0>translate<3.937000,0,6.096000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-180.000000,0>translate<3.937000,0,8.636000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-180.000000,0>translate<3.937000,0,11.176000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-180.000000,0>translate<3.937000,0,13.716000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-180.000000,0>translate<3.937000,0,16.256000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-180.000000,0>translate<3.937000,0,18.796000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-180.000000,0>translate<3.937000,0,21.336000> texture{col_thl}} object{TOOLS_PCB_VIA(1.524000,1.016000,1,16,3,100) rotate<0,-180.000000,0>translate<3.937000,0,23.876000> texture{col_thl}} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,52.451000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,53.721000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,54.991000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,56.261000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,57.531000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,58.801000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,60.071000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,61.341000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,62.611000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,63.881000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,65.151000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,66.421000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,67.691000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<61.036200,0.000000,68.961000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,68.961000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,67.691000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,66.421000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,65.151000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,63.881000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,62.611000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,61.341000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,60.071000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,58.801000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,57.531000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,56.261000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,54.991000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,53.721000>} object{TOOLS_PCB_SMD(0.635000,1.905000,0.037000,0) rotate<0,-90.000000,0> texture{col_pds} translate<54.025800,0.000000,52.451000>} object{TOOLS_PCB_VIA(2.540000,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<91.360000,0,72.009000> texture{col_thl}} object{TOOLS_PCB_VIA(2.540000,0.812800,1,16,3,100) rotate<0,-90.000000,0>translate<85.360000,0,72.009000> texture{col_thl}} object{TOOLS_PCB_VIA(2.540000,0.812800,1,16,3,100) rotate<0,-180.000000,0>translate<88.310000,0,76.909000> texture{col_thl}} //Pads/Vias object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<12.573000,0,72.771000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<57.912000,0,43.967400> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<61.696600,0,43.992800> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<41.757600,0,39.624000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<42.291000,0,48.641000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<71.958200,0,43.840400> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<31.396000,0,47.579000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<28.194000,0,52.959000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<56.769000,0,63.246000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<35.306000,0,39.497000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<56.769000,0,65.786000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<56.134000,0,68.199000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<32.385000,0,38.989000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<30.226000,0,39.116000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<32.766000,0,48.641000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<40.386000,0,48.641000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<24.765000,0,52.832000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<23.495000,0,63.373000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<12.700000,0,29.845000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<54.229000,0,8.636000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<64.389000,0,13.716000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<70.612000,0,21.209000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<84.709000,0,21.209000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<30.480000,0,68.580000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<57.277000,0,58.293000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<56.007000,0,43.942000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<47.371000,0,12.827000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<28.194000,0,29.972000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<28.194000,0,23.241000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<40.132000,0,23.368000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<40.132000,0,17.907000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<28.194000,0,17.526000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<18.288000,0,17.526000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<18.288000,0,14.986000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<28.194000,0,14.986000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<28.194000,0,12.446000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<18.288000,0,12.446000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<18.288000,0,9.525000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<6.096000,0,31.877000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<6.096000,0,28.702000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<7.620000,0,4.064000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<13.589000,0,8.001000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<12.192000,0,24.638000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<10.287000,0,27.051000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<94.361000,0,27.051000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<20.066000,0,46.482000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<30.353000,0,45.339000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<18.669000,0,45.339000> texture{col_thl}} object{TOOLS_PCB_VIA(1.206400,0.800000,1,16,1,0) translate<23.876000,0,43.942000> texture{col_thl}} #end #if(pcb_wires=on) union{ //Signals difference{union{ cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.159000,-1.535000,53.213000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.159000,-1.535000,68.580000>} box{<0,0,-0.508000><15.367000,0.035000,0.508000> rotate<0,90.000000,0> translate<2.159000,-1.535000,68.580000> } }cylinder{<2.159000,1,68.580000><2.159000,-2.500000,68.580000>1.104900 texture{col_thl}}} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<1.143000,-0.000000,7.112000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<1.143000,-0.000000,50.038000>} box{<0,0,-0.508000><42.926000,0.035000,0.508000> rotate<0,90.000000,0> translate<1.143000,-0.000000,50.038000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<1.651000,-1.535000,30.607000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<1.651000,-1.535000,38.354000>} box{<0,0,-0.508000><7.747000,0.035000,0.508000> rotate<0,90.000000,0> translate<1.651000,-1.535000,38.354000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<1.143000,-0.000000,7.112000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.159000,-0.000000,6.096000>} box{<0,0,-0.508000><1.436841,0.035000,0.508000> rotate<0,44.997030,0> translate<1.143000,-0.000000,7.112000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.159000,-1.535000,53.213000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.286000,-1.535000,53.213000>} box{<0,0,-0.508000><0.127000,0.035000,0.508000> rotate<0,0.000000,0> translate<2.159000,-1.535000,53.213000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<1.651000,-1.535000,30.607000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<3.556000,-1.535000,28.575000>} box{<0,0,-0.508000><2.785327,0.035000,0.508000> rotate<0,46.844519,0> translate<1.651000,-1.535000,30.607000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<3.429000,-1.535000,28.702000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<3.556000,-1.535000,28.575000>} box{<0,0,-0.304800><0.179605,0.035000,0.304800> rotate<0,44.997030,0> translate<3.429000,-1.535000,28.702000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.159000,-0.000000,6.096000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<3.937000,-0.000000,6.096000>} box{<0,0,-0.508000><1.778000,0.035000,0.508000> rotate<0,0.000000,0> translate<2.159000,-0.000000,6.096000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<3.810000,-0.000000,8.636000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<3.937000,-0.000000,8.636000>} box{<0,0,-0.508000><0.127000,0.035000,0.508000> rotate<0,0.000000,0> translate<3.810000,-0.000000,8.636000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<3.810000,-1.535000,11.176000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<3.937000,-1.535000,11.176000>} box{<0,0,-0.304800><0.127000,0.035000,0.304800> rotate<0,0.000000,0> translate<3.810000,-1.535000,11.176000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<3.937000,-0.000000,23.876000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<3.937000,-0.000000,21.336000>} box{<0,0,-0.508000><2.540000,0.035000,0.508000> rotate<0,-90.000000,0> translate<3.937000,-0.000000,21.336000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<1.651000,-1.535000,38.354000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<4.318000,-1.535000,41.021000>} box{<0,0,-0.508000><3.771708,0.035000,0.508000> rotate<0,-44.997030,0> translate<1.651000,-1.535000,38.354000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<2.286000,-1.535000,53.213000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<4.953000,-1.535000,50.546000>} box{<0,0,-0.508000><3.771708,0.035000,0.508000> rotate<0,44.997030,0> translate<2.286000,-1.535000,53.213000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<4.953000,-0.000000,46.355000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<4.953000,-0.000000,50.546000>} box{<0,0,-0.508000><4.191000,0.035000,0.508000> rotate<0,90.000000,0> translate<4.953000,-0.000000,50.546000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<4.953000,-0.000000,50.546000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<5.003800,-0.000000,50.495200>} box{<0,0,-0.508000><0.071842,0.035000,0.508000> rotate<0,44.997030,0> translate<4.953000,-0.000000,50.546000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<4.953000,-0.000000,46.355000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<5.715000,-0.000000,45.593000>} box{<0,0,-0.508000><1.077631,0.035000,0.508000> rotate<0,44.997030,0> translate<4.953000,-0.000000,46.355000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<5.715000,-0.000000,45.593000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<5.740400,-0.000000,45.567600>} box{<0,0,-0.508000><0.035921,0.035000,0.508000> rotate<0,44.997030,0> translate<5.715000,-0.000000,45.593000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<4.318000,-1.535000,41.021000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<5.765800,-1.535000,41.021000>} box{<0,0,-0.508000><1.447800,0.035000,0.508000> rotate<0,0.000000,0> translate<4.318000,-1.535000,41.021000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<5.740400,-1.535000,41.046400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<5.765800,-1.535000,41.021000>} box{<0,0,-0.508000><0.035921,0.035000,0.508000> rotate<0,44.997030,0> translate<5.740400,-1.535000,41.046400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<5.765800,-1.535000,41.021000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<5.842000,-1.535000,41.021000>} box{<0,0,-0.508000><0.076200,0.035000,0.508000> rotate<0,0.000000,0> translate<5.765800,-1.535000,41.021000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<3.937000,-0.000000,23.876000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<6.096000,-0.000000,26.035000>} box{<0,0,-0.508000><3.053287,0.035000,0.508000> rotate<0,-44.997030,0> translate<3.937000,-0.000000,23.876000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<6.096000,-0.000000,28.702000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<6.096000,-0.000000,26.035000>} box{<0,0,-0.508000><2.667000,0.035000,0.508000> rotate<0,-90.000000,0> translate<6.096000,-0.000000,26.035000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<6.096000,-1.535000,31.877000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<6.096000,-1.535000,28.702000>} box{<0,0,-0.508000><3.175000,0.035000,0.508000> rotate<0,-90.000000,0> translate<6.096000,-1.535000,28.702000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<3.556000,-1.535000,28.575000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<7.493000,-1.535000,24.638000>} box{<0,0,-0.304800><5.567759,0.035000,0.304800> rotate<0,44.997030,0> translate<3.556000,-1.535000,28.575000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<6.731000,-0.000000,4.064000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<7.620000,-0.000000,4.064000>} box{<0,0,-0.508000><0.889000,0.035000,0.508000> rotate<0,0.000000,0> translate<6.731000,-0.000000,4.064000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<3.937000,-0.000000,8.636000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<8.636000,-0.000000,8.636000>} box{<0,0,-0.508000><4.699000,0.035000,0.508000> rotate<0,0.000000,0> translate<3.937000,-0.000000,8.636000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<8.636000,-0.000000,8.636000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<8.636000,-0.000000,28.575000>} box{<0,0,-0.508000><19.939000,0.035000,0.508000> rotate<0,90.000000,0> translate<8.636000,-0.000000,28.575000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<8.636000,-1.535000,28.575000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<8.636000,-1.535000,30.861000>} box{<0,0,-0.508000><2.286000,0.035000,0.508000> rotate<0,90.000000,0> translate<8.636000,-1.535000,30.861000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<8.636000,-1.535000,30.861000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<8.763000,-1.535000,30.861000>} box{<0,0,-0.508000><0.127000,0.035000,0.508000> rotate<0,0.000000,0> translate<8.636000,-1.535000,30.861000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<1.143000,-0.000000,50.038000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<9.144000,-0.000000,58.166000>} box{<0,0,-0.508000><11.405279,0.035000,0.508000> rotate<0,-45.448139,0> translate<1.143000,-0.000000,50.038000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<10.287000,-0.000000,1.524000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<10.287000,-0.000000,27.051000>} box{<0,0,-0.508000><25.527000,0.035000,0.508000> rotate<0,90.000000,0> translate<10.287000,-0.000000,27.051000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<5.003800,-0.000000,50.495200>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<10.287000,-0.000000,55.778400>} box{<0,0,-0.508000><7.471573,0.035000,0.508000> rotate<0,-44.997030,0> translate<5.003800,-0.000000,50.495200> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<3.937000,-1.535000,8.636000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<10.414000,-1.535000,8.636000>} box{<0,0,-0.508000><6.477000,0.035000,0.508000> rotate<0,0.000000,0> translate<3.937000,-1.535000,8.636000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<10.668000,-1.535000,36.576000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<10.668000,-1.535000,38.608000>} box{<0,0,-0.508000><2.032000,0.035000,0.508000> rotate<0,90.000000,0> translate<10.668000,-1.535000,38.608000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<7.493000,-1.535000,24.638000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<12.192000,-1.535000,24.638000>} box{<0,0,-0.304800><4.699000,0.035000,0.304800> rotate<0,0.000000,0> translate<7.493000,-1.535000,24.638000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<12.192000,-0.000000,9.271000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<12.192000,-0.000000,24.638000>} box{<0,0,-0.304800><15.367000,0.035000,0.304800> rotate<0,90.000000,0> translate<12.192000,-0.000000,24.638000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<10.287000,-0.000000,1.524000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-0.000000,1.524000>} box{<0,0,-0.508000><2.159000,0.035000,0.508000> rotate<0,0.000000,0> translate<10.287000,-0.000000,1.524000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<7.620000,-1.535000,4.064000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-1.535000,4.064000>} box{<0,0,-0.508000><4.826000,0.035000,0.508000> rotate<0,0.000000,0> translate<7.620000,-1.535000,4.064000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<8.763000,-1.535000,30.861000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-1.535000,34.544000>} box{<0,0,-0.508000><5.208549,0.035000,0.508000> rotate<0,-44.997030,0> translate<8.763000,-1.535000,30.861000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<10.668000,-1.535000,36.576000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-1.535000,34.798000>} box{<0,0,-0.508000><2.514472,0.035000,0.508000> rotate<0,44.997030,0> translate<10.668000,-1.535000,36.576000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-1.535000,34.544000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-1.535000,34.798000>} box{<0,0,-0.508000><0.254000,0.035000,0.508000> rotate<0,90.000000,0> translate<12.446000,-1.535000,34.798000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<5.715000,-0.000000,45.593000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-0.000000,38.862000>} box{<0,0,-0.508000><9.519071,0.035000,0.508000> rotate<0,44.997030,0> translate<5.715000,-0.000000,45.593000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-0.000000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-0.000000,38.862000>} box{<0,0,-0.508000><1.778000,0.035000,0.508000> rotate<0,90.000000,0> translate<12.446000,-0.000000,38.862000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<9.144000,-0.000000,58.166000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-0.000000,58.166000>} box{<0,0,-0.508000><3.302000,0.035000,0.508000> rotate<0,0.000000,0> translate<9.144000,-0.000000,58.166000> } cylinder{<0,0,0><0,0.035000,0>0.406400 translate<12.446000,-1.535000,1.524000>} cylinder{<0,0,0><0,0.035000,0>0.406400 translate<12.573000,-1.535000,1.524000>} box{<0,0,-0.406400><0.127000,0.035000,0.406400> rotate<0,0.000000,0> translate<12.446000,-1.535000,1.524000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.573000,-0.000000,48.336200>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.573000,-0.000000,50.546000>} box{<0,0,-0.508000><2.209800,0.035000,0.508000> rotate<0,90.000000,0> translate<12.573000,-0.000000,50.546000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-0.000000,58.166000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.573000,-0.000000,58.166000>} box{<0,0,-0.508000><0.127000,0.035000,0.508000> rotate<0,0.000000,0> translate<12.446000,-0.000000,58.166000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-0.000000,58.166000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.573000,-0.000000,58.293000>} box{<0,0,-0.508000><0.179605,0.035000,0.508000> rotate<0,-44.997030,0> translate<12.446000,-0.000000,58.166000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.573000,-0.000000,58.293000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.573000,-0.000000,72.771000>} box{<0,0,-0.508000><14.478000,0.035000,0.508000> rotate<0,90.000000,0> translate<12.573000,-0.000000,72.771000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.573000,-1.535000,29.972000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.700000,-1.535000,29.972000>} box{<0,0,-0.508000><0.127000,0.035000,0.508000> rotate<0,0.000000,0> translate<12.573000,-1.535000,29.972000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.700000,-1.535000,29.845000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.700000,-1.535000,29.972000>} box{<0,0,-0.508000><0.127000,0.035000,0.508000> rotate<0,90.000000,0> translate<12.700000,-1.535000,29.972000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.700000,-0.000000,29.845000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<13.335000,-0.000000,29.845000>} box{<0,0,-0.508000><0.635000,0.035000,0.508000> rotate<0,0.000000,0> translate<12.700000,-0.000000,29.845000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<12.192000,-0.000000,9.271000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<13.589000,-0.000000,8.001000>} box{<0,0,-0.304800><1.887991,0.035000,0.304800> rotate<0,42.270899,0> translate<12.192000,-0.000000,9.271000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<6.096000,-0.000000,31.877000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<13.716000,-0.000000,31.877000>} box{<0,0,-0.508000><7.620000,0.035000,0.508000> rotate<0,0.000000,0> translate<6.096000,-0.000000,31.877000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.700000,-0.000000,29.845000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<13.716000,-0.000000,31.877000>} box{<0,0,-0.508000><2.271845,0.035000,0.508000> rotate<0,-63.430762,0> translate<12.700000,-0.000000,29.845000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<13.716000,-0.000000,31.877000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<13.970000,-0.000000,32.385000>} box{<0,0,-0.508000><0.567961,0.035000,0.508000> rotate<0,-63.430762,0> translate<13.716000,-0.000000,31.877000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<10.668000,-1.535000,38.608000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<14.122400,-1.535000,42.062400>} box{<0,0,-0.508000><4.885259,0.035000,0.508000> rotate<0,-44.997030,0> translate<10.668000,-1.535000,38.608000> } cylinder{<0,0,0><0,0.035000,0>0.889000 translate<9.779000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.889000 translate<14.351000,-1.535000,68.580000>} box{<0,0,-0.889000><4.572000,0.035000,0.889000> rotate<0,0.000000,0> translate<9.779000,-1.535000,68.580000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-0.000000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<14.859000,-0.000000,34.671000>} box{<0,0,-0.508000><3.412497,0.035000,0.508000> rotate<0,44.997030,0> translate<12.446000,-0.000000,37.084000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<10.414000,-1.535000,8.636000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<14.986000,-1.535000,4.064000>} box{<0,0,-0.508000><6.465784,0.035000,0.508000> rotate<0,44.997030,0> translate<10.414000,-1.535000,8.636000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.446000,-0.000000,4.064000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<14.986000,-0.000000,6.604000>} box{<0,0,-0.508000><3.592102,0.035000,0.508000> rotate<0,-44.997030,0> translate<12.446000,-0.000000,4.064000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<13.335000,-0.000000,29.845000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<14.986000,-0.000000,28.194000>} box{<0,0,-0.508000><2.334867,0.035000,0.508000> rotate<0,44.997030,0> translate<13.335000,-0.000000,29.845000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<14.986000,-0.000000,6.604000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<14.986000,-0.000000,28.194000>} box{<0,0,-0.508000><21.590000,0.035000,0.508000> rotate<0,90.000000,0> translate<14.986000,-0.000000,28.194000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<13.970000,-0.000000,32.385000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<14.986000,-0.000000,34.544000>} box{<0,0,-0.508000><2.386113,0.035000,0.508000> rotate<0,-64.794600,0> translate<13.970000,-0.000000,32.385000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<14.859000,-0.000000,34.671000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<14.986000,-0.000000,34.671000>} box{<0,0,-0.508000><0.127000,0.035000,0.508000> rotate<0,0.000000,0> translate<14.859000,-0.000000,34.671000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<14.986000,-0.000000,34.544000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<14.986000,-0.000000,34.671000>} box{<0,0,-0.304800><0.127000,0.035000,0.304800> rotate<0,90.000000,0> translate<14.986000,-0.000000,34.671000> } cylinder{<0,0,0><0,0.035000,0>0.889000 translate<14.351000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.889000 translate<15.367000,-1.535000,67.564000>} box{<0,0,-0.889000><1.436841,0.035000,0.889000> rotate<0,44.997030,0> translate<14.351000,-1.535000,68.580000> } cylinder{<0,0,0><0,0.035000,0>0.889000 translate<15.367000,-0.000000,62.484000>} cylinder{<0,0,0><0,0.035000,0>0.889000 translate<15.392400,-0.000000,62.484000>} box{<0,0,-0.889000><0.025400,0.035000,0.889000> rotate<0,0.000000,0> translate<15.367000,-0.000000,62.484000> } cylinder{<0,0,0><0,0.035000,0>1.270000 translate<15.392400,-0.000000,62.484000>} cylinder{<0,0,0><0,0.035000,0>1.270000 translate<15.443200,-0.000000,62.433200>} box{<0,0,-1.270000><0.071842,0.035000,1.270000> rotate<0,44.997030,0> translate<15.392400,-0.000000,62.484000> } cylinder{<0,0,0><0,0.035000,0>0.889000 translate<15.443200,-0.000000,62.433200>} cylinder{<0,0,0><0,0.035000,0>0.889000 translate<15.443200,-0.000000,63.627000>} box{<0,0,-0.889000><1.193800,0.035000,0.889000> rotate<0,90.000000,0> translate<15.443200,-0.000000,63.627000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<16.230600,-0.000000,39.624000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<16.256000,-0.000000,38.481000>} box{<0,0,-0.304800><1.143282,0.035000,0.304800> rotate<0,88.721114,0> translate<16.230600,-0.000000,39.624000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<16.256000,-0.000000,3.302000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<16.256000,-0.000000,38.481000>} box{<0,0,-0.304800><35.179000,0.035000,0.304800> rotate<0,90.000000,0> translate<16.256000,-0.000000,38.481000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.573000,-0.000000,48.336200>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<16.256000,-0.000000,44.653200>} box{<0,0,-0.508000><5.208549,0.035000,0.508000> rotate<0,44.997030,0> translate<12.573000,-0.000000,48.336200> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<16.230600,-0.000000,44.704000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<16.256000,-0.000000,44.653200>} box{<0,0,-0.508000><0.056796,0.035000,0.508000> rotate<0,63.430762,0> translate<16.230600,-0.000000,44.704000> } cylinder{<0,0,0><0,0.035000,0>0.889000 translate<15.367000,-1.535000,67.564000>} cylinder{<0,0,0><0,0.035000,0>0.889000 translate<16.383000,-1.535000,68.580000>} box{<0,0,-0.889000><1.436841,0.035000,0.889000> rotate<0,-44.997030,0> translate<15.367000,-1.535000,67.564000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<14.351000,-1.535000,69.596000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<16.383000,-1.535000,69.596000>} box{<0,0,-0.508000><2.032000,0.035000,0.508000> rotate<0,0.000000,0> translate<14.351000,-1.535000,69.596000> } cylinder{<0,0,0><0,0.035000,0>0.889000 translate<14.351000,-1.535000,69.596000>} cylinder{<0,0,0><0,0.035000,0>0.889000 translate<16.383000,-1.535000,69.596000>} box{<0,0,-0.889000><2.032000,0.035000,0.889000> rotate<0,0.000000,0> translate<14.351000,-1.535000,69.596000> } cylinder{<0,0,0><0,0.035000,0>0.889000 translate<16.383000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.889000 translate<16.383000,-1.535000,69.596000>} box{<0,0,-0.889000><1.016000,0.035000,0.889000> rotate<0,90.000000,0> translate<16.383000,-1.535000,69.596000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<14.351000,-0.000000,74.676000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<16.383000,-0.000000,74.676000>} box{<0,0,-0.508000><2.032000,0.035000,0.508000> rotate<0,0.000000,0> translate<14.351000,-0.000000,74.676000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<16.383000,-0.000000,73.152000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<16.383000,-0.000000,74.676000>} box{<0,0,-0.508000><1.524000,0.035000,0.508000> rotate<0,90.000000,0> translate<16.383000,-0.000000,74.676000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<16.256000,-0.000000,3.302000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<16.764000,-0.000000,2.794000>} box{<0,0,-0.304800><0.718420,0.035000,0.304800> rotate<0,44.997030,0> translate<16.256000,-0.000000,3.302000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<17.526000,-0.000000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<17.526000,-0.000000,47.752000>} box{<0,0,-0.203200><10.668000,0.035000,0.203200> rotate<0,90.000000,0> translate<17.526000,-0.000000,47.752000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<17.449800,-1.535000,52.755800>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<17.526000,-1.535000,52.832000>} box{<0,0,-0.508000><0.107763,0.035000,0.508000> rotate<0,-44.997030,0> translate<17.449800,-1.535000,52.755800> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<17.526000,-1.535000,52.832000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<17.551400,-1.535000,52.857400>} box{<0,0,-0.508000><0.035921,0.035000,0.508000> rotate<0,-44.997030,0> translate<17.526000,-1.535000,52.832000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<17.551400,-1.535000,52.857400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<17.551400,-1.535000,60.274200>} box{<0,0,-0.508000><7.416800,0.035000,0.508000> rotate<0,90.000000,0> translate<17.551400,-1.535000,60.274200> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<17.653000,-1.535000,52.705000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<17.653000,-1.535000,52.451000>} box{<0,0,-0.203200><0.254000,0.035000,0.203200> rotate<0,-90.000000,0> translate<17.653000,-1.535000,52.451000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<17.526000,-1.535000,52.832000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<17.653000,-1.535000,52.705000>} box{<0,0,-0.203200><0.179605,0.035000,0.203200> rotate<0,44.997030,0> translate<17.526000,-1.535000,52.832000> } cylinder{<0,0,0><0,0.035000,0>0.889000 translate<15.443200,-0.000000,63.627000>} cylinder{<0,0,0><0,0.035000,0>0.889000 translate<17.754600,-0.000000,65.938400>} box{<0,0,-0.889000><3.268813,0.035000,0.889000> rotate<0,-44.997030,0> translate<15.443200,-0.000000,63.627000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<17.526000,-1.535000,47.752000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<18.061000,-1.535000,47.579000>} box{<0,0,-0.203200><0.562276,0.035000,0.203200> rotate<0,17.918183,0> translate<17.526000,-1.535000,47.752000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<17.551400,-1.535000,60.274200>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<18.135600,-1.535000,60.858400>} box{<0,0,-0.508000><0.826184,0.035000,0.508000> rotate<0,-44.997030,0> translate<17.551400,-1.535000,60.274200> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<18.288000,-0.000000,12.446000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<18.288000,-0.000000,9.525000>} box{<0,0,-0.304800><2.921000,0.035000,0.304800> rotate<0,-90.000000,0> translate<18.288000,-0.000000,9.525000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<18.288000,-0.000000,17.526000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<18.288000,-0.000000,14.986000>} box{<0,0,-0.304800><2.540000,0.035000,0.304800> rotate<0,-90.000000,0> translate<18.288000,-0.000000,14.986000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<17.526000,-0.000000,34.544000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<18.669000,-0.000000,35.687000>} box{<0,0,-0.203200><1.616446,0.035000,0.203200> rotate<0,-44.997030,0> translate<17.526000,-0.000000,34.544000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<18.669000,-0.000000,35.687000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<18.669000,-0.000000,45.339000>} box{<0,0,-0.203200><9.652000,0.035000,0.203200> rotate<0,90.000000,0> translate<18.669000,-0.000000,45.339000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<17.653000,-1.535000,52.451000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.431000,-1.535000,50.038000>} box{<0,0,-0.508000><2.997308,0.035000,0.508000> rotate<0,53.612110,0> translate<17.653000,-1.535000,52.451000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<10.287000,-0.000000,55.778400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.710400,-0.000000,55.778400>} box{<0,0,-0.508000><9.423400,0.035000,0.508000> rotate<0,0.000000,0> translate<10.287000,-0.000000,55.778400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<18.135600,-1.535000,60.858400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.710400,-1.535000,60.858400>} box{<0,0,-0.508000><1.574800,0.035000,0.508000> rotate<0,0.000000,0> translate<18.135600,-1.535000,60.858400> } cylinder{<0,0,0><0,0.035000,0>0.889000 translate<17.754600,-0.000000,65.938400>} cylinder{<0,0,0><0,0.035000,0>0.889000 translate<19.710400,-0.000000,65.938400>} box{<0,0,-0.889000><1.955800,0.035000,0.889000> rotate<0,0.000000,0> translate<17.754600,-0.000000,65.938400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.710400,-0.000000,68.478400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.710400,-0.000000,70.840600>} box{<0,0,-0.508000><2.362200,0.035000,0.508000> rotate<0,90.000000,0> translate<19.710400,-0.000000,70.840600> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.710400,-0.000000,63.398400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.735800,-0.000000,63.373000>} box{<0,0,-0.508000><0.035921,0.035000,0.508000> rotate<0,44.997030,0> translate<19.710400,-0.000000,63.398400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.710400,-0.000000,68.478400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.761200,-0.000000,68.478400>} box{<0,0,-0.508000><0.050800,0.035000,0.508000> rotate<0,0.000000,0> translate<19.710400,-0.000000,68.478400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.761200,-0.000000,68.478400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.786600,-0.000000,68.503800>} box{<0,0,-0.508000><0.035921,0.035000,0.508000> rotate<0,-44.997030,0> translate<19.761200,-0.000000,68.478400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.786600,-0.000000,68.503800>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.862800,-0.000000,68.427600>} box{<0,0,-0.508000><0.107763,0.035000,0.508000> rotate<0,44.997030,0> translate<19.786600,-0.000000,68.503800> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.710400,-0.000000,70.840600>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.888200,-0.000000,71.018400>} box{<0,0,-0.508000><0.251447,0.035000,0.508000> rotate<0,-44.997030,0> translate<19.710400,-0.000000,70.840600> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.710400,-0.000000,71.018400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.888200,-0.000000,71.018400>} box{<0,0,-0.508000><0.177800,0.035000,0.508000> rotate<0,0.000000,0> translate<19.710400,-0.000000,71.018400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.888200,-0.000000,71.018400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.964400,-0.000000,71.094600>} box{<0,0,-0.508000><0.107763,0.035000,0.508000> rotate<0,-44.997030,0> translate<19.888200,-0.000000,71.018400> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<20.066000,-0.000000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<20.066000,-0.000000,36.957000>} box{<0,0,-0.203200><0.127000,0.035000,0.203200> rotate<0,-90.000000,0> translate<20.066000,-0.000000,36.957000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<20.066000,-0.000000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<20.066000,-0.000000,46.482000>} box{<0,0,-0.203200><9.398000,0.035000,0.203200> rotate<0,90.000000,0> translate<20.066000,-0.000000,46.482000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.735800,-0.000000,63.373000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<20.574000,-0.000000,63.373000>} box{<0,0,-0.508000><0.838200,0.035000,0.508000> rotate<0,0.000000,0> translate<19.735800,-0.000000,63.373000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.710400,-0.000000,63.398400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<20.599400,-0.000000,63.398400>} box{<0,0,-0.508000><0.889000,0.035000,0.508000> rotate<0,0.000000,0> translate<19.710400,-0.000000,63.398400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.862800,-0.000000,68.427600>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.132800,-0.000000,68.427600>} box{<0,0,-0.508000><1.270000,0.035000,0.508000> rotate<0,0.000000,0> translate<19.862800,-0.000000,68.427600> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.463000,-1.535000,74.803000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.463000,-1.535000,74.676000>} box{<0,0,-0.508000><0.127000,0.035000,0.508000> rotate<0,-90.000000,0> translate<21.463000,-1.535000,74.676000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.463000,-1.535000,77.216000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.463000,-1.535000,74.803000>} box{<0,0,-0.508000><2.413000,0.035000,0.508000> rotate<0,-90.000000,0> translate<21.463000,-1.535000,74.803000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<20.599400,-0.000000,63.398400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.869400,-0.000000,64.668400>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,-44.997030,0> translate<20.599400,-0.000000,63.398400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.132800,-0.000000,68.427600>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.869400,-0.000000,67.691000>} box{<0,0,-0.508000><1.041710,0.035000,0.508000> rotate<0,44.997030,0> translate<21.132800,-0.000000,68.427600> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.869400,-0.000000,64.668400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.869400,-0.000000,67.691000>} box{<0,0,-0.508000><3.022600,0.035000,0.508000> rotate<0,90.000000,0> translate<21.869400,-0.000000,67.691000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<20.066000,-0.000000,34.544000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<21.971000,-0.000000,32.639000>} box{<0,0,-0.203200><2.694077,0.035000,0.203200> rotate<0,44.997030,0> translate<20.066000,-0.000000,34.544000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<20.574000,-0.000000,63.373000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.971000,-0.000000,61.976000>} box{<0,0,-0.508000><1.975656,0.035000,0.508000> rotate<0,44.997030,0> translate<20.574000,-0.000000,63.373000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.971000,-0.000000,37.719000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.971000,-0.000000,61.976000>} box{<0,0,-0.508000><24.257000,0.035000,0.508000> rotate<0,90.000000,0> translate<21.971000,-0.000000,61.976000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.710400,-1.535000,58.318400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<22.225000,-1.535000,58.318400>} box{<0,0,-0.508000><2.514600,0.035000,0.508000> rotate<0,0.000000,0> translate<19.710400,-1.535000,58.318400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.573000,-1.535000,72.771000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<22.352000,-1.535000,72.771000>} box{<0,0,-0.508000><9.779000,0.035000,0.508000> rotate<0,0.000000,0> translate<12.573000,-1.535000,72.771000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.971000,-0.000000,37.719000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<22.606000,-0.000000,37.084000>} box{<0,0,-0.508000><0.898026,0.035000,0.508000> rotate<0,44.997030,0> translate<21.971000,-0.000000,37.719000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.710400,-1.535000,55.778400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<22.682200,-1.535000,52.806600>} box{<0,0,-0.508000><4.202760,0.035000,0.508000> rotate<0,44.997030,0> translate<19.710400,-1.535000,55.778400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<23.495000,-0.000000,54.229000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<23.495000,-0.000000,63.373000>} box{<0,0,-0.508000><9.144000,0.035000,0.508000> rotate<0,90.000000,0> translate<23.495000,-0.000000,63.373000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<23.495000,-1.535000,63.373000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<23.495000,-1.535000,69.469000>} box{<0,0,-0.508000><6.096000,0.035000,0.508000> rotate<0,90.000000,0> translate<23.495000,-1.535000,69.469000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<22.606000,-0.000000,34.544000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<23.876000,-0.000000,35.814000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<22.606000,-0.000000,34.544000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<23.749000,-1.535000,43.942000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<23.876000,-1.535000,43.942000>} box{<0,0,-0.203200><0.127000,0.035000,0.203200> rotate<0,0.000000,0> translate<23.749000,-1.535000,43.942000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<23.876000,-0.000000,35.814000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<23.876000,-0.000000,43.942000>} box{<0,0,-0.203200><8.128000,0.035000,0.203200> rotate<0,90.000000,0> translate<23.876000,-0.000000,43.942000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<22.352000,-1.535000,72.771000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.104600,-1.535000,71.018400>} box{<0,0,-0.508000><2.478551,0.035000,0.508000> rotate<0,44.997030,0> translate<22.352000,-1.535000,72.771000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<13.589000,-1.535000,8.001000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<24.257000,-1.535000,8.001000>} box{<0,0,-0.304800><10.668000,0.035000,0.304800> rotate<0,0.000000,0> translate<13.589000,-1.535000,8.001000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<22.225000,-1.535000,58.318400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.257000,-1.535000,60.350400>} box{<0,0,-0.508000><2.873682,0.035000,0.508000> rotate<0,-44.997030,0> translate<22.225000,-1.535000,58.318400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.257000,-1.535000,60.350400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.307800,-1.535000,60.401200>} box{<0,0,-0.508000><0.071842,0.035000,0.508000> rotate<0,-44.997030,0> translate<24.257000,-1.535000,60.350400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<23.495000,-0.000000,54.229000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.765000,-0.000000,52.832000>} box{<0,0,-0.508000><1.887991,0.035000,0.508000> rotate<0,47.723161,0> translate<23.495000,-0.000000,54.229000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.257000,-1.535000,60.350400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.765000,-1.535000,60.858400>} box{<0,0,-0.508000><0.718420,0.035000,0.508000> rotate<0,-44.997030,0> translate<24.257000,-1.535000,60.350400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<22.682200,-1.535000,52.806600>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.790400,-1.535000,52.806600>} box{<0,0,-0.508000><2.108200,0.035000,0.508000> rotate<0,0.000000,0> translate<22.682200,-1.535000,52.806600> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.765000,-1.535000,52.832000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.790400,-1.535000,52.806600>} box{<0,0,-0.508000><0.035921,0.035000,0.508000> rotate<0,44.997030,0> translate<24.765000,-1.535000,52.832000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.790400,-1.535000,52.806600>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.866600,-1.535000,52.806600>} box{<0,0,-0.508000><0.076200,0.035000,0.508000> rotate<0,0.000000,0> translate<24.790400,-1.535000,52.806600> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<16.383000,-0.000000,73.152000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<25.019000,-0.000000,73.152000>} box{<0,0,-0.508000><8.636000,0.035000,0.508000> rotate<0,0.000000,0> translate<16.383000,-0.000000,73.152000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<25.019000,-0.000000,55.880000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<25.019000,-0.000000,73.152000>} box{<0,0,-0.508000><17.272000,0.035000,0.508000> rotate<0,90.000000,0> translate<25.019000,-0.000000,73.152000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.146000,-0.000000,34.544000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.146000,-0.000000,35.433000>} box{<0,0,-0.203200><0.889000,0.035000,0.203200> rotate<0,90.000000,0> translate<25.146000,-0.000000,35.433000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.146000,-0.000000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.146000,-0.000000,41.021000>} box{<0,0,-0.203200><3.937000,0.035000,0.203200> rotate<0,90.000000,0> translate<25.146000,-0.000000,41.021000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<25.019000,-0.000000,55.880000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<25.196800,-0.000000,55.702200>} box{<0,0,-0.508000><0.251447,0.035000,0.508000> rotate<0,44.997030,0> translate<25.019000,-0.000000,55.880000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.765000,-1.535000,52.832000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<26.035000,-1.535000,51.562000>} box{<0,0,-0.508000><1.796051,0.035000,0.508000> rotate<0,44.997030,0> translate<24.765000,-1.535000,52.832000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.765000,-1.535000,52.832000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<26.289000,-1.535000,52.832000>} box{<0,0,-0.508000><1.524000,0.035000,0.508000> rotate<0,0.000000,0> translate<24.765000,-1.535000,52.832000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<26.289000,-1.535000,52.832000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<26.289000,-1.535000,54.229000>} box{<0,0,-0.508000><1.397000,0.035000,0.508000> rotate<0,90.000000,0> translate<26.289000,-1.535000,54.229000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<16.764000,-0.000000,2.794000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<26.416000,-0.000000,2.794000>} box{<0,0,-0.304800><9.652000,0.035000,0.304800> rotate<0,0.000000,0> translate<16.764000,-0.000000,2.794000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<26.416000,-1.535000,5.334000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<26.416000,-1.535000,3.556000>} box{<0,0,-0.304800><1.778000,0.035000,0.304800> rotate<0,-90.000000,0> translate<26.416000,-1.535000,3.556000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<24.257000,-1.535000,8.001000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<26.416000,-1.535000,5.334000>} box{<0,0,-0.304800><3.431351,0.035000,0.304800> rotate<0,51.005640,0> translate<24.257000,-1.535000,8.001000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.416000,-0.000000,35.433000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.416000,-0.000000,33.909000>} box{<0,0,-0.203200><1.524000,0.035000,0.203200> rotate<0,-90.000000,0> translate<26.416000,-0.000000,33.909000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.146000,-0.000000,35.433000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.416000,-0.000000,36.703000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<25.146000,-0.000000,35.433000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.416000,-0.000000,36.703000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.416000,-0.000000,40.894000>} box{<0,0,-0.203200><4.191000,0.035000,0.203200> rotate<0,90.000000,0> translate<26.416000,-0.000000,40.894000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<26.543000,-1.535000,74.726800>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<26.543000,-1.535000,74.803000>} box{<0,0,-0.508000><0.076200,0.035000,0.508000> rotate<0,90.000000,0> translate<26.543000,-1.535000,74.803000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.416000,-0.000000,33.909000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.924000,-0.000000,33.401000>} box{<0,0,-0.203200><0.718420,0.035000,0.203200> rotate<0,44.997030,0> translate<26.416000,-0.000000,33.909000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<26.416000,-1.535000,3.556000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<27.178000,-1.535000,2.794000>} box{<0,0,-0.304800><1.077631,0.035000,0.304800> rotate<0,44.997030,0> translate<26.416000,-1.535000,3.556000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.305000,-1.535000,29.972000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.305000,-1.535000,29.845000>} box{<0,0,-0.508000><0.127000,0.035000,0.508000> rotate<0,-90.000000,0> translate<27.305000,-1.535000,29.845000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<12.700000,-1.535000,29.972000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.305000,-1.535000,29.972000>} box{<0,0,-0.508000><14.605000,0.035000,0.508000> rotate<0,0.000000,0> translate<12.700000,-1.535000,29.972000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.765000,-1.535000,60.858400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.330400,-1.535000,60.858400>} box{<0,0,-0.508000><2.565400,0.035000,0.508000> rotate<0,0.000000,0> translate<24.765000,-1.535000,60.858400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.330400,-1.535000,68.376800>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.330400,-1.535000,65.938400>} box{<0,0,-0.508000><2.438400,0.035000,0.508000> rotate<0,-90.000000,0> translate<27.330400,-1.535000,65.938400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<24.104600,-1.535000,71.018400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.330400,-1.535000,71.018400>} box{<0,0,-0.508000><3.225800,0.035000,0.508000> rotate<0,0.000000,0> translate<24.104600,-1.535000,71.018400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<26.543000,-1.535000,74.726800>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.330400,-1.535000,73.939400>} box{<0,0,-0.508000><1.113552,0.035000,0.508000> rotate<0,44.997030,0> translate<26.543000,-1.535000,74.726800> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.330400,-1.535000,71.018400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.330400,-1.535000,73.939400>} box{<0,0,-0.508000><2.921000,0.035000,0.508000> rotate<0,90.000000,0> translate<27.330400,-1.535000,73.939400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<25.196800,-0.000000,55.702200>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.355800,-0.000000,55.702200>} box{<0,0,-0.508000><2.159000,0.035000,0.508000> rotate<0,0.000000,0> translate<25.196800,-0.000000,55.702200> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.330400,-0.000000,55.778400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.355800,-0.000000,55.753000>} box{<0,0,-0.508000><0.035921,0.035000,0.508000> rotate<0,44.997030,0> translate<27.330400,-0.000000,55.778400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.355800,-0.000000,55.702200>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.355800,-0.000000,55.753000>} box{<0,0,-0.508000><0.050800,0.035000,0.508000> rotate<0,90.000000,0> translate<27.355800,-0.000000,55.753000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.330400,-0.000000,58.318400>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.355800,-0.000000,58.293000>} box{<0,0,-0.203200><0.035921,0.035000,0.203200> rotate<0,44.997030,0> translate<27.330400,-0.000000,58.318400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.330400,-1.535000,68.376800>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.381200,-1.535000,68.427600>} box{<0,0,-0.508000><0.071842,0.035000,0.508000> rotate<0,-44.997030,0> translate<27.330400,-1.535000,68.376800> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.330400,-1.535000,68.478400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.381200,-1.535000,68.427600>} box{<0,0,-0.508000><0.071842,0.035000,0.508000> rotate<0,44.997030,0> translate<27.330400,-1.535000,68.478400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.330400,-1.535000,71.018400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.381200,-1.535000,71.018400>} box{<0,0,-0.508000><0.050800,0.035000,0.508000> rotate<0,0.000000,0> translate<27.330400,-1.535000,71.018400> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<26.416000,-0.000000,2.794000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<27.686000,-0.000000,1.524000>} box{<0,0,-0.304800><1.796051,0.035000,0.304800> rotate<0,44.997030,0> translate<26.416000,-0.000000,2.794000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.686000,-1.535000,32.639000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.686000,-1.535000,34.544000>} box{<0,0,-0.203200><1.905000,0.035000,0.203200> rotate<0,90.000000,0> translate<27.686000,-1.535000,34.544000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.416000,-0.000000,35.433000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.686000,-0.000000,36.703000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<26.416000,-0.000000,35.433000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.686000,-0.000000,36.703000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.686000,-0.000000,37.084000>} box{<0,0,-0.203200><0.381000,0.035000,0.203200> rotate<0,90.000000,0> translate<27.686000,-0.000000,37.084000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.355800,-0.000000,58.293000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.686000,-0.000000,58.293000>} box{<0,0,-0.203200><0.330200,0.035000,0.203200> rotate<0,0.000000,0> translate<27.355800,-0.000000,58.293000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.194000,-0.000000,14.986000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.194000,-0.000000,12.446000>} box{<0,0,-0.304800><2.540000,0.035000,0.304800> rotate<0,-90.000000,0> translate<28.194000,-0.000000,12.446000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<18.288000,-1.535000,12.446000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.194000,-1.535000,12.573000>} box{<0,0,-0.304800><9.906814,0.035000,0.304800> rotate<0,-0.734473,0> translate<18.288000,-1.535000,12.446000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.194000,-1.535000,12.446000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.194000,-1.535000,12.573000>} box{<0,0,-0.304800><0.127000,0.035000,0.304800> rotate<0,90.000000,0> translate<28.194000,-1.535000,12.573000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<18.288000,-1.535000,14.986000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.194000,-1.535000,14.986000>} box{<0,0,-0.304800><9.906000,0.035000,0.304800> rotate<0,0.000000,0> translate<18.288000,-1.535000,14.986000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<18.288000,-1.535000,17.526000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.194000,-1.535000,17.526000>} box{<0,0,-0.304800><9.906000,0.035000,0.304800> rotate<0,0.000000,0> translate<18.288000,-1.535000,17.526000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.194000,-0.000000,23.241000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.194000,-0.000000,17.526000>} box{<0,0,-0.304800><5.715000,0.035000,0.304800> rotate<0,-90.000000,0> translate<28.194000,-0.000000,17.526000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<28.194000,-0.000000,29.972000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<28.194000,-0.000000,23.241000>} box{<0,0,-0.508000><6.731000,0.035000,0.508000> rotate<0,-90.000000,0> translate<28.194000,-0.000000,23.241000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<28.194000,-1.535000,23.241000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<28.194000,-1.535000,23.368000>} box{<0,0,-0.508000><0.127000,0.035000,0.508000> rotate<0,90.000000,0> translate<28.194000,-1.535000,23.368000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.305000,-1.535000,29.972000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<28.194000,-1.535000,29.972000>} box{<0,0,-0.508000><0.889000,0.035000,0.508000> rotate<0,0.000000,0> translate<27.305000,-1.535000,29.972000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<25.146000,-0.000000,41.021000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.194000,-0.000000,44.069000>} box{<0,0,-0.203200><4.310523,0.035000,0.203200> rotate<0,-44.997030,0> translate<25.146000,-0.000000,41.021000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.194000,-0.000000,44.069000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.194000,-0.000000,52.959000>} box{<0,0,-0.203200><8.890000,0.035000,0.203200> rotate<0,90.000000,0> translate<28.194000,-0.000000,52.959000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.194000,-1.535000,52.959000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.321000,-1.535000,52.832000>} box{<0,0,-0.203200><0.179605,0.035000,0.203200> rotate<0,44.997030,0> translate<28.194000,-1.535000,52.959000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.381200,-1.535000,71.018400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<28.498800,-1.535000,72.136000>} box{<0,0,-0.508000><1.580525,0.035000,0.508000> rotate<0,-44.997030,0> translate<27.381200,-1.535000,71.018400> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<18.288000,-1.535000,9.525000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.575000,-1.535000,9.398000>} box{<0,0,-0.304800><10.287784,0.035000,0.304800> rotate<0,0.707273,0> translate<18.288000,-1.535000,9.525000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<27.178000,-1.535000,2.794000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.956000,-1.535000,2.794000>} box{<0,0,-0.304800><1.778000,0.035000,0.304800> rotate<0,0.000000,0> translate<27.178000,-1.535000,2.794000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<27.686000,-0.000000,4.064000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.956000,-0.000000,2.794000>} box{<0,0,-0.304800><1.796051,0.035000,0.304800> rotate<0,44.997030,0> translate<27.686000,-0.000000,4.064000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.956000,-1.535000,34.163000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.956000,-1.535000,37.846000>} box{<0,0,-0.203200><3.683000,0.035000,0.203200> rotate<0,90.000000,0> translate<28.956000,-1.535000,37.846000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.956000,-0.000000,35.687000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.956000,-0.000000,42.418000>} box{<0,0,-0.203200><6.731000,0.035000,0.203200> rotate<0,90.000000,0> translate<28.956000,-0.000000,42.418000> } cylinder{<0,0,0><0,0.035000,0>0.406400 translate<26.289000,-1.535000,54.229000>} cylinder{<0,0,0><0,0.035000,0>0.406400 translate<28.956000,-1.535000,54.229000>} box{<0,0,-0.406400><2.667000,0.035000,0.406400> rotate<0,0.000000,0> translate<26.289000,-1.535000,54.229000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.416000,-0.000000,40.894000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.337000,-0.000000,43.815000>} box{<0,0,-0.203200><4.130918,0.035000,0.203200> rotate<0,-44.997030,0> translate<26.416000,-0.000000,40.894000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.686000,-0.000000,58.293000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.337000,-0.000000,56.642000>} box{<0,0,-0.203200><2.334867,0.035000,0.203200> rotate<0,44.997030,0> translate<27.686000,-0.000000,58.293000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.337000,-0.000000,43.815000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.337000,-0.000000,56.642000>} box{<0,0,-0.203200><12.827000,0.035000,0.203200> rotate<0,90.000000,0> translate<29.337000,-0.000000,56.642000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.956000,-1.535000,34.163000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.718000,-1.535000,33.401000>} box{<0,0,-0.203200><1.077631,0.035000,0.203200> rotate<0,44.997030,0> translate<28.956000,-1.535000,34.163000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.194000,-1.535000,52.959000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.845000,-1.535000,52.959000>} box{<0,0,-0.203200><1.651000,0.035000,0.203200> rotate<0,0.000000,0> translate<28.194000,-1.535000,52.959000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.956000,-1.535000,2.794000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<30.226000,-1.535000,1.524000>} box{<0,0,-0.304800><1.796051,0.035000,0.304800> rotate<0,44.997030,0> translate<28.956000,-1.535000,2.794000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.226000,-0.000000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.226000,-0.000000,37.211000>} box{<0,0,-0.203200><0.127000,0.035000,0.203200> rotate<0,90.000000,0> translate<30.226000,-0.000000,37.211000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.956000,-1.535000,37.846000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.226000,-1.535000,39.116000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<28.956000,-1.535000,37.846000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.226000,-0.000000,39.116000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.226000,-0.000000,42.545000>} box{<0,0,-0.203200><3.429000,0.035000,0.203200> rotate<0,90.000000,0> translate<30.226000,-0.000000,42.545000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.226000,-0.000000,45.466000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.226000,-0.000000,66.040000>} box{<0,0,-0.203200><20.574000,0.035000,0.203200> rotate<0,90.000000,0> translate<30.226000,-0.000000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<18.669000,-1.535000,45.339000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.353000,-1.535000,45.339000>} box{<0,0,-0.203200><11.684000,0.035000,0.203200> rotate<0,0.000000,0> translate<18.669000,-1.535000,45.339000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.226000,-0.000000,45.466000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.353000,-0.000000,45.339000>} box{<0,0,-0.203200><0.179605,0.035000,0.203200> rotate<0,44.997030,0> translate<30.226000,-0.000000,45.466000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<27.330400,-1.535000,68.478400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<30.378400,-1.535000,68.478400>} box{<0,0,-0.508000><3.048000,0.035000,0.508000> rotate<0,0.000000,0> translate<27.330400,-1.535000,68.478400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<28.956000,-1.535000,54.229000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<30.480000,-1.535000,55.753000>} box{<0,0,-0.508000><2.155261,0.035000,0.508000> rotate<0,-44.997030,0> translate<28.956000,-1.535000,54.229000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<30.378400,-1.535000,68.478400>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<30.480000,-1.535000,68.580000>} box{<0,0,-0.508000><0.143684,0.035000,0.508000> rotate<0,-44.997030,0> translate<30.378400,-1.535000,68.478400> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<30.480000,-1.535000,55.753000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<30.480000,-1.535000,68.580000>} box{<0,0,-0.508000><12.827000,0.035000,0.508000> rotate<0,90.000000,0> translate<30.480000,-1.535000,68.580000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<30.480000,-0.000000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<30.480000,-0.000000,77.216000>} box{<0,0,-0.508000><8.636000,0.035000,0.508000> rotate<0,90.000000,0> translate<30.480000,-0.000000,77.216000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<30.480000,-1.535000,68.580000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<30.505400,-1.535000,68.605400>} box{<0,0,-0.508000><0.035921,0.035000,0.508000> rotate<0,-44.997030,0> translate<30.480000,-1.535000,68.580000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<3.937000,-1.535000,11.176000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<30.734000,-1.535000,11.176000>} box{<0,0,-0.304800><26.797000,0.035000,0.304800> rotate<0,0.000000,0> translate<3.937000,-1.535000,11.176000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<3.937000,-1.535000,13.716000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<30.861000,-1.535000,13.716000>} box{<0,0,-0.304800><26.924000,0.035000,0.304800> rotate<0,0.000000,0> translate<3.937000,-1.535000,13.716000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.988000,-0.000000,47.879000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.988000,-0.000000,64.262000>} box{<0,0,-0.203200><16.383000,0.035000,0.203200> rotate<0,90.000000,0> translate<30.988000,-0.000000,64.262000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.226000,-0.000000,37.211000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.242000,-0.000000,38.227000>} box{<0,0,-0.203200><1.436841,0.035000,0.203200> rotate<0,-44.997030,0> translate<30.226000,-0.000000,37.211000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.242000,-0.000000,38.227000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.242000,-0.000000,42.291000>} box{<0,0,-0.203200><4.064000,0.035000,0.203200> rotate<0,90.000000,0> translate<31.242000,-0.000000,42.291000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.956000,-0.000000,35.687000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.369000,-0.000000,35.687000>} box{<0,0,-0.203200><2.413000,0.035000,0.203200> rotate<0,0.000000,0> translate<28.956000,-0.000000,35.687000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<18.061000,-1.535000,47.579000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.396000,-1.535000,47.579000>} box{<0,0,-0.203200><13.335000,0.035000,0.203200> rotate<0,0.000000,0> translate<18.061000,-1.535000,47.579000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.988000,-0.000000,47.879000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.396000,-0.000000,47.579000>} box{<0,0,-0.203200><0.506423,0.035000,0.203200> rotate<0,36.324429,0> translate<30.988000,-0.000000,47.879000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.718000,-1.535000,33.401000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.496000,-1.535000,33.401000>} box{<0,0,-0.203200><1.778000,0.035000,0.203200> rotate<0,0.000000,0> translate<29.718000,-1.535000,33.401000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.226000,-1.535000,34.544000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.496000,-1.535000,35.814000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<30.226000,-1.535000,34.544000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.496000,-1.535000,35.814000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.496000,-1.535000,38.100000>} box{<0,0,-0.203200><2.286000,0.035000,0.203200> rotate<0,90.000000,0> translate<31.496000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-0.000000,49.657000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-0.000000,54.864000>} box{<0,0,-0.203200><5.207000,0.035000,0.203200> rotate<0,90.000000,0> translate<31.750000,-0.000000,54.864000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<29.845000,-1.535000,52.959000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<32.258000,-1.535000,55.372000>} box{<0,0,-0.203200><3.412497,0.035000,0.203200> rotate<0,-44.997030,0> translate<29.845000,-1.535000,52.959000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.496000,-1.535000,38.100000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<32.385000,-1.535000,38.989000>} box{<0,0,-0.203200><1.257236,0.035000,0.203200> rotate<0,-44.997030,0> translate<31.496000,-1.535000,38.100000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<32.385000,-0.000000,38.989000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<32.385000,-0.000000,42.164000>} box{<0,0,-0.203200><3.175000,0.035000,0.203200> rotate<0,90.000000,0> translate<32.385000,-0.000000,42.164000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<28.498800,-1.535000,72.136000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<32.385000,-1.535000,72.136000>} box{<0,0,-0.508000><3.886200,0.035000,0.508000> rotate<0,0.000000,0> translate<28.498800,-1.535000,72.136000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<21.463000,-1.535000,77.216000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<32.385000,-1.535000,77.216000>} box{<0,0,-0.508000><10.922000,0.035000,0.508000> rotate<0,0.000000,0> translate<21.463000,-1.535000,77.216000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<30.480000,-0.000000,77.216000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<32.385000,-0.000000,77.216000>} box{<0,0,-0.508000><1.905000,0.035000,0.508000> rotate<0,0.000000,0> translate<30.480000,-0.000000,77.216000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<32.766000,-1.535000,34.544000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<32.766000,-1.535000,34.417000>} box{<0,0,-0.203200><0.127000,0.035000,0.203200> rotate<0,-90.000000,0> translate<32.766000,-1.535000,34.417000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.496000,-1.535000,33.401000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<32.766000,-1.535000,34.544000>} box{<0,0,-0.203200><1.708610,0.035000,0.203200> rotate<0,-41.984442,0> translate<31.496000,-1.535000,33.401000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.369000,-0.000000,35.687000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<32.766000,-0.000000,37.084000>} box{<0,0,-0.203200><1.975656,0.035000,0.203200> rotate<0,-44.997030,0> translate<31.369000,-0.000000,35.687000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-0.000000,49.657000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<32.766000,-0.000000,48.641000>} box{<0,0,-0.203200><1.436841,0.035000,0.203200> rotate<0,44.997030,0> translate<31.750000,-0.000000,49.657000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<3.937000,-1.535000,16.256000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<33.401000,-1.535000,16.256000>} box{<0,0,-0.304800><29.464000,0.035000,0.304800> rotate<0,0.000000,0> translate<3.937000,-1.535000,16.256000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<3.937000,-1.535000,18.796000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<33.401000,-1.535000,18.796000>} box{<0,0,-0.304800><29.464000,0.035000,0.304800> rotate<0,0.000000,0> translate<3.937000,-1.535000,18.796000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<26.035000,-1.535000,51.562000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<33.528000,-1.535000,51.562000>} box{<0,0,-0.508000><7.493000,0.035000,0.508000> rotate<0,0.000000,0> translate<26.035000,-1.535000,51.562000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.750000,-0.000000,54.864000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.528000,-0.000000,56.642000>} box{<0,0,-0.203200><2.514472,0.035000,0.203200> rotate<0,-44.997030,0> translate<31.750000,-0.000000,54.864000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.988000,-0.000000,64.262000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.528000,-0.000000,66.802000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<30.988000,-0.000000,64.262000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.226000,-0.000000,66.040000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.528000,-0.000000,69.342000>} box{<0,0,-0.203200><4.669733,0.035000,0.203200> rotate<0,-44.997030,0> translate<30.226000,-0.000000,66.040000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.528000,-1.535000,61.722000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.655000,-1.535000,61.722000>} box{<0,0,-0.203200><0.127000,0.035000,0.203200> rotate<0,0.000000,0> translate<33.528000,-1.535000,61.722000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<28.956000,-0.000000,2.794000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<33.909000,-0.000000,2.794000>} box{<0,0,-0.304800><4.953000,0.035000,0.304800> rotate<0,0.000000,0> translate<28.956000,-0.000000,2.794000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<27.686000,-1.535000,32.639000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.036000,-1.535000,32.639000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,0.000000,0> translate<27.686000,-1.535000,32.639000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<26.924000,-0.000000,33.401000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.036000,-0.000000,33.401000>} box{<0,0,-0.203200><7.112000,0.035000,0.203200> rotate<0,0.000000,0> translate<26.924000,-0.000000,33.401000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.036000,-1.535000,32.639000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.036000,-1.535000,38.227000>} box{<0,0,-0.203200><5.588000,0.035000,0.203200> rotate<0,90.000000,0> translate<34.036000,-1.535000,38.227000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.036000,-0.000000,33.401000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.036000,-0.000000,42.418000>} box{<0,0,-0.203200><9.017000,0.035000,0.203200> rotate<0,90.000000,0> translate<34.036000,-0.000000,42.418000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.528000,-1.535000,64.262000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.925000,-1.535000,64.262000>} box{<0,0,-0.203200><1.397000,0.035000,0.203200> rotate<0,0.000000,0> translate<33.528000,-1.535000,64.262000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<33.909000,-0.000000,2.794000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<35.179000,-0.000000,1.524000>} box{<0,0,-0.304800><1.796051,0.035000,0.304800> rotate<0,44.997030,0> translate<33.909000,-0.000000,2.794000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.528000,-1.535000,59.182000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.179000,-1.535000,59.182000>} box{<0,0,-0.203200><1.651000,0.035000,0.203200> rotate<0,0.000000,0> translate<33.528000,-1.535000,59.182000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<35.179000,-0.000000,1.524000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<35.306000,-0.000000,1.524000>} box{<0,0,-0.304800><0.127000,0.035000,0.304800> rotate<0,0.000000,0> translate<35.179000,-0.000000,1.524000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.306000,-0.000000,34.544000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.306000,-0.000000,35.306000>} box{<0,0,-0.203200><0.762000,0.035000,0.203200> rotate<0,90.000000,0> translate<35.306000,-0.000000,35.306000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.036000,-1.535000,38.227000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.306000,-1.535000,39.497000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<34.036000,-1.535000,38.227000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.306000,-0.000000,39.497000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.306000,-0.000000,42.545000>} box{<0,0,-0.203200><3.048000,0.035000,0.203200> rotate<0,90.000000,0> translate<35.306000,-0.000000,42.545000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.306000,-1.535000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.433000,-1.535000,37.084000>} box{<0,0,-0.203200><0.127000,0.035000,0.203200> rotate<0,0.000000,0> translate<35.306000,-1.535000,37.084000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<28.956000,-0.000000,42.418000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.433000,-0.000000,48.895000>} box{<0,0,-0.203200><9.159861,0.035000,0.203200> rotate<0,-44.997030,0> translate<28.956000,-0.000000,42.418000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.528000,-0.000000,59.182000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.433000,-0.000000,57.277000>} box{<0,0,-0.203200><2.694077,0.035000,0.203200> rotate<0,44.997030,0> translate<33.528000,-0.000000,59.182000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.433000,-0.000000,48.895000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.433000,-0.000000,57.277000>} box{<0,0,-0.203200><8.382000,0.035000,0.203200> rotate<0,90.000000,0> translate<35.433000,-0.000000,57.277000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<32.385000,-0.000000,77.216000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<35.433000,-0.000000,77.216000>} box{<0,0,-0.508000><3.048000,0.035000,0.508000> rotate<0,0.000000,0> translate<32.385000,-0.000000,77.216000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<32.385000,-1.535000,72.136000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<35.661600,-1.535000,75.463400>} box{<0,0,-0.508000><4.669871,0.035000,0.508000> rotate<0,-45.437729,0> translate<32.385000,-1.535000,72.136000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<35.814000,-0.000000,77.216000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<35.814000,-0.000000,66.802000>} box{<0,0,-0.508000><10.414000,0.035000,0.508000> rotate<0,-90.000000,0> translate<35.814000,-0.000000,66.802000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<35.433000,-0.000000,77.216000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<35.814000,-0.000000,77.216000>} box{<0,0,-0.508000><0.381000,0.035000,0.508000> rotate<0,0.000000,0> translate<35.433000,-0.000000,77.216000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<21.971000,-0.000000,32.639000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.941000,-0.000000,32.639000>} box{<0,0,-0.203200><13.970000,0.035000,0.203200> rotate<0,0.000000,0> translate<21.971000,-0.000000,32.639000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.925000,-1.535000,64.262000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.941000,-1.535000,65.278000>} box{<0,0,-0.203200><1.436841,0.035000,0.203200> rotate<0,-44.997030,0> translate<34.925000,-1.535000,64.262000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.941000,-1.535000,65.278000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.941000,-1.535000,72.898000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,90.000000,0> translate<35.941000,-1.535000,72.898000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<30.226000,-0.000000,42.545000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.195000,-0.000000,48.514000>} box{<0,0,-0.203200><8.441441,0.035000,0.203200> rotate<0,-44.997030,0> translate<30.226000,-0.000000,42.545000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.528000,-0.000000,61.722000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.195000,-0.000000,59.055000>} box{<0,0,-0.203200><3.771708,0.035000,0.203200> rotate<0,44.997030,0> translate<33.528000,-0.000000,61.722000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.195000,-0.000000,48.514000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.195000,-0.000000,59.055000>} box{<0,0,-0.203200><10.541000,0.035000,0.203200> rotate<0,90.000000,0> translate<36.195000,-0.000000,59.055000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<36.576000,-1.535000,5.334000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<36.576000,-1.535000,2.794000>} box{<0,0,-0.304800><2.540000,0.035000,0.304800> rotate<0,-90.000000,0> translate<36.576000,-1.535000,2.794000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<30.734000,-1.535000,11.176000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<36.576000,-1.535000,5.334000>} box{<0,0,-0.304800><8.261836,0.035000,0.304800> rotate<0,44.997030,0> translate<30.734000,-1.535000,11.176000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.306000,-0.000000,35.306000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.576000,-0.000000,36.576000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,-44.997030,0> translate<35.306000,-0.000000,35.306000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.576000,-0.000000,36.576000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.576000,-0.000000,42.672000>} box{<0,0,-0.203200><6.096000,0.035000,0.203200> rotate<0,90.000000,0> translate<36.576000,-0.000000,42.672000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.941000,-0.000000,32.639000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.703000,-0.000000,33.401000>} box{<0,0,-0.203200><1.077631,0.035000,0.203200> rotate<0,-44.997030,0> translate<35.941000,-0.000000,32.639000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.703000,-0.000000,33.401000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.703000,-0.000000,35.179000>} box{<0,0,-0.203200><1.778000,0.035000,0.203200> rotate<0,90.000000,0> translate<36.703000,-0.000000,35.179000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.433000,-1.535000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.703000,-1.535000,35.814000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<35.433000,-1.535000,37.084000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.703000,-1.535000,32.893000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.703000,-1.535000,35.814000>} box{<0,0,-0.203200><2.921000,0.035000,0.203200> rotate<0,90.000000,0> translate<36.703000,-1.535000,35.814000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<31.242000,-0.000000,42.291000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.957000,-0.000000,48.006000>} box{<0,0,-0.203200><8.082231,0.035000,0.203200> rotate<0,-44.997030,0> translate<31.242000,-0.000000,42.291000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.528000,-0.000000,64.262000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.957000,-0.000000,60.833000>} box{<0,0,-0.203200><4.849338,0.035000,0.203200> rotate<0,44.997030,0> translate<33.528000,-0.000000,64.262000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.957000,-0.000000,48.006000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.957000,-0.000000,60.833000>} box{<0,0,-0.203200><12.827000,0.035000,0.203200> rotate<0,90.000000,0> translate<36.957000,-0.000000,60.833000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.941000,-1.535000,72.898000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<37.084000,-1.535000,74.041000>} box{<0,0,-0.203200><1.616446,0.035000,0.203200> rotate<0,-44.997030,0> translate<35.941000,-1.535000,72.898000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.703000,-0.000000,35.179000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<37.338000,-0.000000,35.814000>} box{<0,0,-0.203200><0.898026,0.035000,0.203200> rotate<0,-44.997030,0> translate<36.703000,-0.000000,35.179000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<33.655000,-1.535000,61.722000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<37.465000,-1.535000,65.532000>} box{<0,0,-0.203200><5.388154,0.035000,0.203200> rotate<0,-44.997030,0> translate<33.655000,-1.535000,61.722000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<32.385000,-0.000000,42.164000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<37.719000,-0.000000,47.498000>} box{<0,0,-0.203200><7.543415,0.035000,0.203200> rotate<0,-44.997030,0> translate<32.385000,-0.000000,42.164000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<37.719000,-0.000000,47.498000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<37.719000,-0.000000,64.262000>} box{<0,0,-0.203200><16.764000,0.035000,0.203200> rotate<0,90.000000,0> translate<37.719000,-0.000000,64.262000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<36.576000,-1.535000,2.794000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<37.846000,-1.535000,1.524000>} box{<0,0,-0.304800><1.796051,0.035000,0.304800> rotate<0,44.997030,0> translate<36.576000,-1.535000,2.794000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<37.719000,-1.535000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<37.846000,-1.535000,37.084000>} box{<0,0,-0.203200><0.127000,0.035000,0.203200> rotate<0,0.000000,0> translate<37.719000,-1.535000,37.084000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.306000,-1.535000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<37.846000,-1.535000,39.624000>} box{<0,0,-0.203200><3.592102,0.035000,0.203200> rotate<0,-44.997030,0> translate<35.306000,-1.535000,37.084000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<37.846000,-0.000000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<37.846000,-0.000000,42.799000>} box{<0,0,-0.203200><5.715000,0.035000,0.203200> rotate<0,90.000000,0> translate<37.846000,-0.000000,42.799000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<37.338000,-0.000000,35.814000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<38.354000,-0.000000,35.814000>} box{<0,0,-0.203200><1.016000,0.035000,0.203200> rotate<0,0.000000,0> translate<37.338000,-0.000000,35.814000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<34.036000,-0.000000,42.418000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<38.481000,-0.000000,46.863000>} box{<0,0,-0.203200><6.286179,0.035000,0.203200> rotate<0,-44.997030,0> translate<34.036000,-0.000000,42.418000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<38.481000,-0.000000,46.863000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<38.481000,-0.000000,59.055000>} box{<0,0,-0.203200><12.192000,0.035000,0.203200> rotate<0,90.000000,0> translate<38.481000,-0.000000,59.055000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.703000,-1.535000,32.893000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<38.735000,-1.535000,30.861000>} box{<0,0,-0.203200><2.873682,0.035000,0.203200> rotate<0,44.997030,0> translate<36.703000,-1.535000,32.893000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.179000,-1.535000,59.182000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<38.989000,-1.535000,62.992000>} box{<0,0,-0.203200><5.388154,0.035000,0.203200> rotate<0,-44.997030,0> translate<35.179000,-1.535000,59.182000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<39.116000,-1.535000,5.461000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<39.116000,-1.535000,2.794000>} box{<0,0,-0.304800><2.667000,0.035000,0.304800> rotate<0,-90.000000,0> translate<39.116000,-1.535000,2.794000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<30.861000,-1.535000,13.716000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<39.116000,-1.535000,5.461000>} box{<0,0,-0.304800><11.674333,0.035000,0.304800> rotate<0,44.997030,0> translate<30.861000,-1.535000,13.716000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.116000,-1.535000,35.814000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.116000,-1.535000,33.274000>} box{<0,0,-0.203200><2.540000,0.035000,0.203200> rotate<0,-90.000000,0> translate<39.116000,-1.535000,33.274000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<37.846000,-1.535000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.116000,-1.535000,35.814000>} box{<0,0,-0.203200><1.796051,0.035000,0.203200> rotate<0,44.997030,0> translate<37.846000,-1.535000,37.084000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<38.354000,-0.000000,35.814000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.116000,-0.000000,36.576000>} box{<0,0,-0.203200><1.077631,0.035000,0.203200> rotate<0,-44.997030,0> translate<38.354000,-0.000000,35.814000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.116000,-0.000000,36.576000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.116000,-0.000000,42.926000>} box{<0,0,-0.203200><6.350000,0.035000,0.203200> rotate<0,90.000000,0> translate<39.116000,-0.000000,42.926000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<35.306000,-0.000000,42.545000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.243000,-0.000000,46.482000>} box{<0,0,-0.203200><5.567759,0.035000,0.203200> rotate<0,-44.997030,0> translate<35.306000,-0.000000,42.545000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.243000,-0.000000,46.482000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.243000,-0.000000,57.277000>} box{<0,0,-0.203200><10.795000,0.035000,0.203200> rotate<0,90.000000,0> translate<39.243000,-0.000000,57.277000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<19.431000,-1.535000,50.038000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<39.751000,-1.535000,50.038000>} box{<0,0,-0.508000><20.320000,0.035000,0.508000> rotate<0,0.000000,0> translate<19.431000,-1.535000,50.038000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<32.258000,-1.535000,55.372000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<39.878000,-1.535000,55.372000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<32.258000,-1.535000,55.372000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<36.576000,-0.000000,42.672000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.005000,-0.000000,46.101000>} box{<0,0,-0.203200><4.849338,0.035000,0.203200> rotate<0,-44.997030,0> translate<36.576000,-0.000000,42.672000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.005000,-0.000000,46.101000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.005000,-0.000000,48.260000>} box{<0,0,-0.203200><2.159000,0.035000,0.203200> rotate<0,90.000000,0> translate<40.005000,-0.000000,48.260000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<40.132000,-0.000000,23.368000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<40.132000,-0.000000,17.907000>} box{<0,0,-0.508000><5.461000,0.035000,0.508000> rotate<0,-90.000000,0> translate<40.132000,-0.000000,17.907000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<28.194000,-1.535000,23.368000>} cylinder{<0,0,0><0,0.035000,0>0.508000 translate<40.132000,-1.535000,23.368000>} box{<0,0,-0.508000><11.938000,0.035000,0.508000> rotate<0,0.000000,0> translate<28.194000,-1.535000,23.368000> } cylinder{<0,0,0><0,0.035000,0>0.304800 translate<39.116000,-1.535000,2.794000>} cylinder{<0,0,0><0,0.035000,0>0.304800 translate<40.386000,-1.535000,1.524000>} box{<0,0,-0.304800><1.796051,0.035000,0.304800> rotate<0,44.997030,0> translate<39.116000,-1.535000,2.794000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.386000,-0.000000,34.544000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.386000,-0.000000,33.528000>} box{<0,0,-0.203200><1.016000,0.035000,0.203200> rotate<0,-90.000000,0> translate<40.386000,-0.000000,33.528000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.386000,-0.000000,37.084000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.386000,-0.000000,43.230800>} box{<0,0,-0.203200><6.146800,0.035000,0.203200> rotate<0,90.000000,0> translate<40.386000,-0.000000,43.230800> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<32.766000,-1.535000,48.641000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.386000,-1.535000,48.641000>} box{<0,0,-0.203200><7.620000,0.035000,0.203200> rotate<0,0.000000,0> translate<32.766000,-1.535000,48.641000> } cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.005000,-0.000000,48.260000>} cylinder{<0,0,0><0,0.035000,0>0.203200 translate<40.386000,-0.000000,48.641000>} box{<0,0,-0.203200><0.538815,0.035000,0.203200> rotate<0,-44.997030,0> translate<40.005000,-0.000000,48.260000> } cylinder{<0,0,0><0,0.035000,0>0.889000 translate<40.640000,-1.535000,72.136000>} cylinder{<0,0,0><0,0.035000,0>0.889000 translate<40.640000,-1.535000,69.342000>} box{<0,0,-0.889000><2.794000,0.035000,0.889000> rotate<0,-90.000000,0> translate<40.640000,-1.535000,69.342000> } cylinder{<0,0,0><0,0.035000,0>0.508000 translate<35.433000,-0.000000,77.216000>} cyli