Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How we can draw the link by using Path returned by PathFinder (Read 4375 times)
Todkar
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 20
Joined: Jun 24th, 2013
How we can draw the link by using Path returned by PathFinder
Oct 14th, 2013 at 7:10am
Print Post  
Hi,

How we can draw the link by using Path returned by PathFinder ?

Does PathFinder helps to find out shortest path? if yes how we can use the same to draw the link?

it will good to understand if you provide me example.

I am working on latest version of Silverlight and mindfusion.


Thanks,
Jayraj
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: How we can draw the link by using Path returned by PathFinder
Reply #1 - Oct 14th, 2013 at 9:22am
Print Post  
Hi,

PathFinder returns the shortest graph-theoretic path: a list of nodes and links you need to pass through to get from origin node to target node. To find a geometric path for a link that does not cross other nodes, call the link.Route() method.

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