wrong setting PlotWindowArea
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In my code I calculate and then set PlotWindowArea by .SetPlotWindowArea method. Everything seems OK, immediately before Preview/Plot (To DWF via DWF6 ePlot.pc3) has validated PlotInfo correct values of Plot window, but with some .dwg is Plot Window completely different.
These drawings were created in different previous version of ACAD (Mechanical).
What definitely helps is insert and explode this drawing to new empty drawing as block - then is everything OK with the same code. Therefore I think that it must be something wrong in database, but I don't have any idea what?
ReadDwgFile, WBlock methods donť have any effect. Diagnostics and Purge doesn't help.
I use ACAD Mechanical 2011 and VBE 2008, but I have the similar problem with ACAD Mechanical 2008 and VBA. I hoped that rewriting code to .NET could help...
I appreciate any idea, thanks.