1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +02:00

added missing code

This commit is contained in:
Justin Lin
2017-05-08 10:36:21 +08:00
parent 2396cbcd7a
commit 966e7f31ee

View File

@@ -13,6 +13,7 @@ Returns shape points and triangle indexes of a pie (circular sector) shape. They
include <shape_pie.scad>;
shape_pts_tris = shape_pie(10, [45, 315], $fn = 24);
polygon(shape_pts_tris[0]);
![shape_pie](images/lib-shape_pie-1.JPG)