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.
Use a browser-based 3D viewer
If you only need to see what the OBJ contains — check geometry, verify orientation, confirm the file is not corrupt — a web viewer is the fastest path. Drag the file into the browser, the model appears in seconds, you close the tab when done. No installation, no licence check, no project setup.
This is the right approach for the very common case of “a colleague sent me a file, what is it?”. The Buildref 3D Viewer runs entirely in your browser, the file never gets uploaded anywhere, and it handles the Z-up to Y-up rotation that CAD exports usually need.
Good for quick visual checks, sharing models with clients, confirming file integrity before committing to a longer workflow.
Limitation view only — no editing, no DWG export. If you need the geometry inside AutoCAD afterwards, see methods 2–5 below.
Skip the conversion — just open it
Drop your OBJ, FBX or STL file in the browser. Free, no signup, no upload.
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.
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.
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.
- Open 3ds Max, File > Import > OBJ.
- Use the import dialog to set units (this is the most common cause of “model is tiny” issues — OBJ does not store unit information).
- 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.
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.
- Open Blender, File > Import > Wavefront (.obj).
- Confirm the model orientation in the viewport (Blender uses Z-up like CAD, so this usually works without rotation).
- File > Export > FBX (.fbx).
- 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.
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:
- 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.
- 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.