Sometimes we have the need to create
a new custom linetype to denote different lines in our drawing, like water
lines, gas lines, fences, etc… For those of you that have some custom
linetypes with text and have been moving this LIN file alone from older releases, here is
something that you may not know.
When we talk about text custom linetype we need to consider: Text Styles, Scale, Rotation, X offset, and Y offset. Probably the rotation
is being the most painful one, because is not the same to draw a line from left
to right, that from right to left…. So we end up with things like this...
Here is how this line looked like
until 2010:
*AUTODESK, BeingCivil ---- ADS ---- ADS ---- ADS ----
A,.2,-.2,["ADS",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.25
But
since 2011 Autodesk did something really nice for us… they change the rotation
parameter, and give us the ability to manipulate this factor in a different
way, introducing U and A, beside the original R. What this mean to us?
R=value
R= specifies relative or tangential rotation with respect to the line.
U=value
U= specifies upright or easy-to-read text.
A=value
A= specifies absolute rotation of the text with respect to the origin; that is,
all text has the same rotation regardless of its position relative to the line.
So in any AutoCAD based software, this is how my custom linetype with text looks now.
Here
is how this line looks like since 2011:
*AUTODESK, BeingCivil ---- ADS ---- ADS ---- ADS ----
A,.2,-.2,["ADS",STANDARD,S=.1,U=0.0,X=-0.1,Y=-.05],-.25
Remember, text styles can be annotative
as well, so that is another thing that you could consider when creating and
working with text in custom linetypes.
Here is the location on Vista and
Win 7:
C:\Users\USER_NAME\AppData\Roaming\Autodesk\C3D 201X\enu\Support\acad.lin