Third new topic today, sorry, but I’m almost there. I’m stuck on one last thing, though:
Is there an efficient way of connecting these two paths at the intersection? And what about cases like this:
Here, I would like to connect them at the point as shown in the background. Of course, what I can do is connect the two paths and then run the “make Corner” method on the path, which is what I would do manually. Can somebody help me with a more programmatically elegant approach, though? Thanks!