I try to draw 2 Separate lines but in the widget when I draw them at the same time they connect together .
Please if anyone has any solution for this share it with me , I really stuck.
It’s not about structs. It’s about Draw Line vs Draw Lines nodes.
Draw Line draws from A----B
You can call this many times and draw lines with their own unique AB coords.
Draw Lines draws a line from A----B----C----D and so on…
Point C is shared between the 2nd(BC) and the 3rd(CD) line. This node continues drawing using the previous point as a starting point for the next line.
But it seems counterproductive at a glance. Although, I’m pretty sure there a niche where this could be utilised - depending on the format of the piped in data.