Explode Attribute text

  • Thread starter Thread starter AIRIC
  • Start date Start date
A

AIRIC

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 said:
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

No logic here - arrtibutes must be in blocks.
 
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
 
Back
Top