Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Expected behaviour from GridRouter::SetQuickMode() (Read 1745 times)
Kim Lillås
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 26
Joined: Aug 18th, 2016
Expected behaviour from GridRouter::SetQuickMode()
Oct 18th, 2016 at 7:16am
Print Post  
Hi!

Do you happen to know of some resources (pictures, projects, ...) which would visualize the different behaviour of all these routing configurations, especially the SetQuickMode() in this case.

It would be good to gain a basic understanding of what to expect for different diagram scenarios before I dig myself any deeper into this hole.

Greetings,
Kim
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3154
Joined: Oct 19th, 2005
Re: Expected behaviour from GridRouter::SetQuickMode()
Reply #1 - Oct 18th, 2016 at 9:08am
Print Post  
Hi Kim,

It sets following properties -

Code
Select All
CrossingCost = 0;
LengthCost = 2;
NodeVicinityCost = 1;
TurnCost = 1;
DontOptimizeLongRoutes = true;
RouteHeuristics = DistSquare; 



You could try these in the "Routing" sample project.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Kim Lillås
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 26
Joined: Aug 18th, 2016
Re: Expected behaviour from GridRouter::SetQuickMode()
Reply #2 - Oct 18th, 2016 at 10:33am
Print Post  
Thanks!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint