Thanks Vicente my initial build was created by a point list which had to be adjusted depending on the TF boolean collection, this helps because it allows me to simply feed the list length and match the data collection
Lets say you had a grid of line segments vs points and you wanted to cull based on a list of TF statements from left to right similar to your post above, what would be the best way to do this. Would it be smart to use the vector decompose (I dont see a line or curve decompose, similar to how you used point decompose and extract the x values) Would it be smart to rearrange the the data structure with the path mapper so the data cycles through vertically vs horizontally? I guess what I am asking is in your opinion what would be the best way to cull in both the vertical (Y) and horizontal (Z) direction with line segments?