summaryrefslogtreecommitdiff
path: root/tests/regression/dumptest/hull3-tests-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regression/dumptest/hull3-tests-expected.txt')
-rw-r--r--tests/regression/dumptest/hull3-tests-expected.txt36
1 files changed, 0 insertions, 36 deletions
diff --git a/tests/regression/dumptest/hull3-tests-expected.txt b/tests/regression/dumptest/hull3-tests-expected.txt
deleted file mode 100644
index f8def3b..0000000
--- a/tests/regression/dumptest/hull3-tests-expected.txt
+++ /dev/null
@@ -1,36 +0,0 @@
- hull();
- hull();
- hull() {
- cylinder($fn = 0, $fa = 12, $fs = 2, h = 1, r1 = 10, r2 = 10, center = false);
- multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 10], [0, 0, 0, 1]]) {
- cube(size = [5, 5, 5], center = true);
- }
- }
- multmatrix([[1, 0, 0, 25], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
- hull() {
- multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 10], [0, 0, 0, 1]]) {
- cylinder($fn = 0, $fa = 12, $fs = 2, h = 1, r1 = 3, r2 = 3, center = false);
- }
- difference() {
- cylinder($fn = 0, $fa = 12, $fs = 2, h = 4, r1 = 10, r2 = 10, center = true);
- cylinder($fn = 0, $fa = 12, $fs = 2, h = 5, r1 = 5, r2 = 5, center = true);
- }
- }
- }
- multmatrix([[1, 0, 0, -5], [0, 1, 0, -5], [0, 0, 1, -5], [0, 0, 0, 1]]) {
- hull() {
- intersection() {
- cube(size = [1, 1, 1], center = false);
- multmatrix([[1, 0, 0, -1], [0, 1, 0, -1], [0, 0, 1, -1], [0, 0, 0, 1]]) {
- cube(size = [1, 1, 1], center = false);
- }
- }
- }
- }
- group() {
- hull() {
- cube(size = [0, 0, 0], center = false);
- sphere($fn = 0, $fa = 12, $fs = 2, r = 0);
- }
- }
-
contact: Jan Huwald // Impressum