AutoCad 2D :: Custom Linetype With Text Display?
Feb 18, 2011
I made a custom line type called EX (for existing pipes) which looks a little bit like this: - - - EX - - - EX - - - EX - - -
Line works great when I draw from left to right. However, when I draw a line from RIGHT to LEFT, the text displays upside down a little bit like this: - - - X3 - - - X3 - - - X3 - - - ("3" representing the mirror image of "E")
Same applies when drawing from bottom to top, or top to bottom. I totally understand the behavior here, and TBH I think it's OK it behaves that way.
Let's say I'm drawing existing water pipes going in all directions with a polyline. Is there a way to make the text display upward no matter what direction the pline is going?
View 9 Replies
ADVERTISEMENT
Jan 8, 2013
I made a custom linetype to represent a pipeline. The line is abbreviated by 5 letters. My problem is when I reach and curve in the pipe (an elbow), the text string does not follow the curve. It remains straight for the remainder of the text. Is there a way (autocad 2013) to have the text follow the path of a curve?
edit: I saw one similar topic from 2008 in this thread: [URL] and the best response there is the one posted by eldon where you break the code down to each letter. Still, the picture in eldon's post makes the text a bit jagged. Have any changes been made to AutoCAD since this post that make this easier?
View 0 Replies
View Related
Apr 18, 2013
I've created my first line type (woohoo!) but the rotated V that I used as an "arrow" won't center and I'm having a difficult time understanding why so that I can fix it. I am aware that linetypes like the one I created exist but I wanted the arrows a specific size and distance apart which I couldn't do with the existing linetypes available to me (also I really wanted to try creating a custom one).
In the attached picture:
-the green line is the finished custom linetype
-the red lines are polylines
-the blue text is rotated 90 degrees, set to a text style titled Linetype (simplex font, not annotative, height set to 0 and width set to 1.0), and Justify set to Bottom Center
linetypes-Model.pdf
The finished linetype code is:
*STREAM_LINE_W_ARROW_BIG,Stream_Line_W_Arrow_Big
A,.392629,["V",Linetype,y=-.07619,s=.2,u=90],.207371,-.144393,.011213,-.138787,.011213,-.138787,.011213,-.144393,.392629,["V",Linetype,y=-.07619,s=.2,u=90],.207371
Also, this the first time I've attached a picture, I'm not sure that I did it correctly.
View 2 Replies
View Related
Aug 12, 2013
How do I set up a dwt so that linetypes appear the same no matter what the scale of the viewport. I tried AutoCad help but the recommended fix if I am reading it correctly is psltscale set to 1. That didnt work. We normally set our ltscale to 0.5. Should the scale of linetypes be controlled by the scale of the viewport? Isnt the scale of the viewport supposed to be multiplied by the ltscale so that the linetypes always appear the same no matter what the veiwport scale?
View 9 Replies
View Related
Jul 13, 2012
I have created a custom linetype for the flexible duct when my colleague open the drawings the .shx are missing. So i need to send them the .shx.
View 3 Replies
View Related
Sep 12, 2013
Is it possible to code a custom linetype, so that it only follow certain annotation scales (e.g. 1:100, 1:200 1:500) and so that it just appears as a continuous line below and above these certain scales?
The solution should work even when the drawing is used by others and apply to both modelpsace and paperspace (viewport).
View 0 Replies
View Related
Aug 9, 2012
I have created a custom linetype using shape for Plugmold like this _____ / / _____ Its works in my PC. But when others open it from their PC it shows like this ____ . . . . . ___.
View 9 Replies
View Related
Jan 14, 2013
Is there a way to start a custom line type so that is starts and ends with "O". Right now, the default "FENCELINE1" has circles in it, but it starts and ends with a line.
Here's their code for the line:
*FENCELINE1,Fenceline circle ----0-----0----0-----0----0-----0--
A,.25,-.1,[CIRC1,ltypeshp.shx,x=-.1,s=.1],-.1,1
I already tried just putting the O's at the ends, and that didn't do it.
Below is a picture of what I'm looking to get. The top one is the FENCELINE1, the bottom one is just circles and lines, but that's how I want the linetype to look when they place it... so first click would have a circle, second click would have a circle, and the circles "in" the line would spread out evenly.
Just so you know... this is for guardrail inside a where house where it has the circle pillars on each end with circular pillars in the middle (every 8', but the spacing isn't crucial).
View 9 Replies
View Related
Jul 1, 2013
I am trying to create a linetype with a 3d shape included to represent road markings, i.e. central lines and edges etc.
For this I need a .shx file and I don't know how to create this as I am not allowed to select 3d objects when using the MKSHAPE command.
How can I best create a linetype with 3d objects?
View 9 Replies
View Related
Dec 8, 2011
I need a custom linetype that includes a shape - a rectangle or a star.
How do I define this "shape" in my custom linetype?
View 2 Replies
View Related
Jun 21, 2011
I've been asked to produce a user defined linetype with a continuous line as its base and with a letter "X" at specific intervals. That's ok, but the kick is that the line should be one colour and the "X" in a different colour.
I suggested creating a block for the "X" and using measure to place the blocks on the line, but that is unacceptable. There will be a lot of lines and these will be at some point deleted/replaced and the "X" blocks would still be there. It would be possible to place all the "X"s for one line in a group so they could be deleted as a group, but in a relatively small drawing there will be several hundred of these lines and in a large drawing perhaps a couple of thousand.
As far as I'm aware in a custom linetype all the elements are the same colour.
View 8 Replies
View Related
May 28, 2013
I want to create a custom linetype for a drawing but am unsure of the best method to use. I only need this linetype for 1 drawing and so I would like it embedded in that drawing if possible. Other people may need access to this file so sending a custom file is out of the question.
Should I create a new .lin file or edit the default acad.lin?
I started to create one using Express Tools and when it prompted me to create / save a new .lin file it defaulted to the 'C:Program FilesAutodeskAutoCAD 2012 - English' folder. I was unsure if to save it here or 'C:Program FilesAutodeskAutoCAD 2012 - EnglishUserDataCacheSupport', where ACAD's .lin is stored.
View 3 Replies
View Related
Apr 8, 2013
My properties palette doesn't have a field for linetype? I swear there was one there previously (under the general section)?
View 4 Replies
View Related
Mar 26, 2012
I'd like to make a custom linetype that is a the standard DASHDOT linetype, but with a small circle drawn on the ends of the line or arc (and only at the ends).
View 4 Replies
View Related
Jul 24, 2013
I am trying to create a custom linetype with solid circles at a specified distance along the custom linetype (see attachment). I have tried using a shape, the special Wingding character but cannot get the result I want. I've tried the hatching method, again with no luck. I've went through the discussion groups, online content, etc. but cannot get it to generate the line the way I want. I see a few people that have been successful but I cannot get it to work.
View 9 Replies
View Related
Apr 18, 2012
why these (apparenlty) different two linetype codes give me exactly the same line when I draw them.
*ELEC_NEWLITE_U,ELEC_NEWLIGHT_U ----(N)L----(N)L----(N)L----(N)L----
A,.5,-.2,.5,-.2,["(N)L",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.25
*ELEC_NEWLITE_X,ELEC_NEWLIGHT_X-(N)L-(N)L-(N)L-(N)L-
A,30,-.2,["(N)L",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05]
With the first one I intend to see few small dashes "(N)L" few small dashes an so on. With the second one I want to see one long dash "(N)L" long dash "(N)L" and so on.
They both appear as few small dashes (N)L few small dashes and so on
How do I control how many dashes will be in the line? What is the coding definition for the text portion of the line between []?
View 1 Replies
View Related
Sep 15, 2011
I have a custom linetype that's just a series of arrows I want to use to show the flow of a ditch. I've played around with this thing for a while and have these dots at each end of the line that shows up when I print.
Is there any way to make this linetype without the dots at each end? the actual files for the line type.
FLOW.lin
*FLOW,A,0,-.002,.148519,[FLOW,FLOW.shx,s=1],-.449481
View 8 Replies
View Related
Sep 17, 2013
I have a client who requested some complex custom linetypes. (line - shape - line)
I built the shapes and stored them in my ltype.shp file, and compiled that to ltype.shx. Then I added the custom linetypes in my acad.lin file. So everything works on my machine with no problem. However, when I send the drawing to someone else, the linetype works, but the shapes are left out. My guess is that since her ltype.shx file does not contain my new shapes, the lines are just drawn without them.
Is there a way that I can have those linetypes, complete with shapes, ride along inside/embedded the dwg file?
And before you ask, no, it's not an option to provide the client with the shx file that contains these shapes. I'm one of many different people in many different companies that might work on these drawings in the future and there's just no way that they'll be able to send an shx file along with the drawing every time someone new needs to work on it.
View 2 Replies
View Related
Dec 4, 2009
Any way to build or download a linetype that can display as a thick dashed line surrounded by 2 parallel lines on either side of it?
We use them to denote underground stormwater pipes in our survey models.
Currently I need to manually set each line to a polyline, give it a global width, and then draw a DLINE of the same width from endpoint to endpoint. The down side is that not only is it laborious, I also have to set the Z values to zero, so we lose the elevation feature of the pipe in the model.
Ideally it would need to have enough functionality to alter the spacing of the dashes, and the width of the line.
View 9 Replies
View Related
Aug 31, 2011
I am trying to create a custom detail line, if possible?
Is there any way to create a custom detail line which will be a dashed line (similar to Hidden) as well as containing arrows every "X" feet or inches. i am attaching an image that is what i would like to create so i don't draw from scratch.
I would like for it to function as a line, spline, shape, whatever the needs may be.
View 9 Replies
View Related
Jun 15, 2011
Using: Land Desktop Companion 2009
Issue: Imbeded text in Linetype is automatically orienting the top of the text toward the center of the arc. I have tried to "reverse polyline" to fix this, but the text will not change. Is there a line property that I am missing that will allow the text to orient itself as readable from arc Point of begining to the end?
View 2 Replies
View Related
Sep 7, 2011
NOTE: This is in AutoCAD 2002.
I'm working on one of our standard layouts for a client. Our typical drawing setup is the base drawing file, surrounded by our Xref'ed border. On said border Xref, we have all the information that does not change between drawings (Revision history, address of job site, etc). The only things that change - and, thus, are not on the xref - are the title of each individual sheet and their number; in the case of these objects, they are located on the drawing file itself in the appropriate position. They are, however, the same font as the text in the Xref - "Standard". Or, at least, they're supposed to be.
The text in the base drawing file seems to be a different version of the text from the Xref - a much blockier, sharper-edged version than the Xref text. My first response was "Okay - I'll just copy/paste the text from the border into my base drawing file, and force the existing text to match the properties of the imported text."
This, however, did not work. The imported text automatically assumed the same form as the existing text. Here's a screenshot from the base drawing, illustrating this (The "Mechanical Plan" also exists on the base drawing, and not the Xref):
I copied the existing text from the base drawing (In this case, the "Mechanical Plan") and pasted it directly into the Xref itself, to see what would happen. Apparently, it wants to stay blocky:
In the latter example, I even tried to force the blocky text to assume the properties of the smooth text via MA (Match properties). I specifically need to make the text in the base drawing conform to the style that the text is assuming in the Xref - which is to say "Smooth."
View 0 Replies
View Related
Jun 7, 2012
Currently in process of a quick fix, trying to create a linetype that should place a number in between the lines.
*One, Places 1 in between lines A,5000,-50,["1",CompatecStandard,U=0,Y=-125],-150
That's as far as I've gotten and it pretty much does what I want it too, but right now it is set to 5000mm before it makes a gap with a number. I would like that gap to be dependent on the length of the line... is that possible?
For example, if the line is only 4000mm I want the gap to be after 2000 instead of 5000.
AutoCad LT 2014
View 2 Replies
View Related
May 10, 2012
I am having an issue with the "upright" script in my ltype descriptions. Apparently it works the way it is supposed to and not the way I want it to.
The upright is set to 0 which orients the text in linetypes to be shown as "upright" to the model space. In most design cases; not an issue, but I am designing construction plans along a roadway and as such, north is not always "upright" to my viewport. Is there a script (ie ...,u=v],... or ...,u=vp],...) that will orient my text based on the line displayed in the viewport?
View 9 Replies
View Related
Jun 4, 2013
I'll start by saying that I'm using Civil 3D 2012...I've made a custom line type and am having issues with it. Basically, I'm trying to get the text (Green line with 4's) to flip around from it's current orientation, see attachment. I have already tried the REVERSE and MIRROR commands, with no success.
View 6 Replies
View Related
Jul 23, 2013
I'm trying to center text in a linetype, but at certain angles the text will no longer be centered.
Here is the linetype coding: A,1,-.25,["W",STANDARD,S=.2,U=0.0,X=-.1,Y=-.1],-.15
LINETYPE.jpg
Notice that the text on the vertical line are skewed the most.
View 1 Replies
View Related
Feb 18, 2013
How do I create a linetype with text that is similar to the waterline linetype or sanitary sewer linetype?
View 3 Replies
View Related
Mar 12, 2013
I am trying to create a linetype(actually multible linetyes) for Civil drawings. I need the line type to have the following text..........12" W. I have tried to edit and existing linetype but for some reason the string does not seem to like me using the inch (") symbol. Any proper way to generate this linetype and I should be able to edit it to get all the other line sizes I need.
View 5 Replies
View Related
Aug 9, 2013
Im trying to make a linetype that is hidden with text in it. Is that possible? Ive got all my linetypes customized with text, but trying to make them on a hidden linetype is tricking me.
View 5 Replies
View Related
May 23, 2013
I am using AutoCAD Civil 3D 2013 and just installed HotFix 3 (so I should be all up to speed). I have created a water linetype (---W---) and telephone linetype (---T---). The problem I am having is the 'W' and 'T' seem to flip at some of the nodes based on if the Polyline is going up or down (from left to right). When it is going up it displays right side up...going down it displays upside down. They are one single polyline with nodes.
I have tried REVERSE, PEDIT then Reverse, my linetype definition is set to U=0.0, but nothing has worked. I have redrawn other polylines and they all have the same issue.
Attached is a PDF of the polylines.
View 3 Replies
View Related
Jul 19, 2013
I'm drawing a gas line (the one that says gas throughout the length of the line) and i can't seem to scale the text 'gas' properly, it seems that it is all squashing up and i cant make out what it says. I've tried ltscale, psltscale and the actual linetype scale of the line to no avail. I'm sure this is a simple problem, i just cant work it out.
View 2 Replies
View Related