Hello, here I’d like to propose two objectives for VaExportToDWG to tackle next:
1. Export dimensions as dimensions (model space)
- Exporting text as text (from Rhino model space to ACAD model space) is already possible and is a real quality-of-life improvement. Similarly, the ability to export dimensions as actual dimensions is a much-needed feature.
2. Preserve “By Layer” color, linetype, and print width
- Recently, I encountered a situation where geometry retained the correct layers but changed the color and print width to “By Object” instead of “By Layer.”
Here’s an example:
In Rhino:
- A few lines on “Layer 01”
- “Layer 01” has a red display color
Result in AutoCAD after using
VaExportToDWG:
- The lines are on “Layer 01”
- Each line has a red display color, but the color is set “By Object”
As a consequence, it’s not possible to quickly edit a group of objects in AutoCAD based on layer properties, which is often a first thing I need to do after everyVaExportToDwg. This is not desirable.
Thanks,
Michal