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

lisp to delete block

  • Thread starter Thread starter czar
  • Start date Start date

czar

Guest
hi, I also add this to delete a block by launching the command of the block once loaded the lisp

(defun c:delblock (/)
(if (setq ss (ssget "x" (cons 0 "insert") (cons 2 "block name"))))
(command "_erase" ss")
)
)
 

Forum statistics

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

Members online

No members online now.
Back
Top