I’m trying to make an interface using the data-shape-nodes. We’re using MEP and what i’m trying to achieve is make an interface for my collegues so that they can choose category-sets so we can quickly switch what we want to see and what not.
Example: If i want to see only a part of the mechanical categories for instance Ducts, Duct Fittings and Duct accessories i now go to V/G overrides and search and turn off all categories i don’t want to see and turn on Ducts, Duct Fittings and Duct accessories.
But what i rather do is make a selection set so i only have to run the script through dynamo (player).
So mainly my question is:
Is it possible to change the host V/G Overrides through dynamo?
You could combine the stuff in archilab with the MEPover stuff and others with a master Excel file to set up this faux view template setup.
Each sheet in the excel file would be the name of a preset view type. Column A of each sheet would be the category names, columns b, c and the rest would contain the settings needed to control the visibility settings for each item, and the like. Then set up the Datashapes package to allow the selection for one of the Excel sheet names you programed in, and use the set overrides nodes accordingly…
Setting this up and coordinating the parts will be frustrating. You are likely to go quite batty trying to make it work. I personally think it would likely be easier to set up templates as @Marcel_Rijsmus noted above, but the tool could be quite useful if you have the guts to go through it.
This is something we are looking into as well - isloating few layers (windows, walls, floors) in 3D revit. Could you please share the dynamo script here. Thanks!