I’m trying to make it so that when I select a Structural Framing, a View Filter will be created.
But it always comes back with a “blank” Reference Level.
Did I do something wrong with the Rule Type? It’s already set to “Equals”
Also, when I run it in Dynamo Player / re-run it in Dynamo by selecting a different element, the previous run will be overwritten. How do I stop this?
I tried placing the Transaction.Start and Transaction.End. But it still doesn’t work.
Also, is there other ways of selecting Colour Palette for Dynamo Player? It seems to be unsupported
This should only happen(?) when the graph is ran in Dynamo.
It is because of Element binding. See this post.
Remove the Element binding save it and then only run it with the Dynamo Player.
PS
Most of the time it is also a good idea to not only post your .dyn but also a screenshot
with previews of the node.
Some people on this forum - who might be able to help you - might have no access to a computer but can help just by seeing a screenshot of the graph.
The filter is looking for the Reference Level element. You’re providing the name. Skip the Element.Name node when creating the filter in your graph and try again.
With how it’s currently set up, it creates a Filter, just that it doesn’t set the Reference Level directly.
If I skip the Element.Name, it comes back with error, and no filter is created.
The next thing that I want to do is to set it so that for each Reference Level, there will be one Filter.
my Current flow creates mutiple Filter Rules instead.
Is there a Dynamo Node that counts all of the LEVELS created in the project?
I tried looking around the forum and it keeps coming back with info on LEVELS in Lists.
I want to find the number of LEVELS created in the project.
If its 5 levels, then it becomes 0,1,2,3,4 and place them in colour range, so that I can Override the Graphic Settings.
I saw guides for doing this, but not on the count of all levels created in the project
Thank you very much!
Managed to do this for Structural Framing
Now I want to make it so that it works for Structural Column for Base Level and Floor for Level
I tried and it didn’t work, can you see whats wrong with my work?
Works when it’s only Structural Framing, but doesn’t when I add in Floor
Does it mean that Rules have to be Categories which contains the exact same parameter?
If thats the case, Reference Level =/= Level, so the dyn is failing?
I don’t think it should be an issue cuz Revit allows multiple categories of different parameter, but I can’t understand what I did wrong from the error given.