I have a project where I use the DEM, since the Dynamic Views gave me some trouble in displaying elements in reflected view (some elements (partly) dissapeared, but that's a different issue).
My working method:
- in a container model (3D references/floor) I defined the Drawing Definitions;
- these drawings are saved in a seperate file (containing forward, cut and section view on different models);
- this file is attached to a drawing, where I added the annotations;
- drawing is attached to a sheet (within the same file as the drawing, to approach the Autocad modelspace/paperspace setup);
- I export this sheet to dwg-format, using a remapping to convert to the client's layers etc.
The client isn't to happy about the resulting dwg, they complain about the elements coming from the extracted drawing are all blocks within blocks within blocks...
I would like to have an easy way to avoid this, dropping all these blocks to simple lines etc.
It should be an automated proces, in the creation of the extracted views or in the final export to dwg, but I don't seem to find a solution. Any help on this?