Data matching

Hi guys!

I’m trying to achieve same data structure using two different components. As you can see in the pic, the result is not the same:

I would expect that Brep|Brep component outputs the same structure as Shape in Brep. How do I get out with 40 branches with 240 items in each (or better put; intersection sets per panel)?

Best regards,
AM

Here is a simplified version of my file.
test.gh (1.3 MB)

Hi,

you can check attached…

DataMatch_RE.gh (1.3 MB)

1 Like

They don’t give the same results at all. ShapeIn gives 40 X 240 = 9,600 results, as expected. BBX gives 240 intersection curves, same as the number of ‘Hinges’, again as expected.

Check this as well.


TEST_reV1.gh (1.3 MB)

1 Like

Thanks guys!