Not that much, but the idea is to remove the unused parameters comes from the manufactures, while i want to connect them to my database parameters which are customized to our use.
I’ve tried to get all parameters of all open families and Fitch them back to “delete parameters node”, but the issue is that I need to filter out all built in parameters which can’t be deleted, is my approach is correct or I should look to another way of doing things?
I think your approach is correct.
The only thing you need a list of parameters you don’t want in your families.
Then you can filter this list against the output of the “parameter.parameters” node.
An example of the Filter (BoolMask) can be found in the topic below.
Thank you for your moral sense of protecting the property of others, I totally agree with you, but now that we are in front of open BIM, while all BIM contents are available for all without any restriction, what I use here is a generic family, and still have unwanted parameters.
furthermore, I was explained in the threads before, that my approach is to have all information related to families stored in an external database, rather than store hundred of parameters in Revit.
@MJB-online;
I’ve tried to filter out the built parameters using the following script, I know this not the best, but unfortunately still not works.
Appreciate all replies on this subject, Thank you all.