manipulating drawing views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I have a series of drawings consisting of a 3d object in modelspace and several paperspace layouts with drawing views of the 3d model on them.
I wish to ultimately export the drawings views to another file, as regular autocad entities (as part of a batch), in essence recreating the exportlayout command, but without the prompting, and also applying a bit of filtering of irrelevant data.
I'm struggling to find any way of interacting with the Drawing View objects in paperspace through VBA, a scan of entities on a paperspace layout will yield an IAcadViewBorderWrapper object, but with little I can do with it - it doesn't even appear in the standard type list:
Likewise a rummage through the block definitions will show some anonymous blocks with the prefix "*S" but figuring out which is the one I want is challenging without further information.
I'm guessing there might be some form of extension dictionary or something that links this stuff up, but I'm not sure how to find it.
Does anyone have any clues, or can share their own experimental results?
cheers
G