Results 1 to 3 of 3

Thread: Custom Linetypes work in AutoCAD 2006 but not in AutoCAD 2007, whats wrong

  1. #1
    I could stop if I wanted to
    Join Date
    2004-10
    Location
    Orange County
    Posts
    211
    Login to Give a bone
    0

    Question Custom Linetypes work in AutoCAD 2006 but not in AutoCAD 2007, whats wrong

    These work in 2006 but not 2007
    any ideas?

    *Irr02,---- 2"IR ---- 2"IR ---- 2"IR ---- 2"IR
    A,3.0,-.2,["2\U+0022IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.5
    *Irr04,---- 4"IR ---- 4"IR ---- 4"IR ---- 4"IR
    A,3.0,-.2,["4\U+0022IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.5
    *Irr06,---- 6"IR ---- 6"IR ---- 6"IR ---- 6"IR
    A,3.0,-.2,["6\U+0022IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.5
    *Irr08,---- 8"IR ---- 8"IR ---- 8"IR ---- 8"IR
    A,3.0,-.2,["8\U+0022IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.5
    *Irr10,---- 10"IR ---- 10"IR ---- 10"IR ---- 10"IR
    A,3.0,-.2,["10\U+0022IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.6
    *Irr12,---- 12"IR ---- 12"IR ---- 12"IR ---- 12"IR
    A,3.0,-.2,["12\U+0022IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.6
    *Irr14,---- 14"IR ---- 14"IR ---- 14"IR ---- 14"IR
    A,3.0,-.2,["14\U+0022IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.6

  2. #2
    AUGI Addict .T.'s Avatar
    Join Date
    2000-12
    Location
    Lost
    Posts
    1,473
    Login to Give a bone
    0

    Default Re: Custom Linetypes work in AutoCAD 2006 but not in AutoCAD 2007, whats wrong

    Try this instead. It should work in both.
    Code:
    *Irr02,---- 2"IR ---- 2"IR ---- 2"IR ---- 2"IR
    A,3.0,-.2,["2%%34IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.5
    *Irr04,---- 4"IR ---- 4"IR ---- 4"IR ---- 4"IR
    A,3.0,-.2,["4%%34IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.5
    *Irr06,---- 6"IR ---- 6"IR ---- 6"IR ---- 6"IR
    A,3.0,-.2,["6%%34IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.5
    *Irr08,---- 8"IR ---- 8"IR ---- 8"IR ---- 8"IR
    A,3.0,-.2,["8%%34IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.5
    *Irr10,---- 10"IR ---- 10"IR ---- 10"IR ---- 10"IR
    A,3.0,-.2,["10%%34IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.6
    *Irr12,---- 12"IR ---- 12"IR ---- 12"IR ---- 12"IR
    A,3.0,-.2,["12%%34IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.6
    *Irr14,---- 14"IR ---- 14"IR ---- 14"IR ---- 14"IR
    A,3.0,-.2,["14%%34IR",standard,S=.2,R=0.0,X=-0.12,Y=-.12],-.6

  3. #3
    I could stop if I wanted to
    Join Date
    2004-10
    Location
    Orange County
    Posts
    211
    Login to Give a bone
    0

    Default Re: Custom Linetypes work in AutoCAD 2006 but not in AutoCAD 2007, whats wrong

    thankx

    I have no idea why I used unicode years ago

Similar Threads

  1. Whats wrong with my custom CW panel?
    By T_Livingston in forum Revit Structure - General
    Replies: 1
    Last Post: 2011-11-01, 03:15 PM
  2. Replies: 6
    Last Post: 2009-06-01, 07:10 AM
  3. AutoCAD 2006 create custom linetypes with filled dots
    By j_lowery135943 in forum AutoCAD General
    Replies: 16
    Last Post: 2007-03-22, 11:10 AM
  4. Replies: 1
    Last Post: 2006-07-31, 06:46 PM
  5. Replies: 3
    Last Post: 2006-06-09, 05:31 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
  •