You can do that by (ab)using polyhedron. Don't expect the result to be
printable.
x=[[1,2,3], [-10,3,-1], [0,0,0]];
color("red")
polyhedron(x, [[0,1,2]]);
--
Sent from: http://forum.openscad.org/
You can do that by (ab)using polyhedron. Don't expect the result to be
printable.
x=[[1,2,3], [-10,3,-1], [0,0,0]];
color("red")
polyhedron(x, [[0,1,2]]);
--
Sent from: http://forum.openscad.org/