Jump to content

crosshair rotated by mistake


jmchl

Recommended Posts

Hi!

 

The cursor cross hair has been rotated by mistake and I don't know how I could put it back straight (as default).

What is the command to rotate the cross hair?

If I want to draw an object on a 30 degres angle, how can I set the cross hair to 30 degres etc.?

 

thanks!

Joe

Link to comment
Share on other sites

In one drawing, the crosshair has been rotated by mistake and I don't know how I could put it back straight (as default).

What is the command to rotate the cross hair?

If I want to draw an object on a 30 degres angle, how can I set the cross hair to 30 degres etc.?

 

thanks! :(

Joe

Link to comment
Share on other sites

Type in UCS then W for world, that should set you back to normal

 

you can use the UCS command to rotate the crosshairs anyway you need, if you are in plan view you would rotate it by the Z-axis such as UCS Z use negative numbers to rotate clockwise, or positive numbers for counter-clockwise.

Link to comment
Share on other sites

  • 7 years later...
  • 1 year later...
  • 7 years later...
(defun c:saa (/ a)
  (princ "\ New ortho angle or 2 points: ")
  (setq a   (getangle))
  (if a
    (setvar "snapang" a)
    (setvar "snapang" 0))
  (princ)
  )

Try to run this code. On the prompt, press Enter.

Edited by paulmcz
Link to comment
Share on other sites

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...