Author Topic: Zoom real time  (Read 1933 times)

0 Members and 1 Guest are viewing this topic.

Adesu

  • Guest
Zoom real time
« on: March 02, 2010, 07:27:23 PM »
I would change function for zoom, but for zoom real time not work,any one have idea?

Code: [Select]
(defun c:za ()
  (command "_zoom" "a")
   )
(defun c:zc ()
  (command "_zoom" "c")
   )
(defun c:zd ()
  (command "_zoom" "d" "")
   )
(defun c:ze ()
  (command "_zoom" "e")
   )
(defun c:zp ()
  (command "_zoom" "p")
   )
(defun c:zs ()
  (command "_zoom" "s") 
   )
(defun c:zw ()
  (command "ZOOM" "W" pause pause)
   )
(defun c:zo ()
  (command "_zoom" "o")
  )
(defun c:zr ()
  (command "_zoom" "r")    ; this code not work
  )


Bob Wahr

  • Guest
Re: Zoom real time
« Reply #1 on: March 02, 2010, 07:34:50 PM »
Doing it this way works the same as if you type it in so Zoom R won't do anything.  Try:

  (command "_zoom" "")

Adesu

  • Guest
Re: Zoom real time
« Reply #2 on: March 03, 2010, 05:54:56 AM »
it great, thanks

huiz

  • Swamp Rat
  • Posts: 917
  • Certified Prof C3D
Re: Zoom real time
« Reply #3 on: March 04, 2010, 05:58:38 AM »
Or you can use the command RTZOOM.
The conclusion is justified that the initialization of the development of critical subsystem optimizes the probability of success to the development of the technical behavior over a given period.

alloy mold design

  • Mosquito
  • Posts: 8
  • Automotive wheel mold design
Re: Zoom real time
« Reply #4 on: March 13, 2010, 09:38:11 AM »
 :evil:Yes,You are right!
m Foshan City, Guangdong Province, China, car wheels mold design

uncoolperson

  • Guest
Re: Zoom real time
« Reply #5 on: March 13, 2010, 09:48:02 AM »
why not use the pgp file for this?