Message 1 of 7
Overwriting Old Blocks when importing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All
We use Dynamic Blocks for all our standards and we are facing an issue where if we try and import a New Block with the same name as the old one it uses the outdated block that is currently in the drawing and not the new block. we use lisp for this, is there a way to do this without changing the block name?
Snip of one of our blocks :
defun AXMC3D_ImportBatteryLimit (/)
(setvar "clayer" ".STANDARDS")
(command "Insert" "CUSTOM_BATTERY LIMIT" "s" "1000" PAUSE "")
(setvar "clayer" "0")
(prompt "\nBattery Limit Succesfully Imported! ")
(MC3D_SetAllSystemVars)
(princ)
)
Civil 3D Certified Professional