Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic arrow routing question (Read 2722 times)
sbailey
Junior Member
**
Offline



Posts: 61
Location: MD
Joined: Apr 24th, 2009
arrow routing question
Sep 25th, 2009 at 8:17pm
Print Post  
Is there any way to force an arrow going into a table to end with a horizontal segment, i.e. ---->| rather than coming in vertically down the border of the table?

Besides doing it by hand, of course, which I'll do if there's nothing automatic.
  

Editor Programmer&&Bethesda Softworks
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: arrow routing question
Reply #1 - Sep 28th, 2009 at 6:01am
Print Post  
If using auto-routing, set a larger RoutingOptions.NodeVicinityCost value. Otherwise, try this:

fcx.ArrowStyle = asPerpendicular
fcx.PrpArrowStartOrnt = soHorizontal
fcx.ArrowSegments = 3

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
sbailey
Junior Member
**
Offline



Posts: 61
Location: MD
Joined: Apr 24th, 2009
Re: arrow routing question
Reply #2 - Sep 30th, 2009 at 2:30pm
Print Post  
Can't believe I missed StartOrientation and EndOrientation in the docs. I see them now. Thanks!
  

Editor Programmer&&Bethesda Softworks
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint