1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-14 02:34:12 +02: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) linear_extrude(1)
for(i = [0:len(t) - 1]) { for(i = [0:len(t) - 1]) {
translate([i * 8, 0]) translate([i * 8, 0])
polygon(vx_ascii(t[i])); polygon(vx_contour(vx_ascii(t[i])));
} }
![vx_contour](images/lib2x-vx_contour-1.JPG) ![vx_contour](images/lib2x-vx_contour-1.JPG)