summaryrefslogtreecommitdiff
path: root/examples/example010.scad
blob: cb449e731065d9d7aa79c5af00ab15b61114eaf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

// example010.dat generated using octave:
//   d = (sin(1:0.2:10)' * cos(1:0.2:10)) * 10;
//   save("example010.dat", "d");

intersection()
{
	surface(file = "example010.dat",
		center = true, convexity = 5);
	
	rotate(45, [0 0 1])
	surface(file = "example010.dat",
		center = true, convexity = 5);
}
contact: Jan Huwald // Impressum