Link Search Menu Expand Document

Views

Table of contents

  1. image Add View to Sheet
  2. image Add Sheet by Number
  3. image Add Multiple Views
  4. image Add Legend to Sheets (Obsolete - Equivalent to copy/paste)
  5. image Create Viewset
  6. image Align Viewports
  7. image Match Section Crop View
  8. image Tag Elements in Views
  9. image Duplicate Views
  10. image Extract Detail
  11. image Move Viewports
  12. image Rhino Import (WIP)
  13. image Set Titleblock Scale

image Add View to Sheet

/Buttons Documentation/AddActiveViewToSheet.cs

Add the current view to a sheet

image


image Add Sheet by Number

/Buttons Documentation/CreateSheetByNumber.cs

Creates x number of sheets. Sheet must have a “Package” parameter.

image


image Add Multiple Views

/Buttons Documentation/AddMultipleViewsToSheet.cs

  1. Select the views in the Project Browser
  2. Launch the command

image


image Add Legend to Sheets (Obsolete - Equivalent to copy/paste)

/Buttons Documentation/AddLegendToSheets.cs

  1. Select a legend on a sheet
  2. Enter the sheet numbers

image


image Create Viewset

/Buttons Documentation/CreateViewSet.cs

Create a Viewset by Sheet Numbers. Developed when printing checkprints from Bluebeam bookmarks.

image


image Align Viewports

/Buttons Documentation/AlignViews.cs

  1. Select the views from Project Browser
  2. Click Align Viewports

image


image Match Section Crop View

/Buttons Documentation/MatchSectionViewCrop.cs

  1. Select the sections from Project Browser. Sections must all be parallel.
  2. Click Match Section

image


image 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.

image


image Duplicate Views

/Buttons Documentation/DuplicateSheets.cs

Duplicate Sheet and its viewports

image


image 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.

  1. Select detail items from a drafting view
  2. Click Extract Detail image

image Move Viewports

/Buttons Documentation/MoveViewportToSheet.cs

Move Viewport(s) to another Sheet

image


image Rhino Import (WIP)

/Buttons Documentation/RhinoImport.cs

Import Text, Dimensions and Lines from Rhino to Revit.

image


image 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.