List: discuss@lists.openscad.org
From: Gene Heskett
Re: teach me about polygons?
Wed, Sep 8, 2021 12:12 AM
, // bottom
> [0,4,5,1], // front
> [1,5,6,2], // right
> [2,6,7,3], // back
> [3,7,4,0], // left
> [4,7,6,5], // top
> ]);
> }
>
> You could, if you really wanted to, directly define the polyhedron
> that is the box, complete with both the outside faces, the inside
> faces, the top faces