Difficulty: Easy
Correct Answer: 0 radius fillet
Explanation:
Introduction / Context:
After projecting geometry into an auxiliary view, lines may overrun their intersections. CAD drafters often need a fast, exact method to trim corners to a clean intersection without manually picking trim boundaries multiple times.
Given Data / Assumptions:
Concept / Approach:
Using a fillet command with zero radius acts as a combined trim-to-intersection tool. It deletes the overrun and forms a sharp corner at the exact intersection point. This is faster and more accurate than repeated trim and extend operations, especially on busy auxiliary views.
Step-by-Step Solution:
Verification / Alternative check:
Use object snaps to check that resulting corners lie precisely at the intersection of the original line extensions.
Why Other Options Are Wrong:
Common Pitfalls:
Leaving a nonzero fillet radius by mistake, which rounds the corner; always verify radius = 0 before use.
Final Answer:
0 radius fillet
Discussion & Comments