PDA

View Full Version : HELP: need to run 2 Autolisp routine at a time



bradipos
2004-09-28, 01:06 PM
Hello everybody, I'm developing an AUTOLISP program to assign the dimensional and geometrical tolerances of the surfaces of a solid. What I'm trying to do is to run a Dialog Box to resume and eventually change the values of all the variables involved in the tolerances assignment, and I'd like to do it any time while running the main routine. I just wrote the AutoLISP Dialog Box routine which display the values of the variables and let the user change them, but actually I don't know how to suspend the main program (I tried with a custom menu which run the DB routine with the ' prefix also) and run the Dialog Box.

Could anybody help me?

Thanks a lot

Alberto Mignini (working on my mechanical engineering final project)