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

updated example

This commit is contained in:
Justin Lin 2017-05-10 16:41:47 +08:00
parent 775e1857e5
commit 6b8287d42b

View File

@ -36,15 +36,7 @@ Dependencies: `rotate_p`, `archimedean_spiral`, `cross_sections`, `polysections`
init_angle = 180,
point_distance = 5,
num_of_points = 100,
scale = [1, 5],
triangles = [
[0, 1, 2],
[0, 2, 3],
[0, 3, 4],
[0, 4, 7],
[4, 5, 6],
[4, 6, 7]
]
scale = [1, 5]
);
![archimedean_spiral_extrude](images/lib-archimedean_spiral_extrude-1.JPG)