discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: [OpenSCAD] Printing and slicing an object not working with Image

P
Parkinbot
Thu, Jun 9, 2016 7:06 PM

This works:

TrapezoidFaces =[
[0, 1, 2, 3], //front face
[0,4,5,1], //left side face
[1,5,6,2], //top face
[2,6,7,3], //right side face
[7,6,5,4],
[3,7,4,0]        //bottom

]; //back trapezoid face

--
View this message in context: http://forum.openscad.org/Printing-and-slicing-an-object-not-working-with-Image-tp17621p17624.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

This works: > TrapezoidFaces =[ > [0, 1, 2, 3], //front face > [0,4,5,1], //left side face > [1,5,6,2], //top face > [2,6,7,3], //right side face > [7,6,5,4], > [3,7,4,0] //bottom > > ]; //back trapezoid face -- View this message in context: http://forum.openscad.org/Printing-and-slicing-an-object-not-working-with-Image-tp17621p17624.html Sent from the OpenSCAD mailing list archive at Nabble.com.