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

|
||||

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