<?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: Mass Properties update with Custom LOD in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7666479#M78609</link>
    <description>Can you put the value in the iproperty mass?</description>
    <pubDate>Fri, 05 Jan 2018 10:24:21 GMT</pubDate>
    <dc:creator>bradeneuropeArthur</dc:creator>
    <dc:date>2018-01-05T10:24:21Z</dc:date>
    <item>
      <title>Mass Properties update with Custom LOD</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7655288#M78502</link>
      <description>&lt;P&gt;Dear All&lt;/P&gt;&lt;P&gt;please let me know the code (Ilogic / VBA) for updating mass properties with Custom LOD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;V.Sureshkumar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Dec 2017 10:46:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7655288#M78502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-30T10:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Mass Properties update with Custom LOD</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7659734#M78503</link>
      <description>&lt;P&gt;@Anonymous&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some thoughts here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go through all unsuppressed components and get the physical properties from each components.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 01:06:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7659734#M78503</guid>
      <dc:creator>Xun.Zhang</dc:creator>
      <dc:date>2018-01-03T01:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mass Properties update with Custom LOD</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7660115#M78508</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following code will represent you the Mass of the LOD!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Public Sub massprop()

Dim a As AssemblyDocument
Set a = ThisApplication.ActiveDocument
Dim b As MassProperties ' ComponentDefinition
Set b = a.ComponentDefinition.MassProperties

MsgBox b.Mass

End Sub&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Jan 2018 07:46:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7660115#M78508</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-01-03T07:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mass Properties update with Custom LOD</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7665834#M78598</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Dear Bradeneurope&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks for the code, its showing the mass properties value, but i like to update the mass properties with Custom LOD through ilogic.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;please let me know&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 03:23:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7665834#M78598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-05T03:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mass Properties update with Custom LOD</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7666175#M78602</link>
      <description>ThisApplication.CommandManager.ControlDefinitions.Item("AppUpdateMassPropertiesCmd").Execute</description>
      <pubDate>Fri, 05 Jan 2018 08:26:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7666175#M78602</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-01-05T08:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mass Properties update with Custom LOD</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7666266#M78605</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear Bradeneurope&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the update, the below code is working in Master LOD which i am already using, but its not working in Custom LOD, please see the attached snap shot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF6600"&gt;ThisApplication.CommandManager.ControlDefinitions.Item("AppUpdateMassPropertiesCmd").Execute&lt;/FONT&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;V.Sureshkumar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 09:08:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7666266#M78605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-05T09:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mass Properties update with Custom LOD</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7666479#M78609</link>
      <description>Can you put the value in the iproperty mass?</description>
      <pubDate>Fri, 05 Jan 2018 10:24:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/7666479#M78609</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-01-05T10:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mass Properties update with Custom LOD</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/9483447#M110231</link>
      <description>&lt;P&gt;Ever find a solution for this you can share?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 18:15:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/mass-properties-update-with-custom-lod/m-p/9483447#M110231</guid>
      <dc:creator>llorden4</dc:creator>
      <dc:date>2020-04-30T18:15:58Z</dc:date>
    </item>
  </channel>
</rss>

