; Solid script file for a LEGO brick ; by Terry Rawkins 29 Aug 2000 ; ; A 
single stud brick is 7.9 square by 9.6 high ; the spigot is 4.9 dia and 1.8 high 
; underneeth we will have a hole 5.0 dia 2.0 deep ; ; This Script will draw a 1, 
2, 4 or 8 stud brick ; ; draw the box and two studs box 0,0,0 7.9,7.9 9.6 
cylinder 3.95,3.95,9.6 2.45 1.8 union all ; set up the view vpoint -1,-1,1 ; 
draw the hole in base cylinder 3.95,3.95,0 2.5 2.0 subtract all r last last ; 
that has make a one stud brick ; copy 0,0 @ @7.9,0 union all ; stop here 
................... if you just want a two stud ; or carry on for a 4 stud copy 
0,0 @ @0,7.9 union all ; 8 stud copy 0,0 @ @15.8,0 union all zoom e 

    Source: geocities.com/wpsmoke/resources

               ( geocities.com/wpsmoke)