List: discuss@lists.openscad.org
From: Mike Aubury
Re: [OpenSCAD] Smoother side on box
Mon, Nov 12, 2018 2:37 PM
rear top right // 5
> [171/2,202,height], // front top right //6
> [-171/2,202,height], // front top left //7
>
> ];
>
> boxFaces=[
> [0,1,2,3], // bottom
> [4,5,1,0], // front
> [7,6,5,4], // top
> [5,6,2,1], // right
> [6,7,3,2], // back
> [7,4,0,3] // left
> ];
>
> polyhedron(boxPoints,boxFaces );
>
> //-------- added code