+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Full Member
    Using
    AutoCAD 2012
    Join Date
    May 2012
    Posts
    55

    Default Custom Linetype, why is this so difficult?

    Registered forum members do not see this ad.

    I have tried to create a linetype from lines and text. I have drawn lines and enetered "E" at equal spacings. This is what I want to use as my linetype for a buried elec line. I have used the express menu "make linetype" and it didnt work. Why didnt it work? Why is this so difficult? Why is there "secrets" to building this stuff?

    Attached is a jpg of my headache.

    Thanks,
    Mad Michael
    Attached Images

  2. #2
    Forum Deity MSasu's Avatar
    Discipline
    Construction
    MSasu's Discipline Details
    Occupation
    engineer
    Discipline
    Construction
    Details
    AutoLISP programmer
    Using
    AutoCAD 2013
    Join Date
    Mar 2009
    Location
    Brasov, Romania
    Posts
    3,041

    Default

    Something like this?
    Code:
    *BELECTRIC_LINE,Buried electric line ---E----E----E----E----E---
    A,.5,-.2,["E",STANDARD,S=.1,R=0.0,X=-0.1,Y=-.05],-.04
    Regards,
    Mircea

    AutoCAD's happy user equation: FILEDIA + PICKADD² + PICKFIRST = 3

  3. #3
    Full Member
    Using
    AutoCAD 2012
    Join Date
    May 2012
    Posts
    55

    Default

    Yup, nice one! How can I increase the size of the "E"s? and make the lines a little bit longer?

    I have no idea how to read that code.

    I copy and pasted your code into notepad and created a .lin file from that, loaded it up and yes.... thats what I want it to look like but need to do a few little changes and then I can use it to create other linetypes.

  4. #4
    Forum Deity MSasu's Avatar
    Discipline
    Construction
    MSasu's Discipline Details
    Occupation
    engineer
    Discipline
    Construction
    Details
    AutoLISP programmer
    Using
    AutoCAD 2013
    Join Date
    Mar 2009
    Location
    Brasov, Romania
    Posts
    3,041

    Default

    Try to play with blue number for line size, respectively with red ones for label appearance:
    Code:
    *BELECTRIC_LINE,Buried electric line ---E----E----E----E----E---
    A,3,-.2,["E",STANDARD,S=.3,R=0.0,X=-0.1,Y=-.15],-.17
    Regards,
    Mircea

    AutoCAD's happy user equation: FILEDIA + PICKADD² + PICKFIRST = 3

  5. #5
    Super Moderator SLW210's Avatar
    Computer Details
    SLW210's Computer Details
    Operating System:
    Windows 7 PRO
    Computer:
    IBM Lenovo
    Motherboard:
    ACPI x86
    CPU:
    Pentium(R) Dual-Core CPU E5500 @ 2.80GHz
    RAM:
    4 GB RAM
    Graphics:
    Nvidia Quadro 600 1GB
    Primary Storage:
    300 GB
    Secondary Storage:
    650GB
    Monitor:
    ThinkVision 22"
    Discipline
    Multi-disciplinary
    SLW210's Discipline Details
    Occupation
    Design Draftsman
    Discipline
    Multi-disciplinary
    Details
    Mostly do drafting related to manufacturing. From doing site layouts with proposed updates, additions and renovations to be budgeted and submitted for bid, to updating and changing existing drawings to reflect maintenance and repair/revision work done on site.
    Using
    AutoCAD 2011
    Join Date
    May 2007
    Location
    South Florida, USA
    Posts
    9,199

    Default

    Try checking out THIS
    “A narrow mind and a fat head invariably come on the same person” Zig Zigler



  6. #6
    Full Member
    Using
    AutoCAD 2012
    Join Date
    May 2012
    Posts
    55

    Default

    Registered forum members do not see this ad.

    I've done soemthing wrong, I was playing around with the numbers in the code and figured them out somewhat, but then it dawned on me that my ltscale is set to 50.

    In the jpg I attached, you can see the 2 lines with a centrex2 linetype. one runs north/south the other east/west/. The distances of those lines are 804.68m you can see the little green squares, those are 90m x 90m with a hiddenx2 linetype.

    In order for me to see the linetypes that I want, I changed the ltscale to 50. If I make the ltscale 1, You cant see the linetypes. Is the proper way to leave the ltscale set to 1? If so, How can I generate the linetypes to show up in the jpg without messing with the ltscale? Also having a problem with plotting. I have NOTHING in the preview window, no idea whats going on with this, another problem thats going to creep on me until I get to it.... ugggghhhh

Similar Threads

  1. Custom linetype
    By ClaCad in forum AutoCAD General
    Replies: 6
    Last Post: 9th Feb 2011, 09:38 am
  2. Help with custom linetype
    By fba_sen57 in forum AutoCAD 2D Drafting, Object Properties & Interface
    Replies: 14
    Last Post: 4th Jan 2010, 06:55 am
  3. Custom Linetype
    By happyunited in forum AutoCAD 2D Drafting, Object Properties & Interface
    Replies: 12
    Last Post: 10th Mar 2008, 03:19 pm
  4. Help with Custom Linetype
    By edh in forum AutoCAD General
    Replies: 11
    Last Post: 1st Nov 2007, 07:17 pm
  5. Custom Linetype
    By erona in forum AutoCAD Drawing Management & Output
    Replies: 7
    Last Post: 30th May 2005, 04:08 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