Jump to content

Search the Community

Showing results for tags 'text'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CADTutor
    • News, Announcements & FAQ
    • Feedback
  • AutoCAD
    • AutoCAD Beginners' Area
    • AutoCAD 2D Drafting, Object Properties & Interface
    • AutoCAD Drawing Management & Output
    • AutoCAD 3D Modelling & Rendering
    • AutoCAD Vertical Products
    • AutoCAD LT
    • CAD Management
    • AutoCAD Bugs, Error Messages & Quirks
    • AutoCAD General
    • AutoCAD Blogs
  • AutoCAD Customization
    • The CUI, Hatches, Linetypes, Scripts & Macros
    • AutoLISP, Visual LISP & DCL
    • .NET, ObjectARX & VBA
    • Application Beta Testing
    • Application Archive
  • Other Autodesk Products
    • Autodesk 3ds Max
    • Autodesk Revit
    • Autodesk Inventor
    • Autodesk Software General
  • Other CAD Products
    • BricsCAD
    • SketchUp
    • Rhino
    • SolidWorks
    • MicroStation
    • Design Software
    • Catch All
  • Resources
    • Tutorials & Tips'n'Tricks
    • AutoCAD Museum
    • Blocks, Images, Models & Materials
    • Useful Links
  • Community
    • Introduce Yourself
    • Showcase
    • Work In Progress
    • Jobs & Training
    • Chat
    • Competitions

