Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic reverse the direction of an Arrow (Read 2936 times)
davidw
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 4
Joined: Sep 28th, 2005
reverse the direction of an Arrow
Sep 28th, 2005 at 3:10pm
Print Post  
How can I reverse the direction of an arrow when it is double clicked ?

TIA
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: reverse the direction of an Arrow
Reply #1 - Sep 28th, 2005 at 4:35pm
Print Post  
Hello,

If it's only for the visual effect, swap the ArrowHead and ArrowBase shapes. That will make the arrow look as if pointing in the opposite direction, without actually changing its OriginBox and DestBox nodes.

If you need the arrow to go from its original destination to its original source, I cant think of another way to do that except this one:

- create a new arrow from the old destination to the old source
- copy the Segment property
- copy all CtrlPtX and CtrlPtY values
- delete the old arrow

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