summaryrefslogtreecommitdiff
path: root/testdata/scad/features/sphere-tests.scad
blob: 5c38f6b9c9898f5d4988e289c93d2db244bd5330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
sphere();
translate([2,0,0]) sphere(r=0);
translate([0,11,0]) sphere(5);
translate([0,-11,0]) sphere(r=5);
translate([11,-11,0]) sphere(5, $fn=5);
translate([11,0,0]) sphere(5, $fn=10);
translate([11,11,0]) sphere(5, $fn=15);
translate([22,-11, 0]) sphere(5, $fa=20, $fs=0.3);
translate([22,  0, 0]) sphere(5, $fa=30, $fs=0.3);
translate([22, 11, 0]) sphere(5, $fa=40, $fs=0.3);
translate([11, 22, 0]) sphere(5, $fn=0.1);
translate([33,  0, 0]) sphere(d=10);
translate([33, 11, 0]) sphere(r=1, d=10);
contact: Jan Huwald // Impressum