jmchl Posted September 7, 2007 Posted September 7, 2007 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 Quote
jmchl Posted September 7, 2007 Author Posted September 7, 2007 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 Quote
Noahma Posted September 7, 2007 Posted September 7, 2007 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. Quote
riga Posted September 7, 2007 Posted September 7, 2007 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 Quote
sparklerach Posted September 7, 2007 Posted September 7, 2007 To rotate the crosshair, you must use UCS. Check the help files if your not familiar with them. Quote
riga Posted September 7, 2007 Posted September 7, 2007 And please... next time post your question 1 time http://www.cadtutor.net/forum/showthread.php?t=16272 Quote
Tiger Posted September 7, 2007 Posted September 7, 2007 SNAPANG is also a possibility - that only rotates the crosshairs and not the UCS. Quote
Strix Posted September 7, 2007 Posted September 7, 2007 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 Quote
Tiger Posted September 8, 2007 Posted September 8, 2007 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. Quote
sleepy86 Posted March 25, 2015 Posted March 25, 2015 yes. Try to change to World ucs or snapang variable. Quote
dal-designs Posted November 30, 2016 Posted November 30, 2016 I had the same problem but none of the above helped (using vanilla AutoCAD 2014) My solution, for future posterity: PLAN > Enter > Enter Quote
ANFAL Posted January 4, 2024 Posted January 4, 2024 write ucs in the command panel and choose view option Quote
paulmcz Posted January 6, 2024 Posted January 6, 2024 (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 January 6, 2024 by paulmcz 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.