Message 1 of 2
Exporting selected objects to DWG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Utilizing the API what is the most simple, direct method of exporting selected objects in a given Revit project to a DWG?
Based on the only constructor I see, Document.Export(folder, name, views, DwgExportOptions), I would build a view, isolate my objects in that view, and then just pass that view into the constructor.
By any chance, is there something a bit more direct such as passing in the objects directly for export?