Back

Property Wizardry at Its Finest

Most of the seasoned Autodesk Inventor® users out there will have heard of iPropWiz. For those who haven’t, or for those new to the game, iPropWiz is an Inventor add-in created to simplify and ease the management of component properties. The native Inventor iProperty dialog is clunky to use and, though it supports the creation of custom iProperties, the interface supporting those is horrid. iPropWiz presents all the properties you are interested in, within a single view.

Over the years it has matured, moving way beyond just presenting properties to the user. In doing so, it continues to expand into areas within which Inventor performs inadequately.

IPROPWIZ HISTORY

Figure 1: iPropWiz V1 property editor

• 2002 – iPropWiz V1
• 2004 – iPropWiz V2
• iPropWiz V3 (Never Released)
• Late 2008 - iPropWiz 2009 (V4)
• 2010 - iPropWiz V5
• 2013 - iPropWiz V6



Figure 2: iPropWiz V6 property editor

A FEW QUESTIONS FOR THE WIZARDS

It has been nearly three years since I last got involved with beta testing iPropWiz V5. I’m at a loss to know where those three years have gone, but I do know they have most likely gone slower for me than for the wiser individuals among us. The upside to these foregone years is we now get to play with iPropWiz V6. I’ve taken this opportunity to not only fill you in on the new features, but also to ask its creators, Sean Dotson and Neil Munro, a few questions.

Scott: When and why did you start iPropWiz?

Sean: I first wrote iPropWiz in 2002 as a VBA macro.  I was tired of users using the wrong fields for properties (Descriptions vs. Title, etc.).  It was fairly primitive compared to what we now have.
Amen to that and thank you for ripping into it.

Scott: Were you both always involved? If not, how did the formidable partnership come to be?

Sean: Sometime after V2.2 I knew I was getting over my head in regards to programming.  I had turned it into an add-in at this time, but I lacked the skill set to evolve it further.  Neil and I had worked together (with Charles Bliss) on Animator, another add-in to do animations in Inventor. Since we worked well together, we partnered on iPropWiz and released v2009 soon after.

Scott: Are there any silent contributors to the program, other than the beta testers?

Sean: No—just Neil, myself, beta testers, and, of course, the support of our beautiful wives.

Scott: What’s your favourite new feature in iPropWiz V6?

Figure 3: Sean Dotson

Figure 4: Neil Munro

Neil: That's a better question for users, but I like that the new Property Editor is a modeless (non-blocking) window.

Neil is a user as well, so his opinion very much counts. Exposing the Property Editor permanently like this brings property management to the forefront of the design process. Ideal!

Scott: How would you define iPropWiz V6’s primary role?

Neil: Practices on how/when properties are filled in are so variable that we can't tailor it to fit one solution. The ability to make it easy to check and reasonably easy to fill in, is probably the best we can do. Encouraging users to fill in property info at the part level, or in small assemblies, is part and parcel of making it as painless as possible.

Scott: Where do you see iPropWiz going in the future?

Sean: We would like it to become even more engrained into the Inventor workflow.  We feel IPW offers the types of features that users want built into the product.

Scott: What would be your number one wish list item for the Inventor API to improve iPropWiz?

Neil: Better tools for dockable windows in Inventor.

Scott: Do you plan to expand it into other products? If not, why?

Sean: No. The time to learn other APIs and the costs associated with that mean it’s prohibitive.

I’m sure Neil and Sean would be open to coders from other platforms licensing the iPropWiz brand. 

Scott: Can you say roughly how many seats of active iPropWiz there are around the world? (Including 2009 and later)

Sean: We have roughly 350 separate companies using the product with approximately 2,750 seats sold. However, we know there are some people still using iPropWiz V2.

Scott: Without naming names, can you say what is your largest single installation of iPropWiz?

Sean: We have a couple of companies with 100 seat installs and several with 50+.

Scott: Why can't we purchase and download a licensed version of iPropWiz directly from the Inventor Exchange App store?

Sean: It has to do with our licensing structure.  We are working with Autodesk to find a way to simplify this.

Neil: I would add that we gear our sales to CAD managers or admins, not individual users (although we have lots of those as well). The Configuration Editor/Property Editor concept is there so standards can be better enforced by CAD managers.

Scott: How much is iPropWiz V6 going to cost, including upgrade pricing?

Sean: We have yet to set pricing for V6.

I’ve decided I’m going to ask this question at the end of every interview I do. Since we all know Sean is mad about sports and some of you may know Neil is a bike nut, I thought it was entirely appropriate.

Scott: Formula One or NASCAR?

Sean: I’m not going to answer that one.

Sean’s sick of this debate raging on Twitter and refuses to partake there as well. I think the American in him has to go with NASCAR, while he’s torn by the engineer in him going with the technically superior Formula One.

Neil: MotoGP, go "2" or go home!

Full respect to that answer. Those lads are nuts and bloody good fun to watch.

WHAT’S NEW

The layout from V5 remains largely unchanged, albeit with an improved user interface experience.

There are quite a few changes with this release. A number of them are subtle, so I will focus on the big ticket features, since you can read the official “What’s New/Read me” document to find out everything. Most of the changes are within the configuration editor, so let’s start there.

CONFIGURATION EDITOR

GENERAL AWESOMENESS

Maximum number of characters (see Figure 5).

Figure 5: Maximum character settings

