+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
  1. #1
    Super Member Tankman's Avatar
    Computer Details
    Tankman's Computer Details
    Operating System:
    XP Pro SP3
    Computer:
    IBM T60 Thinkpad™
    Monitor:
    36" LCD Monitor/TV, 14" Thinkpad™ T60
    Using
    AutoCAD 2007
    Join Date
    Mar 2008
    Location
    Eastern PA, USA
    Posts
    1,794

    Default Text In Linetype

    Registered forum members do not see this ad.

    Just tried an interesting application, ltfly.vlx.
    Try it, you'll like it.

    The linetype adds wording, your input, to your linetype.
    Load at the command line "APPLOAD" and you're off to the races.
    I like to use the command line although I have a few lisp file which load each time AutoCAD opens.

    You can load ("install") a LSP, VLX or FAS file containing an add-on application or utility into AutoCAD just by mouse-dragging it from Windows Explorer (or other file manager) to the AutoCAD window. Only after you load the application into the running session (and current drawing), the functions and commands programmed in the specific application will become available. On loading, the application usually lists the command which it defines and which is then used to start or control the application functionality. E.g. if it displays the text C:MYCODE on load, you can run the function with the MYCODE command (with small utilities, the name of the LSP/VLX file is often the same as the command name).

    Another way of loading the AutoLISP (VisualLISP) code of an application is the APPLOAD command, where you select the requested files to load. By dragging them to the "briefcase" icon in the dialog of this command, you can guarantee their automatic loading in the subsequent AutoCAD sessions.
    Attached Files
    Tankman

    "When the well is dry, we know the worth of water." Ben Franklin ~ 1746

  2. #2
    Super Member Ryder76's Avatar
    Computer Details
    Ryder76's Computer Details
    Operating System:
    Windows 7
    Computer:
    Dell T7500
    Discipline
    See details...
    Ryder76's Discipline Details
    Occupation
    Electrical Designer - Oil & Gas
    Discipline
    See details below.
    Details
    Subsea Solutions
    Using
    AutoCAD 2010
    Join Date
    May 2009
    Location
    Houston, Texas
    Posts
    570

    Default

    Tried it - LOVE IT!!!
    "Great spirits have always encountered violent opposition from mediocre minds." - Albert Einstein

  3. #3
    Full Member
    Computer Details
    brl2008's Computer Details
    Operating System:
    Windows XP PRO, Version2002, service pack 3
    Computer:
    Gateway, model E6610
    CPU:
    Intel(r) Core (tm)2 CPU
    RAM:
    1.99GB
    Monitor:
    Gateway FPD1975W, TIFT LCD Monitor
    Using
    Civil 3D 2011
    Join Date
    Jan 2010
    Location
    Fryeburg, ME. USA
    Posts
    61

    Default

    tankman
    i tried ltfly.vlx. and i'm missing something.
    i loaded it APPLOAD, on the command line i typed ltfly, then type in test(try it out), pick a polyline and did not see the word TEST on the line. so what did i miss or am i not understanding the steps?
    thanks, bruce a/k/a brl2008

  4. #4
    Super Member Tankman's Avatar
    Computer Details
    Tankman's Computer Details
    Operating System:
    XP Pro SP3
    Computer:
    IBM T60 Thinkpad™
    Monitor:
    36" LCD Monitor/TV, 14" Thinkpad™ T60
    Using
    AutoCAD 2007
    Join Date
    Mar 2008
    Location
    Eastern PA, USA
    Posts
    1,794

    Default

    After loading ltfly.vlx via APPLOAD.

    Added the text "TEST", then pick your line and change the line type.

    From properties you can change color and scale as need be.
    Tankman

    "When the well is dry, we know the worth of water." Ben Franklin ~ 1746

  5. #5
    Super Member Tankman's Avatar
    Computer Details
    Tankman's Computer Details
    Operating System:
    XP Pro SP3
    Computer:
    IBM T60 Thinkpad™
    Monitor:
    36" LCD Monitor/TV, 14" Thinkpad™ T60
    Using
    AutoCAD 2007
    Join Date
    Mar 2008
    Location
    Eastern PA, USA
    Posts
    1,794

    Default

    Quote Originally Posted by Ryder76 View Post
    Tried it - LOVE IT!!!
    I loaded the vlx file on five desktops or laptops this morning.
    I had often thought of making or finding such a solution 'cause I do piping everyday, well almost.

    Glad you LOVE the lisp routine, I needed it too!
    Tankman

    "When the well is dry, we know the worth of water." Ben Franklin ~ 1746

  6. #6
    Super Member Ryder76's Avatar
    Computer Details
    Ryder76's Computer Details
    Operating System:
    Windows 7
    Computer:
    Dell T7500
    Discipline
    See details...
    Ryder76's Discipline Details
    Occupation
    Electrical Designer - Oil & Gas
    Discipline
    See details below.
    Details
    Subsea Solutions
    Using
    AutoCAD 2010
    Join Date
    May 2009
    Location
    Houston, Texas
    Posts
    570

    Default

    You have to select the linetype when you draw the polyline, or you can draw the ployline first and then change the linetype after. the vlx only creates the linetype and loads it in your program. You have to choose it to use it.
    "Great spirits have always encountered violent opposition from mediocre minds." - Albert Einstein

  7. #7
    Super Member Tankman's Avatar
    Computer Details
    Tankman's Computer Details
    Operating System:
    XP Pro SP3
    Computer:
    IBM T60 Thinkpad™
    Monitor:
    36" LCD Monitor/TV, 14" Thinkpad™ T60
    Using
    AutoCAD 2007
    Join Date
    Mar 2008
    Location
    Eastern PA, USA
    Posts
    1,794

    Default

    Quote Originally Posted by Ryder76 View Post
    You have to select the linetype when you draw the polyline, or you can draw the ployline first and then change the linetype after. the vlx only creates the linetype and loads it in your program. You have to choose it to use it.
    And, you got to love it too! I have the vlx loading each time I open AutoCAD.

    Just used it on a large steel tank, line text "WELD".
    Tankman

    "When the well is dry, we know the worth of water." Ben Franklin ~ 1746

  8. #8
    Super Member Ryder76's Avatar
    Computer Details
    Ryder76's Computer Details
    Operating System:
    Windows 7
    Computer:
    Dell T7500
    Discipline
    See details...
    Ryder76's Discipline Details
    Occupation
    Electrical Designer - Oil & Gas
    Discipline
    See details below.
    Details
    Subsea Solutions
    Using
    AutoCAD 2010
    Join Date
    May 2009
    Location
    Houston, Texas
    Posts
    570

    Default

    I'm doing electrical drafting and there are sometimes multiple types of signals on a wiring diagram. Like 485, 232, fiber optic, ethernet, etc. I just love it - makes my life simple.
    "Great spirits have always encountered violent opposition from mediocre minds." - Albert Einstein

  9. #9
    Super Member Tankman's Avatar
    Computer Details
    Tankman's Computer Details
    Operating System:
    XP Pro SP3
    Computer:
    IBM T60 Thinkpad™
    Monitor:
    36" LCD Monitor/TV, 14" Thinkpad™ T60
    Using
    AutoCAD 2007
    Join Date
    Mar 2008
    Location
    Eastern PA, USA
    Posts
    1,794

    Default

    Quote Originally Posted by Ryder76 View Post
    I'm doing electrical drafting and there are sometimes multiple types of signals on a wiring diagram. Like 485, 232, fiber optic, ethernet, etc. I just love it - makes my life simple.
    I am very pleased passing on this nice little adder for your AutoCAD.

    I've used it for a couple of days, "How did I live without it?"
    Tankman

    "When the well is dry, we know the worth of water." Ben Franklin ~ 1746

  10. #10
    Forum Newbie
    Using
    Civil 3D 2011
    Join Date
    Dec 2010
    Posts
    2

    Default ltfly

    Registered forum members do not see this ad.

    This is a very handy app. I am having trouble though putting an " in my text. i want to us W16"DI. But it keeps saying bad definition Comma expected after text string.
    Anyone have any ideas what I need to do?
    Thanks

Similar Threads

  1. Stacked Text Linetype
    By hairy_22 in forum AutoCAD 2D Drafting, Object Properties & Interface
    Replies: 6
    Last Post: 30th Sep 2009, 06:21 am
  2. Text/Linetype/Hatch Scaling?
    By therock005 in forum AutoCAD Beginners' Area
    Replies: 5
    Last Post: 31st May 2009, 01:06 pm
  3. Linetype Starting With Text
    By indianateresa in forum AutoCAD General
    Replies: 5
    Last Post: 6th Nov 2008, 06:03 pm
  4. Linetype with text are sized wrong
    By BOB'27T in forum AutoCAD 2D Drafting, Object Properties & Interface
    Replies: 8
    Last Post: 9th May 2008, 05:45 pm
  5. Text inside linetype
    By bleeargh in forum AutoCAD Drawing Management & Output
    Replies: 3
    Last Post: 25th Jan 2008, 05:12 am

Bookmarks

Posting Permissions

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