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:
Select the Aligned dimension tool.Pick the two endpoints of the angled segment.Place the dimension so that the text and leaders are legible and do not overlap geometry.Confirm that the value matches expectations if the line's endpoints are known.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