Convert

DWG and DXF

2D drawings and 3D CAD files

DWG and DXF are CAD formats that can carry 2D drawing data, 3D model data, annotations, layers, and metadata. That makes them useful, but it also makes them easy to misread during conversion.

If a DWG or DXF conversion does not look right, first decide whether the file should be treated as a 2D drawing or a 3D model.

Choose the right result

GoalChoose
Open the result as a 3D model3D / Mesh
Send a drawing to CAD, CNC, laser cutting, or review workflows2D / Multiview drawing
Keep textures and materialsConvert to glb, not DWG/DXF.
Preserve exact editable CAD featuresUse the original CAD tool when possible. Conversion may turn features into meshes or lines.

Convert3D output modes

When DWG or DXF is the output format, Convert3D can write two kinds of result.

ModeWhat it writesUse when
3D / Mesh3D mesh geometry in DWG or DXF.The next tool expects a 3D object.
2D / Multiview drawingOrthographic line drawings from the converted 3D model.The next tool expects a 2D drawing.

The View switch appears in the download sidebar after a successful conversion when DWG or DXF supports both modes.

2D multiview drawings

2D / Multiview drawing creates a drawing from the converted 3D model.

It includes:

  • Front view.
  • Top view.
  • Right-side view.
  • A third-angle projection layout.
  • Separate drawing layers for the generated views.

It does not recreate:

  • Original title blocks.
  • Original dimensions.
  • Original text annotations.
  • Parametric CAD features.
  • Hidden manufacturing intent that was not present in the converted model.

Use this mode when you need a readable drawing from a 3D model. Do not expect it to be the same as a hand-authored engineering drawing.

3D mesh output

3D / Mesh writes the model as mesh geometry. This is the right choice when another CAD or 3D tool should receive a 3D object.

Mesh output is different from editable solid CAD:

  • Curved CAD surfaces may become tessellated faces.
  • Materials may not map exactly.
  • Textures are not the main strength of DWG or DXF.
  • Downstream CAD tools may show mesh objects differently from native solids.

If the target workflow needs clean solids, try step or stp instead of DWG/DXF.

When importing DWG or DXF

A DWG or DXF file may be mostly 2D drafting data, mostly 3D geometry, or a mix of both. Convert3D can only convert what it can read as usable geometry.

Check the source file:

  • Does it open correctly in the CAD app that created it?
  • Is the important content in model space, paper space, or an external reference?
  • Is the content made of geometry, or mostly dimensions, text, hatches, images, and annotations?
  • Is it a 2D floor plan being converted to a 3D model format?
  • Is it a 3D model being exported to a 2D drawing format?

If a 2D drawing is converted to a 3D mesh format such as stl, it may look flat or empty because there is no 3D solid to export.

Common problems

The output is flat

The source may be a 2D drawing, or the selected output mode may be 2D / Multiview drawing.

If you need a 3D model, choose 3D / Mesh and confirm the source file contains 3D geometry.

The output is 3D, but I expected a drawing

Choose 2D / Multiview drawing in the download sidebar after conversion. Convert3D will regenerate the DWG/DXF as front, top, and right-side views.

Text, dimensions, or hatches are missing

Many conversion pipelines prioritize geometry. Text, dimensions, hatches, xrefs, and tool-specific CAD objects may not survive as editable entities.

If those annotations are the important part of the file, open the source in the CAD app that created it and export a drawing-focused format from there.

The model looks faceted

Curved CAD surfaces can become tessellated mesh faces during conversion. For solid CAD exchange, try step or stp. For web preview, use glb and inspect the model before exporting to DWG/DXF.

Scale or origin is wrong

CAD files often rely on units, model origin, and drawing setup from the source application. Open the original file and check units, origin, and whether geometry is far from the drawing origin.

Debug checklist

  1. Open the source file in the app that created it.
  2. Confirm whether the important content is 2D drawing data or 3D model geometry.
  3. Convert to glb first and inspect the model in the viewer.
  4. If the GLB looks correct, convert the result to DWG or DXF.
  5. Choose 3D / Mesh or 2D / Multiview drawing based on the next tool.
  6. If annotations are missing, export from the source CAD app when possible.