<?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: How to detect if user has changed a modelParameter in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-to-detect-if-user-has-changed-a-modelparameter/m-p/7045745#M18193</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately with current APIs there is no way to give notification when a parameter is changed. Maybe a new&amp;nbsp;Event can meet the kind of requirements. I would like to recommend you log a request in our ideastation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/ideastation-request-a-feature-or/idb-p/125" target="_blank"&gt;https://forums.autodesk.com/t5/ideastation-request-a-feature-or/idb-p/125&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Marshal&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2017 07:57:23 GMT</pubDate>
    <dc:creator>marshaltu</dc:creator>
    <dc:date>2017-04-27T07:57:23Z</dc:date>
    <item>
      <title>How to detect if user has changed a modelParameter</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-to-detect-if-user-has-changed-a-modelparameter/m-p/7042742#M18192</link>
      <description>&lt;P&gt;I'm trying to create a model that is fully parametric, so the user can fiddle with parameter values to get the exact shape they want. Problem is, if the parameters of certain features are changed, some operations have to be performed again for the model to look okay. I'm wondering how to detect if a parameter has been changed so I can schedule those operations. Here's an example of an out-of-the-box model with 3 pegs:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2017-04-26 at 12.47.45 PM.png" style="width: 293px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/349490iD962E19409F94FBB/image-dimensions/293x246?v=v2" width="293" height="246" role="button" title="Screen Shot 2017-04-26 at 12.47.45 PM.png" alt="Screen Shot 2017-04-26 at 12.47.45 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the user changes the countU of the pattern to, say, 5:&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="Screen Shot 2017-04-26 at 12.48.22 PM.png" style="width: 296px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/349491i094CDEB72371A54A/image-dimensions/296x277?v=v2" width="296" height="277" role="button" title="Screen Shot 2017-04-26 at 12.48.22 PM.png" alt="Screen Shot 2017-04-26 at 12.48.22 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I say that if the user changes this parameter, perform the extrusion of the central hole again?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 07:24:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-to-detect-if-user-has-changed-a-modelparameter/m-p/7042742#M18192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-26T07:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect if user has changed a modelParameter</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-to-detect-if-user-has-changed-a-modelparameter/m-p/7045745#M18193</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately with current APIs there is no way to give notification when a parameter is changed. Maybe a new&amp;nbsp;Event can meet the kind of requirements. I would like to recommend you log a request in our ideastation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/ideastation-request-a-feature-or/idb-p/125" target="_blank"&gt;https://forums.autodesk.com/t5/ideastation-request-a-feature-or/idb-p/125&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Marshal&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 07:57:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-to-detect-if-user-has-changed-a-modelparameter/m-p/7045745#M18193</guid>
      <dc:creator>marshaltu</dc:creator>
      <dc:date>2017-04-27T07:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to detect if user has changed a modelParameter</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-to-detect-if-user-has-changed-a-modelparameter/m-p/7050768#M18194</link>
      <description>&lt;P&gt;In your specific example, if the feature order is correct in the timeline it should happen automatically.&amp;nbsp; If the pattern feature is before the extrude feature that creates the hole, then the pattern will be calculated and the hole will be added after.&amp;nbsp; It won't matter how many instances are in the pattern.&amp;nbsp; Parametric modeling is very dependent on the order the features are calculated and you have control over that by defining their order in the timeline.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 23:40:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/how-to-detect-if-user-has-changed-a-modelparameter/m-p/7050768#M18194</guid>
      <dc:creator>ekinsb</dc:creator>
      <dc:date>2017-04-28T23:40:54Z</dc:date>
    </item>
  </channel>
</rss>

