View.SetFilterOverrides from Archi-lab does not work

Hi all,
I am trying to set overrides for filters. I used View.SetFilterOverrides from Archi-Lab but it seem not work. i received error message like "Warning: One or more of the input types are not matching. Couldn’t find a version of SetFilterOverrides that takes arguments of type (__array,__array)"
Have i made some mistake with this node? Can you give me some advise?
I would like to attach my dyn file and revit file. I am using Revit 2017, dynamo 1.2.0, Archi lab package 2016.12.7
Thank you!
Override.dyn (10.1 KB)
override.rvt (2.8 MB)

You are mixing up nodes that come from multiple locations. There are some nodes in Dynamo OOTB (out of the box) that do the exact same thing - or they were meant to but don’t. Their names are the same so it can be confusing. I am aware of the fact that some nodes in my package are duplicating Dynamo OOTB functionality and I will delete them as soon as Dynamo’s OOTB nodes perform as well as mine. :slight_smile: I have submitted some of this to Dynamo’s repository and as soon as it gets released as an official version I will delete that from my package. In the meantime make sure that you use either one or the other but not both mixed together:

2 Likes