Skip to content
Pawel Baran edited this page Apr 10, 2020 · 2 revisions

Notes

  • It is worth having a look at Using the BHoM section and the rest of Revit_Toolkit Wiki before reading this page.
  • All scripts are presented in both Grasshopper and Dynamo. All source files are available in samples.
  • It is highly recommended to switch to Manual mode when working with Dynamo and BHoM.

Removing pinned elements and closed worksets

By default, Remove will not delete pinned elements as well as the ones on closed worksets. To enable processing the mentioned groups, the user needs to set the action config (typically created with Ctrl+Shift+B menu in Grasshopper and CreateObject component in Dynamo). The script below shows how to delete all generic annotations from the model, incl. pinned ones and ones on closed worksets.

Remove pinned in Grasshopper


Remove pinned in Dynamo

Clone this wiki locally