mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 00:09:37 +00:00
Fixed example in paths.scad.
This commit is contained in:
parent
075db8e7de
commit
93acbd6011
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ function points_along_path3d(
|
|||
// path = Array of points of a polyline path, to extrude along.
|
||||
// convexity = max number of surfaces any single ray could pass through.
|
||||
// Example:
|
||||
// shape = [ [-15, 0], [0, 0], [-5, 10], [0, 10], [5, 10], [10, 5], [15, 0], [10, -5], [5, -10], [0, -10], [-5, -10], [-10, -5], [-15, 0] ];
|
||||
// shape = [[-10,0], [-3,-5], [3,-5], [10,0], [0,-30]];
|
||||
// path = [ [0, 0, 0], [100, 33, 33], [200, -33, -33], [300, 0, 0] ];
|
||||
// extrude_2dpath_along_3dpath(shape, path);
|
||||
module extrude_2dpath_along_3dpath(polyline, path, convexity=10) {
|
||||
|
|
Loading…
Reference in a new issue