<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is it possible to update/change the COG for different model states in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13229803#M7529</link>
    <description>&lt;P&gt;I tested Peter's rule and everything works fine.&lt;BR /&gt;Can you describe your problem?&lt;/P&gt;</description>
    <pubDate>Wed, 25 Dec 2024 18:38:53 GMT</pubDate>
    <dc:creator>kacper.suchomski</dc:creator>
    <dc:date>2024-12-25T18:38:53Z</dc:date>
    <item>
      <title>Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13208088#M7520</link>
      <description>&lt;P&gt;Hello all, I'm an intermediate Inventor user. I just started with a new organization and I need to take an existing model and do a study that requires showing the COG in 3 different model states. In each model state items are suppressed/shown as needed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are existing models that are being used by others in other projects, so I want to avoid doing Save-As to make 3 different iam files to show the proper COG.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to show the updated COG per model state within the same file? When I change model states the COG is stagnant and does not change even after updating the iproperties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 17:00:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13208088#M7520</guid>
      <dc:creator>jwmontgomeryGZ7Z8</dc:creator>
      <dc:date>2024-12-12T17:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13208153#M7521</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;The center of gravity updates automatically when you power it up again. If you click the COG commands twice, you will get the updated version.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 17:28:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13208153#M7521</guid>
      <dc:creator>kacper.suchomski</dc:creator>
      <dc:date>2024-12-12T17:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13208319#M7522</link>
      <description>&lt;P&gt;Thank you. Unfortunately, I'm trying to update the COG as I change model states (configurations). So, if I decrease the overall size of a structure then the COG should move significantly. It is not. I've tried recreating the different model states but that has led to other problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 19:00:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13208319#M7522</guid>
      <dc:creator>jwmontgomeryGZ7Z8</dc:creator>
      <dc:date>2024-12-12T19:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13208362#M7523</link>
      <description>&lt;P&gt;The COG will only move if you do an update to the mass properties.&amp;nbsp; There are different ways to do this update but you can't just suppress a part and have the COG move instantly.&amp;nbsp; You could write an iLogic rule to update mass and add it to the model state activated event trigger to make it update whenever you change model state or suppress a component.&amp;nbsp; I think this would satisfy your request.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 19:17:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13208362#M7523</guid>
      <dc:creator>andrewiv</dc:creator>
      <dc:date>2024-12-12T19:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13208507#M7524</link>
      <description>&lt;P&gt;You can 'force' the mass properties to update by a single line of iLogic:&lt;/P&gt;&lt;LI-CODE lang="visual-basic"&gt;mass = iProperties.Mass&lt;/LI-CODE&gt;&lt;P&gt;Save this in a rule (or an external rule if you want to use it on any assembly).&lt;/P&gt;&lt;P&gt;Go to Manage &amp;gt; Event Triggers and drop your rule under "Model State Activated".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now any Model State activation (or change) causes the rule to run - update the mass - and the CofG indicator updates immediately.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 20:37:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13208507#M7524</guid>
      <dc:creator>pcrawley</dc:creator>
      <dc:date>2024-12-12T20:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13210122#M7525</link>
      <description>&lt;P&gt;This may work.&amp;nbsp; I will let you know if this works for me.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 15:12:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13210122#M7525</guid>
      <dc:creator>jwmontgomeryGZ7Z8</dc:creator>
      <dc:date>2024-12-13T15:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13210129#M7526</link>
      <description>&lt;P&gt;If it was an issue of having to go into iProperties and updating then I would completely be fine with that. However, when I do that, the COG is still (painfully) obviously incorrect for the given model state. It's as if the items are not suppressed but only the visibility is turned off. Please note that this is an assembly that has utilized frame generator. I don't know if that might have anything to do with the problem.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2024 15:14:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13210129#M7526</guid>
      <dc:creator>jwmontgomeryGZ7Z8</dc:creator>
      <dc:date>2024-12-13T15:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13214665#M7527</link>
      <description>&lt;P&gt;Thank you for the solution. The rule is great and works well. However, it doesn't solve the problem. I'm afraid that as soon as I can return to this item it will have to be remodeled.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 20:50:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13214665#M7527</guid>
      <dc:creator>jwmontgomeryGZ7Z8</dc:creator>
      <dc:date>2024-12-16T20:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13214678#M7528</link>
      <description>&lt;P&gt;I don't understand what you are asking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;&lt;EM&gt;I'm afraid that as soon as I can return to this item it will have to be remodeled.&lt;/EM&gt;" - What "item" are you returning to?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 20:56:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13214678#M7528</guid>
      <dc:creator>pcrawley</dc:creator>
      <dc:date>2024-12-16T20:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13229803#M7529</link>
      <description>&lt;P&gt;I tested Peter's rule and everything works fine.&lt;BR /&gt;Can you describe your problem?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Dec 2024 18:38:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13229803#M7529</guid>
      <dc:creator>kacper.suchomski</dc:creator>
      <dc:date>2024-12-25T18:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13236621#M7530</link>
      <description>&lt;P&gt;Yes sir.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Scenerio:&lt;/STRONG&gt; So, let's say you have a skid that gets bolted together. This skid gets lifted all bolted together and also gets lifted as 2 separate weldments. These 2 weldments are not equal. So, there are three lifting arrangements (configurations) to be made with 3 different COG (1 COG per lifting arrangement).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The model:&lt;/STRONG&gt; The model was built as 1 assembly. It's not how I would have done it, but that is the situation. The different configurations are within the same assembly. Each configuration has a model state. So, 1 model state per lifting arrangement. I believe it was created like this because it was faster at the time. They used frame generator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The problem:&lt;/STRONG&gt;&amp;nbsp; As I activate different model states the COG does not update to a realistic position. It does not update even after you manually update or run the iLogic. I've been advised "DO NOT REMODEL."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Trouble shooting:&lt;/STRONG&gt; I've tried recreating the model states with my manager supervising me as a second pair of eyes, but that did not fix the issue. In other software, I know you can suppress items and the COG updates accordingly. I called up old colleagues that still use Inventor and had them test it on different networks, licenses, etc. and they all faced the same problem I have. Their solutions were to use promote/demote to create subassemblies. (This is more how I would have organized the files.) However, frame generator doesn't allow me to separate the skeleton like that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The only fix&lt;/STRONG&gt; I see is remodeling as 2 separate weldment assemblies and then putting those together as 1 main assembly. Thankfully this is background noise for me since I'm working on other projects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 16:31:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13236621#M7530</guid>
      <dc:creator>jwmontgomeryGZ7Z8</dc:creator>
      <dc:date>2024-12-31T16:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13236644#M7531</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;' Iteracja przez komponenty zespołu
