Results 1 to 6 of 6

Thread: Set ViewRes to a predefined value, will help with working with the Sheet Set Manager

  1. #1
    I could stop if I wanted to
    Join Date
    2001-11
    Posts
    236
    Login to Give a bone
    0

    Default Set ViewRes to a predefined value, will help with working with the Sheet Set Manager

    Windows XP / AutoCAD 2006

    Now, I am a big user of the Sheet Set Manager, and very seldom use the "OPEN" button to open a file. My "want" is to automatically set my VIEWRES to 10,000 whenever I open a layout from the Sheet Shet Manager. (Yes, my computer is more than enough to handle the 20,000 setting.)

    If I were using the OPEN command button, I could just add " VIEWRES;Y;10000; " to my OPEN command line in the CUI.

    With SSM, what would be the solution, since VIEWRES is a Per-Layout-Per-Drawing basis, which means that one DWG file could have different VIEWRES saved per Layout in that same file.

    Hope I am clear enough in my explanation. Thanks in advance for your help and information.

  2. #2
    AUGI Addict madcadder's Avatar
    Join Date
    2000-11
    Location
    Too far from the beach
    Posts
    1,054
    Login to Give a bone
    0

    Default Re: Set ViewRes to a predefined value, will help with working with the Sheet Set Manager

    Quote Originally Posted by omorah
    Windows XP / AutoCAD 2006

    Now, I am a big user of the Sheet Set Manager, and very seldom use the "OPEN" button to open a file. My "want" is to automatically set my VIEWRES to 10,000 whenever I open a layout from the Sheet Shet Manager. (Yes, my computer is more than enough to handle the 20,000 setting.)

    If I were using the OPEN command button, I could just add " VIEWRES;Y;10000; " to my OPEN command line in the CUI.

    With SSM, what would be the solution, since VIEWRES is a Per-Layout-Per-Drawing basis, which means that one DWG file could have different VIEWRES saved per Layout in that same file.

    Hope I am clear enough in my explanation. Thanks in advance for your help and information.
    why not add
    Code:
    (command "viewres" "y" "10000")
    to the acaddoc.lsp

  3. #3
    I could stop if I wanted to
    Join Date
    2001-11
    Posts
    236
    Login to Give a bone
    0

    Default Re: Set ViewRes to a predefined value, will help with working with the Sheet Set Manager

    In our office, we don't use AcadDOC.lsp. We have five different types of AutoCAD isntalled so each one has it's own folder - AutoCAD 2006, Raster, Civil3D etc. Can I add it to my personal MNL file? If so, how? Whatever I do, would it set the VIEWRES to each layout I open form the Sheet Set Manager? Thanks again.

    PS:
    Someone mentioned adding "TRIGGERS" somewhere to be able to control my VIEWRES in any layout I open.
    Last edited by omorah; 2007-01-29 at 07:08 PM. Reason: Adding More Information

  4. #4
    AUGI Addict madcadder's Avatar
    Join Date
    2000-11
    Location
    Too far from the beach
    Posts
    1,054
    Login to Give a bone
    0

    Default Re: Set ViewRes to a predefined value, will help with working with the Sheet Set Manager

    Can you add a personal acaddoc.lsp to the folder the MNL is in? Or is it a shared folder too?

    I don't think a trigger / reactor will do it. (but, I don't know much about reactors, either).

  5. #5
    I could stop if I wanted to
    Join Date
    2001-11
    Posts
    236
    Login to Give a bone
    0

    Default Re: Set ViewRes to a predefined value, will help with working with the Sheet Set Manager

    Just wondering if you meant having a personal LSP file that would automatically load, and NOT another AcadDOC.LSP in the system.

    I added the control (command "viewres" "y" "10000") to my personal "xxxxxxxx".lsp and these are my observations.

    The Viewres 12000 only controls the first layout opened from the Sheet Set Manager. This will be because AutoCAD initiates it's full opening with the first opened layout.

    When I opened another layout (from SSM and same file), it's Viewres would NOT change to 12000.

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

    Default Re: Set ViewRes to a predefined value, will help with working with the Sheet Set Manager

    Quote Originally Posted by omorah
    Just wondering if you meant having a personal LSP file that would automatically load, and NOT another AcadDOC.LSP in the system.

    I added the control (command "viewres" "y" "10000") to my personal "xxxxxxxx".lsp and these are my observations.

    The Viewres 12000 only controls the first layout opened from the Sheet Set Manager. This will be because AutoCAD initiates it's full opening with the first opened layout.

    When I opened another layout (from SSM and same file), it's Viewres would NOT change to 12000.
    Placing this into a reactor will most likely not help either as the command function is not recommended to be executed via a reactor.
    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

Similar Threads

  1. Replies: 0
    Last Post: 2014-02-28, 07:32 AM
  2. Replies: 1
    Last Post: 2012-02-16, 06:57 PM
  3. Create Sheet Lists and Total Sheet Count for Subsets in Sheet Set Manager
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2008-10-12, 06:30 PM
  4. AutoCAD 2008 - Sheet Set Manager no longer opens sheet sets
    By sjz in forum AutoCAD Sheet Set Manager
    Replies: 6
    Last Post: 2007-08-23, 03:09 PM
  5. ADT 2007 Working with the Sheet Set Manager
    By philipmlazarus in forum ACA General
    Replies: 2
    Last Post: 2006-12-14, 06:21 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
  •