1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-03-14 11:10:01 +01:00

update doc

This commit is contained in:
Justin Lin 2020-12-18 10:43:38 +08:00
parent 5f50cf5338
commit d40109cd6d

View File

@ -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])));
}
![vx_contour](images/lib2x-vx_contour-1.JPG)