Hello all,
I have a block, (Data Block), which is a listing of data followed by a leader that is pointing to multiple Mechanical Parts in the drawing.
Each Part will have it's own (Data Block) but different technical data. I need to create a Lisp routine that would in-able me to insert this block several times and renaming each to match the Part. Do I have to insert the block, explode, make new block, rename it and then reinsert the old block to a new Part and start the process over again several times? What I would like to do is to insert this block for the first Part and rename it as "..."#1, the second Part as "..."#2, etc.