diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-26 22:01:53 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-26 22:01:53 (GMT) |
commit | ae9cc6d1edd04dab83f31af5113738275432533a (patch) | |
tree | 6bd16a65f73360ae4130625dfb8eaf8f934aa773 /example.scad | |
parent | 22710f807679b64973005d43fba607459438162d (diff) |
Clifford Wolf:
OpenCSG support looks ok now
git-svn-id: http://svn.clifford.at/openscad/trunk@27 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'example.scad')
-rw-r--r-- | example.scad | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/example.scad b/example.scad index 55fbd23..e37956c 100644 --- a/example.scad +++ b/example.scad @@ -84,4 +84,8 @@ module test006() } } -cylinder(h=5, r1=3, r2 = 10, center = true); +test006(); + +// cylinder(h=5, r1=3, r2 = 10, center = true); +// cube(10, center = true); +// sphere(5); |