The Rhino WIP contains many improvements to AutoCAD DWG/DXF import and export.
Why the improvements?
There were a collection of issues that were addressed in the Rhino WIP.
- Object display color overrides were not exported to DWG.
- Extrusion objects were exported to DWG as surfaces and users wanted a curve with thickness export option.
- Hyperlink URLs that were assigned to object properties were not exported to DWG.
- Layers that were imported from DWG were not sorted.
- Import multiple DWGs did not notify the user about which DWG the Import dialog was referring.
- There were no Layer descriptions in Rhino, so AutoCAD layer descriptions were not imported.
- Rhino on the Mac lacked the customization of DXF export schemes.
- Picture objects were exported to AutoCAD without the textures.
What was improved?
-
Texture files, used by Picture objects, are now saved to a subfolder where the file is written.
-
Objects are exported with display colors.
-
Extrusion objects can be exported as AutoCAD curves with thickness.
-
Hyperlinks on objects are exported.
-
Import sorts layers in ascending alphabetical order.
-
Import handles multiple files by displaying the ‘filename’ in the import dialog.
-
Layer descriptions are both imported and exported.
-
Export schemes are now fully implemented on Rhino WIP for Mac.
More on Picture Objects Improvements
In the Rhino WIP, saving and exporting to DWG/DXF formats will save texture files, used by Picture objects, to a subfolder at the same location where the DWG/DXF files are written.
How does this work?
- In Rhino WIP, when saving and exporting to DWG/DXF formats from files that have Picture objects, the Picture images are extracted and saved to a file.
- The subfolder where files are saved is named
filename_imagesunder the folder location where the DWG/DXF file is saved.
filenameis the name of your DWG/DXF file.
For example, if your file isABC.DWG, then the image subfolder will beABC_images.
Why is this important?
It is very convenient to have linked images exported, so that AutoCAD can resolve them as External Reference images. When the DWG/DXF is opened in AutoCAD or a number of compatible products, the External Reference image path can be resolved and the image loaded.
When the DWG/DXF is opened in DWG TrueView 2026, Autodesk Viewer, Autodesk 2026, and the subfolder is available in the directory where the images files are located, the images are found and loaded as External Reference image.
For example, here is the image attached as a Picture in Rhino and then exported from Rhino to a DWG. The scheme 2018 Natural was used. Then the DWG was then opened in AutoCAD and the picture was resolved as an External Reference image.
Note: Only the textures assigned to Picture objects are saved by DWG/DXF export. The textures may come from Picture materials or other material types that are deliberately assigned to Picture objects. The texture on a Picture material won’t be exported if it is assigned to a rectangular plane.
Examples
File in Rhino
File in AutoCAD
File in Rhino
File in AutoCAD
Try it:
- Download this file.
buildingV9.3dm (1.6 MB) - Open in Rhino WIP.
- Click the File menu and SaveAs command.
- Enter name and pick file location to save on your computer.
- For the SaveAs file type, click the DWG file format.
- For the Export Scheme, pick the 2018 Natural.
- Click OK.
- Open the DWG in AutoCAD or other compatible product.
- Check the External Reference panel and locate your picture images.













