I am TRYING (without success) to build areas from parallel horizontal and vertical lines.
After MUCH work i finally have 2 areas that will simply not create areas.I started with parallel lines.
use Intersector and others.
but end up with 2 areas that are missing because of one line that the intersector chopped that is always incomplete in AreaBuilder.



I then get all the parts back together build area and 1 of the areas does build. Then i get the 3 segments back together againand do some more extending, filtering and then finally get 3 of the needed sides together. then i use the fourth side from earlier and try to build the area again
and i get this. How is this? If the previous
The combined line coordinates look like this.
then the line closer coordinates look like this. hit my limit of images. so see reply







This is using your sample fmw. with topologybuilder.
I used the TopologyBuilder > AreaBuilder method right after the GeometryFilter_2 (which I believe is the correct area of your workspace, my apologies if that is not the correct spot). Please note the tolerance parameter in the TopologyBuilder > Advanced is set to automatic so this resolves the issue with the line not overlapping:

