discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Is it possible to make a linear extrude in the direction of Y-axis?

A
adrian
Wed, Jan 25, 2017 2:12 PM

Not sure what you mean.  Do you mean can you rotate the object?  Like:
rotate (-90, [0,1,0])  linear_extrude(5){  difference(){
translate([0,1,0])        square([4,10]);        translate([0,2,10])
square([3,8]);        }//d    }//LE

--
View this message in context: http://forum.openscad.org/Is-it-possible-to-make-a-linear-extrude-in-the-direction-of-Y-axis-tp20221p20223.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Not sure what you mean. Do you mean can you rotate the object? Like: rotate (-90, [0,1,0]) linear_extrude(5){ difference(){ translate([0,1,0]) square([4,10]); translate([0,2,10]) square([3,8]); }//d }//LE -- View this message in context: http://forum.openscad.org/Is-it-possible-to-make-a-linear-extrude-in-the-direction-of-Y-axis-tp20221p20223.html Sent from the OpenSCAD mailing list archive at Nabble.com.