mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +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)];
|
points = [for(i = [0:50]) rands(-20, 20, 2)];
|
||||||
|
|
||||||
vrn2_from(points);
|
vrn2_from(points);
|
||||||
translate([60, 0, 0])
|
translate([80, 0, 0])
|
||||||
vrn2_from(points, region_type = "circle");
|
vrn2_from(points, region_type = "circle");
|
||||||
|
|
||||||

|

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