Hello,
vaEportToDwg
should transfer everything inside layout view to .dwg. Here I summarise the state of the art of this promising feature from the user’s point of view.
A main reason for exporting VA geometry from layouts via this command is when exchanging CAD data with other professionals or team members. This happens multiple times per project development, and it needs to be as swift and reliable as possible, ideally without additional 2D editing necessity.
At first glance, I expected vaEportToDwg
would export every part of geometry, as seen in layout - (from detail view and also from layout space inside page borders), directly to .dwg model space, but it is not a case. Instead, it takes geometry from Rhino model space and puts it into .dwg model space and also take geometry and annotations from layout space and puts them into .dwg layout (paper) space.
It is not what I expected, but fair enough. To get everything into .dwg model space I can use AutoCAD command CHSPACE
, which pushes everyhing from .dwg layout (paper) space into model space, preserving scale (mostly used for annotation objects) . Again - it is a workaround and must be done on every layout separately, but at least it can be done…
I was quite happy with the new workflow as described above. But after a few test vaEportToDwg
command executions, something went wrong. All new exports from my model end with misaligned .dwg detail and model space. I tested again on another model an it was not a case - so there must be some uniqe situation bug… I am sending you an email with files to investigate and lets move on to my other findings:
Other remarks:
-
The thing I dont understand is the logic behind geometry placement in .dwg model space:
-
While exporting multiple layouts at once, their model space geometry is stacked verticaly with pretty big spaces between drawings and 0,0,0 (around 10000mm) - it could get a bit confusing to navigate. Also, some kind of annotation or title (perhaps derived from layout name) could be placed near the model space geometry, so It would be a bit easier to navigate.
Example image - export of three simple Rhino layouts as seen in .dwg model space. It would be much better, if they were placed closer to 0,0,0 and to each other and distributed not vertically but horizontally - from left to right, as we use to read.
-
While exporting a single layout, it also gets placed around 10000 mm above 0,0,0. What is this good for?
-
-
There are two default Layouts included in every .dwg created with
vaEportToDwg
. They are a bit confusing and ugly - can we get rid of them?
-
vaEportToDwg
ignores “Detail Off” state of Layer. Dont get me wrong - layers are indeed correctly exported to .dwg detail view on layout with the correct layer states. But for whatever reason, the hidden layers are included and present in .dwg model space! Can You change that? Hidden shoud remain hidden :). This could scale to an insane level of additional 2D cadwork, if working with multiple hidden layers (which is Rhino 3D model full of) and when exporting multiple layouts at once (asvaEportToDwg
is intended to function). Because in this scenario, different combinations of layer states for different layouts are not respected and would colide if the result should, at the end of the day, appear nice and clean in model space. (Again with a bit of help from ACADsCHSPACE
…To say it differently - when I set up my Rhino layout design, I want no other geometry to be included in any export of this layout at any time. Makes sense?
Example image - pay attention to the blue text in the middle of the groundplan, which is on layer with “detail off” state:
-
If a part of VA geometry - Wall, for instance - goes beyond Detail border:
vaEportToDwg
exports it without hatch: