Automatic Line Jumps

Hi,
is there a way to prevent lines between blocks avoid other blocks.
The line from.pdf (58.0 KB)

Regards
Dag

Unfortunately there is no builtin automatic mechanism in Diagram Studio that does that. The only workaround is that you calculate the line position yourself.

Hi,
It's ok but can you please save some time for me advicing how I can get hold of the two breakpoints on my line. VCan't find anything about this in the documentation there is.
Tryed with MyLine.Points[] without luck.

Regards

The key here is to use Handles property, not Points. That's the property you should use to position the intermediate handles of the line.