diff options
Diffstat (limited to 'testdata/scad/allmodules.scad')
-rw-r--r-- | testdata/scad/allmodules.scad | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testdata/scad/allmodules.scad b/testdata/scad/allmodules.scad new file mode 100644 index 0000000..9d6635c --- /dev/null +++ b/testdata/scad/allmodules.scad @@ -0,0 +1,36 @@ +minkowski(); +glide(); +subdiv(); +child(); +echo(); +assign(); +for(); +intersection_for(); +if(true) { } +union(); +difference(); +intersection(); +dxf_linear_extrude(); +linear_extrude(); +dxf_rotate_extrude(); +rotate_extrude(); +import_stl(); +import_off(); +import_dxf(); +group(); +cube(); +sphere(); +cylinder(); +polyhedron(); +square(); +circle(); +polygon(); +projection(); +render(); +surface(); +scale(); +rotate(); +mirror(); +translate(); +multmatrix(); +color(); |