• RSS Feed

Keep your Attribute Text (Burst)

Attributed blocks can be friend or foe, especially if you’re not sure how to tame them. Let’s face it; from time to time they can be a little temperamental. Take for example exploding one of those pesky attributed blocks. Run the EXPLODE command on an attributed block and you’re not going to be given nice pieces of text. The result will instead be text strings the name of the attribute tags.

So the question remains, just how does one “explode” an attribute block and keep the values you have inputted. Hidden in the AutoCAD “Express” menu there is an “Explode Attribute Text” or BURST command. This command will allow you to explode an attributed block, and keep whatever value you have inputted into it.

Related posts:

  1. Updating an Attribute Text Style
  2. Identity Crisis of Dynamic Blocks
  3. Update Block Attributes Using Excel
  4. Sequentially Number Text with TCOUNT
  5. Bring All Text To Front and a Wii Tip

Donnie Gladfelter

Donnie is author of the upcoming book AutoCAD and AutoCAD LT: No Experience Required, a columnist for AUGIWorld Magazine, Autodesk University speaker, and member of the AUGI Board of Directors.

View Comments

  1. ryan

    Thanks. It worked perfectly.

  2. Howard Ptaszek

    I found that erasing the lines:

    (init_bonus_error
    (list
    (list “cmdecho” 0
    “highlight” 1
    )
    T ;flag. True means use undo for error clean up.
    );list
    );init_bonus_error

    allowed me to use the burst.lsp
    I don’t believe this will do anything to your drawing.

  3. Josh

    You say to erase the error handling section, what string do you start the erase at and end at? I am needing burst to do some interior light work and can’t remove the tags without losing the light design. Please email with result.

  4. Howard Ptaszek

    Download Burst.lsp (google it) and erase the error handling section. Load it with APPLOAD and use it.

  5. Ryan

    I use the burst command all the time. I just installed AutoCad2009 and the command no longer exists. Any idea on how I can get the same results with and alternate command?

    Thanks,

    Ryan

blog comments powered by Disqus