Insertion points for text and Attributes differs

Insertion points for text and Attributes differs

Anonymous
Not applicable
2,638 Views
9 Replies
Message 1 of 10

Insertion points for text and Attributes differs

Anonymous
Not applicable

Can anyone explain how to correct this issue

 

In the block the text and attribute have the same grip horizontal positions

However when the text adds to the attribute it aligns with the lower grip while the text is aligned with the upper grip, which magic parameter needs to be changed or what is the solution?

snap1.JPGsnap2.JPG

0 Likes
Accepted solutions (1)
2,639 Views
9 Replies
Replies (9)
Message 2 of 10

chriscowgill7373
Advisor
Advisor

Bottom Left, is what the left picture is justified to

Left is what the right picture appears to be justified to.


Christopher T. Cowgill, P.E.

AutoCAD Certified Professional
Civil 3D Certified Professional
Civil 3D 2024 on Windows 10

Please select the Accept as Solution button if my post solves your issue or answers your question.

0 Likes
Message 3 of 10

Anonymous
Not applicable

I thought that but below are the properties of attribute and text

att1.JPGatt2.JPGatt1.JPG

0 Likes
Message 4 of 10

chriscowgill7373
Advisor
Advisor

Is it trying to autostack the fraction?  can you post a drawing with an example?


Christopher T. Cowgill, P.E.

AutoCAD Certified Professional
Civil 3D Certified Professional
Civil 3D 2024 on Windows 10

Please select the Accept as Solution button if my post solves your issue or answers your question.

0 Likes
Message 5 of 10

cadffm
Consultant
Consultant

Thats the Attributdefinition, not the Attribut (from the first picture),

please test it with a NEW Blockreference, or use ATTSYNC for that Block.

Sebastian

0 Likes
Message 6 of 10

Anonymous
Not applicable

Attached is the file with the title block and misaligned attributes against text elements

0 Likes
Message 7 of 10

chriscowgill7373
Advisor
Advisor

Its because they are multiline attributes.  If they are single line, it works just fine:

image.png


Christopher T. Cowgill, P.E.

AutoCAD Certified Professional
Civil 3D Certified Professional
Civil 3D 2024 on Windows 10

Please select the Accept as Solution button if my post solves your issue or answers your question.

Message 8 of 10

cadffm
Consultant
Consultant

It's hard to describe

The ATTDEF Object is like a TEXT-Object, but if you create a multiline-attdef and you create a blockreference (with this multiline-attribute)

then Acad display it like a MTEXT.

 

A artifice of the Autodesk programmers to offer a Multiline-Attribute without having a "real" new Multiline-Attdef/Attribute Object.

And the position of insertionpoint Bottom-Left is different between TEXT and MTEXT (or better, the Text-Value position relative to the basepoint)

 

 

Sebastian

Message 9 of 10

Kent1Cooper
Consultant
Consultant
Accepted solution

@cadffm wrote:

.... the position of insertionpoint Bottom-Left is different between TEXT and MTEXT (or better, the Text-Value position relative to the basepoint)


To elaborate on that, Bottom-Left [and also Bottom-Center and Bottom-Right] justification for plain Text goes to the bottom of possible  descenders below the base-line [the tails on lower-case g, j, p, q, y, slashes, parentheses, etc.] whether or not the Text contains any of those.  But for Mtext, it goes to the bottom of the actual character content  [which varies depending on whether there are any descenders, and which means it will shift  when you change the content between having and not having any descenders on the lowest line].  "Ordinary" Left/Center/Right justification for plain Text puts the baseline  at the level of the insertion point, and descenders [if there are any] go below  that level.  Mtext doesn't have  an equivalent to that kind of positioning.

Kent Cooper, AIA
0 Likes
Message 10 of 10

Anonymous
Not applicable

Now I understand the differentce between MTEXT and TEXT insertion points

 

As a note had to use https://forums.autodesk.com/t5/autocad-forum/can-t-convert-multiline-attributes-to-single-line/td-p/..., process to change the multiline attributes back to single line.

 

Thanks for help and support

0 Likes