Sharing 3D assemblies is a routine part of collaborative engineering, but it often comes with a major headache: broken links. When a drawing file loses its connection to the 3D model, you're left with empty sheets and lost data. In this guide, we’ll explore how to maintain linked drawings effectively while sharing assemblies.
The Challenge of File Referencing
Most professional CAD software (like SolidWorks, Inventor, or Solid Edge) uses an external referencing system. The 2D drawing (.dwg/.idw/.slddrw) doesn't actually contain the 3D data; it only points to it. If the file path changes during sharing, the link breaks.
Best Practices to Avoid Broken Links
1. Use "Pack and Go" or Portable Archives
Instead of manually copying files, use the built-in Pack and Go or Archive feature. This utility gathers all referenced parts, sub-assemblies, and linked drawings into a single folder while automatically updating the internal file paths to be relative to the new location.
2. Maintain a Flat Folder Structure
Keep your drawings in the same folder as the top-level assembly. When a CAD tool opens a drawing, it typically searches the local directory first. A flat structure minimizes the risk of the software looking in the wrong drive or network path.
3. Leverage Cloud PDM Systems
Using a Product Data Management (PDM) system ensures that everyone works on a synchronized "Vault." When sharing with external partners, export a neutral format (like STEP or 3D PDF) if they don't need to edit the drawing links, or use a "Vendor Package" tool if they do.
Step-by-Step Sharing Workflow
- Step 1: Clean up your assembly by deleting unused suppressed components.
- Step 2: Open the top-level drawing to ensure all views are updated.
- Step 3: Use the "Pack and Go" tool and check the "Include Drawings" box.
- Step 4: Zip the resulting folder before sending it via email or cloud link.
Pro Tip: Always use Relative Paths instead of Absolute Paths in your CAD settings to ensure the links stay active regardless of the drive letter.
By following these steps, you can ensure that your collaborators see exactly what you designed, without the dreaded "File Not Found" errors.

