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:
Invoke the Fillet command and set radius = 0.Select the two lines that should meet at a sharp corner.Confirm the preview shows a clean intersection; apply the operation.Repeat along the auxiliary perimeter to finish corners neatly.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