Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
This page has been translated for your convenience with an automatic translation service. This is not an official translation and may contain errors and inaccurate translations. Autodesk does not warrant, either expressly or implied, the accuracy, reliability or completeness of the information translated by the machine translation service and will not be liable for damages or losses caused by the trust placed in the translation service.Translate
I work with concrete structures and use cubic yards not cubic feet. Trying to have this feature added in Inventor so that no special programming (iLogic) is required. I have used Inventor for many years yet this feature has not been added.
I ran into this a month ago now that we're exporting BOMs to an ERP system. Turns out you can set the unit of measure to "yd^3" but I did write this macro to help us go back and update old models. It's not commented and could really use cleaning up (the AddParameter sub doesn't need to be a sub here, but I had it from some other code so in the interest of saving time copy paste won out)
I understand the point you're looking for is not to need a macro so this doesn't really help you but if someone else finds your idea this might help them. I know this was much harder then I expected to get working. I figured I should have been able to simply set my Base Quantity in the Document Settings to my iProperty Volume and walk away but that isn't how it worked.