Several times in the past I ran into a situation like this but I never came up with an elegant solution. I can workaround it with Solid Union component but It is very heavy computationally and I bet It can produce more problems than that. Maybe I am missing something horribly and finally, I decided to ask.
I got a couple of regions/surfaces with holes inside (this way surface edge is made of more than only 1 closed curve) and I want to combine them. As I mentioned earlier, Solid Union is too heavy.
Any ideas?
Thx, I already know a method, but I am looking for more efficient ways. In things I do, there eaisly can be 20x more elements, so time differences may grow to pretty big numbers. I am away from computer now, I will check your proposal later.
@maje90
I took a closer look at your proposal. Your solution compared to my primitive approach is very fast! Thank you very much. It will help me in different places.
@anon39580149 Thanks, I am using Heteroptera from time to time.
EDIT: I should hold my horses for a second I ran into some issues with that method, I will try to solve them myself.