ACP Coordinate Systems and Precision Drawing 2 — Questions and Answers
Question 1: When using Direct Distance Entry, what must you do in addition to typing the distance?
- Specify coordinates in X,Y format after the distance
- Move the cursor in the desired direction before typing the distance (Correct answer)
- Press Tab to switch between distance and angle fields
- Type the angle preceded by < before the distance
Correct answer: Move the cursor in the desired direction before typing the distance
Direct Distance Entry requires you to move the cursor to visually indicate direction; AutoCAD then uses that direction combined with your typed distance to place the point.
Question 2: What does the UCSICON command control in AutoCAD?
- Which UCS is currently active in the drawing
- The display visibility, position, and visual properties of the UCS icon (Correct answer)
- The origin point coordinates of the current UCS
- The scale factor applied to the coordinate system
Correct answer: The display visibility, position, and visual properties of the UCS icon
UCSICON controls whether the UCS icon is displayed, where it appears (at origin or lower-left corner), and its visual style properties.
Question 3: The NEAREST object snap mode snaps to which location on an object?
- The closest endpoint of the object to the cursor
- The closest point anywhere along the object's geometry to the cursor (Correct answer)
- The midpoint of the segment nearest to the cursor
- The nearest intersection with another object
Correct answer: The closest point anywhere along the object's geometry to the cursor
The NEAREST snap finds the closest point anywhere on the object's geometry to the cursor position, regardless of special geometric features like endpoints or midpoints.
Question 4: What does Polar Tracking do when configured to a 45-degree increment?
- Snaps the cursor only to grid points at 45-degree angles from the origin
- Displays alignment guide paths at 45-degree angle increments to guide cursor movement (Correct answer)
- Limits object rotation commands to 45-degree increments
- Automatically rotates the UCS to align with 45-degree geometry
Correct answer: Displays alignment guide paths at 45-degree angle increments to guide cursor movement
Polar Tracking displays temporary alignment paths at the specified angle increments (every 45° here), visually guiding cursor movement along those directions without hard-constraining the cursor.
Question 5: Which tool or command is used to manage and restore previously saved named UCSs?
- UCSRESTORE
- NAMEDVIEW
- UCSMAN (Correct answer)
- UCSLIST
Correct answer: UCSMAN
UCSMAN opens the UCS Manager dialog, which lists all saved named UCSs and allows you to restore, rename, set current, or delete them.
Question 6: What is the purpose of the Apparent Intersection (APPINT) object snap?
- Snaps to where two objects would meet if they were extended
- Snaps to where two objects appear to cross in the view even if they are at different 3D elevations (Correct answer)
- Snaps to the center of an apparent circular arc
- Snaps to the nearest corner of an implied rectangular boundary
Correct answer: Snaps to where two objects appear to cross in the view even if they are at different 3D elevations
Apparent Intersection snaps to where objects appear to visually cross in the current view, even when they exist at different Z elevations in 3D space and do not actually intersect.
Question 7: When you type the coordinate 3,4 (without an @ prefix) in AutoCAD, what does it specify?
- 3 units right and 4 units up from the last drawn point
- X=3, Y=4 measured from the drawing origin (0,0) (Correct answer)
- 3 units distance at 4 degrees from the last point
- 3 units distance at 4 degrees from the world origin
Correct answer: X=3, Y=4 measured from the drawing origin (0,0)
Without the @ symbol, coordinate input is absolute, so 3,4 means the point located at X=3, Y=4 measured from the world or UCS origin.
When using Direct Distance Entry, what must you do in addition to typing the distance?