mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-03-14 11:10:01 +01:00
update doc
This commit is contained in:
parent
5f50cf5338
commit
d40109cd6d
@ -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])));
|
||||
}
|
||||
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user