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)
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)
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?
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.
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)