DWG Link Status
This rule checks whether DWG (AutoCAD) files have been correctly linked into the Revit model instead of imported.
⚠️ Importing DWG files can lead to significant performance issues, file bloat, and unwanted geometry behavior. Linking is the recommended method.
What Is Checked
- The presence of DWG files in the project.
- Whether each DWG is linked or imported.
- DWG files that have been imported will be flagged as non-compliant.
Why This Matters
Importing DWGs directly into Revit causes several problems:
- ❌ Increases file size dramatically
- ❌ Slows down model performance and view regeneration
- ❌ Brings in non-native geometry that cannot be cleanly edited or removed
- ❌ Embeds the DWG permanently into the RVT file, making cleanup more difficult
By linking instead:
- ✅ The DWG remains external and manageable
- ✅ The model stays lightweight
- ✅ You can control visibility per view
- ✅ You can reload or update the DWG file independently
How to Fix
- Open the Manage Links dialog in Revit:
- Go to Insert → Manage Links
-
Navigate to the CAD Formats tab
-
If the DWG is listed here, it is linked — ✅ no action needed.
-
If the DWG is not listed:
- It is likely imported directly.
- Locate it in the model (use Visibility/Graphics or a DWG category filter).
-
Delete the imported instance.
-
Use Insert → Link CAD to re-link the DWG file properly:
- Set the correct placement, units, and reference point
- Make sure "Link" is selected (not "Import")
Best Practice
- Always use Link CAD rather than Import CAD.
- Place DWG links on a dedicated workset or view-specific level to manage visibility and unload them when not needed.
- Periodically audit your model for embedded CAD data.
🛠 If your team uses DWGs for details, overlays, or backgrounds, consider creating a CAD reference model that is linked into your main models instead of importing them individually.