Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Balloon overrides that update

2 REPLIES 2
Reply
Message 1 of 3
Jam_Jumpin
270 Views, 2 Replies

Balloon overrides that update

I want to override a balloon to say

 

25m

 

Is there a code I can type in the balloon override so that if 25 changes it will update to say 26m

 

i.e. something like:

 

<item>m

 

 

Inventor 2014

 

Tags (2)
2 REPLIES 2
Message 2 of 3

Hello Jamjumpin,

what you are looking for should be available using ilogic or VBA (for example using the code in an API

oBalloonValueSet.OverrideValue = oBalloonValueSet.ItemNumber & "M"

 

Other possibility (even if not exactly what you are looking for but maybe could be helpful to other users):

=> define in components custom iproperty with text value to display in balloon for example "M" => define "circular 2 entries" (or None - all entries) balloon type in the style of the drawing => assign iproperties "Item" and "M" => both values will be displayed but vertically (and not horizontally).

 

I hope that will help.

Best Regards

 

Please, hit the Accept as Solution button if my post answers your question.



Nicolas Bourquin
Message 3 of 3

Hello Jamjumpin,

I forgot to indicate that users have the possibility to enter their own propositions of enhancement for future release of Inventor at this link:

Inventor ideastation

Autodesk reviews regularly these propositions posted and adds status and comments.

Many thanks and Best Regards

 

Please, hit the Accept as Solution button if my post answers your question.



Nicolas Bourquin

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report