<?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 Curve driven pattern in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/curve-driven-pattern/m-p/13336790#M4342</link>
    <description>&lt;P&gt;I've attached a screenshot of a sheetmetal part where I have a hole placed centered at the bottom of the part.&amp;nbsp; I want the hole to be patterned around the perimeter where the spacing will stay around 2" &amp;lt;&amp;gt; even If the size of the sheetmetal part changes...so If width or height of part varies.&amp;nbsp; I know you can't link to the length of a curve in Inventor so wondering what other options I have.&amp;nbsp; I don't really want to add a dimension to the 2 vertical sketches as well as the 2 horizontal sketches and then do simple math to round to the nearest integer.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2025 17:04:46 GMT</pubDate>
    <dc:creator>J.Oye</dc:creator>
    <dc:date>2025-02-24T17:04:46Z</dc:date>
    <item>
      <title>Curve driven pattern</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/curve-driven-pattern/m-p/13336790#M4342</link>
      <description>&lt;P&gt;I've attached a screenshot of a sheetmetal part where I have a hole placed centered at the bottom of the part.&amp;nbsp; I want the hole to be patterned around the perimeter where the spacing will stay around 2" &amp;lt;&amp;gt; even If the size of the sheetmetal part changes...so If width or height of part varies.&amp;nbsp; I know you can't link to the length of a curve in Inventor so wondering what other options I have.&amp;nbsp; I don't really want to add a dimension to the 2 vertical sketches as well as the 2 horizontal sketches and then do simple math to round to the nearest integer.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 17:04:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/curve-driven-pattern/m-p/13336790#M4342</guid>
      <dc:creator>J.Oye</dc:creator>
      <dc:date>2025-02-24T17:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Curve driven pattern</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/curve-driven-pattern/m-p/13336994#M4343</link>
      <description>&lt;P&gt;You actually *can* link to the length of a curve, but it gets messy and it’s probably not the right way to do things.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look at what I did in the attached file. In the parameters there’s a unit mismatch between inches and unit less, which Inventor resolves as being centimeters, apparently, so I have to divide the curve length by 2.54 to get it back to inches, and then divide that by 2 to get the correct number of holes, which then shows an error due to expecting unit less but finding inches… but it’s not a fatal error, and it will allow you to actually do it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tested this part with changing the outside dimensions, and it seems to be fairly robust- I didn’t get any errors beyond the one already described.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 18:43:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/curve-driven-pattern/m-p/13336994#M4343</guid>
      <dc:creator>LT.Rusty</dc:creator>
      <dc:date>2025-02-24T18:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Curve driven pattern</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/curve-driven-pattern/m-p/13337428#M4344</link>
      <description>&lt;P&gt;This works great, especially with a few tweaks to equations:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SBix26_0-1740440947863.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1470601i108B136580090E27/image-size/large?v=v2&amp;amp;px=999" role="button" title="SBix26_0-1740440947863.png" alt="SBix26_0-1740440947863.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Instead of the "round" function you can use "floor" (round down) or "ceil" (round up), depending on your needs.&amp;nbsp; You could also add a user parameter for the preferred spacing, to be used in both the holeQuan parameter and Sketch2 (not shown above).&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 2025.2.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: 300px;"&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, 24 Feb 2025 23:52:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/curve-driven-pattern/m-p/13337428#M4344</guid>
      <dc:creator>SBix26</dc:creator>
      <dc:date>2025-02-24T23:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Curve driven pattern</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/curve-driven-pattern/m-p/13337471#M4345</link>
      <description>&lt;P&gt;Interesting- adding the round function actually cleans up the unitless error. I didn't realize that would happen.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yeah, that's a definite improvement.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 00:37:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/curve-driven-pattern/m-p/13337471#M4345</guid>
      <dc:creator>LT.Rusty</dc:creator>
      <dc:date>2025-02-25T00:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Curve driven pattern</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/curve-driven-pattern/m-p/13337476#M4346</link>
      <description>&lt;P&gt;No, I changed the units on the "2" from unitless to inches.&amp;nbsp; The round function requires a unitless argument.&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 2025.2.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: 300px;"&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>Tue, 25 Feb 2025 00:40:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/curve-driven-pattern/m-p/13337476#M4346</guid>
      <dc:creator>SBix26</dc:creator>
      <dc:date>2025-02-25T00:40:32Z</dc:date>
    </item>
  </channel>
</rss>

