mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-21 22:05:27 +02:00
use polyline_join
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use <voronoi/vrn2_cells_space.scad>;
|
||||
use <hull_polyline3d.scad>;
|
||||
use <polyline_join.scad>;
|
||||
use <ptf/ptf_torus.scad>;
|
||||
|
||||
size = [40, 80];
|
||||
@@ -11,5 +11,6 @@ $fn = 4;
|
||||
for(cell = cells) {
|
||||
cell_poly = [for(p = cell[1]) ptf_torus(size, p, [10, 5], [360, 360])];
|
||||
|
||||
hull_polyline3d(cell_poly, diameter = 1);
|
||||
polyline_join(cell_poly)
|
||||
sphere(d = 1);
|
||||
}
|
Reference in New Issue
Block a user