• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

update cad

  • Thread starter Thread starter gerryfi
  • Start date Start date

gerryfi

Guest
I have a mix of blocks of various types created with the mbloc command, they are quite complex blocks for the high number of attributes in them present and applied dynamic functions.
I happen, once inserted in a drawing, to have to make some changes to improve its functionality, and here arises the question: is there a command to update the block present in the library without having to retrace from the mblocco command?
thanks to all of you
 
you can use the lisp mblockau: creates a subfolder tabs, from where the design is to be "treated". in the tabs folder all current drawing blocks are saved. It's basically a multi-lock, then it's up to you to copy only the blocks you need in another folder.
 

Attachments

I hope to find an answer despite the time spent, with what string you launch this lisp?

Thank you.
 
by command line write:
(load "mblockou")
then from the sending and throw it with mblockou

Of course, the file has to be in a folder between those autocad can find.
otherwise if you put it on e.g. in c:/lisp you will need to write (load"c:/lisp/mblockau")
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top