Hello guys!
I'm trying to use a duplicated elements check on BIT but it's not working, a fail message with redundant criteria is appearing
Gelöst! Gehe zur Lösung
Gelöst von JasonKunkel. Gehe zur Lösung
Please look at any of the Revit Model Best Practices checksets in the Public Library for a duplicate element check that won't error. It's not perfect, the location redundant check is always a little finicky, but it mostly works and no need to make something that is already made.
is there some way to copy across checks because I'm trying to make one that simply lists out all instances of duplicates, and a few other types of lists that I can simply use for reviewing models or give to the model teams.
When you say "copy across checks" do you mean:
1. take the results of one check and compare to the results of another check
or do you mean
2. create one check and copy it to easily edit it
?
1. is not possible, but 2 is.
And you might mean 3. which is something I have not captured above.
@karina.honda47NN4 I used Match RegEx with the value
\s\d+$
\s matches a space character.
\d+ matches one or more digits.
$ asserts the end of the string.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.