Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Rotating two object at the same time. (Read 2607 times)
parkwonwoo
Junior Member
**
Offline


Open the Podbay Doors
HAL!

Posts: 61
Joined: Dec 8th, 2006
Rotating two object at the same time.
Jan 2nd, 2007 at 4:17am
Print Post  
I draw a Big Box and add some arrows on that Box, like a picture.

and I want to rotate the box and arrows at the same time. at the same amount of angles.

In this case, for this, what connection method(grouping? relation, containing?) is needed to between box and arrows.

I dont know...
  

OS: WinXP sp2&&RAD: Borland Delphi7, C++Builder6, JBuilder9&&FrameWork: VCL+Win32 or J2SE&&FCX: FCX 4.1.x
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Rotating two object at the same time.
Reply #1 - Jan 2nd, 2007 at 9:14am
Print Post  
It is not possible to rotate the arrows connected to a box. We can add a new property that will let you enable rotation for self-loop arrows and for arrows that are connected to only one box, if that's what you need.

If you draw arrows around a box only to achieve some visual effect, you might create a custom shape and add decoration lines to it using the ShapeTemplate.AddDecorationLine method.

Happy New Year!
Stoyan
  
Back to top
 
IP Logged
 
parkwonwoo
Junior Member
**
Offline


Open the Podbay Doors
HAL!

Posts: 61
Joined: Dec 8th, 2006
Re: Rotating two object at the same time.
Reply #2 - Jan 2nd, 2007 at 11:31pm
Print Post  

I mispelled the question word., - -;
"a Big Box and add some arrows on that Box"
>> some arrows in that box.

box look like empty canvas, and

arrows look like drawing in it.

so I want rotate the "box-contained objects" at the same time.

is this possible?

  

OS: WinXP sp2&&RAD: Borland Delphi7, C++Builder6, JBuilder9&&FrameWork: VCL+Win32 or J2SE&&FCX: FCX 4.1.x
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Rotating two object at the same time.
Reply #3 - Jan 3rd, 2007 at 6:33am
Print Post  
There is no built-in support for that. You might implement it yourself by adding a transparent box over the arrows, and make the arrow points follow the box rotation. Or can't you create a custom shape using the ShapeTemplate class and assign it to a box, instead of using arrows?

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