Author Topic: attribute "redefine only" from design center  (Read 1306 times)

0 Members and 1 Guest are viewing this topic.

dannypd

  • Guest
attribute "redefine only" from design center
« on: April 09, 2011, 11:39:46 AM »
Hi

 

I have a dynamic block "TITLE" in "source_att.dwg" and I have to redefine block "TITLE" in many drawings. it is possible to redefine the block using design center "redefine only".

Does anyone have a lisp routine that would update dynamic blocks using "REDEFINE ONLY" from design center?

 

(defun c:REDF()
(command "._adcnavigate" "D:\\CAD\\lisp\\att_sync_block\\source_att.dwg/blocks/TITLE")

?

?

)

Thanks