Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

pendean
en respuesta a: Anonymous

TXTEXP is an interesting command: in order to explode text objects, it actually exports them to a Windows Metafile (.WMF) using the WMFOUT command, and then reimports the file back in using WMFIN. This, in itself, is trickier than it sounds, as WMFOUT creates the graphics in the file relative to the top left of the drawing area, and it takes some work to generate the WCS location to pass into the WMFIN command for the geometry to be in the same location.

This re-import process seems to mimic your 'relocation' experience if I'm not mistaken.