Jump to content

Recommended Posts

Posted

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

Posted

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

Posted

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.

Posted

Command: _ucs

and choose W (World) to return to default set.

 

If you want the axis rotated after _ucs you choose Z and enter the rotation angle you want

Posted

To rotate the crosshair, you must use UCS. Check the help files if your not familiar with them.

Posted

SNAPANG is also a possibility - that only rotates the crosshairs and not the UCS.

Posted

ahhh, I don't think anybody mentioned that when I asked about it a couple of months back

 

What does SNAPANG do then?

 

Bookmarking for FAQ btw

Posted

SNAPANG jusr rotates the crosshairs and not the ucs or anything else....or...don't know if the Polar Tracking rotates - can't check right now.

  • 7 years later...
Posted

yes. Try to change to World ucs or snapang variable.

  • 1 year later...
Posted

I had the same problem but none of the above helped (using vanilla AutoCAD 2014)

 

 

My solution, for future posterity:

 

PLAN > Enter > Enter

  • 7 years later...
Posted

write ucs in the command panel and choose view option 

Posted (edited)
(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

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