/******************************************************************************************************************************************** // Macros for Fuse Package PTF50 // Designed by Pazour Zbynek // Rev. 1.0 -2.2.2011 ********************************************************************************************************************************************/ #macro SPC_FUSE_PTF50_GRND() union { union { difference { cylinder{<0,0,0>,<0,28.1,0>6.5} box{<0,-1,0>,<10,30,10>translate<-16,0,-5>} pigment {Grey} } union { difference { cylinder{<0,0,0>,<0,5,0>5} box{<0,0,0>,<7,-2,1.5>translate <-3.5,5,-0.8>} pigment {Grey} }//difference text {ttf global_fontfile_arial "FUSE" 0.1, 0 scale 2 translate<-2.8,1.5,-5.1> rotate<90,0,0> pigment{Grey}} translate<0,28,0> rotate<0,180,0> }//union rotate<0,0,90> translate<6.5,5,0> }//union pouzdro bez pinu box{<0,0,0><1.1,-5,0.7>texture{col_silver} rotate<0,90,0> translate<5,0,0>} box{<0,0,0><1.1,-5,0.7>texture{col_silver} rotate<0,90,0> translate<-5,0,0>} translate<9.8,0,0.9> } #end #macro SPC_FUSE_PTF50() object{SPC_FUSE_PTF50_GRND()} #end