i have 5 pathes of lines and they intersected in one point and each path has 4 connected lines and each lines has his own id .
when i use network topology uilder by id ,i find it considers all lines in all paths as connected has the same value of network id
i want to work on each 5 paths but as not connected in one point ,how could i do that .
i mean ,as first path that has 4 connected lines and each lines in this path connected till the point that intersected with another paths
i want to consider 4 lines in each path as conneced but not connects with another path
i do not want to consider every path that includes lines as connected to other paths .i want to make each path as seperated ,how could i do that.Thanks