See the top rated post in this thread. Click here

Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Incremental Save Percent

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

    Cool Incremental Save Percent

    When I open a drawing I would like the incremental save percent to be set at 50 percent. Is there a way to set this so it does it automatically.

  2. #2
    I could stop if I wanted to
    Join Date
    2003-12
    Location
    Pittsburgh, PA
    Posts
    355
    Login to Give a bone
    0

    Default Re: Incremental Save Percent

    add this line to your acaddoc.lsp file
    Code:
    (setvar "isavepercent" 50)

  3. #3
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,106
    Login to Give a bone
    0

    Default Re: Incremental Save Percent

    Since lpseifert has provided you a solution, may I ask what is the benefit for that percentage?
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  4. #4
    Member
    Join Date
    2005-02
    Posts
    6
    Login to Give a bone
    0

    Smile Re: Incremental Save Percent

    Thank you, I appreciate your feedback and knowledge.

  5. #5
    I could stop if I wanted to
    Join Date
    2003-12
    Location
    Pittsburgh, PA
    Posts
    355
    Login to Give a bone
    0

    Default Re: Incremental Save Percent

    Actually the Isavepercent variable is saved in the registry, once it is set it should remain that value unless you change it. If it seems to be changing on its own a start up or a third party application is probably changing it, you may want to investigate there.

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

    Default Re: Incremental Save Percent

    Quote Originally Posted by Opie View Post
    Since lpseifert has provided you a solution, may I ask what is the benefit for that percentage?
    It speeds up the time when you are saving a drawing. We work in 3D and are using a third party add on for piping systems and duct and anything we can do to speed up our files really helps and this is one such variable that I use. I set this everytime I open a drawing and I just thought it would be faster to have it iniate on the start up.

  7. #7
    Administrator Opie's Avatar
    Join Date
    2002-01
    Location
    jUSt Here (a lot)
    Posts
    9,106
    Login to Give a bone
    0

    Default Re: Incremental Save Percent

    Just wanted to ask. Thanks for the information.
    If you have a technical question, please find the appropriate forum and ask it there.
    You will get a quicker response from your fellow AUGI members than if you sent it to me via a PM or email.
    jUSt

  8. #8
    Administrator rkmcswain's Avatar
    Join Date
    2004-09
    Location
    Earth
    Posts
    9,805
    Login to Give a bone
    0

    Default Re: Incremental Save Percent

    Quote Originally Posted by Opie View Post
    Just wanted to ask. Thanks for the information.
    I don't know if the old ISAVEPERCENT bug is still around, but I'm not taking any chances. Ours stays set to ZERO.
    R.K. McSwain | CAD Panacea |

  9. #9
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Incremental Save Percent

    Quote Originally Posted by rkmcswain View Post
    I don't know if the old ISAVEPERCENT bug is still around, but I'm not taking any chances. Ours stays set to ZERO.
    I think that's been corrected.
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

  10. #10
    AUGI Addict
    Join Date
    2006-04
    Location
    (getpoint "Anywhere on the Enter Key =>")
    Posts
    1,160
    Login to Give a bone
    0

    Default Re: Incremental Save Percent

    Quote Originally Posted by rodney.82524 View Post
    It speeds up the time when you are saving a drawing. We work in 3D and are using a third party add on for piping systems and duct and anything we can do to speed up our files really helps and this is one such variable that I use. I set this everytime I open a drawing and I just thought it would be faster to have it iniate on the start up.
    Perhaps you don't need to set this SV every time because it is a SV saved in registry unless you need to set it to different value with different drawings.

Page 1 of 2 12 LastLast

Similar Threads

  1. INCREMENTAL NUMBERING
    By gary m. schafer in forum Revit - Platform
    Replies: 12
    Last Post: 2010-11-10, 01:59 PM
  2. Incremental Instance Parameters
    By mmiles in forum Revit Architecture - General
    Replies: 2
    Last Post: 2010-02-25, 08:39 PM
  3. Slope a floor at a percent
    By Richard Lopez in forum Revit Architecture - General
    Replies: 6
    Last Post: 2008-10-03, 12:07 PM
  4. Incremental Text Numbering
    By monkeeman3 in forum AutoCAD LT - Wish List
    Replies: 0
    Last Post: 2005-03-22, 04:37 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
  •