i used Network topology builder calculator , and each line has specific id so i get the output for which id is connect to which id ,but i have one problem when more than one line intersected it repeats id more than one time bcs as example id 5 connects with id 7 and id 9 and id 10
so it repeats one id ,many times it depends how many lines connected to the same point ,
so i would like to ask ,how could i give for all connects point the same id_network
bcs if A connects to B
and B connects to C
so A CONNECTS TO C
so all of them should have the same id _network
id_network for A =8
id_network for B= 8
id_network for C = 8
I WANT TO give the same id_network for all lines connects to the same point
i do not want to repeat one id more than one time .