Difficulty: Easy
Correct Answer: Aligned
Explanation:
Introduction / Context:
When dimensioning sloped features, it is crucial to communicate the true length along the feature, not just horizontal or vertical components. CAD tools provide specific commands to ensure the dimension text reflects the correct measurement orientation.
Given Data / Assumptions:
Concept / Approach:
The Aligned dimension tool measures the distance between two points along the line connecting them. By contrast, Linear dimensions report horizontal or vertical distances only, and Angle dimensions report degrees, not linear distances. Radial is reserved for circles and arcs.
Step-by-Step Solution:
Verification / Alternative check:
Compute the length using distance = sqrt((dx)^2 + (dy)^2) from endpoint coordinates. The CAD result and manual calculation should match.
Why Other Options Are Wrong:
Common Pitfalls:
Accidentally using Linear can cause under- or over-stated dimensions if the reader assumes true length. Always verify that “Aligned” is selected for sloped segments.
Final Answer:
Aligned
Discussion & Comments