condition:
I created my flowchart with about 20 boxes. Some of them connected by arrows which mean orgin box and dest box have some relations.
the most important requirement is hope the total arrows' length are as shorter as possible.In order to clear display.(box location is arranged like grid and fixed. )
boxes initial with 4 anchorpoints in each sides.
some conditions I need the arrow from the same anchorpoint and other purposes need the arrow from the "not used" anchorpoint. (It's means if the better side to allocate arrow Oring anchorpoint is occupied, I need to new anchor point beside it)
So, the problem I confront now is :
???
Which method or way can judge the anchorpoint is used ?
and then I can judge whether add the anchorpoint dynamically or not.
first time post here,need your help, sincerely