Hi all,
I switched to RC3.3 to test the current version of VaExportToDwg
.
Here are a few points from the list of fixes (as written in “the list of fixes and changes” for VA releases 3.2 RC1, 3.2, and 3.3 RC1 by @enric) which do not seem to work on my side:
My test of #14522
: Geometry on hidden layers is still exported to DWG. When I speak about hidden layers, I mean “Hide in detail” layers. I need to export only the geometry visible on layouts. Currently, all other geometry from the model is also included in the DWG model space.
During my tests, the detail settings are changed after export - (floor plan turned to ceiling plan), corrupting the prepared layout.
My tests:
14676
: Still not working. Details with active sections get broken (in Rhino) - they turn into floor plans with the section cut active. DWG exports are bugged in the same way.
14635
: Guides are exported correctly, but their linetype is lost (dashed lines turn to continuous, and so on).
14661
: Section text (and section marks) was preserved only for native section styles, not for custom styles with custom block marks.
The ultimate problem is that after every VaExportToDwg
, all details with regular floor plans turn into ceiling plans, and all details with active and aligned sections are turned into floor plans with active section cuts. It basically breaks all layout details.
Minor bugs: The export order does not respect the order of my layouts as seen in Rhino’s “Layouts” tab. It seems to follow only the order of layout creation, ignoring user adjustments (you can see this in the DWG below).
Here I provide all my test files and layout PDF exports from Rhino before and after VaExportToDwg
, demonstrating the problems described above:
File before VaExportToDWG.3dm (6.0 MB)
Rhino Layouts before VaExportToDWG.pdf (255.1 KB)
Dwg export.dwg (2.6 MB)
File after VaExportToDWG.3dm (6.0 MB)
Rhino Layouts after VaExportToDWG.pdf (222.0 KB)
Edit: I just realised the broken detail views are not even ceiling plans. Floor plans just get mirrored around Y axis. Very strange.