Message 1 of 3
Programmatically export image independent of viewport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Right now in our plugin in order to get an image of the dwg we are first zooming extents and then using WMFOUT. This works fine but the fidelity decreases as drawings get bigger. From what I can tell WMFOUT only includes whatever is in the viewport. Is there any way to get an image out of AutoCAD that doesn't take the viewport into account? So what would be great is to be able to zoom in at a certain level and capture all selected entities whether they are in the viewport or not.