June 20, 2013

Keep AutoCAD block layer after exploding

4 Flares 4 Flares ×

You probably already know about BURST command. BURST is an express tool that can keep attribute value after you explode a block. ‘Normal’ explode will convert block to default state and remove values that you’ve given.

explode block

Using BURST will keep the value.

It’s not just attribute values

Autodesk name it explode attributes. So I think it was designed for attributes. But apparently it’s not the only one that it can keep.

burst explode attributes

It also keep layer

Let’s say you created elements in block using ByLayer. When you place it in a drawing, it will use active layer properties. If you move it to other layer, then it will also use that layer properties.

But what happened if you explode that block? All elements will be back to layer 0.

The interesting thing is if you use BURST, it will still use layer where the block is placed.

I think BURST might be able to keep more than layers and attributes. Do you know what else it can keep?

4 Flares Twitter 0 Facebook 3 LinkedIn 1 Google+ 0 Email -- Email to a friend 4 Flares ×

Advertisement



You might also interested to

About Edwin Prakoso

Edwin works as an Application Engineer in Jakarta, Indonesia. He has 4 years experience in building industry, then start to work for Autodesk reseller.
He is certified as Revit Architecture 2010 certified professional and AutoCAD 2013 certified professional.
He loves sharing his experience and starts to blog on CAD notes. Now using CAD is more to a lifestyle for him than working.
You can reach him on twitter @CADnotes. You can also connect with him on LinkedIn. If you prefer email, reach him at edwin.prakoso@cad-notes.com.

  • Jim Anderson

    Xplode is an express tool which has been incorporated in the core commands, so it is available to LT users as well. You can choose to explode an object & inherit it’s layers as well.

    • http://cad-notes.com Edwin Prakoso

      Thank you Jim! I’ve never used XPLODE before. Looks like more appropriate tool to do the job!