mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-10 16:54:23 +02:00
update doc
This commit is contained in:
@@ -28,7 +28,7 @@ Given a list of points that form a closed area, `vx_contour` returns the contour
|
||||
linear_extrude(1)
|
||||
for(i = [0:len(t) - 1]) {
|
||||
translate([i * 8, 0])
|
||||
polygon(vx_ascii(t[i]));
|
||||
polygon(vx_contour(vx_ascii(t[i])));
|
||||
}
|
||||
|
||||

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