BIM INTEROPERABILITY TOOLS - Duplicated elements check not working

BIM INTEROPERABILITY TOOLS - Duplicated elements check not working

karina.honda47NN4
Contributor Contributor
1,367 Views
4 Replies
Message 1 of 5

BIM INTEROPERABILITY TOOLS - Duplicated elements check not working

karina.honda47NN4
Contributor
Contributor

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

 

karinahonda47NN4_0-1657287901042.png

 

0 Likes
Accepted solutions (1)
1,368 Views
4 Replies
Replies (4)
Message 2 of 5

JasonKunkel
Collaborator
Collaborator
Accepted solution

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.


Jason Kunkel
Senior Practice Manager, Architecture and Engineering
CADD Microsystems Blog
RVIT Blog | Twitter | LinkedIn
0 Likes
Message 3 of 5

tnievesP53K8
Enthusiast
Enthusiast

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.

0 Likes
Message 4 of 5

JasonKunkel
Collaborator
Collaborator

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.


Jason Kunkel
Senior Practice Manager, Architecture and Engineering
CADD Microsystems Blog
RVIT Blog | Twitter | LinkedIn
0 Likes
Message 5 of 5

T52K-BIB
Enthusiast
Enthusiast

@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.

 

MC Condition.png

0 Likes