Several years ago I wrote an add-in that creates custom iProperties and parameters that contain the length and width of the flat pattern. (Actually it creates the parameters and sets the “Export Parameter” setting so Inventor will automatically created the iProperties.) It also creates an iProperty with the name of the sheet metal style. There had been a couple of problems reported and everything that I’m aware of has now been fixed.
I know there are several people making use of this add-in but since I originally wrote it Inventor has added additional new native capabilities that should eliminate the need for my add-in in many cases. One of these capabilities, that’s not widely known, is the ability to define expressions for parameter values. This is demonstrated in the picture below where the value of the iProperty named “SheetMetalWidth“ has the value “=<Sheet Metal Width>”. The name can be anything but the value is important. The “=” sign signifies that the iProperty value is an expression and the “<>” sign wraps around a known name. In this example I’m using “Sheet Metal Width” and “Sheet Metal Length” as the known names.
You can also create a single parameter that combines several values in the expression such as “=<Sheet Metal Length> x <Sheet Metal Width>”, which results in the value of the iProperty named “Full Size” as shown below. You can also use the names of iProperties in expressions to create the other example shown below where I’ve used the iProperties “Title” and “Author” to create the iProperty named “New Title”. The value of the Title property in that document is “Extent Sample” and Author is my name. When you edit iProperties that use a function, by default the result is shown in the Value field but clicking the “fx” button to the right of the field will display the original expression and allow you to edit it.
Installing Sheet Metal Extents Add-In
If you still want to use my add-in you should first uninstall any existing Sheet Metal Extents add-ins you might have installed. If you installed it using an installer then you can uninstall it using the standard uninstall tool. If it was installed some other way you can manually delete it. To know what to delete, open the Add-In Manager, choose the Sheet Metal Extents add-in and look at the folder in the location field at the bottom, as shown below. You can delete the entire “Sheet Metal Extents” folder in the ApplicationPlugins folder.
To install the new add-in download and install the add-in from the link below:
After you’ve installed the new add-in you can verify you have the latest version by looking in the Add-In Manager again and checking that the add-in has the name “Sheet Metal Extents 3.5” as shown below.
If you find any problems or have suggestions for improvement, please let me know at brian.ekins@autodesk.com





Leave a Reply