Jump to content

Line w/text ex: _____6" Water______6"Water____


POaid

Recommended Posts

How do I (if possible) Make a line with text in it and it is repeating.

I use AutoCad 2006 and work with water/gas/steam lines and if i could do this it would make it so much easier for our workers

EX: ____________6" water ______________6" water _____________

 

Thanks

Link to comment
Share on other sites

  • Replies 32
  • Created
  • Last Reply

Top Posters In This Topic

  • POaid

    10

  • tzframpton

    8

  • lpseifert

    4

  • rkmcswain

    3

hit the F1 key to bring up Help. go to Customization Guide > Custom Linetypes > Text in Custom Linetypes. It gives a full description on how to accomplish this.

 

Also, you can search "LINETYPE" in this forum and it'll bring up loads of 'how to' threads from previous posts. This question is not new. Hope this helps ya out.... 8)

Link to comment
Share on other sites

How do I (if possible) Make a line with text in it and it is repeating.

I use AutoCad 2006 and work with water/gas/steam lines and if i could do this it would make it so much easier for our workers

EX: ____________6" water ______________6" water _____________

 

Thanks

 

I know there is Gas and HW lines in the linetype section in the layer properties manager but i was wondering if you can write in your own text

Link to comment
Share on other sites

hit the F1 key to bring up Help. go to Customization Guide > Custom Linetypes > Text in Custom Linetypes. It gives a full description on how to accomplish this.

 

Also, you can search "LINETYPE" in this forum and it'll bring up loads of 'how to' threads from previous posts. This question is not new. Hope this helps ya out.... 8)

Thanks.................. :)

Link to comment
Share on other sites

I still can't get it i followed the help menu and did what it said i don't know if i'm doing it wrong or what but it just keeps saying unknown command

Any Help?

Link to comment
Share on other sites

["6"WATER",STANDARD,S=.5,R=0.0,X=0.0,Y=0.0]

Thats is what i'm trying to do i'm not sure the X and Y offsets need to be but i copied the example one that was in the help and it didn't work either i just have regular autocad 2006 do i need civil?

Link to comment
Share on other sites

Copy/Paste this at the End of your ACAD.LIN file in your Support directory. Then load it as needed. Just make sure your Text Style labeled "STANDARD" is always set to 0 for the Text Height and you'll be fine.

 

*6INCH_LINE,6 Inch Line ----6----6----6----6----6----6--
A,.25,-.25,["6'' LINE",STANDARD,S=.05,R=0.0,X=-0.15,Y=-0.025],-.25

Link to comment
Share on other sites

I don't have the acad.lin file in my support file what do i do?

??

 

are you sure? do you know where you're Support directory is?

 

I have AutoCAD 2007 and here's mine:

C:\Documents and Settings\computer_name\Application Data\Autodesk\AutoCAD 2007\R17.0\enu\Support

 

yours should say ..\Autodesk\AutoCAD 2006\R16.1\enu\Support I believe

Link to comment
Share on other sites

??

 

are you sure? do you know where you're Support directory is?

 

I have AutoCAD 2007 and here's mine:

C:\Documents and Settings\computer_name\Application Data\Autodesk\AutoCAD 2007\R17.0\enu\Support

 

yours should say ..\Autodesk\AutoCAD 2006\R16.1\enu\Support I believe

 

C:\Program Files\AutoCAD 2006\Support

this is what i'm going to and its not there but when i go to my layers property manager and load a linetype and search files the acad.lin is there but i don't know what to do

Link to comment
Share on other sites

re-read my last post. you're going to the wrong support directory. you'll need to turn on "Show Hidden Files & Folder" in the Folder Options dialog box. the "Application Data" folder is a system folder and is defaulted to Hidden.

 

***EDIT****

 

Scratch that... do this.... type STYLESMANAGER at the command line, and then go up one directory. Then you will see the Support directory you're needing. 8)

Link to comment
Share on other sites

Guest Alan Cullen

Good one, Styk....

 

I just got to work.....but it looks like you got it sorted.....so I don't need to come in and help....o:)

Link to comment
Share on other sites

??

 

are you sure? do you know where you're Support directory is?

 

I have AutoCAD 2007 and here's mine:

C:\Documents and Settings\computer_name\Application Data\Autodesk\AutoCAD 2007\R17.0\enu\Support

 

Actually, it's not the computer name, but the account name (currently logged on user).

 

Another way to find it, paste this at the command line:

 

(strcat (getvar "RoamableRootPrefix") "support")

Link to comment
Share on other sites

Actually, it's not the computer name, but the account name (currently logged on user).

 

ah yes, that is true.... thanks for catching that. It's what I meant, but just didn't realize what I was typing at the time. :)

Link to comment
Share on other sites

Well....if we're on this....another way again is to type at the command line.....

 

(findfile "acad.lin")

 

Right, if your just looking for the first "acad.lin" in the support path, that is how to do it. My snippet was to find the "standard" OOTB support path.

 

Remember though, linetypes are simply loaded from LIN files, not referenced from them (they are embedded in the DWG file). So any linetype in any given drawing may have come from anywhere, not necessarily the LIN file returned by (findfile "acad.lin").

 

In fact, in the context of this post, the OP *could* have put his new linetype definition in any .LIN file (it didn't have to be "acad.lin") and loaded it from there.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...