1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-17 12:10:47 +02:00

update doc

This commit is contained in:
Justin Lin
2019-05-21 21:42:53 +08:00
parent 46ffc7601d
commit 81e4f45f89

View File

@@ -60,8 +60,8 @@ Move 2D outlines outward or inward by a given amount. Each point of the offsette
[p0, p1, p2, p3, p4] [p0, p1, p2, p3, p4]
); );
path_extrude(concat(shape, offsetted), path_pts, "HOLLOW"); path_extrude(concat(offsetted, shape), path_pts, "HOLLOW");
path_extrude(concat(offsetted2, offsetted3), path_pts, "HOLLOW"); path_extrude(concat(offsetted3, offsetted2), path_pts, "HOLLOW");
![bijection_offset](images/lib-bijection_offset-2.JPG) ![bijection_offset](images/lib-bijection_offset-2.JPG)