Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Destination-less links (Read 1782 times)
Alexey Kiselev
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 5
Joined: Oct 15th, 2012
Destination-less links
Oct 19th, 2012 at 2:10pm
Print Post  
Hi there!

In our pipeline designer we need to draw a pipe. Pipes can only be straight. It's not required that a pipe to be connected to other objects at first time. Origin and destination can be provided later during design. Is it possible to implement such behavior of Link?

Should I create a custom node for pipe? And is it possible to snap nodes to other nodes?

WBR,
Alexey.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Destination-less links
Reply #1 - Oct 19th, 2012 at 2:28pm
Print Post  
Hi,

Set AllowUnconnectedLinks = true to let users draw links without destination. To let them draw new links without origin, set Behavior = DrawLinks, or CustomBehavior to an instance of a class derived from DrawLinksBehavior. There's no built-in support for snapping nodes to other nodes.

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