mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-17 20:11:50 +02:00
updated docs
This commit is contained in:
BIN
docs/images/lib-shape_pie-2.JPG
Normal file
BIN
docs/images/lib-shape_pie-2.JPG
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
@@ -16,20 +16,20 @@ Returns shape points and triangle indexes of a pie (circular sector) shape. They
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
include <shape_pie.scad>;
|
include <shape_pie.scad>;
|
||||||
include <helix.scad>;
|
include <helix.scad>;
|
||||||
include <rotate_p.scad>;
|
include <rotate_p.scad>;
|
||||||
include <cross_sections.scad>;
|
include <cross_sections.scad>;
|
||||||
include <polysections.scad>;
|
include <polysections.scad>;
|
||||||
include <helix_extrude.scad>;
|
include <helix_extrude.scad>;
|
||||||
|
|
||||||
shape_pts_tris = shape_pie(10, [45, 315], $fn = 8);
|
shape_pts_tris = shape_pie(10, [45, 315], $fn = 8);
|
||||||
|
|
||||||
helix_extrude(shape_pts_tris[0],
|
helix_extrude(shape_pts_tris[0],
|
||||||
radius = 40,
|
radius = 40,
|
||||||
levels = 5,
|
levels = 5,
|
||||||
level_dist = 20,
|
level_dist = 20,
|
||||||
triangles = shape_pts_tris[1]
|
triangles = shape_pts_tris[1]
|
||||||
);
|
);
|
||||||
|
|
||||||

|

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