No differences between "geometry. intersectAll" and "geometry. intersect"

Hi,
I start learning dynamo, and I create my first file. i want to create an element on ich intersection between walls and ducks.

to do it, I creat one list with all walls and one with all ducks. Next, i want to intersect all geometry off the two list.

using " geomatry.intersect" dynamo intersect the first element of ich list, next the second one of ich list,…

But with “geomatry.intersectAll” is the same result. in my exemple I normaly have four intersection but dynamo only find two.

link wetransfer to download .RVT and . DYN files :https://wetransfer.com/downloads/44ebbe879e4470f4f3c5d68af4cf333920170530133245/5d2437cf2c233de82bbf132064f522fb20170530133245/144925

thanks for your answers

Cyril

Hi,
I think reading the part about lacing would help you.
http://dynamoprimer.com/en/06_Designing-with-Lists/6-1_whats-a-list.html

Dir Joan,

Thanks a lot, I find the problem

Cyril