<?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: TXTEXP moves text slightly when exploding. in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10067344#M85953</link>
    <description>&lt;P&gt;Which fonts did you use for this drawing? Can you attach it here?&lt;/P&gt;</description>
    <pubDate>Mon, 08 Feb 2021 19:04:53 GMT</pubDate>
    <dc:creator>Patchy</dc:creator>
    <dc:date>2021-02-08T19:04:53Z</dc:date>
    <item>
      <title>TXTEXP moves text slightly when exploding.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10061324#M85946</link>
      <description>&lt;P&gt;I'm trying to convert some text into polylines. TXTEXP seems to work almost perfectly, however, the text moves slightly. When I say slightly, I mean like a point originally at (0,0) moves to (0.010,0.003). This is enough to move it off the grid that I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's some observations:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The amount of displacement seems to depend on the view. If I run TXTEXP, then look at the displacement, then undo it, then run TXTEXP again, I will get the same result only if I haven't moved the view (zoomed or panned). If the view has changed, I'll get different numbers, although they'll be pretty close to each other (like 0.0029 becomes 0.0036).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. It doesn't displace all points by the same amount.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. I've tried several different fonts and they all do this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. I've tried changing INSUNITS, INSUNITSDEFTARGET, INSUNITSDEFSOURCE, -DWGUNITS to make them all the same. (I've tried both unitless and mm.) I'm not an expert, so I don't fully understand what these do, but there are several forum posts about problems with TXTEXP that recommend to check these.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using version R.118.0.0 AutoCAD 2021.1 on Windows 10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any recommendations for how to get text into polylines without moving it?&lt;/P&gt;&lt;P&gt;Thanks!&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>Fri, 05 Feb 2021 18:44:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10061324#M85946</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-05T18:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: TXTEXP moves text slightly when exploding.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10061389#M85947</link>
      <description>&lt;P&gt;this seemed helpful...&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/autocad-forum/exploded-text-moves/td-p/1004940" target="_blank"&gt;Exploded Text moves - Autodesk Community - AutoCAD&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 19:05:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10061389#M85947</guid>
      <dc:creator>qnologi</dc:creator>
      <dc:date>2021-02-05T19:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: TXTEXP moves text slightly when exploding.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10061469#M85948</link>
      <description>&lt;P&gt;Thanks for the reply. I tried to change the&amp;nbsp;&lt;SPAN&gt;WMFBKGND variable manually before running TXTEXP.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;Unfortunately, I&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;&amp;nbsp;still get the same result. I also tried to modify the TXTEXP.lsp as the post suggested and still have the text offset.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Am I doing something wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;(defun c:txtexp (/ grplst getgname blknm FLTR GLST GDICT SS VIEW UPLFT TMPFIL TBX
                   TMPFIL CNT PT1 PT2 ENT TXT TXTYP PTLST ZM LOCKED GNAM vpna vplocked)
  (acet-error-init
        (list
         (list   "cmdecho" 0
                 "highlight" 1
                 "osmode" 0
                 "Mirrtext" 1
                 "limcheck" 0
                 "wmfbkgnd" 1 ; "wmfbkgnd" 1  was added 05FEB2021
         )
         T
        )
  )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 19:39:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10061469#M85948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-05T19:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: TXTEXP moves text slightly when exploding.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10061500#M85949</link>
      <description>&lt;P&gt;i found this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.jigsy.com/entries/general/autocad-txtxexp-problem-change-scale-and-position-of-the-text-solution-and-all-about-txtexp" target="_blank"&gt;Autocad txtxexp problem. Change Scale and position of the text. Solution? and All about txtexp | GIS (jigsy.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 19:49:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10061500#M85949</guid>
      <dc:creator>qnologi</dc:creator>
      <dc:date>2021-02-05T19:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: TXTEXP moves text slightly when exploding.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10061588#M85950</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1923087"&gt;@qnologi&lt;/a&gt;,&amp;nbsp;thanks for the response. That post has me try two things, one of which I've already done (INSUNITS=0) and the other I don't really understand:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;"Another problem of txtexp is its resolution and precision when exploding text. if you select single text it woks perfect but if you select text in a large area, text will be jagged and not so good. solution that i find is to write a lisp to select each text individually, then zoom to it and do explosion. it works good but takes a long long time."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I'm trying TXTEXP with a single character and zoomed at various places. Every time the text gets moved by a tiny amount. I attempted to use two text boxes that are far apart, and yes, when I run TXTEXP on both at the same time, the offset is larger. However, I need the offset to be exactly zero.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm beginning to think this can't be done. Is there another method to change text to polylines?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 20:22:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10061588#M85950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-05T20:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: TXTEXP moves text slightly when exploding.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10061680#M85951</link>
      <description>You will need to fix the movement/displacement/size manually in each case AFAIK with AutoCAD: you will need to find another software to do it like Adobe Illustrator (I am assuming you need this for CNC work?).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Feb 2021 21:10:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10061680#M85951</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2021-02-05T21:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: TXTEXP moves text slightly when exploding.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10067303#M85952</link>
      <description>&lt;P&gt;Yes. The CNC software needs the points on a grid.&lt;/P&gt;&lt;P&gt;I'll keep looking for a solution. Thanks for the response!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 18:49:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10067303#M85952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-08T18:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: TXTEXP moves text slightly when exploding.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10067344#M85953</link>
      <description>&lt;P&gt;Which fonts did you use for this drawing? Can you attach it here?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 19:04:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10067344#M85953</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2021-02-08T19:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: TXTEXP moves text slightly when exploding.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10067877#M85954</link>
      <description>&lt;P&gt;It happens with every font I've tried.&lt;/P&gt;&lt;P&gt;Here are some examples that I've just tried.&lt;/P&gt;&lt;P&gt;txt.shx&lt;/P&gt;&lt;P&gt;Times New Roman&lt;/P&gt;&lt;P&gt;Stencil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 22:16:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10067877#M85954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-08T22:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: TXTEXP moves text slightly when exploding.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10069633#M85955</link>
      <description>&lt;P&gt;I tried all the tricks but can't find one that work.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 14:31:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10069633#M85955</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2021-02-09T14:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: TXTEXP moves text slightly when exploding.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10070302#M85956</link>
      <description>Thanks for trying!</description>
      <pubDate>Tue, 09 Feb 2021 17:50:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10070302#M85956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-09T17:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: TXTEXP moves text slightly when exploding.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10070817#M85957</link>
      <description>&lt;P&gt;I have an old one that we used... We called it stroking a drawing.&amp;nbsp; In control panel -&amp;gt; Autodesk plotter manager -&amp;gt; add printer to a file; DXB format.&amp;nbsp; Print anything you want to this format.... start a new drawing and do the command dxbin to import the file you created.&amp;nbsp; It is a "line" stroked drawing now.&amp;nbsp; Everything, even circles are now lines.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 20:41:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10070817#M85957</guid>
      <dc:creator>DentonYoder</dc:creator>
      <dc:date>2021-02-09T20:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: TXTEXP moves text slightly when exploding.</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10080037#M85958</link>
      <description>&lt;P&gt;This seems promising, however, I'm having a lot of trouble trying to get the scaling correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I make the text height = 1, after I print to the dbx and import it, the text isn't 1 anymore. it's around 0.9989. Interestingly, the width seems to be correct.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2021 02:06:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/txtexp-moves-text-slightly-when-exploding/m-p/10080037#M85958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-13T02:06:55Z</dc:date>
    </item>
  </channel>
</rss>

