Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Login
Register
TheSwamp
»
Code Red
»
AutoLISP (Vanilla / Visual)
»
Topic:
3dorbit escape lisp
« previous
next »
Print
Pages: [
1
] |
Go Down
Author
Topic: 3dorbit escape lisp (Read 3041 times)
0 Members and 1 Guest are viewing this topic.
dussla
Bull Frog
Posts: 286
3dorbit escape lisp
«
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
Logged
roy_043
Water Moccasin
Posts: 1895
BricsCAD 18
Re: 3dorbit escape lisp
«
Reply #1 on:
September 08, 2010, 02:34:28 AM »
For escape you can use:
(command)
Logged
Crank
Water Moccasin
Posts: 1502
Re: 3dorbit escape lisp
«
Reply #2 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
interesting.
Logged
Vault Professional 2023 + AEC Collection
Print
Pages: [
1
] |
Go Up
« previous
next »
TheSwamp
»
Code Red
»
AutoLISP (Vanilla / Visual)
»
Topic:
3dorbit escape lisp