diff options
author | Marius Kintel <marius@kintel.net> | 2011-10-30 12:49:28 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-10-30 12:49:28 (GMT) |
commit | a8ee02ebf518a1e4fde8fd703f1fb9feed189058 (patch) | |
tree | 7f6051aa47deec11df1bf597935231594dedf0da /testdata/scad | |
parent | 741239402c760e06b77715347372be869e58f6ca (diff) |
Added test for rotation of open polyline
Diffstat (limited to 'testdata/scad')
-rw-r--r-- | testdata/scad/features/rotate_extrude_dxf-tests.scad | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/scad/features/rotate_extrude_dxf-tests.scad b/testdata/scad/features/rotate_extrude_dxf-tests.scad new file mode 100644 index 0000000..aacde69 --- /dev/null +++ b/testdata/scad/features/rotate_extrude_dxf-tests.scad @@ -0,0 +1,4 @@ +// These are tests which are not yet possible to express with the +// non-deprecated functionality + +rotate_extrude(file = "../../dxf/open-polyline.dxf"); |