1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-17 12:10:47 +02: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, init_angle = 180,
point_distance = 5, point_distance = 5,
num_of_points = 100, num_of_points = 100,
scale = [1, 5], scale = [1, 5]
triangles = [
[0, 1, 2],
[0, 2, 3],
[0, 3, 4],
[0, 4, 7],
[4, 5, 6],
[4, 6, 7]
]
); );
![archimedean_spiral_extrude](images/lib-archimedean_spiral_extrude-1.JPG) ![archimedean_spiral_extrude](images/lib-archimedean_spiral_extrude-1.JPG)