/******************************************************************************************************************************************** // Macros for Fuse Package PTF45 // Designed by Pazour Zbynek // Rev. 1.0 -2.2.2011 ********************************************************************************************************************************************/ #macro SPC_FUSE_PTF45_GRND() 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 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<-0.3,0,0.3> } #end #macro SPC_FUSE_PTF45() object{SPC_FUSE_PTF45_GRND()} #end