<?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: Component Pattern with Parametric modeling in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13810974#M400646</link>
    <description>The spacing is consistent at 8" - it is only the number of staples that need to be calculated depending on the OsmW or OsmH.&lt;BR /&gt;</description>
    <pubDate>Mon, 15 Sep 2025 12:20:25 GMT</pubDate>
    <dc:creator>jmckone9Z5PD</dc:creator>
    <dc:date>2025-09-15T12:20:25Z</dc:date>
    <item>
      <title>Component Pattern with Parametric modeling</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13809297#M400599</link>
      <description>&lt;P&gt;Is there a way to set up the component pattern function to allow for parametric modelling changes?&amp;nbsp; The assembly is a basic window with the size of all components driven from OsmW (outside measurement Width) and OsmH.&amp;nbsp; All the major components work however, items (such as staples) that are modelled using 'component pattern' do not change with size.&amp;nbsp; The rule would be quite simple - OsmW/8 would give the quantity required for width, however if there is a way to use this in 'component pattern' I have not found it.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2025 13:51:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13809297#M400599</guid>
      <dc:creator>jmckone9Z5PD</dc:creator>
      <dc:date>2025-09-13T13:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Component Pattern with Parametric modeling</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13809557#M400602</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Component patterns handle parametric equations in exactly the same way as all other parametric modeling commands.&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6379350687112w894h540r349" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6379350687112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6379350687112w894h540r349');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6379350687112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2025 21:53:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13809557#M400602</guid>
      <dc:creator>kacper.suchomski</dc:creator>
      <dc:date>2025-09-13T21:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Component Pattern with Parametric modeling</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13809902#M400611</link>
      <description>&lt;P&gt;What I was trying should work but I get this error - I know why, I can't figure out what to do about it.&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="jmckone9Z5PD_0-1757853326896.png" style="width: 264px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1570651i2FA663E7A15C4037/image-dimensions/264x254?v=v2" width="264" height="254" role="button" title="jmckone9Z5PD_0-1757853326896.png" alt="jmckone9Z5PD_0-1757853326896.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the user parameters table - I have set this up so OsmW and OsmH are in the the assembly and are used to define the overall size of the window.&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="jmckone9Z5PD_1-1757853463754.png" style="width: 550px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1570653i242017597A925281/image-dimensions/550x61?v=v2" width="550" height="61" role="button" title="jmckone9Z5PD_1-1757853463754.png" alt="jmckone9Z5PD_1-1757853463754.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;With the stapes set in 1" from edge of frame the spacing should work out to (18 in - 2 in)/8 in = 2 ul.&amp;nbsp; &amp;nbsp;In this case it work out to be an even number, however the value should be rounded to nearest integer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a look at the window frame with staples.&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="jmckone9Z5PD_2-1757854104730.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1570654i985B96AABA8B3325/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jmckone9Z5PD_2-1757854104730.png" alt="jmckone9Z5PD_2-1757854104730.png" /&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2025 12:49:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13809902#M400611</guid>
      <dc:creator>jmckone9Z5PD</dc:creator>
      <dc:date>2025-09-14T12:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Component Pattern with Parametric modeling</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13809976#M400614</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17507109"&gt;@jmckone9Z5PD&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;What I was trying should work but I get this error - I know why, I can't figure out what to do about it.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmckone9Z5PD_0-1757853326896.png" style="width: 264px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1570651i2FA663E7A15C4037/image-dimensions/264x254?v=v2" width="264" height="254" role="button" title="jmckone9Z5PD_0-1757853326896.png" alt="jmckone9Z5PD_0-1757853326896.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT style="vertical-align: inherit;" dir="auto"&gt;&lt;FONT style="vertical-align: inherit;" dir="auto"&gt;We don't know what you entered in the equation window or what the entire parameter structure looks like.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT style="vertical-align: inherit;" dir="auto"&gt;&lt;FONT style="vertical-align: inherit;" dir="auto"&gt;Attach your files.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17507109"&gt;@jmckone9Z5PD&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;With the stapes set in 1" from edge of frame the spacing should work out to (18 in - 2 in)/8 in = 2 ul.&amp;nbsp; &amp;nbsp;In this case it work out to be an even number, however the value should be rounded to nearest integer.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Also, your description is unclear – you mentioned that the interval should be... and then entered an equation with a dimensionless result.&lt;/P&gt;
&lt;P&gt;The interval must be in units of length, not cardinality.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Describe exactly what you have and what you're missing.&lt;/P&gt;
&lt;P&gt;Which parameters are fixed and which are calculated.&lt;/P&gt;
&lt;P&gt;And in which file you intend to edit variables to rebuild the model.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2025 15:18:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13809976#M400614</guid>
      <dc:creator>kacper.suchomski</dc:creator>
      <dc:date>2025-09-14T15:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Component Pattern with Parametric modeling</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13810974#M400646</link>
      <description>The spacing is consistent at 8" - it is only the number of staples that need to be calculated depending on the OsmW or OsmH.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2025 12:20:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13810974#M400646</guid>
      <dc:creator>jmckone9Z5PD</dc:creator>
      <dc:date>2025-09-15T12:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Component Pattern with Parametric modeling</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13811201#M400662</link>
      <description>&lt;P&gt;Please show the formula you are using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is coming out in/ul when it needs to be ul then you need to look at your formula more carefully, something isn't "adding up" quite right.)&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 14:38:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13811201#M400662</guid>
      <dc:creator>dan_inv09</dc:creator>
      <dc:date>2025-09-15T14:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Component Pattern with Parametric modeling</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13811368#M400668</link>
      <description>Just had to change the formula from (OsmW - 2 in) / 8 ul to (OsmW - 2 in) / 8 in. Once this worked, I then modified the formula to round(( OsmW - 2 in ) / 8 in). I have tested this over a few different widths and it works.&lt;BR /&gt;Thanks for the assistance.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Sep 2025 16:31:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13811368#M400668</guid>
      <dc:creator>jmckone9Z5PD</dc:creator>
      <dc:date>2025-09-15T16:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Component Pattern with Parametric modeling</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13811614#M400690</link>
      <description>&lt;P&gt;You may also want to consider the ceil function (or floor function) in place of round.&amp;nbsp; ceil((OsmW - 2 in) / 8 in) will always round down to the nearest integer value, so you don't get an extra staple when the distance is halfway to the next interval.&lt;/P&gt;
&lt;HR /&gt;
&lt;P style="font-size: 14px;"&gt;&lt;STRONG&gt;Sam B&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="font-size: 11px;"&gt;Inventor Pro 2026.1.1 | Windows 11 Home 24H2&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="autodesk-expert-elite-member-logo-1line-rgb-black.png" style="width: 200px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/962943iDF6D27C26CA3B56D/image-size/small?v=v2&amp;amp;px=200" role="button" title="autodesk-expert-elite-member-logo-1line-rgb-black.png" alt="autodesk-expert-elite-member-logo-1line-rgb-black.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 20:21:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/component-pattern-with-parametric-modeling/m-p/13811614#M400690</guid>
      <dc:creator>SBix26</dc:creator>
      <dc:date>2025-09-15T20:21:58Z</dc:date>
    </item>
  </channel>
</rss>

