RDCAD Express Logo
RDCAD ExpressBeta

AutoCAD Integration

Bridge the gap between RDCAD Express and your local AutoCAD environment.

Download Script (.lsp)

How it works

Downloading DXF files is only half the battle. To truly speed up your workflow, we've created a tiny (1KB) AutoLISP companion script. When executed, this script instantly locates the most recent DXF file in your Downloads folder and attaches it to your cursor for immediate insertion into your drawing.

Compatibility Note

DXF Files: The .dxf files generated by RDCAD Express are universally supported and can be opened in any CAD software (AutoCAD, MicroStation, FreeCAD, etc.).
LISP Script: This script works perfectly in AutoCAD, as well as AutoCAD alternatives that support AutoLISP (like BricsCAD, ZWCAD, and GstarCAD). For other software, simply drag and drop the DXF file into your workspace!

Installation & Usage

  1. Download the script using the button above.
  2. Drag and drop the downloaded rdcad-import.lsp file directly into your open AutoCAD window to load it for the current session.
  3. Type RDCAD_IMPORT in the AutoCAD command line and press Enter.
  4. The newest `.dxf` file from your Downloads folder will instantly appear on your cursor. Click to place!
Pro Tip: Persistent Loading

To avoid dragging and dropping the file every time you open AutoCAD, you can add it to your Startup Suite. Type APPLOAD in AutoCAD, click the "Contents..." button under the Startup Suite section, and add the rdcad-import.lsp file there.