A common request from developers is how to retrieve the original Dynamic Block reference from a given anonymous block. This is useful when working with AutoCAD’s Dynamic Blocks, as modifying or ...
The EXPLODE command works on a Block reference by deepcloning the contents of the referenced block in kDcExplode context, and finally erasing the block reference itself. So, one solution to prevent ...