Difficulty: Easy
Correct Answer: Use the Properties dialog box to turn off the center mark of the dimension.
Explanation:
Introduction / Context:
Dimension style control in CAD ensures consistent symbols and prevents duplicated markers. Circles often already include a center mark from a prior command or block. Adding a new diameter dimension can auto-generate another center mark unless the setting is disabled.
Given Data / Assumptions:
Concept / Approach:
AutoCAD associates a center mark property with radial dimensions. This can be toggled per-dimension via Properties (Center Mark: None) or globally via the dimension style manager. Editing the placed dimension is faster than exploding or trimming.
Step-by-Step Solution:
Verification / Alternative check:
Print or preview the drawing; only one center mark should appear at the circle's center. If this will be repeated often, adjust the dimension style so new radial dimensions default to no center mark.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting to update the dimstyle leads to repeated manual edits. Standardize the setting in the template for consistency.
Final Answer:
Use the Properties dialog box to turn off the center mark of the dimension.
Discussion & Comments