TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: dussla on September 08, 2010, 12:38:10 AM

Title: 3dorbit escape lisp
Post by: dussla on September 08, 2010, 12:38:10 AM
hi
friend
when i use  3dorbit command , i have to put enter or escape key
i would like to use lisp for escaping 3dorbit excute
is that possible ?


i used this command for simulating enter
( command "" )

but that is now working
Title: Re: 3dorbit escape lisp
Post by: roy_043 on September 08, 2010, 02:34:28 AM
For escape you can use:
(command)
Title: Re: 3dorbit escape lisp
Post by: Crank on September 08, 2010, 12:46:00 PM
(command "") and (command) do the same.

3dorbit is a bit special command if you want to use it in lisp.
dussla, I think you'll find the lisps of Evgeniy in this tread (http://www.theswamp.org/index.php?topic=12382.msg153796#msg153796) interesting.