List: discuss@lists.openscad.org
From: Ronaldo
Re: [OpenSCAD] Why is this not an error?
Sat, Dec 3, 2016 7:25 PM
Take the following case as an example:
> p = [ [0,0, 0],[10,0, 0],[10,10, 0],[0,10, 0],
> [0,0,10],[10,0,10],[10,10,10],[0,10,10],
> [5,5,10], // top baricenter
> [5,5, 0] // bottom baricenter
> ];
> f = [
> [0,4,5,1] // left
> , [2,6,7,3] // right
> , [0,3,7,4] // back
> , [4,7,6,8,5] // top
>