summaryrefslogtreecommitdiff
path: root/examples/example014.scad
blob: b88fd92dd71584c435bab498a1f9dc52b9219231 (plain)
1
2
3
4
5
6
7
8
9

intersection_for(i = [
			[0, 0, 0],
			[10, 20, 300],
			[200, 40, 57],
			[20, 88, 57]
		])
	rotate(i) cube([100, 20, 20], center = true);

contact: Jan Huwald // Impressum