Explode Attribute text

Discussion in 'AutoCAD' started by AIRIC, Oct 2, 2004.

  1. AIRIC

    AIRIC Guest

    Is there a way to explode Attribute text in a drawing that is not in a block.
    BURST only works if it is in a block

    any ideas

    Eric L
     
    AIRIC, Oct 2, 2004
    #1
  2. AIRIC

    Walt Engle Guest

    No logic here - arrtibutes must be in blocks.
     
    Walt Engle, Oct 2, 2004
    #2
  3. It is possible for someone to put an attribute definition in a drawing and
    not be part of a block.
    In which case the Burst command won't work.

    A simple lisp routine could take care of those entities.
    select all attribute definitions
    loop for each attdef
    store location, size, style and value
    insert text using values
    delete attribute def
     
    Alan Henderson @ A'cad Solutions, Oct 2, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.