Hey, maybe this is more complicated then it looks: I have a bunch of 2d curves and I´m trying to generate the surface “in between”. Some curves intersect others, some do not. What I tried so far:
-
Shatter the curves on the intersection points. Doesnt work for all curves because some have no intersections. It´s also hard to shatter/remove the correct curve segments because how do I filter for the correct ones (blue or green?)
-
Extending the curves first to generate intersection points. Then use Surface-Split component. With a concave shape this generates a lot of intersections that do not represent the correct corner points of the disired shape. The inner region will be cut into many different pieces.
-
Using the “Region” component of the Fennec Plugin: Doesnt work because all lines have to intersect. By extending all lines first the surface (again) will be cut into several different pieces.
I guess it has to be kind of a two step process where I first somehow connect the intersecting curves, then extend those ones with all the others. Can´t make it work
Please help! Thanks in advance!
Related but not working for me:
question2.gh (1.1 KB)
question.3dm (171.8 KB)