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