How to cross reference data?

Hi!
I want to cross reference the following:

  • The points in {0} (top left panel) with the planes in {0;0}, {0;1}, {0;2}, {0;3} (top right panel)
  • The points in {1} (top left panel) with the planes in {1;0}, {1;1}, {1;2}, {1;3}, {1;4} (top right panel)

However, the result is not that (se the bottom panels). The points in {0} are only cross referenced with the plane in {0;0}. The rest of the planes are cross referenced with the points in {1}.
Does anybody know how I can fix this?

Kind Regards
New guy on Grasshopper

I think by removing the graft on the Plane from Normal component you’ll get what you’re looking for

That is true. However, I want the result of the cross reference to be divided into similar branches as it is right now.
When I remove the graft, a set of branches goes away.

I would then Partition List using List Length :slight_smile:

1 Like

Amazing, thank you very much! :slight_smile: