Jump to content

Recommended Posts

Posted

(setq pt1(getpoint"\nInsert Point:"))
(setq pt2(getpoint pt1"\nLength :"))

user move the cursor than polar tacking showing

and increase +5 every moving

 

Tq

Posted

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

Posted
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

Posted
i mean, real-time when user move the cursor after 1st point picked

than the polar tracking show every move increase +5

 

So turn on the grid mode with spacing 5x5

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...