Brief Answer: If you can’t change the annotative scale in AutoCAD, it could be due to locked viewports, the object not being annotative, or global scale settings.
Detailed Explanation and Solutions:
- Locked Viewports:
- Object Not Annotative:
- Problem: The object may not be set as annotative.
- Solution:
- Select the object.
- In the Properties palette, under ‘Annotative’, change to ‘Yes’.
- Apply the desired annotative scale.
- Global Scale Factor:
- Global Scale Issue: The drawing’s global scale setting affects annotative objects.
- Adjust Global Scale:
- Type
ANNOALLVISIBLE
and set it to 1. - Use
DIMSCALE
orLTSCALE
to adjust the global scale factor.
- Type
- Annotative Style Settings:
- Style Limitation: The annotative style may have limitations.
- Modify Style:
- Use
DIMSTYLE
,TEXTSTYLE
, or similar commands to edit the specific annotative style. - Adjust the scale settings within the style.
- Use
Key Points:
- Unlock Viewports: Ensure viewports in paper space are not locked.
- Set Objects to Annotative: Change object properties to ‘Annotative’.
- Manage Global Scales: Adjust global scale factors if necessary.
Trouble changing the annotative scale in AutoCAD typically involves viewport lock status, object properties, and global drawing settings. Addressing these areas should allow for scale adjustments.