Results 1 to 5 of 5

Thread: Need help with lisp routine

  1. #1
    Member
    Join Date
    2007-04
    Posts
    29

    Default Need help with lisp routine

    I know very little about lisp routines and I was wondering if someone can help me with modifing this lisp.

    I use this lisp with annotative drawings and dimensions, but if my dim is set to annotative this lisp will not work, also I wanted to see if I can change this lisp to be annotative so that it scales just like my dimensions do.

    Any help is appreciated

    Thanks,
    Cad Chick
    Attached Files Attached Files

  2. #2
    100 Club
    Join Date
    2005-12
    Location
    Greeley, CO
    Posts
    115

    Default Re: Need help with lisp routine

    I modified the variable "scl" to read the inverse of cannoscalevalue instead of dimscale. If the Annotation scale is 1/8" = 1'-0" then "scl" will be 96, 1/4" = 1'-0" = 48, etc. I commented where I changed this so you can modify the math to get exactly what you want.
    Attached Files Attached Files

  3. #3
    Active Member
    Join Date
    2001-12
    Posts
    54

    Default Re: Need help with lisp routine

    Quote Originally Posted by CAD CHICK MTY View Post
    I know very little about lisp routines and I was wondering if someone can help me with modifing this lisp.

    I use this lisp with annotative drawings and dimensions, but if my dim is set to annotative this lisp will not work, also I wanted to see if I can change this lisp to be annotative so that it scales just like my dimensions do.

    Any help is appreciated

    Thanks,
    Cad Chick
    Are we missing a slide library file too?

  4. #4
    Member
    Join Date
    2007-04
    Posts
    29

    Default Re: Need help with lisp routine

    Yes, sorry

    This lisp will not work when my text style, dim style and multileader style are set to annotative, I must change all those settings in order for it to work, but since I know very little about lisp, I have no clue how to make it work.

    Thanks,
    Cad Chick

  5. #5
    100 Club
    Join Date
    2005-12
    Location
    Greeley, CO
    Posts
    115

    Default Re: Need help with lisp routine

    Set your dimscale to 0 this should make it work.

Similar Threads

  1. Need Help with this lisp routine
    By mikehaff in forum AutoLISP
    Replies: 1
    Last Post: 2012-03-14, 07:42 PM
  2. Combine three lisp routine into one routine.
    By BrianTFC in forum AutoLISP
    Replies: 1
    Last Post: 2012-02-08, 11:14 AM
  3. Replies: 9
    Last Post: 2012-01-21, 06:58 AM
  4. Calling up LISP routine from within another LISP
    By jimmy_goodall in forum AutoLISP
    Replies: 2
    Last Post: 2010-02-01, 05:41 AM
  5. Help with this lisp routine
    By jitesh789 in forum AutoLISP
    Replies: 1
    Last Post: 2008-11-16, 11:28 AM

Posting Permissions

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