Hello Guys ,
i want to split ths two lines that intersected in point, i have coordinates for each x maximum and x min. and y max. and y min ,
i know,one of them is xmax and the another should be in this case minimum
one also is ymax and another should be ymin
i used topology builder static to make group network id and it did correctly but this two lines i do not want to be in the same group
so i used clipper points as input and lines as clippe but i found it did nothing .bcs i used after that zopology builder static and it consider both of them in the same group and i want to give each one new network id
so is it possible , to make topology builder static with condition that create network id for all lines except the when it occurs value of x max equal value of x min ,value of y max equal y min .do we have conditional to write it for topology builder .
or could i use clipper to split two lines when x min value and x max are equal
y min is equal with x min .