dist command

May 03, 2004 2 Replies

can u help? is there any way to stay in the dist command without have to keep presseing enter Thanks in advance!!!


Sure, use this little lisp. It will undefine the dist command then create a new one.

Jeff

(command "undefine" "dist") (defun c:dist (/ pt1 pt2) (while (setq pt1 (getpoint "Specify first point: ")) (if (setq pt2 (getpoint pt1 " Specify second point: ")) (command "._dist" pt1 pt2) ) ) (princ) )

at the command prompt type MULTIPLE press ENTER then type DIST and press ENTER /RL "x x" skrev i meddelandet news:FYrlc.8165$ snipped-for-privacy@pathologist.blueyonder.net...

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required