I’m fairly new to Revit and only have basic knowledge of Dynamo.
I’m looking for a Dynamo script that does the following:
Query which views should be used (several should be selectable)
Query which view template should be activated in these views
Query whether the filter “NAME XYZ” should be activated/deactivated in the respective views (there are already other filters in the views, the status of those should not change)
Script ends, the view templates are now correctly set in the views and the filter is activated/deactivated depending on the selection i made
Maybe there is already a similar script that I can adapt myself, if someone wants to create exactly this script I would be very grateful.
If there are any questions regarding my request, I will be happy to answer them.
Do you remember what the name of the PyRevit extension was?
I can’t find it, or any similar extension.
I know it’s pretty cheeky to just ask if someone can do it for me, but I don’t know enough to do it myself with just hints. So I’m hoping for a friendly guy
That’s why it’s worth learning. The Dynamo Primer is your best option for getting started and learning the basics. Data-Shapes is a good package to build your custom UI, but you’ll want to start with just modifying views and view templates. There are tons of threads here that can help you with that. Start by looking at some of those and see how far you can get. We can answer any specific questions you may have.
yes i know it`s worth learning. My problem is that i currently find the time to do that and just want an “fast” result. But thans for the Dynamo Primer link, seems helpfull. Gonna look at it soon.
If you had to design a functional nuclear submarine into your next project you likely wouldn’t look for a fast result, but would either learn how to design a nuclear submarine or hire a nuclear submarine designer for that part. Automating Revit is no different (though with smaller stakes).