2004
Table Of Contents
- Contents
- Chapter 1 - Find the Information You Need
- Part 1 - The User Interface
- Part 2 - Start, Organize, and Save a Drawing
- Part 3 - Control the Drawing Views
- Part 4 - Create and Modify Objects
- Chapter 14 - Control the Properties of Objects
- Chapter 15 - Use Precision Tools
- Chapter 16 - Draw Geometric Objects
- Chapter 17 - Change Existing Objects
- Part 5 - Hatches, Notes, and Dimensions
- Chapter 18 - Hatches, Fills, and Wipeouts
- Chapter 19 - Notes and Labels
- Chapter 20 - Dimensions and Tolerances
- Part 6 - Create Layouts and Plot Drawings
- Chapter 21 - Create Layouts
- Chapter 22 - Plot Drawings
- Part 7 - Share Data Between Drawings and Applications
- Chapter 23 - Reference Other Drawing Files (Xrefs)
- Chapter 24 - Link and Embed Data (OLE)
- Chapter 25 - Work with Data in Other Formats
- Chapter 26 - Access External Databases
- Overview of Using AutoCAD with External Databases
- Access a Database from Within AutoCAD
- Link Database Records to Graphical Objects
- Use Labels to Display Database Information in the Drawing
- Use Queries to Filter Database Information
- Share Link and Label Templates and Queries with Other Users
- Work with Links in Files from Earlier Releases
- Part 8 - Work with Other People and Organizations
- Chapter 27 - Protect and Sign Drawings
- Chapter 28 - Use the Internet to Share Drawings
- Chapter 29 - Insert and View Markups
- Chapter 30 - Publish Drawing Sets
- Part 9 - Create Realistic Images and Graphics
- Glossary
- Index
212 | Chapter 15 Use Precision Tools
To visually locate a point
1 From the Tools menu, choose Inquiry. Then choose ID Point.
2 On the command line, enter the coordinate of the point you want to
locate.
If the
BLIPMODE system variable is on, a blip (a small cross) is displayed at
the point location.
Inquiry toolbar
Command line
ID
To change the coordinate display on the status bar
Use one of the following methods:
■ Click the coordinate display at the Specify Next Point prompt.
■ Press F6 or CTRL+D.
■ Set the COORDS system variable to 0 for static display, 1 for dynamic
display, or 2 for distance and angle display.
Enter Cartesian Coordinates
To use coordinate values to specify a point, enter an X value and a Y value
separated by a comma (X,Y). The X value is the positive or negative distance,
in units, along the horizontal axis. The Y value is the positive or negative
distance, in units, along the vertical axis.
Absolute coordinate values are based on the origin (0,0), where the X and Y
axes intersect. Use an absolute coordinate when you know the precise X and
Y values of the point coordinate. For example, the coordinate 3,4 specifies a
point 3 units along the X axis and 4 units along the Y axis from the origin.
Relative coordinate values are based on the last point entered. Use a relative
coordinate when you know the position of a point in relation to the previous
point. To specify a relative coordinate, precede the coordinate with an @ sign.
For example, the coordinate @3,4 specifies a point 3 units along the X axis
and 4 units along the Y axis from the last point specified.
For example, to draw a line beginning at an X value of –2, a Y value of 1, and
an endpoint at 3,4, make the following entries on the command line:
Command: line
From point: –2,1
To point: 3,4
AutoCAD locates the line as follows: