| 1
2
3
4
5
6
7
8
 | group() {
	intersection() {
		surface(file = "example010.dat", center = true);
		multmatrix([[0.70710678118, -0.70710678118, 0, 0], [0.70710678118, 0.70710678118, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
			surface(file = "example010.dat", center = true);
		}
	}
}
 |