Hello.
I am working with generative floor plans and I want to be able to change the height of the walls individually, but currently, I have mutiple walls on top of eachother. Is there any way to cull or remove the lines that are on interesecting?
Example:
Custom Script Test 2.gh (33.0 KB)
Hello,
Your GH file contain a lot of plugins and some geometry is not internalized.
I made a short attempt on a few overlapping rectangles. Splitting each curve at each vertex, then removing duplicates seems to work.
Have a try on your file, and if it doesn’t work please upload your curves internalized, removing all unnecessary components.
RemoveOverlaps.gh (10.0 KB)
That worked! Thank you so much.
1 Like