Rookie Question (Rhino user for 4 years lol)

I have a drawing that I downloaded and the dimensions and text are different sizes. This started as opening a .dxf.
How do I fix that? They are on the same layer.

Thanks!

TELE_BODY_DRAWING_REVE.3dm (2.1 MB)

The quick fix is to turn off the scaling in annotations.

SelAnnotationStyle is a good command as well. You can select the imported ones and change to native.

I tried that - no luck. Everything is on model space (I think). There is no layout page.

When I opened the .dxf, everything appeared in model space. I’m guessing that what should be layout text is correct, but the model text is blown up? Vice versa?

in this case you can modify the single annotation style font height

That worked! Thank you.

On another topic, how does text size get changed? Text is showing at .130". Can that be changed in Document Properties?

if i understand the question correctly.. The text is changed per annotation style in the dialog I posted. You can create an additional style with a different text size. Per object overrides are available in the Object properties as well.

All the text is .130, and all the dimension text is .125

I do not see a way to change the text unless changing it one at a time?

Here’s a quick way to do it to all.

SelDimOverride to select all the dims with overrides

Run this script. Either by opening in the script editor (EditPythonScript or _RunPythonScript)

This only changes text height overrides on selected items.

clear-text-overrides.py (1.6 KB)

after that the annotation style will control the height (vs object overrides)