Minimum dimensions in BOM for cutting lists

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I was trying to find a solution for the following problem:
I have a Multi Body design (Mastersketch) in a part file. From this file I create an assembly using the make components command. I am using an ilogic rule suggested by Curtis Waguespack (https://forums.autodesk.com/t5/inventor-forum/part-minimum-dimensions-iproperties/td-p/7505524) in the assembly file to retrieve the dimensions (length, width, thickness) of every part to use them in the BOM for cutting lists. This works fine as long as the parts are aligned with their longest extensions to the xyz axis. Otherwise this does not yield meaningful results.
In the example attached the "right" (useful) results would be:
Lenght: 1500
Width: 303,8
Thickness: 4
but as the part is not aligned right I get:
Length: 1500
Width: 281,5
Thickness: 121,6
I would need Inventor to draw a mimimum box (not limited to xyz direction) arround the part to find these dimensions or align the part in the correct way to the xyz axis.
I wonder that these minimum dimensions do not exist as predefined variables/iproperties in Inventor as everybody who uses cutting lists (wood industry, sheet metal industry, ...) needs these values.