mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-12 09:44:16 +02:00
added missing code
This commit is contained in:
@@ -13,6 +13,7 @@ Returns shape points and triangle indexes of a pie (circular sector) shape. They
|
|||||||
include <shape_pie.scad>;
|
include <shape_pie.scad>;
|
||||||
|
|
||||||
shape_pts_tris = shape_pie(10, [45, 315], $fn = 24);
|
shape_pts_tris = shape_pie(10, [45, 315], $fn = 24);
|
||||||
|
polygon(shape_pts_tris[0]);
|
||||||
|
|
||||||

|

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