Results 1 to 4 of 4

Thread: Linetype Text

  1. #1
    Member
    Join Date
    2010-09
    Posts
    8
    Login to Give a bone
    0

    Default Linetype Text

    I recived a drawing from a client and the linetype text is very large and frequent. I checked the "standard" text style and the text height is set at 0. I am thinking that the linetype text is set to another text style. How can I check what text style is set to the linetype? please see attached.

  2. #2
    Geospatial Moderator Jmurphy's Avatar
    Join Date
    2000-11
    Location
    TN/KY Area
    Posts
    1,640
    Login to Give a bone
    0

    Default Re: Linetype Text

    Check the lt scale on those lines first and see if that may be it, then look at all the text styles in the dwg and try a little trial and error setting each ht to 0 for each. Also it may be the font used for the text style.

  3. #3
    AUGI Addict jpaulsen's Avatar
    Join Date
    2002-04
    Location
    Colorado
    Posts
    2,020
    Login to Give a bone
    0

    Default Re: Linetype Text

    You can extract the linetype definition from the drawing to a file.
    See http://forums.augi.com/showthread.php?p=1120542

  4. #4
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Linetype Text

    Quote Originally Posted by asutherland View Post
    How can I check what text style is set to the linetype?
    Here is a bit of lisp code that will return the style name used in a given linetype:

    Code:
    (cdr (assoc 2 (entget (cdr (assoc 340 (entget (tblobjname "LTYPE" "STM")))))))
    Replace the red "STM" with the name of your linetype and then paste the entire string to the command line. If you supply a non-complex linetype name, it will just return an error.
    R.K. McSwain | CAD Panacea |

Similar Threads

  1. Linetype text too big
    By asutherland in forum AutoCAD Civil 3D - General
    Replies: 2
    Last Post: 2011-07-12, 05:38 PM
  2. Linetype text rotation
    By geoffrey.pagnotta in forum AutoCAD General
    Replies: 2
    Last Post: 2008-08-20, 12:49 AM
  3. New dashed linetype with text in it
    By darin.marsden in forum AutoCAD General
    Replies: 2
    Last Post: 2008-06-10, 08:46 PM
  4. Replies: 4
    Last Post: 2007-11-26, 10:22 PM
  5. linetype with text
    By chrisw.94380 in forum AutoLISP
    Replies: 2
    Last Post: 2005-10-04, 02:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •