If you need to replace only some instances (references) of the given block with a new block, you cannot use the standard functions for block replacements (BLOCKREPLACE, INSERT, etc.) - these functions modify the definition of the block and so they influence all its references (insertions).
To replace only selected occurrences of the given block in your DWG drawing you can use the free LISP utility Xanadu RIblock - see www.xanadu.cz/download.
The RIblock command prompts for the name of the replaced block (or for picking its sample), then you select the references of this block (to be replaced) and then you specify (by picking or by name) the new block. This new block will replace the selected references of the original block. Possible attributes with the same name (tag) will be automatically transferred from the replaced blocks.
To replace only selected occurrences of the given block in your DWG drawing you can use the free LISP utility Xanadu RIblock - see www.xanadu.cz/download.
The RIblock command prompts for the name of the replaced block (or for picking its sample), then you select the references of this block (to be replaced) and then you specify (by picking or by name) the new block. This new block will replace the selected references of the original block. Possible attributes with the same name (tag) will be automatically transferred from the replaced blocks.
No comments:
Post a Comment