I have created a triangle grid, and I am trying to grab all points that fall within a polyline. I think I have been able to grab it using a Polyline Containment, but I am struggling to figure out how to generate those points from the “Inside” output from that node. Can anyone help me figure out how to convert that output into points?
Points in polyline.gh (17.5 KB)
Ok, nevermind. I was finally able to figure out I was culling the wrong number. Changed the panel from 1 to 0 and it works. I read the output wrong.