Message 1 of 6
MACRO TO CLEAN UP SHEET WITH DRAFTING VIEW IN REVIT (USING VB.Net)

Not applicable
02-22-2019
02:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All,
I am trying to create a macro that
1. Activates a viewport on sheet which contains a drafting view ( or recursively asks user to select sheet and viewport to modify and then activates that viewport)
2. Selects all elements of the drafting view
3. Filters out all the horizontal lines and sends to back
4. Filters out all the detail items and brings to front
5. Filters out all detail item tags and brings to front
6. keeps all vertical lines where they are
Any Ideas how to do this.