How to Import SolidWorks Files into AutoCAD (SLDPRT, SLDASM, STEP, DWG)
Importing SolidWorks files into AutoCAD is standard practice when moving from mechanical 3D design to drafting, detailing, or integration into larger CAD environments.
This guide keeps it practical: what works, what breaks, and how to fix it fast.
Method 1 — Direct Import (Best for Native 3D Integration)
Use this when working with native SolidWorks files (.sldprt, .sldasm) and you need 3D solids inside AutoCAD.
Procedure
- Type IMPORT or 3DIMPORT in the command line
- 3DIMPORT can be faster and more reliable for mechanical formats
- In “Files of type”, select: SolidWorks (.sldprt; .sldasm)
- Select your file and click Open
Important Clarification
- .sldasm is the only native SolidWorks assembly format
- .asm exists, but belongs to other CAD systems (Creo, Solid Edge), not SolidWorks
Finalization
AutoCAD converts the file in the background. A notification appears in the status bar. Click it to insert the model.
Critical Behavior
- The imported model is inserted as a block
- To edit components individually:
- Use EXPLODE
SolidWorks Configuration Warning
- AutoCAD imports only the “Last Saved Configuration”
- If you need a specific configuration:
- Activate it in SolidWorks
- Save before importing
Practical tip
If nothing shows:
- Run ZOOM → Extents
When to use
- You need 3D geometry
- File versions are compatible
- Assembly size is reasonable
Limitations
- No parametric features
- Version dependency
- Performance issues with large assemblies
Method 2 — STEP or IGES (Compatibility Fail-Safe)
When direct import fails, use a neutral format.
Export from SolidWorks
- File → Save As
- Choose:
- STEP (.stp) → preferred
- IGES (.igs) → fallback
Import into AutoCAD
- Use IMPORT or 3DIMPORT
Why STEP is preferred
- Better solid integrity
- Fewer surface issues
- Works across versions
When to use
- Version mismatch
- External supplier files
- Stability over editability
Method 3 — DWG/DXF Export (Optimized for 2D Workflows)
Use this when you only need 2D data.
Procedure
In SolidWorks:
- Open drawing (.slddrw) or part
- File → Save As
- Choose:
- .DWG
- .DXF
Result
- Clean 2D geometry
- Fully editable in AutoCAD
When to use
- Manufacturing drawings
- Layouts
- Schematics
Limitation
- No 3D data
- No associativity
Method 4 — VIEWBASE Command (Clean 2D Documentation from 3D)
Generates 2D views directly from a 3D model file.
Procedure
- Switch to a Layout (Paper Space)
- Run VIEWBASE
- Select From File
- Choose your SolidWorks file
Important Constraint
- The SolidWorks file must NOT be open in SolidWorks during this step
- Otherwise: read/write conflict
Output
- Associative views (front, top, ISO)
- Clean documentation
When to use
- Technical drawings
- Lightweight documentation
Alternative Formats (Advanced Workflows)
Parasolid (.x_t / .x_b)
- Native kernel used by SolidWorks
- Often produces cleaner geometry
ACIS (.sat)
- Native kernel used by AutoCAD
Important:
- Export as ACIS version 7.0 or lower from SolidWorks
- Ensures compatibility with older AutoCAD versions
Method Comparison (Quick Decision Table)
| Method | Type | Strength | Weakness | Editability |
|---|---|---|---|---|
| Direct Import | 3D | Fast, native | Version limits | Low |
| STEP | 3D | Stable, reliable | No parametrics | Low |
| IGES | 3D | Legacy compatibility | Surface issues | Low |
| DWG/DXF | 2D | Lightweight | No 3D | High |
| VIEWBASE | 2D linked | Clean drawings | Limited editing | Medium |
Which Method Should You Use?
- Need editable 3D solids → Direct Import or STEP
- Need maximum compatibility → STEP
- Need 2D drawings only → DWG/DXF
- Need clean documentation → VIEWBASE
Technical Considerations and Best Practices
Units and Scale Management
- Check UNITS in AutoCAD
- Confirm SolidWorks units
If mismatch:
- Use SCALE
Workspace Setup
- Switch to 3D Modeling workspace
- Required for proper visualization
Handling Large Assemblies
- Use Defeature in SolidWorks
- Remove small components
- Simplify before export
Version Compatibility
- AutoCAD cannot import newer SolidWorks versions directly
- Use STEP when in doubt
Geometry Limitations
- No mates, constraints, or history
- Only dumb solids
Common Errors and Fixes
Model does not appear
- Run ZOOM Extents
- Check UCS
Model looks invisible or messy
- Change Visual Style:
- Use Shaded or Conceptual
- Default 2D Wireframe often hides volume
Incorrect scale
- Check units before import
- Use SCALE
Import fails
- Switch to STEP format
- Simplify geometry
File too heavy
- Use Defeature
- Export only needed parts
Broken geometry
- Prefer STEP over IGES
- Try Parasolid or SAT
Third-Party Tools (Last Resort)
If native import fails:
- ABViewer → converts .sldasm to .dwg
External References
- Autodesk documentation: https://help.autodesk.com
- SolidWorks export formats: https://help.solidworks.com
FAQ — SolidWorks to AutoCAD
Can AutoCAD open SLDPRT files directly?
Yes, using IMPORT or 3DIMPORT, if versions are compatible.
Why is my SolidWorks file not importing?
- Version mismatch
- File too complex
- Unsupported features
Use STEP as fallback.
What is the best format to convert SolidWorks to AutoCAD?
STEP (.stp) for 3D reliability.
Can I keep parametric features after import?
No. Only static solids are imported.
How do I convert SolidWorks to DWG?
In SolidWorks:
- File → Save As → DWG/DXF
STEP vs IGES — which should I use?
- Use STEP
- IGES only if required
Why is my model invisible after import?
- Run ZOOM Extents
- Change Visual Style
Can I edit the imported 3D model?
Yes, but only as basic solids, no feature tree.
Why is the wrong configuration imported?
AutoCAD uses the Last Saved Configuration. Activate the correct one in SolidWorks before export.
Field Recommendation
- Try direct import first
- Use STEP when it fails
- Use DWG/DXF for 2D
- Use VIEWBASE for documentation
This approach avoids most compatibility issues and keeps the workflow predictable.
