Need Help! Export DWG from Revit API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have challenges need help. I am writing an API for Export DWG files from Revit , need each view on sheet view be exported individaully but merged with views from Linked Models.
As my understanding, Revit export DWG can be either merged views or not merged views. If I choose merge views, the views on sheet view will be exported as one DWG file, on the other hand, I choose not merge views, all the views include Linked Model view and sheet view will be exported individually. But I need the views bind with the Linked Model views while export DWG and seperated from the sheet view.
My initial thought is create a export loop which get SheetView be exported as non-merged views then collect all the Views on the SheetView and export then as merged views.
Firstly, I don't know how to collect Views from a SheetView. Is it a way to accomplish such collection?
Secondly, does my initial though about the export process work?
Please help and free to comment.