mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-17 12:10:47 +02:00
update doc
This commit is contained in:
@@ -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");
|
||||||
|
|
||||||

|

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