summaryrefslogtreecommitdiff
path: root/testdata/scad/features/import_dxf-tests.scad
blob: 814a46c01acd57ae57957ca7ca61e4c7e12ae852 (plain)
1
2
3
4
5
6
7
8
9
import_dxf();
translate([-210,0,0]) import_dxf(file="../../dxf/polygons.dxf");
translate([-210,0,0]) import_dxf(file="../../dxf/polygons.dxf", origin=[0,110]);
translate([-210,0,0]) import_dxf(file="../../dxf/polygons.dxf", origin=[110,110], scale=0.5);
import_dxf(file="../../dxf/multiple-layers.dxf");
translate([-200,200,0]) import_dxf(file="../../dxf/multiple-layers.dxf", layer="0");
translate([0,200,0]) import_dxf(file="../../dxf/multiple-layers.dxf", layer="0");
translate([200,200,0]) import_dxf(file="../../dxf/multiple-layers.dxf", layer="noname");
translate([0,200,0]) import_dxf(file="../../dxf/multiple-layers.dxf", layer="Layer with a pretty long name including \\ \"special\" /'\\\\ characters");
contact: Jan Huwald // Impressum