TXTEXP moves text slightly when exploding.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.
Here's some observations:
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).
2. It doesn't displace all points by the same amount.
3. I've tried several different fonts and they all do this.
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.
I'm using version R.118.0.0 AutoCAD 2021.1 on Windows 10.
Any recommendations for how to get text into polylines without moving it?
Thanks!