Dim comp As ComponentOccurrence
For Each comp In ThisApplication.ActiveDocument.ComponentDefinition.Occurrences
    ' Odczytanie masy komponentu, co automatycznie wymusza jej aktualizację
    Dim compMass As Double = comp.MassProperties.Mass
Next

' Aktualizacja masy i środka ciężkości zespołu
Dim assemblyMass As Double = ThisApplication.ActiveDocument.ComponentDefinition.MassProperties.Mass
Dim assemblyCenterOfMass As Point = ThisApplication.ActiveDocument.ComponentDefinition.MassProperties.CenterOfMass
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, remember to set the modem state activation as the trigger.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 16:45:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13236644#M7531</guid>
      <dc:creator>kacper.suchomski</dc:creator>
      <dc:date>2024-12-31T16:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13236751#M7532</link>
      <description>&lt;P&gt;I know exactly what you are talking about, and we have encountered the "exact same" issue (meaning different scenario, but really the same thing). Where do you want this COG represented? Is this just for your internal design use? Do you also want the lifting lugs to change positions based on the new COG?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have to do this for a lot of our Critical Lift Plans and we've&amp;nbsp;&lt;EM&gt;&lt;U&gt;&lt;STRONG&gt;never&lt;/STRONG&gt;&lt;/U&gt;&lt;/EM&gt; encounterd a good solution. There are work-arounds though, depending upon who in your chain eventually needs to see this "updating" COG. Post more if you can and I'll try to help (e.g. if it's just a rigging drawing, it could be simple).&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 18:45:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13236751#M7532</guid>
      <dc:creator>jeanchile</dc:creator>
      <dc:date>2024-12-31T18:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update/change the COG for different model states</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13236886#M7533</link>
      <description>Excellent! Finally someone on the same page. So yeah, they are basically for rigging drawings. We don't need the lugs/padeyes to change or tilt. We are planning for some slight out of plane lifts onvthe lightest lift. Also, compared to places I've worked in the past thus would not be a critical lift. This is less than 10t. I unfortunately cannot share any geometry on here and I can get a very good approximate COG, but eas just wondering if i was doing something wrong. Thank uou so much.</description>
      <pubDate>Tue, 31 Dec 2024 21:55:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/is-it-possible-to-update-change-the-cog-for-different-model/m-p/13236886#M7533</guid>
      <dc:creator>jwmontgomeryGZ7Z8</dc:creator>
      <dc:date>2024-12-31T21:55:02Z</dc:date>
    </item>
  </channel>
</rss>

