<?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: iLogic title block that expands given a value change in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-title-block-that-expands-given-a-value-change/m-p/10534387#M47040</link>
    <description>&lt;P&gt;There are many ways to achieve this but I don’t think it can be in the same title block without different names but there is possibilities with text wrapping and text replacement . Can you share a small sample drawing even a mock up with the symbols /text you want to change or pictures of what needs to change? A sketch symbol would be more universal outside of the title block. This way you won’t need to deal with multiple different names etc maybe just name the symbol tools and change internal content.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The title block should really be &amp;nbsp;static with very little changes. If you replace in the future you might not want the extra elements being in there.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Aug 2021 14:50:17 GMT</pubDate>
    <dc:creator>A.Acheson</dc:creator>
    <dc:date>2021-08-10T14:50:17Z</dc:date>
    <item>
      <title>iLogic title block that expands given a value change</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-title-block-that-expands-given-a-value-change/m-p/10534203#M47038</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I find myself in a situation where I need to make a title block that grows if a value is incremented or vice versa. The exact thing I am trying to create here is pretty much a sheet where I list the tools needed to complete a job. Right now, I have to manually go into the title block, edit the title block, add or remove tools, and then save the changes. I want to be able to create an iLogic title block that will add/remove geometry and space it correctly if the parameter decreases or increases. For some reason, there seems to be no parameters button anywhere within the paper space in Inventor. Does anyone know how I can work around this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 13:59:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-title-block-that-expands-given-a-value-change/m-p/10534203#M47038</guid>
      <dc:creator>kschaffroth1</dc:creator>
      <dc:date>2021-08-10T13:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic title block that expands given a value change</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-title-block-that-expands-given-a-value-change/m-p/10534328#M47039</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10099244"&gt;@kschaffroth1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I understand correctly, the examples at this ling might help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-forum/passing-ilogic-parameter-into-dimension-value-for-title-block/m-p/6045820#M581759" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-forum/passing-ilogic-parameter-into-dimension-value-for-title-block/m-p/6045820#M581759&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 14:37:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-title-block-that-expands-given-a-value-change/m-p/10534328#M47039</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2021-08-10T14:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic title block that expands given a value change</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-title-block-that-expands-given-a-value-change/m-p/10534387#M47040</link>
      <description>&lt;P&gt;There are many ways to achieve this but I don’t think it can be in the same title block without different names but there is possibilities with text wrapping and text replacement . Can you share a small sample drawing even a mock up with the symbols /text you want to change or pictures of what needs to change? A sketch symbol would be more universal outside of the title block. This way you won’t need to deal with multiple different names etc maybe just name the symbol tools and change internal content.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The title block should really be &amp;nbsp;static with very little changes. If you replace in the future you might not want the extra elements being in there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 14:50:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-title-block-that-expands-given-a-value-change/m-p/10534387#M47040</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2021-08-10T14:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic title block that expands given a value change</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-title-block-that-expands-given-a-value-change/m-p/10534454#M47041</link>
      <description>&lt;P&gt;Ok.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what I currently have:&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="guide.JPG" style="width: 308px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/950811iAB1378F0DB07ECAF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="guide.JPG" alt="guide.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If you were to go into the drawings for this, it's just a rectangle that I patterned to give me 5 of them. I want to ideally put a parameter in the number of boxes it places, and in very certain cases maybe add rows, but that's a different problem for a different day. I'm pretty much making an instruction manual here, and I know I'm going to have to make more in the future, so I figured I should make the next instruction manual 1000x easier. If it can't be a title block, is there an alternative sort of like a iFeature where I just drop it in?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 15:17:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-title-block-that-expands-given-a-value-change/m-p/10534454#M47041</guid>
      <dc:creator>kschaffroth1</dc:creator>
      <dc:date>2021-08-10T15:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic title block that expands given a value change</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-title-block-that-expands-given-a-value-change/m-p/10534864#M47042</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10099244"&gt;@kschaffroth1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think what I would do is make this into Sketched Symbols and then place them that way.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;What version of Inventor do you have? I can likely provide a simple example file for you to reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 17:51:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-title-block-that-expands-given-a-value-change/m-p/10534864#M47042</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2021-08-10T17:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic title block that expands given a value change</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-title-block-that-expands-given-a-value-change/m-p/10534884#M47043</link>
      <description>&lt;P&gt;Maybe instead of trying to change one design in multiple ways depending on parameter values, you could just create multiple designs (one for each need), then use code to switch between them based on parameter values.&amp;nbsp; Just a thought.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Aug 2021 17:59:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-title-block-that-expands-given-a-value-change/m-p/10534884#M47043</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2021-08-10T17:59:48Z</dc:date>
    </item>
  </channel>
</rss>

