Issue:
Sometimes you may want to make an attribute block into individual pieces. Generally we will use EXPLODE. But after exploding, you see the attributes lose their values, it shows the attribute tag instead. How to keep the data in attributes after exploding?
Solution:
The solution is to use BURST instead of EXPLODE; it will preserve the attribute value.
Topics about “attribute” in CAD forum:
How to make invisible attribute to be visible in CAD?