summaryrefslogtreecommitdiff
path: root/tests/regression/dumptest/hull2-tests-expected.txt
blob: 87365a6065bf668d077451da0fe3ad6dddb614af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
	group() {
		hull() {
			multmatrix([[1, 0, 0, 15], [0, 1, 0, 10], [0, 0, 1, 0], [0, 0, 0, 1]]) {
				circle($fn = 0, $fa = 12, $fs = 1, r = 10);
			}
			difference() {
				circle($fn = 0, $fa = 12, $fs = 1, r = 10);
				circle($fn = 0, $fa = 12, $fs = 1, r = 5);
			}
		}
	}
	multmatrix([[1, 0, 0, 40], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		group() {
			hull() {
				multmatrix([[1, 0, 0, 15], [0, 1, 0, 10], [0, 0, 1, 0], [0, 0, 0, 1]]) {
					circle($fn = 0, $fa = 12, $fs = 1, r = 10);
				}
				circle($fn = 0, $fa = 12, $fs = 1, r = 10);
			}
		}
	}
	multmatrix([[1, 0, 0, 0], [0, 1, 0, -20], [0, 0, 1, 0], [0, 0, 0, 1]]) {
		group() {
			hull() {
				multmatrix([[1, 0, 0, 15], [0, 1, 0, 10], [0, 0, 1, 0], [0, 0, 0, 1]]) {
					square(size = [2, 2], center = false);
				}
				multmatrix([[1, 0, 0, 15], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
					square(size = [2, 2], center = false);
				}
				square(size = [2, 2], center = false);
			}
		}
	}

contact: Jan Huwald // Impressum