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

lisp to force deletion of quota styles

  • Thread starter Thread starter jim78b
  • Start date Start date

jim78b

Guest
do you have a lisp x force the deletion of quota styles? sometimes I always find myself anxious and x cancel it I have to do wblock every time.thanks
 
Last edited by a moderator:
but the simple purge command is not enough?
in any case if it were not, try to erase everything that you do not see:
it was all and remove with crossing all the design.
 
no not enough not to leave the style anxious I have mechanical 2013. If I remove everything does not make sense or not?
 
I expressed myself wrong:
(command "_erase" "_all" "_r" "_r" (getvar "extmin") (getvar "extmax")
then do purge all
is equivalent to wblock.
 
I mean, save this as a lisp? What does this list do? Excuse me if I don't understand.
 
save him eat command:
(defun) c:eraseallnotvisible()(command "_erase" "_all" "_r" "_r" (getvar "extmin") (getvar "extmax")
)
erases everything that is not visible.
 
(command "_erase" "_all" "_r" "_c" (getvar "extmin") (getvar "extmax")
I ran off two extra quotes:
 
So what would it do?cancella the hanging style?però doubt because it is as if it is used by something
 
command: _appload eraseallnotvisible.lsp successfully loaded.
command: ; error: malformed list on input

non lo carica

(defun c:eraseallnotvisible()
(command "_erase" "_all" "_r" "_c" (getvar "extmin") (getvar "extmax") "")
 
Don't want me, but if you want to use the commands in lisp, don't you think that at least the abyc's got to study it?
any defunct function starts with the parentheses (and you have to close with ), many open, many kiuduno.
In your case, there are 5 opening but only 4 closing.
link: my lisp
 
I have verified, at the moment the only system is that of the wblock, if I find an alternative solution I make myself feel.
 
Look, thank you for the time you've dedicated to me, what kind of weird stuff is like the plague I'm style! !
Good day
 

Forum statistics

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

Members online

No members online now.
Back
Top