summaryrefslogtreecommitdiff
path: root/testdata/scad/features/sphere-tests.scad
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/scad/features/sphere-tests.scad')
-rw-r--r--testdata/scad/features/sphere-tests.scad10
1 files changed, 10 insertions, 0 deletions
diff --git a/testdata/scad/features/sphere-tests.scad b/testdata/scad/features/sphere-tests.scad
new file mode 100644
index 0000000..e666c1b
--- /dev/null
+++ b/testdata/scad/features/sphere-tests.scad
@@ -0,0 +1,10 @@
+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);
contact: Jan Huwald // Impressum