Using VB to Arrange Balloons, Need Balloon Arrowhead Point

Using VB to Arrange Balloons, Need Balloon Arrowhead Point

Anonymous
Not applicable
780 Views
8 Replies
Message 1 of 9

Using VB to Arrange Balloons, Need Balloon Arrowhead Point

Anonymous
Not applicable
Does anyone know how to find the location of an arrowhead point of a balloon?

We have a VB routine that arranges the balloons around the view but in order to prevent crossing leaders we need to know the arrowhead points for each balloon.

Any help would be appreciated.

Thanks in advance,
Nole Martin

Edited by: nole.martin on Nov 26, 2008 9:49 PM
0 Likes
781 Views
8 Replies
Replies (8)
Message 2 of 9

Anonymous
Not applicable

Balloon.Leader.AllLeafNodes.Item(1).Position
returns a Point2d indicating the leaf node (arrow) position. Note that there
could be several leaf nodes. The line above identifies the first
one.

 

Sanjay-
0 Likes
Message 3 of 9

Anonymous
Not applicable
We are using Inventor 11 and balloon.leader seems to be missing.

Can you tell us what version of inventor this feature exists in?
0 Likes
Message 4 of 9

Anonymous
Not applicable

This feature is new to Inventor 2009. I'm not aware
of any workaround for previous releases. Sorry.

 

Sanjay-
0 Likes
Message 5 of 9

Anonymous
Not applicable
Thanks for your help.
0 Likes
Message 6 of 9

Anonymous
Not applicable
Is VB6 is compatible with Inventor 2009?
0 Likes
Message 7 of 9

Anonymous
Not applicable
Only on 32 bit Operating systems.

nole.martin wrote:
> Is VB6 is compatible with Inventor 2009?
0 Likes
Message 8 of 9

Anonymous
Not applicable
Nole.Martin,

I would appreciate if you could tell me about the VB routine your using to prevent the crossing of leaders as I to need to simaulate autoballoon programmatically.

Thanks,
Ram
0 Likes
Message 9 of 9

Anonymous
Not applicable

Hi,my friend!You must have solved the problem above. Now it's my turn to face it .I woule apprecite it if  you couled give me a sample .

0 Likes