Results 1 to 8 of 8

Thread: Convert multiple Field Objects to Text Objects in one operation

  1. #1
    Member
    Join Date
    2003-07
    Posts
    17

    Question Convert multiple Field Objects to Text Objects in one operation

    Hello all.

    I have an instance where, because we keep our text in a separate drawing from our linework, I need for the field information to be converted back into regular text. Now, I know I can right click and "Convert Field to Text", but I want to know if there is a way to convert multiple fields to text in a single shot. I don't want to go through the above process 100 times if I can avoid it.

    I'm running 2005, BTW.

    Thanks.
    Ron

  2. #2
    Administrator Mike.Perry's Avatar
    Join Date
    2001-03
    Posts
    13,499

    Default Re: Convert multiple Field Objects to Text Objects in one operation

    Hi

    Maybe...

    Fields and eTransmit ( I am not so sure about this one, would need to carry-out some testing ).

    OR

    If your Fields are made up of MText Objects, you could Explode them into Text Objects - their associated Field properties will disappear.

    OR

    _.DxfOut to R12 format your text Objects with Fields associated to them, then _.DxfIn back in - this process will remove Field properties from text Objects.

    OR

    ...

    Have a good one, Mike

  3. #3
    Member
    Join Date
    2003-07
    Posts
    17

    Default Re: Convert multiple Field Objects to Text Objects in one operation

    Thanks for your help. I had tried exploding, but we had actually made our fields in DTEXT, so that didn’t work. I had tried doing a “SAVE AS” R12/DFX”, but it still seemed to preserve the fields. I had forgotten about ”DFXOUT”
    So, on a slightly related note. Anyone know a lip routine where you can convert Multiple DTEXTS to MTEXT in one shot but keep the (now former) DEXT separate?
    Thanks again.

    Ron

  4. #4
    AUGI Addict Glenn Pope's Avatar
    Join Date
    2001-05
    Location
    Austin, TX USA
    Posts
    2,201

    Default Re: Convert multiple Field Objects to Text Objects in one operation

    Quote Originally Posted by rortiz
    So, on a slightly related note. Anyone know a lip routine where you can convert Multiple DTEXTS to MTEXT in one shot but keep the (now former) DEXT separate?
    Thanks again.

    Ron
    If you have express tools installed check out TXT2MTXT command.
    Glenn Pope
    Civil Designer/CAD Manager
    River City Engineering
    AutoCAD Civil 3D 2011 Ver. 3
    Windows 7 Pro 64bit
    I explode MTEXT.

  5. #5
    Member
    Join Date
    2003-07
    Posts
    17

    Default Re: Convert multiple Field Objects to Text Objects in one operation

    Thank you for responding. Yes, I'm familar with Txt2Mtxt. But, I need something that would turn 500 different dtext entities into 500 different mtext entities. So far as I know, the above routine doesn't do that. If there is a way to do so, please let me know.

    Thanks!

  6. #6
    Certified AUGI Addict rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Houston
    Posts
    7,520

    Default Re: Convert multiple Field Objects to Text Objects in one operation

    Quote Originally Posted by rortiz
    I need something that would turn 500 different dtext entities into 500 different mtext entities. So far as I know, the above routine doesn't do that. If there is a way to do so, please let me know.

    Thanks!
    That function is one of the 700+ tools in ToolPac [ http://www.dotsoft.com/toolpac.htm ]

  7. #7
    Member
    Join Date
    2003-07
    Posts
    17

    Default Re: Convert multiple Field Objects to Text Objects in one operation

    Quote Originally Posted by Mike.Perry
    Hi

    Maybe...

    Fields and eTransmit ( I am not so sure about this one, would need to carry-out some testing ).

    OR

    If your Fields are made up of MText Objects, you could Explode them into Text Objects - their associated Field properties will disappear.

    OR

    _.DxfOut to R12 format your text Objects with Fields associated to them, then _.DxfIn back in - this process will remove Field properties from text Objects.

    OR

    ...

    Have a good one, Mike
    Well, I stumbled across this inadvertently and I thought I'd share - it seems if you FLATTEN dtext with fields in it the fields switch over to regular text. Pretty neat, I thought.

    rkmcswain:
    Thanks for sharing the link. I don't think I can get the money from my bosses without definitely justifying the savings immediately. I'll have to look at the other features as time permits.

  8. #8
    Certified AUGI Addict rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Houston
    Posts
    7,520

    Default Re: Convert multiple Field Objects to Text Objects in one operation

    Quote Originally Posted by rortiz
    Well, I stumbled across this inadvertently and I thought I'd share - it seems if you FLATTEN dtext with fields in it the fields switch over to regular text. Pretty neat, I thought.
    That is a good tip!

    Quote Originally Posted by rortiz
    rkmcswain:
    Thanks for sharing the link. I don't think I can get the money from my bosses without definitely justifying the savings immediately. I'll have to look at the other features as time permits.
    Justifying the expense was the easy part. The $245/seat is what, about 2 billable hours? We probably save that each week

Similar Threads

  1. Convert Field to Text within Block Globally
    By OCD in forum AutoCAD General
    Replies: 27
    Last Post: 2013-02-08, 02:57 PM
  2. Replies: 1
    Last Post: 2008-11-11, 02:58 PM
  3. Moving Text Objects relative to base point as other Objects are moved / scaled
    By William Troeak in forum Dynamic Blocks - Technical
    Replies: 7
    Last Post: 2007-02-06, 01:35 PM
  4. Replies: 5
    Last Post: 2006-08-11, 01:32 PM
  5. How to convert AutoCAD Text into drawing objects
    By lidija1 in forum AutoCAD General
    Replies: 2
    Last Post: 2004-09-11, 03:05 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •