summaryrefslogtreecommitdiff
path: root/testdata/scad/polyset-reduce-crash.scad
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/scad/polyset-reduce-crash.scad')
-rw-r--r--testdata/scad/polyset-reduce-crash.scad38
1 files changed, 38 insertions, 0 deletions
diff --git a/testdata/scad/polyset-reduce-crash.scad b/testdata/scad/polyset-reduce-crash.scad
new file mode 100644
index 0000000..ce9fae7
--- /dev/null
+++ b/testdata/scad/polyset-reduce-crash.scad
@@ -0,0 +1,38 @@
+N=20;
+
+rotate (a = [0, 0, 36]) {
+ union() {
+ translate ([1, 0]) {
+ polygon (points = [[(N - 1)*cos(180/N), -(N - 1)*sin(180/N)],
+ [(N - 3)*cos(270/N), -(N - 3)*sin(270/N)],
+ [(N - 1)*cos(270/N), -(N - 1)*sin(270/N)]]);
+
+ polygon (points = [[(N - 1)*cos(180/N), -(N - 1)*sin(180/N)],
+ [(N - 3)*cos(180/N), -(N - 3)*sin(180/N)],
+ [(N - 3)*cos(270/N), -(N - 3)*sin(270/N)]]);
+
+ polygon (points = [[N - 1, 0], [N - 3, 0],
+ [(N - 3)*cos(180/N), -(N - 3)*sin(180/N)]]);
+
+ polygon (points = [[N - 1, 0],
+ [(N - 3)*cos(180/N), -(N - 3)*sin(180/N)],
+ [(N - 1)*cos(180/N), -(N - 1)*sin(180/N)]]);
+
+ polygon (points = [[N - 1, 0], [N - 3, 0],
+ [(N - 3)*cos(180/N), (N - 3)*sin(180/N)]]);
+
+ polygon (points = [[N - 1, 0],
+ [(N - 3)*cos(180/N), (N - 3)*sin(180/N)],
+ [(N - 1)*cos(180/N), (N - 1)*sin(180/N)]]);
+
+ polygon (points = [[(N - 1)*cos(180/N), (N - 1)*sin(180/N)],
+ [(N - 3)*cos(180/N), (N - 3)*sin(180/N)],
+ [(N - 3)*cos(270/N), (N - 3)*sin(270/N)]]);
+
+ polygon (points = [[(N - 1)*cos(180/N), (N - 1)*sin(180/N)],
+ [(N - 3)*cos(270/N), (N - 3)*sin(270/N)],
+ [(N - 1)*cos(270/N), (N - 1)*sin(270/N)]]);
+ }
+ circle (r = 20);
+ }
+}
contact: Jan Huwald // Impressum