Anonymous Blocks in AutoCAD
Anonymous Blocks in AutoCAD
“AutoCAD uses anonymous blocks for supporting hatch patterns and dimensions. These types of blocks
are also created using AutoLISP or similar means, but cannot be intentionally created in the drawing editor.
Also, anonymous blocks cannot be modified using AutoCAD editing commands.” – www.autodesk.com.au
1. RENAME *U105 to U105 (still an anonymous block, but now will appear in the BLOCKREPLACE drop
down box)
2. Create a matching block to replace U105. We will call this block COLUMN
“When nonuniformly scaled blocks contain objects that cannot be exploded, they are collected into an
anonymous block (named with a “*E” prefix) and referenced with the nonuniform scaling. If all the objects in
such a block cannot be exploded, the selected block reference will not be exploded. Body, 3D Solid, and
Region entities in a nonuniformly scaled block cannot be exploded.” – AutoCAD 2004 Help File