Geometry insection not working with plane at origin

Hi,

i am trying to find the intersection of Plane at origin with the featurelines (Please see attached image),


if i am correct planes are extended in defined direction…with this logic i should get the intersection point. but geometry.doesintersection shows false result. what am i missing in the workflow ?

Probably just need to change the lacing. As you have it now, it is not getting the intersection of each polycurve with each plane. This will always happen whenever you are dealing with lists of different sizes (i.e. there are a lot more planes than polycurves).

Trying setting the geometry input to @L2 and the lacing to longest. If that doesn’t work, just play around with it until it does :slight_smile:

Thanks, its resolved with this setting.