Hi,
I have two line.
I would like extend the first one until the second one intersects, but without indicating which is the second one.
In other words, extend to the nearest line. Are there any node to do that?
Hi,
I have two line.
I would like extend the first one until the second one intersects, but without indicating which is the second one.
In other words, extend to the nearest line. Are there any node to do that?
As @awilliams suggested use Geometry.DistanceTo, find the min distance, filter, extend with Springs.LineLoop.Merge
It works, thanks!
Thanks for answer me, it works!