Import a STEP File in AutoCAD


Importing the STEP File

  1. Start a New Drawing: It is best to import into a clean file to avoid clutter.
  2. Type the Command: Type IMPORT  in the command line and press Enter.
  • Alternative: Go to the Insert tab on the ribbon and click Import.
  1. Select the File Type: In the "Files of type" dropdown at the bottom of the window, select STEP (*.ste, *.stp, *.step).
  2. Locate and Open: Select your file and click Open.
  3. Background Processing: A notification may appear saying the process is working in the background. You can click Close on this box and continue working while it translates.
  4. Finalize the Import: Once finished, a notification bubble will appear in the bottom right corner of your screen. Click the blue link in that bubble to insert the 3D model into your drawing.

Important Tips

  • AutoCAD LT Limitation: Standard AutoCAD LT does not support importing STEP files; you must have the full version of AutoCAD or specialized versions like AutoCAD Mechanical.
  • Viewing the Model: After importing, the object may be placed at the origin (0,0,0). Use 3D Orbit (hold Shift + middle mouse button) to rotate the view and see the 3D geometry.
  • Editing: If the model arrives as a single block that you can't edit, use the EXPLODE  command to break it down into individual parts.

How to Turn into 2D Plans

Method 1: Use VIEWBASE (Best for Professional Blueprints)

This is the most "modern" and professional way. It automatically generates front, top, side, and isometric views that are dynamically linked to your 3D model; if you change the 3D model, the 2D drawing updates automatically.

  1. Switch to a Layout Tab: Click one of the Layout tabs at the bottom left of your screen.
  2. Start the Command: Type VIEWBASE  and press Enter.
  3. Select Source: Choose "From Model Space".
  4. Place the Base View: AutoCAD will show a preview (usually the Front view). Click to place it on your paper, then press Enter.
  5. Project Other Views: Move your mouse up, right, or diagonally from the first view to automatically preview other angles (Top, Side, Isometric). Click to place each one.
  6. Finish: Press Enter to complete the process. AutoCAD will automatically generate the 2D linework with correct hidden lines.

Method 2: Use FLATSHOT (Best for Quick Reference Blocks)

This creates a static 2D block of whatever 3D view is currently on your screen. It is excellent for quickly getting a "flat" version of a part to move around in your main workspace.

  1. Orient Your View: Use the ViewCube to look at your model from the exact angle you want (e.g., click "Top" or "Front").
  2. Start the Command: Type FLATSHOT  and press Enter.
  3. Configure Lines: In the dialog box, you can choose whether to Show Obscured Lines (hidden lines) and what color or linetype they should be.
  4. Create: Click Create, then click anywhere in your workspace to place the new 2D block. Press Enter three times to accept the scale and rotation.

Quick Comparison

| Feature | VIEWBASE | FLATSHOT | |---------|----------|----------| | Location | Best in Paper Space (Layout) | Model Space | | Updates | Yes (updates with 3D model) | No (static snapshot) | | Effort | Creates all views at once | One view at a time |

Additional Notes

If your model looks "messy" after flattening, use the OVERKILL  command on the 2D lines to remove any duplicate or overlapping geometry created during the conversion.

Reference Resources

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.