diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-06 03:25:55 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-06 03:25:55 (GMT) |
commit | a221eeee99ca772605c0ac6473cae2466e4cc07a (patch) | |
tree | 9e5128a97699ad5874aeffccf41cf690794397a8 /tests/regression/dumptest/example002-expected.txt | |
parent | 11f3cd336421d78ad3d23680d7f86b21f13ad8e6 (diff) |
Added expected files for new test, updated files for recently fixed issues
Diffstat (limited to 'tests/regression/dumptest/example002-expected.txt')
-rw-r--r-- | tests/regression/dumptest/example002-expected.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/regression/dumptest/example002-expected.txt b/tests/regression/dumptest/example002-expected.txt new file mode 100644 index 0000000..04fc3b9 --- /dev/null +++ b/tests/regression/dumptest/example002-expected.txt @@ -0,0 +1,21 @@ + group() { + intersection() { + difference() { + union() { + cube(size = [30, 30, 30], center = true); + multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, -25], [0, 0, 0, 1]]) { + cube(size = [15, 15, 50], center = true); + } + } + union() { + cube(size = [50, 10, 10], center = true); + cube(size = [10, 50, 10], center = true); + cube(size = [10, 10, 50], center = true); + } + } + multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 5], [0, 0, 0, 1]]) { + cylinder($fn = 0, $fa = 12, $fs = 1, h = 50, r1 = 20, r2 = 5, center = true); + } + } + } + |