<?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 Parametric Modeling Help in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/parametric-modeling-help/m-p/11349173#M52545</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a question for you guys. I am trying to create a 2D parametric model roughly based on the image below. Essentially when I enter a value into the 'input' I need it to obviously shrink or grow to that value while maintaining the 45 degree bevel on each end. More challenging though (for me at least) I need the number of circular cutouts to increase or decrease depending on the input, while maintaining roughly a nominal distance between themselves, and also maintaining a different distance to the edge for the first and last cutout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any assistance or suggestions would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;- Kelly&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 15:44:10 GMT</pubDate>
    <dc:creator>sage9HN5X</dc:creator>
    <dc:date>2022-08-09T15:44:10Z</dc:date>
    <item>
      <title>Parametric Modeling Help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/parametric-modeling-help/m-p/11349173#M52545</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a question for you guys. I am trying to create a 2D parametric model roughly based on the image below. Essentially when I enter a value into the 'input' I need it to obviously shrink or grow to that value while maintaining the 45 degree bevel on each end. More challenging though (for me at least) I need the number of circular cutouts to increase or decrease depending on the input, while maintaining roughly a nominal distance between themselves, and also maintaining a different distance to the edge for the first and last cutout.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any assistance or suggestions would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;- Kelly&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 15:44:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/parametric-modeling-help/m-p/11349173#M52545</guid>
      <dc:creator>sage9HN5X</dc:creator>
      <dc:date>2022-08-09T15:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Modeling Help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/parametric-modeling-help/m-p/11349250#M52546</link>
      <description>&lt;P&gt;What have you got so far? Share your dwg&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 16:07:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/parametric-modeling-help/m-p/11349250#M52546</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2022-08-09T16:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Modeling Help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/parametric-modeling-help/m-p/11349377#M52547</link>
      <description>&lt;P&gt;I do not beleive that changing the number of circular cutouts as a function of "Input" can be done with AutoCAD's parametric features.&amp;nbsp; Autolisp could&amp;nbsp; be used but you need to specify a few more rules.&amp;nbsp; For example:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;What is the relationship between Input and the distance between holes?&lt;/LI&gt;&lt;LI&gt;How is the distance from the first hole to the end determined?&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Tue, 09 Aug 2022 17:00:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/parametric-modeling-help/m-p/11349377#M52547</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2022-08-09T17:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Modeling Help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/parametric-modeling-help/m-p/11349779#M52548</link>
      <description>&lt;P&gt;Theoretically there are ways to fudge an array type thing. Guess it depends on the parameter and restrictions needed. If you use the input to drive a distance between the circles origins you can stack the unused circles on top of each other giving the appearance of new circles once a distance is achieved. The downside is that you have to build in all those items and their formulas.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used this formula to toggle between a distance or not a distance&lt;/P&gt;&lt;P&gt;CEIL(1/(1+POW(E,(X-d5))) - 0.5)*Y -&amp;gt; X is the distance at which the circle should show up in comparison to the main input d5. Y is the distance from the origin of the first circle.&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="parametric.gif" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1102163iD2FB9E57CFE873EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="parametric.gif" alt="parametric.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 20:07:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/parametric-modeling-help/m-p/11349779#M52548</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2022-08-09T20:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Modeling Help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/parametric-modeling-help/m-p/11351400#M52549</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;Thanks for all the responses!&lt;/P&gt;&lt;P&gt;Here is what I have so far, pretty close to what you have CADnoob. I'm still trying to figure out the circular cutout relationship. The example you have seems like a really viable option! Any chance you could share the DWG so I can take a closer look?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 14:55:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/parametric-modeling-help/m-p/11351400#M52549</guid>
      <dc:creator>sage9HN5X</dc:creator>
      <dc:date>2022-08-10T14:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Parametric Modeling Help</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/parametric-modeling-help/m-p/11353809#M52550</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12157834"&gt;@sage9HN5X&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;Thanks for all the responses!&lt;/P&gt;&lt;P&gt;Here is what I have so far, pretty close to what you have CADnoob. I'm still trying to figure out the circular cutout relationship. The example you have seems like a really viable option! Any chance you could share the DWG so I can take a closer look?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Unfortunately I did not save that dwg, but the formula is the hard part to figure out. its based on the &lt;A href="http://Sigmoid_function" target="_blank" rel="noopener"&gt;Sigmoid Function.&amp;nbsp;&lt;/A&gt;Basically you set the distance between two circles to either be zero (this would stack the circle directly on top of each other) or to be a specific distance. The formula below will result in zero or a set distance depending on the input distance. You have to set up this formula and circle for all potential circles that would be used.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CEIL(1/(1+POW(E,(X-d5))) - 0.5)*Y&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where X is the distance at which the circle should show up next to the first circle. Its triggered by a comparison to the main input d5 (in my example). in other words if your you input is bigger than X it will make the circle switch from being zero to the distance you set in the Y variable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where Y is the distance from the origin of the first circle that you want the next circle to appear.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 13:58:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/parametric-modeling-help/m-p/11353809#M52550</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2022-08-11T13:58:42Z</dc:date>
    </item>
  </channel>
</rss>

