Search the Community
Showing results for tags 'pause'.
-
How to pause for user input in while and run more than 1 command call
3dwannab posted a topic in AutoLISP, Visual LISP & DCL
TWO THINGS HERE 1. How can I get the pause to be only asked once in the while loop. 2. Unknown command "MW". Press F1 for help. comes up for the last 2 commands. CODE FOR CREATING MULTIPLE WIPEOUTS: (defun c:mw ( / sset countn n *error* cmde os smode ) (defun *error* (errmsg) (and a... -
Is there a way to “pause” viewport display while running lisp.
HideQ posted a topic in AutoLISP, Visual LISP & DCL
For example lisp is drawing complicated shapes out of individual lines – is there a way to “pause” the display for the duration of the function, so that complete linework just show all at once, instead of each individual line with flickering screen? Many Thanks