Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Links joining links (Read 1605 times)
Viev
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 15
Location: Australia
Joined: Jan 3rd, 2015
Links joining links
Jan 3rd, 2015 at 11:07am
Print Post  
Hi there, does anybody know how to make a link join a link and to allow a link to join a link when creating a new link by dragging a new link (rather than programatically).

See the attached file as an example.
  

LinksJoiningLinks.png (Attachment deleted)
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Links joining links
Reply #1 - Jan 5th, 2015 at 8:39am
Print Post  
Hi,

There is no built-in support for that. You might use a small invisible node attached to the target link instead, and connect origin links to it. See the TernaryConnections sample project for an example how to detect drawing link to another link, but instead of splitting the target link to create three-way connections, just attach the helper node to it by calling node.AttachTo(link, ...).

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint