x11start
Guest
I would like to create a new version of the command "_bedit" (modifbloc) that allows me, when the blocks with the same name are more than 1 in the design, to warn that the change will affect the change of all the blocks.
to do so I created a command, also called "bedit", but obviously the original command is always called.
if I on the command wrinkle type:
(command "_undefine" "bedit")
... then I load my version of the command .. then everything works.
the problem is that I should launch "_undefine" every time I open the cad ... and do not need to put it in acad.lsp etc.
si-no.zip contains the lisp and its dcl
to do so I created a command, also called "bedit", but obviously the original command is always called.
if I on the command wrinkle type:
(command "_undefine" "bedit")
... then I load my version of the command .. then everything works.
the problem is that I should launch "_undefine" every time I open the cad ... and do not need to put it in acad.lsp etc.
si-no.zip contains the lisp and its dcl