AutoCAD Integration
Bridge the gap between RDCAD Express and your local AutoCAD environment.
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
- Download the script using the button above.
- Drag and drop the downloaded
rdcad-import.lspfile directly into your open AutoCAD window to load it for the current session. - Type
RDCAD_IMPORTin the AutoCAD command line and press Enter. - The newest `.dxf` file from your Downloads folder will instantly appear on your cursor. Click to place!
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.