mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-07-31 20:10:36 +02:00
update doc
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 77 KiB |
@@ -18,7 +18,7 @@ Create a [Voronoi diagram](https://en.wikipedia.org/wiki/Voronoi_diagram) from a
|
||||
points = [for(i = [0:50]) rands(-20, 20, 2)];
|
||||
|
||||
vrn2_from(points);
|
||||
translate([60, 0, 0])
|
||||
translate([80, 0, 0])
|
||||
vrn2_from(points, region_type = "circle");
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user