Views
Table of contents
- Add View to Sheet
- Add Sheet by Number
- Add Multiple Views
- Add Legend to Sheets (Obsolete - Equivalent to copy/paste)
- Create Viewset
- Align Viewports
- Match Section Crop View
- Tag Elements in Views
- Duplicate Views
- Extract Detail
- Move Viewports
- Rhino Import (WIP)
- Set Titleblock Scale
Add View to Sheet
/Buttons Documentation/AddActiveViewToSheet.cs
Add the current view to a sheet
Add Sheet by Number
/Buttons Documentation/CreateSheetByNumber.cs
Creates x number of sheets. Sheet must have a “Package” parameter.
Add Multiple Views
/Buttons Documentation/AddMultipleViewsToSheet.cs
- Select the views in the Project Browser
- Launch the command
Add Legend to Sheets (Obsolete - Equivalent to copy/paste)
/Buttons Documentation/AddLegendToSheets.cs
- Select a legend on a sheet
- Enter the sheet numbers
Create Viewset
/Buttons Documentation/CreateViewSet.cs
Create a Viewset by Sheet Numbers. Developed when printing checkprints from Bluebeam bookmarks.
Align Viewports
/Buttons Documentation/AlignViews.cs
- Select the views from Project Browser
- Click Align Viewports
Match Section Crop View
/Buttons Documentation/MatchSectionViewCrop.cs
- Select the sections from Project Browser. Sections must all be parallel.
- Click Match Section
Tag Elements in Views
/Button Tags/TagElementsInViewport.cs
Tag all elements of a category in multiple viewports. Only works with Walls and Structural Columns. Code can be extended to other categories. Developed while creating column schedule.
Duplicate Views
/Buttons Documentation/DuplicateSheets.cs
Duplicate Sheet and its viewports
Extract Detail
/Buttons Documentation/ExtractDetail.cs
Cut/Paste detail items from a drafting view to a new one. Developed while working on standard details and multiple details were drafted in a single view.
- Select detail items from a drafting view
- Click Extract Detail
Move Viewports
/Buttons Documentation/MoveViewportToSheet.cs
Move Viewport(s) to another Sheet
Rhino Import (WIP)
/Buttons Documentation/RhinoImport.cs
Import Text, Dimensions and Lines from Rhino to Revit.
Set Titleblock Scale
/Buttons Documentation/SetTitleblockScale.cs
Set the titleblock scale based on the largest scale on the sheet. Titleblock must have a “Scalebar scale” parameter.