diff --git a/src/experimental/polyhedron_hull.scad b/src/experimental/polyhedron_hull.scad new file mode 100644 index 00000000..89c91461 --- /dev/null +++ b/src/experimental/polyhedron_hull.scad @@ -0,0 +1,4 @@ +module polyhedron_hull(points) { + // a workaround + hull() polyhedron(points, [[for(i=[0:len(points)-1]) i]]); +} \ No newline at end of file