<?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: Dropdown list with predefined options for parameters in Fusion Design, Validate &amp; Document Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-design-validate-document/dropdown-list-with-predefined-options-for-parameters/m-p/9815389#M98857</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2768685"&gt;@TrippyLighting&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/736670"&gt;@chrisplyler&lt;/a&gt;&amp;nbsp;for the insights.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately the progression isn't linear, so i'll have to maintain the possible length values on the commentaries and let the user manually type the option that fits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It occurred to me if it is possible to do this through a API on a already existing assembly, so the API show pop-ups for the user to set the parameters. I'll go to that forum for help!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Oct 2020 13:52:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-10-21T13:52:57Z</dc:date>
    <item>
      <title>Dropdown list with predefined options for parameters</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/dropdown-list-with-predefined-options-for-parameters/m-p/9810756#M98854</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Me and&amp;nbsp;@Anonymous&amp;nbsp;are creating an assembly for parametrization of a manufacturing tool that has many variables for defining dimensions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although many of the components are parametrized with user defined dimensions some of the assembly components are already in our inventory and can be used with a range of dimensions for the other components.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to predefine values for a parameter in fusion and select them in a dropdown list, so the user can select a length for a screw that is available in our inventory?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this can`t be done is there a way to program a if/then relation, like if `height` is between x and y then `length` = 20?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 13:57:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/dropdown-list-with-predefined-options-for-parameters/m-p/9810756#M98854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-19T13:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown list with predefined options for parameters</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/dropdown-list-with-predefined-options-for-parameters/m-p/9811005#M98855</link>
      <description>&lt;P&gt;No.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In other CAD applications, you'd usually do this through a feature called "Configurations" or through library parts. Currently, Fusion 360 has no implementation for either of these concepts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other users might post some more or less feasible workarounds, but I am growing increasingly tired of posting workarounds for features such as configurations that should have been implemented years ago.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 15:39:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/dropdown-list-with-predefined-options-for-parameters/m-p/9811005#M98855</guid>
      <dc:creator>TrippyLighting</dc:creator>
      <dc:date>2020-10-19T15:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown list with predefined options for parameters</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/dropdown-list-with-predefined-options-for-parameters/m-p/9811800#M98856</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2768685"&gt;@TrippyLighting&lt;/a&gt;... Same here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@Anonymous... It might be possible to create a formula expression for Length that will return predefined values based on a variable Diameter or whatever, using some combination of the Round and Ceil operators, IF IF IF the progression of size divisions is linear. Unfortunately, there is no equivalent of an If/Then operator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 00:19:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/dropdown-list-with-predefined-options-for-parameters/m-p/9811800#M98856</guid>
      <dc:creator>chrisplyler</dc:creator>
      <dc:date>2020-10-20T00:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown list with predefined options for parameters</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/dropdown-list-with-predefined-options-for-parameters/m-p/9815389#M98857</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/2768685"&gt;@TrippyLighting&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/736670"&gt;@chrisplyler&lt;/a&gt;&amp;nbsp;for the insights.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately the progression isn't linear, so i'll have to maintain the possible length values on the commentaries and let the user manually type the option that fits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It occurred to me if it is possible to do this through a API on a already existing assembly, so the API show pop-ups for the user to set the parameters. I'll go to that forum for help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 13:52:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/dropdown-list-with-predefined-options-for-parameters/m-p/9815389#M98857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-21T13:52:57Z</dc:date>
    </item>
  </channel>
</rss>

