summaryrefslogtreecommitdiff
path: root/tests/regression/dumptest/primitive-inf-tests-expected.csg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regression/dumptest/primitive-inf-tests-expected.csg')
-rw-r--r--tests/regression/dumptest/primitive-inf-tests-expected.csg10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/regression/dumptest/primitive-inf-tests-expected.csg b/tests/regression/dumptest/primitive-inf-tests-expected.csg
new file mode 100644
index 0000000..1827d7e
--- /dev/null
+++ b/tests/regression/dumptest/primitive-inf-tests-expected.csg
@@ -0,0 +1,10 @@
+group() {
+ cube(size = [inf, inf, inf], center = false);
+ cube(size = [0, 0, inf], center = false);
+ cylinder($fn = 0, $fa = 12, $fs = 2, h = 10, r1 = inf, r2 = inf, center = false);
+ cylinder($fn = 0, $fa = 12, $fs = 2, h = 10, r1 = 1, r2 = inf, center = false);
+ cylinder($fn = 0, $fa = 12, $fs = 2, h = inf, r1 = 1, r2 = 1, center = false);
+ sphere($fn = 0, $fa = 12, $fs = 2, r = inf);
+ polygon(points = [[0, 0, 0], [1, 0, 0], [1, inf, 0]], paths = undef, convexity = 1);
+ polyhedron(points = [[inf, 0, 0], [-1, 0, 0], [0, 1, 0], [0, -1, 0], [0, 0, 1], [0, 0, -1]], faces = [[0, 4, 2], [0, 2, 5], [0, 3, 4], [0, 5, 3], [1, 2, 4], [1, 5, 2], [1, 4, 3], [1, 3, 5]], convexity = 1);
+}
contact: Jan Huwald // Impressum