AutoCAD - explode block references - only visible and filled attributes

AutoCAD - explode block references - only visible and filled attributes

Anonymous
Not applicable
1,517 Views
4 Replies
Message 1 of 5

AutoCAD - explode block references - only visible and filled attributes

Anonymous
Not applicable

how can I explode the visible and simultaneously filled attributes from one / more block references into texts with the same formatting (original properties)? Unfortunately, the result cannot be used with the EXPLODE command. After using the command BURST, unfortunately all filled (visible as well as invisible) attributes are converted into text. Since there are a lot of such and similar blocks in my drawings, where the texts (after being explode using BURST) still have identical properties to other objects (layers, etc.), a later selection is impossible to include the unwanted texts (originally invisible attributes) to delete.

An example with the command BURST -  requested form should be identical to the original:
 
above is the original block with property manager
below is the result after BURST command
Block with attributes.PNG

 


Thanks in advance for ideas
0 Likes
Accepted solutions (1)
1,518 Views
4 Replies
Replies (4)
Message 2 of 5

Sea-Haven
Mentor
Mentor

The simplest way may be to just read the attributes and their properties and say make MTEXT of what is required.

 

Use Vl-get-attributes

0 Likes
Message 3 of 5

Anonymous
Not applicable

I need ti explode all visible attributes only from all blocks in to text. MTEXT is not necesarry, because all the texts stay in the same position (see my original block in the picture). 

0 Likes
Message 4 of 5

cadffm
Consultant
Consultant

My answer from yesterday is lost in space? 😞

Ok, today without any informations, just a link: Try this: Click!

Sebastian

0 Likes
Message 5 of 5

pbejse
Mentor
Mentor
Accepted solution

Try this from Lee Mac

Upgradedburst by LM