I am trying to write a script to update all of my Title Blocks with a new logo and a new date. The location of my title block, which is a block is:
X:AutoCadDrawings03/BLOCKR14/FormatA2.dwg
![]() |
|
![]() |
|
![]() |
|
![]() |
I am trying to write a script to update all of my Title Blocks with a new logo and a new date. The location of my title block, which is a block is:
X:AutoCadDrawings03/BLOCKR14/FormatA2.dwg
I currently have to update all of my Drawings one at a time--opening the drawing and clicking on the titleblock, clicking on the date and changing the date, and then inserting the new updated title block and choosing redefine.
Last edited by drovang710500; 2013-12-17 at 04:46 PM.
Hey did you found any solution for this I have been trying this a lot but having the same issue.
You can write a script that inserts and redefines the existing block with a new block.dwg
The new block needs to have the same name as the old block to redifne it.
You would need to have your block and file names and path, the example shown has the file path X:\
example script code:
Code:-insert "title block file name=X:\title block file name.dwg" 0,0,0 erase last qsave