Message 1 of 5
Save a detailed view to a new file -- using Revit API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
We are trying to copy an arbitrary detail view (not drafting view, but a detailed view) from a Revit document into a destination Revit document.
We did some research and found solutions such as :
and
https://boostyourbim.wordpress.com/2013/09/01/copy-a-sheet-from-one-project-to-another/
However, when we implemented those solutions,
the detail view is copied to the new document, but it is always empty when we checked the copied view.
(View specific elements are copied as per links above)
Ideally we want the detail view to be copied to an empty destination file similar to this feature on Revit UI:
Can you let us now how do we implement something similar to this feature on the Revit UI using the Revit API ?