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

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

surface(file = "example010.dat",
	center = true, convexity = 5);

contact: Jan Huwald // Impressum