I hope that the topics hasn’t been already discussed but here is my question. I have a list of breps and I’m trying to count the number of identical breps. My idea is to decompose each breps and compare the length of each edges. Therefore I use the component “CreateSet” and “MemberIndex” which works great when I compare the volume of breps (but not precise enough). However I don’t get the expected result as shown on the example below.
Thank you for your answer and sorry if I’m not being clear.
On the input there is 2 identical list [0;1;2] and 1 different list [3;4;5]. I wish that the results would show me that there are 2 identical lists and 1 different list (left pannel of the expected results) and that these lists are respectively the [0;1;2] and the [3;4;5] (right pannel of the expected results).