Categories

  • Programs and Scripts
  • 2D AutoCAD Blocks
  • 3D AutoCAD Blocks
  • Images
    • Backgrounds

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

  1. bachrock

    Text Won't Rotate

    This mtext won't rotate. When I use the rotate command, the text moves around a point, but stays right side up the whole time. I remember this happening with xrefs as well. Anyone know what's happening here?
  2. I need to create a routine that will allow a user to pick two points (via intersections) and then it will automatically place text (user types in) at the midpoint between these first two points. So far I have: (defun c:textplacer () (command "_textstyle" "standard") (command "_textsize" "6.0") (command "_osnap" "Intersection") (setq pt1 (getpoint "\nSelect First Point:"));gets the first user point (setq pt2 (getpoint "\nSelect Second Point in POG Direction:"));gets the second user point (setq pt3 (abs (- (car pt1)(car pt2))));gets the middle point btw pt1 and pt2 ;need the rest here );end function Not even sure if pt3 is really getting the midpoint...I'm out of my depths here.
  3. When I export a section of a drawing using a viewport in paper space and the export pdf function, the text doesn't appear in the PDF. I've noticed some other layers didn't appear, but that was because they weren't set to print. The text layer is set to print, but it doesn't. Anyone know what the problem might be? Thanks.
  4. I click to edit the text on screen it will change it to another font. It's not doing this every time but pretty often. Anyone have any ideas?
  5. I want to change the text "A" in my dynamic block to "B,C,D,E,..." When i click on a blue arrow. and the text "16 A" to "20 A , 25 A, ..." When i click on another blue arrow. what is the best way to do this ?
  6. I am attempting to do a preview print test of my AutoCAD drawing which I have made: SOLA4012 Pluto205.dwg 1. I cannot seems to print it in colour. Can someone tell me what I am missing? 2. My printing into PDF seems to be restricted by the dashed lines. How can I remove or expand this area? 3.The texts are also very crunched up and not as clear as AutoCAD. I am using the: DWG to PDF.PC3 setting > Paper Size ISO A4. How can I fix these output issuses? Many thanks!
  7. Hi, I know I've seen some articles on this issue in the past, but I had trouble finding solutions on Links instead of Tables. I have 2 to 6 tables per drawing, each at a maximum of 48 cells. I linked them through the special paste and expended them so each cell is 6" Wide and 1" Tall (in model space) and seen through a viewport at 2" = 1'-0" (so 1" wide by .167" tall). The text is noticeably fuzzy and I'm trying to clear it up without going back to the Tables (the reformatting of the Tables already spent an extra 2 hours on one of the 11 assignments). Any advice is appreciated.
  8. bwdeen

    align_text

    As this has probably been discussed before, I'm stuck and pulling my hair out...lol the text on the right is middle-align, prefect, the text on the left is also middle-aligned but is offset. How can i fix the left text to match the right? Thanks, BW Deen
  9. I have some (single box)tables in my drawings that are referencing measurements on my drawing (Insert field:Object:Measurement). Sometimes I have a formula (ie. =measurement+.250) When I initially enter the text/formula, everything works great. When I go to edit (change what dimension I'm referencing, or modify the formula), the text is invisible. I can highlight where the text/formula is, but I can not see what the text says. If I save and reload AutoCAD, the text is there, until I change it, and then again, it disappears if I want to again modify the text. This is driving me nuts when I need to make multiple edits...ideas? Using AutoCAD Mechanical 2011 and Windows 7
  10. Hi there. I've created a .cui file for my business unit, but I'm having an issue which I'm not sure how to solve. I have created a pull down with text scales and dims scales, so depending on the scale of drawing you are using, you will always have a uniform text to use. (Annotative text can't be used due to client restrictions). Now, I originally had the text set to romanS, but upon a discussion, we now need to use arial narrow. It looks better and takes up less room, apparently. CAD doesn't have an SHX file for this, so I have used the Windows TTF and renamed it to arialn, as that is the system name for it, but when reloading the .cui with this simple text alteration, it has reduced all my custom icons to clouds with question marks, and will only give me text in arial, not arial narrow. If anyone has had an issue like this before and knows of a solution, please let me know. I would be very grateful. Thank you.
  11. Hello everyone, this is my first post on here and am hoping that someone can help. I have been using Autocad 2012 for a while and last week it became intolerably slow resulting in me uninstalling it and reinstalling it again. This solved the problem and it returned to normal, however, now when i enter multiline text it is always slanted to the right as if it is written in italics. I cannot figure out how to solve this without setting the oblique angle to -11.6 to get it straight again. all other systems running cad 2012 are fine, and when i open an existing drawing with text in, it automatically displays it slanting but then appears normally again when it's opened on the other computers. If anyone could help i'd be really grateful. Thanks Jack
  12. I am typing in Farsi which is a right-to-left language. What I see in the monitor is correct. Words appear from right-to-left. But when I print, Entire sentence appears from left-to-right. How can I solve this problem? This happens even if I print to PDF file. So it is not a problem with printer.
  13. Hi All, I'm looking for a routine that when i select the text it would create a layer with the text as it's name. i.e text (S7) = layer name is S7. thanks Brian
  14. Hi everybody, as most of you know, vla-get-TextGenerationFlag function returns a number showing the condition of Upside Down and Backwards toggles inside Effects region of STYLE command's dialog. How is it possible to find out whethere Vertical toggle is ON or OFF?
  15. I'm starting a new drawing in Civil 3D 2012 and when I go to draw a line I can't see the small text boxes that show up beside the cursor that allow you to input numbers. I like to type my lengths and angles into these boxes to draw my lines as it makes it 100% accurate however the aren't showing up. Drawing lines is essentially useless because I now have to eyeball it. Is there a keyboard shortcut to get these boxes to display again? Please help.
  16. I have made a program that will draw objects from user input. I offer a simple sample below that will place a dimension on an object. After the DIMLINEAR line I would like to be able to edit the text of the last dimension with the next (4) possibilities (that I will independently use as needed, no need for optional prompt for condition): 1. \XABC ~ for text under dimension 2. ABC ~ for text on same line after dimension 3. ABC ~ for text on same line before dimension 4. ABC 4'-0" ~ for adding text and HARD coded dimension (actual dim replaced) (defun c:bdt () (SETVAR "CMDECHO" 0) (SETQ STP (GETPoint "\nPick Starting Point: ")) (SETQ P2 (POLAR STP (* 2 PI) 5.0)) (SETQ P3 (POLAR P2 (* 3 (/ PI 2)) 5.0)) (SETQ P4 (POLAR P3 PI 5)) (COMMAND "LINE" STP P2 P3 P4 STP "") (COMMAND "DIMLINEAR" STP P4 "@36.0 ? (PRINC) ) I DO NOT know any VLisp and have been searching books and online content with only similar luck. I have found samples that prompt the user to pick a dimension, but, I have many dimensions I want the PROGRAM to create and EDIT each dim at run time. No user interaction. Please help me with the (4) different scenarios I have using the code I have provided. Please, no bells & whistles, will be above my level of experience at this moment. Thanks for any help.
  17. 1. How does the stretch command work? I'm trying to scale an object solely in the Y-direction. Is making a block out of all the objects I want to scale the only way to do this? 2. I have a few blocks that I want to make icons for so that I can just click them from the ribbon. Is this possible? 3. How can I set text defaults? i.e. I'm inserting a lot of multi-line text and I always want to justify it MC (middle center) but the default is TL I believe, is there anyway to change this? Thanks
  18. I have a lot of Text and MText in differences pattern and I'm looking for the command that can help me to work easier, Ex. XX01-000-XX000, XX00-000-XXX00 need to change to XX01_000-XX000, It's just "_" and "-" only but it's have too many for used "ED" and "shift + _". Please someone help me. Thank you so much.
  19. Hi all, I've copied and pasted sections from old drawings into new ones, and it seems to have completely messed up some fundamental aspects of my AutoCad. After I pasted I received some error message which I didn't understand. I think it said something about a "Language" problem, (Needless to say I clicked the nice big "OK" button without any thought). Now, every time I open CAD there are these square symbols where there should be text - and I haven't a clue what's going on. I am running CAD from my company computer, so can't use the add/remove programmes repair trick. Does anyone know how I can reset all/relevant settings within CAD to get things back to normal? I'm running the 2010 model. Many thanks James
  20. Gday All we have recently changed our standard text style from ISOCP to ARIAL NARROW. i have a drawing with text in the blocks that is still ISOCP, i would like to know how to change all the block attributes text style in one go. I used to know this, but have forgotten, i cant find it in help or in net searches. perhaps someone here knows..
  21. Okay, I'm new to drawing and I need help getting my text/dimensions to be legible on an 11x17 sheet. I had no problems when my company used Arch D (24x36) but in an effort to "going green" we converted to the B size paper (11x17). Has anyone found a useful chart for plotting in different scales. Maybe a standard size chart. I usually print in 3/8", 1/2", 6", and full size paper space viewports. Please save me from having to invent some type of microscope for paper!
  22. I am using autocad 2008 and I used the function that allows you to hide objects such as hatching or lines under text. When I delete the text, I expected the invisible box to delete with it. Sadly this is not the case. I am not able to click or highlight the invisible box. Does anyone know how to remove said boxes?
  23. Hi there. I've never really used annotative text in past versions of AutoCAD because I've always found it to be flawed, and also never really needed 2 different scales, but now I've moved on to 2011, it is much simpler to use, except for this 1 issue... Is it possible to move each scaled text to different parts of the drawing? As an example, I have a room which text at 1:50 fits in fine, But 1:100 gets in the way of some of the equipment in there, so I would like to keep the 1:50 text in the room, and move the 1:100 to just outside. I can't work out if this is possible or not, or if I would just have to use non annotative text at 2 different scales. Any help would be much appreciated. Thank you
  24. I know that when a listed property is greyed out it means it can not be altered from the properties window. I am struggling to even read the grey text as it is so feint. Is the darkness, and/or size of this text adjustable? It may be my eyes with the effects of age perhaps, but I remember when I could click on a line, and see its length and angle clearly enough to not need to bring my head really close to the screen. I used to find this a good way to get instant confirmation (using the list or distance command seems to distract my focus somewhat). Does anyone have any ideas? Do the later versions behave similarly?
  25. I have an autocad drawing with so many light fixtures with all different names.Now we have to change all those names, i already have an excel sheet containing two columns with first one containing "name in drawing" and second one containing respective "new name". Is there any way to replace the names in cad file using that excel sheet.i just dont want to do all those thousand rename manually ...please some cad-guru help me
×
×
  • Create New...