req: macro to change balloon number

req: macro to change balloon number

Anonymous
Not applicable
406 Views
4 Replies
Message 1 of 5

req: macro to change balloon number

Anonymous
Not applicable
Can anyone provide me a code to change the balloon number? Somthing like giving a integer a number. You click on a balloon and it will fill in this number.

thx in advance!
0 Likes
407 Views
4 Replies
Replies (4)
Message 2 of 5

Anonymous
Not applicable
Perhaps this can help: http://www.mcadforums.com/forums/viewtopic.php?t=4272

--
T. Ham
CAD Automation & Systems Administrator
CDS Engineering BV

HP xw4300 Workstation
Dual Pentium XEON 3.6 Ghz
4 GB SDRAM
NVIDIA QUADRO FX 3450/4000 SDI (Driver = 8.4.2.6)
250 GB SEAGATE SATA Hard Disc
3Com Gigabit NIC

Windows XP Professional SP2
Autodesk Inventor Series 10 SP3a
--
0 Likes
Message 3 of 5

Anonymous
Not applicable
actually not,

The intention is to renumber the balloons just by clicking on them one by one.
I always renumber my balloons clockwise. So for the moment I have to edit every balloon one by one.
A much easier way would be that you start with a variable x=1, click on a balloon and it will fill in 1, then x=x+1 => click next balloon and it will fill in 2, ....
0 Likes
Message 4 of 5

Anonymous
Not applicable
Then you want this:
http://www.mcadforums.com/forums/viewtopic.php?t=1942
It does exactly what you describe. Works with Inventor
version 9 and up.

Bob S.

Stefaan Boel wrote:
> actually not,
>
> The intention is to renumber the balloons just by clicking on them one by one.
> I always renumber my balloons clockwise. So for the moment I have to edit every balloon one by one.
> A much easier way would be that you start with a variable x=1, click on a balloon and it will fill in 1, then x=x+1 => click next balloon and it will fill in 2, ....
0 Likes
Message 5 of 5

Anonymous
Not applicable
Bob! You made my day!
This is indeed just what I needed! Superb!
0 Likes