Good morning I need to select only wall types whose name contain “C” or “concrete walls” so that I can insert a parameter into them
The challenge I am having is being able to filter the walls I need from a project that has studwalls and masonry. What would be that best way to approach this?
I am thinking in terms of how I would only select items in a view filter but that doesnt seem to apply here.
Thank you, let me try that. Its all about knowing the nodes.
@jacob.small , I just found the time to try this out and it worked out well.
Thank you for you help. Glad it was all done with OTB nodes.
I guessing the list.filterbyboolmask node can be used to filter out items by a parameter if I wanted to? - all items which this yes/no = true just by plugging the right condition graphs to the mask ?
What is the difference between the node you suggested and the List.Filter node?
1 Like
Yes. Set up as many boolean tests as needed, just be sure that in the end your boolean list(s) are structured in the same way as your elements, and be sure that you filter the right list (often we see people filtering the booleans or parameter values, not the elements).
Easiest to show what List.Filter is, and let you come to your own conclusions: Dynamo Dictionary