- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
In an assembly's iproperties on the Physical tab, there is an option to tick a box to "Include QTY Overrides".
I am trying to automatically update the mass properties with is option selected with some iLogics.
I have the following two codes which I could use either to update the mass but they both don't account for the quantity overrides.
Does anyone know of a way to set the iLogic code to update the mass with the QTY Overrides included?
ThisApplication.CommandManager.ControlDefinitions.Item("AppUpdateMassPropertiesCmd").Execute
InventorVb.DocumentUpdate(iProperties.Mass)
Just as bit of background info, I have some internal components (tube support boxes) that are located at multiple points within the equipment.
I have a set of boxes inserted into the assembly at one location because I need to show a typical cross-sectional view on the drawing.
But to account for the other locations, the quantity of the boxes are overridden. This is why I have overrides for these couple of components otherwise I always try to avoid any such overriding.
Any assistance would be much appreciated.
Solved! Go to Solution.