<?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: Use the physical properties (iProperties) of the part in iLogic equations in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12564579#M13413</link>
    <description>&lt;P&gt;Without knowing exactly what you are doing I am not 100% sure but you should be able to add an event trigger to accomplish this. Just drag and drop your rule from the left side of the event trigger dialog onto "Any Model Parameter Change" shown below and any time you change the model it will trigger the rule.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jeffrey4283_0-1708092021099.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1326947i135EFD6B9584F306/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jeffrey4283_0-1708092021099.png" alt="jeffrey4283_0-1708092021099.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2024 14:00:44 GMT</pubDate>
    <dc:creator>jeffrey4283</dc:creator>
    <dc:date>2024-02-16T14:00:44Z</dc:date>
    <item>
      <title>Use the physical properties (iProperties) of the part in iLogic equations</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12564261#M13409</link>
      <description>&lt;P&gt;Good morning.&lt;BR /&gt;I would like to know if it is possible to use the physical properties of the parts in the composition of the expressions created by iLogic.&lt;BR /&gt;Example: I need to define the Estimated Cost of a part, to do this, I need to create an expression that uses the mass or cubic volume of the part, this data is already calculated by default by the software, however, I am not finding a way to use it in expression. With the measurements of the piece you simply indicate the dimension code (d8 + d28) and the expression accepts the values.&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 11:21:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12564261#M13409</guid>
      <dc:creator>francisco_joseCZL9Z</dc:creator>
      <dc:date>2024-02-16T11:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use the physical properties (iProperties) of the part in iLogic equations</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12564377#M13410</link>
      <description>&lt;P&gt;You can access those via iLogic pretty easily using the code snippets provided.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jeffrey4283_0-1708086731545.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1326886i05C91326696D1704/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jeffrey4283_0-1708086731545.png" alt="jeffrey4283_0-1708086731545.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To access the mass and volume as your jpeg seems to indicate it would be&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;mass&lt;/SPAN&gt; = &lt;SPAN&gt;iProperties&lt;/SPAN&gt;.&lt;SPAN&gt;Mass&lt;/SPAN&gt;
&lt;SPAN&gt;volume&lt;/SPAN&gt; = &lt;SPAN&gt;iProperties&lt;/SPAN&gt;.&lt;SPAN&gt;Volume&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 12:34:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12564377#M13410</guid>
      <dc:creator>jeffrey4283</dc:creator>
      <dc:date>2024-02-16T12:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Use the physical properties (iProperties) of the part in iLogic equations</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12564384#M13411</link>
      <description>&lt;P&gt;Thanks Jeff! I'll test it here now!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 12:37:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12564384#M13411</guid>
      <dc:creator>francisco_joseCZL9Z</dc:creator>
      <dc:date>2024-02-16T12:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use the physical properties (iProperties) of the part in iLogic equations</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12564462#M13412</link>
      <description>&lt;P&gt;Jeff, with your help, I can now use the parameters!&lt;BR /&gt;If you can help me with another question, I noticed that when modifying the 3D model, I always need to execute the iLogic rule so that the values are updated (assign a value for the weight of the part).&lt;BR /&gt;Is there a feature to automate updating the iLogic rule as I make modifications to the 3D model?&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 13:15:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12564462#M13412</guid>
      <dc:creator>francisco_joseCZL9Z</dc:creator>
      <dc:date>2024-02-16T13:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Use the physical properties (iProperties) of the part in iLogic equations</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12564579#M13413</link>
      <description>&lt;P&gt;Without knowing exactly what you are doing I am not 100% sure but you should be able to add an event trigger to accomplish this. Just drag and drop your rule from the left side of the event trigger dialog onto "Any Model Parameter Change" shown below and any time you change the model it will trigger the rule.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jeffrey4283_0-1708092021099.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1326947i135EFD6B9584F306/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jeffrey4283_0-1708092021099.png" alt="jeffrey4283_0-1708092021099.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 14:00:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12564579#M13413</guid>
      <dc:creator>jeffrey4283</dc:creator>
      <dc:date>2024-02-16T14:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Use the physical properties (iProperties) of the part in iLogic equations</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12564607#M13414</link>
      <description>&lt;P&gt;Example:&lt;BR /&gt;I assigned a value of $1.00/kg of the piece. At first the piece weighs 5 kg, however, I modify the measurements of the piece, which now weighs 8 kg. I believe the solution you described above will help me. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 14:10:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12564607#M13414</guid>
      <dc:creator>francisco_joseCZL9Z</dc:creator>
      <dc:date>2024-02-16T14:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: Use the physical properties (iProperties) of the part in iLogic equations</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12568149#M13415</link>
      <description>&lt;P&gt;Here's a tip:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can put iproperties into a 'general note' and have them displayed on screen as below.&lt;/P&gt;&lt;P&gt;If you add the 'update mass properties' to your quick toolbar (see below) it will highlight if an update is possible, hit the button and see the update on screen. you can do this with custom iprops, physical props, parameters etc. etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I find having the mass on screen focusses people's attention if the mass is critical.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RichT_0-1708300876400.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1327588i76ADFADFA7F068CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RichT_0-1708300876400.png" alt="RichT_0-1708300876400.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 00:04:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12568149#M13415</guid>
      <dc:creator>Rich-T</dc:creator>
      <dc:date>2024-02-19T00:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Use the physical properties (iProperties) of the part in iLogic equations</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12568957#M13416</link>
      <description>&lt;P&gt;Thanks for the tip, Rich-T!&lt;BR /&gt;Visually it will certainly help a lot to keep the parameters always updated.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2024 12:18:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/use-the-physical-properties-iproperties-of-the-part-in-ilogic/m-p/12568957#M13416</guid>
      <dc:creator>francisco_joseCZL9Z</dc:creator>
      <dc:date>2024-02-19T12:18:00Z</dc:date>
    </item>
  </channel>
</rss>

