Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Arrow bounds (Read 2721 times)
koosala
Full Member
***
Offline


Java Happens

Posts: 136
Joined: May 13th, 2007
Arrow bounds
Nov 7th, 2007 at 12:44am
Print Post  
Hi,


Can I force the arrow to stay within the bounds of the flowchart, even when the boxes are moved around?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Arrow bounds
Reply #1 - Nov 7th, 2007 at 10:24am
Print Post  
Hi,

If you need this for auto-routed arrows, you could place a transparent box in the background, make it as big as the diagram, and then the route-finding function will be limited to the boundaries of that box.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
koosala
Full Member
***
Offline


Java Happens

Posts: 136
Joined: May 13th, 2007
Re: Arrow bounds
Reply #2 - Nov 28th, 2007 at 6:49am
Print Post  
Hi,

I have the flowchart that is 600 X 600 inches. Do you forsee any performance problem that can be caused by placing a large rectangle of that size?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Arrow bounds
Reply #3 - Nov 28th, 2007 at 7:36am
Print Post  
Hi,

The box size should not cause problems. However, if an arrow goes from one corner of this rectangle to the opposite one, the algorithm might not be able to allocate enough memory for the grid it uses to find a path. And even if the memory is enough, I guess it will take a lot of time to evaluate the paths for such long arrows.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint