View Full Version : Crosshair Angle?
PeteUK
5th Apr 2007, 09:48 am
How do you set the crosshairs to be at an angle of say 30 degrees?
And also, if you open a drawing with the cross hairs already set to an unknown angle, how do you reset them to 0 and 90 degrees?
Cheers!
Cymro
5th Apr 2007, 09:53 am
Hi,
you can change the crosshairs angle with snapang, you can also use snapang to reset them back to 0 degrees
dbroada
5th Apr 2007, 09:56 am
go to Tools|Drafting Settings|Snap & Grid.
Play as much as you like! Normal setting is for rectangular snap for orthoganol work or isometric snap if you are drawing in isometric. If working in isometric CTRL+E will step you around the planes.
PeteUK
5th Apr 2007, 10:04 am
thanks for that.
Ive got a drawing that has an unknown angled crosshair but when I typed in SNAPANG the value is 0.0000 - yet the cross hairs appear around 20ish degrees?
dbroada
5th Apr 2007, 10:09 am
is the UCS set to world or rotated? Type PLAN to see if anything happens.
rkmcswain
5th Apr 2007, 01:44 pm
Also note that SNAPANG can be called transparently, so you can change it in the middle of a command.
Command: ._LINE
Specify first point:
Specify next point or [Undo]: 'snapang
>>Enter new value for SNAPANG <0.000r>: 1.5r
Resuming .LINE command.
Specify next point or [Undo]: <Ortho on>
Specify next point or [Undo]: 'snapang
>>Enter new value for SNAPANG <1.500r>: 3r
Resuming .LINE command.
Specify next point or [Undo]:
Specify next point or [Close/Undo]:
Shibuboss
11th Aug 2009, 02:30 pm
Cross Hair Style.
Is it possible to create a new crosshair style.i mean atleast the style of cursor?
ReMark
11th Aug 2009, 02:52 pm
What do you have in mind for a new style?
Shibuboss
12th Aug 2009, 03:11 am
Cross hair style
Hello Sir thanks for your respond.
In my mind, to create a new ( my own ) crosshair style.is it possible?
Please advise.
ReMark
12th Aug 2009, 10:49 am
Not to my knowledge. What exactly is it that you wanted to do?
jlmdesgn
29th Jan 2010, 03:54 pm
2008 has a command STP_SETCURRSA which allows you to select a line in your drawing and set the crosshairs to that angle. similarly, there is a command to snap them back to 0. This command no longer is supported in 2010. Anyone know how to easily make this happen? It's far faster to use a key command sequence to do this than a series of menus (assuming it's still even possible). Anyone know?
lpseifert
29th Jan 2010, 04:02 pm
I believe the command you refer to is from an add-on or a custom lisp command; STP_SETCURRSA has never been a command in core Autocad.
See here
http://www.hyperpics.com/commands/
You could use UCS > Ob to align the UCS with an object... then use UCS > P to return
jlmdesgn
29th Jan 2010, 04:12 pm
I went to that webpage, searched it for the command I'm looking for and it isn't listed. Are you saying that the command is not an AutoCad command? That it's part of a second party program (which may or may not be part of the discussion on that web page)? Is there a way around this where I could program a button or insert a short lisp routine to get me where I need to go? It is a highly useful tool that now is no longer available to me. I hope there is a way to retrieve it!
Thanks for your help!
lpseifert
29th Jan 2010, 04:50 pm
Are you saying that the command is not an AutoCad command?
I thought I made that fairly explicit in post #12
Is there a way around this where I could program a button or insert a short lisp routine to get me where I need to go? It is a highly useful tool that now is no longer available to me. I hope there is a way to retrieve it!
Thanks for your help!
Add this to your acaddoc.lsp file
(defun c:ue () (command "ucs" "ob"))
(defun c:up () (command "ucs" "p"))
This will make the commands UE and UP. The new command UE will align the UCS to an object; UP will realign the UCS to its previous state.
jlmdesgn
29th Jan 2010, 05:32 pm
Thank you for the answer - not for the attitude. I'm sorry if some of us aren't as intelligent as you are. You're superiority was clearly noticed by your knowledge. The attitude "I thought I made that fairly explicit in post #12" only made you appear arrogant. You should have stopped at "intelligent."
Good day
lpseifert
29th Jan 2010, 05:36 pm
Whoa Nellie... you should have stopped at Thank you.
Powered by vBulletin™ Version 4.1.2 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.