nalsur8 Posted March 3, 2011 Posted March 3, 2011 (setq pt1(getpoint"\nInsert Point:")) (setq pt2(getpoint pt1"\nLength :")) user move the cursor than polar tacking showing and increase +5 every moving Tq Quote
Tharwat Posted March 3, 2011 Posted March 3, 2011 Try this .... (if (setq pt1 (getpoint "\n Insert Point:")) (progn (if (not Len )(setq Len 5.)) (setq pt2 (cond ((getdist (strcat "\n Length < "(rtos Len 2 2) "> :")))(T Len))) (setq Len pt2) ) (princ) ) Tharwat Quote
nalsur8 Posted March 3, 2011 Author Posted March 3, 2011 Try this .... (if (setq pt1 (getpoint "\n Insert Point:")) (progn (if (not Len )(setq Len 5.)) (setq pt2 (cond ((getdist (strcat "\n Length < "(rtos Len 2 2) "> :")))(T Len))) (setq Len pt2) ) (princ) ) Tharwat i mean, real-time when user move the cursor after 1st point picked than the polar tracking show every move increase +5 Quote
Tharwat Posted March 3, 2011 Posted March 3, 2011 i mean, real-time when user move the cursor after 1st point pickedthan the polar tracking show every move increase +5 So turn on the grid mode with spacing 5x5 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.