Message 1 of 2
Setting a layout via DXF input

Not applicable
11-09-2015
11:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I write software which exports *.dxf files to be imported into AutoCad.
I have a page in paper space that is letter size. When imported into AutoCad it shows the page in landscape view. If I manually change to portrait view every thing is okay.
I had an AutoCad user set up a file in portrait view and export the *.dxf. It read into DwgTrueView correctly. I traced the information of the portrait view to the LAYOUT object. Simply copying that object into my prior *.dxf file picks up the information but still displays the page in landscape.
There is obviously some "boiler plate" that I am omitting, but to guess in 200K of text is not practical. What am I missing? Thanks.