Learn/Design/Import, raster & trace
Vector import
Updated v2.4.4At a glance
- Import DXF and SVG with progress feedback on heavy files
- DXF files import at their true size — the file's own units are honored, unitless files follow your preference
- Chains become Design shapes; layers inherit sensible names from the file
- Reachable from the browser's Import / Export row as well as the File menu
Bring vector artwork in through Import From File in the Design browser's
Import / Export row, through File → Import, or by dropping a
file on the viewport — Design
accepts .dxf and .svg (raster formats go to a
reference canvas instead). Heavy files convert in a
background worker with a progress indicator, so a 10,000-entity plasma art file doesn't freeze the
app while it loads.
How geometry comes in
The importer chains loose entities into contours: each connected open or closed chain becomes one Design shape. Arcs and curves are tessellated into polylines at a tight fixed tolerance, so imported geometry follows the same line-only contract as everything drawn in Design. Nesting is detected on import — a top-level contour is automatically grouped with its holes, its islands, and any open chains it contains, so a traced logo arrives as one selectable unit per letter or emblem rather than hundreds of loose contours.
Units on import
A DXF carries its own unit setting, and Design honors it: a drawing made in millimeters imports at its true millimeter size, not blown up to inch-sized dimensions. When a file has no unit information, the import falls back to your Settings → Preferred Units — the same rule the Drafting sketch importer uses. Shapes from the built-in Shape Generator always come in at their exact intended size.
Layer handling
DXF polylines keep their source layer names; other DXF entities and all SVG content import under
Default. Imported layer rows are prefixed with the (truncated) source filename so two files with
a "Cut" layer don't collide, and each new layer picks up the next
palette color in creation order.
Going the other way
Export… in the Import / Export row (or Export Design in the File menu) writes the whole document — or right-click a layer for Export Layer as DXF / SVG — scaled to your preferred units, with a units badge in the export dialog confirming what the file will contain. A design drawn in millimeters exports at millimeter coordinates, ready for any downstream CAM program. To hand a design straight to a cutting workspace instead of writing a file, use Send To… in the same row.
Artwork can also come from a Drafting sketch rather than a file — see Import from Drafting.