Deleting of unsed sections

Hey
Is it possible to make a dynamo graph where you can tell that all unnamed sections which not had been used i more than 5 days will be picked and then you can delete them, as we can in this graph i already maked, mayby you can opgrade it with the function of choose unnamed sections which not used for 5 days and more and deleting them by picking the from the list, which shows up, when you push run.


How would you define “used”? You’re asking for something that isn’t really a metric that can be measured, at least not in Revit. Easiest and closest thing you could do would be to delete all unplaced sections. If you want to leave some room for “in-progress” sections then you could include an arbitrary number of sections to keep based on ElementId (order of creation).

1 Like

It is the unplaced sections I want to delete, but i don´t know how to make the graph in Dynamo.

I tryed this Graph but it says empty list. I run it yester day, but will not run now, so I tryed to make it again, but it says Empty list.

It says you don’t have any views with dependents. If you ran the script yesterday and it deleted all your unused views then it likely doesn’t have any new ones.

I ran the script the other day, but didn´t delete any views. so I don’t understand why it says empty an not shows the list.