Convert STL to DWG (via DXF 2D Projection — AutoCAD)

Convert STL 3D models to DWG-compatible format via 2D DXF projection for AutoCAD drafting. Understand what is produced, what 3D data is lost, and how to complete the DWG workflow.

✔ What it does
Projects STL 3D mesh geometry onto a 2D plane and outputs DXF line entities. Opens in AutoCAD and can be saved as native DWG. Extracts outlines, silhouettes, and footprints from 3D models.
✘ What it does not do
Does NOT preserve 3D structure — this is a 2D projection only. Does NOT produce a native binary DWG file directly. Does NOT retain mesh detail — curved surfaces appear as polygon approximations.

How to get your DWG file — 4 steps

  1. Upload your STL file below → click Convert → download the DXF file
  2. Open the DXF file in AutoCAD (File → Open)
  3. Go to File → Save As → select DWG format
  4. You now have a native DWG file

Why DXF, not DWG directly? DWG is a proprietary Autodesk binary format. DXF is the open interchange standard that AutoCAD reads natively and converts to DWG in seconds using Save As.

📂
Drop your STL file here
or click to browse — max 50MB

Converting your file…

Conversion complete

Download DXF file

Open this DXF in AutoCAD → File → Save As → DWG to get your native DWG file.

Convert another file

Conversion failed.

How STL → DWG conversion works

STL stores 3D geometry as triangulated facets. This tool projects the mesh onto the XY plane (top view by default), extracting visible edges and silhouettes as 2D line entities written to DXF format. All depth and 3D model data is permanently discarded. The DXF file opens in AutoCAD and can be saved as native DWG using File → Save As. This two-step process is required because DWG is a proprietary Autodesk binary format — DXF (Drawing Exchange Format) is the open interchange standard used as the intermediate step. For full 3D format conversion, use STL → OBJ instead.

Limitations

  • 2D projection only — all 3D depth and model data is permanently lost.
  • Native DWG requires the two-step process: download DXF → open in AutoCAD → Save As DWG.
  • Complex STL meshes project as dense line work that requires manual cleanup.
  • Curved surfaces appear as polygon approximations due to STL triangulation.

When to use this conversion

  • Creating a 2D CAD drawing reference from a 3D printed part model.
  • Extracting a floor plan footprint from a 3D architectural model.
  • Preparing a 2D template for CNC or laser cutting from a 3D source file.
  • Generating silhouette outlines from 3D models for technical documentation.

Alternatives to consider

  • Fusion 360 for integrated 3D→2D drawing workflow with automatic hidden-line removal.
  • FreeCAD's TechDraw workbench for engineering-accurate 2D drawings from 3D models.

Frequently asked questions

Why can't I get DWG directly?

DWG is a proprietary Autodesk binary format. Generating it without the AutoCAD engine requires licensed tools. DXF is the open standard — open it in AutoCAD and File → Save As → DWG.

Does this preserve the 3D model?

No. This is a 2D projection. All 3D depth is permanently lost. For 3D format conversion, use STL → OBJ instead.

How do I get the DWG file?

Download the DXF → open in AutoCAD → File → Save As → select DWG format. The entire process takes under 60 seconds.