Well @Revit_Noob, thankfully it is a heck of a lot easier now thanks to some new nodes from @Konrad_K_Sobon in OOTB and some from his package ArchiLAB.net.
Is there a way to change this to select a specific view template or enable temporary view properties to the current view and then run the graph so the changes only happen in temporary view and then when you run it again it disables the temporary view properties?
What about user created sub-categories?
A big one for us are clearances of Electrical Equipment and Mechanical Equipment. The names include “Clearance,” “Clearances,” “Clearance Zones,” etc.
Hi this solution is great for OTBcategories. Unlike the Python script you showed before, this solution DOES NOT handle sub-categories, or custom made sub-categories. Any chance we can still get that Python script? Thank you.
That graph has a note saying the View.GetByType node is from ArchiLAB.net
I presume that’s supposed to be
?
I’m still in Revit 2020, Dynamo 2.3
When I try to update archi-lab, it says it’s for Dynamo 2.5.
Can I go ahead and install archilab v2021.25.2?
If not, which version do I need?
Replying to myself:
I was able to install v2021.25.2 and it worked.
Almost.
The archi-lab.net node in question View.GetByType has been subsumed into the base package.
There is now(Dynamo 2.3) an OOTBB node named Views.GetByType
Note the function name is plural (Views) & not singular