Hello,
I am working on a creating walls using blocks in grasshopper. But I am stuck working with the intersection of walls (anyway I am working with points right now). Please check the image below.
This is what I want to do, Firstly I divided my interior walls by two directions X-axis and Y-axis. When I do the set difference for X-Axis wall I am getting it correct in only X-axis wall but the Y-Axis walls are wrong.
I dont wall the starting points of the wall to be deleted from the set difference but only the intersecting points in the middle of any wall should be deleted.
I think it can be easily understood when seen the script. I am attaching the script here. Any help would be appreciated, Thanks Set difference.gh (30.1 KB)
Hello @kev.r , Thank you so much and It is working. But actually after sending this question, I divided the points into blocks (like 5 points equals one block in the wall) and then made the wall with array of the resulted points and tried the same thing you did but I am getting a small problem near Tree split (I think the mask I am trying to give is wrong in this case)