|
|  |
AutoCAD Tips & Tutorials
Rotating the Crosshairs/Drawing at an Angle
Need to create a drawing at an angle? AutoCAD offers several options:
- Use polar tracking to guide you. Right click the POLAR
button on the Status bar and choose Settings. Set the angles you
want and click OK. For example, a 45° angle will display tracking
guides every 45°. Click OK. Now you can use polar tracking and
direct distance entry (just type in the distance of a line) to draw.
- Rotate the crosshairs. Thanks to Garry Stack of
CADCO in Cork, Ireland for his tip suggesting this method. He
likes it better because he finds that the tracking guides get
in the way. To rotate the crosshairs, right-click the SNAP button
on the Status bar and choose Settings. Type a value, such as 45°
for the Angle and click OK. Now your crosshairs are at that angle.
However, you need to use ORTHO to use direct distance entry using
this method. Garry suggests making toolbar buttons for commonly
used angles. For example, the macro to rotate the crosshairs 45°
would be 'snapang;45; I think it would be useful to have a 'snapang;0;
toolbar button as well. Lots of people seem to like this tip.
Jack Foster writes that he has a button with the following
macro: snapang;0;;\ This sets the snap angle to 0 regardless of
what it currently is, then goes back to the snapangle variable
and waits on the user to type in the new angle you want. Matt
Doyle likes this version: ^C^Csnap;r;\\;off; This lets you
set the angle by picking two points, then shuts off the snap command
(which otherwise is turned on and snaps you to the grid). Ian
Matthews contributed this pair:
'snap r 0,0;per;
'snap r ;0;
The first one matches the cursor of a line you select. The
second one returns the snap angle back to 0. He puts these on
two toolbar buttons.
- Create a User Coordinate System (UCS). To rotate the axes
by 45°, choose Tools>New UCS>Z and type 45. Press Enter. (Or,
as Jimmy Wesley suggests, type ucs, z and type 45.) You
can use Polar Tracking with this UCS if you wish. Typing relative coordinates will be simplified (for example,
@3,0 instead of @3<45). Jimmy further suggests a
quick way to return to the default axes: type ucs and press enter
twice. Andrew Hudson suggests creating your UCS this way.
Draw a line at the angle you need, such as 7.6 degrees. Choose
Tools > New UCS > Object. At the prompt, pick the line
nearest the end that you want to be your new 0,0 point. Alan Praysman has a custom toolbar button that works as a toggle to rotate the UCS and then restore the WCS. To rotate the UCS, click the button and pick the endpoints of a line to specify the angle. Here's the code:
(if (equal (getvar "ucsxdir") (list 1.0 0.0 0.0))(command "ucs" "new" "z")(command "UCS" "world"));
Back to main tips menu for more tips
|
|
|
Books by Ellen
|
New!
AutoCAD 2009 and AutoCAD LT 2009 Bible
This is the 9th edition of this book! Completely updated to conform to the new interface and, of course, it covers all the new features, such as the ribbon, Quick View, ShowMotion, the View Cube, the SteeringWheel, and more. |
AutoCAD 2008 and AutoCAD LT 2008 Bible
Learn the great new features with wide application to all disciplines. Get the most comprehensive book on AutoCAD! DVD contains a 30-day trial of AutoCAD and AutoCAD LT. Thorough exercises guide you through each feature.
|
|
AutoCAD 2007 and AutoCAD LT 2007 Bible
Discover the 2007 features, especially the radically improved 3D tools. CD has AutoCAD 30-day trial, 3rd-party software, and drawings for exercises.
|
AutoCAD 2006 and AutoCAD LT 2006 Bible
Understand and use the 2006 features,
including dynamic blocks and the new method of
customizing menus and toolbars. CD-ROM
has AutoCAD trial, software, and
drawings for all exercises. |
|

AutoCAD 2005 and AutoCAD LT 2005 Bible
Fully explains latest
2005 features: tables,
fields, and sheet sets. For the first
time, covers AutoCAD LT! CD-ROM
comes with software and
drawings for all exercises.
|
|

AutoCAD 2004 Bible
Covers all features
in detail. Hands-on exercises. Over
1300 pages + CD-ROM with software and
drawings for all exercises.
|
|