<?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: Sketched Symbol - Dynamic Text Box Size in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/sketched-symbol-dynamic-text-box-size/m-p/10017437#M149567</link>
    <description>&lt;P&gt;Do you mind explaining this a little further.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a line that I want to either lengthen or shorten with the text. I know it needs to be 1/4" in longer on either end of the text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will see in the image that I'd like to have the scale always be to the right end, and the length of the line vary with the view name prompted entry.&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="sketch.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/869381i06771563CBAFF712/image-size/large?v=v2&amp;amp;px=999" role="button" title="sketch.JPG" alt="sketch.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jan 2021 20:46:22 GMT</pubDate>
    <dc:creator>blandb</dc:creator>
    <dc:date>2021-01-20T20:46:22Z</dc:date>
    <item>
      <title>Sketched Symbol - Dynamic Text Box Size</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sketched-symbol-dynamic-text-box-size/m-p/2339431#M149564</link>
      <description>I am creating a fairly simple Sketched Symbol for Revision Details that has Prompted entries to fill in the details.&lt;BR /&gt;
&lt;BR /&gt;
The problem is that the description varies in length and needs to be say 3-5 lines long wrapped to a certain width and I cannot find a way to get the text box to scale with the text.  Can anyone help here? &lt;BR /&gt;
&lt;BR /&gt;
thanks,&lt;BR /&gt;
Alasdair&lt;BR /&gt;
&lt;BR /&gt;
Picture of Sketch Attached.&lt;BR /&gt;
&lt;BR /&gt;
Example of the Revision Box:&lt;BR /&gt;
&lt;BR /&gt;
Issue X&lt;BR /&gt;
Description&lt;BR /&gt;
Description &lt;BR /&gt;
Description&lt;BR /&gt;
Initials &amp;amp; Date&lt;BR /&gt;
--------------------</description>
      <pubDate>Tue, 09 Sep 2008 16:38:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sketched-symbol-dynamic-text-box-size/m-p/2339431#M149564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-09-09T16:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sketched Symbol - Dynamic Text Box Size</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sketched-symbol-dynamic-text-box-size/m-p/9500788#M149565</link>
      <description>&lt;P&gt;was there ever a solution to this?&amp;nbsp; I have the same issue and want the text box to drive other sketched geometry when it grows or shrinks with the text box.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 04:04:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sketched-symbol-dynamic-text-box-size/m-p/9500788#M149565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-08T04:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sketched Symbol - Dynamic Text Box Size</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sketched-symbol-dynamic-text-box-size/m-p/9501600#M149566</link>
      <description>&lt;P&gt;you can go to textbox object, then use TextBox.&lt;STRONG&gt;FittedTextWidth&lt;/STRONG&gt;() As Double property read its value, then adjust textbox width.&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;TextBox.&lt;STRONG&gt;Width = TextBox.FittedTextWidth + 5&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but you need to do it in definition of that sketch symbol so it will adjust all sketch symbols in your drawing.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;you also can compare this two values and then set scale of each symbol individually.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 11:38:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sketched-symbol-dynamic-text-box-size/m-p/9501600#M149566</guid>
      <dc:creator>marcin_otręba</dc:creator>
      <dc:date>2020-05-08T11:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sketched Symbol - Dynamic Text Box Size</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/sketched-symbol-dynamic-text-box-size/m-p/10017437#M149567</link>
      <description>&lt;P&gt;Do you mind explaining this a little further.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a line that I want to either lengthen or shorten with the text. I know it needs to be 1/4" in longer on either end of the text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will see in the image that I'd like to have the scale always be to the right end, and the length of the line vary with the view name prompted entry.&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="sketch.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/869381i06771563CBAFF712/image-size/large?v=v2&amp;amp;px=999" role="button" title="sketch.JPG" alt="sketch.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 20:46:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/sketched-symbol-dynamic-text-box-size/m-p/10017437#M149567</guid>
      <dc:creator>blandb</dc:creator>
      <dc:date>2021-01-20T20:46:22Z</dc:date>
    </item>
  </channel>
</rss>

