I basically want to achieve the same thing in Tikz as Ilonpilaaja in the following question:
However, I have to do this multiple times with nodes that are spread around more chaotically. I am not happy having to manually specify all the points the curve has to pass through (X.south west, X.south east, etc.). I'd rather specify the coordinates that it has to pass some distance around.
To put it another way: I'd be quite happy with a cycled path with rounded corners, but then I'd want specify the center for each 'corner arc' rather than the underlying 'sharp corner' points. One could be translated to the other, but as far as I can tell this would require tedious calculation of angles.
Is there a (simple) way to do this?
hobbypackage might be useful here- there are a few good demonstrations on this site, it's just a matter of some google fu :) – cmhughes Aug 30 '13 at 00:27outer septo.5\pgflinewidth + <radius of corner arc>so that the center of those arcs still lie on the outer border of the node path. — Another idea would be to find a node’s anchor that lies more away from other nodes to use as a connection. – Qrrbrbirlbel Aug 30 '13 at 03:03