Difficulty: Easy
Correct Answer: the ending point of the last line
Explanation:
Introduction / Context:
CAD offers absolute, relative, and polar-relative entry methods. Relative coordinates (using the @ prefix) are indispensable for constructing chains of geometry without computing global coordinates each time.
Given Data / Assumptions:
Concept / Approach:
Relative coordinates are measured from the last picked/entered point. This allows fast layout of rectangles, bolt patterns, and offsets by simply keying the deltas or distance-angle pairs.
Step-by-Step Solution:
Verification / Alternative check:
Use ID or Properties to confirm the new endpoint equals the last point plus the entered deltas.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting the @ prefix results in absolute input; always include @ for relative coordinates.
Final Answer:
the ending point of the last line
Discussion & Comments