AutoCad :: Using Text On Drawings?
Aug 12, 2011
My friend is a qualified architect that has a limited knowledge of Autocad. He has been able to complete the drawings. He is using Autocad 3.3 and is having trouble placing text into his drawings and sizing it. How to achieve this or point me specifically to a tutorial that addresses this. I am aware it probably is a language issue and I don't understand the comand prompts and process.
View 6 Replies
ADVERTISEMENT
Jun 15, 2011
Most of my text is 1/8" tall when plotted on 24 x 36 sheets. This includes notes, dimensions, callouts, etc.Our field personel like the drawings to be 18 x 24. Text becomes hard to read. What is the easiest way to plot the smaller drawings but keep the text 1/8" tall.
View 3 Replies
View Related
Oct 2, 2012
i don't know how to add text to autocad drawings. i'm using autocad 2007
View 9 Replies
View Related
Nov 3, 2011
My boss wants me to look into using annotative text and dimensions for all our drawings. Currently, we have 15 different text and dimension styles depending on what scale we're using.
However, despite my extensive knowledge in most areas of AutoCAD, I have absolutely NO knowledge of how to use it.
View 9 Replies
View Related
Aug 18, 2008
I have multiple cad drawings (300 *dwg's)that need some items changed, is there a way to seach multiple cad drawing in my project for specific instances of text in each drawing?
Do the drawings have to be open? Can you seach just thru the project with out opening each drawing, how does this work?!
View 9 Replies
View Related
Oct 5, 2011
Using AutoCAD 2010.
Is there a way to change text strings in several drawings? A search and replace routine that would do several AutoCAD Drawings at once.
View 1 Replies
View Related
Feb 20, 2012
Is there a way to frame a hex or a circle around leader text that can be connected to the to the leader much like a balloon.
I am looking for a way other then sketching a non-connected circle or hex around my leader text.
Solidworks had some thing that allowed you to create your leaded text and then select an option border shape around it.
[URL]
View 8 Replies
View Related
Mar 29, 2012
my cad drawings dont show any text, just boxes, when i click on the boxes the text is still there, is there a setting lost?
View 3 Replies
View Related
Jan 31, 2002
I need to change a text item in about 200 drawings. I would rather do this at one time if at all possible.
View 4 Replies
View Related
Nov 28, 2011
Can we have a better way to create “text” in the Inventor part drawings?
I almost create “text” in every part drawing in different view. I have to create a sketch first, than create a text and dimension the text so I can lock the text in position, otherwise when you move the view and the text will stay in different location.
I had been used “Solid works” for long times. When I need to create a text, just click that view and create a text and the text will stay with that view, whatever you move that view and the text move together.
View 2 Replies
View Related
Jan 6, 2012
I am trying to change text in hundreds of drawings. What I have is a line of text say "the brown fox" and I need to change it to "the black dog". I have probably 1500 drawings I need to do this in. I am not versed in scripts of lisp. I know the ACAD commands to do this but could develop a script file to batch this.
View 3 Replies
View Related
Aug 9, 2012
Is there a way to Search and replace text in drawings?
Some text is in leaders, others in dimensions...
View 2 Replies
View Related
Aug 6, 2013
I have a drawings that will open in Trueview 2012 on Win7 and AutoCAD 2000 on XP that will show up correctly. But with AutoCad 2012 on Win7 it will not show the Japanese. See attached
View 2 Replies
View Related
Jun 6, 2012
How to turn on/off text on the drawing? I`m working on the drawing template and would like to have a form that will allow engineer by checking check boxes to turn on/off certain text on the drawing.
View 3 Replies
View Related
Oct 21, 2013
I am using AutoCAD Mechanical 2013. (Full version).If there is SLD with different HP rating, tag names and different cable ferrule numbers, and if there is any small change in HP rating of motor or small change in tag name, then it is time consuming work for me to go to AutoCAD and change the text by referring Excel sheet.
Is there any way to link excel sheet to AutoCAD drawings? So i can take updated excel sheet and link it with AutoCAD and if there is any change in excel sheet then it will be updated in CAD file as well.If there is any setting or grid referencing to be made. I am ready to do the required changes to meet my requirement.
View 2 Replies
View Related
Jan 30, 2012
I frequently use tolerance and fits when modelling and retreive them to use them in drawings. The text on these dimensions is always horizontal . Any time I have vertical dimension on drawings (e.g. several diameters in a stepped bore) the horizontal text takes up way too much real estate. e.g. 18.0000 g6 (17.999 17.998)
I would like to align the text to the dimension lines (i.e. text vertical in this case) In Properties Rotate is greyed out. Is there a way to keep my retrieved dims and have them aligned with the dim lines in the drawing?
View 2 Replies
View Related
Jan 18, 2013
Is there a reference of the markup that is used with formatted text on drawings?
View 1 Replies
View Related
Feb 2, 2012
Basically we have a number of different procedures that need to be written in each drawing. Each drawing uses one of 5 or so procedures. Usually we type it out every time which is a pain or copy paste. We also tried making word documents and inserting them that way but it got a little buggy. Is there any way to have 5 or so pre made text blocks to pick which to insert onto different types of drawings but that can be global used across a few systems?
We have a small group of workers all on the vault server. Basically I just want to be able to have a finished drawing. Click something that will open a list of my pre made text blocks, and insert one into the drawing that I can scale etc. We use Inventor 2011.
View 1 Replies
View Related
Jul 15, 2013
I got a work that I have to change around 1200 drawings from Microsoft Visio to AutoCad 2009. One annoying thing is that the Visio drawings got Arial as text style and my company want everything in their own textstyle. So at the moment I single click all text bar and change the style, there must be a faster way to fix this.
View 9 Replies
View Related
Sep 16, 2012
I need to be able to batch process a bunch of title block attributes automatically.
Block Name: Title Block
Tag Name: SH
Currently they come out with just the number 1, 2 , 3 etc I need to add a leading zero ie 01, 02, 03 etc
All the scripts I have will just replace the number with another
I just want to append the zero infront of the existing number
ie the code will need to read the existing number and decide if its less than 10. if it is less than 10, then the code just needs to append the leading 0. if its 10 or over, then do nothing.
View 4 Replies
View Related
Sep 16, 2002
I am trying to globally find and replace text in Autocad 2000 drawings. If I have a folder containing 10 Autocad files, I want to open every file in that folder, while in each file, search for a certain line of text and replace that text, then close that file, open the next and find/replace text in that file.
I've created an autolisp file that allows me to open all the files in a certain folder, but I can't find any way, either thru autolisp or scripts, to allow me to find and replace text in each autocad drawing without using Autocad's "find" command to manually enter the text when each drawing is open.
I want to setup the autolisp file to accept input up front, save the "old text" and "new text" to variables, then use those variables as the lisp routine is running.
This version was used to automate creating PDF files. The command 'PDF' is a command from another Lisp file.
View 9 Replies
View Related
Dec 28, 2012
I'm using ACAD LT 2008.
When i try to copy paste some drawing entities from a heavy drawing file to any other file, the program blocks and says 'not responding', endlessly. So i always have to shutdown the program. I experience the same problem using the designcenter: when I try to copy a layout into another drawing, my computer gets stuck.
Another annoying problem with these files is that they are so heavy, while in fact they shouldn't be. I tried the aectoacad file command. In result the file id half as big, but after I open it and save it, again is the original size.
View 5 Replies
View Related
Apr 2, 2013
Every now and then I go back and try to use publish to speed up printing but I always go back to plotting one by one.
I work in a housing construction office and I have 10 separate drawings side by side in model space for house plans that I need plot separate to give to certain people. My problem isn't that I can't publish them separately its that I can't save them over existing pdf's individually predetermined.
Q1. do i just have to go through and change every layout name before or after i publish?
Q2. how do i change the output publish location?
Q3. can each layout be saved to a different existing pdf and remember it?
Q3. can i save these setting across to a new drawing?
View 5 Replies
View Related
Aug 25, 2012
I have a CAD Drawing in 2010 format. I printed the same drawing from two different types of printer. One from HP Officejet K7108 printer and another from HP Officejet 7000 Wide Format Printer - E809a. But the scale of both drawings are not same.
View 9 Replies
View Related
Jun 12, 2012
I am having a problem with Autocad12 I am using at a friends office: we both can open, edit, and save the same drawing. This is a real problem as you can imagine. We are running Windows 7 and are using DROPBOX for file storage. DWL are being created but for some reason they are not being used. On the otherhand if I try to open a file I created I do actually get locked out - just not from the other computer.
Just did a test - when I log in directly to the hard drive instead of the network it locks me out if I attempt to load it. If I login through DROPBOX it does not.
how I can have autocad recognize the lock files in DROPBOX folders?
View 0 Replies
View Related
Aug 21, 2013
Im using AutoCAD 2012 and am trying to publish a set of drawings to PDF but when i do it cuts off some of my title block, but when I plot to PDF the drawing is fine.
View 1 Replies
View Related
Aug 11, 2012
I am new to autocad, i wanted to know if i can convert 2d drawings to 3d ?. I work in the aluminum openings industry making doors and windows, i have all my aluminum profiles drawing in 2d.dwg and i want to convert it to a 3d model and then extrude it for a certain length so that it look like an aluminum profiles bars ?
View 7 Replies
View Related
Jan 15, 2012
I draw several different drawings in the same dwg file - just offset from each other in the XY-plane.
I want to bring these together on top of each other to form the complete picture, but I'm not sure how to accomplish this in an easy way. If it was a one time thing I would just use the Move command, but the goal is also for the combined picture to be updated as the separate drawings are changed - not realtime - but maybe in some x-ref kinda way.
The whole thing would be easy if the separate drawings were also separate files, but as they are not I'm not sure how to solve it...
View 8 Replies
View Related
Jul 3, 2012
I'm currently running AutoCAD LT 2013, and I've been asked to compare two dwg files; one has been drawn using LT 2013 and the other has been drawn using an older version of the software.
Is there any way or any plug that can be used in LT 13 to compare the two drawings?
I've looked online and the only program i can find is Furix but that doesnt allow for usage on the LT version of autoCAD.
View 9 Replies
View Related
Dec 1, 2011
I worked in a drawing(#1) a few weeks ago and since then have copy pasted the drawings to be scaled at 1 1/2" into another drawing(#2) and have since been only working in this drawing(#2).
In the original drawing(#1), I was able to scale my drawings at 1 1/2" without any problems but in my second drawing(#2), when I try to scale drawings at 1 1/2" all of my annotative bubbles get ridiculously small.
Once having discovered this, I copy pasted my second drawing'(#2) components into a 'Copy' of my original drawing(#1), thinking that my second drawing(#2) file might have been contaminated, but with no luck because I could see that within the Same viewport scaled at 1 1/2" the original drawing(#1) was scaled properly but the second drawing'(#2) symbols became very small.
I am stuck.
View 1 Replies
View Related
Nov 4, 2011
I have a huge site plan and almost all the layers are at different Z-axis values...I have read up the previuos threads on flattening and tried out the different lisps. While some lines are working...others are not changing and I cant proceed with such a messed up file....is there any other way out of this?..
View 9 Replies
View Related