Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Dashed Line Lisp Needed

  1. #11
    Member
    Join Date
    2016-04
    Posts
    34
    Login to Give a bone
    0

    Default Re: Dashed Line Lisp Needed

    Thanks, Its what i was looking for

  2. #12
    Member
    Join Date
    2020-05
    Posts
    3
    Login to Give a bone
    0

    Default Re: Dashed Line Lisp Needed

    I found this thread and the LISP routine works well. Can the LISP be modified so that the scale is automatically modified to accurately show lets say a 2' line with a 6' space?

  3. #13
    Member
    Join Date
    2020-05
    Posts
    3
    Login to Give a bone
    0

    Default Re: Dashed Line Lisp Needed

    It seems like the Linetype scale would need to be set to 1 divided by the annotation scale. For example, in order for a dashed line drawn at 2' intervals with 6' spacing in a drawing set to a scale of 1'=20' the Linetype scale would be set to .05 (1/20). Can this be incorporated into the LISP?

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

    Default Re: Dashed Line Lisp Needed

    Quote Originally Posted by mamancini5789793 View Post
    It seems like the Linetype scale would need to be set to 1 divided by the annotation scale. For example, in order for a dashed line drawn at 2' intervals with 6' spacing in a drawing set to a scale of 1'=20' the Linetype scale would be set to .05 (1/20). Can this be incorporated into the LISP?
    Why not just set PSLTSCALE to 1 in your layouts so they'll always plot the same? For model space set MSLTSCALE to 1 and use annotation scale to scale them properly.

  5. #15
    Member
    Join Date
    2020-05
    Posts
    3
    Login to Give a bone
    0

    Default Re: Dashed Line Lisp Needed

    I don't want to change my annotation scale since it will effect other things in my drawing

  6. #16
    All AUGI, all the time
    Join Date
    2003-07
    Posts
    561
    Login to Give a bone
    0

    Default Re: Dashed Line Lisp Needed

    just make a file of your custom linetypes they are very easy to make and scale would be 1. You just load the file using Linetype. Custom.lin

    eg
    *LANE39,____ _____ ____
    A,3.00,-9.00

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 11
    Last Post: 2019-01-09, 09:55 AM
  2. Dashed Symbolic line
    By ftonelli in forum Revit - Platform
    Replies: 1
    Last Post: 2010-03-03, 12:00 PM
  3. 4x8 dashed fill pattern needed
    By jontramos in forum Revit Architecture - General
    Replies: 9
    Last Post: 2010-01-12, 02:23 PM
  4. Selected Dashed line help
    By Gezza-01 in forum AutoCAD General
    Replies: 2
    Last Post: 2008-03-26, 01:15 PM
  5. Dashed line footings
    By dalewww in forum Revit Architecture - General
    Replies: 4
    Last Post: 2005-02-09, 09:43 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
  •