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
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.