List: discuss@lists.openscad.org
From: Ronaldo
Re: [OpenSCAD] render() breaks CGAL compatibility
Wed, Nov 23, 2016 4:09 PM
> concat(f,fs,[df1, df2]):
> concat(f,fs);
> // boolean operated to check render()
> render()
> difference(){
> polyhedron(pts,fcs);
> cube(3,center=true);
> translate([10,0,0]) cube(3,center=true);
> }
> echo(points=pts);
> echo(faces=fcs);
--
View this message in context: http://forum.openscad.org/render-breaks-CGAL-compatibility-tp19333p19339