• Drag-and-drop property reordering.
• Capitalize values by property and configuration.
• Configuration setting to prompt for unfilled required values when a document is closed.
• Improved property feedback: Modified aliases are bold; read-only checkboxes are filled in; assign expression buttons indicate availability.
• Configuration option to allow editing of properties in Inventor library parts.
• iPropWiz Copy/Paste tools now supports copy and paste across different document types, including the choice between copying the expression or the value.

Figure 6: Property extraction tools

• Significant improvements in handling property expressions.

In conjunction with the traditional expression tools available within Inventor but also with iPropWiz, Neil and Sean have introduced a Property Extraction tool (see Figure 6). Using this in combination with expressions will no doubt prove to be very handy. I look forward to getting rid of some iLogic code and those dastardly iLogic event triggers once I set about leveraging this baby.

NEW LIST TYPES

• Tree list
• Multi-property text list
• Material-based multi-property list
• Parameter-based multi-property list

Figure 7: iPropWiz V6 sports clever new list types

These are among the most powerful new features in iPropWiz V6 (see Figure 7). The Multi-Property, Material- and Parameter-based multi-property lists allow the administrator to monitor the value of a targeted property. When that property matches the criteria set by the list rule, it takes control of other preset properties. This can either be in the form of enforcing a value, or chopping and changing lists assigned to these controlled properties. Using material as a good example, steel has a different set of finishing requirements than plastic. These tools allow you to present those options to the user. Very, very cool stuff!

The Tree lists are a bit different. I personally wouldn’t have much use for these. However, for companies with huge unruly lists, Tree lists provide a means to organize the list values into logical folders or categories.

• Importing data from Excel into lists has been improved. Commented samples for all list types are provided.

EXPORTED MODEL & SHEET METAL PROPERTIES

Figure 8: Exported properties secondary format rule

• All exported properties now support an optional second format rule. A single comparison operator provides the division of "primary" and "secondary" formatting. (see Figure 8)
• iPropWiz can now export a set of ordered extents (smallest to largest). This is supported for both Model and Sheet metal extents.

Figure 9: Extents aligned to user-defined UCS

• Two additional model extents calculations:
o Align to User Defined UCS (see Figure 9).
o Align to the Principle Axes.

• Sheet metal properties:
o Three options for exported flat pattern area. Bounding box, outer loop area, and face area.
o Additional sheet metal properties can now be exported.

These new features are my favourites by a long way. I’m hugely excited by the possibilities of combining user-defined UCSs with the ordered extents options. This will result in a far quicker way of obtaining reliable overall dimensions for parts lists and BOMs. In addition, this will allow woodworkers to align their UCS X axis with the grain of their parts if they so choose. As a result, they will be able to align the length of their parts with the X axis.

I also have some other very exciting plans, which I have no intention of sharing here (for the time being, at least).

PROPERTY EDITOR



Figure 10: The PE is now dockable and modeless

Starting with the biggie:

• The Property editor is now a modeless, dockable window (see Figure 10), making property management omnipresent.

I don’t see the value of docking it myself, unless of course you have a 30” monitor. However, being able to keep it on a second monitor means you are constantly aware and working with the properties fundamental to the design process.

• You can still open and close the PE just like in previous versions; however, now you can also enable or disable it. This is more of a benefit when you have large assemblies open.
• The PE now has a toolbar (see Figure 11) with a number of goodies, including the ability to import and export currently listed properties.

Figure 11: Property editor toolbar

THE GRID

• Shift and Shift + Tab navigation between cells is now supported. Awesome!
• Pressing ‘T’ while in a date cell will now set the value to today’s date.
• The Comments Property editor now supports pasting of rich text.
• Addition of a Reset button to wipe out non-committed changes.
• Virtual Component properties are now much better supported.

THE DOCUMENT BROWSER



Figure 12: New view types and document type filters

• A raft of new filters has been added in the quick select list (see Figure 13).

• New View Types are shown in Figure 12. You can now view the referenced documents in either a flat or sorted view. Of course, you can still use the hierarchical view.

Figure 13: There are many more filters in this release

• New Document type filters, including virtual components (see Figure 12).

One of the most annoying aspects of iPropWiz V5 involved making a chunk of property changes, but when you selected another component to edit its properties you realized that, without warning, all your work had been wiped out. This was because you have to apply your changes to commit them. Logical really, but easily forgotten. iPropWiz V6 takes care of that by prompting you of pending saves and asking if you want to save them. Not only does this occur when switching selections in the PE, but also in the Inventor browser or by changing the active document. They’ve really covered all the bases there.

SOME BORING STUFF YOU NEED TO KNOW

• Supported for Autodesk Inventor 2013 and 2014.
• Automated update of iPropWiz 2009 and V5 configuration and list information.
• \Admin$ folder renamed to \Admin.
• Limited support for deactivation of a license for installation on a computer with a different name.

CLOSING THOUGHTS

I’m extremely excited about this release of iPropWiz. It’s going to solve a number of problems I’ve been wrestling with in my office for years. Not only will it solve some of those problems, but also the tools it provides will improve the productivity of our own in- house productivity add-ins.

People in the Autodesk Inventor community consistently wonder why Autodesk hasn’t bought IPropWiz and added it into the product so everyone can benefit. It’s hardly expensive, so there’s really no reason why every Inventor seat shouldn’t just tack this onto their initial purchase cost.

During the review of this article with Neil and Sean, Neil revealed that more than 90 percent of user requests had been implemented in this release. This incredible achievement really shows in the product. The more you tinker with it the more you realize just how good this tool is. The ROI this wizardry affords is a no brainer. Go get it and enjoy a veritable productivity jump.

Appears in these Categories

Back