How to open OBJ files without AutoCAD?

If you have ever received an OBJ file from a colleague — a photogrammetry scan, a model from Blender, or a mesh export from Revit — and tried to open it in AutoCAD, you already know the punchline: AutoCAD cannot open OBJ files natively. No “Insert > Wavefront” menu, no FILEOPEN command that recognises the format. The same applies to BricsCAD and ZWCAD in their standard editions.

This is one of the most common frustrations for civil and structural engineers working with mixed file types. Below are five working approaches, ranked from “fastest” to “most complete”, with honest notes on what each one is actually good for.

Skip the conversion — just open it

Drop your OBJ, FBX or STL file in the browser. Free, no signup, no upload.

Open the viewer →
METHOD 2

Convert OBJ to DWG with a third-party tool

If you genuinely need the OBJ geometry inside AutoCAD, the only realistic path is conversion to DWG. Several free or freemium tools handle this:

  • Spatial 3D Viewer & Converter — desktop application, supports OBJ to DWG along with many other CAD formats. Quality of conversion varies with model complexity.
  • Aspose 3D online converter — browser-based, accepts OBJ, outputs DWG. Free tier with daily limits.
  • FreeCAD — open source. Import the OBJ, then export as DWG via the Draft workbench. Reliable for moderate model sizes.
Honest warning: OBJ is a mesh format (triangulated surfaces), while DWG is built around precise NURBS curves, polylines and solids. The conversion produces a mesh inside DWG, not editable solid geometry. You will see the model but cannot easily edit individual faces, snap to vertices the same way as native AutoCAD entities, or extract clean cross-sections.

Good for visual reference inside an AutoCAD drawing, dimensioning against an existing model, low-precision overlay work.

Bad for any workflow that requires editable solid geometry — for that, see Method 5.

METHOD 3

Use 3ds Max as a bridge

3ds Max imports OBJ natively and exports to DWG or FBX. If your office already has a 3ds Max licence (common in visualisation departments), this is the cleanest conversion path.

  1. Open 3ds Max, File > Import > OBJ.
  2. Use the import dialog to set units (this is the most common cause of “model is tiny” issues — OBJ does not store unit information).
  3. File > Export > DWG.

Limitation 3ds Max is not cheap, and if you do not already own it, this is a poor reason to buy a licence.

METHOD 4

Use Blender as a free bridge

Blender is free, imports OBJ flawlessly, and exports to several formats useful for downstream CAD work — including FBX, which AutoCAD does open.

  1. Open Blender, File > Import > Wavefront (.obj).
  2. Confirm the model orientation in the viewport (Blender uses Z-up like CAD, so this usually works without rotation).
  3. File > Export > FBX (.fbx).
  4. In AutoCAD, use the FBXIMPORT command.

Honest note Blender’s interface is notoriously different from AutoCAD’s. If you only need this conversion once a year, expect 30 minutes of fighting menus the first time.

METHOD 5

progeCAD or BricsCAD with FluidImporter

If you regularly need to import OBJ into a CAD environment, the cleanest commercial solution is to switch the relevant workstation to a CAD program that natively reads OBJ:

  • progeCAD — supports OBJ import via the OBJIN command. Reads DWG natively, so files stay compatible with AutoCAD-using colleagues.
  • BricsCAD with the FluidImporter plugin — third-party plugin adds OBJ support to BricsCAD’s standard install.

Neither is free, but both are significantly cheaper than full AutoCAD subscriptions and may be worth it if OBJ import is part of your weekly routine.

Which method should you actually use?

For most engineers the honest answer is a two-step workflow:

  1. Always start with a browser viewer to confirm what is in the file. Half the time the OBJ turns out to be something you do not actually need inside AutoCAD at all, and the conversion was never necessary.
  2. If you do need it in AutoCAD, use Blender (free) or 3ds Max (if licensed) as a bridge to FBX or DWG. Direct OBJ-to-DWG converters work but produce mesh geometry that is awkward to edit.

The viewer step is the one that saves the most time. Try the Buildref 3D Viewer — drag your OBJ file in, look at it, decide whether the conversion is worth the effort.

Scroll to Top