Self Links

Hi,

I have a diagram which have nodes that have many (between 1 and 15) self links (links which connect the node to itself).

Each self link has meaning which mean I need to be able to visually separate between them and be able to select each individual node with the mode.



The problem is that currently all the self-links start and end on the exact same points on the node bounds.



All my nodes have LinkPointsSpread set to true.



Thank you,

Ido.

Yes, the current GoBoxPort doesn’t support multiple self-links with LinksPointsSpread. It’s not a usage we anticipated.

I’ve manage to fix it, I’ve set AdjustingStyle = GoLinkAdjustingStyle.End and now each self-link is stand on its own.



Thank you.

ah… OK. I don’t understand why that helps.