Delete Viewport Types In the Model
Use this script to delete Viewport types in the model. These are also known as your “View Titles” on Sheets. Arguably, they should be named as “View Titles” to correctly describe how they are used on a Sheet, though that is another argument for another time. You can add that Read more…
Get Shared Parameters GUID in Project and in Families
Use this script to get all shared parameters in a project or a family. This is useful when you need to verify the GUID especially when there are duplicate parameters found in a project or family. The most frustrating thing is when schedules don’t pull data together consistently because the Read more…
Get Scope Boxes Name, ID & Workset
One of the hardest elements to manage are Scope Boxes. Revit doesn’t have a native “Scope Box” Manager to show you all the Scope Boxes in the model, how they are named, or which workset they are on. This becomes extremely difficult to manage when your project has over 20 Read more…
Align Views on Sheet
Are you tired of aligning your views on sheets using a detail line and manually aligning every view in place? Use this Dynamo script to align all of your views. There is one caveat and that is this simple script only works for sheets with a single view. This way Read more…
Create Revit Materials with an Excel Sheet
Creating materials in Revit can be a burden, especially when there are a large number of materials to be created. One example scenario would be the application of required materials according to the BIM execution plan of the project. The current out-of-box method (in current Revit versions at the time Read more…
Delete Line Styles By Name
Sometimes line styles can be difficult to delete, especially on an existing model with many different line styles. Even if a line style appears to not be in use, purging may not be an option available in Revit. This can be one of the most frustrating limitations especially when cleaning Read more…
Delete Dimensions by Index
If a dimension is in use, Revit is unable to purge the dimension using the built-in tool “Purge Unused”. Use this Dynamo script to delete a dimension type by choosing from a list. Load and run the script once. Modify the index number in the blue group to select one Read more…
Delete Unused View Filters
A project can have a number of filters used to view templates, though Revit does not show which view filters are used or unused. The problem with this is the inability to carefully delete the filters that are not used to clean up the filters list. Use this Dynamo script Read more…
CAD Find & Delete
Having trouble deleting a CAD link from your project that can’t seem to be found? Use this Dynamo script to delete any CAD file that exists in a Revit model. *Clicking this link will bring you to the download page. Saved in Dynamo Version: 2.0.1 Dynamo Packages Required: None. References: Read more…