mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-18 20:41:18 +02:00
add polyhedron_hull
This commit is contained in:
4
src/experimental/polyhedron_hull.scad
Normal file
4
src/experimental/polyhedron_hull.scad
Normal file
@@ -0,0 +1,4 @@
|
||||
module polyhedron_hull(points) {
|
||||
// a workaround
|
||||
hull() polyhedron(points, [[for(i=[0:len(points)-1]) i]]);
|
||||
}
|
Reference in New Issue
Block a user