List: discuss@lists.openscad.org
From: Adrian Mariano
Re: Making Strange Objects
Fri, Feb 10, 2023 10:12 PM
> > // POLYHEDRON POINTS Make top face at height R (could be anything)
> > PHP = concat(Two2Three(PP3,R),Two2Three(PP1,0)); // top first
> > // now for the faces
> > Top = [[for(i = [Plen-1:-1:0]) i]]; // one
> > large polygon - clockwise order
> > Bot = [[for(i = [Plen:2*Plen-1]) i]]; // ditto
> > FaceSet