Quite a few years ago I wrote a little utility that lets you create, view, and edit attributes within a document. If you’re relatively new to the Inventor API and are wondering what attributes are, here’s a post giving a quick introduction.
I’ve used the utility quite a bit over the years and haven’t had any problems but someone recently reported a problem they were having and I had a hard time believing that the problem could exist. I was finally able to reproduce the problem and found out it could be a fairly common problem, it’s just that I happened to always use a certain workflow that avoided it. That’s why it’s always good to get someone else to help test your programs.
I’ve fixed the problem and have a new version available. If you already have a version of “Attribute Helper” installed, you should first uninstall the version you have, which you can do using the standard Windows uninstall utility where you should see “Attribute Helper” listed as one of the installed programs, as shown below.
Once it’s uninstalled, you can install the new version of Attribute Helper. There is some help documentation delivered with the utility with instructions on how to use it and you can quickly determine if it was installed correctly by checking to see if the Attribute Helper command is now available in the Tools panel when you have a document open.
And when you run the Attribute Helper command, you should see the dialog below with the version displayed being “2.4”, as shown below.
I’ve also made the source code available on GitHub
As always, please let me know if you find any problems or have suggestions for improvement.
-Brian