<?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 Creating a pattern with conditions in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/creating-a-pattern-with-conditions/m-p/7773052#M242075</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to make a pattern with holes that will take into account the length of a steel beam.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The conditions are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Number of holes are controlled by the lenght&lt;/P&gt;&lt;P&gt;2. Min. distance between the holes are 300mm (As soon as we can fit one more hole that gives us 300mm between the holes, inventor will add a hole)&lt;/P&gt;&lt;P&gt;3. The distance from the ends to the first and last holes are half the distance between the holes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I have to use the floor() command in parameters, but I'm kind of stuck there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone got an idea of how to do this that can push me in the right direction?&lt;/P&gt;</description>
    <pubDate>Tue, 13 Feb 2018 06:57:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-13T06:57:26Z</dc:date>
    <item>
      <title>Creating a pattern with conditions</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/creating-a-pattern-with-conditions/m-p/7773052#M242075</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to make a pattern with holes that will take into account the length of a steel beam.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The conditions are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Number of holes are controlled by the lenght&lt;/P&gt;&lt;P&gt;2. Min. distance between the holes are 300mm (As soon as we can fit one more hole that gives us 300mm between the holes, inventor will add a hole)&lt;/P&gt;&lt;P&gt;3. The distance from the ends to the first and last holes are half the distance between the holes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I have to use the floor() command in parameters, but I'm kind of stuck there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone got an idea of how to do this that can push me in the right direction?&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 06:57:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/creating-a-pattern-with-conditions/m-p/7773052#M242075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T06:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a pattern with conditions</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/creating-a-pattern-with-conditions/m-p/7773059#M242076</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Gringonor,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am afraid that pattern can't make it. However, iCopy is a solution for you, try it out.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://help.autodesk.com/view/INVNTOR/2018/ENU/?guid=GUID-4882DCBA-5302-4397-98CC-791BA9F1B9E2" target="_blank"&gt;http://help.autodesk.com/view/INVNTOR/2018/ENU/?guid=GUID-4882DCBA-5302-4397-98CC-791BA9F1B9E2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 07:03:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/creating-a-pattern-with-conditions/m-p/7773059#M242076</guid>
      <dc:creator>Xun.Zhang</dc:creator>
      <dc:date>2018-02-13T07:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a pattern with conditions</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/creating-a-pattern-with-conditions/m-p/7774247#M242077</link>
      <description>&lt;P&gt;Gringonor,&lt;/P&gt;&lt;P&gt;The enclosed part will update the number of holes when the length is changed. This is simply done by parameters, using floor() as the rounding function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Torbjørn&lt;/P&gt;&lt;P&gt;Inventor 2017.3&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 14:53:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/creating-a-pattern-with-conditions/m-p/7774247#M242077</guid>
      <dc:creator>torbjorn_heglum1</dc:creator>
      <dc:date>2018-02-13T14:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a pattern with conditions</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/creating-a-pattern-with-conditions/m-p/7775503#M242078</link>
      <description>&lt;P&gt;Hi! If you are on Inventor 2017 and later, you could use Sketch Driven Pattern. Basically, you need to create sketch points, spaced out according to the conditions. Then pattern the hole based on the sketch points.&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2018 21:42:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/creating-a-pattern-with-conditions/m-p/7775503#M242078</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2018-02-13T21:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a pattern with conditions</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/creating-a-pattern-with-conditions/m-p/7779728#M242079</link>
      <description>&lt;P&gt;@Anonymous, this is possible as &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/296027"&gt;@torbjorn_heglum1&lt;/a&gt; said.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As I'm not able to open and have a look at his part (I'm using 2016), I've added a picture that shows how you can set this up.&lt;/P&gt;
&lt;P&gt;If you instead need to have maximum 300 between holes, simply replace "floor" with "ceil".&lt;/P&gt;
&lt;P&gt;&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="CalculatedPattern.PNG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/463378i1E7D0F2A84ED4DC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="CalculatedPattern.PNG" alt="CalculatedPattern.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2018 09:42:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/creating-a-pattern-with-conditions/m-p/7779728#M242079</guid>
      <dc:creator>catot</dc:creator>
      <dc:date>2018-02-15T09:42:31Z</dc:date>
    </item>
  </channel>
</rss>

