I have a network of connected points and lines, and I’m looking for a way to create a selection set of points along the network, the key being I want to only select every other point. I tried modular selection counts (odd vs even numbering), network topology build for start and end node, but I can’t seem to get the results I’m looking for.
Below is a screen capture - I want to eliminate points in between, those circled in red below in this example. Is there a way to somehow bypass these in my selection set i.e. select 21, skip 22, select 19 etc. I want to be able to do this for a network of 10K+ lines/points.



