Results 1 to 2 of 2

Thread: Layer list Autolisp including custom defined line type

  1. #1
    Member
    Join Date
    2017-02
    Posts
    6
    Login to Give a bone
    0

    Default Layer list Autolisp including custom defined line type

    Hi,
    Anyone have a autolisp that load predefined layer list including a custom line type definition with letter

  2. #2
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,658
    Login to Give a bone
    0

    Default Re: Layer list Autolisp including custom defined line type

    This macro
    Code:
    ^C^C^P(or NewStyle (load "NewStyle.lsp"))(or(tblsearch "style" "Arial")(NewStyle "Arial" "arial.ttf")) (or LM:LoadLinetypes (load "LoadLinetypesV1-1.lsp"))(LM:LoadLinetypes '("ArialDOT" "ArialDOT2" "ArialDOTX2" "ArialARROW") T)
    first loads "NewStyle.lsp" if needed then adds Text Style "Arial" if needed. Then loads Lee Mac's LoadLinetypesV1-1.lsp (if needed) and uses it to load the linetypes "ArialDOT", "ArialDOT2", "ArialDOTX2", and "ArialARROW" from Arial.lin saved in the "Roamable Support Folder" where Acad.lin and CUIX files are.

    More examples on Lee Mac's website under Programs.

Similar Threads

  1. Dots in custom Line Type
    By Gerald.L.Piotrowski in forum AutoCAD Customization
    Replies: 2
    Last Post: 2014-08-15, 07:29 PM
  2. Custom Line Definition/Type
    By ELIANDEFI in forum AutoCAD Customization
    Replies: 7
    Last Post: 2014-08-11, 07:12 AM
  3. Creating Custom Line Type
    By musty175054 in forum AutoCAD Map 3D - General
    Replies: 1
    Last Post: 2009-01-23, 02:16 PM
  4. Type Catalogs - problem including "Type Comments"
    By robert.manna in forum Revit Architecture - General
    Replies: 2
    Last Post: 2008-11-07, 05:48 PM
  5. Custom Line type problem in LDD 2008
    By phaveman in forum AutoCAD Customization
    Replies: 3
    Last Post: 2008-04-11, 12:08 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
  •