Converting From Microstation to Autocad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In Microstation, I ran a batch process from dgn to dwg. I have all of my newly converted dwg files but my paperspace page layout is set to 8.5x11 and does not contain a viewport. I would like to know the quickest way to set page layouts for all files to 11x17 along with creating batch viewports (single, FIT) for a set of project drawings.
The reason I need for viewports set to FIT is because some drawings in Model Space are not located at the same coordinates as other drawings.
Can someone please provide a lisp to do this or perhaps suggest another efficient method?
Two separate methods I was thinking on how to create a viewport:
1) Going from Microstation to AutoCad: Level map the Microstation titleblock "level x" to an Autocad layer "titleblock_x". Then in AutoCad, create a single viewport, FIT, to layer "titleblock_x". Doing this would create a viewport specific to the layer.
2) In AutoCad, run a lisp to freeze all layers except for the layer "titleblock_x". Then create a single viewport, FIT. Afterwards, unfreeze everything.
note:
I have created an 11x17 dwt file which contains a viewport.
I look forward to hearing from you and hope you help me reach a solution.
Thanks!